diff --git a/Changelog.md b/Changelog.md index 0718c6b..f974430 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,27 @@ +# 0.43.9 +*August 31, 2024* + +Additions +- Added EzTown Modern Indoor Railing fence + +Improvements +- Added more gray hair color variations +- Made a person's current emotion influence the quality of objects they create +- Avoid unnecessarily keeping cursor texture data in memory +- Expose save compression level in the options file + +Fixes +- Fixed a rare exception when staggered updates remove multiple objects at once +- Fixed people being deleted if they have the demo life goal when transferring to the full game +- Fixed a crash when loading a save that had modded wallpaper after removing the mod + +API +- Renamed the Tiny Life API NuGet package to from TinyLifeApi to TinyLife.ApiReference. +- Added combined flags for age groups to allow setting action and personality age requirements more easily +- Wallpapers and tiles are now stored in fields in their respective classes +- Added events for when specific build mode buttons are displayed +- Made various additional Furniture properties and methods virtual + # 0.43.8 *August 15, 2024* diff --git a/docs/api/.manifest b/docs/api/.manifest index a2d414b..c67e788 100644 --- a/docs/api/.manifest +++ b/docs/api/.manifest @@ -938,6 +938,13 @@ "TinyLife.Actions.SocialAction.StartPartnerAction.IsCompleted": "TinyLife.Actions.SocialAction.StartPartnerAction.yml", "TinyLife.Actions.SocialAction.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)": "TinyLife.Actions.SocialAction.yml", "TinyLife.Actions.SocialAction.UpdateConversation(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.SocialAction.yml", + "TinyLife.Actions.StartTogetherAction": "TinyLife.Actions.StartTogetherAction.yml", + "TinyLife.Actions.StartTogetherAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,TinyLife.Objects.Person[])": "TinyLife.Actions.StartTogetherAction.yml", + "TinyLife.Actions.StartTogetherAction.AndThenIsCompleted": "TinyLife.Actions.StartTogetherAction.yml", + "TinyLife.Actions.StartTogetherAction.Create(System.String,TinyLife.Actions.ActionType,System.Int32)": "TinyLife.Actions.StartTogetherAction.yml", + "TinyLife.Actions.StartTogetherAction.CreateFirstActions": "TinyLife.Actions.StartTogetherAction.yml", + "TinyLife.Actions.StartTogetherAction.GetNextAction(TinyLife.Actions.CompletionType)": "TinyLife.Actions.StartTogetherAction.yml", + "TinyLife.Actions.StartTogetherAction.MainAction": "TinyLife.Actions.StartTogetherAction.yml", "TinyLife.Actions.StoreAction": "TinyLife.Actions.StoreAction.yml", "TinyLife.Actions.StoreAction.AndThenInitialize": "TinyLife.Actions.StoreAction.yml", "TinyLife.Actions.StoreAction.AndThenIsCompleted": "TinyLife.Actions.StoreAction.yml", @@ -1788,8 +1795,13 @@ "TinyLife.Objects.ActionSpot.SinkSpots": "TinyLife.Objects.ActionSpot.yml", "TinyLife.Objects.AgeGroup": "TinyLife.Objects.AgeGroup.yml", "TinyLife.Objects.AgeGroup.Adult": "TinyLife.Objects.AgeGroup.yml", + "TinyLife.Objects.AgeGroup.AdultOrOlder": "TinyLife.Objects.AgeGroup.yml", "TinyLife.Objects.AgeGroup.Baby": "TinyLife.Objects.AgeGroup.yml", "TinyLife.Objects.AgeGroup.Child": "TinyLife.Objects.AgeGroup.yml", + "TinyLife.Objects.AgeGroup.ChildOrOlder": "TinyLife.Objects.AgeGroup.yml", + "TinyLife.Objects.AgeGroup.ChildOrYounger": "TinyLife.Objects.AgeGroup.yml", + "TinyLife.Objects.AgeGroup.OlderThanChild": "TinyLife.Objects.AgeGroup.yml", + "TinyLife.Objects.AgeGroup.YoungerThanAdult": "TinyLife.Objects.AgeGroup.yml", "TinyLife.Objects.AppliedUpgrade": "TinyLife.Objects.AppliedUpgrade.yml", "TinyLife.Objects.AppliedUpgrade.#ctor(TinyLife.Objects.Upgrade)": "TinyLife.Objects.AppliedUpgrade.yml", "TinyLife.Objects.AppliedUpgrade.Progress": "TinyLife.Objects.AppliedUpgrade.yml", @@ -1838,6 +1850,7 @@ "TinyLife.Objects.Clothes.DepthFunction": "TinyLife.Objects.Clothes.yml", "TinyLife.Objects.Clothes.Description": "TinyLife.Objects.Clothes.yml", "TinyLife.Objects.Clothes.GetDescription(TinyLife.Objects.PersonLike)": "TinyLife.Objects.Clothes.yml", + "TinyLife.Objects.Clothes.GrayHairColors": "TinyLife.Objects.Clothes.yml", "TinyLife.Objects.Clothes.Icon": "TinyLife.Objects.Clothes.yml", "TinyLife.Objects.Clothes.Intentions": "TinyLife.Objects.Clothes.yml", "TinyLife.Objects.Clothes.IsIncompatible": "TinyLife.Objects.Clothes.yml", @@ -1977,6 +1990,7 @@ "TinyLife.Objects.Furniture.DisplayName": "TinyLife.Objects.Furniture.yml", "TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})": "TinyLife.Objects.Furniture.yml", "TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})": "TinyLife.Objects.Furniture.yml", + "TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})": "TinyLife.Objects.Furniture.yml", "TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Ui.Elements.Element,System.Single,System.Int32[])": "TinyLife.Objects.Furniture.yml", "TinyLife.Objects.Furniture.FurnitureTypeConstructedDelegate": "TinyLife.Objects.Furniture.FurnitureTypeConstructedDelegate.yml", "TinyLife.Objects.Furniture.GetActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ActionSpot,MLEM.Maths.Direction2)": "TinyLife.Objects.Furniture.yml", @@ -2005,6 +2019,7 @@ "TinyLife.Objects.Furniture.Intersects(MLEM.Maths.RectangleF)": "TinyLife.Objects.Furniture.yml", "TinyLife.Objects.Furniture.IsFreeSpot(Microsoft.Xna.Framework.Point)": "TinyLife.Objects.Furniture.yml", "TinyLife.Objects.Furniture.IsStatic": "TinyLife.Objects.Furniture.yml", + "TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single)": "TinyLife.Objects.Furniture.yml", "TinyLife.Objects.Furniture.ModifyActionCategories(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Collections.Generic.List{System.String})": "TinyLife.Objects.Furniture.yml", "TinyLife.Objects.Furniture.MoveToMap(TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single})": "TinyLife.Objects.Furniture.yml", "TinyLife.Objects.Furniture.NotifyNeighbors": "TinyLife.Objects.Furniture.yml", @@ -2634,6 +2649,7 @@ "TinyLife.Objects.Person": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.#ctor(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Single)": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.AddJob(TinyLife.Goals.JobType,System.Int32)": "TinyLife.Objects.Person.yml", + "TinyLife.Objects.Person.AgeTextures": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.CanExecuteAction(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean)": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.Create(TinyLife.World.Map,System.Random,TinyLife.Objects.AgeGroup,System.Boolean,System.Boolean,System.Boolean,System.Boolean,TinyLife.Objects.PersonLike[])": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.CurrentRoomDecorativeRating": "TinyLife.Objects.Person.yml", @@ -2643,6 +2659,7 @@ "TinyLife.Objects.Person.DrawUi(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Maths.Direction2,TinyLife.Objects.Outfit,System.Nullable{TinyLife.Objects.Pose},System.Nullable{TinyLife.Objects.AgeGroup})": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.FullNamePronouns": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.GenerateAnimationGroup(TinyLife.Objects.ClothesLayer,System.Int32,System.Collections.Generic.IReadOnlyDictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point)": "TinyLife.Objects.Person.yml", + "TinyLife.Objects.Person.GenerateShadowAnimation": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.GetAiPriorityForObject(TinyLife.Objects.MapObject,TinyLife.Objects.ObjectCategory)": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.GetCurrentGoals": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.GetHeldItemDrawOffset(System.Boolean)": "TinyLife.Objects.Person.yml", @@ -2660,6 +2677,7 @@ "TinyLife.Objects.Person.LifeGoal": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.LotEmployment": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.OnAgeChanged(TinyLife.Objects.AgeGroup)": "TinyLife.Objects.Person.yml", + "TinyLife.Objects.Person.OnCreate": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.OnDrawUi": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.OnGenerateAnimationGroup": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.OnJobChanged": "TinyLife.Objects.Person.yml", @@ -2732,6 +2750,7 @@ "TinyLife.Objects.PersonLike.FullNamePronouns": "TinyLife.Objects.PersonLike.yml", "TinyLife.Objects.PersonLike.GainSkill(TinyLife.Skills.SkillType,System.Single,TinyLife.Actions.ActionInfo,System.Single)": "TinyLife.Objects.PersonLike.yml", "TinyLife.Objects.PersonLike.GenerateAnimationGroup(TinyLife.Objects.ClothesLayer,System.Int32,System.Collections.Generic.IReadOnlyDictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point)": "TinyLife.Objects.PersonLike.yml", + "TinyLife.Objects.PersonLike.GenerateShadowAnimation": "TinyLife.Objects.PersonLike.yml", "TinyLife.Objects.PersonLike.GetAction``1(System.Guid,System.Boolean)": "TinyLife.Objects.PersonLike.yml", "TinyLife.Objects.PersonLike.GetAiPriorityForObject(TinyLife.Objects.MapObject,TinyLife.Objects.ObjectCategory)": "TinyLife.Objects.PersonLike.yml", "TinyLife.Objects.PersonLike.GetCategories(TinyLife.Objects.PersonLike)": "TinyLife.Objects.PersonLike.yml", @@ -3112,6 +3131,7 @@ "TinyLife.Options.RotateKeybind": "TinyLife.Options.yml", "TinyLife.Options.RoundCameraPosition": "TinyLife.Options.yml", "TinyLife.Options.Save": "TinyLife.Options.yml", + "TinyLife.Options.SaveCompression": "TinyLife.Options.yml", "TinyLife.Options.ScreenshotKeybind": "TinyLife.Options.yml", "TinyLife.Options.SeenObjects": "TinyLife.Options.yml", "TinyLife.Options.SellHeldObjectKeybind": "TinyLife.Options.yml", @@ -3331,7 +3351,7 @@ "TinyLife.Skills.FoodType.FoodRestriction.NotPescetarian": "TinyLife.Skills.FoodType.FoodRestriction.yml", "TinyLife.Skills.FoodType.FoodRestriction.NotVegan": "TinyLife.Skills.FoodType.FoodRestriction.yml", "TinyLife.Skills.FoodType.FoodRestriction.NotVegetarian": "TinyLife.Skills.FoodType.FoodRestriction.yml", - "TinyLife.Skills.FoodType.GetAllContainers(System.Boolean)": "TinyLife.Skills.FoodType.yml", + "TinyLife.Skills.FoodType.GetAllContainers(System.Boolean,System.Boolean)": "TinyLife.Skills.FoodType.yml", "TinyLife.Skills.FoodType.GetBuyableVariations(System.Int32,TinyLife.Skills.FoodType.ContainerType)": "TinyLife.Skills.FoodType.yml", "TinyLife.Skills.FoodType.GetPossibleArguments(TinyLife.Objects.PersonLike,System.Int32,TinyLife.Skills.FoodType.IngredientSource,System.Single,TinyLife.Skills.SkillType,System.Boolean)": "TinyLife.Skills.FoodType.yml", "TinyLife.Skills.FoodType.GetPrice(TinyLife.Objects.PersonLike,System.Int32,System.Single,System.Single@,System.Nullable{System.Single}@)": "TinyLife.Skills.FoodType.yml", @@ -3412,6 +3432,7 @@ "TinyLife.Skills.SkillType.Gaming": "TinyLife.Skills.SkillType.yml", "TinyLife.Skills.SkillType.GetMaxLevel(TinyLife.Objects.AgeGroup)": "TinyLife.Skills.SkillType.yml", "TinyLife.Skills.SkillType.GetRandomQuality(TinyLife.Objects.PersonLike,System.Random,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Emotions.IEmotionSource,System.Boolean)": "TinyLife.Skills.SkillType.yml", + "TinyLife.Skills.SkillType.GetRandomQualityWeights(TinyLife.Objects.PersonLike,System.Random,TinyLife.Actions.ActionInfo,System.Boolean)": "TinyLife.Skills.SkillType.yml", "TinyLife.Skills.SkillType.Humor": "TinyLife.Skills.SkillType.yml", "TinyLife.Skills.SkillType.MaxLevel": "TinyLife.Skills.SkillType.yml", "TinyLife.Skills.SkillType.MaxLevelMultipliers": "TinyLife.Skills.SkillType.yml", @@ -3443,13 +3464,6 @@ "TinyLife.Skills.WoodworkingRecipe.Recipes": "TinyLife.Skills.WoodworkingRecipe.yml", "TinyLife.Skills.WoodworkingRecipe.Register(TinyLife.Skills.WoodworkingRecipe)": "TinyLife.Skills.WoodworkingRecipe.yml", "TinyLife.Skills.WoodworkingRecipe.RequiredLevel": "TinyLife.Skills.WoodworkingRecipe.yml", - "TinyLife.StartTogetherAction": "TinyLife.StartTogetherAction.yml", - "TinyLife.StartTogetherAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,TinyLife.Objects.Person[])": "TinyLife.StartTogetherAction.yml", - "TinyLife.StartTogetherAction.AndThenIsCompleted": "TinyLife.StartTogetherAction.yml", - "TinyLife.StartTogetherAction.Create(System.String,TinyLife.Actions.ActionType,System.Int32)": "TinyLife.StartTogetherAction.yml", - "TinyLife.StartTogetherAction.CreateFirstActions": "TinyLife.StartTogetherAction.yml", - "TinyLife.StartTogetherAction.GetNextAction(TinyLife.Actions.CompletionType)": "TinyLife.StartTogetherAction.yml", - "TinyLife.StartTogetherAction.MainAction": "TinyLife.StartTogetherAction.yml", "TinyLife.Tools": "TinyLife.Tools.yml", "TinyLife.Tools.CanPlaceResult": "TinyLife.Tools.CanPlaceResult.yml", "TinyLife.Tools.CanPlaceResult.AreaTooLarge": "TinyLife.Tools.CanPlaceResult.yml", @@ -3477,6 +3491,7 @@ "TinyLife.Tools.FenceTool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Boolean)": "TinyLife.Tools.FenceTool.yml", "TinyLife.Tools.FenceTool.GetMouseCursor": "TinyLife.Tools.FenceTool.yml", "TinyLife.Tools.FenceTool.InitBuildModeUi(MLEM.Ui.Elements.Panel,MLEM.Ui.Elements.Panel)": "TinyLife.Tools.FenceTool.yml", + "TinyLife.Tools.FenceTool.OnBuildModeButton": "TinyLife.Tools.FenceTool.yml", "TinyLife.Tools.FenceTool.ShouldHighlightSelectedObject(System.Object)": "TinyLife.Tools.FenceTool.yml", "TinyLife.Tools.FenceTool.Update(Microsoft.Xna.Framework.GameTime,System.Boolean)": "TinyLife.Tools.FenceTool.yml", "TinyLife.Tools.FurniturePlacer": "TinyLife.Tools.FurniturePlacer.yml", @@ -3503,6 +3518,7 @@ "TinyLife.Tools.FurnitureTool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Boolean)": "TinyLife.Tools.FurnitureTool.yml", "TinyLife.Tools.FurnitureTool.GetMouseCursor": "TinyLife.Tools.FurnitureTool.yml", "TinyLife.Tools.FurnitureTool.InitBuildModeUi(MLEM.Ui.Elements.Panel,MLEM.Ui.Elements.Panel)": "TinyLife.Tools.FurnitureTool.yml", + "TinyLife.Tools.FurnitureTool.OnBuildModeButton": "TinyLife.Tools.FurnitureTool.yml", "TinyLife.Tools.FurnitureTool.ShouldHighlightSelectedObject(System.Object)": "TinyLife.Tools.FurnitureTool.yml", "TinyLife.Tools.FurnitureTool.Tab": "TinyLife.Tools.FurnitureTool.Tab.yml", "TinyLife.Tools.FurnitureTool.Tab.All": "TinyLife.Tools.FurnitureTool.Tab.yml", @@ -3548,6 +3564,7 @@ "TinyLife.Tools.MoveTool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Boolean)": "TinyLife.Tools.MoveTool.yml", "TinyLife.Tools.MoveTool.GetMouseCursor": "TinyLife.Tools.MoveTool.yml", "TinyLife.Tools.MoveTool.InitBuildModeUi(MLEM.Ui.Elements.Panel,MLEM.Ui.Elements.Panel)": "TinyLife.Tools.MoveTool.yml", + "TinyLife.Tools.MoveTool.OnBuildModeButton": "TinyLife.Tools.MoveTool.yml", "TinyLife.Tools.MoveTool.OnButtonCreated(MLEM.Ui.Elements.Button)": "TinyLife.Tools.MoveTool.yml", "TinyLife.Tools.MoveTool.Opened": "TinyLife.Tools.MoveTool.yml", "TinyLife.Tools.MoveTool.Reload": "TinyLife.Tools.MoveTool.yml", @@ -3559,6 +3576,7 @@ "TinyLife.Tools.OpeningTool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Boolean)": "TinyLife.Tools.OpeningTool.yml", "TinyLife.Tools.OpeningTool.GetMouseCursor": "TinyLife.Tools.OpeningTool.yml", "TinyLife.Tools.OpeningTool.InitBuildModeUi(MLEM.Ui.Elements.Panel,MLEM.Ui.Elements.Panel)": "TinyLife.Tools.OpeningTool.yml", + "TinyLife.Tools.OpeningTool.OnBuildModeButton": "TinyLife.Tools.OpeningTool.yml", "TinyLife.Tools.OpeningTool.ShouldHighlightSelectedObject(System.Object)": "TinyLife.Tools.OpeningTool.yml", "TinyLife.Tools.OpeningTool.Update(Microsoft.Xna.Framework.GameTime,System.Boolean)": "TinyLife.Tools.OpeningTool.yml", "TinyLife.Tools.PlayModeTool": "TinyLife.Tools.PlayModeTool.yml", @@ -3605,6 +3623,7 @@ "TinyLife.Tools.RoofTool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Boolean)": "TinyLife.Tools.RoofTool.yml", "TinyLife.Tools.RoofTool.GetMouseCursor": "TinyLife.Tools.RoofTool.yml", "TinyLife.Tools.RoofTool.InitBuildModeUi(MLEM.Ui.Elements.Panel,MLEM.Ui.Elements.Panel)": "TinyLife.Tools.RoofTool.yml", + "TinyLife.Tools.RoofTool.OnBuildModeButton": "TinyLife.Tools.RoofTool.yml", "TinyLife.Tools.RoofTool.ShouldHighlightSelectedObject(System.Object)": "TinyLife.Tools.RoofTool.yml", "TinyLife.Tools.RoofTool.Update(Microsoft.Xna.Framework.GameTime,System.Boolean)": "TinyLife.Tools.RoofTool.yml", "TinyLife.Tools.StairsTool": "TinyLife.Tools.StairsTool.yml", @@ -3620,6 +3639,7 @@ "TinyLife.Tools.TileTool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Boolean)": "TinyLife.Tools.TileTool.yml", "TinyLife.Tools.TileTool.GetMouseCursor": "TinyLife.Tools.TileTool.yml", "TinyLife.Tools.TileTool.InitBuildModeUi(MLEM.Ui.Elements.Panel,MLEM.Ui.Elements.Panel)": "TinyLife.Tools.TileTool.yml", + "TinyLife.Tools.TileTool.OnBuildModeButton": "TinyLife.Tools.TileTool.yml", "TinyLife.Tools.TileTool.RemoveTileIncompatibleFurniture(TinyLife.World.Tile,Microsoft.Xna.Framework.Point,System.Int32,TinyLife.Tools.UndoableAction)": "TinyLife.Tools.TileTool.yml", "TinyLife.Tools.TileTool.ShouldHighlightSelectedObject(System.Object)": "TinyLife.Tools.TileTool.yml", "TinyLife.Tools.TileTool.Update(Microsoft.Xna.Framework.GameTime,System.Boolean)": "TinyLife.Tools.TileTool.yml", @@ -3690,6 +3710,7 @@ "TinyLife.Tools.WallpaperTool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Boolean)": "TinyLife.Tools.WallpaperTool.yml", "TinyLife.Tools.WallpaperTool.GetMouseCursor": "TinyLife.Tools.WallpaperTool.yml", "TinyLife.Tools.WallpaperTool.InitBuildModeUi(MLEM.Ui.Elements.Panel,MLEM.Ui.Elements.Panel)": "TinyLife.Tools.WallpaperTool.yml", + "TinyLife.Tools.WallpaperTool.OnBuildModeButton": "TinyLife.Tools.WallpaperTool.yml", "TinyLife.Tools.WallpaperTool.ShouldHighlightSelectedObject(System.Object)": "TinyLife.Tools.WallpaperTool.yml", "TinyLife.Tools.WallpaperTool.Update(Microsoft.Xna.Framework.GameTime,System.Boolean)": "TinyLife.Tools.WallpaperTool.yml", "TinyLife.Uis": "TinyLife.Uis.yml", @@ -3715,6 +3736,7 @@ "TinyLife.Uis.CharacterCreator.MaxHouseholdSize": "TinyLife.Uis.CharacterCreator.yml", "TinyLife.Uis.CharacterCreator.MaxOutfitAmount": "TinyLife.Uis.CharacterCreator.yml", "TinyLife.Uis.CharacterCreator.OnBoughtItem": "TinyLife.Uis.CharacterCreator.yml", + "TinyLife.Uis.CharacterCreator.OnBuildModeButton": "TinyLife.Uis.CharacterCreator.yml", "TinyLife.Uis.CharacterCreator.OnGetCustomPrice": "TinyLife.Uis.CharacterCreator.yml", "TinyLife.Uis.CharacterCreator.Open(TinyLife.Objects.PersonLike,System.Boolean)": "TinyLife.Uis.CharacterCreator.yml", "TinyLife.Uis.ControlsHint": "TinyLife.Uis.ControlsHint.yml", @@ -3825,6 +3847,7 @@ "TinyLife.Utilities.ColorScheme.MutedPastels": "TinyLife.Utilities.ColorScheme.yml", "TinyLife.Utilities.ColorScheme.Pastel": "TinyLife.Utilities.ColorScheme.yml", "TinyLife.Utilities.ColorScheme.Plants": "TinyLife.Utilities.ColorScheme.yml", + "TinyLife.Utilities.ColorScheme.RedsPinks": "TinyLife.Utilities.ColorScheme.yml", "TinyLife.Utilities.ColorScheme.RetroAppliances": "TinyLife.Utilities.ColorScheme.yml", "TinyLife.Utilities.ColorScheme.RetroTv": "TinyLife.Utilities.ColorScheme.yml", "TinyLife.Utilities.ColorScheme.Rugs": "TinyLife.Utilities.ColorScheme.yml", @@ -3839,6 +3862,7 @@ "TinyLife.Utilities.ColorScheme.WarmDark": "TinyLife.Utilities.ColorScheme.yml", "TinyLife.Utilities.ColorScheme.Water": "TinyLife.Utilities.ColorScheme.yml", "TinyLife.Utilities.ColorScheme.White": "TinyLife.Utilities.ColorScheme.yml", + "TinyLife.Utilities.ColorScheme.WhiteGradient": "TinyLife.Utilities.ColorScheme.yml", "TinyLife.Utilities.ColorScheme.op_Addition(TinyLife.Utilities.ColorScheme,TinyLife.Utilities.ColorScheme)": "TinyLife.Utilities.ColorScheme.yml", "TinyLife.Utilities.ColorScheme.op_Multiply(TinyLife.Utilities.ColorScheme,Microsoft.Xna.Framework.Color)": "TinyLife.Utilities.ColorScheme.yml", "TinyLife.Utilities.ColorScheme.op_Multiply(TinyLife.Utilities.ColorScheme,System.Single)": "TinyLife.Utilities.ColorScheme.yml", @@ -3881,7 +3905,7 @@ "TinyLife.Utilities.Extensions.Icon(MLEM.Input.MouseButton)": "TinyLife.Utilities.Extensions.yml", "TinyLife.Utilities.Extensions.Icon(Microsoft.Xna.Framework.Input.Buttons)": "TinyLife.Utilities.Extensions.yml", "TinyLife.Utilities.Extensions.IsActiveRoot(MLEM.Ui.Elements.Element)": "TinyLife.Utilities.Extensions.yml", - "TinyLife.Utilities.Extensions.IsAgeAppropriate(TinyLife.GenealogyType,TinyLife.Objects.AgeGroup)": "TinyLife.Utilities.Extensions.yml", + "TinyLife.Utilities.Extensions.IsAgeAppropriate(TinyLife.GenealogyType,TinyLife.Objects.AgeGroup,TinyLife.Objects.AgeGroup)": "TinyLife.Utilities.Extensions.yml", "TinyLife.Utilities.Extensions.IsAvailableForAge(TinyLife.Objects.ClothesIntention,TinyLife.Objects.AgeGroup)": "TinyLife.Utilities.Extensions.yml", "TinyLife.Utilities.Extensions.IsBetween(System.ValueTuple{System.Int32,System.Int32},System.Int32)": "TinyLife.Utilities.Extensions.yml", "TinyLife.Utilities.Extensions.IsHorizontal(MLEM.Maths.Direction2)": "TinyLife.Utilities.Extensions.yml", @@ -4080,7 +4104,7 @@ "TinyLife.World.Lot.Type": "TinyLife.World.Lot.yml", "TinyLife.World.Lot.Validate(TinyLife.World.Map)": "TinyLife.World.Lot.yml", "TinyLife.World.LotEmployment": "TinyLife.World.LotEmployment.yml", - "TinyLife.World.LotEmployment.#ctor(System.String,MLEM.Textures.TextureRegion,System.ValueTuple{System.Int32,System.Int32},System.Func{TinyLife.Actions.ActionType[]},System.Boolean,System.Int32)": "TinyLife.World.LotEmployment.yml", + "TinyLife.World.LotEmployment.#ctor(System.String,MLEM.Textures.TextureRegion,System.ValueTuple{System.Int32,System.Int32},System.Func{System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionType}},System.Boolean,System.Int32)": "TinyLife.World.LotEmployment.yml", "TinyLife.World.LotEmployment.ActionPriorityMultiplier": "TinyLife.World.LotEmployment.yml", "TinyLife.World.LotEmployment.Actions": "TinyLife.World.LotEmployment.yml", "TinyLife.World.LotEmployment.AddCurrentPerson(TinyLife.World.Map,TinyLife.World.Lot,TinyLife.Objects.Person,System.Boolean,System.Boolean)": "TinyLife.World.LotEmployment.yml", @@ -4402,6 +4426,7 @@ "TinyLife.World.Tile": "TinyLife.World.Tile.yml", "TinyLife.World.Tile.#ctor(System.String,System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},System.Collections.Generic.Dictionary{MLEM.Maths.Direction2,Microsoft.Xna.Framework.Point[]},TinyLife.Utilities.ColorSettings,System.Int32[],System.Boolean,System.Single,TinyLife.World.Tile.Category,MLEM.Textures.TextureRegion,System.Func{Microsoft.Xna.Framework.Point,System.Single})": "TinyLife.World.Tile.yml", "TinyLife.World.Tile.BaseName": "TinyLife.World.Tile.yml", + "TinyLife.World.Tile.BigTiles": "TinyLife.World.Tile.yml", "TinyLife.World.Tile.CanBuy": "TinyLife.World.Tile.yml", "TinyLife.World.Tile.Categories": "TinyLife.World.Tile.yml", "TinyLife.World.Tile.Category": "TinyLife.World.Tile.Category.yml", @@ -4410,20 +4435,37 @@ "TinyLife.World.Tile.Category.Road": "TinyLife.World.Tile.Category.yml", "TinyLife.World.Tile.Category.ValidExitPoint": "TinyLife.World.Tile.Category.yml", "TinyLife.World.Tile.Category.Water": "TinyLife.World.Tile.Category.yml", + "TinyLife.World.Tile.CheckeredHardwood": "TinyLife.World.Tile.yml", "TinyLife.World.Tile.ColorSettings": "TinyLife.World.Tile.yml", "TinyLife.World.Tile.Colors": "TinyLife.World.Tile.yml", + "TinyLife.World.Tile.Concrete": "TinyLife.World.Tile.yml", + "TinyLife.World.Tile.Dirt": "TinyLife.World.Tile.yml", + "TinyLife.World.Tile.DirtPath": "TinyLife.World.Tile.yml", + "TinyLife.World.Tile.DirtRoad": "TinyLife.World.Tile.yml", + "TinyLife.World.Tile.DirtRoadLines1": "TinyLife.World.Tile.yml", + "TinyLife.World.Tile.DirtRoadLines2": "TinyLife.World.Tile.yml", + "TinyLife.World.Tile.DirtWithGrass": "TinyLife.World.Tile.yml", "TinyLife.World.Tile.Draw(Microsoft.Xna.Framework.GameTime,System.Object,TinyLife.World.Map,Microsoft.Xna.Framework.Point,System.Int32,Microsoft.Xna.Framework.Vector2,System.Single,System.Single,System.Collections.Generic.ICollection{MLEM.Graphics.StaticSpriteBatch.Item},System.Boolean,System.Func{Microsoft.Xna.Framework.Point,System.Int32,TinyLife.World.Tile})": "TinyLife.World.Tile.yml", "TinyLife.World.Tile.DrawUi(MLEM.Ui.Elements.Element,Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single)": "TinyLife.World.Tile.yml", + "TinyLife.World.Tile.FlowerGrass": "TinyLife.World.Tile.yml", "TinyLife.World.Tile.GetAutoTileBorder(TinyLife.World.Map,Microsoft.Xna.Framework.Point,System.Int32,Microsoft.Xna.Framework.Point,TinyLife.World.Tile,System.Int32)": "TinyLife.World.Tile.yml", "TinyLife.World.Tile.GetDepth(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Single,System.Single,System.Boolean)": "TinyLife.World.Tile.yml", "TinyLife.World.Tile.GetPrice": "TinyLife.World.Tile.yml", "TinyLife.World.Tile.GetVariationTexture(MLEM.Maths.Direction2,Microsoft.Xna.Framework.Point)": "TinyLife.World.Tile.yml", "TinyLife.World.Tile.GetVisualOffset(MLEM.Maths.Direction2,System.Int32,System.Int32)": "TinyLife.World.Tile.yml", + "TinyLife.World.Tile.Grass": "TinyLife.World.Tile.yml", "TinyLife.World.Tile.Icon": "TinyLife.World.Tile.yml", + "TinyLife.World.Tile.IntricateCarpet": "TinyLife.World.Tile.yml", + "TinyLife.World.Tile.LargeConcreteTiles": "TinyLife.World.Tile.yml", + "TinyLife.World.Tile.LongBoards": "TinyLife.World.Tile.yml", + "TinyLife.World.Tile.ModernBricks": "TinyLife.World.Tile.yml", + "TinyLife.World.Tile.ModernTiles": "TinyLife.World.Tile.yml", "TinyLife.World.Tile.Name": "TinyLife.World.Tile.yml", "TinyLife.World.Tile.OnNeighborChanged(TinyLife.World.Map,Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point,System.Int32)": "TinyLife.World.Tile.yml", + "TinyLife.World.Tile.OrnateHardwood": "TinyLife.World.Tile.yml", "TinyLife.World.Tile.PathCostModifier": "TinyLife.World.Tile.yml", "TinyLife.World.Tile.Price": "TinyLife.World.Tile.yml", + "TinyLife.World.Tile.PuzzlePieces": "TinyLife.World.Tile.yml", "TinyLife.World.Tile.ReferencePrice": "TinyLife.World.Tile.yml", "TinyLife.World.Tile.RegionWeights": "TinyLife.World.Tile.yml", "TinyLife.World.Tile.Regions": "TinyLife.World.Tile.yml", @@ -4431,8 +4473,21 @@ "TinyLife.World.Tile.Register(System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point,TinyLife.Utilities.ColorScheme[],System.Single,System.Boolean,TinyLife.World.Tile.Category,MLEM.Textures.TextureRegion,System.Func{MLEM.Maths.Direction2,System.Nullable{Microsoft.Xna.Framework.Point}},System.Int32[],System.Func{Microsoft.Xna.Framework.Point,System.Single},System.Type)": "TinyLife.World.Tile.yml", "TinyLife.World.Tile.Register(System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point[],TinyLife.Utilities.ColorScheme[],System.Single,System.Boolean,TinyLife.World.Tile.Category,MLEM.Textures.TextureRegion,System.Func{MLEM.Maths.Direction2,Microsoft.Xna.Framework.Point[]},System.Int32[],System.Func{Microsoft.Xna.Framework.Point,System.Single},System.Type)": "TinyLife.World.Tile.yml", "TinyLife.World.Tile.Register(System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point[],TinyLife.Utilities.ColorSettings,System.Single,System.Boolean,TinyLife.World.Tile.Category,MLEM.Textures.TextureRegion,System.Func{MLEM.Maths.Direction2,Microsoft.Xna.Framework.Point[]},System.Func{Microsoft.Xna.Framework.Point,System.Single},System.Type)": "TinyLife.World.Tile.yml", + "TinyLife.World.Tile.RicketyHardwood": "TinyLife.World.Tile.yml", + "TinyLife.World.Tile.Road1": "TinyLife.World.Tile.yml", + "TinyLife.World.Tile.Road2": "TinyLife.World.Tile.yml", + "TinyLife.World.Tile.Road3": "TinyLife.World.Tile.yml", + "TinyLife.World.Tile.Road4": "TinyLife.World.Tile.yml", + "TinyLife.World.Tile.Road5": "TinyLife.World.Tile.yml", + "TinyLife.World.Tile.Rocks": "TinyLife.World.Tile.yml", + "TinyLife.World.Tile.Sand": "TinyLife.World.Tile.yml", + "TinyLife.World.Tile.SimpleCarpet": "TinyLife.World.Tile.yml", + "TinyLife.World.Tile.SmallCheckeredHardwood": "TinyLife.World.Tile.yml", + "TinyLife.World.Tile.SoftCarpet": "TinyLife.World.Tile.yml", + "TinyLife.World.Tile.StraightBoards": "TinyLife.World.Tile.yml", "TinyLife.World.Tile.Textures": "TinyLife.World.Tile.yml", "TinyLife.World.Tile.Tiles": "TinyLife.World.Tile.yml", + "TinyLife.World.Tile.Water": "TinyLife.World.Tile.yml", "TinyLife.World.UpdateDelegate": "TinyLife.World.UpdateDelegate.yml", "TinyLife.World.UpdateDelegateNoPhase": "TinyLife.World.UpdateDelegateNoPhase.yml", "TinyLife.World.Wall": "TinyLife.World.Wall.yml", @@ -4470,19 +4525,42 @@ "TinyLife.World.Wallpaper": "TinyLife.World.Wallpaper.yml", "TinyLife.World.Wallpaper.#ctor(System.String,System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point,TinyLife.Utilities.ColorSettings,System.Int32[],MLEM.Textures.TextureRegion)": "TinyLife.World.Wallpaper.yml", "TinyLife.World.Wallpaper.BaseName": "TinyLife.World.Wallpaper.yml", + "TinyLife.World.Wallpaper.BigTiles": "TinyLife.World.Wallpaper.yml", + "TinyLife.World.Wallpaper.Cacti": "TinyLife.World.Wallpaper.yml", "TinyLife.World.Wallpaper.ColorSettings": "TinyLife.World.Wallpaper.yml", "TinyLife.World.Wallpaper.Colors": "TinyLife.World.Wallpaper.yml", + "TinyLife.World.Wallpaper.Default": "TinyLife.World.Wallpaper.yml", + "TinyLife.World.Wallpaper.DoubleTimbered": "TinyLife.World.Wallpaper.yml", + "TinyLife.World.Wallpaper.DoubleTimberedRockBase": "TinyLife.World.Wallpaper.yml", "TinyLife.World.Wallpaper.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,TinyLife.World.Map,Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point,System.Int32,Microsoft.Xna.Framework.Vector2,TinyLife.World.WallMode,System.Boolean,System.Boolean,System.Single,System.Boolean,System.Single,System.Nullable{Microsoft.Xna.Framework.Color})": "TinyLife.World.Wallpaper.yml", "TinyLife.World.Wallpaper.DrawUi(MLEM.Ui.Elements.Element,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.GameTime,TinyLife.World.Map,System.Single)": "TinyLife.World.Wallpaper.yml", "TinyLife.World.Wallpaper.GetPrice": "TinyLife.World.Wallpaper.yml", + "TinyLife.World.Wallpaper.HorizontalWoodenSiding": "TinyLife.World.Wallpaper.yml", "TinyLife.World.Wallpaper.Icon": "TinyLife.World.Wallpaper.yml", + "TinyLife.World.Wallpaper.MismatchedBricks": "TinyLife.World.Wallpaper.yml", + "TinyLife.World.Wallpaper.ModernBricks": "TinyLife.World.Wallpaper.yml", + "TinyLife.World.Wallpaper.ModernLines": "TinyLife.World.Wallpaper.yml", + "TinyLife.World.Wallpaper.ModernSquares": "TinyLife.World.Wallpaper.yml", "TinyLife.World.Wallpaper.Name": "TinyLife.World.Wallpaper.yml", "TinyLife.World.Wallpaper.Price": "TinyLife.World.Wallpaper.yml", "TinyLife.World.Wallpaper.Register(System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point,TinyLife.Utilities.ColorScheme,MLEM.Textures.TextureRegion,System.Nullable{System.Int32},System.Type)": "TinyLife.World.Wallpaper.yml", "TinyLife.World.Wallpaper.Register(System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point,TinyLife.Utilities.ColorScheme[],MLEM.Textures.TextureRegion,System.Int32[],System.Type)": "TinyLife.World.Wallpaper.yml", "TinyLife.World.Wallpaper.Register(System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point,TinyLife.Utilities.ColorSettings,MLEM.Textures.TextureRegion,System.Type)": "TinyLife.World.Wallpaper.yml", + "TinyLife.World.Wallpaper.RockBase": "TinyLife.World.Wallpaper.yml", + "TinyLife.World.Wallpaper.SingleColor": "TinyLife.World.Wallpaper.yml", + "TinyLife.World.Wallpaper.SingleColorBaseboard": "TinyLife.World.Wallpaper.yml", + "TinyLife.World.Wallpaper.SingleColorTopBottomBoard": "TinyLife.World.Wallpaper.yml", + "TinyLife.World.Wallpaper.SingleColorWoodBottom": "TinyLife.World.Wallpaper.yml", + "TinyLife.World.Wallpaper.SingleTimbered": "TinyLife.World.Wallpaper.yml", + "TinyLife.World.Wallpaper.SingleTimberedRockBase": "TinyLife.World.Wallpaper.yml", + "TinyLife.World.Wallpaper.SmallClouds": "TinyLife.World.Wallpaper.yml", + "TinyLife.World.Wallpaper.Stars": "TinyLife.World.Wallpaper.yml", + "TinyLife.World.Wallpaper.StripedWood": "TinyLife.World.Wallpaper.yml", "TinyLife.World.Wallpaper.TextureRegion": "TinyLife.World.Wallpaper.yml", "TinyLife.World.Wallpaper.Textures": "TinyLife.World.Wallpaper.yml", + "TinyLife.World.Wallpaper.VerticalStripes": "TinyLife.World.Wallpaper.yml", + "TinyLife.World.Wallpaper.VerticalWallTiles": "TinyLife.World.Wallpaper.yml", + "TinyLife.World.Wallpaper.VerticalWoodenSiding": "TinyLife.World.Wallpaper.yml", "TinyLife.World.Wallpaper.Wallpapers": "TinyLife.World.Wallpaper.yml", "TinyLife.World.WaterTile": "TinyLife.World.WaterTile.yml", "TinyLife.World.WaterTile.#ctor(System.String,System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},System.Collections.Generic.Dictionary{MLEM.Maths.Direction2,Microsoft.Xna.Framework.Point[]},TinyLife.Utilities.ColorSettings,System.Int32[],System.Boolean,System.Single,TinyLife.World.Tile.Category,MLEM.Textures.TextureRegion,System.Func{Microsoft.Xna.Framework.Point,System.Single})": "TinyLife.World.WaterTile.yml", diff --git a/docs/api/TinyLife.Actions.Action.ActionTypeConstructedDelegate.yml b/docs/api/TinyLife.Actions.Action.ActionTypeConstructedDelegate.yml index f4321b5..fe549dc 100644 --- a/docs/api/TinyLife.Actions.Action.ActionTypeConstructedDelegate.yml +++ b/docs/api/TinyLife.Actions.Action.ActionTypeConstructedDelegate.yml @@ -12,14 +12,6 @@ items: nameWithType: Action.ActionTypeConstructedDelegate fullName: TinyLife.Actions.Action.ActionTypeConstructedDelegate type: Delegate - source: - remote: - path: TinyLife/Actions/Action.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ActionTypeConstructedDelegate - path: ../TinyLife/Actions/Action.cs - startLine: 1034 assemblies: - Tiny Life namespace: TinyLife.Actions diff --git a/docs/api/TinyLife.Actions.Action.yml b/docs/api/TinyLife.Actions.Action.yml index 1fdf17d..2cdcac3 100644 --- a/docs/api/TinyLife.Actions.Action.yml +++ b/docs/api/TinyLife.Actions.Action.yml @@ -77,14 +77,6 @@ items: nameWithType: Action fullName: TinyLife.Actions.Action type: Class - source: - remote: - path: TinyLife/Actions/Action.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Action - path: ../TinyLife/Actions/Action.cs - startLine: 30 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -152,14 +144,6 @@ items: nameWithType: Action.Random fullName: TinyLife.Actions.Action.Random type: Field - source: - remote: - path: TinyLife/Actions/Action.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Random - path: ../TinyLife/Actions/Action.cs - startLine: 37 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -184,14 +168,6 @@ items: nameWithType: Action.OnActionTypeConstructed fullName: TinyLife.Actions.Action.OnActionTypeConstructed type: Event - source: - remote: - path: TinyLife/Actions/Action.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnActionTypeConstructed - path: ../TinyLife/Actions/Action.cs - startLine: 43 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -216,14 +192,6 @@ items: nameWithType: Action.InProgressTime fullName: TinyLife.Actions.Action.InProgressTime type: Property - source: - remote: - path: TinyLife/Actions/Action.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: InProgressTime - path: ../TinyLife/Actions/Action.cs - startLine: 51 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -253,14 +221,6 @@ items: nameWithType: Action.FullyInProgress fullName: TinyLife.Actions.Action.FullyInProgress type: Property - source: - remote: - path: TinyLife/Actions/Action.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: FullyInProgress - path: ../TinyLife/Actions/Action.cs - startLine: 58 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -290,14 +250,6 @@ items: nameWithType: Action.Type fullName: TinyLife.Actions.Action.Type type: Field - source: - remote: - path: TinyLife/Actions/Action.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Type - path: ../TinyLife/Actions/Action.cs - startLine: 64 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -329,14 +281,6 @@ items: nameWithType: Action.Info fullName: TinyLife.Actions.Action.Info type: Field - source: - remote: - path: TinyLife/Actions/Action.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Info - path: ../TinyLife/Actions/Action.cs - startLine: 69 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -368,14 +312,6 @@ items: nameWithType: Action.Id fullName: TinyLife.Actions.Action.Id type: Field - source: - remote: - path: TinyLife/Actions/Action.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Id - path: ../TinyLife/Actions/Action.cs - startLine: 75 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -410,14 +346,6 @@ items: nameWithType: Action.StartedAutomatically fullName: TinyLife.Actions.Action.StartedAutomatically type: Property - source: - remote: - path: TinyLife/Actions/Action.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: StartedAutomatically - path: ../TinyLife/Actions/Action.cs - startLine: 80 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -451,14 +379,6 @@ items: nameWithType: Action.Parent fullName: TinyLife.Actions.Action.Parent type: Property - source: - remote: - path: TinyLife/Actions/Action.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Parent - path: ../TinyLife/Actions/Action.cs - startLine: 86 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -485,14 +405,6 @@ items: nameWithType: Action.Person fullName: TinyLife.Actions.Action.Person type: Property - source: - remote: - path: TinyLife/Actions/Action.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Person - path: ../TinyLife/Actions/Action.cs - startLine: 90 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -516,14 +428,6 @@ items: nameWithType: Action.ElapsedTime fullName: TinyLife.Actions.Action.ElapsedTime type: Property - source: - remote: - path: TinyLife/Actions/Action.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ElapsedTime - path: ../TinyLife/Actions/Action.cs - startLine: 94 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -557,14 +461,6 @@ items: nameWithType: Action.PlayerPromptOpen fullName: TinyLife.Actions.Action.PlayerPromptOpen type: Property - source: - remote: - path: TinyLife/Actions/Action.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PlayerPromptOpen - path: ../TinyLife/Actions/Action.cs - startLine: 100 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -591,14 +487,6 @@ items: nameWithType: Action.ForceResult fullName: TinyLife.Actions.Action.ForceResult type: Field - source: - remote: - path: TinyLife/Actions/Action.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ForceResult - path: ../TinyLife/Actions/Action.cs - startLine: 108 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -623,14 +511,6 @@ items: nameWithType: Action.Action(ActionInfo) fullName: TinyLife.Actions.Action.Action(TinyLife.Actions.ActionInfo) type: Constructor - source: - remote: - path: TinyLife/Actions/Action.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Actions/Action.cs - startLine: 119 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -658,14 +538,6 @@ items: nameWithType: Action.Action(ActionType, ActionInfo) fullName: TinyLife.Actions.Action.Action(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo) type: Constructor - source: - remote: - path: TinyLife/Actions/Action.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Actions/Action.cs - startLine: 128 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -696,14 +568,6 @@ items: nameWithType: Action.Initialize() fullName: TinyLife.Actions.Action.Initialize() type: Method - source: - remote: - path: TinyLife/Actions/Action.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Initialize - path: ../TinyLife/Actions/Action.cs - startLine: 138 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -727,14 +591,6 @@ items: nameWithType: Action.Update(GameTime, TimeSpan, float) fullName: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) type: Method - source: - remote: - path: TinyLife/Actions/Action.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Update - path: ../TinyLife/Actions/Action.cs - startLine: 147 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -771,14 +627,6 @@ items: nameWithType: Action.IsCompleted() fullName: TinyLife.Actions.Action.IsCompleted() type: Method - source: - remote: - path: TinyLife/Actions/Action.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IsCompleted - path: ../TinyLife/Actions/Action.cs - startLine: 165 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -807,14 +655,6 @@ items: nameWithType: Action.OnCompleted(CompletionType) fullName: TinyLife.Actions.Action.OnCompleted(TinyLife.Actions.CompletionType) type: Method - source: - remote: - path: TinyLife/Actions/Action.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnCompleted - path: ../TinyLife/Actions/Action.cs - startLine: 175 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -844,14 +684,6 @@ items: nameWithType: Action.Validate(PersonLike) fullName: TinyLife.Actions.Action.Validate(TinyLife.Objects.PersonLike) type: Method - source: - remote: - path: TinyLife/Actions/Action.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Validate - path: ../TinyLife/Actions/Action.cs - startLine: 194 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -884,14 +716,6 @@ items: nameWithType: Action.TryForceResult(CompletionType, CanExecuteResult?, MapObject) fullName: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType, TinyLife.Actions.CanExecuteResult?, TinyLife.Objects.MapObject) type: Method - source: - remote: - path: TinyLife/Actions/Action.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TryForceResult - path: ../TinyLife/Actions/Action.cs - startLine: 207 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -930,14 +754,6 @@ items: nameWithType: Action.CanMultitask(Action) fullName: TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action) type: Method - source: - remote: - path: TinyLife/Actions/Action.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CanMultitask - path: ../TinyLife/Actions/Action.cs - startLine: 225 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -972,14 +788,6 @@ items: nameWithType: Action.CanStartNow() fullName: TinyLife.Actions.Action.CanStartNow() type: Method - source: - remote: - path: TinyLife/Actions/Action.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CanStartNow - path: ../TinyLife/Actions/Action.cs - startLine: 235 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1007,14 +815,6 @@ items: nameWithType: Action.CanCancel(Action) fullName: TinyLife.Actions.Action.CanCancel(TinyLife.Actions.Action) type: Method - source: - remote: - path: TinyLife/Actions/Action.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CanCancel - path: ../TinyLife/Actions/Action.cs - startLine: 246 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1047,14 +847,6 @@ items: nameWithType: Action.GetNextAction(CompletionType) fullName: TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.CompletionType) type: Method - source: - remote: - path: TinyLife/Actions/Action.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetNextAction - path: ../TinyLife/Actions/Action.cs - startLine: 257 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1087,14 +879,6 @@ items: nameWithType: Action.GetIconObject() fullName: TinyLife.Actions.Action.GetIconObject() type: Method - source: - remote: - path: TinyLife/Actions/Action.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetIconObject - path: ../TinyLife/Actions/Action.cs - startLine: 267 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1123,14 +907,6 @@ items: nameWithType: Action.CausesExtremelyFastSpeed() fullName: TinyLife.Actions.Action.CausesExtremelyFastSpeed() type: Method - source: - remote: - path: TinyLife/Actions/Action.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CausesExtremelyFastSpeed - path: ../TinyLife/Actions/Action.cs - startLine: 276 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1157,14 +933,6 @@ items: nameWithType: Action.GetDisplayName() fullName: TinyLife.Actions.Action.GetDisplayName() type: Method - source: - remote: - path: TinyLife/Actions/Action.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetDisplayName - path: ../TinyLife/Actions/Action.cs - startLine: 285 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1191,14 +959,6 @@ items: nameWithType: Action.CanEnqueueConversation(PersonLike, ActionType) fullName: TinyLife.Actions.Action.CanEnqueueConversation(TinyLife.Objects.PersonLike, TinyLife.Actions.ActionType) type: Method - source: - remote: - path: TinyLife/Actions/Action.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CanEnqueueConversation - path: ../TinyLife/Actions/Action.cs - startLine: 297 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1234,14 +994,6 @@ items: nameWithType: Action.GetProgress() fullName: TinyLife.Actions.Action.GetProgress() type: Method - source: - remote: - path: TinyLife/Actions/Action.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetProgress - path: ../TinyLife/Actions/Action.cs - startLine: 307 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1270,14 +1022,6 @@ items: nameWithType: Action.OnChildCompleted(Action, CompletionType, bool) fullName: TinyLife.Actions.Action.OnChildCompleted(TinyLife.Actions.Action, TinyLife.Actions.CompletionType, bool) type: Method - source: - remote: - path: TinyLife/Actions/Action.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnChildCompleted - path: ../TinyLife/Actions/Action.cs - startLine: 319 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1316,14 +1060,6 @@ items: nameWithType: Action.OpenPlayerPrompt(string, Predicate, Action, bool, Action, TextureRegion, float) fullName: TinyLife.Actions.Action.OpenPlayerPrompt(string, System.Predicate, System.Action, bool, System.Action, MLEM.Textures.TextureRegion, float) type: Method - source: - remote: - path: TinyLife/Actions/Action.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OpenPlayerPrompt - path: ../TinyLife/Actions/Action.cs - startLine: 336 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1380,14 +1116,6 @@ items: nameWithType: Action.OpenYesNoPrompt(string, Action, Action, TextureRegion) fullName: TinyLife.Actions.Action.OpenYesNoPrompt(string, System.Action, System.Action, MLEM.Textures.TextureRegion) type: Method - source: - remote: - path: TinyLife/Actions/Action.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OpenYesNoPrompt - path: ../TinyLife/Actions/Action.cs - startLine: 371 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1431,14 +1159,6 @@ items: nameWithType: Action.OpenTextPrompt(string, Action, Predicate, TextField.Rule, string, TextureRegion) fullName: TinyLife.Actions.Action.OpenTextPrompt(string, System.Action, System.Predicate, MLEM.Ui.Elements.TextField.Rule, string, MLEM.Textures.TextureRegion) type: Method - source: - remote: - path: TinyLife/Actions/Action.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OpenTextPrompt - path: ../TinyLife/Actions/Action.cs - startLine: 399 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1486,14 +1206,6 @@ items: nameWithType: Action.OpenChoicePrompt(ChoicePromptInfo) fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo) type: Method - source: - remote: - path: TinyLife/Actions/Action.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OpenChoicePrompt - path: ../TinyLife/Actions/Action.cs - startLine: 412 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1521,14 +1233,6 @@ items: nameWithType: Action.SpeakAlone(GameTime, float, EmoteChoices, SpeakStyle, int, float, float, float, float) fullName: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime, float, TinyLife.Actions.EmoteChoices, TinyLife.Objects.SpeakStyle, int, float, float, float, float) type: Method - source: - remote: - path: TinyLife/Actions/Action.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SpeakAlone - path: ../TinyLife/Actions/Action.cs - startLine: 433 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1586,14 +1290,6 @@ items: nameWithType: Action.ThinkAlone(GameTime, float, EmoteChoices, float, float, float, float, int) fullName: TinyLife.Actions.Action.ThinkAlone(Microsoft.Xna.Framework.GameTime, float, TinyLife.Actions.EmoteChoices, float, float, float, float, int) type: Method - source: - remote: - path: TinyLife/Actions/Action.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ThinkAlone - path: ../TinyLife/Actions/Action.cs - startLine: 450 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1648,14 +1344,6 @@ items: nameWithType: Action.SpeakInConversation(PersonLike, GameTime, float, EmoteChoices, SpeakStyle, EmoteChoices?, SpeakStyle?, int, float, float, float, float) fullName: TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.PersonLike, Microsoft.Xna.Framework.GameTime, float, TinyLife.Actions.EmoteChoices, TinyLife.Objects.SpeakStyle, TinyLife.Actions.EmoteChoices?, TinyLife.Objects.SpeakStyle?, int, float, float, float, float) type: Method - source: - remote: - path: TinyLife/Actions/Action.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SpeakInConversation - path: ../TinyLife/Actions/Action.cs - startLine: 471 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1722,14 +1410,6 @@ items: nameWithType: Action.ResetSpeech() fullName: TinyLife.Actions.Action.ResetSpeech() type: Method - source: - remote: - path: TinyLife/Actions/Action.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ResetSpeech - path: ../TinyLife/Actions/Action.cs - startLine: 480 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1750,14 +1430,6 @@ items: nameWithType: Action.CompleteIfNeedFull(NeedType, PersonLike) fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType, TinyLife.Objects.PersonLike) type: Method - source: - remote: - path: TinyLife/Actions/Action.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CompleteIfNeedFull - path: ../TinyLife/Actions/Action.cs - startLine: 493 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1788,14 +1460,6 @@ items: nameWithType: Action.CompleteIfTimeUp(TimeSpan, bool, SkillType, float, bool) fullName: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan, bool, TinyLife.Skills.SkillType, float, bool) type: Method - source: - remote: - path: TinyLife/Actions/Action.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CompleteIfTimeUp - path: ../TinyLife/Actions/Action.cs - startLine: 507 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1841,14 +1505,6 @@ items: nameWithType: Action.CompleteIfTimeUp(TimeSpan, TimeSpan, bool, SkillType, float, bool) fullName: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan, System.TimeSpan, bool, TinyLife.Skills.SkillType, float, bool) type: Method - source: - remote: - path: TinyLife/Actions/Action.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CompleteIfTimeUp - path: ../TinyLife/Actions/Action.cs - startLine: 526 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1897,14 +1553,6 @@ items: nameWithType: Action.GetRandomCompletionTime(TimeSpan, TimeSpan) fullName: TinyLife.Actions.Action.GetRandomCompletionTime(System.TimeSpan, System.TimeSpan) type: Method - source: - remote: - path: TinyLife/Actions/Action.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetRandomCompletionTime - path: ../TinyLife/Actions/Action.cs - startLine: 538 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1938,14 +1586,6 @@ items: nameWithType: Action.CancelIfEmotional(params EmotionType[]) fullName: TinyLife.Actions.Action.CancelIfEmotional(params TinyLife.Emotions.EmotionType[]) type: Method - source: - remote: - path: TinyLife/Actions/Action.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CancelIfEmotional - path: ../TinyLife/Actions/Action.cs - startLine: 551 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1980,14 +1620,6 @@ items: nameWithType: Action.Sit(Furniture, float, ActionSpot) fullName: TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture, float, TinyLife.Objects.ActionSpot) type: Method - source: - remote: - path: TinyLife/Actions/Action.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Sit - path: ../TinyLife/Actions/Action.cs - startLine: 567 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2031,14 +1663,6 @@ items: nameWithType: Action.GetChildren(bool) fullName: TinyLife.Actions.Action.GetChildren(bool) type: Method - source: - remote: - path: TinyLife/Actions/Action.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetChildren - path: ../TinyLife/Actions/Action.cs - startLine: 583 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2072,14 +1696,6 @@ items: nameWithType: Action.GetChild(Guid, bool) fullName: TinyLife.Actions.Action.GetChild(System.Guid, bool) type: Method - source: - remote: - path: TinyLife/Actions/Action.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetChild - path: ../TinyLife/Actions/Action.cs - startLine: 600 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2119,14 +1735,6 @@ items: nameWithType: Action.PickUpAndGoTo(ActionInfo, ObjectCategory, ObjectCategory, bool) fullName: TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo, TinyLife.Objects.ObjectCategory, TinyLife.Objects.ObjectCategory, bool) type: Method - source: - remote: - path: TinyLife/Actions/Action.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PickUpAndGoTo - path: ../TinyLife/Actions/Action.cs - startLine: 642 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2169,14 +1777,6 @@ items: nameWithType: Action.PickUpAndGoTo(ActionInfo, Func, Func, bool) fullName: TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo, System.Func, System.Func, bool) type: Method - source: - remote: - path: TinyLife/Actions/Action.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PickUpAndGoTo - path: ../TinyLife/Actions/Action.cs - startLine: 655 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2219,14 +1819,6 @@ items: nameWithType: Action.GetFreeChair(PersonLike, Furniture) fullName: TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture) type: Method - source: - remote: - path: TinyLife/Actions/Action.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetFreeChair - path: ../TinyLife/Actions/Action.cs - startLine: 692 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2262,14 +1854,6 @@ items: nameWithType: Action.GetFreeChairs(PersonLike, Furniture, Func) fullName: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func) type: Method - source: - remote: - path: TinyLife/Actions/Action.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetFreeChairs - path: ../TinyLife/Actions/Action.cs - startLine: 709 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2311,14 +1895,6 @@ items: nameWithType: Action.GetSeatCategory(PersonLike) fullName: TinyLife.Actions.Action.GetSeatCategory(TinyLife.Objects.PersonLike) type: Method - source: - remote: - path: TinyLife/Actions/Action.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetSeatCategory - path: ../TinyLife/Actions/Action.cs - startLine: 729 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2349,14 +1925,6 @@ items: nameWithType: Action.FindAllFreePeople(PersonLike, ActionType, Map, Vector2?, float?, float?, bool, bool, bool) fullName: TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Objects.PersonLike, TinyLife.Actions.ActionType, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?, float?, float?, bool, bool, bool) type: Method - source: - remote: - path: TinyLife/Actions/Action.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: FindAllFreePeople - path: ../TinyLife/Actions/Action.cs - startLine: 746 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2411,14 +1979,6 @@ items: nameWithType: Action.FindAllFreeFurniture(PersonLike, ObjectCategory, FurnitureType, bool, Map, Vector2?, float?, float?, bool, bool) fullName: TinyLife.Actions.Action.FindAllFreeFurniture(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, bool, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?, float?, float?, bool, bool) type: Method - source: - remote: - path: TinyLife/Actions/Action.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: FindAllFreeFurniture - path: ../TinyLife/Actions/Action.cs - startLine: 776 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2476,14 +2036,6 @@ items: nameWithType: Action.FindAllFreeWalls(PersonLike, Map, Vector2?, float?, float?, bool) fullName: TinyLife.Actions.Action.FindAllFreeWalls(TinyLife.Objects.PersonLike, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?, float?, float?, bool) type: Method - source: - remote: - path: TinyLife/Actions/Action.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: FindAllFreeWalls - path: ../TinyLife/Actions/Action.cs - startLine: 796 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2531,14 +2083,6 @@ items: nameWithType: Action.FindAllFreeGround(PersonLike, Map, Vector2?, float?, float?, bool) fullName: TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.PersonLike, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?, float?, float?, bool) type: Method - source: - remote: - path: TinyLife/Actions/Action.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: FindAllFreeGround - path: ../TinyLife/Actions/Action.cs - startLine: 815 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2584,14 +2128,6 @@ items: nameWithType: Action.FindFreeFurniture(PersonLike, ObjectCategory, FurnitureType, Map, Vector2?, bool, bool) fullName: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?, bool, bool) type: Method - source: - remote: - path: TinyLife/Actions/Action.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: FindFreeFurniture - path: ../TinyLife/Actions/Action.cs - startLine: 837 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2643,14 +2179,6 @@ items: nameWithType: Action.FindAllActionObjects(PersonLike, ActionType, Map, Vector2?) fullName: TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.PersonLike, TinyLife.Actions.ActionType, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?) type: Method - source: - remote: - path: TinyLife/Actions/Action.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: FindAllActionObjects - path: ../TinyLife/Actions/Action.cs - startLine: 851 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2690,14 +2218,6 @@ items: nameWithType: Action.FindValidActionObjects(PersonLike, ActionType, bool, Map, Vector2?, bool, bool) fullName: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.PersonLike, TinyLife.Actions.ActionType, bool, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?, bool, bool) type: Method - source: - remote: - path: TinyLife/Actions/Action.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: FindValidActionObjects - path: ../TinyLife/Actions/Action.cs - startLine: 890 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2749,14 +2269,6 @@ items: nameWithType: Action.GetRandomValidArguments(ActionType, ActionInfo, bool) fullName: TinyLife.Actions.Action.GetRandomValidArguments(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, bool) type: Method - source: - remote: - path: TinyLife/Actions/Action.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetRandomValidArguments - path: ../TinyLife/Actions/Action.cs - startLine: 907 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2793,14 +2305,6 @@ items: nameWithType: Action.GetTableSpot(Furniture, ActionSpot) fullName: TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture, TinyLife.Objects.ActionSpot) type: Method - source: - remote: - path: TinyLife/Actions/Action.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetTableSpot - path: ../TinyLife/Actions/Action.cs - startLine: 935 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2834,14 +2338,6 @@ items: nameWithType: Action.InvokeForBoth(PersonLike, PersonLike, Action) fullName: TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.PersonLike, TinyLife.Objects.PersonLike, System.Action) type: Method - source: - remote: - path: TinyLife/Actions/Action.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: InvokeForBoth - path: ../TinyLife/Actions/Action.cs - startLine: 948 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2875,14 +2371,6 @@ items: nameWithType: Action.CanMultitask(Action, Action) fullName: TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action, TinyLife.Actions.Action) type: Method - source: - remote: - path: TinyLife/Actions/Action.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CanMultitask - path: ../TinyLife/Actions/Action.cs - startLine: 960 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2916,14 +2404,6 @@ items: nameWithType: Action.IsInappropriate(ActionType, ActionInfo) fullName: TinyLife.Actions.Action.IsInappropriate(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo) type: Method - source: - remote: - path: TinyLife/Actions/Action.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IsInappropriate - path: ../TinyLife/Actions/Action.cs - startLine: 971 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2957,14 +2437,6 @@ items: nameWithType: Action.IsLotContentVisible(Lot, PersonLike, Map, Vector2?) fullName: TinyLife.Actions.Action.IsLotContentVisible(TinyLife.World.Lot, TinyLife.Objects.PersonLike, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?) type: Method - source: - remote: - path: TinyLife/Actions/Action.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IsLotContentVisible - path: ../TinyLife/Actions/Action.cs - startLine: 992 assemblies: - Tiny Life namespace: TinyLife.Actions diff --git a/docs/api/TinyLife.Actions.ActionArgument.yml b/docs/api/TinyLife.Actions.ActionArgument.yml index f742431..13605a4 100644 --- a/docs/api/TinyLife.Actions.ActionArgument.yml +++ b/docs/api/TinyLife.Actions.ActionArgument.yml @@ -30,14 +30,6 @@ items: nameWithType: ActionArgument fullName: TinyLife.Actions.ActionArgument type: Class - source: - remote: - path: TinyLife/Actions/ActionArgument.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ActionArgument - path: ../TinyLife/Actions/ActionArgument.cs - startLine: 20 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -78,14 +70,6 @@ items: nameWithType: ActionArgument.Name fullName: TinyLife.Actions.ActionArgument.Name type: Field - source: - remote: - path: TinyLife/Actions/ActionArgument.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Name - path: ../TinyLife/Actions/ActionArgument.cs - startLine: 25 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -107,14 +91,6 @@ items: nameWithType: ActionArgument.AddedConstructorArguments fullName: TinyLife.Actions.ActionArgument.AddedConstructorArguments type: Field - source: - remote: - path: TinyLife/Actions/ActionArgument.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AddedConstructorArguments - path: ../TinyLife/Actions/ActionArgument.cs - startLine: 30 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -139,14 +115,6 @@ items: nameWithType: ActionArgument.PassivePriority fullName: TinyLife.Actions.ActionArgument.PassivePriority type: Field - source: - remote: - path: TinyLife/Actions/ActionArgument.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PassivePriority - path: ../TinyLife/Actions/ActionArgument.cs - startLine: 37 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -175,14 +143,6 @@ items: nameWithType: ActionArgument.CanExecute fullName: TinyLife.Actions.ActionArgument.CanExecute type: Field - source: - remote: - path: TinyLife/Actions/ActionArgument.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CanExecute - path: ../TinyLife/Actions/ActionArgument.cs - startLine: 43 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -209,14 +169,6 @@ items: nameWithType: ActionArgument.DisplayName fullName: TinyLife.Actions.ActionArgument.DisplayName type: Field - source: - remote: - path: TinyLife/Actions/ActionArgument.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DisplayName - path: ../TinyLife/Actions/ActionArgument.cs - startLine: 48 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -241,14 +193,6 @@ items: nameWithType: ActionArgument.Description fullName: TinyLife.Actions.ActionArgument.Description type: Field - source: - remote: - path: TinyLife/Actions/ActionArgument.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Description - path: ../TinyLife/Actions/ActionArgument.cs - startLine: 53 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -273,14 +217,6 @@ items: nameWithType: ActionArgument.CustomLayout fullName: TinyLife.Actions.ActionArgument.CustomLayout type: Field - source: - remote: - path: TinyLife/Actions/ActionArgument.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CustomLayout - path: ../TinyLife/Actions/ActionArgument.cs - startLine: 59 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -307,14 +243,6 @@ items: nameWithType: ActionArgument.MarkSeen fullName: TinyLife.Actions.ActionArgument.MarkSeen type: Field - source: - remote: - path: TinyLife/Actions/ActionArgument.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: MarkSeen - path: ../TinyLife/Actions/ActionArgument.cs - startLine: 64 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -339,14 +267,6 @@ items: nameWithType: ActionArgument.ActionArgument(string, Func>) fullName: TinyLife.Actions.ActionArgument.ActionArgument(string, System.Func>) type: Constructor - source: - remote: - path: TinyLife/Actions/ActionArgument.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Actions/ActionArgument.cs - startLine: 71 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -377,14 +297,6 @@ items: nameWithType: ActionArgument.ActionArgument(string, params object[]) fullName: TinyLife.Actions.ActionArgument.ActionArgument(string, params object[]) type: Constructor - source: - remote: - path: TinyLife/Actions/ActionArgument.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Actions/ActionArgument.cs - startLine: 81 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -415,14 +327,6 @@ items: nameWithType: ActionArgument.ActionArgument(object) fullName: TinyLife.Actions.ActionArgument.ActionArgument(object) type: Constructor - source: - remote: - path: TinyLife/Actions/ActionArgument.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Actions/ActionArgument.cs - startLine: 88 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -453,14 +357,6 @@ items: nameWithType: ActionArgument.GetDisplayName() fullName: TinyLife.Actions.ActionArgument.GetDisplayName() type: Method - source: - remote: - path: TinyLife/Actions/ActionArgument.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetDisplayName - path: ../TinyLife/Actions/ActionArgument.cs - startLine: 94 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -484,14 +380,6 @@ items: nameWithType: ActionArgument.CanBeExecuted(ActionInfo, bool) fullName: TinyLife.Actions.ActionArgument.CanBeExecuted(TinyLife.Actions.ActionInfo, bool) type: Method - source: - remote: - path: TinyLife/Actions/ActionArgument.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CanBeExecuted - path: ../TinyLife/Actions/ActionArgument.cs - startLine: 105 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -528,14 +416,6 @@ items: nameWithType: ActionArgument.GetPassivePriority(PersonLike) fullName: TinyLife.Actions.ActionArgument.GetPassivePriority(TinyLife.Objects.PersonLike) type: Method - source: - remote: - path: TinyLife/Actions/ActionArgument.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetPassivePriority - path: ../TinyLife/Actions/ActionArgument.cs - startLine: 121 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -563,14 +443,6 @@ items: nameWithType: ActionArgument.FreePeople(ActionInfo, Func<(ActionInfo Info, PersonLike Other, bool Automatic), CanExecuteResult>, bool) fullName: TinyLife.Actions.ActionArgument.FreePeople(TinyLife.Actions.ActionInfo, System.Func<(TinyLife.Actions.ActionInfo Info, TinyLife.Objects.PersonLike Other, bool Automatic), TinyLife.Actions.CanExecuteResult>, bool) type: Method - source: - remote: - path: TinyLife/Actions/ActionArgument.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: FreePeople - path: ../TinyLife/Actions/ActionArgument.cs - startLine: 167 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -612,14 +484,6 @@ items: nameWithType: ActionArgument.StoredFurniture(IEnumerable, Func<(ActionInfo Info, Furniture Furniture, bool Automatic), CanExecuteResult>) fullName: TinyLife.Actions.ActionArgument.StoredFurniture(System.Collections.Generic.IEnumerable, System.Func<(TinyLife.Actions.ActionInfo Info, TinyLife.Objects.Furniture Furniture, bool Automatic), TinyLife.Actions.CanExecuteResult>) type: Method - source: - remote: - path: TinyLife/Actions/ActionArgument.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: StoredFurniture - path: ../TinyLife/Actions/ActionArgument.cs - startLine: 186 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -656,14 +520,6 @@ items: nameWithType: ActionArgument.ImageLayout(float, Element.DrawCallback, Padding) fullName: TinyLife.Actions.ActionArgument.ImageLayout(float, MLEM.Ui.Elements.Element.DrawCallback, MLEM.Maths.Padding) type: Method - source: - remote: - path: TinyLife/Actions/ActionArgument.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ImageLayout - path: ../TinyLife/Actions/ActionArgument.cs - startLine: 207 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -703,14 +559,6 @@ items: nameWithType: ActionArgument.PortraitLayout(PersonLike, PersonLike, bool) fullName: TinyLife.Actions.ActionArgument.PortraitLayout(TinyLife.Objects.PersonLike, TinyLife.Objects.PersonLike, bool) type: Method - source: - remote: - path: TinyLife/Actions/ActionArgument.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PortraitLayout - path: ../TinyLife/Actions/ActionArgument.cs - startLine: 231 assemblies: - Tiny Life namespace: TinyLife.Actions diff --git a/docs/api/TinyLife.Actions.ActionInfo.yml b/docs/api/TinyLife.Actions.ActionInfo.yml index fd5f032..a93a68c 100644 --- a/docs/api/TinyLife.Actions.ActionInfo.yml +++ b/docs/api/TinyLife.Actions.ActionInfo.yml @@ -37,14 +37,6 @@ items: nameWithType: ActionInfo fullName: TinyLife.Actions.ActionInfo type: Class - source: - remote: - path: TinyLife/Actions/ActionInfo.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ActionInfo - path: ../TinyLife/Actions/ActionInfo.cs - startLine: 16 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -92,14 +84,6 @@ items: nameWithType: ActionInfo.Person fullName: TinyLife.Actions.ActionInfo.Person type: Property - source: - remote: - path: TinyLife/Actions/ActionInfo.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Person - path: ../TinyLife/Actions/ActionInfo.cs - startLine: 22 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -123,14 +107,6 @@ items: nameWithType: ActionInfo.ActionLocation fullName: TinyLife.Actions.ActionInfo.ActionLocation type: Field - source: - remote: - path: TinyLife/Actions/ActionInfo.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ActionLocation - path: ../TinyLife/Actions/ActionInfo.cs - startLine: 29 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -167,14 +143,6 @@ items: nameWithType: ActionInfo.ActionFloor fullName: TinyLife.Actions.ActionInfo.ActionFloor type: Field - source: - remote: - path: TinyLife/Actions/ActionInfo.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ActionFloor - path: ../TinyLife/Actions/ActionInfo.cs - startLine: 34 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -206,14 +174,6 @@ items: nameWithType: ActionInfo.ActionSpot fullName: TinyLife.Actions.ActionInfo.ActionSpot type: Property - source: - remote: - path: TinyLife/Actions/ActionInfo.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ActionSpot - path: ../TinyLife/Actions/ActionInfo.cs - startLine: 38 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -239,14 +199,6 @@ items: nameWithType: ActionInfo.CurrentMap fullName: TinyLife.Actions.ActionInfo.CurrentMap type: Property - source: - remote: - path: TinyLife/Actions/ActionInfo.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CurrentMap - path: ../TinyLife/Actions/ActionInfo.cs - startLine: 45 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -270,14 +222,6 @@ items: nameWithType: ActionInfo.GoalMap fullName: TinyLife.Actions.ActionInfo.GoalMap type: Property - source: - remote: - path: TinyLife/Actions/ActionInfo.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GoalMap - path: ../TinyLife/Actions/ActionInfo.cs - startLine: 50 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -304,14 +248,6 @@ items: nameWithType: ActionInfo.Lot fullName: TinyLife.Actions.ActionInfo.Lot type: Property - source: - remote: - path: TinyLife/Actions/ActionInfo.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Lot - path: ../TinyLife/Actions/ActionInfo.cs - startLine: 57 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -335,14 +271,6 @@ items: nameWithType: ActionInfo.GetActionObject(bool) fullName: TinyLife.Actions.ActionInfo.GetActionObject(bool) type: Method - source: - remote: - path: TinyLife/Actions/ActionInfo.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetActionObject - path: ../TinyLife/Actions/ActionInfo.cs - startLine: 93 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -378,14 +306,6 @@ items: nameWithType: ActionInfo.AddAuxiliaryLocation(Map, Vector2, float) fullName: TinyLife.Actions.ActionInfo.AddAuxiliaryLocation(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, float) type: Method - source: - remote: - path: TinyLife/Actions/ActionInfo.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AddAuxiliaryLocation - path: ../TinyLife/Actions/ActionInfo.cs - startLine: 117 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -424,14 +344,6 @@ items: nameWithType: ActionInfo.AddAuxiliaryLocation(Map, Point, int) fullName: TinyLife.Actions.ActionInfo.AddAuxiliaryLocation(TinyLife.World.Map, Microsoft.Xna.Framework.Point, int) type: Method - source: - remote: - path: TinyLife/Actions/ActionInfo.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AddAuxiliaryLocation - path: ../TinyLife/Actions/ActionInfo.cs - startLine: 131 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -470,14 +382,6 @@ items: nameWithType: ActionInfo.GetInvolvedLocations() fullName: TinyLife.Actions.ActionInfo.GetInvolvedLocations() type: Method - source: - remote: - path: TinyLife/Actions/ActionInfo.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetInvolvedLocations - path: ../TinyLife/Actions/ActionInfo.cs - startLine: 139 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -501,14 +405,6 @@ items: nameWithType: ActionInfo.AddAuxiliaryObject(MapObject, ActionSpot) fullName: TinyLife.Actions.ActionInfo.AddAuxiliaryObject(TinyLife.Objects.MapObject, TinyLife.Objects.ActionSpot) type: Method - source: - remote: - path: TinyLife/Actions/ActionInfo.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AddAuxiliaryObject - path: ../TinyLife/Actions/ActionInfo.cs - startLine: 158 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -543,14 +439,6 @@ items: nameWithType: ActionInfo.GetInvolvedObjects(ObjectCategory, bool, bool) fullName: TinyLife.Actions.ActionInfo.GetInvolvedObjects(TinyLife.Objects.ObjectCategory, bool, bool) type: Method - source: - remote: - path: TinyLife/Actions/ActionInfo.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetInvolvedObjects - path: ../TinyLife/Actions/ActionInfo.cs - startLine: 179 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -593,14 +481,6 @@ items: nameWithType: ActionInfo.GetInvolvedObject(ObjectCategory, bool, bool, Func) fullName: TinyLife.Actions.ActionInfo.GetInvolvedObject(TinyLife.Objects.ObjectCategory, bool, bool, System.Func) type: Method - source: - remote: - path: TinyLife/Actions/ActionInfo.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetInvolvedObject - path: ../TinyLife/Actions/ActionInfo.cs - startLine: 199 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -643,14 +523,6 @@ items: nameWithType: ActionInfo.GetInvolvedActionSpot(Furniture) fullName: TinyLife.Actions.ActionInfo.GetInvolvedActionSpot(TinyLife.Objects.Furniture) type: Method - source: - remote: - path: TinyLife/Actions/ActionInfo.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetInvolvedActionSpot - path: ../TinyLife/Actions/ActionInfo.cs - startLine: 219 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -683,14 +555,6 @@ items: nameWithType: ActionInfo.ToFreeActionSpots(ObjectCategory) fullName: TinyLife.Actions.ActionInfo.ToFreeActionSpots(TinyLife.Objects.ObjectCategory) type: Method - source: - remote: - path: TinyLife/Actions/ActionInfo.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ToFreeActionSpots - path: ../TinyLife/Actions/ActionInfo.cs - startLine: 240 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -721,14 +585,6 @@ items: nameWithType: ActionInfo.ToFreeActionSpot(ObjectCategory) fullName: TinyLife.Actions.ActionInfo.ToFreeActionSpot(TinyLife.Objects.ObjectCategory) type: Method - source: - remote: - path: TinyLife/Actions/ActionInfo.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ToFreeActionSpot - path: ../TinyLife/Actions/ActionInfo.cs - startLine: 254 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -759,14 +615,6 @@ items: nameWithType: ActionInfo.GetInvolvedObjectIds() fullName: TinyLife.Actions.ActionInfo.GetInvolvedObjectIds() type: Method - source: - remote: - path: TinyLife/Actions/ActionInfo.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetInvolvedObjectIds - path: ../TinyLife/Actions/ActionInfo.cs - startLine: 262 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -790,14 +638,6 @@ items: nameWithType: ActionInfo.Validate(PersonLike) fullName: TinyLife.Actions.ActionInfo.Validate(TinyLife.Objects.PersonLike) type: Method - source: - remote: - path: TinyLife/Actions/ActionInfo.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Validate - path: ../TinyLife/Actions/ActionInfo.cs - startLine: 278 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -827,14 +667,6 @@ items: nameWithType: ActionInfo.FromLocation(PersonLike, Map, Vector2, float) fullName: TinyLife.Actions.ActionInfo.FromLocation(TinyLife.Objects.PersonLike, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, float) type: Method - source: - remote: - path: TinyLife/Actions/ActionInfo.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: FromLocation - path: ../TinyLife/Actions/ActionInfo.cs - startLine: 359 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -874,14 +706,6 @@ items: nameWithType: ActionInfo.FromLocation(PersonLike, Map, Point, float) fullName: TinyLife.Actions.ActionInfo.FromLocation(TinyLife.Objects.PersonLike, TinyLife.World.Map, Microsoft.Xna.Framework.Point, float) type: Method - source: - remote: - path: TinyLife/Actions/ActionInfo.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: FromLocation - path: ../TinyLife/Actions/ActionInfo.cs - startLine: 372 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -924,14 +748,6 @@ items: nameWithType: ActionInfo.FromObjectGeneric(PersonLike, Map, Guid, Vector2, float) fullName: TinyLife.Actions.ActionInfo.FromObjectGeneric(TinyLife.Objects.PersonLike, TinyLife.World.Map, System.Guid, Microsoft.Xna.Framework.Vector2, float) type: Method - source: - remote: - path: TinyLife/Actions/ActionInfo.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: FromObjectGeneric - path: ../TinyLife/Actions/ActionInfo.cs - startLine: 385 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -974,14 +790,6 @@ items: nameWithType: ActionInfo.FromObjectGeneric(PersonLike, MapObject) fullName: TinyLife.Actions.ActionInfo.FromObjectGeneric(TinyLife.Objects.PersonLike, TinyLife.Objects.MapObject) type: Method - source: - remote: - path: TinyLife/Actions/ActionInfo.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: FromObjectGeneric - path: ../TinyLife/Actions/ActionInfo.cs - startLine: 395 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1012,14 +820,6 @@ items: nameWithType: ActionInfo.FromSelf(PersonLike) fullName: TinyLife.Actions.ActionInfo.FromSelf(TinyLife.Objects.PersonLike) type: Method - source: - remote: - path: TinyLife/Actions/ActionInfo.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: FromSelf - path: ../TinyLife/Actions/ActionInfo.cs - startLine: 404 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1047,14 +847,6 @@ items: nameWithType: ActionInfo.FromActionInfo(PersonLike, ActionInfo, bool) fullName: TinyLife.Actions.ActionInfo.FromActionInfo(TinyLife.Objects.PersonLike, TinyLife.Actions.ActionInfo, bool) type: Method - source: - remote: - path: TinyLife/Actions/ActionInfo.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: FromActionInfo - path: ../TinyLife/Actions/ActionInfo.cs - startLine: 415 assemblies: - Tiny Life namespace: TinyLife.Actions diff --git a/docs/api/TinyLife.Actions.ActionType.AiSettings.yml b/docs/api/TinyLife.Actions.ActionType.AiSettings.yml index a398480..62364f5 100644 --- a/docs/api/TinyLife.Actions.ActionType.AiSettings.yml +++ b/docs/api/TinyLife.Actions.ActionType.AiSettings.yml @@ -21,14 +21,6 @@ items: nameWithType: ActionType.AiSettings fullName: TinyLife.Actions.ActionType.AiSettings type: Struct - source: - remote: - path: TinyLife/Actions/ActionType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AiSettings - path: ../TinyLife/Actions/ActionType.cs - startLine: 380 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -57,14 +49,6 @@ items: nameWithType: ActionType.AiSettings.SolvedNeeds fullName: TinyLife.Actions.ActionType.AiSettings.SolvedNeeds type: Field - source: - remote: - path: TinyLife/Actions/ActionType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SolvedNeeds - path: ../TinyLife/Actions/ActionType.cs - startLine: 388 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -93,14 +77,6 @@ items: nameWithType: ActionType.AiSettings.PassivePriority fullName: TinyLife.Actions.ActionType.AiSettings.PassivePriority type: Field - source: - remote: - path: TinyLife/Actions/ActionType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PassivePriority - path: ../TinyLife/Actions/ActionType.cs - startLine: 396 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -131,14 +107,6 @@ items: nameWithType: ActionType.AiSettings.CanDoRandomly fullName: TinyLife.Actions.ActionType.AiSettings.CanDoRandomly type: Field - source: - remote: - path: TinyLife/Actions/ActionType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CanDoRandomly - path: ../TinyLife/Actions/ActionType.cs - startLine: 403 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -167,14 +135,6 @@ items: nameWithType: ActionType.AiSettings.CanDoAtAnyPoint fullName: TinyLife.Actions.ActionType.AiSettings.CanDoAtAnyPoint type: Field - source: - remote: - path: TinyLife/Actions/ActionType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CanDoAtAnyPoint - path: ../TinyLife/Actions/ActionType.cs - startLine: 410 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -203,14 +163,6 @@ items: nameWithType: ActionType.AiSettings.NeedsFreeActionSpot fullName: TinyLife.Actions.ActionType.AiSettings.NeedsFreeActionSpot type: Field - source: - remote: - path: TinyLife/Actions/ActionType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: NeedsFreeActionSpot - path: ../TinyLife/Actions/ActionType.cs - startLine: 416 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -237,14 +189,6 @@ items: nameWithType: ActionType.AiSettings.IgnorePartnerNeeds fullName: TinyLife.Actions.ActionType.AiSettings.IgnorePartnerNeeds type: Field - source: - remote: - path: TinyLife/Actions/ActionType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IgnorePartnerNeeds - path: ../TinyLife/Actions/ActionType.cs - startLine: 422 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -271,14 +215,6 @@ items: nameWithType: ActionType.AiSettings.IgnoreAiDisabled fullName: TinyLife.Actions.ActionType.AiSettings.IgnoreAiDisabled type: Field - source: - remote: - path: TinyLife/Actions/ActionType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IgnoreAiDisabled - path: ../TinyLife/Actions/ActionType.cs - startLine: 426 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -300,14 +236,6 @@ items: nameWithType: ActionType.AiSettings.EnqueuePriority fullName: TinyLife.Actions.ActionType.AiSettings.EnqueuePriority type: Field - source: - remote: - path: TinyLife/Actions/ActionType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: EnqueuePriority - path: ../TinyLife/Actions/ActionType.cs - startLine: 430 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -329,14 +257,6 @@ items: nameWithType: ActionType.AiSettings.AiSettings() fullName: TinyLife.Actions.ActionType.AiSettings.AiSettings() type: Constructor - source: - remote: - path: TinyLife/Actions/ActionType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Actions/ActionType.cs - startLine: 435 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 f03f5d6..06cb32e 100644 --- a/docs/api/TinyLife.Actions.ActionType.CanExecuteDelegate.yml +++ b/docs/api/TinyLife.Actions.ActionType.CanExecuteDelegate.yml @@ -12,14 +12,6 @@ items: nameWithType: ActionType.CanExecuteDelegate fullName: TinyLife.Actions.ActionType.CanExecuteDelegate type: Delegate - source: - remote: - path: TinyLife/Actions/ActionType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CanExecuteDelegate - path: ../TinyLife/Actions/ActionType.cs - startLine: 182 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 cb947f9..9dafde2 100644 --- a/docs/api/TinyLife.Actions.ActionType.TypeSettings.yml +++ b/docs/api/TinyLife.Actions.ActionType.TypeSettings.yml @@ -43,14 +43,6 @@ items: nameWithType: ActionType.TypeSettings fullName: TinyLife.Actions.ActionType.TypeSettings type: Struct - source: - remote: - path: TinyLife/Actions/ActionType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TypeSettings - path: ../TinyLife/Actions/ActionType.cs - startLine: 187 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -81,14 +73,6 @@ items: nameWithType: ActionType.TypeSettings.Name fullName: TinyLife.Actions.ActionType.TypeSettings.Name type: Field - source: - remote: - path: TinyLife/Actions/ActionType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Name - path: ../TinyLife/Actions/ActionType.cs - startLine: 192 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -110,14 +94,6 @@ items: nameWithType: ActionType.TypeSettings.NameWithoutCategory fullName: TinyLife.Actions.ActionType.TypeSettings.NameWithoutCategory type: Property - source: - remote: - path: TinyLife/Actions/ActionType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: NameWithoutCategory - path: ../TinyLife/Actions/ActionType.cs - startLine: 197 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -144,14 +120,6 @@ items: nameWithType: ActionType.TypeSettings.Categories fullName: TinyLife.Actions.ActionType.TypeSettings.Categories type: Property - source: - remote: - path: TinyLife/Actions/ActionType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Categories - path: ../TinyLife/Actions/ActionType.cs - startLine: 202 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -178,14 +146,6 @@ items: nameWithType: ActionType.TypeSettings.Texture fullName: TinyLife.Actions.ActionType.TypeSettings.Texture type: Field - source: - remote: - path: TinyLife/Actions/ActionType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Texture - path: ../TinyLife/Actions/ActionType.cs - startLine: 207 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -210,14 +170,6 @@ items: nameWithType: ActionType.TypeSettings.Context fullName: TinyLife.Actions.ActionType.TypeSettings.Context type: Field - source: - remote: - path: TinyLife/Actions/ActionType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Context - path: ../TinyLife/Actions/ActionType.cs - startLine: 212 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -242,14 +194,6 @@ items: nameWithType: ActionType.TypeSettings.CanExecute fullName: TinyLife.Actions.ActionType.TypeSettings.CanExecute type: Field - source: - remote: - path: TinyLife/Actions/ActionType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CanExecute - path: ../TinyLife/Actions/ActionType.cs - startLine: 218 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -276,14 +220,6 @@ items: nameWithType: ActionType.TypeSettings.ConstructedType fullName: TinyLife.Actions.ActionType.TypeSettings.ConstructedType type: Field - source: - remote: - path: TinyLife/Actions/ActionType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ConstructedType - path: ../TinyLife/Actions/ActionType.cs - startLine: 223 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -308,14 +244,6 @@ items: nameWithType: ActionType.TypeSettings.ConstructorArguments fullName: TinyLife.Actions.ActionType.TypeSettings.ConstructorArguments type: Field - source: - remote: - path: TinyLife/Actions/ActionType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ConstructorArguments - path: ../TinyLife/Actions/ActionType.cs - startLine: 228 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -340,14 +268,6 @@ items: nameWithType: ActionType.TypeSettings.PossibleArguments fullName: TinyLife.Actions.ActionType.TypeSettings.PossibleArguments type: Field - source: - remote: - path: TinyLife/Actions/ActionType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PossibleArguments - path: ../TinyLife/Actions/ActionType.cs - startLine: 236 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -378,14 +298,6 @@ items: nameWithType: ActionType.TypeSettings.MaximumArguments fullName: TinyLife.Actions.ActionType.TypeSettings.MaximumArguments type: Field - source: - remote: - path: TinyLife/Actions/ActionType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: MaximumArguments - path: ../TinyLife/Actions/ActionType.cs - startLine: 241 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -410,14 +322,6 @@ items: nameWithType: ActionType.TypeSettings.NoValidArgumentsResult fullName: TinyLife.Actions.ActionType.TypeSettings.NoValidArgumentsResult type: Field - source: - remote: - path: TinyLife/Actions/ActionType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: NoValidArgumentsResult - path: ../TinyLife/Actions/ActionType.cs - startLine: 246 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -442,14 +346,6 @@ items: nameWithType: ActionType.TypeSettings.Ai fullName: TinyLife.Actions.ActionType.TypeSettings.Ai type: Field - source: - remote: - path: TinyLife/Actions/ActionType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Ai - path: ../TinyLife/Actions/ActionType.cs - startLine: 251 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -474,14 +370,6 @@ items: nameWithType: ActionType.TypeSettings.IsInappropriateElsewhere fullName: TinyLife.Actions.ActionType.TypeSettings.IsInappropriateElsewhere type: Field - source: - remote: - path: TinyLife/Actions/ActionType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IsInappropriateElsewhere - path: ../TinyLife/Actions/ActionType.cs - startLine: 257 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -508,14 +396,6 @@ items: nameWithType: ActionType.TypeSettings.IconName fullName: TinyLife.Actions.ActionType.TypeSettings.IconName type: Field - source: - remote: - path: TinyLife/Actions/ActionType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IconName - path: ../TinyLife/Actions/ActionType.cs - startLine: 263 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -542,14 +422,6 @@ items: nameWithType: ActionType.TypeSettings.GetDisplayName fullName: TinyLife.Actions.ActionType.TypeSettings.GetDisplayName type: Field - source: - remote: - path: TinyLife/Actions/ActionType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetDisplayName - path: ../TinyLife/Actions/ActionType.cs - startLine: 269 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -576,14 +448,6 @@ items: nameWithType: ActionType.TypeSettings.RequiredSkill fullName: TinyLife.Actions.ActionType.TypeSettings.RequiredSkill type: Field - source: - remote: - path: TinyLife/Actions/ActionType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RequiredSkill - path: ../TinyLife/Actions/ActionType.cs - startLine: 275 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -610,21 +474,13 @@ items: nameWithType: ActionType.TypeSettings.RequiredAges fullName: TinyLife.Actions.ActionType.TypeSettings.RequiredAges type: Field - source: - remote: - path: TinyLife/Actions/ActionType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RequiredAges - path: ../TinyLife/Actions/ActionType.cs - startLine: 280 assemblies: - Tiny Life namespace: TinyLife.Actions summary: >- A combined flag of values that determines people of which ages can do this action. - This defaults to all age groups except babies. + This defaults to . example: [] syntax: content: public AgeGroup RequiredAges @@ -642,14 +498,6 @@ items: nameWithType: ActionType.TypeSettings.RequiredEmotion fullName: TinyLife.Actions.ActionType.TypeSettings.RequiredEmotion type: Field - source: - remote: - path: TinyLife/Actions/ActionType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RequiredEmotion - path: ../TinyLife/Actions/ActionType.cs - startLine: 285 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -674,14 +522,6 @@ items: nameWithType: ActionType.TypeSettings.RequiredPersonality fullName: TinyLife.Actions.ActionType.TypeSettings.RequiredPersonality type: Field - source: - remote: - path: TinyLife/Actions/ActionType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RequiredPersonality - path: ../TinyLife/Actions/ActionType.cs - startLine: 290 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -706,14 +546,6 @@ items: nameWithType: ActionType.TypeSettings.IgnoreObjectConditions fullName: TinyLife.Actions.ActionType.TypeSettings.IgnoreObjectConditions type: Field - source: - remote: - path: TinyLife/Actions/ActionType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IgnoreObjectConditions - path: ../TinyLife/Actions/ActionType.cs - startLine: 296 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -740,14 +572,6 @@ items: nameWithType: ActionType.TypeSettings.RequiredPartnerEmployment fullName: TinyLife.Actions.ActionType.TypeSettings.RequiredPartnerEmployment type: Field - source: - remote: - path: TinyLife/Actions/ActionType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RequiredPartnerEmployment - path: ../TinyLife/Actions/ActionType.cs - startLine: 302 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -774,14 +598,6 @@ items: nameWithType: ActionType.TypeSettings.RequiredPartnerAges fullName: TinyLife.Actions.ActionType.TypeSettings.RequiredPartnerAges type: Field - source: - remote: - path: TinyLife/Actions/ActionType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RequiredPartnerAges - path: ../TinyLife/Actions/ActionType.cs - startLine: 307 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -806,14 +622,6 @@ items: nameWithType: ActionType.TypeSettings.RequiredJob fullName: TinyLife.Actions.ActionType.TypeSettings.RequiredJob type: Field - source: - remote: - path: TinyLife/Actions/ActionType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RequiredJob - path: ../TinyLife/Actions/ActionType.cs - startLine: 312 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -838,14 +646,6 @@ items: nameWithType: ActionType.TypeSettings.RequiredUpgrade fullName: TinyLife.Actions.ActionType.TypeSettings.RequiredUpgrade type: Field - source: - remote: - path: TinyLife/Actions/ActionType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RequiredUpgrade - path: ../TinyLife/Actions/ActionType.cs - startLine: 318 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -870,14 +670,6 @@ items: nameWithType: ActionType.TypeSettings.RequiredPersonType fullName: TinyLife.Actions.ActionType.TypeSettings.RequiredPersonType type: Field - source: - remote: - path: TinyLife/Actions/ActionType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RequiredPersonType - path: ../TinyLife/Actions/ActionType.cs - startLine: 324 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -902,14 +694,6 @@ items: nameWithType: ActionType.TypeSettings.RequiredPartnerType fullName: TinyLife.Actions.ActionType.TypeSettings.RequiredPartnerType type: Field - source: - remote: - path: TinyLife/Actions/ActionType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RequiredPartnerType - path: ../TinyLife/Actions/ActionType.cs - startLine: 329 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -934,14 +718,6 @@ items: nameWithType: ActionType.TypeSettings.TypeSettings(string, ObjectCategory, Type) fullName: TinyLife.Actions.ActionType.TypeSettings.TypeSettings(string, TinyLife.Objects.ObjectCategory, System.Type) type: Constructor - source: - remote: - path: TinyLife/Actions/ActionType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Actions/ActionType.cs - startLine: 339 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -975,14 +751,6 @@ items: nameWithType: ActionType.TypeSettings.TypeSettings() fullName: TinyLife.Actions.ActionType.TypeSettings.TypeSettings() type: Constructor - source: - remote: - path: TinyLife/Actions/ActionType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Actions/ActionType.cs - startLine: 348 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1006,14 +774,6 @@ items: nameWithType: ActionType.TypeSettings.SetData(string, T) fullName: TinyLife.Actions.ActionType.TypeSettings.SetData(string, T) type: Method - source: - remote: - path: TinyLife/Actions/ActionType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SetData - path: ../TinyLife/Actions/ActionType.cs - startLine: 360 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1048,14 +808,6 @@ items: nameWithType: ActionType.TypeSettings.GetData(string) fullName: TinyLife.Actions.ActionType.TypeSettings.GetData(string) type: Method - source: - remote: - path: TinyLife/Actions/ActionType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetData - path: ../TinyLife/Actions/ActionType.cs - startLine: 366 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1091,14 +843,6 @@ items: nameWithType: ActionType.TypeSettings.GetDataKeys() fullName: TinyLife.Actions.ActionType.TypeSettings.GetDataKeys() type: Method - source: - remote: - path: TinyLife/Actions/ActionType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetDataKeys - path: ../TinyLife/Actions/ActionType.cs - startLine: 371 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2693,6 +2437,12 @@ references: name: AgeGroup nameWithType: AgeGroup fullName: TinyLife.Objects.AgeGroup +- uid: TinyLife.Objects.AgeGroup.ChildOrOlder + commentId: F:TinyLife.Objects.AgeGroup.ChildOrOlder + href: TinyLife.Objects.AgeGroup.html#TinyLife_Objects_AgeGroup_ChildOrOlder + name: ChildOrOlder + nameWithType: AgeGroup.ChildOrOlder + fullName: TinyLife.Objects.AgeGroup.ChildOrOlder - uid: TinyLife.Emotions.EmotionType commentId: T:TinyLife.Emotions.EmotionType parent: TinyLife.Emotions diff --git a/docs/api/TinyLife.Actions.ActionType.yml b/docs/api/TinyLife.Actions.ActionType.yml index 4ee67ab..d956e7e 100644 --- a/docs/api/TinyLife.Actions.ActionType.yml +++ b/docs/api/TinyLife.Actions.ActionType.yml @@ -360,14 +360,6 @@ items: nameWithType: ActionType fullName: TinyLife.Actions.ActionType type: Class - source: - remote: - path: TinyLife/Actions/ActionType.Utilities.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ActionType - path: ../TinyLife/Actions/ActionType.Utilities.cs - startLine: 13 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -410,14 +402,6 @@ items: nameWithType: ActionType.Types fullName: TinyLife.Actions.ActionType.Types type: Field - source: - remote: - path: TinyLife/Actions/ActionType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Types - path: ../TinyLife/Actions/ActionType.cs - startLine: 34 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -442,14 +426,6 @@ items: nameWithType: ActionType.Settings fullName: TinyLife.Actions.ActionType.Settings type: Field - source: - remote: - path: TinyLife/Actions/ActionType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Settings - path: ../TinyLife/Actions/ActionType.cs - startLine: 39 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -471,14 +447,6 @@ items: nameWithType: ActionType.SourceString fullName: TinyLife.Actions.ActionType.SourceString type: Property - source: - remote: - path: TinyLife/Actions/ActionType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SourceString - path: ../TinyLife/Actions/ActionType.cs - startLine: 41 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -504,14 +472,6 @@ items: nameWithType: ActionType.Construct(ActionInfo, params ActionArgument[]) fullName: TinyLife.Actions.ActionType.Construct(TinyLife.Actions.ActionInfo, params TinyLife.Actions.ActionArgument[]) type: Method - source: - remote: - path: TinyLife/Actions/ActionType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Construct - path: ../TinyLife/Actions/ActionType.cs - startLine: 54 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -547,14 +507,6 @@ items: nameWithType: ActionType.ConstructFully(ActionInfo, bool, bool, params ActionArgument[]) fullName: TinyLife.Actions.ActionType.ConstructFully(TinyLife.Actions.ActionInfo, bool, bool, params TinyLife.Actions.ActionArgument[]) type: Method - source: - remote: - path: TinyLife/Actions/ActionType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ConstructFully - path: ../TinyLife/Actions/ActionType.cs - startLine: 74 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -597,14 +549,6 @@ items: nameWithType: ActionType.GetDisplayName(ActionInfo, bool) fullName: TinyLife.Actions.ActionType.GetDisplayName(TinyLife.Actions.ActionInfo, bool) type: Method - source: - remote: - path: TinyLife/Actions/ActionType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetDisplayName - path: ../TinyLife/Actions/ActionType.cs - startLine: 95 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -641,14 +585,6 @@ items: nameWithType: ActionType.IsActionType(Type) fullName: TinyLife.Actions.ActionType.IsActionType(System.Type) type: Method - source: - remote: - path: TinyLife/Actions/ActionType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IsActionType - path: ../TinyLife/Actions/ActionType.cs - startLine: 105 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -679,14 +615,6 @@ items: nameWithType: ActionType.GetIconName(ActionInfo) fullName: TinyLife.Actions.ActionType.GetIconName(TinyLife.Actions.ActionInfo) type: Method - source: - remote: - path: TinyLife/Actions/ActionType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetIconName - path: ../TinyLife/Actions/ActionType.cs - startLine: 115 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -717,14 +645,6 @@ items: nameWithType: ActionType.GetPossibleArguments(ActionInfo, bool) fullName: TinyLife.Actions.ActionType.GetPossibleArguments(TinyLife.Actions.ActionInfo, bool) type: Method - source: - remote: - path: TinyLife/Actions/ActionType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetPossibleArguments - path: ../TinyLife/Actions/ActionType.cs - startLine: 137 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -765,14 +685,6 @@ items: nameWithType: ActionType.Register(ActionType.TypeSettings) fullName: TinyLife.Actions.ActionType.Register(TinyLife.Actions.ActionType.TypeSettings) type: Method - source: - remote: - path: TinyLife/Actions/ActionType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Register - path: ../TinyLife/Actions/ActionType.cs - startLine: 170 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -800,14 +712,6 @@ items: nameWithType: ActionType.DebugTeleport fullName: TinyLife.Actions.ActionType.DebugTeleport type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Internal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DebugTeleport - path: ../TinyLife/Actions/ActionType.Internal.cs - startLine: 13 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -827,14 +731,6 @@ items: nameWithType: ActionType.DebugDie fullName: TinyLife.Actions.ActionType.DebugDie type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Internal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DebugDie - path: ../TinyLife/Actions/ActionType.Internal.cs - startLine: 24 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -854,14 +750,6 @@ items: nameWithType: ActionType.DebugAddToHousehold fullName: TinyLife.Actions.ActionType.DebugAddToHousehold type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Internal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DebugAddToHousehold - path: ../TinyLife/Actions/ActionType.Internal.cs - startLine: 29 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -881,14 +769,6 @@ items: nameWithType: ActionType.DebugToggleBroken fullName: TinyLife.Actions.ActionType.DebugToggleBroken type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Internal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DebugToggleBroken - path: ../TinyLife/Actions/ActionType.Internal.cs - startLine: 37 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -908,14 +788,6 @@ items: nameWithType: ActionType.DebugToggleDirty fullName: TinyLife.Actions.ActionType.DebugToggleDirty type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Internal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DebugToggleDirty - path: ../TinyLife/Actions/ActionType.Internal.cs - startLine: 44 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -935,14 +807,6 @@ items: nameWithType: ActionType.DebugDumpObjectInfo fullName: TinyLife.Actions.ActionType.DebugDumpObjectInfo type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Internal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DebugDumpObjectInfo - path: ../TinyLife/Actions/ActionType.Internal.cs - startLine: 50 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -962,14 +826,6 @@ items: nameWithType: ActionType.DebugClearActions fullName: TinyLife.Actions.ActionType.DebugClearActions type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Internal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DebugClearActions - path: ../TinyLife/Actions/ActionType.Internal.cs - startLine: 53 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -989,14 +845,6 @@ items: nameWithType: ActionType.DebugGoHome fullName: TinyLife.Actions.ActionType.DebugGoHome type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Internal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DebugGoHome - path: ../TinyLife/Actions/ActionType.Internal.cs - startLine: 55 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1016,14 +864,6 @@ items: nameWithType: ActionType.DebugResetLocation fullName: TinyLife.Actions.ActionType.DebugResetLocation type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Internal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DebugResetLocation - path: ../TinyLife/Actions/ActionType.Internal.cs - startLine: 57 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1043,14 +883,6 @@ items: nameWithType: ActionType.DebugDeleteHeld fullName: TinyLife.Actions.ActionType.DebugDeleteHeld type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Internal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DebugDeleteHeld - path: ../TinyLife/Actions/ActionType.Internal.cs - startLine: 59 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1070,14 +902,6 @@ items: nameWithType: ActionType.ToggleUpgrade fullName: TinyLife.Actions.ActionType.ToggleUpgrade type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Internal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ToggleUpgrade - path: ../TinyLife/Actions/ActionType.Internal.cs - startLine: 64 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1097,14 +921,6 @@ items: nameWithType: ActionType.PassOut fullName: TinyLife.Actions.ActionType.PassOut type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Internal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PassOut - path: ../TinyLife/Actions/ActionType.Internal.cs - startLine: 70 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1124,14 +940,6 @@ items: nameWithType: ActionType.PeeSelf fullName: TinyLife.Actions.ActionType.PeeSelf type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Internal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PeeSelf - path: ../TinyLife/Actions/ActionType.Internal.cs - startLine: 71 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1151,14 +959,6 @@ items: nameWithType: ActionType.ThrowUp fullName: TinyLife.Actions.ActionType.ThrowUp type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Internal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ThrowUp - path: ../TinyLife/Actions/ActionType.Internal.cs - startLine: 72 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1178,14 +978,6 @@ items: nameWithType: ActionType.Starve fullName: TinyLife.Actions.ActionType.Starve type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Internal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Starve - path: ../TinyLife/Actions/ActionType.Internal.cs - startLine: 73 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1205,14 +997,6 @@ items: nameWithType: ActionType.BeAwayFromLotEmployment fullName: TinyLife.Actions.ActionType.BeAwayFromLotEmployment type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Internal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: BeAwayFromLotEmployment - path: ../TinyLife/Actions/ActionType.Internal.cs - startLine: 74 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1232,14 +1016,6 @@ items: nameWithType: ActionType.VisitLotEmploymentLocation fullName: TinyLife.Actions.ActionType.VisitLotEmploymentLocation type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Internal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: VisitLotEmploymentLocation - path: ../TinyLife/Actions/ActionType.Internal.cs - startLine: 86 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1259,14 +1035,6 @@ items: nameWithType: ActionType.DeliverMail fullName: TinyLife.Actions.ActionType.DeliverMail type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Internal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DeliverMail - path: ../TinyLife/Actions/ActionType.Internal.cs - startLine: 87 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1286,14 +1054,6 @@ items: nameWithType: ActionType.DeliverNewspaper fullName: TinyLife.Actions.ActionType.DeliverNewspaper type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Internal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DeliverNewspaper - path: ../TinyLife/Actions/ActionType.Internal.cs - startLine: 91 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1313,14 +1073,6 @@ items: nameWithType: ActionType.Die fullName: TinyLife.Actions.ActionType.Die type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Internal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Die - path: ../TinyLife/Actions/ActionType.Internal.cs - startLine: 95 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1340,14 +1092,6 @@ items: nameWithType: ActionType.CollectTrash fullName: TinyLife.Actions.ActionType.CollectTrash type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Internal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CollectTrash - path: ../TinyLife/Actions/ActionType.Internal.cs - startLine: 96 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1367,14 +1111,6 @@ items: nameWithType: ActionType.VisitorGoHome fullName: TinyLife.Actions.ActionType.VisitorGoHome type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Internal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: VisitorGoHome - path: ../TinyLife/Actions/ActionType.Internal.cs - startLine: 100 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1394,14 +1130,6 @@ items: nameWithType: ActionType.GetFoodSomewhereElse fullName: TinyLife.Actions.ActionType.GetFoodSomewhereElse type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Internal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetFoodSomewhereElse - path: ../TinyLife/Actions/ActionType.Internal.cs - startLine: 108 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1421,14 +1149,6 @@ items: nameWithType: ActionType.LotEmploymentIdle fullName: TinyLife.Actions.ActionType.LotEmploymentIdle type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Internal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: LotEmploymentIdle - path: ../TinyLife/Actions/ActionType.Internal.cs - startLine: 109 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1448,14 +1168,6 @@ items: nameWithType: ActionType.PrepareOrder fullName: TinyLife.Actions.ActionType.PrepareOrder type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Internal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PrepareOrder - path: ../TinyLife/Actions/ActionType.Internal.cs - startLine: 112 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1475,14 +1187,6 @@ items: nameWithType: ActionType.WaitForOrder fullName: TinyLife.Actions.ActionType.WaitForOrder type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Internal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: WaitForOrder - path: ../TinyLife/Actions/ActionType.Internal.cs - startLine: 113 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1502,14 +1206,6 @@ items: nameWithType: ActionType.GetFoodFromDisplayCase fullName: TinyLife.Actions.ActionType.GetFoodFromDisplayCase type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Internal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetFoodFromDisplayCase - path: ../TinyLife/Actions/ActionType.Internal.cs - startLine: 114 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1529,14 +1225,6 @@ items: nameWithType: ActionType.AgeUp fullName: TinyLife.Actions.ActionType.AgeUp type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Internal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AgeUp - path: ../TinyLife/Actions/ActionType.Internal.cs - startLine: 115 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1556,14 +1244,6 @@ items: nameWithType: ActionType.CelebrateBirthday fullName: TinyLife.Actions.ActionType.CelebrateBirthday type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Internal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CelebrateBirthday - path: ../TinyLife/Actions/ActionType.Internal.cs - startLine: 118 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1583,14 +1263,6 @@ items: nameWithType: ActionType.WaitForInviteIn fullName: TinyLife.Actions.ActionType.WaitForInviteIn type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Internal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: WaitForInviteIn - path: ../TinyLife/Actions/ActionType.Internal.cs - startLine: 119 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1610,14 +1282,6 @@ items: nameWithType: ActionType.FillNeedsElsewhere fullName: TinyLife.Actions.ActionType.FillNeedsElsewhere type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Internal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: FillNeedsElsewhere - path: ../TinyLife/Actions/ActionType.Internal.cs - startLine: 120 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1637,14 +1301,6 @@ items: nameWithType: ActionType.CarryToFood fullName: TinyLife.Actions.ActionType.CarryToFood type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Internal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CarryToFood - path: ../TinyLife/Actions/ActionType.Internal.cs - startLine: 127 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1664,14 +1320,6 @@ items: nameWithType: ActionType.AskStartTogether fullName: TinyLife.Actions.ActionType.AskStartTogether type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Internal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AskStartTogether - path: ../TinyLife/Actions/ActionType.Internal.cs - startLine: 128 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1691,14 +1339,6 @@ items: nameWithType: ActionType.HelpWithTraining fullName: TinyLife.Actions.ActionType.HelpWithTraining type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Internal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: HelpWithTraining - path: ../TinyLife/Actions/ActionType.Internal.cs - startLine: 130 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1718,14 +1358,6 @@ items: nameWithType: ActionType.Daydream fullName: TinyLife.Actions.ActionType.Daydream type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Internal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Daydream - path: ../TinyLife/Actions/ActionType.Internal.cs - startLine: 134 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1745,14 +1377,6 @@ items: nameWithType: ActionType.GoHere fullName: TinyLife.Actions.ActionType.GoHere type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GoHere - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 22 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1772,14 +1396,6 @@ items: nameWithType: ActionType.Sit fullName: TinyLife.Actions.ActionType.Sit type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Sit - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 26 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1799,14 +1415,6 @@ items: nameWithType: ActionType.SitToilet fullName: TinyLife.Actions.ActionType.SitToilet type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SitToilet - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 34 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1826,14 +1434,6 @@ items: nameWithType: ActionType.Sleep fullName: TinyLife.Actions.ActionType.Sleep type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Sleep - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 40 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1853,14 +1453,6 @@ items: nameWithType: ActionType.TakeShower fullName: TinyLife.Actions.ActionType.TakeShower type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TakeShower - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 48 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1880,14 +1472,6 @@ items: nameWithType: ActionType.GetIngredientsSingle fullName: TinyLife.Actions.ActionType.GetIngredientsSingle type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetIngredientsSingle - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 55 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1907,14 +1491,6 @@ items: nameWithType: ActionType.GetIngredientsFamily fullName: TinyLife.Actions.ActionType.GetIngredientsFamily type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetIngredientsFamily - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 56 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1934,14 +1510,6 @@ items: nameWithType: ActionType.GetBakingIngredients fullName: TinyLife.Actions.ActionType.GetBakingIngredients type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetBakingIngredients - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 57 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1961,14 +1529,6 @@ items: nameWithType: ActionType.PutDown fullName: TinyLife.Actions.ActionType.PutDown type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PutDown - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 58 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1988,14 +1548,6 @@ items: nameWithType: ActionType.PrepareFood fullName: TinyLife.Actions.ActionType.PrepareFood type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PrepareFood - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 68 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2015,14 +1567,6 @@ items: nameWithType: ActionType.CookFood fullName: TinyLife.Actions.ActionType.CookFood type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CookFood - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 77 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2042,14 +1586,6 @@ items: nameWithType: ActionType.BakeFood fullName: TinyLife.Actions.ActionType.BakeFood type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: BakeFood - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 88 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2069,14 +1605,6 @@ items: nameWithType: ActionType.PickUp fullName: TinyLife.Actions.ActionType.PickUp type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PickUp - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 99 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2096,14 +1624,6 @@ items: nameWithType: ActionType.Eat fullName: TinyLife.Actions.ActionType.Eat type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Eat - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 104 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2123,14 +1643,6 @@ items: nameWithType: ActionType.GrabServing fullName: TinyLife.Actions.ActionType.GrabServing type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GrabServing - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 129 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2150,14 +1662,6 @@ items: nameWithType: ActionType.CallToMeal fullName: TinyLife.Actions.ActionType.CallToMeal type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CallToMeal - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 147 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2177,14 +1681,6 @@ items: nameWithType: ActionType.PlaySingleplayerGames fullName: TinyLife.Actions.ActionType.PlaySingleplayerGames type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PlaySingleplayerGames - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 154 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2204,14 +1700,6 @@ items: nameWithType: ActionType.PlayOnlineGames fullName: TinyLife.Actions.ActionType.PlayOnlineGames type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PlayOnlineGames - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 155 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2231,14 +1719,6 @@ items: nameWithType: ActionType.PlayOnlineGamesWith fullName: TinyLife.Actions.ActionType.PlayOnlineGamesWith type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PlayOnlineGamesWith - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 156 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2258,14 +1738,6 @@ items: nameWithType: ActionType.WatchWalkthroughs fullName: TinyLife.Actions.ActionType.WatchWalkthroughs type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: WatchWalkthroughs - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 166 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2285,14 +1757,6 @@ items: nameWithType: ActionType.JoinEasyTournament fullName: TinyLife.Actions.ActionType.JoinEasyTournament type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: JoinEasyTournament - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 167 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2312,14 +1776,6 @@ items: nameWithType: ActionType.JoinAdvancedTournament fullName: TinyLife.Actions.ActionType.JoinAdvancedTournament type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: JoinAdvancedTournament - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 168 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2339,14 +1795,6 @@ items: nameWithType: ActionType.Chat fullName: TinyLife.Actions.ActionType.Chat type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Chat - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 169 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2366,14 +1814,6 @@ items: nameWithType: ActionType.ChatWith fullName: TinyLife.Actions.ActionType.ChatWith type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ChatWith - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 177 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2393,14 +1833,6 @@ items: nameWithType: ActionType.CleanDish fullName: TinyLife.Actions.ActionType.CleanDish type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CleanDish - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 181 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2420,14 +1852,6 @@ items: nameWithType: ActionType.ChangeOutfit fullName: TinyLife.Actions.ActionType.ChangeOutfit type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ChangeOutfit - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 190 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2447,14 +1871,6 @@ items: nameWithType: ActionType.EditOutfits fullName: TinyLife.Actions.ActionType.EditOutfits type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: EditOutfits - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 203 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2474,14 +1890,6 @@ items: nameWithType: ActionType.GoHome fullName: TinyLife.Actions.ActionType.GoHome type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GoHome - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 206 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2501,14 +1909,6 @@ items: nameWithType: ActionType.VisitLot fullName: TinyLife.Actions.ActionType.VisitLot type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: VisitLot - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 220 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2528,14 +1928,6 @@ items: nameWithType: ActionType.Paint fullName: TinyLife.Actions.ActionType.Paint type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Paint - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 245 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2555,14 +1947,6 @@ items: nameWithType: ActionType.Sell fullName: TinyLife.Actions.ActionType.Sell type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Sell - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 255 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2582,14 +1966,6 @@ items: nameWithType: ActionType.PracticeSpeech fullName: TinyLife.Actions.ActionType.PracticeSpeech type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PracticeSpeech - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 263 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2609,14 +1985,6 @@ items: nameWithType: ActionType.Read fullName: TinyLife.Actions.ActionType.Read type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Read - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 271 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2636,14 +2004,6 @@ items: nameWithType: ActionType.StudyBook fullName: TinyLife.Actions.ActionType.StudyBook type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: StudyBook - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 282 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2663,14 +2023,6 @@ items: nameWithType: ActionType.PutAway fullName: TinyLife.Actions.ActionType.PutAway type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PutAway - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 292 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2690,14 +2042,6 @@ items: nameWithType: ActionType.PracticeJokes fullName: TinyLife.Actions.ActionType.PracticeJokes type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PracticeJokes - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 302 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2717,14 +2061,6 @@ items: nameWithType: ActionType.Work fullName: TinyLife.Actions.ActionType.Work type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Work - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 310 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2744,14 +2080,6 @@ items: nameWithType: ActionType.GetJob fullName: TinyLife.Actions.ActionType.GetJob type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetJob - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 320 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2771,14 +2099,6 @@ items: nameWithType: ActionType.GetJobFromNewspaper fullName: TinyLife.Actions.ActionType.GetJobFromNewspaper type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetJobFromNewspaper - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 321 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2798,14 +2118,6 @@ items: nameWithType: ActionType.TakeVacationDay fullName: TinyLife.Actions.ActionType.TakeVacationDay type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TakeVacationDay - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 323 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2825,14 +2137,6 @@ items: nameWithType: ActionType.TakeParentalLeave fullName: TinyLife.Actions.ActionType.TakeParentalLeave type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TakeParentalLeave - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 326 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2852,14 +2156,6 @@ items: nameWithType: ActionType.QuitJob fullName: TinyLife.Actions.ActionType.QuitJob type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: QuitJob - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 330 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2879,14 +2175,6 @@ items: nameWithType: ActionType.MopPuddle fullName: TinyLife.Actions.ActionType.MopPuddle type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: MopPuddle - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 333 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2906,14 +2194,6 @@ items: nameWithType: ActionType.PracticeProgramming fullName: TinyLife.Actions.ActionType.PracticeProgramming type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PracticeProgramming - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 347 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2933,14 +2213,6 @@ items: nameWithType: ActionType.ModGame fullName: TinyLife.Actions.ActionType.ModGame type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ModGame - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 355 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2960,14 +2232,6 @@ items: nameWithType: ActionType.CreateApp fullName: TinyLife.Actions.ActionType.CreateApp type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CreateApp - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 363 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2987,14 +2251,6 @@ items: nameWithType: ActionType.PublishApp fullName: TinyLife.Actions.ActionType.PublishApp type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PublishApp - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 371 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3014,14 +2270,6 @@ items: nameWithType: ActionType.HackSomeone fullName: TinyLife.Actions.ActionType.HackSomeone type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: HackSomeone - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 377 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3041,14 +2289,6 @@ items: nameWithType: ActionType.ResearchProgrammingPatterns fullName: TinyLife.Actions.ActionType.ResearchProgrammingPatterns type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ResearchProgrammingPatterns - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 382 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3068,14 +2308,6 @@ items: nameWithType: ActionType.WatchTv fullName: TinyLife.Actions.ActionType.WatchTv type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: WatchTv - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 387 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3095,14 +2327,6 @@ items: nameWithType: ActionType.Repair fullName: TinyLife.Actions.ActionType.Repair type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Repair - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 401 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3122,14 +2346,6 @@ items: nameWithType: ActionType.PayBills fullName: TinyLife.Actions.ActionType.PayBills type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PayBills - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 415 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3149,14 +2365,6 @@ items: nameWithType: ActionType.PracticeWriting fullName: TinyLife.Actions.ActionType.PracticeWriting type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PracticeWriting - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 429 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3176,14 +2384,6 @@ items: nameWithType: ActionType.WriteBook fullName: TinyLife.Actions.ActionType.WriteBook type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: WriteBook - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 437 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3203,14 +2403,6 @@ items: nameWithType: ActionType.SelfPublishBook fullName: TinyLife.Actions.ActionType.SelfPublishBook type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SelfPublishBook - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 449 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3230,14 +2422,6 @@ items: nameWithType: ActionType.HaveBookPublished fullName: TinyLife.Actions.ActionType.HaveBookPublished type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: HaveBookPublished - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 450 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3257,14 +2441,6 @@ items: nameWithType: ActionType.LockDoor fullName: TinyLife.Actions.ActionType.LockDoor type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: LockDoor - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 451 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3284,14 +2460,6 @@ items: nameWithType: ActionType.AdmireLgbtFlag fullName: TinyLife.Actions.ActionType.AdmireLgbtFlag type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AdmireLgbtFlag - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 456 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3311,14 +2479,6 @@ items: nameWithType: ActionType.GetWater fullName: TinyLife.Actions.ActionType.GetWater type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetWater - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 459 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3338,14 +2498,6 @@ items: nameWithType: ActionType.WashHands fullName: TinyLife.Actions.ActionType.WashHands type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: WashHands - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 466 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3365,14 +2517,6 @@ items: nameWithType: ActionType.ToggleLight fullName: TinyLife.Actions.ActionType.ToggleLight type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ToggleLight - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 472 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3392,14 +2536,6 @@ items: nameWithType: ActionType.ToggleAllLights fullName: TinyLife.Actions.ActionType.ToggleAllLights type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ToggleAllLights - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 473 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3419,14 +2555,6 @@ items: nameWithType: ActionType.GrillFood fullName: TinyLife.Actions.ActionType.GrillFood type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GrillFood - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 485 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3446,14 +2574,6 @@ items: nameWithType: ActionType.ThrowAway fullName: TinyLife.Actions.ActionType.ThrowAway type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ThrowAway - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 494 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3473,14 +2593,6 @@ items: nameWithType: ActionType.Scrap fullName: TinyLife.Actions.ActionType.Scrap type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Scrap - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 502 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3500,14 +2612,6 @@ items: nameWithType: ActionType.CleanEverything fullName: TinyLife.Actions.ActionType.CleanEverything type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CleanEverything - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 508 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3527,14 +2631,6 @@ items: nameWithType: ActionType.Clean fullName: TinyLife.Actions.ActionType.Clean type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Clean - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 519 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3554,14 +2650,6 @@ items: nameWithType: ActionType.Light fullName: TinyLife.Actions.ActionType.Light type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Light - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 527 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3581,14 +2669,6 @@ items: nameWithType: ActionType.DoHomework fullName: TinyLife.Actions.ActionType.DoHomework type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DoHomework - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 535 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3608,14 +2688,6 @@ items: nameWithType: ActionType.PlayWithToy fullName: TinyLife.Actions.ActionType.PlayWithToy type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PlayWithToy - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 547 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3635,14 +2707,6 @@ items: nameWithType: ActionType.PlayWithToyTogether fullName: TinyLife.Actions.ActionType.PlayWithToyTogether type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PlayWithToyTogether - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 559 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3662,14 +2726,6 @@ items: nameWithType: ActionType.CookChildFood fullName: TinyLife.Actions.ActionType.CookChildFood type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CookChildFood - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 560 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3689,14 +2745,6 @@ items: nameWithType: ActionType.PlayInSandbox fullName: TinyLife.Actions.ActionType.PlayInSandbox type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PlayInSandbox - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 573 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3716,14 +2764,6 @@ items: nameWithType: ActionType.PlayInSandboxTogether fullName: TinyLife.Actions.ActionType.PlayInSandboxTogether type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PlayInSandboxTogether - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 582 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3743,14 +2783,6 @@ items: nameWithType: ActionType.ShufflePuzzle fullName: TinyLife.Actions.ActionType.ShufflePuzzle type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ShufflePuzzle - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 583 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3770,14 +2802,6 @@ items: nameWithType: ActionType.Puzzle fullName: TinyLife.Actions.ActionType.Puzzle type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Puzzle - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 591 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3797,14 +2821,6 @@ items: nameWithType: ActionType.Store fullName: TinyLife.Actions.ActionType.Store type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Store - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 599 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3824,14 +2840,6 @@ items: nameWithType: ActionType.TakeFromStorage fullName: TinyLife.Actions.ActionType.TakeFromStorage type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TakeFromStorage - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 603 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3851,14 +2859,6 @@ items: nameWithType: ActionType.GetFurnitureMail fullName: TinyLife.Actions.ActionType.GetFurnitureMail type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetFurnitureMail - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 607 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3878,14 +2878,6 @@ items: nameWithType: ActionType.ReadNewspaper fullName: TinyLife.Actions.ActionType.ReadNewspaper type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ReadNewspaper - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 615 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3905,14 +2897,6 @@ items: nameWithType: ActionType.ReadJokes fullName: TinyLife.Actions.ActionType.ReadJokes type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ReadJokes - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 623 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3932,14 +2916,6 @@ items: nameWithType: ActionType.BrewCoffee fullName: TinyLife.Actions.ActionType.BrewCoffee type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: BrewCoffee - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 631 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3959,14 +2935,6 @@ items: nameWithType: ActionType.MakeTea fullName: TinyLife.Actions.ActionType.MakeTea type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: MakeTea - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 640 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3986,14 +2954,6 @@ items: nameWithType: ActionType.TinkerWith fullName: TinyLife.Actions.ActionType.TinkerWith type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TinkerWith - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 649 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4013,14 +2973,6 @@ items: nameWithType: ActionType.AdmireFood fullName: TinyLife.Actions.ActionType.AdmireFood type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AdmireFood - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 669 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4040,14 +2992,6 @@ items: nameWithType: ActionType.AddALittleSomething fullName: TinyLife.Actions.ActionType.AddALittleSomething type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AddALittleSomething - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 677 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4067,14 +3011,6 @@ items: nameWithType: ActionType.RunAround fullName: TinyLife.Actions.ActionType.RunAround type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RunAround - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 691 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4094,14 +3030,6 @@ items: nameWithType: ActionType.Rummage fullName: TinyLife.Actions.ActionType.Rummage type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Rummage - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 700 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4121,14 +3049,6 @@ items: nameWithType: ActionType.AddCandle fullName: TinyLife.Actions.ActionType.AddCandle type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AddCandle - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 708 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4148,14 +3068,6 @@ items: nameWithType: ActionType.BlowOutCandles fullName: TinyLife.Actions.ActionType.BlowOutCandles type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: BlowOutCandles - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 714 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4175,14 +3087,6 @@ items: nameWithType: ActionType.PutInFridge fullName: TinyLife.Actions.ActionType.PutInFridge type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PutInFridge - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 718 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4202,14 +3106,6 @@ items: nameWithType: ActionType.TakeFromFridge fullName: TinyLife.Actions.ActionType.TakeFromFridge type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TakeFromFridge - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 732 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4229,14 +3125,6 @@ items: nameWithType: ActionType.CleanOutFridge fullName: TinyLife.Actions.ActionType.CleanOutFridge type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CleanOutFridge - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 735 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4256,14 +3144,6 @@ items: nameWithType: ActionType.GetLeftovers fullName: TinyLife.Actions.ActionType.GetLeftovers type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetLeftovers - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 742 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4283,14 +3163,6 @@ items: nameWithType: ActionType.AdoptChild fullName: TinyLife.Actions.ActionType.AdoptChild type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AdoptChild - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 749 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4310,14 +3182,6 @@ items: nameWithType: ActionType.ResearchBusinessPlans fullName: TinyLife.Actions.ActionType.ResearchBusinessPlans type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ResearchBusinessPlans - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 757 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4337,14 +3201,6 @@ items: nameWithType: ActionType.PracticeSalesPitch fullName: TinyLife.Actions.ActionType.PracticeSalesPitch type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PracticeSalesPitch - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 771 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4364,14 +3220,6 @@ items: nameWithType: ActionType.ReadSkillBook fullName: TinyLife.Actions.ActionType.ReadSkillBook type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ReadSkillBook - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 779 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4391,14 +3239,6 @@ items: nameWithType: ActionType.ToggleNewspapers fullName: TinyLife.Actions.ActionType.ToggleNewspapers type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ToggleNewspapers - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 788 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4418,14 +3258,6 @@ items: nameWithType: ActionType.ToggleVisitors fullName: TinyLife.Actions.ActionType.ToggleVisitors type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ToggleVisitors - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 793 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4445,14 +3277,6 @@ items: nameWithType: ActionType.TakeOutTrash fullName: TinyLife.Actions.ActionType.TakeOutTrash type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TakeOutTrash - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 800 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4472,14 +3296,6 @@ items: nameWithType: ActionType.PlayOnJungleGym fullName: TinyLife.Actions.ActionType.PlayOnJungleGym type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PlayOnJungleGym - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 812 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4499,14 +3315,6 @@ items: nameWithType: ActionType.PlayOnJungleGymTogether fullName: TinyLife.Actions.ActionType.PlayOnJungleGymTogether type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PlayOnJungleGymTogether - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 821 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4526,14 +3334,6 @@ items: nameWithType: ActionType.ColorColoringBook fullName: TinyLife.Actions.ActionType.ColorColoringBook type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ColorColoringBook - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 822 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4553,14 +3353,6 @@ items: nameWithType: ActionType.CollectSunlight fullName: TinyLife.Actions.ActionType.CollectSunlight type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CollectSunlight - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 831 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4580,14 +3372,6 @@ items: nameWithType: ActionType.GoJogging fullName: TinyLife.Actions.ActionType.GoJogging type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GoJogging - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 834 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4607,14 +3391,6 @@ items: nameWithType: ActionType.MoveHere fullName: TinyLife.Actions.ActionType.MoveHere type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: MoveHere - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 842 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4634,14 +3410,6 @@ items: nameWithType: ActionType.ChatOnPhone fullName: TinyLife.Actions.ActionType.ChatOnPhone type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ChatOnPhone - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 848 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4661,14 +3429,6 @@ items: nameWithType: ActionType.ChatOnPhoneWith fullName: TinyLife.Actions.ActionType.ChatOnPhoneWith type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ChatOnPhoneWith - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 856 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4688,14 +3448,6 @@ items: nameWithType: ActionType.SetPhoneColor fullName: TinyLife.Actions.ActionType.SetPhoneColor type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SetPhoneColor - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 861 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4715,14 +3467,6 @@ items: nameWithType: ActionType.GetJobPhone fullName: TinyLife.Actions.ActionType.GetJobPhone type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetJobPhone - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 865 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4742,14 +3486,6 @@ items: nameWithType: ActionType.QuitJobPhone fullName: TinyLife.Actions.ActionType.QuitJobPhone type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: QuitJobPhone - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 866 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4769,14 +3505,6 @@ items: nameWithType: ActionType.TakeVacationDayPhone fullName: TinyLife.Actions.ActionType.TakeVacationDayPhone type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TakeVacationDayPhone - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 876 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4796,14 +3524,6 @@ items: nameWithType: ActionType.HireBabysitter fullName: TinyLife.Actions.ActionType.HireBabysitter type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: HireBabysitter - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 886 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4823,14 +3543,6 @@ items: nameWithType: ActionType.InviteOver fullName: TinyLife.Actions.ActionType.InviteOver type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: InviteOver - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 905 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4850,14 +3562,6 @@ items: nameWithType: ActionType.ChangePronouns fullName: TinyLife.Actions.ActionType.ChangePronouns type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ChangePronouns - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 921 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4877,14 +3581,6 @@ items: nameWithType: ActionType.InvestigateRocks fullName: TinyLife.Actions.ActionType.InvestigateRocks type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: InvestigateRocks - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 924 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4904,14 +3600,6 @@ items: nameWithType: ActionType.TravelToMap fullName: TinyLife.Actions.ActionType.TravelToMap type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TravelToMap - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 932 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4931,14 +3619,6 @@ items: nameWithType: ActionType.PsychSelfUp fullName: TinyLife.Actions.ActionType.PsychSelfUp type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PsychSelfUp - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 936 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4958,14 +3638,6 @@ items: nameWithType: ActionType.ReadBabyBook fullName: TinyLife.Actions.ActionType.ReadBabyBook type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ReadBabyBook - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 940 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4985,14 +3657,6 @@ items: nameWithType: ActionType.Potty fullName: TinyLife.Actions.ActionType.Potty type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Potty - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 952 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5012,14 +3676,6 @@ items: nameWithType: ActionType.UseDiaper fullName: TinyLife.Actions.ActionType.UseDiaper type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: UseDiaper - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 964 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5039,14 +3695,6 @@ items: nameWithType: ActionType.FollowAdult fullName: TinyLife.Actions.ActionType.FollowAdult type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: FollowAdult - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 972 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5066,14 +3714,6 @@ items: nameWithType: ActionType.HaveBaby fullName: TinyLife.Actions.ActionType.HaveBaby type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: HaveBaby - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 989 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5093,14 +3733,6 @@ items: nameWithType: ActionType.HaveAbortion fullName: TinyLife.Actions.ActionType.HaveAbortion type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: HaveAbortion - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 997 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5120,14 +3752,6 @@ items: nameWithType: ActionType.TakePregnancyTest fullName: TinyLife.Actions.ActionType.TakePregnancyTest type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TakePregnancyTest - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 1000 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5147,14 +3771,6 @@ items: nameWithType: ActionType.TakeOutOfCrib fullName: TinyLife.Actions.ActionType.TakeOutOfCrib type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TakeOutOfCrib - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 1007 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5174,14 +3790,6 @@ items: nameWithType: ActionType.SleepInCrib fullName: TinyLife.Actions.ActionType.SleepInCrib type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SleepInCrib - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 1016 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5201,14 +3809,6 @@ items: nameWithType: ActionType.MakeDrinks fullName: TinyLife.Actions.ActionType.MakeDrinks type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: MakeDrinks - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 1030 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5228,14 +3828,6 @@ items: nameWithType: ActionType.UpgradeFurniture fullName: TinyLife.Actions.ActionType.UpgradeFurniture type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: UpgradeFurniture - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 1038 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5255,14 +3847,6 @@ items: nameWithType: ActionType.ResearchUpgrades fullName: TinyLife.Actions.ActionType.ResearchUpgrades type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ResearchUpgrades - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 1043 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5282,14 +3866,6 @@ items: nameWithType: ActionType.TakeEmotionShower fullName: TinyLife.Actions.ActionType.TakeEmotionShower type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TakeEmotionShower - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 1047 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5309,14 +3885,6 @@ items: nameWithType: ActionType.MixProteinShake fullName: TinyLife.Actions.ActionType.MixProteinShake type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Sets.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: MixProteinShake - path: ../TinyLife/Actions/ActionType.Sets.cs - startLine: 11 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5336,14 +3904,6 @@ items: nameWithType: ActionType.Woodworking fullName: TinyLife.Actions.ActionType.Woodworking type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Sets.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Woodworking - path: ../TinyLife/Actions/ActionType.Sets.cs - startLine: 19 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5363,14 +3923,6 @@ items: nameWithType: ActionType.ShakeTree fullName: TinyLife.Actions.ActionType.ShakeTree type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Sets.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ShakeTree - path: ../TinyLife/Actions/ActionType.Sets.cs - startLine: 40 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5390,14 +3942,6 @@ items: nameWithType: ActionType.RunOnTreadmill fullName: TinyLife.Actions.ActionType.RunOnTreadmill type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Sets.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RunOnTreadmill - path: ../TinyLife/Actions/ActionType.Sets.cs - startLine: 43 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5417,14 +3961,6 @@ items: nameWithType: ActionType.LiftWeights fullName: TinyLife.Actions.ActionType.LiftWeights type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Sets.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: LiftWeights - path: ../TinyLife/Actions/ActionType.Sets.cs - startLine: 51 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5444,14 +3980,6 @@ items: nameWithType: ActionType.ViewArt fullName: TinyLife.Actions.ActionType.ViewArt type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Sets.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ViewArt - path: ../TinyLife/Actions/ActionType.Sets.cs - startLine: 59 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5471,14 +3999,6 @@ items: nameWithType: ActionType.Talk fullName: TinyLife.Actions.ActionType.Talk type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Friendly.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Talk - path: ../TinyLife/Actions/ActionType.Social.Friendly.cs - startLine: 15 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5498,14 +4018,6 @@ items: nameWithType: ActionType.AskAboutDay fullName: TinyLife.Actions.ActionType.AskAboutDay type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Friendly.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AskAboutDay - path: ../TinyLife/Actions/ActionType.Social.Friendly.cs - startLine: 19 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5525,14 +4037,6 @@ items: nameWithType: ActionType.TellEngagingStory fullName: TinyLife.Actions.ActionType.TellEngagingStory type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Friendly.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TellEngagingStory - path: ../TinyLife/Actions/ActionType.Social.Friendly.cs - startLine: 24 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5552,14 +4056,6 @@ items: nameWithType: ActionType.TellStory fullName: TinyLife.Actions.ActionType.TellStory type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Friendly.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TellStory - path: ../TinyLife/Actions/ActionType.Social.Friendly.cs - startLine: 29 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5579,14 +4075,6 @@ items: nameWithType: ActionType.TalkAboutWork fullName: TinyLife.Actions.ActionType.TalkAboutWork type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Friendly.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TalkAboutWork - path: ../TinyLife/Actions/ActionType.Social.Friendly.cs - startLine: 33 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5606,14 +4094,6 @@ items: nameWithType: ActionType.TalkAboutNeighborhood fullName: TinyLife.Actions.ActionType.TalkAboutNeighborhood type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Friendly.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TalkAboutNeighborhood - path: ../TinyLife/Actions/ActionType.Social.Friendly.cs - startLine: 41 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5633,14 +4113,6 @@ items: nameWithType: ActionType.TalkAboutOutdoors fullName: TinyLife.Actions.ActionType.TalkAboutOutdoors type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Friendly.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TalkAboutOutdoors - path: ../TinyLife/Actions/ActionType.Social.Friendly.cs - startLine: 46 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5660,14 +4132,6 @@ items: nameWithType: ActionType.TalkAboutFood fullName: TinyLife.Actions.ActionType.TalkAboutFood type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Friendly.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TalkAboutFood - path: ../TinyLife/Actions/ActionType.Social.Friendly.cs - startLine: 50 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5687,14 +4151,6 @@ items: nameWithType: ActionType.DiscussWorkoutRegimen fullName: TinyLife.Actions.ActionType.DiscussWorkoutRegimen type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Friendly.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DiscussWorkoutRegimen - path: ../TinyLife/Actions/ActionType.Social.Friendly.cs - startLine: 54 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5714,14 +4170,6 @@ items: nameWithType: ActionType.CompareMuscleSize fullName: TinyLife.Actions.ActionType.CompareMuscleSize type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Friendly.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CompareMuscleSize - path: ../TinyLife/Actions/ActionType.Social.Friendly.cs - startLine: 63 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5741,14 +4189,6 @@ items: nameWithType: ActionType.GushAboutPartner fullName: TinyLife.Actions.ActionType.GushAboutPartner type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Friendly.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GushAboutPartner - path: ../TinyLife/Actions/ActionType.Social.Friendly.cs - startLine: 72 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5768,14 +4208,6 @@ items: nameWithType: ActionType.AskAboutGamingRig fullName: TinyLife.Actions.ActionType.AskAboutGamingRig type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Friendly.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AskAboutGamingRig - path: ../TinyLife/Actions/ActionType.Social.Friendly.cs - startLine: 80 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5795,14 +4227,6 @@ items: nameWithType: ActionType.AskAboutComputerSpecs fullName: TinyLife.Actions.ActionType.AskAboutComputerSpecs type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Friendly.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AskAboutComputerSpecs - path: ../TinyLife/Actions/ActionType.Social.Friendly.cs - startLine: 85 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5822,14 +4246,6 @@ items: nameWithType: ActionType.BoastAboutPagesWritten fullName: TinyLife.Actions.ActionType.BoastAboutPagesWritten type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Friendly.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: BoastAboutPagesWritten - path: ../TinyLife/Actions/ActionType.Social.Friendly.cs - startLine: 90 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5849,14 +4265,6 @@ items: nameWithType: ActionType.PoseMathPuzzle fullName: TinyLife.Actions.ActionType.PoseMathPuzzle type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Friendly.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PoseMathPuzzle - path: ../TinyLife/Actions/ActionType.Social.Friendly.cs - startLine: 98 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5876,14 +4284,6 @@ items: nameWithType: ActionType.ExpressFearOfCrowds fullName: TinyLife.Actions.ActionType.ExpressFearOfCrowds type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Friendly.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ExpressFearOfCrowds - path: ../TinyLife/Actions/ActionType.Social.Friendly.cs - startLine: 103 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5903,14 +4303,6 @@ items: nameWithType: ActionType.TalkAboutNaps fullName: TinyLife.Actions.ActionType.TalkAboutNaps type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Friendly.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TalkAboutNaps - path: ../TinyLife/Actions/ActionType.Social.Friendly.cs - startLine: 108 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5930,14 +4322,6 @@ items: nameWithType: ActionType.TalkAboutWatchingTv fullName: TinyLife.Actions.ActionType.TalkAboutWatchingTv type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Friendly.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TalkAboutWatchingTv - path: ../TinyLife/Actions/ActionType.Social.Friendly.cs - startLine: 114 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5957,14 +4341,6 @@ items: nameWithType: ActionType.InviteToHousehold fullName: TinyLife.Actions.ActionType.InviteToHousehold type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Friendly.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: InviteToHousehold - path: ../TinyLife/Actions/ActionType.Social.Friendly.cs - startLine: 119 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5984,14 +4360,6 @@ items: nameWithType: ActionType.AskToTellStory fullName: TinyLife.Actions.ActionType.AskToTellStory type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Friendly.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AskToTellStory - path: ../TinyLife/Actions/ActionType.Social.Friendly.cs - startLine: 124 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6011,14 +4379,6 @@ items: nameWithType: ActionType.ComplainAboutAdults fullName: TinyLife.Actions.ActionType.ComplainAboutAdults type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Friendly.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ComplainAboutAdults - path: ../TinyLife/Actions/ActionType.Social.Friendly.cs - startLine: 130 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6038,14 +4398,6 @@ items: nameWithType: ActionType.ComplainAboutParent fullName: TinyLife.Actions.ActionType.ComplainAboutParent type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Friendly.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ComplainAboutParent - path: ../TinyLife/Actions/ActionType.Social.Friendly.cs - startLine: 135 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6065,14 +4417,6 @@ items: nameWithType: ActionType.TalkAboutCartoons fullName: TinyLife.Actions.ActionType.TalkAboutCartoons type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Friendly.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TalkAboutCartoons - path: ../TinyLife/Actions/ActionType.Social.Friendly.cs - startLine: 140 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6092,14 +4436,6 @@ items: nameWithType: ActionType.TalkAboutSchool fullName: TinyLife.Actions.ActionType.TalkAboutSchool type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Friendly.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TalkAboutSchool - path: ../TinyLife/Actions/ActionType.Social.Friendly.cs - startLine: 145 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6119,14 +4455,6 @@ items: nameWithType: ActionType.TalkAboutFavoriteToys fullName: TinyLife.Actions.ActionType.TalkAboutFavoriteToys type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Friendly.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TalkAboutFavoriteToys - path: ../TinyLife/Actions/ActionType.Social.Friendly.cs - startLine: 150 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6146,14 +4474,6 @@ items: nameWithType: ActionType.AskAboutFamilyWellbeing fullName: TinyLife.Actions.ActionType.AskAboutFamilyWellbeing type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Friendly.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AskAboutFamilyWellbeing - path: ../TinyLife/Actions/ActionType.Social.Friendly.cs - startLine: 155 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6173,14 +4493,6 @@ items: nameWithType: ActionType.TalkAboutFamily fullName: TinyLife.Actions.ActionType.TalkAboutFamily type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Friendly.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TalkAboutFamily - path: ../TinyLife/Actions/ActionType.Social.Friendly.cs - startLine: 163 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6200,14 +4512,6 @@ items: nameWithType: ActionType.DebatePineappleOnPizza fullName: TinyLife.Actions.ActionType.DebatePineappleOnPizza type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Friendly.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DebatePineappleOnPizza - path: ../TinyLife/Actions/ActionType.Social.Friendly.cs - startLine: 171 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6227,14 +4531,6 @@ items: nameWithType: ActionType.DiscussFineDining fullName: TinyLife.Actions.ActionType.DiscussFineDining type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Friendly.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DiscussFineDining - path: ../TinyLife/Actions/ActionType.Social.Friendly.cs - startLine: 177 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6254,14 +4550,6 @@ items: nameWithType: ActionType.TalkAboutSpicyFood fullName: TinyLife.Actions.ActionType.TalkAboutSpicyFood type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Friendly.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TalkAboutSpicyFood - path: ../TinyLife/Actions/ActionType.Social.Friendly.cs - startLine: 182 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6281,14 +4569,6 @@ items: nameWithType: ActionType.AskMedicalHistory fullName: TinyLife.Actions.ActionType.AskMedicalHistory type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Friendly.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AskMedicalHistory - path: ../TinyLife/Actions/ActionType.Social.Friendly.cs - startLine: 187 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6308,14 +4588,6 @@ items: nameWithType: ActionType.TalkAboutNatureWalks fullName: TinyLife.Actions.ActionType.TalkAboutNatureWalks type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Friendly.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TalkAboutNatureWalks - path: ../TinyLife/Actions/ActionType.Social.Friendly.cs - startLine: 192 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6335,14 +4607,6 @@ items: nameWithType: ActionType.CriticizeDeforestation fullName: TinyLife.Actions.ActionType.CriticizeDeforestation type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Friendly.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CriticizeDeforestation - path: ../TinyLife/Actions/ActionType.Social.Friendly.cs - startLine: 197 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6362,14 +4626,6 @@ items: nameWithType: ActionType.DiscussNpP fullName: TinyLife.Actions.ActionType.DiscussNpP type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Friendly.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DiscussNpP - path: ../TinyLife/Actions/ActionType.Social.Friendly.cs - startLine: 202 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6389,14 +4645,6 @@ items: nameWithType: ActionType.BragAboutComputer fullName: TinyLife.Actions.ActionType.BragAboutComputer type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Friendly.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: BragAboutComputer - path: ../TinyLife/Actions/ActionType.Social.Friendly.cs - startLine: 207 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6416,14 +4664,6 @@ items: nameWithType: ActionType.DiscussHomeAutomation fullName: TinyLife.Actions.ActionType.DiscussHomeAutomation type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Friendly.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DiscussHomeAutomation - path: ../TinyLife/Actions/ActionType.Social.Friendly.cs - startLine: 212 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6443,14 +4683,6 @@ items: nameWithType: ActionType.AskIfSingle fullName: TinyLife.Actions.ActionType.AskIfSingle type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Friendly.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AskIfSingle - path: ../TinyLife/Actions/ActionType.Social.Friendly.cs - startLine: 217 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6470,14 +4702,6 @@ items: nameWithType: ActionType.SuggestThriftstores fullName: TinyLife.Actions.ActionType.SuggestThriftstores type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Friendly.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SuggestThriftstores - path: ../TinyLife/Actions/ActionType.Social.Friendly.cs - startLine: 230 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6497,14 +4721,6 @@ items: nameWithType: ActionType.EnthuseAboutCoupons fullName: TinyLife.Actions.ActionType.EnthuseAboutCoupons type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Friendly.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: EnthuseAboutCoupons - path: ../TinyLife/Actions/ActionType.Social.Friendly.cs - startLine: 237 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6524,14 +4740,6 @@ items: nameWithType: ActionType.TalkAboutBestSpots fullName: TinyLife.Actions.ActionType.TalkAboutBestSpots type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Friendly.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TalkAboutBestSpots - path: ../TinyLife/Actions/ActionType.Social.Friendly.cs - startLine: 242 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6551,14 +4759,6 @@ items: nameWithType: ActionType.TalkAboutBestToy fullName: TinyLife.Actions.ActionType.TalkAboutBestToy type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Friendly.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TalkAboutBestToy - path: ../TinyLife/Actions/ActionType.Social.Friendly.cs - startLine: 247 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6578,14 +4778,6 @@ items: nameWithType: ActionType.TeachLifeLesson fullName: TinyLife.Actions.ActionType.TeachLifeLesson type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Friendly.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TeachLifeLesson - path: ../TinyLife/Actions/ActionType.Social.Friendly.cs - startLine: 252 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6605,14 +4797,6 @@ items: nameWithType: ActionType.HowYouveGrown fullName: TinyLife.Actions.ActionType.HowYouveGrown type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Friendly.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: HowYouveGrown - path: ../TinyLife/Actions/ActionType.Social.Friendly.cs - startLine: 258 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6632,14 +4816,6 @@ items: nameWithType: ActionType.ComparePhysicalFeatures fullName: TinyLife.Actions.ActionType.ComparePhysicalFeatures type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Friendly.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ComparePhysicalFeatures - path: ../TinyLife/Actions/ActionType.Social.Friendly.cs - startLine: 263 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6659,14 +4835,6 @@ items: nameWithType: ActionType.AskAboutCareerDreams fullName: TinyLife.Actions.ActionType.AskAboutCareerDreams type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Friendly.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AskAboutCareerDreams - path: ../TinyLife/Actions/ActionType.Social.Friendly.cs - startLine: 271 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6686,14 +4854,6 @@ items: nameWithType: ActionType.AskAboutParenting fullName: TinyLife.Actions.ActionType.AskAboutParenting type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Friendly.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AskAboutParenting - path: ../TinyLife/Actions/ActionType.Social.Friendly.cs - startLine: 277 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6713,14 +4873,6 @@ items: nameWithType: ActionType.ExplainActivities fullName: TinyLife.Actions.ActionType.ExplainActivities type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Friendly.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ExplainActivities - path: ../TinyLife/Actions/ActionType.Social.Friendly.cs - startLine: 288 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6740,14 +4892,6 @@ items: nameWithType: ActionType.ExpressPregnancyConcerns fullName: TinyLife.Actions.ActionType.ExpressPregnancyConcerns type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Friendly.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ExpressPregnancyConcerns - path: ../TinyLife/Actions/ActionType.Social.Friendly.cs - startLine: 295 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6767,14 +4911,6 @@ items: nameWithType: ActionType.CheerUp fullName: TinyLife.Actions.ActionType.CheerUp type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Friendly.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CheerUp - path: ../TinyLife/Actions/ActionType.Social.Friendly.cs - startLine: 304 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6794,14 +4930,6 @@ items: nameWithType: ActionType.TellJoke fullName: TinyLife.Actions.ActionType.TellJoke type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Funny.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TellJoke - path: ../TinyLife/Actions/ActionType.Social.Funny.cs - startLine: 10 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6821,14 +4949,6 @@ items: nameWithType: ActionType.TellFunnyStory fullName: TinyLife.Actions.ActionType.TellFunnyStory type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Funny.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TellFunnyStory - path: ../TinyLife/Actions/ActionType.Social.Funny.cs - startLine: 14 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6848,14 +4968,6 @@ items: nameWithType: ActionType.TellRidiculousStory fullName: TinyLife.Actions.ActionType.TellRidiculousStory type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Funny.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TellRidiculousStory - path: ../TinyLife/Actions/ActionType.Social.Funny.cs - startLine: 18 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6875,14 +4987,6 @@ items: nameWithType: ActionType.TellComplexJoke fullName: TinyLife.Actions.ActionType.TellComplexJoke type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Funny.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TellComplexJoke - path: ../TinyLife/Actions/ActionType.Social.Funny.cs - startLine: 22 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6902,14 +5006,6 @@ items: nameWithType: ActionType.PlayTrick fullName: TinyLife.Actions.ActionType.PlayTrick type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Funny.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PlayTrick - path: ../TinyLife/Actions/ActionType.Social.Funny.cs - startLine: 26 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6929,14 +5025,6 @@ items: nameWithType: ActionType.JokeAboutWork fullName: TinyLife.Actions.ActionType.JokeAboutWork type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Funny.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: JokeAboutWork - path: ../TinyLife/Actions/ActionType.Social.Funny.cs - startLine: 30 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6956,14 +5044,6 @@ items: nameWithType: ActionType.JokeAboutOwnUnemployment fullName: TinyLife.Actions.ActionType.JokeAboutOwnUnemployment type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Funny.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: JokeAboutOwnUnemployment - path: ../TinyLife/Actions/ActionType.Social.Funny.cs - startLine: 38 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6983,14 +5063,6 @@ items: nameWithType: ActionType.JokeAboutTreadmillAccidents fullName: TinyLife.Actions.ActionType.JokeAboutTreadmillAccidents type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Funny.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: JokeAboutTreadmillAccidents - path: ../TinyLife/Actions/ActionType.Social.Funny.cs - startLine: 46 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7010,14 +5082,6 @@ items: nameWithType: ActionType.JokeAboutWritingStyle fullName: TinyLife.Actions.ActionType.JokeAboutWritingStyle type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Funny.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: JokeAboutWritingStyle - path: ../TinyLife/Actions/ActionType.Social.Funny.cs - startLine: 51 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7037,14 +5101,6 @@ items: nameWithType: ActionType.JokeAboutAromance fullName: TinyLife.Actions.ActionType.JokeAboutAromance type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Funny.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: JokeAboutAromance - path: ../TinyLife/Actions/ActionType.Social.Funny.cs - startLine: 56 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7064,14 +5120,6 @@ items: nameWithType: ActionType.JokeAboutAsexuality fullName: TinyLife.Actions.ActionType.JokeAboutAsexuality type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Funny.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: JokeAboutAsexuality - path: ../TinyLife/Actions/ActionType.Social.Funny.cs - startLine: 61 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7091,14 +5139,6 @@ items: nameWithType: ActionType.TellJokeAboutSomething fullName: TinyLife.Actions.ActionType.TellJokeAboutSomething type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Funny.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TellJokeAboutSomething - path: ../TinyLife/Actions/ActionType.Social.Funny.cs - startLine: 66 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7118,14 +5158,6 @@ items: nameWithType: ActionType.TellDadJoke fullName: TinyLife.Actions.ActionType.TellDadJoke type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Funny.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TellDadJoke - path: ../TinyLife/Actions/ActionType.Social.Funny.cs - startLine: 75 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7145,14 +5177,6 @@ items: nameWithType: ActionType.JokeAboutFamilyGatherings fullName: TinyLife.Actions.ActionType.JokeAboutFamilyGatherings type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Funny.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: JokeAboutFamilyGatherings - path: ../TinyLife/Actions/ActionType.Social.Funny.cs - startLine: 83 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7172,14 +5196,6 @@ items: nameWithType: ActionType.JokeAboutTrees fullName: TinyLife.Actions.ActionType.JokeAboutTrees type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Funny.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: JokeAboutTrees - path: ../TinyLife/Actions/ActionType.Social.Funny.cs - startLine: 91 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7199,14 +5215,6 @@ items: nameWithType: ActionType.JokeAboutSmartHome fullName: TinyLife.Actions.ActionType.JokeAboutSmartHome type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Funny.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: JokeAboutSmartHome - path: ../TinyLife/Actions/ActionType.Social.Funny.cs - startLine: 96 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7226,14 +5234,6 @@ items: nameWithType: ActionType.JokeAboutOverspending fullName: TinyLife.Actions.ActionType.JokeAboutOverspending type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Funny.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: JokeAboutOverspending - path: ../TinyLife/Actions/ActionType.Social.Funny.cs - startLine: 101 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7253,14 +5253,6 @@ items: nameWithType: ActionType.TalkAboutFunnyCityName fullName: TinyLife.Actions.ActionType.TalkAboutFunnyCityName type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Funny.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TalkAboutFunnyCityName - path: ../TinyLife/Actions/ActionType.Social.Funny.cs - startLine: 106 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7280,14 +5272,6 @@ items: nameWithType: ActionType.Insult fullName: TinyLife.Actions.ActionType.Insult type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Mean.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Insult - path: ../TinyLife/Actions/ActionType.Social.Mean.cs - startLine: 13 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7307,14 +5291,6 @@ items: nameWithType: ActionType.ImplyMotherIsCamel fullName: TinyLife.Actions.ActionType.ImplyMotherIsCamel type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Mean.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ImplyMotherIsCamel - path: ../TinyLife/Actions/ActionType.Social.Mean.cs - startLine: 18 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7334,14 +5310,6 @@ items: nameWithType: ActionType.MakeFunOfUnemployment fullName: TinyLife.Actions.ActionType.MakeFunOfUnemployment type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Mean.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: MakeFunOfUnemployment - path: ../TinyLife/Actions/ActionType.Social.Mean.cs - startLine: 22 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7361,14 +5329,6 @@ items: nameWithType: ActionType.MakeFunOfLaziness fullName: TinyLife.Actions.ActionType.MakeFunOfLaziness type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Mean.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: MakeFunOfLaziness - path: ../TinyLife/Actions/ActionType.Social.Mean.cs - startLine: 30 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7388,14 +5348,6 @@ items: nameWithType: ActionType.MakeFunOfIntroversion fullName: TinyLife.Actions.ActionType.MakeFunOfIntroversion type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Mean.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: MakeFunOfIntroversion - path: ../TinyLife/Actions/ActionType.Social.Mean.cs - startLine: 35 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7415,14 +5367,6 @@ items: nameWithType: ActionType.MakeFunOfNiceness fullName: TinyLife.Actions.ActionType.MakeFunOfNiceness type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Mean.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: MakeFunOfNiceness - path: ../TinyLife/Actions/ActionType.Social.Mean.cs - startLine: 40 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7442,14 +5386,6 @@ items: nameWithType: ActionType.ComplainAboutRelationship fullName: TinyLife.Actions.ActionType.ComplainAboutRelationship type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Mean.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ComplainAboutRelationship - path: ../TinyLife/Actions/ActionType.Social.Mean.cs - startLine: 45 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7469,14 +5405,6 @@ items: nameWithType: ActionType.MakeFunOfPoorFitness fullName: TinyLife.Actions.ActionType.MakeFunOfPoorFitness type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Mean.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: MakeFunOfPoorFitness - path: ../TinyLife/Actions/ActionType.Social.Mean.cs - startLine: 50 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7496,14 +5424,6 @@ items: nameWithType: ActionType.MakeFunOfFriends fullName: TinyLife.Actions.ActionType.MakeFunOfFriends type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Mean.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: MakeFunOfFriends - path: ../TinyLife/Actions/ActionType.Social.Mean.cs - startLine: 58 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7523,14 +5443,6 @@ items: nameWithType: ActionType.MakeFunOfBeingNerd fullName: TinyLife.Actions.ActionType.MakeFunOfBeingNerd type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Mean.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: MakeFunOfBeingNerd - path: ../TinyLife/Actions/ActionType.Social.Mean.cs - startLine: 63 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7550,14 +5462,6 @@ items: nameWithType: ActionType.MakeFunOfBeingBadAtSchool fullName: TinyLife.Actions.ActionType.MakeFunOfBeingBadAtSchool type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Mean.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: MakeFunOfBeingBadAtSchool - path: ../TinyLife/Actions/ActionType.Social.Mean.cs - startLine: 68 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7577,14 +5481,6 @@ items: nameWithType: ActionType.ShooChild fullName: TinyLife.Actions.ActionType.ShooChild type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Mean.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ShooChild - path: ../TinyLife/Actions/ActionType.Social.Mean.cs - startLine: 73 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7604,14 +5500,6 @@ items: nameWithType: ActionType.MakeFunOfFoodRestriction fullName: TinyLife.Actions.ActionType.MakeFunOfFoodRestriction type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Mean.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: MakeFunOfFoodRestriction - path: ../TinyLife/Actions/ActionType.Social.Mean.cs - startLine: 79 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7631,14 +5519,6 @@ items: nameWithType: ActionType.ChastiseForFoodBeliefs fullName: TinyLife.Actions.ActionType.ChastiseForFoodBeliefs type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Mean.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ChastiseForFoodBeliefs - path: ../TinyLife/Actions/ActionType.Social.Mean.cs - startLine: 85 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7658,14 +5538,6 @@ items: nameWithType: ActionType.MakeFunOfBeingOutdoorsy fullName: TinyLife.Actions.ActionType.MakeFunOfBeingOutdoorsy type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Mean.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: MakeFunOfBeingOutdoorsy - path: ../TinyLife/Actions/ActionType.Social.Mean.cs - startLine: 91 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7685,14 +5557,6 @@ items: nameWithType: ActionType.ImplyHomeSmarter fullName: TinyLife.Actions.ActionType.ImplyHomeSmarter type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Mean.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ImplyHomeSmarter - path: ../TinyLife/Actions/ActionType.Social.Mean.cs - startLine: 96 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7712,14 +5576,6 @@ items: nameWithType: ActionType.ArgueAboutToyOwnership fullName: TinyLife.Actions.ActionType.ArgueAboutToyOwnership type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Mean.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ArgueAboutToyOwnership - path: ../TinyLife/Actions/ActionType.Social.Mean.cs - startLine: 101 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7739,14 +5595,6 @@ items: nameWithType: ActionType.ConfideIn fullName: TinyLife.Actions.ActionType.ConfideIn type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ConfideIn - path: ../TinyLife/Actions/ActionType.Social.Misc.cs - startLine: 19 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7766,14 +5614,6 @@ items: nameWithType: ActionType.ComplainAboutLife fullName: TinyLife.Actions.ActionType.ComplainAboutLife type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ComplainAboutLife - path: ../TinyLife/Actions/ActionType.Social.Misc.cs - startLine: 28 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7793,14 +5633,6 @@ items: nameWithType: ActionType.TalkAboutFeelings fullName: TinyLife.Actions.ActionType.TalkAboutFeelings type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TalkAboutFeelings - path: ../TinyLife/Actions/ActionType.Social.Misc.cs - startLine: 33 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7820,14 +5652,6 @@ items: nameWithType: ActionType.ShareIdeas fullName: TinyLife.Actions.ActionType.ShareIdeas type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ShareIdeas - path: ../TinyLife/Actions/ActionType.Social.Misc.cs - startLine: 38 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7847,14 +5671,6 @@ items: nameWithType: ActionType.GaugeRelationship fullName: TinyLife.Actions.ActionType.GaugeRelationship type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GaugeRelationship - path: ../TinyLife/Actions/ActionType.Social.Misc.cs - startLine: 43 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7874,14 +5690,6 @@ items: nameWithType: ActionType.AskToLeave fullName: TinyLife.Actions.ActionType.AskToLeave type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AskToLeave - path: ../TinyLife/Actions/ActionType.Social.Misc.cs - startLine: 65 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7901,14 +5709,6 @@ items: nameWithType: ActionType.CallOver fullName: TinyLife.Actions.ActionType.CallOver type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CallOver - path: ../TinyLife/Actions/ActionType.Social.Misc.cs - startLine: 74 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7928,14 +5728,6 @@ items: nameWithType: ActionType.ThisIsInappropriate fullName: TinyLife.Actions.ActionType.ThisIsInappropriate type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ThisIsInappropriate - path: ../TinyLife/Actions/ActionType.Social.Misc.cs - startLine: 80 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7955,14 +5747,6 @@ items: nameWithType: ActionType.WakeUp fullName: TinyLife.Actions.ActionType.WakeUp type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: WakeUp - path: ../TinyLife/Actions/ActionType.Social.Misc.cs - startLine: 92 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7982,14 +5766,6 @@ items: nameWithType: ActionType.AskAboutPersonality fullName: TinyLife.Actions.ActionType.AskAboutPersonality type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AskAboutPersonality - path: ../TinyLife/Actions/ActionType.Social.Misc.cs - startLine: 95 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -8009,14 +5785,6 @@ items: nameWithType: ActionType.AskAboutJob fullName: TinyLife.Actions.ActionType.AskAboutJob type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AskAboutJob - path: ../TinyLife/Actions/ActionType.Social.Misc.cs - startLine: 111 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -8036,14 +5804,6 @@ items: nameWithType: ActionType.AskToTaste fullName: TinyLife.Actions.ActionType.AskToTaste type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AskToTaste - path: ../TinyLife/Actions/ActionType.Social.Misc.cs - startLine: 131 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -8063,14 +5823,6 @@ items: nameWithType: ActionType.OrderCoffee fullName: TinyLife.Actions.ActionType.OrderCoffee type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OrderCoffee - path: ../TinyLife/Actions/ActionType.Social.Misc.cs - startLine: 143 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -8090,14 +5842,6 @@ items: nameWithType: ActionType.OrderTea fullName: TinyLife.Actions.ActionType.OrderTea type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OrderTea - path: ../TinyLife/Actions/ActionType.Social.Misc.cs - startLine: 153 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -8117,14 +5861,6 @@ items: nameWithType: ActionType.OrderCafeFood fullName: TinyLife.Actions.ActionType.OrderCafeFood type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OrderCafeFood - path: ../TinyLife/Actions/ActionType.Social.Misc.cs - startLine: 164 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -8144,14 +5880,6 @@ items: nameWithType: ActionType.AskAboutNonfictionBooks fullName: TinyLife.Actions.ActionType.AskAboutNonfictionBooks type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AskAboutNonfictionBooks - path: ../TinyLife/Actions/ActionType.Social.Misc.cs - startLine: 173 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -8171,14 +5899,6 @@ items: nameWithType: ActionType.AskAboutFictionBooks fullName: TinyLife.Actions.ActionType.AskAboutFictionBooks type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AskAboutFictionBooks - path: ../TinyLife/Actions/ActionType.Social.Misc.cs - startLine: 185 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -8198,14 +5918,6 @@ items: nameWithType: ActionType.PickUpPerson fullName: TinyLife.Actions.ActionType.PickUpPerson type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PickUpPerson - path: ../TinyLife/Actions/ActionType.Social.Misc.cs - startLine: 197 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -8225,14 +5937,6 @@ items: nameWithType: ActionType.PutDownPerson fullName: TinyLife.Actions.ActionType.PutDownPerson type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PutDownPerson - path: ../TinyLife/Actions/ActionType.Social.Misc.cs - startLine: 207 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -8252,14 +5956,6 @@ items: nameWithType: ActionType.HomeworkHelp fullName: TinyLife.Actions.ActionType.HomeworkHelp type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: HomeworkHelp - path: ../TinyLife/Actions/ActionType.Social.Misc.cs - startLine: 217 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -8279,14 +5975,6 @@ items: nameWithType: ActionType.AskToCook fullName: TinyLife.Actions.ActionType.AskToCook type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AskToCook - path: ../TinyLife/Actions/ActionType.Social.Misc.cs - startLine: 228 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -8306,14 +5994,6 @@ items: nameWithType: ActionType.InviteIn fullName: TinyLife.Actions.ActionType.InviteIn type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: InviteIn - path: ../TinyLife/Actions/ActionType.Social.Misc.cs - startLine: 246 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -8333,14 +6013,6 @@ items: nameWithType: ActionType.AdoptAsParent fullName: TinyLife.Actions.ActionType.AdoptAsParent type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AdoptAsParent - path: ../TinyLife/Actions/ActionType.Social.Misc.cs - startLine: 261 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -8360,14 +6032,6 @@ items: nameWithType: ActionType.AskBabysitterCredentials fullName: TinyLife.Actions.ActionType.AskBabysitterCredentials type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AskBabysitterCredentials - path: ../TinyLife/Actions/ActionType.Social.Misc.cs - startLine: 279 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -8387,14 +6051,6 @@ items: nameWithType: ActionType.AskBabysitterBrewConsumption fullName: TinyLife.Actions.ActionType.AskBabysitterBrewConsumption type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AskBabysitterBrewConsumption - path: ../TinyLife/Actions/ActionType.Social.Misc.cs - startLine: 287 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -8414,14 +6070,6 @@ items: nameWithType: ActionType.AskBabysitterBabiesSat fullName: TinyLife.Actions.ActionType.AskBabysitterBabiesSat type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AskBabysitterBabiesSat - path: ../TinyLife/Actions/ActionType.Social.Misc.cs - startLine: 295 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -8441,14 +6089,6 @@ items: nameWithType: ActionType.BribeForFriendship fullName: TinyLife.Actions.ActionType.BribeForFriendship type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: BribeForFriendship - path: ../TinyLife/Actions/ActionType.Social.Misc.cs - startLine: 305 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -8468,14 +6108,6 @@ items: nameWithType: ActionType.InspectBaby fullName: TinyLife.Actions.ActionType.InspectBaby type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: InspectBaby - path: ../TinyLife/Actions/ActionType.Social.Misc.cs - startLine: 317 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -8495,14 +6127,6 @@ items: nameWithType: ActionType.AnnouncePregnancy fullName: TinyLife.Actions.ActionType.AnnouncePregnancy type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AnnouncePregnancy - path: ../TinyLife/Actions/ActionType.Social.Misc.cs - startLine: 322 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -8522,14 +6146,6 @@ items: nameWithType: ActionType.OrderDrinks fullName: TinyLife.Actions.ActionType.OrderDrinks type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OrderDrinks - path: ../TinyLife/Actions/ActionType.Social.Misc.cs - startLine: 328 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -8549,14 +6165,6 @@ items: nameWithType: ActionType.Babble fullName: TinyLife.Actions.ActionType.Babble type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Babble - path: ../TinyLife/Actions/ActionType.Social.Misc.cs - startLine: 337 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -8576,14 +6184,6 @@ items: nameWithType: ActionType.CryAt fullName: TinyLife.Actions.ActionType.CryAt type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CryAt - path: ../TinyLife/Actions/ActionType.Social.Misc.cs - startLine: 343 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -8603,14 +6203,6 @@ items: nameWithType: ActionType.AskWhy fullName: TinyLife.Actions.ActionType.AskWhy type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AskWhy - path: ../TinyLife/Actions/ActionType.Social.Misc.cs - startLine: 349 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -8630,14 +6222,6 @@ items: nameWithType: ActionType.AskHow fullName: TinyLife.Actions.ActionType.AskHow type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AskHow - path: ../TinyLife/Actions/ActionType.Social.Misc.cs - startLine: 354 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -8657,14 +6241,6 @@ items: nameWithType: ActionType.TalkAboutPlaying fullName: TinyLife.Actions.ActionType.TalkAboutPlaying type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TalkAboutPlaying - path: ../TinyLife/Actions/ActionType.Social.Misc.cs - startLine: 359 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -8684,14 +6260,6 @@ items: nameWithType: ActionType.YoureSoTall fullName: TinyLife.Actions.ActionType.YoureSoTall type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: YoureSoTall - path: ../TinyLife/Actions/ActionType.Social.Misc.cs - startLine: 364 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -8711,14 +6279,6 @@ items: nameWithType: ActionType.HelpBabyBook fullName: TinyLife.Actions.ActionType.HelpBabyBook type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: HelpBabyBook - path: ../TinyLife/Actions/ActionType.Social.Misc.cs - startLine: 369 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -8738,14 +6298,6 @@ items: nameWithType: ActionType.HelpPotty fullName: TinyLife.Actions.ActionType.HelpPotty type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: HelpPotty - path: ../TinyLife/Actions/ActionType.Social.Misc.cs - startLine: 386 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -8765,14 +6317,6 @@ items: nameWithType: ActionType.ChangeDiaper fullName: TinyLife.Actions.ActionType.ChangeDiaper type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ChangeDiaper - path: ../TinyLife/Actions/ActionType.Social.Misc.cs - startLine: 393 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -8792,14 +6336,6 @@ items: nameWithType: ActionType.CleanUpBaby fullName: TinyLife.Actions.ActionType.CleanUpBaby type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CleanUpBaby - path: ../TinyLife/Actions/ActionType.Social.Misc.cs - startLine: 406 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -8819,14 +6355,6 @@ items: nameWithType: ActionType.BatheBaby fullName: TinyLife.Actions.ActionType.BatheBaby type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: BatheBaby - path: ../TinyLife/Actions/ActionType.Social.Misc.cs - startLine: 418 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -8846,14 +6374,6 @@ items: nameWithType: ActionType.PutInCrib fullName: TinyLife.Actions.ActionType.PutInCrib type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PutInCrib - path: ../TinyLife/Actions/ActionType.Social.Misc.cs - startLine: 429 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -8873,14 +6393,6 @@ items: nameWithType: ActionType.AskToTakeOutOfCrib fullName: TinyLife.Actions.ActionType.AskToTakeOutOfCrib type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AskToTakeOutOfCrib - path: ../TinyLife/Actions/ActionType.Social.Misc.cs - startLine: 436 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -8900,14 +6412,6 @@ items: nameWithType: ActionType.AskFood fullName: TinyLife.Actions.ActionType.AskFood type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AskFood - path: ../TinyLife/Actions/ActionType.Social.Misc.cs - startLine: 450 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -8927,14 +6431,6 @@ items: nameWithType: ActionType.CheckOnBaby fullName: TinyLife.Actions.ActionType.CheckOnBaby type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CheckOnBaby - path: ../TinyLife/Actions/ActionType.Social.Misc.cs - startLine: 465 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -8954,14 +6450,6 @@ items: nameWithType: ActionType.AskForArtAdvice fullName: TinyLife.Actions.ActionType.AskForArtAdvice type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AskForArtAdvice - path: ../TinyLife/Actions/ActionType.Social.Misc.cs - startLine: 504 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -8981,14 +6469,6 @@ items: nameWithType: ActionType.Flirt fullName: TinyLife.Actions.ActionType.Flirt type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Romantic.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Flirt - path: ../TinyLife/Actions/ActionType.Social.Romantic.cs - startLine: 15 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -9008,14 +6488,6 @@ items: nameWithType: ActionType.ComplimentLooks fullName: TinyLife.Actions.ActionType.ComplimentLooks type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Romantic.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ComplimentLooks - path: ../TinyLife/Actions/ActionType.Social.Romantic.cs - startLine: 19 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -9035,14 +6507,6 @@ items: nameWithType: ActionType.MakeRisqueRemark fullName: TinyLife.Actions.ActionType.MakeRisqueRemark type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Romantic.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: MakeRisqueRemark - path: ../TinyLife/Actions/ActionType.Social.Romantic.cs - startLine: 23 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -9062,14 +6526,6 @@ items: nameWithType: ActionType.BeEnticing fullName: TinyLife.Actions.ActionType.BeEnticing type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Romantic.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: BeEnticing - path: ../TinyLife/Actions/ActionType.Social.Romantic.cs - startLine: 29 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -9089,14 +6545,6 @@ items: nameWithType: ActionType.CasualCompliment fullName: TinyLife.Actions.ActionType.CasualCompliment type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Romantic.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CasualCompliment - path: ../TinyLife/Actions/ActionType.Social.Romantic.cs - startLine: 34 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -9116,14 +6564,6 @@ items: nameWithType: ActionType.ReciteLovePoem fullName: TinyLife.Actions.ActionType.ReciteLovePoem type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Romantic.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ReciteLovePoem - path: ../TinyLife/Actions/ActionType.Social.Romantic.cs - startLine: 39 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -9143,14 +6583,6 @@ items: nameWithType: ActionType.DeepCompliment fullName: TinyLife.Actions.ActionType.DeepCompliment type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Romantic.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DeepCompliment - path: ../TinyLife/Actions/ActionType.Social.Romantic.cs - startLine: 44 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -9170,14 +6602,6 @@ items: nameWithType: ActionType.FlirtyJoke fullName: TinyLife.Actions.ActionType.FlirtyJoke type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Romantic.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: FlirtyJoke - path: ../TinyLife/Actions/ActionType.Social.Romantic.cs - startLine: 49 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -9197,14 +6621,6 @@ items: nameWithType: ActionType.StartDating fullName: TinyLife.Actions.ActionType.StartDating type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Romantic.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: StartDating - path: ../TinyLife/Actions/ActionType.Social.Romantic.cs - startLine: 55 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -9224,14 +6640,6 @@ items: nameWithType: ActionType.FoolAround fullName: TinyLife.Actions.ActionType.FoolAround type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Romantic.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: FoolAround - path: ../TinyLife/Actions/ActionType.Social.Romantic.cs - startLine: 74 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -9251,14 +6659,6 @@ items: nameWithType: ActionType.Kiss fullName: TinyLife.Actions.ActionType.Kiss type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Romantic.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Kiss - path: ../TinyLife/Actions/ActionType.Social.Romantic.cs - startLine: 87 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -9278,14 +6678,6 @@ items: nameWithType: ActionType.AdmitToBeingRomanticWithSomeoneElse fullName: TinyLife.Actions.ActionType.AdmitToBeingRomanticWithSomeoneElse type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Romantic.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AdmitToBeingRomanticWithSomeoneElse - path: ../TinyLife/Actions/ActionType.Social.Romantic.cs - startLine: 98 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -9305,14 +6697,6 @@ items: nameWithType: ActionType.BreakUp fullName: TinyLife.Actions.ActionType.BreakUp type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Romantic.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: BreakUp - path: ../TinyLife/Actions/ActionType.Social.Romantic.cs - startLine: 113 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -9332,14 +6716,6 @@ items: nameWithType: ActionType.AskAboutReproductiveAbilities fullName: TinyLife.Actions.ActionType.AskAboutReproductiveAbilities type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Romantic.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AskAboutReproductiveAbilities - path: ../TinyLife/Actions/ActionType.Social.Romantic.cs - startLine: 131 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -9359,14 +6735,6 @@ items: nameWithType: ActionType.ToggleTryingForBaby fullName: TinyLife.Actions.ActionType.ToggleTryingForBaby type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Social.Romantic.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ToggleTryingForBaby - path: ../TinyLife/Actions/ActionType.Social.Romantic.cs - startLine: 144 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -9386,14 +6754,6 @@ items: nameWithType: ActionType.CanPickUpOrIsHoldingForTarget(ActionInfo, ObjectCategory, Func, CanExecuteResult?, bool, bool) fullName: TinyLife.Actions.ActionType.CanPickUpOrIsHoldingForTarget(TinyLife.Actions.ActionInfo, TinyLife.Objects.ObjectCategory, System.Func, TinyLife.Actions.CanExecuteResult?, bool, bool) type: Method - source: - remote: - path: TinyLife/Actions/ActionType.Utilities.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CanPickUpOrIsHoldingForTarget - path: ../TinyLife/Actions/ActionType.Utilities.cs - startLine: 31 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -9446,14 +6806,6 @@ items: nameWithType: ActionType.CanPickUpOrIsHoldingForTarget(ActionInfo, Func<(Furniture Parent, Furniture Item), bool>, Func, CanExecuteResult?, bool, bool) fullName: TinyLife.Actions.ActionType.CanPickUpOrIsHoldingForTarget(TinyLife.Actions.ActionInfo, System.Func<(TinyLife.Objects.Furniture Parent, TinyLife.Objects.Furniture Item), bool>, System.Func, TinyLife.Actions.CanExecuteResult?, bool, bool) type: Method - source: - remote: - path: TinyLife/Actions/ActionType.Utilities.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CanPickUpOrIsHoldingForTarget - path: ../TinyLife/Actions/ActionType.Utilities.cs - startLine: 51 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -9506,14 +6858,6 @@ items: nameWithType: ActionType.CanPickUpOrIsHoldingForTarget(ActionInfo, Func, Func<(PersonLike Person, Furniture Item), bool>, bool) fullName: TinyLife.Actions.ActionType.CanPickUpOrIsHoldingForTarget(TinyLife.Actions.ActionInfo, System.Func, System.Func<(TinyLife.Objects.PersonLike Person, TinyLife.Objects.Furniture Item), bool>, bool) type: Method - source: - remote: - path: TinyLife/Actions/ActionType.Utilities.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CanPickUpOrIsHoldingForTarget - path: ../TinyLife/Actions/ActionType.Utilities.cs - startLine: 92 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -9558,14 +6902,6 @@ items: nameWithType: ActionType.HasChairOrIsStandingDesk(ActionInfo, bool) fullName: TinyLife.Actions.ActionType.HasChairOrIsStandingDesk(TinyLife.Actions.ActionInfo, bool) type: Method - source: - remote: - path: TinyLife/Actions/ActionType.Utilities.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: HasChairOrIsStandingDesk - path: ../TinyLife/Actions/ActionType.Utilities.cs - startLine: 121 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -9599,14 +6935,6 @@ items: nameWithType: ActionType.IsDislikedOrMean(ActionInfo, bool) fullName: TinyLife.Actions.ActionType.IsDislikedOrMean(TinyLife.Actions.ActionInfo, bool) type: Method - source: - remote: - path: TinyLife/Actions/ActionType.Utilities.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IsDislikedOrMean - path: ../TinyLife/Actions/ActionType.Utilities.cs - startLine: 137 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -9643,14 +6971,6 @@ items: nameWithType: ActionType.IsReadyForRomance(ActionInfo, bool) fullName: TinyLife.Actions.ActionType.IsReadyForRomance(TinyLife.Actions.ActionInfo, bool) type: Method - source: - remote: - path: TinyLife/Actions/ActionType.Utilities.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IsReadyForRomance - path: ../TinyLife/Actions/ActionType.Utilities.cs - startLine: 156 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -9691,14 +7011,6 @@ items: nameWithType: ActionType.IsNotEmotional(ActionInfo, params EmotionType[]) fullName: TinyLife.Actions.ActionType.IsNotEmotional(TinyLife.Actions.ActionInfo, params TinyLife.Emotions.EmotionType[]) type: Method - source: - remote: - path: TinyLife/Actions/ActionType.Utilities.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IsNotEmotional - path: ../TinyLife/Actions/ActionType.Utilities.cs - startLine: 202 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -9736,14 +7048,6 @@ items: nameWithType: ActionType.IsNotEmotional(params EmotionType[]) fullName: TinyLife.Actions.ActionType.IsNotEmotional(params TinyLife.Emotions.EmotionType[]) type: Method - source: - remote: - path: TinyLife/Actions/ActionType.Utilities.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IsNotEmotional - path: ../TinyLife/Actions/ActionType.Utilities.cs - startLine: 218 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -9778,14 +7082,6 @@ items: nameWithType: ActionType.IsEmptyHanded(ActionInfo, bool) fullName: TinyLife.Actions.ActionType.IsEmptyHanded(TinyLife.Actions.ActionInfo, bool) type: Method - source: - remote: - path: TinyLife/Actions/ActionType.Utilities.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IsEmptyHanded - path: ../TinyLife/Actions/ActionType.Utilities.cs - startLine: 228 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -9819,14 +7115,6 @@ items: nameWithType: ActionType.IsNotHoldingPerson(ActionInfo, bool) fullName: TinyLife.Actions.ActionType.IsNotHoldingPerson(TinyLife.Actions.ActionInfo, bool) type: Method - source: - remote: - path: TinyLife/Actions/ActionType.Utilities.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IsNotHoldingPerson - path: ../TinyLife/Actions/ActionType.Utilities.cs - startLine: 239 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -9860,14 +7148,6 @@ items: nameWithType: ActionType.IsNotExpired(ActionInfo, bool) fullName: TinyLife.Actions.ActionType.IsNotExpired(TinyLife.Actions.ActionInfo, bool) type: Method - source: - remote: - path: TinyLife/Actions/ActionType.Utilities.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IsNotExpired - path: ../TinyLife/Actions/ActionType.Utilities.cs - startLine: 249 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -9901,14 +7181,6 @@ items: nameWithType: ActionType.CanDoImportantAction(ActionInfo, bool) fullName: TinyLife.Actions.ActionType.CanDoImportantAction(TinyLife.Actions.ActionInfo, bool) type: Method - source: - remote: - path: TinyLife/Actions/ActionType.Utilities.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CanDoImportantAction - path: ../TinyLife/Actions/ActionType.Utilities.cs - startLine: 260 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -9945,14 +7217,6 @@ items: nameWithType: ActionType.CanDoSocialAction(ActionInfo, bool) fullName: TinyLife.Actions.ActionType.CanDoSocialAction(TinyLife.Actions.ActionInfo, bool) type: Method - source: - remote: - path: TinyLife/Actions/ActionType.Utilities.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CanDoSocialAction - path: ../TinyLife/Actions/ActionType.Utilities.cs - startLine: 272 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -9991,14 +7255,6 @@ items: nameWithType: ActionType.AreDating(ActionInfo, bool) fullName: TinyLife.Actions.ActionType.AreDating(TinyLife.Actions.ActionInfo, bool) type: Method - source: - remote: - path: TinyLife/Actions/ActionType.Utilities.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AreDating - path: ../TinyLife/Actions/ActionType.Utilities.cs - startLine: 285 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -10032,14 +7288,6 @@ items: nameWithType: ActionType.CanExecuteAll(ActionInfo, bool, params ActionType.CanExecuteDelegate[]) fullName: TinyLife.Actions.ActionType.CanExecuteAll(TinyLife.Actions.ActionInfo, bool, params TinyLife.Actions.ActionType.CanExecuteDelegate[]) type: Method - source: - remote: - path: TinyLife/Actions/ActionType.Utilities.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CanExecuteAll - path: ../TinyLife/Actions/ActionType.Utilities.cs - startLine: 302 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -10083,14 +7331,6 @@ items: nameWithType: ActionType.CanExecuteAll(params ActionType.CanExecuteDelegate[]) fullName: TinyLife.Actions.ActionType.CanExecuteAll(params TinyLife.Actions.ActionType.CanExecuteDelegate[]) type: Method - source: - remote: - path: TinyLife/Actions/ActionType.Utilities.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CanExecuteAll - path: ../TinyLife/Actions/ActionType.Utilities.cs - startLine: 321 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -10128,14 +7368,6 @@ items: nameWithType: ActionType.CanBeSexual(ActionInfo, bool) fullName: TinyLife.Actions.ActionType.CanBeSexual(TinyLife.Actions.ActionInfo, bool) type: Method - source: - remote: - path: TinyLife/Actions/ActionType.Utilities.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CanBeSexual - path: ../TinyLife/Actions/ActionType.Utilities.cs - startLine: 332 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -10172,14 +7404,6 @@ items: nameWithType: ActionType.HasSpaceInHousehold(ActionInfo, bool) fullName: TinyLife.Actions.ActionType.HasSpaceInHousehold(TinyLife.Actions.ActionInfo, bool) type: Method - source: - remote: - path: TinyLife/Actions/ActionType.Utilities.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: HasSpaceInHousehold - path: ../TinyLife/Actions/ActionType.Utilities.cs - startLine: 344 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -10213,14 +7437,6 @@ items: nameWithType: ActionType.IsNotPregnant(ActionInfo, bool) fullName: TinyLife.Actions.ActionType.IsNotPregnant(TinyLife.Actions.ActionInfo, bool) type: Method - source: - remote: - path: TinyLife/Actions/ActionType.Utilities.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IsNotPregnant - path: ../TinyLife/Actions/ActionType.Utilities.cs - startLine: 356 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -10254,14 +7470,6 @@ items: nameWithType: ActionType.GetSkillPriorityMod(PersonLike, SkillType) fullName: TinyLife.Actions.ActionType.GetSkillPriorityMod(TinyLife.Objects.PersonLike, TinyLife.Skills.SkillType) type: Method - source: - remote: - path: TinyLife/Actions/ActionType.Utilities.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetSkillPriorityMod - path: ../TinyLife/Actions/ActionType.Utilities.cs - startLine: 372 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 293ed5d..ea08ff5 100644 --- a/docs/api/TinyLife.Actions.BehaviorAction-1.yml +++ b/docs/api/TinyLife.Actions.BehaviorAction-1.yml @@ -15,14 +15,6 @@ items: nameWithType: BehaviorAction fullName: TinyLife.Actions.BehaviorAction type: Class - source: - remote: - path: TinyLife/Actions/BehaviorAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: BehaviorAction - path: ../TinyLife/Actions/BehaviorAction.cs - startLine: 94 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -150,14 +142,6 @@ items: nameWithType: BehaviorAction.Behavior fullName: TinyLife.Actions.BehaviorAction.Behavior type: Property - source: - remote: - path: TinyLife/Actions/BehaviorAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Behavior - path: ../TinyLife/Actions/BehaviorAction.cs - startLine: 97 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -183,14 +167,6 @@ items: nameWithType: BehaviorAction.BehaviorAction(ActionInfo) fullName: TinyLife.Actions.BehaviorAction.BehaviorAction(TinyLife.Actions.ActionInfo) type: Constructor - source: - remote: - path: TinyLife/Actions/BehaviorAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Actions/BehaviorAction.cs - startLine: 103 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -216,14 +192,6 @@ items: nameWithType: BehaviorAction.BehaviorAction(ActionType, ActionInfo) fullName: TinyLife.Actions.BehaviorAction.BehaviorAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo) type: Constructor - source: - remote: - path: TinyLife/Actions/BehaviorAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Actions/BehaviorAction.cs - startLine: 106 assemblies: - Tiny Life namespace: TinyLife.Actions diff --git a/docs/api/TinyLife.Actions.BehaviorAction.yml b/docs/api/TinyLife.Actions.BehaviorAction.yml index 7a220f4..3de77b2 100644 --- a/docs/api/TinyLife.Actions.BehaviorAction.yml +++ b/docs/api/TinyLife.Actions.BehaviorAction.yml @@ -24,14 +24,6 @@ items: nameWithType: BehaviorAction fullName: TinyLife.Actions.BehaviorAction type: Class - source: - remote: - path: TinyLife/Actions/BehaviorAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: BehaviorAction - path: ../TinyLife/Actions/BehaviorAction.cs - startLine: 14 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -145,14 +137,6 @@ items: nameWithType: BehaviorAction.FullyInProgress fullName: TinyLife.Actions.BehaviorAction.FullyInProgress type: Property - source: - remote: - path: TinyLife/Actions/BehaviorAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: FullyInProgress - path: ../TinyLife/Actions/BehaviorAction.cs - startLine: 17 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -183,14 +167,6 @@ items: nameWithType: BehaviorAction.Behavior fullName: TinyLife.Actions.BehaviorAction.Behavior type: Property - source: - remote: - path: TinyLife/Actions/BehaviorAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Behavior - path: ../TinyLife/Actions/BehaviorAction.cs - startLine: 21 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -214,14 +190,6 @@ items: nameWithType: BehaviorAction.BehaviorAction(ActionType, ActionInfo, Type) fullName: TinyLife.Actions.BehaviorAction.BehaviorAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, System.Type) type: Constructor - source: - remote: - path: TinyLife/Actions/BehaviorAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Actions/BehaviorAction.cs - startLine: 36 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -251,14 +219,6 @@ items: nameWithType: BehaviorAction.BehaviorAction(ActionInfo, Type) fullName: TinyLife.Actions.BehaviorAction.BehaviorAction(TinyLife.Actions.ActionInfo, System.Type) type: Constructor - source: - remote: - path: TinyLife/Actions/BehaviorAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Actions/BehaviorAction.cs - startLine: 41 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -286,14 +246,6 @@ items: nameWithType: BehaviorAction.CreateFirstActions() fullName: TinyLife.Actions.BehaviorAction.CreateFirstActions() type: Method - source: - remote: - path: TinyLife/Actions/BehaviorAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CreateFirstActions - path: ../TinyLife/Actions/BehaviorAction.cs - startLine: 46 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -325,14 +277,6 @@ items: nameWithType: BehaviorAction.CreateLastActions() fullName: TinyLife.Actions.BehaviorAction.CreateLastActions() type: Method - source: - remote: - path: TinyLife/Actions/BehaviorAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CreateLastActions - path: ../TinyLife/Actions/BehaviorAction.cs - startLine: 51 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -364,14 +308,6 @@ items: nameWithType: BehaviorAction.AndThenInitialize() fullName: TinyLife.Actions.BehaviorAction.AndThenInitialize() type: Method - source: - remote: - path: TinyLife/Actions/BehaviorAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AndThenInitialize - path: ../TinyLife/Actions/BehaviorAction.cs - startLine: 56 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -396,14 +332,6 @@ items: nameWithType: BehaviorAction.AndThenUpdate(GameTime, TimeSpan, float) fullName: TinyLife.Actions.BehaviorAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) type: Method - source: - remote: - path: TinyLife/Actions/BehaviorAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AndThenUpdate - path: ../TinyLife/Actions/BehaviorAction.cs - startLine: 61 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -443,14 +371,6 @@ items: nameWithType: BehaviorAction.GetIconObject() fullName: TinyLife.Actions.BehaviorAction.GetIconObject() type: Method - source: - remote: - path: TinyLife/Actions/BehaviorAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetIconObject - path: ../TinyLife/Actions/BehaviorAction.cs - startLine: 67 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -480,14 +400,6 @@ items: nameWithType: BehaviorAction.CanMultitask(Action) fullName: TinyLife.Actions.BehaviorAction.CanMultitask(TinyLife.Actions.Action) type: Method - source: - remote: - path: TinyLife/Actions/BehaviorAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CanMultitask - path: ../TinyLife/Actions/BehaviorAction.cs - startLine: 72 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -523,14 +435,6 @@ items: nameWithType: BehaviorAction.AndThenOnCompleted(CompletionType) fullName: TinyLife.Actions.BehaviorAction.AndThenOnCompleted(TinyLife.Actions.CompletionType) type: Method - source: - remote: - path: TinyLife/Actions/BehaviorAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AndThenOnCompleted - path: ../TinyLife/Actions/BehaviorAction.cs - startLine: 77 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -559,14 +463,6 @@ items: nameWithType: BehaviorAction.GetNextAction(CompletionType) fullName: TinyLife.Actions.BehaviorAction.GetNextAction(TinyLife.Actions.CompletionType) type: Method - source: - remote: - path: TinyLife/Actions/BehaviorAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetNextAction - path: ../TinyLife/Actions/BehaviorAction.cs - startLine: 83 assemblies: - Tiny Life namespace: TinyLife.Actions diff --git a/docs/api/TinyLife.Actions.Behaviors.ActionBehavior.yml b/docs/api/TinyLife.Actions.Behaviors.ActionBehavior.yml index 51db3ee..92133c8 100644 --- a/docs/api/TinyLife.Actions.Behaviors.ActionBehavior.yml +++ b/docs/api/TinyLife.Actions.Behaviors.ActionBehavior.yml @@ -24,14 +24,6 @@ items: nameWithType: ActionBehavior fullName: TinyLife.Actions.Behaviors.ActionBehavior type: Class - source: - remote: - path: TinyLife/Actions/Behaviors/ActionBehavior.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ActionBehavior - path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs - startLine: 14 assemblies: - Tiny Life namespace: TinyLife.Actions.Behaviors @@ -74,14 +66,6 @@ items: nameWithType: ActionBehavior.Action fullName: TinyLife.Actions.Behaviors.ActionBehavior.Action type: Field - source: - remote: - path: TinyLife/Actions/Behaviors/ActionBehavior.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Action - path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs - startLine: 19 assemblies: - Tiny Life namespace: TinyLife.Actions.Behaviors @@ -103,14 +87,6 @@ items: nameWithType: ActionBehavior.FullyInProgress fullName: TinyLife.Actions.Behaviors.ActionBehavior.FullyInProgress type: Property - source: - remote: - path: TinyLife/Actions/Behaviors/ActionBehavior.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: FullyInProgress - path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs - startLine: 25 assemblies: - Tiny Life namespace: TinyLife.Actions.Behaviors @@ -137,14 +113,6 @@ items: nameWithType: ActionBehavior.ActionBehavior(Action) fullName: TinyLife.Actions.Behaviors.ActionBehavior.ActionBehavior(TinyLife.Actions.Action) type: Constructor - source: - remote: - path: TinyLife/Actions/Behaviors/ActionBehavior.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs - startLine: 32 assemblies: - Tiny Life namespace: TinyLife.Actions.Behaviors @@ -175,14 +143,6 @@ items: nameWithType: ActionBehavior.CreateFirstActions() fullName: TinyLife.Actions.Behaviors.ActionBehavior.CreateFirstActions() type: Method - source: - remote: - path: TinyLife/Actions/Behaviors/ActionBehavior.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CreateFirstActions - path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs - startLine: 41 assemblies: - Tiny Life namespace: TinyLife.Actions.Behaviors @@ -209,14 +169,6 @@ items: nameWithType: ActionBehavior.CreateLastActions() fullName: TinyLife.Actions.Behaviors.ActionBehavior.CreateLastActions() type: Method - source: - remote: - path: TinyLife/Actions/Behaviors/ActionBehavior.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CreateLastActions - path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs - startLine: 48 assemblies: - Tiny Life namespace: TinyLife.Actions.Behaviors @@ -243,14 +195,6 @@ items: nameWithType: ActionBehavior.Initialize() fullName: TinyLife.Actions.Behaviors.ActionBehavior.Initialize() type: Method - source: - remote: - path: TinyLife/Actions/Behaviors/ActionBehavior.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Initialize - path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs - startLine: 56 assemblies: - Tiny Life namespace: TinyLife.Actions.Behaviors @@ -274,14 +218,6 @@ items: nameWithType: ActionBehavior.Update(GameTime, TimeSpan, float) fullName: TinyLife.Actions.Behaviors.ActionBehavior.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) type: Method - source: - remote: - path: TinyLife/Actions/Behaviors/ActionBehavior.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Update - path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs - startLine: 65 assemblies: - Tiny Life namespace: TinyLife.Actions.Behaviors @@ -318,14 +254,6 @@ items: nameWithType: ActionBehavior.GetIconObject() fullName: TinyLife.Actions.Behaviors.ActionBehavior.GetIconObject() type: Method - source: - remote: - path: TinyLife/Actions/Behaviors/ActionBehavior.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetIconObject - path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs - startLine: 73 assemblies: - Tiny Life namespace: TinyLife.Actions.Behaviors @@ -354,14 +282,6 @@ items: nameWithType: ActionBehavior.CanMultitask(Action) fullName: TinyLife.Actions.Behaviors.ActionBehavior.CanMultitask(TinyLife.Actions.Action) type: Method - source: - remote: - path: TinyLife/Actions/Behaviors/ActionBehavior.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CanMultitask - path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs - startLine: 84 assemblies: - Tiny Life namespace: TinyLife.Actions.Behaviors @@ -394,14 +314,6 @@ items: nameWithType: ActionBehavior.OnCompleted(CompletionType) fullName: TinyLife.Actions.Behaviors.ActionBehavior.OnCompleted(TinyLife.Actions.CompletionType) type: Method - source: - remote: - path: TinyLife/Actions/Behaviors/ActionBehavior.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnCompleted - path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs - startLine: 93 assemblies: - Tiny Life namespace: TinyLife.Actions.Behaviors @@ -429,14 +341,6 @@ items: nameWithType: ActionBehavior.GetNextAction(CompletionType) fullName: TinyLife.Actions.Behaviors.ActionBehavior.GetNextAction(TinyLife.Actions.CompletionType) type: Method - source: - remote: - path: TinyLife/Actions/Behaviors/ActionBehavior.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetNextAction - path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs - startLine: 101 assemblies: - Tiny Life namespace: TinyLife.Actions.Behaviors @@ -467,14 +371,6 @@ items: nameWithType: ActionBehavior.CreateDefaultInstance(Type, Action) fullName: TinyLife.Actions.Behaviors.ActionBehavior.CreateDefaultInstance(System.Type, TinyLife.Actions.Action) type: Method - source: - remote: - path: TinyLife/Actions/Behaviors/ActionBehavior.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CreateDefaultInstance - path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs - startLine: 113 assemblies: - Tiny Life namespace: TinyLife.Actions.Behaviors diff --git a/docs/api/TinyLife.Actions.Behaviors.ComputerBehavior.yml b/docs/api/TinyLife.Actions.Behaviors.ComputerBehavior.yml index 7019c17..a86e309 100644 --- a/docs/api/TinyLife.Actions.Behaviors.ComputerBehavior.yml +++ b/docs/api/TinyLife.Actions.Behaviors.ComputerBehavior.yml @@ -17,14 +17,6 @@ items: nameWithType: ComputerBehavior fullName: TinyLife.Actions.Behaviors.ComputerBehavior type: Class - source: - remote: - path: TinyLife/Actions/Behaviors/ComputerBehavior.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ComputerBehavior - path: ../TinyLife/Actions/Behaviors/ComputerBehavior.cs - startLine: 13 assemblies: - Tiny Life namespace: TinyLife.Actions.Behaviors @@ -70,14 +62,6 @@ items: nameWithType: ComputerBehavior.ComputerBehavior(Action, string) fullName: TinyLife.Actions.Behaviors.ComputerBehavior.ComputerBehavior(TinyLife.Actions.Action, string) type: Constructor - source: - remote: - path: TinyLife/Actions/Behaviors/ComputerBehavior.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Actions/Behaviors/ComputerBehavior.cs - startLine: 23 assemblies: - Tiny Life namespace: TinyLife.Actions.Behaviors @@ -108,14 +92,6 @@ items: nameWithType: ComputerBehavior.ComputerBehavior(Action, string, TimeSpan, TimeSpan) fullName: TinyLife.Actions.Behaviors.ComputerBehavior.ComputerBehavior(TinyLife.Actions.Action, string, System.TimeSpan, System.TimeSpan) type: Constructor - source: - remote: - path: TinyLife/Actions/Behaviors/ComputerBehavior.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Actions/Behaviors/ComputerBehavior.cs - startLine: 34 assemblies: - Tiny Life namespace: TinyLife.Actions.Behaviors @@ -152,14 +128,6 @@ items: nameWithType: ComputerBehavior.Initialize() fullName: TinyLife.Actions.Behaviors.ComputerBehavior.Initialize() type: Method - source: - remote: - path: TinyLife/Actions/Behaviors/ComputerBehavior.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Initialize - path: ../TinyLife/Actions/Behaviors/ComputerBehavior.cs - startLine: 39 assemblies: - Tiny Life namespace: TinyLife.Actions.Behaviors @@ -184,14 +152,6 @@ items: nameWithType: ComputerBehavior.Update(GameTime, TimeSpan, float) fullName: TinyLife.Actions.Behaviors.ComputerBehavior.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) type: Method - source: - remote: - path: TinyLife/Actions/Behaviors/ComputerBehavior.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Update - path: ../TinyLife/Actions/Behaviors/ComputerBehavior.cs - startLine: 44 assemblies: - Tiny Life namespace: TinyLife.Actions.Behaviors @@ -229,14 +189,6 @@ items: nameWithType: ComputerBehavior.OnCompleted(CompletionType) fullName: TinyLife.Actions.Behaviors.ComputerBehavior.OnCompleted(TinyLife.Actions.CompletionType) type: Method - source: - remote: - path: TinyLife/Actions/Behaviors/ComputerBehavior.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnCompleted - path: ../TinyLife/Actions/Behaviors/ComputerBehavior.cs - startLine: 74 assemblies: - Tiny Life namespace: TinyLife.Actions.Behaviors diff --git a/docs/api/TinyLife.Actions.Behaviors.GetAndSitDownBehavior.yml b/docs/api/TinyLife.Actions.Behaviors.GetAndSitDownBehavior.yml index b23a900..802d8f1 100644 --- a/docs/api/TinyLife.Actions.Behaviors.GetAndSitDownBehavior.yml +++ b/docs/api/TinyLife.Actions.Behaviors.GetAndSitDownBehavior.yml @@ -20,14 +20,6 @@ items: nameWithType: GetAndSitDownBehavior fullName: TinyLife.Actions.Behaviors.GetAndSitDownBehavior type: Class - source: - remote: - path: TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetAndSitDownBehavior - path: ../TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs - startLine: 15 assemblies: - Tiny Life namespace: TinyLife.Actions.Behaviors @@ -71,14 +63,6 @@ items: nameWithType: GetAndSitDownBehavior.GetAndSitDownBehavior(Action, bool, bool, params FurnitureType[]) fullName: TinyLife.Actions.Behaviors.GetAndSitDownBehavior.GetAndSitDownBehavior(TinyLife.Actions.Action, bool, bool, params TinyLife.Objects.FurnitureType[]) type: Constructor - source: - remote: - path: TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs - startLine: 28 assemblies: - Tiny Life namespace: TinyLife.Actions.Behaviors @@ -115,14 +99,6 @@ items: nameWithType: GetAndSitDownBehavior.CreateFirstActions() fullName: TinyLife.Actions.Behaviors.GetAndSitDownBehavior.CreateFirstActions() type: Method - source: - remote: - path: TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CreateFirstActions - path: ../TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs - startLine: 36 assemblies: - Tiny Life namespace: TinyLife.Actions.Behaviors @@ -150,14 +126,6 @@ items: nameWithType: GetAndSitDownBehavior.Initialize() fullName: TinyLife.Actions.Behaviors.GetAndSitDownBehavior.Initialize() type: Method - source: - remote: - path: TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Initialize - path: ../TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs - startLine: 98 assemblies: - Tiny Life namespace: TinyLife.Actions.Behaviors @@ -182,14 +150,6 @@ items: nameWithType: GetAndSitDownBehavior.Update(GameTime, TimeSpan, float) fullName: TinyLife.Actions.Behaviors.GetAndSitDownBehavior.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) type: Method - source: - remote: - path: TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Update - path: ../TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs - startLine: 111 assemblies: - Tiny Life namespace: TinyLife.Actions.Behaviors @@ -227,14 +187,6 @@ items: nameWithType: GetAndSitDownBehavior.GetIconObject() fullName: TinyLife.Actions.Behaviors.GetAndSitDownBehavior.GetIconObject() type: Method - source: - remote: - path: TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetIconObject - path: ../TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs - startLine: 130 assemblies: - Tiny Life namespace: TinyLife.Actions.Behaviors @@ -264,14 +216,6 @@ items: nameWithType: GetAndSitDownBehavior.GetNextAction(CompletionType) fullName: TinyLife.Actions.Behaviors.GetAndSitDownBehavior.GetNextAction(TinyLife.Actions.CompletionType) type: Method - source: - remote: - path: TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetNextAction - path: ../TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs - startLine: 135 assemblies: - Tiny Life namespace: TinyLife.Actions.Behaviors @@ -303,14 +247,6 @@ items: nameWithType: GetAndSitDownBehavior.GetInteractingItem() fullName: TinyLife.Actions.Behaviors.GetAndSitDownBehavior.GetInteractingItem() type: Method - source: - remote: - path: TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetInteractingItem - path: ../TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs - startLine: 151 assemblies: - Tiny Life namespace: TinyLife.Actions.Behaviors @@ -343,14 +279,6 @@ items: nameWithType: GetAndSitDownBehavior.GetInteractingItemForAction(ActionInfo, params FurnitureType[]) fullName: TinyLife.Actions.Behaviors.GetAndSitDownBehavior.GetInteractingItemForAction(TinyLife.Actions.ActionInfo, params TinyLife.Objects.FurnitureType[]) type: Method - source: - remote: - path: TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetInteractingItemForAction - path: ../TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs - startLine: 178 assemblies: - Tiny Life namespace: TinyLife.Actions.Behaviors diff --git a/docs/api/TinyLife.Actions.Behaviors.PhoneBehavior.yml b/docs/api/TinyLife.Actions.Behaviors.PhoneBehavior.yml index be7442a..a96680f 100644 --- a/docs/api/TinyLife.Actions.Behaviors.PhoneBehavior.yml +++ b/docs/api/TinyLife.Actions.Behaviors.PhoneBehavior.yml @@ -19,14 +19,6 @@ items: nameWithType: PhoneBehavior fullName: TinyLife.Actions.Behaviors.PhoneBehavior type: Class - source: - remote: - path: TinyLife/Actions/Behaviors/PhoneBehavior.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PhoneBehavior - path: ../TinyLife/Actions/Behaviors/PhoneBehavior.cs - startLine: 11 assemblies: - Tiny Life namespace: TinyLife.Actions.Behaviors @@ -64,14 +56,6 @@ items: nameWithType: PhoneBehavior.PhoneBehavior(Action, bool, string) fullName: TinyLife.Actions.Behaviors.PhoneBehavior.PhoneBehavior(TinyLife.Actions.Action, bool, string) type: Constructor - source: - remote: - path: TinyLife/Actions/Behaviors/PhoneBehavior.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Actions/Behaviors/PhoneBehavior.cs - startLine: 20 assemblies: - Tiny Life namespace: TinyLife.Actions.Behaviors @@ -101,14 +85,6 @@ items: nameWithType: PhoneBehavior.CreateFirstActions() fullName: TinyLife.Actions.Behaviors.PhoneBehavior.CreateFirstActions() type: Method - source: - remote: - path: TinyLife/Actions/Behaviors/PhoneBehavior.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CreateFirstActions - path: ../TinyLife/Actions/Behaviors/PhoneBehavior.cs - startLine: 26 assemblies: - Tiny Life namespace: TinyLife.Actions.Behaviors @@ -136,14 +112,6 @@ items: nameWithType: PhoneBehavior.GetIconObject() fullName: TinyLife.Actions.Behaviors.PhoneBehavior.GetIconObject() type: Method - source: - remote: - path: TinyLife/Actions/Behaviors/PhoneBehavior.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetIconObject - path: ../TinyLife/Actions/Behaviors/PhoneBehavior.cs - startLine: 40 assemblies: - Tiny Life namespace: TinyLife.Actions.Behaviors @@ -173,14 +141,6 @@ items: nameWithType: PhoneBehavior.Initialize() fullName: TinyLife.Actions.Behaviors.PhoneBehavior.Initialize() type: Method - source: - remote: - path: TinyLife/Actions/Behaviors/PhoneBehavior.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Initialize - path: ../TinyLife/Actions/Behaviors/PhoneBehavior.cs - startLine: 45 assemblies: - Tiny Life namespace: TinyLife.Actions.Behaviors @@ -205,14 +165,6 @@ items: nameWithType: PhoneBehavior.Update(GameTime, TimeSpan, float) fullName: TinyLife.Actions.Behaviors.PhoneBehavior.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) type: Method - source: - remote: - path: TinyLife/Actions/Behaviors/PhoneBehavior.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Update - path: ../TinyLife/Actions/Behaviors/PhoneBehavior.cs - startLine: 66 assemblies: - Tiny Life namespace: TinyLife.Actions.Behaviors @@ -250,14 +202,6 @@ items: nameWithType: PhoneBehavior.CanMultitask(Action) fullName: TinyLife.Actions.Behaviors.PhoneBehavior.CanMultitask(TinyLife.Actions.Action) type: Method - source: - remote: - path: TinyLife/Actions/Behaviors/PhoneBehavior.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CanMultitask - path: ../TinyLife/Actions/Behaviors/PhoneBehavior.cs - startLine: 74 assemblies: - Tiny Life namespace: TinyLife.Actions.Behaviors @@ -291,14 +235,6 @@ items: nameWithType: PhoneBehavior.OnCompleted(CompletionType) fullName: TinyLife.Actions.Behaviors.PhoneBehavior.OnCompleted(TinyLife.Actions.CompletionType) type: Method - source: - remote: - path: TinyLife/Actions/Behaviors/PhoneBehavior.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnCompleted - path: ../TinyLife/Actions/Behaviors/PhoneBehavior.cs - startLine: 79 assemblies: - Tiny Life namespace: TinyLife.Actions.Behaviors diff --git a/docs/api/TinyLife.Actions.Behaviors.PickUpOrSpawnBehavior.yml b/docs/api/TinyLife.Actions.Behaviors.PickUpOrSpawnBehavior.yml index 62f9d11..9106118 100644 --- a/docs/api/TinyLife.Actions.Behaviors.PickUpOrSpawnBehavior.yml +++ b/docs/api/TinyLife.Actions.Behaviors.PickUpOrSpawnBehavior.yml @@ -15,14 +15,6 @@ items: nameWithType: PickUpOrSpawnBehavior fullName: TinyLife.Actions.Behaviors.PickUpOrSpawnBehavior type: Class - source: - remote: - path: TinyLife/Actions/Behaviors/PickUpOrSpawnBehavior.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PickUpOrSpawnBehavior - path: ../TinyLife/Actions/Behaviors/PickUpOrSpawnBehavior.cs - startLine: 13 assemblies: - Tiny Life namespace: TinyLife.Actions.Behaviors @@ -69,14 +61,6 @@ items: nameWithType: PickUpOrSpawnBehavior.PickUpOrSpawnBehavior(Action, Func, int[], Func) fullName: TinyLife.Actions.Behaviors.PickUpOrSpawnBehavior.PickUpOrSpawnBehavior(TinyLife.Actions.Action, System.Func, int[], System.Func) type: Constructor - source: - remote: - path: TinyLife/Actions/Behaviors/PickUpOrSpawnBehavior.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Actions/Behaviors/PickUpOrSpawnBehavior.cs - startLine: 27 assemblies: - Tiny Life namespace: TinyLife.Actions.Behaviors @@ -117,14 +101,6 @@ items: nameWithType: PickUpOrSpawnBehavior.CreateFirstActions() fullName: TinyLife.Actions.Behaviors.PickUpOrSpawnBehavior.CreateFirstActions() type: Method - source: - remote: - path: TinyLife/Actions/Behaviors/PickUpOrSpawnBehavior.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CreateFirstActions - path: ../TinyLife/Actions/Behaviors/PickUpOrSpawnBehavior.cs - startLine: 34 assemblies: - Tiny Life namespace: TinyLife.Actions.Behaviors @@ -152,14 +128,6 @@ items: nameWithType: PickUpOrSpawnBehavior.GetNextAction(CompletionType) fullName: TinyLife.Actions.Behaviors.PickUpOrSpawnBehavior.GetNextAction(TinyLife.Actions.CompletionType) type: Method - source: - remote: - path: TinyLife/Actions/Behaviors/PickUpOrSpawnBehavior.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetNextAction - path: ../TinyLife/Actions/Behaviors/PickUpOrSpawnBehavior.cs - startLine: 49 assemblies: - Tiny Life namespace: TinyLife.Actions.Behaviors diff --git a/docs/api/TinyLife.Actions.Behaviors.ReadBehavior.yml b/docs/api/TinyLife.Actions.Behaviors.ReadBehavior.yml index cdd0992..e0bb942 100644 --- a/docs/api/TinyLife.Actions.Behaviors.ReadBehavior.yml +++ b/docs/api/TinyLife.Actions.Behaviors.ReadBehavior.yml @@ -18,14 +18,6 @@ items: nameWithType: ReadBehavior fullName: TinyLife.Actions.Behaviors.ReadBehavior type: Class - source: - remote: - path: TinyLife/Actions/Behaviors/ReadBehavior.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ReadBehavior - path: ../TinyLife/Actions/Behaviors/ReadBehavior.cs - startLine: 11 assemblies: - Tiny Life namespace: TinyLife.Actions.Behaviors @@ -68,14 +60,6 @@ items: nameWithType: ReadBehavior.FullyInProgress fullName: TinyLife.Actions.Behaviors.ReadBehavior.FullyInProgress type: Property - source: - remote: - path: TinyLife/Actions/Behaviors/ReadBehavior.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: FullyInProgress - path: ../TinyLife/Actions/Behaviors/ReadBehavior.cs - startLine: 14 assemblies: - Tiny Life namespace: TinyLife.Actions.Behaviors @@ -103,14 +87,6 @@ items: nameWithType: ReadBehavior.ReadBehavior(Action, Func, int[], Func) fullName: TinyLife.Actions.Behaviors.ReadBehavior.ReadBehavior(TinyLife.Actions.Action, System.Func, int[], System.Func) type: Constructor - source: - remote: - path: TinyLife/Actions/Behaviors/ReadBehavior.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Actions/Behaviors/ReadBehavior.cs - startLine: 20 assemblies: - Tiny Life namespace: TinyLife.Actions.Behaviors @@ -151,14 +127,6 @@ items: nameWithType: ReadBehavior.Initialize() fullName: TinyLife.Actions.Behaviors.ReadBehavior.Initialize() type: Method - source: - remote: - path: TinyLife/Actions/Behaviors/ReadBehavior.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Initialize - path: ../TinyLife/Actions/Behaviors/ReadBehavior.cs - startLine: 23 assemblies: - Tiny Life namespace: TinyLife.Actions.Behaviors @@ -183,14 +151,6 @@ items: nameWithType: ReadBehavior.Update(GameTime, TimeSpan, float) fullName: TinyLife.Actions.Behaviors.ReadBehavior.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) type: Method - source: - remote: - path: TinyLife/Actions/Behaviors/ReadBehavior.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Update - path: ../TinyLife/Actions/Behaviors/ReadBehavior.cs - startLine: 34 assemblies: - Tiny Life namespace: TinyLife.Actions.Behaviors @@ -228,14 +188,6 @@ items: nameWithType: ReadBehavior.CanMultitask(Action) fullName: TinyLife.Actions.Behaviors.ReadBehavior.CanMultitask(TinyLife.Actions.Action) type: Method - source: - remote: - path: TinyLife/Actions/Behaviors/ReadBehavior.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CanMultitask - path: ../TinyLife/Actions/Behaviors/ReadBehavior.cs - startLine: 44 assemblies: - Tiny Life namespace: TinyLife.Actions.Behaviors @@ -269,14 +221,6 @@ items: nameWithType: ReadBehavior.OnCompleted(CompletionType) fullName: TinyLife.Actions.Behaviors.ReadBehavior.OnCompleted(TinyLife.Actions.CompletionType) type: Method - source: - remote: - path: TinyLife/Actions/Behaviors/ReadBehavior.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnCompleted - path: ../TinyLife/Actions/Behaviors/ReadBehavior.cs - startLine: 49 assemblies: - Tiny Life namespace: TinyLife.Actions.Behaviors diff --git a/docs/api/TinyLife.Actions.Behaviors.SinkBehavior.yml b/docs/api/TinyLife.Actions.Behaviors.SinkBehavior.yml index 823bf7b..0f83ba4 100644 --- a/docs/api/TinyLife.Actions.Behaviors.SinkBehavior.yml +++ b/docs/api/TinyLife.Actions.Behaviors.SinkBehavior.yml @@ -16,14 +16,6 @@ items: nameWithType: SinkBehavior fullName: TinyLife.Actions.Behaviors.SinkBehavior type: Class - source: - remote: - path: TinyLife/Actions/Behaviors/SinkBehavior.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SinkBehavior - path: ../TinyLife/Actions/Behaviors/SinkBehavior.cs - startLine: 16 assemblies: - Tiny Life namespace: TinyLife.Actions.Behaviors @@ -69,14 +61,6 @@ items: nameWithType: SinkBehavior.SinkBehavior(Action) fullName: TinyLife.Actions.Behaviors.SinkBehavior.SinkBehavior(TinyLife.Actions.Action) type: Constructor - source: - remote: - path: TinyLife/Actions/Behaviors/SinkBehavior.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Actions/Behaviors/SinkBehavior.cs - startLine: 21 assemblies: - Tiny Life namespace: TinyLife.Actions.Behaviors @@ -107,14 +91,6 @@ items: nameWithType: SinkBehavior.CreateFirstActions() fullName: TinyLife.Actions.Behaviors.SinkBehavior.CreateFirstActions() type: Method - source: - remote: - path: TinyLife/Actions/Behaviors/SinkBehavior.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CreateFirstActions - path: ../TinyLife/Actions/Behaviors/SinkBehavior.cs - startLine: 24 assemblies: - Tiny Life namespace: TinyLife.Actions.Behaviors @@ -142,14 +118,6 @@ items: nameWithType: SinkBehavior.Update(GameTime, TimeSpan, float) fullName: TinyLife.Actions.Behaviors.SinkBehavior.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) type: Method - source: - remote: - path: TinyLife/Actions/Behaviors/SinkBehavior.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Update - path: ../TinyLife/Actions/Behaviors/SinkBehavior.cs - startLine: 31 assemblies: - Tiny Life namespace: TinyLife.Actions.Behaviors @@ -187,14 +155,6 @@ items: nameWithType: SinkBehavior.OnCompleted(CompletionType) fullName: TinyLife.Actions.Behaviors.SinkBehavior.OnCompleted(TinyLife.Actions.CompletionType) type: Method - source: - remote: - path: TinyLife/Actions/Behaviors/SinkBehavior.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnCompleted - path: ../TinyLife/Actions/Behaviors/SinkBehavior.cs - startLine: 55 assemblies: - Tiny Life namespace: TinyLife.Actions.Behaviors diff --git a/docs/api/TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.yml b/docs/api/TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.yml index d4da4fe..5f0af2c 100644 --- a/docs/api/TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.yml +++ b/docs/api/TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.yml @@ -18,14 +18,6 @@ items: nameWithType: WorkAtDeskObjectBehavior fullName: TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior type: Class - source: - remote: - path: TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: WorkAtDeskObjectBehavior - path: ../TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs - startLine: 14 assemblies: - Tiny Life namespace: TinyLife.Actions.Behaviors @@ -73,14 +65,6 @@ items: nameWithType: WorkAtDeskObjectBehavior.IsWorking fullName: TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.IsWorking type: Property - source: - remote: - path: TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IsWorking - path: ../TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs - startLine: 19 assemblies: - Tiny Life namespace: TinyLife.Actions.Behaviors @@ -104,14 +88,6 @@ items: nameWithType: WorkAtDeskObjectBehavior.WorkAtDeskObjectBehavior(Action) fullName: TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.WorkAtDeskObjectBehavior(TinyLife.Actions.Action) type: Constructor - source: - remote: - path: TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs - startLine: 30 assemblies: - Tiny Life namespace: TinyLife.Actions.Behaviors @@ -139,14 +115,6 @@ items: nameWithType: WorkAtDeskObjectBehavior.WorkAtDeskObjectBehavior(Action, TimeSpan, TimeSpan) fullName: TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.WorkAtDeskObjectBehavior(TinyLife.Actions.Action, System.TimeSpan, System.TimeSpan) type: Constructor - source: - remote: - path: TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs - startLine: 38 assemblies: - Tiny Life namespace: TinyLife.Actions.Behaviors @@ -180,14 +148,6 @@ items: nameWithType: WorkAtDeskObjectBehavior.CreateFirstActions() fullName: TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.CreateFirstActions() type: Method - source: - remote: - path: TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CreateFirstActions - path: ../TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs - startLine: 44 assemblies: - Tiny Life namespace: TinyLife.Actions.Behaviors @@ -215,14 +175,6 @@ items: nameWithType: WorkAtDeskObjectBehavior.Update(GameTime, TimeSpan, float) fullName: TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) type: Method - source: - remote: - path: TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Update - path: ../TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs - startLine: 65 assemblies: - Tiny Life namespace: TinyLife.Actions.Behaviors @@ -260,14 +212,6 @@ items: nameWithType: WorkAtDeskObjectBehavior.GetNextAction(CompletionType) fullName: TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.GetNextAction(TinyLife.Actions.CompletionType) type: Method - source: - remote: - path: TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetNextAction - path: ../TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs - startLine: 87 assemblies: - Tiny Life namespace: TinyLife.Actions.Behaviors diff --git a/docs/api/TinyLife.Actions.CanExecuteResult.ResultType.yml b/docs/api/TinyLife.Actions.CanExecuteResult.ResultType.yml index 3341bd2..5f69f5e 100644 --- a/docs/api/TinyLife.Actions.CanExecuteResult.ResultType.yml +++ b/docs/api/TinyLife.Actions.CanExecuteResult.ResultType.yml @@ -15,14 +15,6 @@ items: nameWithType: CanExecuteResult.ResultType fullName: TinyLife.Actions.CanExecuteResult.ResultType type: Enum - source: - remote: - path: TinyLife/Actions/CanExecuteResult.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ResultType - path: ../TinyLife/Actions/CanExecuteResult.cs - startLine: 30 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -47,14 +39,6 @@ items: nameWithType: CanExecuteResult.ResultType.Valid fullName: TinyLife.Actions.CanExecuteResult.ResultType.Valid type: Field - source: - remote: - path: TinyLife/Actions/CanExecuteResult.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Valid - path: ../TinyLife/Actions/CanExecuteResult.cs - startLine: 36 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -78,14 +62,6 @@ items: nameWithType: CanExecuteResult.ResultType.Invalid fullName: TinyLife.Actions.CanExecuteResult.ResultType.Invalid type: Field - source: - remote: - path: TinyLife/Actions/CanExecuteResult.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Invalid - path: ../TinyLife/Actions/CanExecuteResult.cs - startLine: 40 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -106,14 +82,6 @@ items: nameWithType: CanExecuteResult.ResultType.Hidden fullName: TinyLife.Actions.CanExecuteResult.ResultType.Hidden type: Field - source: - remote: - path: TinyLife/Actions/CanExecuteResult.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Hidden - path: ../TinyLife/Actions/CanExecuteResult.cs - startLine: 45 assemblies: - Tiny Life namespace: TinyLife.Actions diff --git a/docs/api/TinyLife.Actions.CanExecuteResult.yml b/docs/api/TinyLife.Actions.CanExecuteResult.yml index 9e29e95..8a042bf 100644 --- a/docs/api/TinyLife.Actions.CanExecuteResult.yml +++ b/docs/api/TinyLife.Actions.CanExecuteResult.yml @@ -23,14 +23,6 @@ items: nameWithType: CanExecuteResult fullName: TinyLife.Actions.CanExecuteResult type: Struct - source: - remote: - path: TinyLife/Actions/CanExecuteResult.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CanExecuteResult - path: ../TinyLife/Actions/CanExecuteResult.cs - startLine: 13 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -66,14 +58,6 @@ items: nameWithType: CanExecuteResult.CanExecuteResult(string, CanExecuteResult.ResultType) fullName: TinyLife.Actions.CanExecuteResult.CanExecuteResult(string, TinyLife.Actions.CanExecuteResult.ResultType) type: Constructor - source: - remote: - path: TinyLife/Actions/CanExecuteResult.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Actions/CanExecuteResult.cs - startLine: 13 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -110,14 +94,6 @@ items: nameWithType: CanExecuteResult.Name fullName: TinyLife.Actions.CanExecuteResult.Name type: Property - source: - remote: - path: TinyLife/Actions/CanExecuteResult.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Name - path: ../TinyLife/Actions/CanExecuteResult.cs - startLine: 13 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -144,14 +120,6 @@ items: nameWithType: CanExecuteResult.Type fullName: TinyLife.Actions.CanExecuteResult.Type type: Property - source: - remote: - path: TinyLife/Actions/CanExecuteResult.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Type - path: ../TinyLife/Actions/CanExecuteResult.cs - startLine: 13 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -175,14 +143,6 @@ items: nameWithType: CanExecuteResult.Valid fullName: TinyLife.Actions.CanExecuteResult.Valid type: Field - source: - remote: - path: TinyLife/Actions/CanExecuteResult.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Valid - path: ../TinyLife/Actions/CanExecuteResult.cs - startLine: 16 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -202,14 +162,6 @@ items: nameWithType: CanExecuteResult.Hidden fullName: TinyLife.Actions.CanExecuteResult.Hidden type: Field - source: - remote: - path: TinyLife/Actions/CanExecuteResult.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Hidden - path: ../TinyLife/Actions/CanExecuteResult.cs - startLine: 17 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -229,14 +181,6 @@ items: nameWithType: CanExecuteResult.ObjectBroken fullName: TinyLife.Actions.CanExecuteResult.ObjectBroken type: Field - source: - remote: - path: TinyLife/Actions/CanExecuteResult.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ObjectBroken - path: ../TinyLife/Actions/CanExecuteResult.cs - startLine: 18 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -256,14 +200,6 @@ items: nameWithType: CanExecuteResult.NotYours fullName: TinyLife.Actions.CanExecuteResult.NotYours type: Field - source: - remote: - path: TinyLife/Actions/CanExecuteResult.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: NotYours - path: ../TinyLife/Actions/CanExecuteResult.cs - startLine: 19 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -283,14 +219,6 @@ items: nameWithType: CanExecuteResult.NotEnoughMoney fullName: TinyLife.Actions.CanExecuteResult.NotEnoughMoney type: Field - source: - remote: - path: TinyLife/Actions/CanExecuteResult.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: NotEnoughMoney - path: ../TinyLife/Actions/CanExecuteResult.cs - startLine: 20 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -310,14 +238,6 @@ items: nameWithType: CanExecuteResult.NotEnoughSkill fullName: TinyLife.Actions.CanExecuteResult.NotEnoughSkill type: Field - source: - remote: - path: TinyLife/Actions/CanExecuteResult.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: NotEnoughSkill - path: ../TinyLife/Actions/CanExecuteResult.cs - startLine: 21 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -337,14 +257,6 @@ items: nameWithType: CanExecuteResult.LotStaffOnly fullName: TinyLife.Actions.CanExecuteResult.LotStaffOnly type: Field - source: - remote: - path: TinyLife/Actions/CanExecuteResult.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: LotStaffOnly - path: ../TinyLife/Actions/CanExecuteResult.cs - startLine: 22 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -364,14 +276,6 @@ items: nameWithType: CanExecuteResult.NoOneFree fullName: TinyLife.Actions.CanExecuteResult.NoOneFree type: Field - source: - remote: - path: TinyLife/Actions/CanExecuteResult.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: NoOneFree - path: ../TinyLife/Actions/CanExecuteResult.cs - startLine: 23 assemblies: - Tiny Life namespace: TinyLife.Actions diff --git a/docs/api/TinyLife.Actions.ChoicePromptInfo.Option.yml b/docs/api/TinyLife.Actions.ChoicePromptInfo.Option.yml index d54c61e..18b9905 100644 --- a/docs/api/TinyLife.Actions.ChoicePromptInfo.Option.yml +++ b/docs/api/TinyLife.Actions.ChoicePromptInfo.Option.yml @@ -20,14 +20,6 @@ items: nameWithType: ChoicePromptInfo.Option fullName: TinyLife.Actions.ChoicePromptInfo.Option type: Class - source: - remote: - path: TinyLife/Actions/ChoicePromptInfo.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Option - path: ../TinyLife/Actions/ChoicePromptInfo.cs - startLine: 71 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -59,14 +51,6 @@ items: nameWithType: ChoicePromptInfo.Option.Name fullName: TinyLife.Actions.ChoicePromptInfo.Option.Name type: Field - source: - remote: - path: TinyLife/Actions/ChoicePromptInfo.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Name - path: ../TinyLife/Actions/ChoicePromptInfo.cs - startLine: 76 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -88,14 +72,6 @@ items: nameWithType: ChoicePromptInfo.Option.SuccessAction fullName: TinyLife.Actions.ChoicePromptInfo.Option.SuccessAction type: Field - source: - remote: - path: TinyLife/Actions/ChoicePromptInfo.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SuccessAction - path: ../TinyLife/Actions/ChoicePromptInfo.cs - startLine: 80 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -117,14 +93,6 @@ items: nameWithType: ChoicePromptInfo.Option.FailAction fullName: TinyLife.Actions.ChoicePromptInfo.Option.FailAction type: Field - source: - remote: - path: TinyLife/Actions/ChoicePromptInfo.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: FailAction - path: ../TinyLife/Actions/ChoicePromptInfo.cs - startLine: 84 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -146,14 +114,6 @@ items: nameWithType: ChoicePromptInfo.Option.SuccessChance fullName: TinyLife.Actions.ChoicePromptInfo.Option.SuccessChance type: Field - source: - remote: - path: TinyLife/Actions/ChoicePromptInfo.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SuccessChance - path: ../TinyLife/Actions/ChoicePromptInfo.cs - startLine: 88 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -175,14 +135,6 @@ items: nameWithType: ChoicePromptInfo.Option.Option(string, Action, Action, Func) fullName: TinyLife.Actions.ChoicePromptInfo.Option.Option(string, System.Action, System.Action, System.Func) type: Constructor - source: - remote: - path: TinyLife/Actions/ChoicePromptInfo.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Actions/ChoicePromptInfo.cs - startLine: 97 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -219,14 +171,6 @@ items: nameWithType: ChoicePromptInfo.Option.Option(string, Func, Func, Func) fullName: TinyLife.Actions.ChoicePromptInfo.Option.Option(string, System.Func, System.Func, System.Func) type: Constructor - source: - remote: - path: TinyLife/Actions/ChoicePromptInfo.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Actions/ChoicePromptInfo.cs - startLine: 111 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -263,14 +207,6 @@ items: nameWithType: ChoicePromptInfo.Option.Option(string, EmotionType, SkillType, float, float, float) fullName: TinyLife.Actions.ChoicePromptInfo.Option.Option(string, TinyLife.Emotions.EmotionType, TinyLife.Skills.SkillType, float, float, float) type: Constructor - source: - remote: - path: TinyLife/Actions/ChoicePromptInfo.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Actions/ChoicePromptInfo.cs - startLine: 141 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -313,14 +249,6 @@ items: nameWithType: ChoicePromptInfo.Option.Execute(ChoicePromptInfo, Person, bool) fullName: TinyLife.Actions.ChoicePromptInfo.Option.Execute(TinyLife.Actions.ChoicePromptInfo, TinyLife.Objects.Person, bool) type: Method - source: - remote: - path: TinyLife/Actions/ChoicePromptInfo.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Execute - path: ../TinyLife/Actions/ChoicePromptInfo.cs - startLine: 157 assemblies: - Tiny Life namespace: TinyLife.Actions diff --git a/docs/api/TinyLife.Actions.ChoicePromptInfo.yml b/docs/api/TinyLife.Actions.ChoicePromptInfo.yml index 09b4a2c..d283b30 100644 --- a/docs/api/TinyLife.Actions.ChoicePromptInfo.yml +++ b/docs/api/TinyLife.Actions.ChoicePromptInfo.yml @@ -16,14 +16,6 @@ items: nameWithType: ChoicePromptInfo fullName: TinyLife.Actions.ChoicePromptInfo type: Class - source: - remote: - path: TinyLife/Actions/ChoicePromptInfo.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ChoicePromptInfo - path: ../TinyLife/Actions/ChoicePromptInfo.cs - startLine: 17 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -55,14 +47,6 @@ items: nameWithType: ChoicePromptInfo.Name fullName: TinyLife.Actions.ChoicePromptInfo.Name type: Field - source: - remote: - path: TinyLife/Actions/ChoicePromptInfo.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Name - path: ../TinyLife/Actions/ChoicePromptInfo.cs - startLine: 24 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -84,14 +68,6 @@ items: nameWithType: ChoicePromptInfo.Options fullName: TinyLife.Actions.ChoicePromptInfo.Options type: Field - source: - remote: - path: TinyLife/Actions/ChoicePromptInfo.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Options - path: ../TinyLife/Actions/ChoicePromptInfo.cs - startLine: 28 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -113,14 +89,6 @@ items: nameWithType: ChoicePromptInfo.ChoicePromptInfo(string, params ChoicePromptInfo.Option[]) fullName: TinyLife.Actions.ChoicePromptInfo.ChoicePromptInfo(string, params TinyLife.Actions.ChoicePromptInfo.Option[]) type: Constructor - source: - remote: - path: TinyLife/Actions/ChoicePromptInfo.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Actions/ChoicePromptInfo.cs - startLine: 35 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -151,14 +119,6 @@ items: nameWithType: ChoicePromptInfo.CreatePromptContent(Person, CoveringGroup) fullName: TinyLife.Actions.ChoicePromptInfo.CreatePromptContent(TinyLife.Objects.Person, TinyLife.Uis.CoveringGroup) type: Method - source: - remote: - path: TinyLife/Actions/ChoicePromptInfo.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CreatePromptContent - path: ../TinyLife/Actions/ChoicePromptInfo.cs - startLine: 46 assemblies: - Tiny Life namespace: TinyLife.Actions diff --git a/docs/api/TinyLife.Actions.CleanEverythingAction.yml b/docs/api/TinyLife.Actions.CleanEverythingAction.yml index f7c1526..86a1dba 100644 --- a/docs/api/TinyLife.Actions.CleanEverythingAction.yml +++ b/docs/api/TinyLife.Actions.CleanEverythingAction.yml @@ -18,14 +18,6 @@ items: nameWithType: CleanEverythingAction fullName: TinyLife.Actions.CleanEverythingAction type: Class - source: - remote: - path: TinyLife/Actions/CleanEverythingAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CleanEverythingAction - path: ../TinyLife/Actions/CleanEverythingAction.cs - startLine: 11 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -132,14 +124,6 @@ items: nameWithType: CleanEverythingAction.CleaningActions fullName: TinyLife.Actions.CleanEverythingAction.CleaningActions type: Field - source: - remote: - path: TinyLife/Actions/CleanEverythingAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CleaningActions - path: ../TinyLife/Actions/CleanEverythingAction.cs - startLine: 18 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -166,14 +150,6 @@ items: nameWithType: CleanEverythingAction.CleanEverythingAction(ActionType, ActionInfo) fullName: TinyLife.Actions.CleanEverythingAction.CleanEverythingAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo) type: Constructor - source: - remote: - path: TinyLife/Actions/CleanEverythingAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Actions/CleanEverythingAction.cs - startLine: 24 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -204,14 +180,6 @@ items: nameWithType: CleanEverythingAction.Update(GameTime, TimeSpan, float) fullName: TinyLife.Actions.CleanEverythingAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) type: Method - source: - remote: - path: TinyLife/Actions/CleanEverythingAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Update - path: ../TinyLife/Actions/CleanEverythingAction.cs - startLine: 29 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -249,14 +217,6 @@ items: nameWithType: CleanEverythingAction.Validate(PersonLike) fullName: TinyLife.Actions.CleanEverythingAction.Validate(TinyLife.Objects.PersonLike) type: Method - source: - remote: - path: TinyLife/Actions/CleanEverythingAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Validate - path: ../TinyLife/Actions/CleanEverythingAction.cs - startLine: 45 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -290,14 +250,6 @@ items: nameWithType: CleanEverythingAction.IsCompleted() fullName: TinyLife.Actions.CleanEverythingAction.IsCompleted() type: Method - source: - remote: - path: TinyLife/Actions/CleanEverythingAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IsCompleted - path: ../TinyLife/Actions/CleanEverythingAction.cs - startLine: 50 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -327,14 +279,6 @@ items: nameWithType: CleanEverythingAction.OnCompleted(CompletionType) fullName: TinyLife.Actions.CleanEverythingAction.OnCompleted(TinyLife.Actions.CompletionType) type: Method - source: - remote: - path: TinyLife/Actions/CleanEverythingAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnCompleted - path: ../TinyLife/Actions/CleanEverythingAction.cs - startLine: 55 assemblies: - Tiny Life namespace: TinyLife.Actions diff --git a/docs/api/TinyLife.Actions.CompletionType.yml b/docs/api/TinyLife.Actions.CompletionType.yml index 0cbfd76..2502aab 100644 --- a/docs/api/TinyLife.Actions.CompletionType.yml +++ b/docs/api/TinyLife.Actions.CompletionType.yml @@ -16,14 +16,6 @@ items: nameWithType: CompletionType fullName: TinyLife.Actions.CompletionType type: Enum - source: - remote: - path: TinyLife/Actions/CompletionType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CompletionType - path: ../TinyLife/Actions/CompletionType.cs - startLine: 7 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -49,14 +41,6 @@ items: nameWithType: CompletionType.Active fullName: TinyLife.Actions.CompletionType.Active type: Field - source: - remote: - path: TinyLife/Actions/CompletionType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Active - path: ../TinyLife/Actions/CompletionType.cs - startLine: 12 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -77,14 +61,6 @@ items: nameWithType: CompletionType.Completed fullName: TinyLife.Actions.CompletionType.Completed type: Field - source: - remote: - path: TinyLife/Actions/CompletionType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Completed - path: ../TinyLife/Actions/CompletionType.cs - startLine: 16 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -105,14 +81,6 @@ items: nameWithType: CompletionType.Failed fullName: TinyLife.Actions.CompletionType.Failed type: Field - source: - remote: - path: TinyLife/Actions/CompletionType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Failed - path: ../TinyLife/Actions/CompletionType.cs - startLine: 21 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -136,14 +104,6 @@ items: nameWithType: CompletionType.Canceled fullName: TinyLife.Actions.CompletionType.Canceled type: Field - source: - remote: - path: TinyLife/Actions/CompletionType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Canceled - path: ../TinyLife/Actions/CompletionType.cs - startLine: 26 assemblies: - Tiny Life namespace: TinyLife.Actions diff --git a/docs/api/TinyLife.Actions.DebugAction.yml b/docs/api/TinyLife.Actions.DebugAction.yml index ffa56ff..7367f86 100644 --- a/docs/api/TinyLife.Actions.DebugAction.yml +++ b/docs/api/TinyLife.Actions.DebugAction.yml @@ -19,14 +19,6 @@ items: nameWithType: DebugAction fullName: TinyLife.Actions.DebugAction type: Class - source: - remote: - path: TinyLife/Actions/DebugAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DebugAction - path: ../TinyLife/Actions/DebugAction.cs - startLine: 12 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -129,14 +121,6 @@ items: nameWithType: DebugAction.DebugAction(ActionType, ActionInfo) fullName: TinyLife.Actions.DebugAction.DebugAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo) type: Constructor - source: - remote: - path: TinyLife/Actions/DebugAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Actions/DebugAction.cs - startLine: 15 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -167,14 +151,6 @@ items: nameWithType: DebugAction.Run() fullName: TinyLife.Actions.DebugAction.Run() type: Method - source: - remote: - path: TinyLife/Actions/DebugAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Run - path: ../TinyLife/Actions/DebugAction.cs - startLine: 20 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -195,14 +171,6 @@ items: nameWithType: DebugAction.IsCompleted() fullName: TinyLife.Actions.DebugAction.IsCompleted() type: Method - source: - remote: - path: TinyLife/Actions/DebugAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IsCompleted - path: ../TinyLife/Actions/DebugAction.cs - startLine: 27 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -232,14 +200,6 @@ items: nameWithType: DebugAction.OnCompleted(CompletionType) fullName: TinyLife.Actions.DebugAction.OnCompleted(TinyLife.Actions.CompletionType) type: Method - source: - remote: - path: TinyLife/Actions/DebugAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnCompleted - path: ../TinyLife/Actions/DebugAction.cs - startLine: 32 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -270,14 +230,6 @@ items: nameWithType: DebugAction.Create(string, ObjectCategory, Action, ActionType.CanExecuteDelegate) fullName: TinyLife.Actions.DebugAction.Create(string, TinyLife.Objects.ObjectCategory, System.Action, TinyLife.Actions.ActionType.CanExecuteDelegate) type: Method - source: - remote: - path: TinyLife/Actions/DebugAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Create - path: ../TinyLife/Actions/DebugAction.cs - startLine: 46 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -317,14 +269,6 @@ items: nameWithType: DebugAction.Create(string, ObjectCategory, string, Func>, ActionType.CanExecuteDelegate) fullName: TinyLife.Actions.DebugAction.Create(string, TinyLife.Objects.ObjectCategory, string, System.Func>, TinyLife.Actions.ActionType.CanExecuteDelegate) type: Method - source: - remote: - path: TinyLife/Actions/DebugAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Create - path: ../TinyLife/Actions/DebugAction.cs - startLine: 61 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -367,14 +311,6 @@ items: nameWithType: DebugAction.Create(string, ObjectCategory, Type, ActionType.CanExecuteDelegate) fullName: TinyLife.Actions.DebugAction.Create(string, TinyLife.Objects.ObjectCategory, System.Type, TinyLife.Actions.ActionType.CanExecuteDelegate) type: Method - source: - remote: - path: TinyLife/Actions/DebugAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Create - path: ../TinyLife/Actions/DebugAction.cs - startLine: 78 assemblies: - Tiny Life namespace: TinyLife.Actions diff --git a/docs/api/TinyLife.Actions.DeferredAction.yml b/docs/api/TinyLife.Actions.DeferredAction.yml index 2cd44bb..69164c7 100644 --- a/docs/api/TinyLife.Actions.DeferredAction.yml +++ b/docs/api/TinyLife.Actions.DeferredAction.yml @@ -24,14 +24,6 @@ items: nameWithType: DeferredAction fullName: TinyLife.Actions.DeferredAction type: Class - source: - remote: - path: TinyLife/Actions/DeferredAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DeferredAction - path: ../TinyLife/Actions/DeferredAction.cs - startLine: 12 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -128,14 +120,6 @@ items: nameWithType: DeferredAction.FullyInProgress fullName: TinyLife.Actions.DeferredAction.FullyInProgress type: Property - source: - remote: - path: TinyLife/Actions/DeferredAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: FullyInProgress - path: ../TinyLife/Actions/DeferredAction.cs - startLine: 15 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -166,14 +150,6 @@ items: nameWithType: DeferredAction.InProgressTime fullName: TinyLife.Actions.DeferredAction.InProgressTime type: Property - source: - remote: - path: TinyLife/Actions/DeferredAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: InProgressTime - path: ../TinyLife/Actions/DeferredAction.cs - startLine: 17 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -204,14 +180,6 @@ items: nameWithType: DeferredAction.Action fullName: TinyLife.Actions.DeferredAction.Action type: Property - source: - remote: - path: TinyLife/Actions/DeferredAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Action - path: ../TinyLife/Actions/DeferredAction.cs - startLine: 21 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -235,14 +203,6 @@ items: nameWithType: DeferredAction.DeferredAction(ActionInfo) fullName: TinyLife.Actions.DeferredAction.DeferredAction(TinyLife.Actions.ActionInfo) type: Constructor - source: - remote: - path: TinyLife/Actions/DeferredAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Actions/DeferredAction.cs - startLine: 27 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -270,14 +230,6 @@ items: nameWithType: DeferredAction.DeferredAction(ActionType, ActionInfo) fullName: TinyLife.Actions.DeferredAction.DeferredAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo) type: Constructor - source: - remote: - path: TinyLife/Actions/DeferredAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Actions/DeferredAction.cs - startLine: 32 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -308,14 +260,6 @@ items: nameWithType: DeferredAction.CreateAction() fullName: TinyLife.Actions.DeferredAction.CreateAction() type: Method - source: - remote: - path: TinyLife/Actions/DeferredAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CreateAction - path: ../TinyLife/Actions/DeferredAction.cs - startLine: 41 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -342,14 +286,6 @@ items: nameWithType: DeferredAction.Initialize() fullName: TinyLife.Actions.DeferredAction.Initialize() type: Method - source: - remote: - path: TinyLife/Actions/DeferredAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Initialize - path: ../TinyLife/Actions/DeferredAction.cs - startLine: 44 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -374,14 +310,6 @@ items: nameWithType: DeferredAction.Update(GameTime, TimeSpan, float) fullName: TinyLife.Actions.DeferredAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) type: Method - source: - remote: - path: TinyLife/Actions/DeferredAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Update - path: ../TinyLife/Actions/DeferredAction.cs - startLine: 49 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -419,14 +347,6 @@ items: nameWithType: DeferredAction.CanMultitask(Action) fullName: TinyLife.Actions.DeferredAction.CanMultitask(TinyLife.Actions.Action) type: Method - source: - remote: - path: TinyLife/Actions/DeferredAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CanMultitask - path: ../TinyLife/Actions/DeferredAction.cs - startLine: 55 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -462,14 +382,6 @@ items: nameWithType: DeferredAction.Validate(PersonLike) fullName: TinyLife.Actions.DeferredAction.Validate(TinyLife.Objects.PersonLike) type: Method - source: - remote: - path: TinyLife/Actions/DeferredAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Validate - path: ../TinyLife/Actions/DeferredAction.cs - startLine: 60 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -503,14 +415,6 @@ items: nameWithType: DeferredAction.IsCompleted() fullName: TinyLife.Actions.DeferredAction.IsCompleted() type: Method - source: - remote: - path: TinyLife/Actions/DeferredAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IsCompleted - path: ../TinyLife/Actions/DeferredAction.cs - startLine: 65 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -540,14 +444,6 @@ items: nameWithType: DeferredAction.OnCompleted(CompletionType) fullName: TinyLife.Actions.DeferredAction.OnCompleted(TinyLife.Actions.CompletionType) type: Method - source: - remote: - path: TinyLife/Actions/DeferredAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnCompleted - path: ../TinyLife/Actions/DeferredAction.cs - startLine: 70 assemblies: - Tiny Life namespace: TinyLife.Actions diff --git a/docs/api/TinyLife.Actions.DieAction.yml b/docs/api/TinyLife.Actions.DieAction.yml index 6867dcb..50218bc 100644 --- a/docs/api/TinyLife.Actions.DieAction.yml +++ b/docs/api/TinyLife.Actions.DieAction.yml @@ -22,14 +22,6 @@ items: nameWithType: DieAction fullName: TinyLife.Actions.DieAction type: Class - source: - remote: - path: TinyLife/Actions/DieAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DieAction - path: ../TinyLife/Actions/DieAction.cs - startLine: 18 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -129,14 +121,6 @@ items: nameWithType: DieAction.Reason fullName: TinyLife.Actions.DieAction.Reason type: Field - source: - remote: - path: TinyLife/Actions/DieAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Reason - path: ../TinyLife/Actions/DieAction.cs - startLine: 24 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -168,14 +152,6 @@ items: nameWithType: DieAction.DieAction(ActionType, ActionInfo) fullName: TinyLife.Actions.DieAction.DieAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo) type: Constructor - source: - remote: - path: TinyLife/Actions/DieAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Actions/DieAction.cs - startLine: 27 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -206,14 +182,6 @@ items: nameWithType: DieAction.Initialize() fullName: TinyLife.Actions.DieAction.Initialize() type: Method - source: - remote: - path: TinyLife/Actions/DieAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Initialize - path: ../TinyLife/Actions/DieAction.cs - startLine: 30 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -238,14 +206,6 @@ items: nameWithType: DieAction.GetDisplayName() fullName: TinyLife.Actions.DieAction.GetDisplayName() type: Method - source: - remote: - path: TinyLife/Actions/DieAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetDisplayName - path: ../TinyLife/Actions/DieAction.cs - startLine: 36 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -273,14 +233,6 @@ items: nameWithType: DieAction.CanCancel(Action) fullName: TinyLife.Actions.DieAction.CanCancel(TinyLife.Actions.Action) type: Method - source: - remote: - path: TinyLife/Actions/DieAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CanCancel - path: ../TinyLife/Actions/DieAction.cs - startLine: 41 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -314,14 +266,6 @@ items: nameWithType: DieAction.CanEnqueueConversation(PersonLike, ActionType) fullName: TinyLife.Actions.DieAction.CanEnqueueConversation(TinyLife.Objects.PersonLike, TinyLife.Actions.ActionType) type: Method - source: - remote: - path: TinyLife/Actions/DieAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CanEnqueueConversation - path: ../TinyLife/Actions/DieAction.cs - startLine: 46 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -358,14 +302,6 @@ items: nameWithType: DieAction.Update(GameTime, TimeSpan, float) fullName: TinyLife.Actions.DieAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) type: Method - source: - remote: - path: TinyLife/Actions/DieAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Update - path: ../TinyLife/Actions/DieAction.cs - startLine: 51 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -403,14 +339,6 @@ items: nameWithType: DieAction.IsCompleted() fullName: TinyLife.Actions.DieAction.IsCompleted() type: Method - source: - remote: - path: TinyLife/Actions/DieAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IsCompleted - path: ../TinyLife/Actions/DieAction.cs - startLine: 94 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -440,14 +368,6 @@ items: nameWithType: DieAction.OnCompleted(CompletionType) fullName: TinyLife.Actions.DieAction.OnCompleted(TinyLife.Actions.CompletionType) type: Method - source: - remote: - path: TinyLife/Actions/DieAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnCompleted - path: ../TinyLife/Actions/DieAction.cs - startLine: 99 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -478,14 +398,6 @@ items: nameWithType: DieAction.Enqueue(PersonLike, DeathReason) fullName: TinyLife.Actions.DieAction.Enqueue(TinyLife.Objects.PersonLike, TinyLife.Objects.DeathReason) type: Method - source: - remote: - path: TinyLife/Actions/DieAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Enqueue - path: ../TinyLife/Actions/DieAction.cs - startLine: 111 assemblies: - Tiny Life namespace: TinyLife.Actions diff --git a/docs/api/TinyLife.Actions.DiscardHeldItemAction.yml b/docs/api/TinyLife.Actions.DiscardHeldItemAction.yml index 518c483..1fdef91 100644 --- a/docs/api/TinyLife.Actions.DiscardHeldItemAction.yml +++ b/docs/api/TinyLife.Actions.DiscardHeldItemAction.yml @@ -16,14 +16,6 @@ items: nameWithType: DiscardHeldItemAction fullName: TinyLife.Actions.DiscardHeldItemAction type: Class - source: - remote: - path: TinyLife/Actions/DiscardHeldItemAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DiscardHeldItemAction - path: ../TinyLife/Actions/DiscardHeldItemAction.cs - startLine: 12 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -140,14 +132,6 @@ items: nameWithType: DiscardHeldItemAction.DiscardActions fullName: TinyLife.Actions.DiscardHeldItemAction.DiscardActions type: Field - source: - remote: - path: TinyLife/Actions/DiscardHeldItemAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DiscardActions - path: ../TinyLife/Actions/DiscardHeldItemAction.cs - startLine: 18 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -172,14 +156,6 @@ items: nameWithType: DiscardHeldItemAction.DiscardHeldItemAction(PersonLike) fullName: TinyLife.Actions.DiscardHeldItemAction.DiscardHeldItemAction(TinyLife.Objects.PersonLike) type: Constructor - source: - remote: - path: TinyLife/Actions/DiscardHeldItemAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Actions/DiscardHeldItemAction.cs - startLine: 26 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -205,14 +181,6 @@ items: nameWithType: DiscardHeldItemAction.CreateFirstActions() fullName: TinyLife.Actions.DiscardHeldItemAction.CreateFirstActions() type: Method - source: - remote: - path: TinyLife/Actions/DiscardHeldItemAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CreateFirstActions - path: ../TinyLife/Actions/DiscardHeldItemAction.cs - startLine: 32 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -244,14 +212,6 @@ items: nameWithType: DiscardHeldItemAction.AndThenIsCompleted() fullName: TinyLife.Actions.DiscardHeldItemAction.AndThenIsCompleted() type: Method - source: - remote: - path: TinyLife/Actions/DiscardHeldItemAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AndThenIsCompleted - path: ../TinyLife/Actions/DiscardHeldItemAction.cs - startLine: 55 assemblies: - Tiny Life namespace: TinyLife.Actions diff --git a/docs/api/TinyLife.Actions.DriveAction.yml b/docs/api/TinyLife.Actions.DriveAction.yml index 29076de..c1ce8ed 100644 --- a/docs/api/TinyLife.Actions.DriveAction.yml +++ b/docs/api/TinyLife.Actions.DriveAction.yml @@ -19,14 +19,6 @@ items: nameWithType: DriveAction fullName: TinyLife.Actions.DriveAction type: Class - source: - remote: - path: TinyLife/Actions/DriveAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DriveAction - path: ../TinyLife/Actions/DriveAction.cs - startLine: 20 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -132,14 +124,6 @@ items: nameWithType: DriveAction.DriveAction(ActionInfo) fullName: TinyLife.Actions.DriveAction.DriveAction(TinyLife.Actions.ActionInfo) type: Constructor - source: - remote: - path: TinyLife/Actions/DriveAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Actions/DriveAction.cs - startLine: 29 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -167,14 +151,6 @@ items: nameWithType: DriveAction.FindPath(ICollection<(Point Pos, int Floor)>) fullName: TinyLife.Actions.DriveAction.FindPath(System.Collections.Generic.ICollection<(Microsoft.Xna.Framework.Point Pos, int Floor)>) type: Method - source: - remote: - path: TinyLife/Actions/DriveAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: FindPath - path: ../TinyLife/Actions/DriveAction.cs - startLine: 32 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -206,14 +182,6 @@ items: nameWithType: DriveAction.GetSpeed() fullName: TinyLife.Actions.DriveAction.GetSpeed() type: Method - source: - remote: - path: TinyLife/Actions/DriveAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetSpeed - path: ../TinyLife/Actions/DriveAction.cs - startLine: 68 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -238,14 +206,6 @@ items: nameWithType: DriveAction.OnPathReady() fullName: TinyLife.Actions.DriveAction.OnPathReady() type: Method - source: - remote: - path: TinyLife/Actions/DriveAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnPathReady - path: ../TinyLife/Actions/DriveAction.cs - startLine: 73 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -270,14 +230,6 @@ items: nameWithType: DriveAction.Update(GameTime, TimeSpan, float) fullName: TinyLife.Actions.DriveAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) type: Method - source: - remote: - path: TinyLife/Actions/DriveAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Update - path: ../TinyLife/Actions/DriveAction.cs - startLine: 96 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -315,14 +267,6 @@ items: nameWithType: DriveAction.IsCompleted() fullName: TinyLife.Actions.DriveAction.IsCompleted() type: Method - source: - remote: - path: TinyLife/Actions/DriveAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IsCompleted - path: ../TinyLife/Actions/DriveAction.cs - startLine: 114 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -352,14 +296,6 @@ items: nameWithType: DriveAction.OnCompleted(CompletionType) fullName: TinyLife.Actions.DriveAction.OnCompleted(TinyLife.Actions.CompletionType) type: Method - source: - remote: - path: TinyLife/Actions/DriveAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnCompleted - path: ../TinyLife/Actions/DriveAction.cs - startLine: 126 assemblies: - Tiny Life namespace: TinyLife.Actions diff --git a/docs/api/TinyLife.Actions.Emote.yml b/docs/api/TinyLife.Actions.Emote.yml index 59f2473..b470638 100644 --- a/docs/api/TinyLife.Actions.Emote.yml +++ b/docs/api/TinyLife.Actions.Emote.yml @@ -60,14 +60,6 @@ items: nameWithType: Emote fullName: TinyLife.Actions.Emote type: Class - source: - remote: - path: TinyLife/Actions/Emote.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Emote - path: ../TinyLife/Actions/Emote.cs - startLine: 17 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -99,14 +91,6 @@ items: nameWithType: Emote.Cutlery fullName: TinyLife.Actions.Emote.Cutlery type: Field - source: - remote: - path: TinyLife/Actions/Emote.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Cutlery - path: ../TinyLife/Actions/Emote.cs - startLine: 22 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -126,14 +110,6 @@ items: nameWithType: Emote.Apple fullName: TinyLife.Actions.Emote.Apple type: Field - source: - remote: - path: TinyLife/Actions/Emote.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Apple - path: ../TinyLife/Actions/Emote.cs - startLine: 23 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -153,14 +129,6 @@ items: nameWithType: Emote.Burger fullName: TinyLife.Actions.Emote.Burger type: Field - source: - remote: - path: TinyLife/Actions/Emote.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Burger - path: ../TinyLife/Actions/Emote.cs - startLine: 24 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -180,14 +148,6 @@ items: nameWithType: Emote.Lollipop fullName: TinyLife.Actions.Emote.Lollipop type: Field - source: - remote: - path: TinyLife/Actions/Emote.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Lollipop - path: ../TinyLife/Actions/Emote.cs - startLine: 25 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -207,14 +167,6 @@ items: nameWithType: Emote.Skateboard fullName: TinyLife.Actions.Emote.Skateboard type: Field - source: - remote: - path: TinyLife/Actions/Emote.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Skateboard - path: ../TinyLife/Actions/Emote.cs - startLine: 26 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -234,14 +186,6 @@ items: nameWithType: Emote.Medal fullName: TinyLife.Actions.Emote.Medal type: Field - source: - remote: - path: TinyLife/Actions/Emote.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Medal - path: ../TinyLife/Actions/Emote.cs - startLine: 27 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -261,14 +205,6 @@ items: nameWithType: Emote.Controller fullName: TinyLife.Actions.Emote.Controller type: Field - source: - remote: - path: TinyLife/Actions/Emote.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Controller - path: ../TinyLife/Actions/Emote.cs - startLine: 28 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -288,14 +224,6 @@ items: nameWithType: Emote.MusicNote fullName: TinyLife.Actions.Emote.MusicNote type: Field - source: - remote: - path: TinyLife/Actions/Emote.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: MusicNote - path: ../TinyLife/Actions/Emote.cs - startLine: 29 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -315,14 +243,6 @@ items: nameWithType: Emote.Clock fullName: TinyLife.Actions.Emote.Clock type: Field - source: - remote: - path: TinyLife/Actions/Emote.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Clock - path: ../TinyLife/Actions/Emote.cs - startLine: 30 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -342,14 +262,6 @@ items: nameWithType: Emote.House fullName: TinyLife.Actions.Emote.House type: Field - source: - remote: - path: TinyLife/Actions/Emote.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: House - path: ../TinyLife/Actions/Emote.cs - startLine: 31 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -369,14 +281,6 @@ items: nameWithType: Emote.Path fullName: TinyLife.Actions.Emote.Path type: Field - source: - remote: - path: TinyLife/Actions/Emote.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Path - path: ../TinyLife/Actions/Emote.cs - startLine: 32 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -396,14 +300,6 @@ items: nameWithType: Emote.X fullName: TinyLife.Actions.Emote.X type: Field - source: - remote: - path: TinyLife/Actions/Emote.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: X - path: ../TinyLife/Actions/Emote.cs - startLine: 33 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -423,14 +319,6 @@ items: nameWithType: Emote.Heart fullName: TinyLife.Actions.Emote.Heart type: Field - source: - remote: - path: TinyLife/Actions/Emote.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Heart - path: ../TinyLife/Actions/Emote.cs - startLine: 34 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -450,14 +338,6 @@ items: nameWithType: Emote.Smile fullName: TinyLife.Actions.Emote.Smile type: Field - source: - remote: - path: TinyLife/Actions/Emote.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Smile - path: ../TinyLife/Actions/Emote.cs - startLine: 35 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -477,14 +357,6 @@ items: nameWithType: Emote.Sleep fullName: TinyLife.Actions.Emote.Sleep type: Field - source: - remote: - path: TinyLife/Actions/Emote.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Sleep - path: ../TinyLife/Actions/Emote.cs - startLine: 36 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -504,14 +376,6 @@ items: nameWithType: Emote.OhNo fullName: TinyLife.Actions.Emote.OhNo type: Field - source: - remote: - path: TinyLife/Actions/Emote.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OhNo - path: ../TinyLife/Actions/Emote.cs - startLine: 37 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -531,14 +395,6 @@ items: nameWithType: Emote.Happy fullName: TinyLife.Actions.Emote.Happy type: Field - source: - remote: - path: TinyLife/Actions/Emote.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Happy - path: ../TinyLife/Actions/Emote.cs - startLine: 38 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -558,14 +414,6 @@ items: nameWithType: Emote.Handcuffs fullName: TinyLife.Actions.Emote.Handcuffs type: Field - source: - remote: - path: TinyLife/Actions/Emote.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Handcuffs - path: ../TinyLife/Actions/Emote.cs - startLine: 39 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -585,14 +433,6 @@ items: nameWithType: Emote.BrokenHeart fullName: TinyLife.Actions.Emote.BrokenHeart type: Field - source: - remote: - path: TinyLife/Actions/Emote.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: BrokenHeart - path: ../TinyLife/Actions/Emote.cs - startLine: 40 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -612,14 +452,6 @@ items: nameWithType: Emote.Bowling fullName: TinyLife.Actions.Emote.Bowling type: Field - source: - remote: - path: TinyLife/Actions/Emote.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Bowling - path: ../TinyLife/Actions/Emote.cs - startLine: 41 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -639,14 +471,6 @@ items: nameWithType: Emote.EightBall fullName: TinyLife.Actions.Emote.EightBall type: Field - source: - remote: - path: TinyLife/Actions/Emote.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: EightBall - path: ../TinyLife/Actions/Emote.cs - startLine: 42 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -666,14 +490,6 @@ items: nameWithType: Emote.Dice fullName: TinyLife.Actions.Emote.Dice type: Field - source: - remote: - path: TinyLife/Actions/Emote.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Dice - path: ../TinyLife/Actions/Emote.cs - startLine: 43 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -693,14 +509,6 @@ items: nameWithType: Emote.MovieClapper fullName: TinyLife.Actions.Emote.MovieClapper type: Field - source: - remote: - path: TinyLife/Actions/Emote.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: MovieClapper - path: ../TinyLife/Actions/Emote.cs - startLine: 44 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -720,14 +528,6 @@ items: nameWithType: Emote.Gift fullName: TinyLife.Actions.Emote.Gift type: Field - source: - remote: - path: TinyLife/Actions/Emote.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Gift - path: ../TinyLife/Actions/Emote.cs - startLine: 45 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -747,14 +547,6 @@ items: nameWithType: Emote.Pushpin fullName: TinyLife.Actions.Emote.Pushpin type: Field - source: - remote: - path: TinyLife/Actions/Emote.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Pushpin - path: ../TinyLife/Actions/Emote.cs - startLine: 46 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -774,14 +566,6 @@ items: nameWithType: Emote.Cake fullName: TinyLife.Actions.Emote.Cake type: Field - source: - remote: - path: TinyLife/Actions/Emote.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Cake - path: ../TinyLife/Actions/Emote.cs - startLine: 47 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -801,14 +585,6 @@ items: nameWithType: Emote.Trophy fullName: TinyLife.Actions.Emote.Trophy type: Field - source: - remote: - path: TinyLife/Actions/Emote.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Trophy - path: ../TinyLife/Actions/Emote.cs - startLine: 48 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -828,14 +604,6 @@ items: nameWithType: Emote.EmptyBattery fullName: TinyLife.Actions.Emote.EmptyBattery type: Field - source: - remote: - path: TinyLife/Actions/Emote.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: EmptyBattery - path: ../TinyLife/Actions/Emote.cs - startLine: 49 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -855,14 +623,6 @@ items: nameWithType: Emote.Painting fullName: TinyLife.Actions.Emote.Painting type: Field - source: - remote: - path: TinyLife/Actions/Emote.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Painting - path: ../TinyLife/Actions/Emote.cs - startLine: 50 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -882,14 +642,6 @@ items: nameWithType: Emote.Cat fullName: TinyLife.Actions.Emote.Cat type: Field - source: - remote: - path: TinyLife/Actions/Emote.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Cat - path: ../TinyLife/Actions/Emote.cs - startLine: 51 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -909,14 +661,6 @@ items: nameWithType: Emote.FullBattery fullName: TinyLife.Actions.Emote.FullBattery type: Field - source: - remote: - path: TinyLife/Actions/Emote.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: FullBattery - path: ../TinyLife/Actions/Emote.cs - startLine: 52 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -936,14 +680,6 @@ items: nameWithType: Emote.Party fullName: TinyLife.Actions.Emote.Party type: Field - source: - remote: - path: TinyLife/Actions/Emote.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Party - path: ../TinyLife/Actions/Emote.cs - startLine: 53 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -963,14 +699,6 @@ items: nameWithType: Emote.NoBrain fullName: TinyLife.Actions.Emote.NoBrain type: Field - source: - remote: - path: TinyLife/Actions/Emote.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: NoBrain - path: ../TinyLife/Actions/Emote.cs - startLine: 54 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -990,14 +718,6 @@ items: nameWithType: Emote.Angry fullName: TinyLife.Actions.Emote.Angry type: Field - source: - remote: - path: TinyLife/Actions/Emote.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Angry - path: ../TinyLife/Actions/Emote.cs - startLine: 55 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1017,14 +737,6 @@ items: nameWithType: Emote.Relaxed fullName: TinyLife.Actions.Emote.Relaxed type: Field - source: - remote: - path: TinyLife/Actions/Emote.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Relaxed - path: ../TinyLife/Actions/Emote.cs - startLine: 56 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1044,14 +756,6 @@ items: nameWithType: Emote.FireExtinguisher fullName: TinyLife.Actions.Emote.FireExtinguisher type: Field - source: - remote: - path: TinyLife/Actions/Emote.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: FireExtinguisher - path: ../TinyLife/Actions/Emote.cs - startLine: 57 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1071,14 +775,6 @@ items: nameWithType: Emote.Stonks fullName: TinyLife.Actions.Emote.Stonks type: Field - source: - remote: - path: TinyLife/Actions/Emote.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Stonks - path: ../TinyLife/Actions/Emote.cs - startLine: 58 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1098,14 +794,6 @@ items: nameWithType: Emote.Coffee fullName: TinyLife.Actions.Emote.Coffee type: Field - source: - remote: - path: TinyLife/Actions/Emote.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Coffee - path: ../TinyLife/Actions/Emote.cs - startLine: 59 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1125,14 +813,6 @@ items: nameWithType: Emote.Workout fullName: TinyLife.Actions.Emote.Workout type: Field - source: - remote: - path: TinyLife/Actions/Emote.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Workout - path: ../TinyLife/Actions/Emote.cs - startLine: 60 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1152,14 +832,6 @@ items: nameWithType: Emote.Tick fullName: TinyLife.Actions.Emote.Tick type: Field - source: - remote: - path: TinyLife/Actions/Emote.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Tick - path: ../TinyLife/Actions/Emote.cs - startLine: 61 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1179,14 +851,6 @@ items: nameWithType: Emote.Bug fullName: TinyLife.Actions.Emote.Bug type: Field - source: - remote: - path: TinyLife/Actions/Emote.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Bug - path: ../TinyLife/Actions/Emote.cs - startLine: 62 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1206,14 +870,6 @@ items: nameWithType: Emote.Money fullName: TinyLife.Actions.Emote.Money type: Field - source: - remote: - path: TinyLife/Actions/Emote.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Money - path: ../TinyLife/Actions/Emote.cs - startLine: 63 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1233,14 +889,6 @@ items: nameWithType: Emote.LightBulb fullName: TinyLife.Actions.Emote.LightBulb type: Field - source: - remote: - path: TinyLife/Actions/Emote.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: LightBulb - path: ../TinyLife/Actions/Emote.cs - startLine: 64 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1260,14 +908,6 @@ items: nameWithType: Emote.Texture fullName: TinyLife.Actions.Emote.Texture type: Field - source: - remote: - path: TinyLife/Actions/Emote.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Texture - path: ../TinyLife/Actions/Emote.cs - startLine: 70 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1289,14 +929,6 @@ items: nameWithType: Emote.Categories fullName: TinyLife.Actions.Emote.Categories type: Field - source: - remote: - path: TinyLife/Actions/Emote.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Categories - path: ../TinyLife/Actions/Emote.cs - startLine: 74 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1318,14 +950,6 @@ items: nameWithType: Emote.Draw(Map, Vector2, float, SpriteBatch, Vector2, bool, ParentInfo) fullName: TinyLife.Actions.Emote.Draw(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, float, Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.Vector2, bool, TinyLife.Objects.ParentInfo) type: Method - source: - remote: - path: TinyLife/Actions/Emote.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Draw - path: ../TinyLife/Actions/Emote.cs - startLine: 91 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1371,14 +995,6 @@ items: nameWithType: Emote.GetEmotes(EmoteCategory) fullName: TinyLife.Actions.Emote.GetEmotes(TinyLife.Actions.EmoteCategory) type: Method - source: - remote: - path: TinyLife/Actions/Emote.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetEmotes - path: ../TinyLife/Actions/Emote.cs - startLine: 102 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1406,14 +1022,6 @@ items: nameWithType: Emote.Register(TextureRegion, EmoteCategory) fullName: TinyLife.Actions.Emote.Register(MLEM.Textures.TextureRegion, TinyLife.Actions.EmoteCategory) type: Method - source: - remote: - path: TinyLife/Actions/Emote.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Register - path: ../TinyLife/Actions/Emote.cs - startLine: 111 assemblies: - Tiny Life namespace: TinyLife.Actions diff --git a/docs/api/TinyLife.Actions.EmoteCategory.yml b/docs/api/TinyLife.Actions.EmoteCategory.yml index 7ca4d23..5113efa 100644 --- a/docs/api/TinyLife.Actions.EmoteCategory.yml +++ b/docs/api/TinyLife.Actions.EmoteCategory.yml @@ -20,14 +20,6 @@ items: nameWithType: EmoteCategory fullName: TinyLife.Actions.EmoteCategory type: Enum - source: - remote: - path: TinyLife/Actions/Emote.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: EmoteCategory - path: ../TinyLife/Actions/Emote.cs - startLine: 176 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -59,14 +51,6 @@ items: nameWithType: EmoteCategory.General fullName: TinyLife.Actions.EmoteCategory.General type: Field - source: - remote: - path: TinyLife/Actions/Emote.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: General - path: ../TinyLife/Actions/Emote.cs - startLine: 180 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -85,14 +69,6 @@ items: nameWithType: EmoteCategory.Travel fullName: TinyLife.Actions.EmoteCategory.Travel type: Field - source: - remote: - path: TinyLife/Actions/Emote.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Travel - path: ../TinyLife/Actions/Emote.cs - startLine: 181 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -111,14 +87,6 @@ items: nameWithType: EmoteCategory.Negative fullName: TinyLife.Actions.EmoteCategory.Negative type: Field - source: - remote: - path: TinyLife/Actions/Emote.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Negative - path: ../TinyLife/Actions/Emote.cs - startLine: 182 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -137,14 +105,6 @@ items: nameWithType: EmoteCategory.Flirty fullName: TinyLife.Actions.EmoteCategory.Flirty type: Field - source: - remote: - path: TinyLife/Actions/Emote.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Flirty - path: ../TinyLife/Actions/Emote.cs - startLine: 183 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -163,14 +123,6 @@ items: nameWithType: EmoteCategory.Unable fullName: TinyLife.Actions.EmoteCategory.Unable type: Field - source: - remote: - path: TinyLife/Actions/Emote.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Unable - path: ../TinyLife/Actions/Emote.cs - startLine: 184 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -189,14 +141,6 @@ items: nameWithType: EmoteCategory.Food fullName: TinyLife.Actions.EmoteCategory.Food type: Field - source: - remote: - path: TinyLife/Actions/Emote.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Food - path: ../TinyLife/Actions/Emote.cs - startLine: 185 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -215,14 +159,6 @@ items: nameWithType: EmoteCategory.Object fullName: TinyLife.Actions.EmoteCategory.Object type: Field - source: - remote: - path: TinyLife/Actions/Emote.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Object - path: ../TinyLife/Actions/Emote.cs - startLine: 186 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -241,14 +177,6 @@ items: nameWithType: EmoteCategory.Emotion fullName: TinyLife.Actions.EmoteCategory.Emotion type: Field - source: - remote: - path: TinyLife/Actions/Emote.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Emotion - path: ../TinyLife/Actions/Emote.cs - startLine: 187 assemblies: - Tiny Life namespace: TinyLife.Actions diff --git a/docs/api/TinyLife.Actions.EmoteChoices.yml b/docs/api/TinyLife.Actions.EmoteChoices.yml index 3cb41ec..661281f 100644 --- a/docs/api/TinyLife.Actions.EmoteChoices.yml +++ b/docs/api/TinyLife.Actions.EmoteChoices.yml @@ -18,14 +18,6 @@ items: nameWithType: EmoteChoices fullName: TinyLife.Actions.EmoteChoices type: Struct - source: - remote: - path: TinyLife/Actions/Emote.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: EmoteChoices - path: ../TinyLife/Actions/Emote.cs - startLine: 122 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -56,14 +48,6 @@ items: nameWithType: EmoteChoices.EmoteChoices(EmoteCategory) fullName: TinyLife.Actions.EmoteChoices.EmoteChoices(TinyLife.Actions.EmoteCategory) type: Constructor - source: - remote: - path: TinyLife/Actions/Emote.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Actions/Emote.cs - startLine: 130 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -90,14 +74,6 @@ items: nameWithType: EmoteChoices.EmoteChoices(params Emote[]) fullName: TinyLife.Actions.EmoteChoices.EmoteChoices(params TinyLife.Actions.Emote[]) type: Constructor - source: - remote: - path: TinyLife/Actions/Emote.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Actions/Emote.cs - startLine: 137 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -124,14 +100,6 @@ items: nameWithType: EmoteChoices.GetEmote(Random) fullName: TinyLife.Actions.EmoteChoices.GetEmote(System.Random) type: Method - source: - remote: - path: TinyLife/Actions/Emote.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetEmote - path: ../TinyLife/Actions/Emote.cs - startLine: 146 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -159,14 +127,6 @@ items: nameWithType: EmoteChoices.implicit operator EmoteChoices(EmoteCategory) fullName: TinyLife.Actions.EmoteChoices.implicit operator TinyLife.Actions.EmoteChoices(TinyLife.Actions.EmoteCategory) type: Operator - source: - remote: - path: TinyLife/Actions/Emote.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: op_Implicit - path: ../TinyLife/Actions/Emote.cs - startLine: 153 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -195,14 +155,6 @@ items: nameWithType: EmoteChoices.implicit operator EmoteChoices(Emote[]) fullName: TinyLife.Actions.EmoteChoices.implicit operator TinyLife.Actions.EmoteChoices(TinyLife.Actions.Emote[]) type: Operator - source: - remote: - path: TinyLife/Actions/Emote.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: op_Implicit - path: ../TinyLife/Actions/Emote.cs - startLine: 160 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -231,14 +183,6 @@ items: nameWithType: EmoteChoices.implicit operator EmoteChoices(Emote) fullName: TinyLife.Actions.EmoteChoices.implicit operator TinyLife.Actions.EmoteChoices(TinyLife.Actions.Emote) type: Operator - source: - remote: - path: TinyLife/Actions/Emote.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: op_Implicit - path: ../TinyLife/Actions/Emote.cs - startLine: 167 assemblies: - Tiny Life namespace: TinyLife.Actions diff --git a/docs/api/TinyLife.Actions.GoHereAction.yml b/docs/api/TinyLife.Actions.GoHereAction.yml index b188113..a6ba8af 100644 --- a/docs/api/TinyLife.Actions.GoHereAction.yml +++ b/docs/api/TinyLife.Actions.GoHereAction.yml @@ -19,14 +19,6 @@ items: nameWithType: GoHereAction fullName: TinyLife.Actions.GoHereAction type: Class - source: - remote: - path: TinyLife/Actions/GoHereAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GoHereAction - path: ../TinyLife/Actions/GoHereAction.cs - startLine: 13 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -141,14 +133,6 @@ items: nameWithType: GoHereAction.WalkSpeedMultiplier fullName: TinyLife.Actions.GoHereAction.WalkSpeedMultiplier type: Field - source: - remote: - path: TinyLife/Actions/GoHereAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: WalkSpeedMultiplier - path: ../TinyLife/Actions/GoHereAction.cs - startLine: 20 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -183,14 +167,6 @@ items: nameWithType: GoHereAction.DriveSpeedMultiplier fullName: TinyLife.Actions.GoHereAction.DriveSpeedMultiplier type: Field - source: - remote: - path: TinyLife/Actions/GoHereAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DriveSpeedMultiplier - path: ../TinyLife/Actions/GoHereAction.cs - startLine: 26 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -225,14 +201,6 @@ items: nameWithType: GoHereAction.GoHereAction(ActionType, ActionInfo) fullName: TinyLife.Actions.GoHereAction.GoHereAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo) type: Constructor - source: - remote: - path: TinyLife/Actions/GoHereAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Actions/GoHereAction.cs - startLine: 29 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -263,14 +231,6 @@ items: nameWithType: GoHereAction.CreateFirstActions() fullName: TinyLife.Actions.GoHereAction.CreateFirstActions() type: Method - source: - remote: - path: TinyLife/Actions/GoHereAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CreateFirstActions - path: ../TinyLife/Actions/GoHereAction.cs - startLine: 32 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -302,14 +262,6 @@ items: nameWithType: GoHereAction.AndThenIsCompleted() fullName: TinyLife.Actions.GoHereAction.AndThenIsCompleted() type: Method - source: - remote: - path: TinyLife/Actions/GoHereAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AndThenIsCompleted - path: ../TinyLife/Actions/GoHereAction.cs - startLine: 88 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -337,14 +289,6 @@ items: nameWithType: GoHereAction.AndThenOnCompleted(CompletionType) fullName: TinyLife.Actions.GoHereAction.AndThenOnCompleted(TinyLife.Actions.CompletionType) type: Method - source: - remote: - path: TinyLife/Actions/GoHereAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AndThenOnCompleted - path: ../TinyLife/Actions/GoHereAction.cs - startLine: 93 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -373,14 +317,6 @@ items: nameWithType: GoHereAction.CanCancel(Action) fullName: TinyLife.Actions.GoHereAction.CanCancel(TinyLife.Actions.Action) type: Method - source: - remote: - path: TinyLife/Actions/GoHereAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CanCancel - path: ../TinyLife/Actions/GoHereAction.cs - startLine: 102 assemblies: - Tiny Life namespace: TinyLife.Actions diff --git a/docs/api/TinyLife.Actions.Handlers.MultiActionHandler.yml b/docs/api/TinyLife.Actions.Handlers.MultiActionHandler.yml index 78d5ba9..8aa41df 100644 --- a/docs/api/TinyLife.Actions.Handlers.MultiActionHandler.yml +++ b/docs/api/TinyLife.Actions.Handlers.MultiActionHandler.yml @@ -21,14 +21,6 @@ items: nameWithType: MultiActionHandler fullName: TinyLife.Actions.Handlers.MultiActionHandler type: Class - source: - remote: - path: TinyLife/Actions/Handlers/MultiActionHandler.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: MultiActionHandler - path: ../TinyLife/Actions/Handlers/MultiActionHandler.cs - startLine: 14 assemblies: - Tiny Life namespace: TinyLife.Actions.Handlers @@ -73,14 +65,6 @@ items: nameWithType: MultiActionHandler.OnInitialize fullName: TinyLife.Actions.Handlers.MultiActionHandler.OnInitialize type: Event - source: - remote: - path: TinyLife/Actions/Handlers/MultiActionHandler.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnInitialize - path: ../TinyLife/Actions/Handlers/MultiActionHandler.cs - startLine: 21 assemblies: - Tiny Life namespace: TinyLife.Actions.Handlers @@ -105,14 +89,6 @@ items: nameWithType: MultiActionHandler.Actions fullName: TinyLife.Actions.Handlers.MultiActionHandler.Actions type: Property - source: - remote: - path: TinyLife/Actions/Handlers/MultiActionHandler.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Actions - path: ../TinyLife/Actions/Handlers/MultiActionHandler.cs - startLine: 29 assemblies: - Tiny Life namespace: TinyLife.Actions.Handlers @@ -153,14 +129,6 @@ items: nameWithType: MultiActionHandler.Current fullName: TinyLife.Actions.Handlers.MultiActionHandler.Current type: Property - source: - remote: - path: TinyLife/Actions/Handlers/MultiActionHandler.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Current - path: ../TinyLife/Actions/Handlers/MultiActionHandler.cs - startLine: 34 assemblies: - Tiny Life namespace: TinyLife.Actions.Handlers @@ -184,14 +152,6 @@ items: nameWithType: MultiActionHandler.MultiActionHandler(Action) fullName: TinyLife.Actions.Handlers.MultiActionHandler.MultiActionHandler(TinyLife.Actions.Action) type: Constructor - source: - remote: - path: TinyLife/Actions/Handlers/MultiActionHandler.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Actions/Handlers/MultiActionHandler.cs - startLine: 42 assemblies: - Tiny Life namespace: TinyLife.Actions.Handlers @@ -219,14 +179,6 @@ items: nameWithType: MultiActionHandler.Initialize(ICollection) fullName: TinyLife.Actions.Handlers.MultiActionHandler.Initialize(System.Collections.Generic.ICollection) type: Method - source: - remote: - path: TinyLife/Actions/Handlers/MultiActionHandler.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Initialize - path: ../TinyLife/Actions/Handlers/MultiActionHandler.cs - startLine: 53 assemblies: - Tiny Life namespace: TinyLife.Actions.Handlers @@ -262,14 +214,6 @@ items: nameWithType: MultiActionHandler.Update(GameTime, TimeSpan, float) fullName: TinyLife.Actions.Handlers.MultiActionHandler.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) type: Method - source: - remote: - path: TinyLife/Actions/Handlers/MultiActionHandler.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Update - path: ../TinyLife/Actions/Handlers/MultiActionHandler.cs - startLine: 86 assemblies: - Tiny Life namespace: TinyLife.Actions.Handlers @@ -309,14 +253,6 @@ items: nameWithType: MultiActionHandler.Validate(Action, PersonLike) fullName: TinyLife.Actions.Handlers.MultiActionHandler.Validate(TinyLife.Actions.Action, TinyLife.Objects.PersonLike) type: Method - source: - remote: - path: TinyLife/Actions/Handlers/MultiActionHandler.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Validate - path: ../TinyLife/Actions/Handlers/MultiActionHandler.cs - startLine: 102 assemblies: - Tiny Life namespace: TinyLife.Actions.Handlers @@ -350,14 +286,6 @@ items: nameWithType: MultiActionHandler.IsCompleted() fullName: TinyLife.Actions.Handlers.MultiActionHandler.IsCompleted() type: Method - source: - remote: - path: TinyLife/Actions/Handlers/MultiActionHandler.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IsCompleted - path: ../TinyLife/Actions/Handlers/MultiActionHandler.cs - startLine: 124 assemblies: - Tiny Life namespace: TinyLife.Actions.Handlers @@ -386,14 +314,6 @@ items: nameWithType: MultiActionHandler.OnCompleted(CompletionType) fullName: TinyLife.Actions.Handlers.MultiActionHandler.OnCompleted(TinyLife.Actions.CompletionType) type: Method - source: - remote: - path: TinyLife/Actions/Handlers/MultiActionHandler.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnCompleted - path: ../TinyLife/Actions/Handlers/MultiActionHandler.cs - startLine: 139 assemblies: - Tiny Life namespace: TinyLife.Actions.Handlers diff --git a/docs/api/TinyLife.Actions.Handlers.UnderlyingActionHandler.yml b/docs/api/TinyLife.Actions.Handlers.UnderlyingActionHandler.yml index 984571f..d47661c 100644 --- a/docs/api/TinyLife.Actions.Handlers.UnderlyingActionHandler.yml +++ b/docs/api/TinyLife.Actions.Handlers.UnderlyingActionHandler.yml @@ -20,14 +20,6 @@ items: nameWithType: UnderlyingActionHandler fullName: TinyLife.Actions.Handlers.UnderlyingActionHandler type: Class - source: - remote: - path: TinyLife/Actions/Handlers/UnderlyingActionHandler.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: UnderlyingActionHandler - path: ../TinyLife/Actions/Handlers/UnderlyingActionHandler.cs - startLine: 13 assemblies: - Tiny Life namespace: TinyLife.Actions.Handlers @@ -72,14 +64,6 @@ items: nameWithType: UnderlyingActionHandler.Action fullName: TinyLife.Actions.Handlers.UnderlyingActionHandler.Action type: Property - source: - remote: - path: TinyLife/Actions/Handlers/UnderlyingActionHandler.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Action - path: ../TinyLife/Actions/Handlers/UnderlyingActionHandler.cs - startLine: 20 assemblies: - Tiny Life namespace: TinyLife.Actions.Handlers @@ -116,14 +100,6 @@ items: nameWithType: UnderlyingActionHandler.UnderlyingActionHandler(Action) fullName: TinyLife.Actions.Handlers.UnderlyingActionHandler.UnderlyingActionHandler(TinyLife.Actions.Action) type: Constructor - source: - remote: - path: TinyLife/Actions/Handlers/UnderlyingActionHandler.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Actions/Handlers/UnderlyingActionHandler.cs - startLine: 30 assemblies: - Tiny Life namespace: TinyLife.Actions.Handlers @@ -151,14 +127,6 @@ items: nameWithType: UnderlyingActionHandler.Initialize(ActionType, ActionInfo, bool) fullName: TinyLife.Actions.Handlers.UnderlyingActionHandler.Initialize(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, bool) type: Method - source: - remote: - path: TinyLife/Actions/Handlers/UnderlyingActionHandler.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Initialize - path: ../TinyLife/Actions/Handlers/UnderlyingActionHandler.cs - startLine: 40 assemblies: - Tiny Life namespace: TinyLife.Actions.Handlers @@ -196,14 +164,6 @@ items: nameWithType: UnderlyingActionHandler.InitializeExact(Action) fullName: TinyLife.Actions.Handlers.UnderlyingActionHandler.InitializeExact(TinyLife.Actions.Action) type: Method - source: - remote: - path: TinyLife/Actions/Handlers/UnderlyingActionHandler.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: InitializeExact - path: ../TinyLife/Actions/Handlers/UnderlyingActionHandler.cs - startLine: 53 assemblies: - Tiny Life namespace: TinyLife.Actions.Handlers @@ -231,14 +191,6 @@ items: nameWithType: UnderlyingActionHandler.Update(GameTime, TimeSpan, float) fullName: TinyLife.Actions.Handlers.UnderlyingActionHandler.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) type: Method - source: - remote: - path: TinyLife/Actions/Handlers/UnderlyingActionHandler.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Update - path: ../TinyLife/Actions/Handlers/UnderlyingActionHandler.cs - startLine: 71 assemblies: - Tiny Life namespace: TinyLife.Actions.Handlers @@ -275,14 +227,6 @@ items: nameWithType: UnderlyingActionHandler.Validate(Action, PersonLike) fullName: TinyLife.Actions.Handlers.UnderlyingActionHandler.Validate(TinyLife.Actions.Action, TinyLife.Objects.PersonLike) type: Method - source: - remote: - path: TinyLife/Actions/Handlers/UnderlyingActionHandler.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Validate - path: ../TinyLife/Actions/Handlers/UnderlyingActionHandler.cs - startLine: 87 assemblies: - Tiny Life namespace: TinyLife.Actions.Handlers @@ -316,14 +260,6 @@ items: nameWithType: UnderlyingActionHandler.IsCompleted() fullName: TinyLife.Actions.Handlers.UnderlyingActionHandler.IsCompleted() type: Method - source: - remote: - path: TinyLife/Actions/Handlers/UnderlyingActionHandler.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IsCompleted - path: ../TinyLife/Actions/Handlers/UnderlyingActionHandler.cs - startLine: 105 assemblies: - Tiny Life namespace: TinyLife.Actions.Handlers @@ -347,14 +283,6 @@ items: nameWithType: UnderlyingActionHandler.OnCompleted(CompletionType) fullName: TinyLife.Actions.Handlers.UnderlyingActionHandler.OnCompleted(TinyLife.Actions.CompletionType) type: Method - source: - remote: - path: TinyLife/Actions/Handlers/UnderlyingActionHandler.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnCompleted - path: ../TinyLife/Actions/Handlers/UnderlyingActionHandler.cs - startLine: 118 assemblies: - Tiny Life namespace: TinyLife.Actions.Handlers diff --git a/docs/api/TinyLife.Actions.HelpAction.yml b/docs/api/TinyLife.Actions.HelpAction.yml index e117896..ce64f8a 100644 --- a/docs/api/TinyLife.Actions.HelpAction.yml +++ b/docs/api/TinyLife.Actions.HelpAction.yml @@ -31,14 +31,6 @@ items: nameWithType: HelpAction fullName: TinyLife.Actions.HelpAction type: Class - source: - remote: - path: TinyLife/Actions/HelpAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: HelpAction - path: ../TinyLife/Actions/HelpAction.cs - startLine: 14 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -163,14 +155,6 @@ items: nameWithType: HelpAction.IsHelper fullName: TinyLife.Actions.HelpAction.IsHelper type: Property - source: - remote: - path: TinyLife/Actions/HelpAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IsHelper - path: ../TinyLife/Actions/HelpAction.cs - startLine: 19 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -194,14 +178,6 @@ items: nameWithType: HelpAction.HelpedAction fullName: TinyLife.Actions.HelpAction.HelpedAction type: Property - source: - remote: - path: TinyLife/Actions/HelpAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: HelpedAction - path: ../TinyLife/Actions/HelpAction.cs - startLine: 23 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -225,14 +201,6 @@ items: nameWithType: HelpAction.Helper fullName: TinyLife.Actions.HelpAction.Helper type: Property - source: - remote: - path: TinyLife/Actions/HelpAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Helper - path: ../TinyLife/Actions/HelpAction.cs - startLine: 27 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -256,14 +224,6 @@ items: nameWithType: HelpAction.HelpAction(ActionInfo, bool, PersonLike) fullName: TinyLife.Actions.HelpAction.HelpAction(TinyLife.Actions.ActionInfo, bool, TinyLife.Objects.PersonLike) type: Constructor - source: - remote: - path: TinyLife/Actions/HelpAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Actions/HelpAction.cs - startLine: 38 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -293,14 +253,6 @@ items: nameWithType: HelpAction.HelpAction(ActionType, ActionInfo, bool, PersonLike) fullName: TinyLife.Actions.HelpAction.HelpAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, bool, TinyLife.Objects.PersonLike) type: Constructor - source: - remote: - path: TinyLife/Actions/HelpAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Actions/HelpAction.cs - startLine: 46 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -332,14 +284,6 @@ items: nameWithType: HelpAction.CreateHelpedAction(ActionInfo) fullName: TinyLife.Actions.HelpAction.CreateHelpedAction(TinyLife.Actions.ActionInfo) type: Method - source: - remote: - path: TinyLife/Actions/HelpAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CreateHelpedAction - path: ../TinyLife/Actions/HelpAction.cs - startLine: 59 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -370,14 +314,6 @@ items: nameWithType: HelpAction.UpdateHelpedAction(Action, GameTime, TimeSpan, float) fullName: TinyLife.Actions.HelpAction.UpdateHelpedAction(TinyLife.Actions.Action, Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) type: Method - source: - remote: - path: TinyLife/Actions/HelpAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: UpdateHelpedAction - path: ../TinyLife/Actions/HelpAction.cs - startLine: 68 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -414,14 +350,6 @@ items: nameWithType: HelpAction.OnHelpedActionCompleted(Action, CompletionType) fullName: TinyLife.Actions.HelpAction.OnHelpedActionCompleted(TinyLife.Actions.Action, TinyLife.Actions.CompletionType) type: Method - source: - remote: - path: TinyLife/Actions/HelpAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnHelpedActionCompleted - path: ../TinyLife/Actions/HelpAction.cs - startLine: 75 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -449,14 +377,6 @@ items: nameWithType: HelpAction.CanMultitask(Action) fullName: TinyLife.Actions.HelpAction.CanMultitask(TinyLife.Actions.Action) type: Method - source: - remote: - path: TinyLife/Actions/HelpAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CanMultitask - path: ../TinyLife/Actions/HelpAction.cs - startLine: 78 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -492,14 +412,6 @@ items: nameWithType: HelpAction.Validate(PersonLike) fullName: TinyLife.Actions.HelpAction.Validate(TinyLife.Objects.PersonLike) type: Method - source: - remote: - path: TinyLife/Actions/HelpAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Validate - path: ../TinyLife/Actions/HelpAction.cs - startLine: 85 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -533,14 +445,6 @@ items: nameWithType: HelpAction.GetNextAction(CompletionType) fullName: TinyLife.Actions.HelpAction.GetNextAction(TinyLife.Actions.CompletionType) type: Method - source: - remote: - path: TinyLife/Actions/HelpAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetNextAction - path: ../TinyLife/Actions/HelpAction.cs - startLine: 90 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -574,14 +478,6 @@ items: nameWithType: HelpAction.GetProgress() fullName: TinyLife.Actions.HelpAction.GetProgress() type: Method - source: - remote: - path: TinyLife/Actions/HelpAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetProgress - path: ../TinyLife/Actions/HelpAction.cs - startLine: 95 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -611,14 +507,6 @@ items: nameWithType: HelpAction.IsConversationCompleted() fullName: TinyLife.Actions.HelpAction.IsConversationCompleted() type: Method - source: - remote: - path: TinyLife/Actions/HelpAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IsConversationCompleted - path: ../TinyLife/Actions/HelpAction.cs - startLine: 100 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -648,14 +536,6 @@ items: nameWithType: HelpAction.CreateFirstActions() fullName: TinyLife.Actions.HelpAction.CreateFirstActions() type: Method - source: - remote: - path: TinyLife/Actions/HelpAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CreateFirstActions - path: ../TinyLife/Actions/HelpAction.cs - startLine: 106 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -687,14 +567,6 @@ items: nameWithType: HelpAction.InitializeConversation() fullName: TinyLife.Actions.HelpAction.InitializeConversation() type: Method - source: - remote: - path: TinyLife/Actions/HelpAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: InitializeConversation - path: ../TinyLife/Actions/HelpAction.cs - startLine: 126 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -719,14 +591,6 @@ items: nameWithType: HelpAction.UpdateConversation(GameTime, TimeSpan, float) fullName: TinyLife.Actions.HelpAction.UpdateConversation(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) type: Method - source: - remote: - path: TinyLife/Actions/HelpAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: UpdateConversation - path: ../TinyLife/Actions/HelpAction.cs - startLine: 134 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -766,14 +630,6 @@ items: nameWithType: HelpAction.AndThenOnCompleted(CompletionType) fullName: TinyLife.Actions.HelpAction.AndThenOnCompleted(TinyLife.Actions.CompletionType) type: Method - source: - remote: - path: TinyLife/Actions/HelpAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AndThenOnCompleted - path: ../TinyLife/Actions/HelpAction.cs - startLine: 158 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -802,14 +658,6 @@ items: nameWithType: HelpAction.OnChildCompleted(Action, CompletionType, bool) fullName: TinyLife.Actions.HelpAction.OnChildCompleted(TinyLife.Actions.Action, TinyLife.Actions.CompletionType, bool) type: Method - source: - remote: - path: TinyLife/Actions/HelpAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnChildCompleted - path: ../TinyLife/Actions/HelpAction.cs - startLine: 164 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -849,14 +697,6 @@ items: nameWithType: HelpAction.CreateActions(string, ObjectCategory, Type, ActionType.CanExecuteDelegate, ActionType.CanExecuteDelegate, ActionType.AiSettings?, ActionType.AiSettings?) fullName: TinyLife.Actions.HelpAction.CreateActions(string, TinyLife.Objects.ObjectCategory, System.Type, TinyLife.Actions.ActionType.CanExecuteDelegate, TinyLife.Actions.ActionType.CanExecuteDelegate, TinyLife.Actions.ActionType.AiSettings?, TinyLife.Actions.ActionType.AiSettings?) type: Method - source: - remote: - path: TinyLife/Actions/HelpAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CreateActions - path: ../TinyLife/Actions/HelpAction.cs - startLine: 184 assemblies: - Tiny Life namespace: TinyLife.Actions diff --git a/docs/api/TinyLife.Actions.HoldingPersonAction.yml b/docs/api/TinyLife.Actions.HoldingPersonAction.yml index d87c65c..7c11f07 100644 --- a/docs/api/TinyLife.Actions.HoldingPersonAction.yml +++ b/docs/api/TinyLife.Actions.HoldingPersonAction.yml @@ -19,14 +19,6 @@ items: nameWithType: HoldingPersonAction fullName: TinyLife.Actions.HoldingPersonAction type: Class - source: - remote: - path: TinyLife/Actions/HoldingPersonAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: HoldingPersonAction - path: ../TinyLife/Actions/HoldingPersonAction.cs - startLine: 12 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -157,14 +149,6 @@ items: nameWithType: HoldingPersonAction.IsHoldingParty fullName: TinyLife.Actions.HoldingPersonAction.IsHoldingParty type: Property - source: - remote: - path: TinyLife/Actions/HoldingPersonAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IsHoldingParty - path: ../TinyLife/Actions/HoldingPersonAction.cs - startLine: 17 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -188,14 +172,6 @@ items: nameWithType: HoldingPersonAction.HoldingPersonAction(ActionInfo) fullName: TinyLife.Actions.HoldingPersonAction.HoldingPersonAction(TinyLife.Actions.ActionInfo) type: Constructor - source: - remote: - path: TinyLife/Actions/HoldingPersonAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Actions/HoldingPersonAction.cs - startLine: 23 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -223,14 +199,6 @@ items: nameWithType: HoldingPersonAction.HoldingPersonAction(ActionType, ActionInfo) fullName: TinyLife.Actions.HoldingPersonAction.HoldingPersonAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo) type: Constructor - source: - remote: - path: TinyLife/Actions/HoldingPersonAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Actions/HoldingPersonAction.cs - startLine: 26 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -261,14 +229,6 @@ items: nameWithType: HoldingPersonAction.CreateFirstActions() fullName: TinyLife.Actions.HoldingPersonAction.CreateFirstActions() type: Method - source: - remote: - path: TinyLife/Actions/HoldingPersonAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CreateFirstActions - path: ../TinyLife/Actions/HoldingPersonAction.cs - startLine: 29 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -300,14 +260,6 @@ items: nameWithType: HoldingPersonAction.CreateLastActions() fullName: TinyLife.Actions.HoldingPersonAction.CreateLastActions() type: Method - source: - remote: - path: TinyLife/Actions/HoldingPersonAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CreateLastActions - path: ../TinyLife/Actions/HoldingPersonAction.cs - startLine: 42 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -339,14 +291,6 @@ items: nameWithType: HoldingPersonAction.CanCancel(Action) fullName: TinyLife.Actions.HoldingPersonAction.CanCancel(TinyLife.Actions.Action) type: Method - source: - remote: - path: TinyLife/Actions/HoldingPersonAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CanCancel - path: ../TinyLife/Actions/HoldingPersonAction.cs - startLine: 51 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -380,14 +324,6 @@ items: nameWithType: HoldingPersonAction.CanMultitask(Action) fullName: TinyLife.Actions.HoldingPersonAction.CanMultitask(TinyLife.Actions.Action) type: Method - source: - remote: - path: TinyLife/Actions/HoldingPersonAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CanMultitask - path: ../TinyLife/Actions/HoldingPersonAction.cs - startLine: 57 assemblies: - Tiny Life namespace: TinyLife.Actions diff --git a/docs/api/TinyLife.Actions.MultiAction.Stage.yml b/docs/api/TinyLife.Actions.MultiAction.Stage.yml index 131dd85..779278d 100644 --- a/docs/api/TinyLife.Actions.MultiAction.Stage.yml +++ b/docs/api/TinyLife.Actions.MultiAction.Stage.yml @@ -16,14 +16,6 @@ items: nameWithType: MultiAction.Stage fullName: TinyLife.Actions.MultiAction.Stage type: Enum - source: - remote: - path: TinyLife/Actions/MultiAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Stage - path: ../TinyLife/Actions/MultiAction.cs - startLine: 222 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -45,14 +37,6 @@ items: nameWithType: MultiAction.Stage.First fullName: TinyLife.Actions.MultiAction.Stage.First type: Field - source: - remote: - path: TinyLife/Actions/MultiAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: First - path: ../TinyLife/Actions/MultiAction.cs - startLine: 227 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -73,14 +57,6 @@ items: nameWithType: MultiAction.Stage.Main fullName: TinyLife.Actions.MultiAction.Stage.Main type: Field - source: - remote: - path: TinyLife/Actions/MultiAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Main - path: ../TinyLife/Actions/MultiAction.cs - startLine: 231 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -101,14 +77,6 @@ items: nameWithType: MultiAction.Stage.Last fullName: TinyLife.Actions.MultiAction.Stage.Last type: Field - source: - remote: - path: TinyLife/Actions/MultiAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Last - path: ../TinyLife/Actions/MultiAction.cs - startLine: 235 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -129,14 +97,6 @@ items: nameWithType: MultiAction.Stage.Done fullName: TinyLife.Actions.MultiAction.Stage.Done type: Field - source: - remote: - path: TinyLife/Actions/MultiAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Done - path: ../TinyLife/Actions/MultiAction.cs - startLine: 239 assemblies: - Tiny Life namespace: TinyLife.Actions diff --git a/docs/api/TinyLife.Actions.MultiAction.yml b/docs/api/TinyLife.Actions.MultiAction.yml index 98ba53b..b9466ec 100644 --- a/docs/api/TinyLife.Actions.MultiAction.yml +++ b/docs/api/TinyLife.Actions.MultiAction.yml @@ -35,14 +35,6 @@ items: nameWithType: MultiAction fullName: TinyLife.Actions.MultiAction type: Class - source: - remote: - path: TinyLife/Actions/MultiAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: MultiAction - path: ../TinyLife/Actions/MultiAction.cs - startLine: 14 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -67,9 +59,9 @@ items: - TinyLife.Actions.SellAction - TinyLife.Actions.SitAction - TinyLife.Actions.SocialAction + - TinyLife.Actions.StartTogetherAction - TinyLife.Actions.StoreAction - TinyLife.Actions.WatchTvAction - - TinyLife.StartTogetherAction implements: - MLEM.Misc.IGenericDataHolder inheritedMembers: @@ -151,14 +143,6 @@ items: nameWithType: MultiAction.Handler fullName: TinyLife.Actions.MultiAction.Handler type: Field - source: - remote: - path: TinyLife/Actions/MultiAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Handler - path: ../TinyLife/Actions/MultiAction.cs - startLine: 20 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -190,14 +174,6 @@ items: nameWithType: MultiAction.MainElapsedTime fullName: TinyLife.Actions.MultiAction.MainElapsedTime type: Property - source: - remote: - path: TinyLife/Actions/MultiAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: MainElapsedTime - path: ../TinyLife/Actions/MultiAction.cs - startLine: 25 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -231,14 +207,6 @@ items: nameWithType: MultiAction.InProgressTime fullName: TinyLife.Actions.MultiAction.InProgressTime type: Property - source: - remote: - path: TinyLife/Actions/MultiAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: InProgressTime - path: ../TinyLife/Actions/MultiAction.cs - startLine: 28 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -269,14 +237,6 @@ items: nameWithType: MultiAction.CurrentStage fullName: TinyLife.Actions.MultiAction.CurrentStage type: Property - source: - remote: - path: TinyLife/Actions/MultiAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CurrentStage - path: ../TinyLife/Actions/MultiAction.cs - startLine: 33 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -310,14 +270,6 @@ items: nameWithType: MultiAction.MultiAction(ActionInfo) fullName: TinyLife.Actions.MultiAction.MultiAction(TinyLife.Actions.ActionInfo) type: Constructor - source: - remote: - path: TinyLife/Actions/MultiAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Actions/MultiAction.cs - startLine: 37 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -345,14 +297,6 @@ items: nameWithType: MultiAction.MultiAction(ActionType, ActionInfo) fullName: TinyLife.Actions.MultiAction.MultiAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo) type: Constructor - source: - remote: - path: TinyLife/Actions/MultiAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Actions/MultiAction.cs - startLine: 42 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -383,14 +327,6 @@ items: nameWithType: MultiAction.CreateFirstActions() fullName: TinyLife.Actions.MultiAction.CreateFirstActions() type: Method - source: - remote: - path: TinyLife/Actions/MultiAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CreateFirstActions - path: ../TinyLife/Actions/MultiAction.cs - startLine: 53 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -421,14 +357,6 @@ items: nameWithType: MultiAction.CreateLastActions() fullName: TinyLife.Actions.MultiAction.CreateLastActions() type: Method - source: - remote: - path: TinyLife/Actions/MultiAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CreateLastActions - path: ../TinyLife/Actions/MultiAction.cs - startLine: 62 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -459,14 +387,6 @@ items: nameWithType: MultiAction.AndThenInitialize() fullName: TinyLife.Actions.MultiAction.AndThenInitialize() type: Method - source: - remote: - path: TinyLife/Actions/MultiAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AndThenInitialize - path: ../TinyLife/Actions/MultiAction.cs - startLine: 70 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -490,14 +410,6 @@ items: nameWithType: MultiAction.AndThenIsCompleted() fullName: TinyLife.Actions.MultiAction.AndThenIsCompleted() type: Method - source: - remote: - path: TinyLife/Actions/MultiAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AndThenIsCompleted - path: ../TinyLife/Actions/MultiAction.cs - startLine: 77 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -524,14 +436,6 @@ items: nameWithType: MultiAction.AndThenUpdate(GameTime, TimeSpan, float) fullName: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) type: Method - source: - remote: - path: TinyLife/Actions/MultiAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AndThenUpdate - path: ../TinyLife/Actions/MultiAction.cs - startLine: 87 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -570,14 +474,6 @@ items: nameWithType: MultiAction.OnFirstUpdate(GameTime, TimeSpan, float) fullName: TinyLife.Actions.MultiAction.OnFirstUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) type: Method - source: - remote: - path: TinyLife/Actions/MultiAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnFirstUpdate - path: ../TinyLife/Actions/MultiAction.cs - startLine: 97 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -611,14 +507,6 @@ items: nameWithType: MultiAction.OnLastUpdate(GameTime, TimeSpan, float) fullName: TinyLife.Actions.MultiAction.OnLastUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) type: Method - source: - remote: - path: TinyLife/Actions/MultiAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnLastUpdate - path: ../TinyLife/Actions/MultiAction.cs - startLine: 105 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -652,14 +540,6 @@ items: nameWithType: MultiAction.AndThenOnCompleted(CompletionType) fullName: TinyLife.Actions.MultiAction.AndThenOnCompleted(TinyLife.Actions.CompletionType) type: Method - source: - remote: - path: TinyLife/Actions/MultiAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AndThenOnCompleted - path: ../TinyLife/Actions/MultiAction.cs - startLine: 112 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -687,14 +567,6 @@ items: nameWithType: MultiAction.PreInitialize() fullName: TinyLife.Actions.MultiAction.PreInitialize() type: Method - source: - remote: - path: TinyLife/Actions/MultiAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PreInitialize - path: ../TinyLife/Actions/MultiAction.cs - startLine: 118 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -718,14 +590,6 @@ items: nameWithType: MultiAction.PreCompleted(CompletionType) fullName: TinyLife.Actions.MultiAction.PreCompleted(TinyLife.Actions.CompletionType) type: Method - source: - remote: - path: TinyLife/Actions/MultiAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PreCompleted - path: ../TinyLife/Actions/MultiAction.cs - startLine: 124 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -750,14 +614,6 @@ items: nameWithType: MultiAction.Update(GameTime, TimeSpan, float) fullName: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) type: Method - source: - remote: - path: TinyLife/Actions/MultiAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Update - path: ../TinyLife/Actions/MultiAction.cs - startLine: 127 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -795,14 +651,6 @@ items: nameWithType: MultiAction.Initialize() fullName: TinyLife.Actions.MultiAction.Initialize() type: Method - source: - remote: - path: TinyLife/Actions/MultiAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Initialize - path: ../TinyLife/Actions/MultiAction.cs - startLine: 159 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -827,14 +675,6 @@ items: nameWithType: MultiAction.IsCompleted() fullName: TinyLife.Actions.MultiAction.IsCompleted() type: Method - source: - remote: - path: TinyLife/Actions/MultiAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IsCompleted - path: ../TinyLife/Actions/MultiAction.cs - startLine: 169 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -864,14 +704,6 @@ items: nameWithType: MultiAction.OnCompleted(CompletionType) fullName: TinyLife.Actions.MultiAction.OnCompleted(TinyLife.Actions.CompletionType) type: Method - source: - remote: - path: TinyLife/Actions/MultiAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnCompleted - path: ../TinyLife/Actions/MultiAction.cs - startLine: 189 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -902,14 +734,6 @@ items: nameWithType: MultiAction.Validate(PersonLike) fullName: TinyLife.Actions.MultiAction.Validate(TinyLife.Objects.PersonLike) type: Method - source: - remote: - path: TinyLife/Actions/MultiAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Validate - path: ../TinyLife/Actions/MultiAction.cs - startLine: 204 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -943,14 +767,6 @@ items: nameWithType: MultiAction.CanCancel(Action) fullName: TinyLife.Actions.MultiAction.CanCancel(TinyLife.Actions.Action) type: Method - source: - remote: - path: TinyLife/Actions/MultiAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CanCancel - path: ../TinyLife/Actions/MultiAction.cs - startLine: 209 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -984,14 +800,6 @@ items: nameWithType: MultiAction.CanStartNow() fullName: TinyLife.Actions.MultiAction.CanStartNow() type: Method - source: - remote: - path: TinyLife/Actions/MultiAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CanStartNow - path: ../TinyLife/Actions/MultiAction.cs - startLine: 215 assemblies: - Tiny Life namespace: TinyLife.Actions diff --git a/docs/api/TinyLife.Actions.OrderFromStaffAction.yml b/docs/api/TinyLife.Actions.OrderFromStaffAction.yml index e95434f..3fbc53a 100644 --- a/docs/api/TinyLife.Actions.OrderFromStaffAction.yml +++ b/docs/api/TinyLife.Actions.OrderFromStaffAction.yml @@ -23,14 +23,6 @@ items: nameWithType: OrderFromStaffAction fullName: TinyLife.Actions.OrderFromStaffAction type: Class - source: - remote: - path: TinyLife/Actions/OrderFromStaffAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OrderFromStaffAction - path: ../TinyLife/Actions/OrderFromStaffAction.cs - startLine: 13 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -163,14 +155,6 @@ items: nameWithType: OrderFromStaffAction.ImportantObject fullName: TinyLife.Actions.OrderFromStaffAction.ImportantObject type: Property - source: - remote: - path: TinyLife/Actions/OrderFromStaffAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ImportantObject - path: ../TinyLife/Actions/OrderFromStaffAction.cs - startLine: 18 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -194,14 +178,6 @@ items: nameWithType: OrderFromStaffAction.PickUpOrderAction fullName: TinyLife.Actions.OrderFromStaffAction.PickUpOrderAction type: Property - source: - remote: - path: TinyLife/Actions/OrderFromStaffAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PickUpOrderAction - path: ../TinyLife/Actions/OrderFromStaffAction.cs - startLine: 23 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -228,14 +204,6 @@ items: nameWithType: OrderFromStaffAction.MaxDistanceFromObject fullName: TinyLife.Actions.OrderFromStaffAction.MaxDistanceFromObject type: Property - source: - remote: - path: TinyLife/Actions/OrderFromStaffAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: MaxDistanceFromObject - path: ../TinyLife/Actions/OrderFromStaffAction.cs - startLine: 27 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -259,14 +227,6 @@ items: nameWithType: OrderFromStaffAction.OrderFromStaffAction(ActionType, ActionInfo) fullName: TinyLife.Actions.OrderFromStaffAction.OrderFromStaffAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo) type: Constructor - source: - remote: - path: TinyLife/Actions/OrderFromStaffAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Actions/OrderFromStaffAction.cs - startLine: 30 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -297,14 +257,6 @@ items: nameWithType: OrderFromStaffAction.OrderFromStaffAction(ActionInfo) fullName: TinyLife.Actions.OrderFromStaffAction.OrderFromStaffAction(TinyLife.Actions.ActionInfo) type: Constructor - source: - remote: - path: TinyLife/Actions/OrderFromStaffAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Actions/OrderFromStaffAction.cs - startLine: 33 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -332,14 +284,6 @@ items: nameWithType: OrderFromStaffAction.CreatePrepareAction(ActionInfo) fullName: TinyLife.Actions.OrderFromStaffAction.CreatePrepareAction(TinyLife.Actions.ActionInfo) type: Method - source: - remote: - path: TinyLife/Actions/OrderFromStaffAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CreatePrepareAction - path: ../TinyLife/Actions/OrderFromStaffAction.cs - startLine: 40 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -367,14 +311,6 @@ items: nameWithType: OrderFromStaffAction.CreateFirstActions() fullName: TinyLife.Actions.OrderFromStaffAction.CreateFirstActions() type: Method - source: - remote: - path: TinyLife/Actions/OrderFromStaffAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CreateFirstActions - path: ../TinyLife/Actions/OrderFromStaffAction.cs - startLine: 43 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -406,14 +342,6 @@ items: nameWithType: OrderFromStaffAction.UpdateConversation(GameTime, TimeSpan, float) fullName: TinyLife.Actions.OrderFromStaffAction.UpdateConversation(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) type: Method - source: - remote: - path: TinyLife/Actions/OrderFromStaffAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: UpdateConversation - path: ../TinyLife/Actions/OrderFromStaffAction.cs - startLine: 69 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -453,14 +381,6 @@ items: nameWithType: OrderFromStaffAction.IsConversationCompleted() fullName: TinyLife.Actions.OrderFromStaffAction.IsConversationCompleted() type: Method - source: - remote: - path: TinyLife/Actions/OrderFromStaffAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IsConversationCompleted - path: ../TinyLife/Actions/OrderFromStaffAction.cs - startLine: 76 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -490,14 +410,6 @@ items: nameWithType: OrderFromStaffAction.CanMultitask(Action) fullName: TinyLife.Actions.OrderFromStaffAction.CanMultitask(TinyLife.Actions.Action) type: Method - source: - remote: - path: TinyLife/Actions/OrderFromStaffAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CanMultitask - path: ../TinyLife/Actions/OrderFromStaffAction.cs - startLine: 81 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -533,14 +445,6 @@ items: nameWithType: OrderFromStaffAction.GetNextAction(CompletionType) fullName: TinyLife.Actions.OrderFromStaffAction.GetNextAction(TinyLife.Actions.CompletionType) type: Method - source: - remote: - path: TinyLife/Actions/OrderFromStaffAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetNextAction - path: ../TinyLife/Actions/OrderFromStaffAction.cs - startLine: 86 assemblies: - Tiny Life namespace: TinyLife.Actions diff --git a/docs/api/TinyLife.Actions.OutOfTownAction.yml b/docs/api/TinyLife.Actions.OutOfTownAction.yml index faee482..13aee2e 100644 --- a/docs/api/TinyLife.Actions.OutOfTownAction.yml +++ b/docs/api/TinyLife.Actions.OutOfTownAction.yml @@ -21,14 +21,6 @@ items: nameWithType: OutOfTownAction fullName: TinyLife.Actions.OutOfTownAction type: Class - source: - remote: - path: TinyLife/Actions/OutOfTownAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OutOfTownAction - path: ../TinyLife/Actions/OutOfTownAction.cs - startLine: 14 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -143,14 +135,6 @@ items: nameWithType: OutOfTownAction.NeedsToTakeCareOf fullName: TinyLife.Actions.OutOfTownAction.NeedsToTakeCareOf type: Field - source: - remote: - path: TinyLife/Actions/OutOfTownAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: NeedsToTakeCareOf - path: ../TinyLife/Actions/OutOfTownAction.cs - startLine: 21 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -177,14 +161,6 @@ items: nameWithType: OutOfTownAction.OutOfTownAction(ActionType, ActionInfo, bool, bool, params NeedType[]) fullName: TinyLife.Actions.OutOfTownAction.OutOfTownAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, bool, bool, params TinyLife.NeedType[]) type: Constructor - source: - remote: - path: TinyLife/Actions/OutOfTownAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Actions/OutOfTownAction.cs - startLine: 37 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -227,14 +203,6 @@ items: nameWithType: OutOfTownAction.OutOfTownAction(ActionInfo, bool, bool, params NeedType[]) fullName: TinyLife.Actions.OutOfTownAction.OutOfTownAction(TinyLife.Actions.ActionInfo, bool, bool, params TinyLife.NeedType[]) type: Constructor - source: - remote: - path: TinyLife/Actions/OutOfTownAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Actions/OutOfTownAction.cs - startLine: 51 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -274,14 +242,6 @@ items: nameWithType: OutOfTownAction.CreateFirstActions() fullName: TinyLife.Actions.OutOfTownAction.CreateFirstActions() type: Method - source: - remote: - path: TinyLife/Actions/OutOfTownAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CreateFirstActions - path: ../TinyLife/Actions/OutOfTownAction.cs - startLine: 58 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -313,14 +273,6 @@ items: nameWithType: OutOfTownAction.AndThenInitialize() fullName: TinyLife.Actions.OutOfTownAction.AndThenInitialize() type: Method - source: - remote: - path: TinyLife/Actions/OutOfTownAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AndThenInitialize - path: ../TinyLife/Actions/OutOfTownAction.cs - startLine: 67 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -345,14 +297,6 @@ items: nameWithType: OutOfTownAction.AndThenUpdate(GameTime, TimeSpan, float) fullName: TinyLife.Actions.OutOfTownAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) type: Method - source: - remote: - path: TinyLife/Actions/OutOfTownAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AndThenUpdate - path: ../TinyLife/Actions/OutOfTownAction.cs - startLine: 73 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -392,14 +336,6 @@ items: nameWithType: OutOfTownAction.GetNextAction(CompletionType) fullName: TinyLife.Actions.OutOfTownAction.GetNextAction(TinyLife.Actions.CompletionType) type: Method - source: - remote: - path: TinyLife/Actions/OutOfTownAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetNextAction - path: ../TinyLife/Actions/OutOfTownAction.cs - startLine: 97 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -433,14 +369,6 @@ items: nameWithType: OutOfTownAction.CanEnqueueConversation(PersonLike, ActionType) fullName: TinyLife.Actions.OutOfTownAction.CanEnqueueConversation(TinyLife.Objects.PersonLike, TinyLife.Actions.ActionType) type: Method - source: - remote: - path: TinyLife/Actions/OutOfTownAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CanEnqueueConversation - path: ../TinyLife/Actions/OutOfTownAction.cs - startLine: 104 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -477,14 +405,6 @@ items: nameWithType: OutOfTownAction.CausesExtremelyFastSpeed() fullName: TinyLife.Actions.OutOfTownAction.CausesExtremelyFastSpeed() type: Method - source: - remote: - path: TinyLife/Actions/OutOfTownAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CausesExtremelyFastSpeed - path: ../TinyLife/Actions/OutOfTownAction.cs - startLine: 109 assemblies: - Tiny Life namespace: TinyLife.Actions diff --git a/docs/api/TinyLife.Actions.PathfindAction.yml b/docs/api/TinyLife.Actions.PathfindAction.yml index ff4f254..a29269c 100644 --- a/docs/api/TinyLife.Actions.PathfindAction.yml +++ b/docs/api/TinyLife.Actions.PathfindAction.yml @@ -25,14 +25,6 @@ items: nameWithType: PathfindAction fullName: TinyLife.Actions.PathfindAction type: Class - source: - remote: - path: TinyLife/Actions/PathfindAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PathfindAction - path: ../TinyLife/Actions/PathfindAction.cs - startLine: 16 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -135,14 +127,6 @@ items: nameWithType: PathfindAction.SpeedMultiplier fullName: TinyLife.Actions.PathfindAction.SpeedMultiplier type: Field - source: - remote: - path: TinyLife/Actions/PathfindAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SpeedMultiplier - path: ../TinyLife/Actions/PathfindAction.cs - startLine: 23 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -177,14 +161,6 @@ items: nameWithType: PathfindAction.Path fullName: TinyLife.Actions.PathfindAction.Path type: Property - source: - remote: - path: TinyLife/Actions/PathfindAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Path - path: ../TinyLife/Actions/PathfindAction.cs - startLine: 29 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -211,14 +187,6 @@ items: nameWithType: PathfindAction.PathReady fullName: TinyLife.Actions.PathfindAction.PathReady type: Property - source: - remote: - path: TinyLife/Actions/PathfindAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PathReady - path: ../TinyLife/Actions/PathfindAction.cs - startLine: 33 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -242,14 +210,6 @@ items: nameWithType: PathfindAction.PathfindAction(ActionType, ActionInfo) fullName: TinyLife.Actions.PathfindAction.PathfindAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo) type: Constructor - source: - remote: - path: TinyLife/Actions/PathfindAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Actions/PathfindAction.cs - startLine: 36 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -280,14 +240,6 @@ items: nameWithType: PathfindAction.PathfindAction(ActionInfo) fullName: TinyLife.Actions.PathfindAction.PathfindAction(TinyLife.Actions.ActionInfo) type: Constructor - source: - remote: - path: TinyLife/Actions/PathfindAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Actions/PathfindAction.cs - startLine: 39 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -315,14 +267,6 @@ items: nameWithType: PathfindAction.FindPath(ICollection<(Point Pos, int Floor)>) fullName: TinyLife.Actions.PathfindAction.FindPath(System.Collections.Generic.ICollection<(Microsoft.Xna.Framework.Point Pos, int Floor)>) type: Method - source: - remote: - path: TinyLife/Actions/PathfindAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: FindPath - path: ../TinyLife/Actions/PathfindAction.cs - startLine: 46 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -353,14 +297,6 @@ items: nameWithType: PathfindAction.GetSpeed() fullName: TinyLife.Actions.PathfindAction.GetSpeed() type: Method - source: - remote: - path: TinyLife/Actions/PathfindAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetSpeed - path: ../TinyLife/Actions/PathfindAction.cs - startLine: 52 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -384,14 +320,6 @@ items: nameWithType: PathfindAction.OnPathReady() fullName: TinyLife.Actions.PathfindAction.OnPathReady() type: Method - source: - remote: - path: TinyLife/Actions/PathfindAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnPathReady - path: ../TinyLife/Actions/PathfindAction.cs - startLine: 58 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -415,14 +343,6 @@ items: nameWithType: PathfindAction.Initialize() fullName: TinyLife.Actions.PathfindAction.Initialize() type: Method - source: - remote: - path: TinyLife/Actions/PathfindAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Initialize - path: ../TinyLife/Actions/PathfindAction.cs - startLine: 61 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -447,14 +367,6 @@ items: nameWithType: PathfindAction.Update(GameTime, TimeSpan, float) fullName: TinyLife.Actions.PathfindAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) type: Method - source: - remote: - path: TinyLife/Actions/PathfindAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Update - path: ../TinyLife/Actions/PathfindAction.cs - startLine: 73 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -492,14 +404,6 @@ items: nameWithType: PathfindAction.IsCompleted() fullName: TinyLife.Actions.PathfindAction.IsCompleted() type: Method - source: - remote: - path: TinyLife/Actions/PathfindAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IsCompleted - path: ../TinyLife/Actions/PathfindAction.cs - startLine: 106 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -529,14 +433,6 @@ items: nameWithType: PathfindAction.OnCompleted(CompletionType) fullName: TinyLife.Actions.PathfindAction.OnCompleted(TinyLife.Actions.CompletionType) type: Method - source: - remote: - path: TinyLife/Actions/PathfindAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnCompleted - path: ../TinyLife/Actions/PathfindAction.cs - startLine: 117 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -567,14 +463,6 @@ items: nameWithType: PathfindAction.Validate(PersonLike) fullName: TinyLife.Actions.PathfindAction.Validate(TinyLife.Objects.PersonLike) type: Method - source: - remote: - path: TinyLife/Actions/PathfindAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Validate - path: ../TinyLife/Actions/PathfindAction.cs - startLine: 125 assemblies: - Tiny Life namespace: TinyLife.Actions diff --git a/docs/api/TinyLife.Actions.PathfindToPersonAction.yml b/docs/api/TinyLife.Actions.PathfindToPersonAction.yml index ecaf46b..f72da46 100644 --- a/docs/api/TinyLife.Actions.PathfindToPersonAction.yml +++ b/docs/api/TinyLife.Actions.PathfindToPersonAction.yml @@ -22,14 +22,6 @@ items: nameWithType: PathfindToPersonAction fullName: TinyLife.Actions.PathfindToPersonAction type: Class - source: - remote: - path: TinyLife/Actions/PathfindToPersonAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PathfindToPersonAction - path: ../TinyLife/Actions/PathfindToPersonAction.cs - startLine: 14 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -130,14 +122,6 @@ items: nameWithType: PathfindToPersonAction.WalkSpeedMultiplier fullName: TinyLife.Actions.PathfindToPersonAction.WalkSpeedMultiplier type: Field - source: - remote: - path: TinyLife/Actions/PathfindToPersonAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: WalkSpeedMultiplier - path: ../TinyLife/Actions/PathfindToPersonAction.cs - startLine: 21 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -172,14 +156,6 @@ items: nameWithType: PathfindToPersonAction.DriveSpeedMultiplier fullName: TinyLife.Actions.PathfindToPersonAction.DriveSpeedMultiplier type: Field - source: - remote: - path: TinyLife/Actions/PathfindToPersonAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DriveSpeedMultiplier - path: ../TinyLife/Actions/PathfindToPersonAction.cs - startLine: 27 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -214,14 +190,6 @@ items: nameWithType: PathfindToPersonAction.Target fullName: TinyLife.Actions.PathfindToPersonAction.Target type: Property - source: - remote: - path: TinyLife/Actions/PathfindToPersonAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Target - path: ../TinyLife/Actions/PathfindToPersonAction.cs - startLine: 31 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -245,14 +213,6 @@ items: nameWithType: PathfindToPersonAction.PathfindToPersonAction(ActionType, ActionInfo) fullName: TinyLife.Actions.PathfindToPersonAction.PathfindToPersonAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo) type: Constructor - source: - remote: - path: TinyLife/Actions/PathfindToPersonAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Actions/PathfindToPersonAction.cs - startLine: 37 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -283,14 +243,6 @@ items: nameWithType: PathfindToPersonAction.PathfindToPersonAction(ActionInfo) fullName: TinyLife.Actions.PathfindToPersonAction.PathfindToPersonAction(TinyLife.Actions.ActionInfo) type: Constructor - source: - remote: - path: TinyLife/Actions/PathfindToPersonAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Actions/PathfindToPersonAction.cs - startLine: 42 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -328,14 +280,6 @@ items: nameWithType: PathfindToPersonAction.GetMaxPathfindTime() fullName: TinyLife.Actions.PathfindToPersonAction.GetMaxPathfindTime() type: Method - source: - remote: - path: TinyLife/Actions/PathfindToPersonAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetMaxPathfindTime - path: ../TinyLife/Actions/PathfindToPersonAction.cs - startLine: 52 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -362,14 +306,6 @@ items: nameWithType: PathfindToPersonAction.Update(GameTime, TimeSpan, float) fullName: TinyLife.Actions.PathfindToPersonAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) type: Method - source: - remote: - path: TinyLife/Actions/PathfindToPersonAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Update - path: ../TinyLife/Actions/PathfindToPersonAction.cs - startLine: 57 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -407,14 +343,6 @@ items: nameWithType: PathfindToPersonAction.Validate(PersonLike) fullName: TinyLife.Actions.PathfindToPersonAction.Validate(TinyLife.Objects.PersonLike) type: Method - source: - remote: - path: TinyLife/Actions/PathfindToPersonAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Validate - path: ../TinyLife/Actions/PathfindToPersonAction.cs - startLine: 88 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -448,14 +376,6 @@ items: nameWithType: PathfindToPersonAction.IsCompleted() fullName: TinyLife.Actions.PathfindToPersonAction.IsCompleted() type: Method - source: - remote: - path: TinyLife/Actions/PathfindToPersonAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IsCompleted - path: ../TinyLife/Actions/PathfindToPersonAction.cs - startLine: 93 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -485,14 +405,6 @@ items: nameWithType: PathfindToPersonAction.OnCompleted(CompletionType) fullName: TinyLife.Actions.PathfindToPersonAction.OnCompleted(TinyLife.Actions.CompletionType) type: Method - source: - remote: - path: TinyLife/Actions/PathfindToPersonAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnCompleted - path: ../TinyLife/Actions/PathfindToPersonAction.cs - startLine: 110 assemblies: - Tiny Life namespace: TinyLife.Actions diff --git a/docs/api/TinyLife.Actions.PutAwayAction.yml b/docs/api/TinyLife.Actions.PutAwayAction.yml index b30d5df..65268ba 100644 --- a/docs/api/TinyLife.Actions.PutAwayAction.yml +++ b/docs/api/TinyLife.Actions.PutAwayAction.yml @@ -16,14 +16,6 @@ items: nameWithType: PutAwayAction fullName: TinyLife.Actions.PutAwayAction type: Class - source: - remote: - path: TinyLife/Actions/PutAwayAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PutAwayAction - path: ../TinyLife/Actions/PutAwayAction.cs - startLine: 12 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -139,14 +131,6 @@ items: nameWithType: PutAwayAction.Items fullName: TinyLife.Actions.PutAwayAction.Items type: Field - source: - remote: - path: TinyLife/Actions/PutAwayAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Items - path: ../TinyLife/Actions/PutAwayAction.cs - startLine: 19 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -173,14 +157,6 @@ items: nameWithType: PutAwayAction.CreateFirstActions() fullName: TinyLife.Actions.PutAwayAction.CreateFirstActions() type: Method - source: - remote: - path: TinyLife/Actions/PutAwayAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CreateFirstActions - path: ../TinyLife/Actions/PutAwayAction.cs - startLine: 34 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -212,14 +188,6 @@ items: nameWithType: PutAwayAction.AndThenInitialize() fullName: TinyLife.Actions.PutAwayAction.AndThenInitialize() type: Method - source: - remote: - path: TinyLife/Actions/PutAwayAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AndThenInitialize - path: ../TinyLife/Actions/PutAwayAction.cs - startLine: 42 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -244,14 +212,6 @@ items: nameWithType: PutAwayAction.AndThenIsCompleted() fullName: TinyLife.Actions.PutAwayAction.AndThenIsCompleted() type: Method - source: - remote: - path: TinyLife/Actions/PutAwayAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AndThenIsCompleted - path: ../TinyLife/Actions/PutAwayAction.cs - startLine: 47 assemblies: - Tiny Life namespace: TinyLife.Actions diff --git a/docs/api/TinyLife.Actions.SellAction.yml b/docs/api/TinyLife.Actions.SellAction.yml index 07ef4c8..a071e39 100644 --- a/docs/api/TinyLife.Actions.SellAction.yml +++ b/docs/api/TinyLife.Actions.SellAction.yml @@ -17,14 +17,6 @@ items: nameWithType: SellAction fullName: TinyLife.Actions.SellAction type: Class - source: - remote: - path: TinyLife/Actions/SellAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SellAction - path: ../TinyLife/Actions/SellAction.cs - startLine: 13 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -140,14 +132,6 @@ items: nameWithType: SellAction.Items fullName: TinyLife.Actions.SellAction.Items type: Field - source: - remote: - path: TinyLife/Actions/SellAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Items - path: ../TinyLife/Actions/SellAction.cs - startLine: 20 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -174,14 +158,6 @@ items: nameWithType: SellAction.CreateFirstActions() fullName: TinyLife.Actions.SellAction.CreateFirstActions() type: Method - source: - remote: - path: TinyLife/Actions/SellAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CreateFirstActions - path: ../TinyLife/Actions/SellAction.cs - startLine: 28 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -213,14 +189,6 @@ items: nameWithType: SellAction.AndThenInitialize() fullName: TinyLife.Actions.SellAction.AndThenInitialize() type: Method - source: - remote: - path: TinyLife/Actions/SellAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AndThenInitialize - path: ../TinyLife/Actions/SellAction.cs - startLine: 44 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -245,14 +213,6 @@ items: nameWithType: SellAction.AndThenIsCompleted() fullName: TinyLife.Actions.SellAction.AndThenIsCompleted() type: Method - source: - remote: - path: TinyLife/Actions/SellAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AndThenIsCompleted - path: ../TinyLife/Actions/SellAction.cs - startLine: 54 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -280,14 +240,6 @@ items: nameWithType: SellAction.GetSoldObject(ActionInfo) fullName: TinyLife.Actions.SellAction.GetSoldObject(TinyLife.Actions.ActionInfo) type: Method - source: - remote: - path: TinyLife/Actions/SellAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetSoldObject - path: ../TinyLife/Actions/SellAction.cs - startLine: 65 assemblies: - Tiny Life namespace: TinyLife.Actions diff --git a/docs/api/TinyLife.Actions.SimpleBehaviorAction.ActionSettings.yml b/docs/api/TinyLife.Actions.SimpleBehaviorAction.ActionSettings.yml index e11c188..adfdbe6 100644 --- a/docs/api/TinyLife.Actions.SimpleBehaviorAction.ActionSettings.yml +++ b/docs/api/TinyLife.Actions.SimpleBehaviorAction.ActionSettings.yml @@ -22,14 +22,6 @@ items: nameWithType: SimpleBehaviorAction.ActionSettings fullName: TinyLife.Actions.SimpleBehaviorAction.ActionSettings type: Struct - source: - remote: - path: TinyLife/Actions/SimpleBehaviorAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ActionSettings - path: ../TinyLife/Actions/SimpleBehaviorAction.cs - startLine: 75 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -58,14 +50,6 @@ items: nameWithType: SimpleBehaviorAction.ActionSettings.Settings fullName: TinyLife.Actions.SimpleBehaviorAction.ActionSettings.Settings type: Field - source: - remote: - path: TinyLife/Actions/SimpleBehaviorAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Settings - path: ../TinyLife/Actions/SimpleBehaviorAction.cs - startLine: 81 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -90,14 +74,6 @@ items: nameWithType: SimpleBehaviorAction.ActionSettings.ConstructBehavior fullName: TinyLife.Actions.SimpleBehaviorAction.ActionSettings.ConstructBehavior type: Field - source: - remote: - path: TinyLife/Actions/SimpleBehaviorAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ConstructBehavior - path: ../TinyLife/Actions/SimpleBehaviorAction.cs - startLine: 85 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -119,14 +95,6 @@ items: nameWithType: SimpleBehaviorAction.ActionSettings.CompletionTime fullName: TinyLife.Actions.SimpleBehaviorAction.ActionSettings.CompletionTime type: Field - source: - remote: - path: TinyLife/Actions/SimpleBehaviorAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CompletionTime - path: ../TinyLife/Actions/SimpleBehaviorAction.cs - startLine: 89 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -148,14 +116,6 @@ items: nameWithType: SimpleBehaviorAction.ActionSettings.GainedSkill fullName: TinyLife.Actions.SimpleBehaviorAction.ActionSettings.GainedSkill type: Field - source: - remote: - path: TinyLife/Actions/SimpleBehaviorAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GainedSkill - path: ../TinyLife/Actions/SimpleBehaviorAction.cs - startLine: 93 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -177,14 +137,6 @@ items: nameWithType: SimpleBehaviorAction.ActionSettings.RestoredNeeds fullName: TinyLife.Actions.SimpleBehaviorAction.ActionSettings.RestoredNeeds type: Field - source: - remote: - path: TinyLife/Actions/SimpleBehaviorAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RestoredNeeds - path: ../TinyLife/Actions/SimpleBehaviorAction.cs - startLine: 97 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -206,14 +158,6 @@ items: nameWithType: SimpleBehaviorAction.ActionSettings.EfficiencyMattersCompletion fullName: TinyLife.Actions.SimpleBehaviorAction.ActionSettings.EfficiencyMattersCompletion type: Field - source: - remote: - path: TinyLife/Actions/SimpleBehaviorAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: EfficiencyMattersCompletion - path: ../TinyLife/Actions/SimpleBehaviorAction.cs - startLine: 101 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -235,14 +179,6 @@ items: nameWithType: SimpleBehaviorAction.ActionSettings.DisallowedEmotions fullName: TinyLife.Actions.SimpleBehaviorAction.ActionSettings.DisallowedEmotions type: Field - source: - remote: - path: TinyLife/Actions/SimpleBehaviorAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DisallowedEmotions - path: ../TinyLife/Actions/SimpleBehaviorAction.cs - startLine: 105 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -264,14 +200,6 @@ items: nameWithType: SimpleBehaviorAction.ActionSettings.OnCompleted fullName: TinyLife.Actions.SimpleBehaviorAction.ActionSettings.OnCompleted type: Field - source: - remote: - path: TinyLife/Actions/SimpleBehaviorAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnCompleted - path: ../TinyLife/Actions/SimpleBehaviorAction.cs - startLine: 109 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -293,14 +221,6 @@ items: nameWithType: SimpleBehaviorAction.ActionSettings.AllowMultitasking fullName: TinyLife.Actions.SimpleBehaviorAction.ActionSettings.AllowMultitasking type: Field - source: - remote: - path: TinyLife/Actions/SimpleBehaviorAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AllowMultitasking - path: ../TinyLife/Actions/SimpleBehaviorAction.cs - startLine: 114 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -324,14 +244,6 @@ items: nameWithType: SimpleBehaviorAction.ActionSettings.ActionSettings(string, ObjectCategory) fullName: TinyLife.Actions.SimpleBehaviorAction.ActionSettings.ActionSettings(string, TinyLife.Objects.ObjectCategory) type: Constructor - source: - remote: - path: TinyLife/Actions/SimpleBehaviorAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Actions/SimpleBehaviorAction.cs - startLine: 121 assemblies: - Tiny Life namespace: TinyLife.Actions diff --git a/docs/api/TinyLife.Actions.SimpleBehaviorAction.yml b/docs/api/TinyLife.Actions.SimpleBehaviorAction.yml index bc1bc02..fc76389 100644 --- a/docs/api/TinyLife.Actions.SimpleBehaviorAction.yml +++ b/docs/api/TinyLife.Actions.SimpleBehaviorAction.yml @@ -19,14 +19,6 @@ items: nameWithType: SimpleBehaviorAction fullName: TinyLife.Actions.SimpleBehaviorAction type: Class - source: - remote: - path: TinyLife/Actions/SimpleBehaviorAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SimpleBehaviorAction - path: ../TinyLife/Actions/SimpleBehaviorAction.cs - startLine: 13 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -141,14 +133,6 @@ items: nameWithType: SimpleBehaviorAction.Settings fullName: TinyLife.Actions.SimpleBehaviorAction.Settings type: Property - source: - remote: - path: TinyLife/Actions/SimpleBehaviorAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Settings - path: ../TinyLife/Actions/SimpleBehaviorAction.cs - startLine: 18 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -172,14 +156,6 @@ items: nameWithType: SimpleBehaviorAction.SimpleBehaviorAction(ActionType, ActionInfo) fullName: TinyLife.Actions.SimpleBehaviorAction.SimpleBehaviorAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo) type: Constructor - source: - remote: - path: TinyLife/Actions/SimpleBehaviorAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Actions/SimpleBehaviorAction.cs - startLine: 21 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -207,14 +183,6 @@ items: nameWithType: SimpleBehaviorAction.CanMultitask(Action) fullName: TinyLife.Actions.SimpleBehaviorAction.CanMultitask(TinyLife.Actions.Action) type: Method - source: - remote: - path: TinyLife/Actions/SimpleBehaviorAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CanMultitask - path: ../TinyLife/Actions/SimpleBehaviorAction.cs - startLine: 26 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -250,14 +218,6 @@ items: nameWithType: SimpleBehaviorAction.AndThenUpdate(GameTime, TimeSpan, float) fullName: TinyLife.Actions.SimpleBehaviorAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) type: Method - source: - remote: - path: TinyLife/Actions/SimpleBehaviorAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AndThenUpdate - path: ../TinyLife/Actions/SimpleBehaviorAction.cs - startLine: 31 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -297,14 +257,6 @@ items: nameWithType: SimpleBehaviorAction.AndThenIsCompleted() fullName: TinyLife.Actions.SimpleBehaviorAction.AndThenIsCompleted() type: Method - source: - remote: - path: TinyLife/Actions/SimpleBehaviorAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AndThenIsCompleted - path: ../TinyLife/Actions/SimpleBehaviorAction.cs - startLine: 44 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -332,14 +284,6 @@ items: nameWithType: SimpleBehaviorAction.AndThenOnCompleted(CompletionType) fullName: TinyLife.Actions.SimpleBehaviorAction.AndThenOnCompleted(TinyLife.Actions.CompletionType) type: Method - source: - remote: - path: TinyLife/Actions/SimpleBehaviorAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AndThenOnCompleted - path: ../TinyLife/Actions/SimpleBehaviorAction.cs - startLine: 52 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -368,14 +312,6 @@ items: nameWithType: SimpleBehaviorAction.Create(SimpleBehaviorAction.ActionSettings) fullName: TinyLife.Actions.SimpleBehaviorAction.Create(TinyLife.Actions.SimpleBehaviorAction.ActionSettings) type: Method - source: - remote: - path: TinyLife/Actions/SimpleBehaviorAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Create - path: ../TinyLife/Actions/SimpleBehaviorAction.cs - startLine: 63 assemblies: - Tiny Life namespace: TinyLife.Actions diff --git a/docs/api/TinyLife.Actions.SitAction.yml b/docs/api/TinyLife.Actions.SitAction.yml index 0908cf8..e895813 100644 --- a/docs/api/TinyLife.Actions.SitAction.yml +++ b/docs/api/TinyLife.Actions.SitAction.yml @@ -17,14 +17,6 @@ items: nameWithType: SitAction fullName: TinyLife.Actions.SitAction type: Class - source: - remote: - path: TinyLife/Actions/SitAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SitAction - path: ../TinyLife/Actions/SitAction.cs - startLine: 15 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -141,14 +133,6 @@ items: nameWithType: SitAction.SitAction(ActionType, ActionInfo) fullName: TinyLife.Actions.SitAction.SitAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo) type: Constructor - source: - remote: - path: TinyLife/Actions/SitAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Actions/SitAction.cs - startLine: 18 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -179,14 +163,6 @@ items: nameWithType: SitAction.CreateFirstActions() fullName: TinyLife.Actions.SitAction.CreateFirstActions() type: Method - source: - remote: - path: TinyLife/Actions/SitAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CreateFirstActions - path: ../TinyLife/Actions/SitAction.cs - startLine: 21 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -218,14 +194,6 @@ items: nameWithType: SitAction.AndThenUpdate(GameTime, TimeSpan, float) fullName: TinyLife.Actions.SitAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) type: Method - source: - remote: - path: TinyLife/Actions/SitAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AndThenUpdate - path: ../TinyLife/Actions/SitAction.cs - startLine: 28 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -265,14 +233,6 @@ items: nameWithType: SitAction.AndThenIsCompleted() fullName: TinyLife.Actions.SitAction.AndThenIsCompleted() type: Method - source: - remote: - path: TinyLife/Actions/SitAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AndThenIsCompleted - path: ../TinyLife/Actions/SitAction.cs - startLine: 36 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -300,14 +260,6 @@ items: nameWithType: SitAction.CanMultitask(Action) fullName: TinyLife.Actions.SitAction.CanMultitask(TinyLife.Actions.Action) type: Method - source: - remote: - path: TinyLife/Actions/SitAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CanMultitask - path: ../TinyLife/Actions/SitAction.cs - startLine: 49 assemblies: - Tiny Life namespace: TinyLife.Actions diff --git a/docs/api/TinyLife.Actions.SocialAction.StartPartnerAction.yml b/docs/api/TinyLife.Actions.SocialAction.StartPartnerAction.yml index a36113e..19a83c6 100644 --- a/docs/api/TinyLife.Actions.SocialAction.StartPartnerAction.yml +++ b/docs/api/TinyLife.Actions.SocialAction.StartPartnerAction.yml @@ -15,14 +15,6 @@ items: nameWithType: SocialAction.StartPartnerAction fullName: TinyLife.Actions.SocialAction.StartPartnerAction type: Class - source: - remote: - path: TinyLife/Actions/SocialAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: StartPartnerAction - path: ../TinyLife/Actions/SocialAction.cs - startLine: 319 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -131,14 +123,6 @@ items: nameWithType: SocialAction.StartPartnerAction.StartPartnerAction(ActionInfo) fullName: TinyLife.Actions.SocialAction.StartPartnerAction.StartPartnerAction(TinyLife.Actions.ActionInfo) type: Constructor - source: - remote: - path: TinyLife/Actions/SocialAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Actions/SocialAction.cs - startLine: 322 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -166,14 +150,6 @@ items: nameWithType: SocialAction.StartPartnerAction.Initialize() fullName: TinyLife.Actions.SocialAction.StartPartnerAction.Initialize() type: Method - source: - remote: - path: TinyLife/Actions/SocialAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Initialize - path: ../TinyLife/Actions/SocialAction.cs - startLine: 325 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -198,14 +174,6 @@ items: nameWithType: SocialAction.StartPartnerAction.IsCompleted() fullName: TinyLife.Actions.SocialAction.StartPartnerAction.IsCompleted() type: Method - source: - remote: - path: TinyLife/Actions/SocialAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IsCompleted - path: ../TinyLife/Actions/SocialAction.cs - startLine: 353 assemblies: - Tiny Life namespace: TinyLife.Actions diff --git a/docs/api/TinyLife.Actions.SocialAction.yml b/docs/api/TinyLife.Actions.SocialAction.yml index e2261ab..3cc1bff 100644 --- a/docs/api/TinyLife.Actions.SocialAction.yml +++ b/docs/api/TinyLife.Actions.SocialAction.yml @@ -43,14 +43,6 @@ items: nameWithType: SocialAction fullName: TinyLife.Actions.SocialAction type: Class - source: - remote: - path: TinyLife/Actions/SocialAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SocialAction - path: ../TinyLife/Actions/SocialAction.cs - startLine: 17 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -165,14 +157,6 @@ items: nameWithType: SocialAction.IsMain fullName: TinyLife.Actions.SocialAction.IsMain type: Property - source: - remote: - path: TinyLife/Actions/SocialAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IsMain - path: ../TinyLife/Actions/SocialAction.cs - startLine: 23 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -209,14 +193,6 @@ items: nameWithType: SocialAction.Partner fullName: TinyLife.Actions.SocialAction.Partner type: Property - source: - remote: - path: TinyLife/Actions/SocialAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Partner - path: ../TinyLife/Actions/SocialAction.cs - startLine: 28 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -240,14 +216,6 @@ items: nameWithType: SocialAction.PartnerAction fullName: TinyLife.Actions.SocialAction.PartnerAction type: Property - source: - remote: - path: TinyLife/Actions/SocialAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PartnerAction - path: ../TinyLife/Actions/SocialAction.cs - startLine: 32 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -271,14 +239,6 @@ items: nameWithType: SocialAction.MainAction fullName: TinyLife.Actions.SocialAction.MainAction type: Property - source: - remote: - path: TinyLife/Actions/SocialAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: MainAction - path: ../TinyLife/Actions/SocialAction.cs - startLine: 36 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -302,14 +262,6 @@ items: nameWithType: SocialAction.ConversationTime fullName: TinyLife.Actions.SocialAction.ConversationTime type: Property - source: - remote: - path: TinyLife/Actions/SocialAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ConversationTime - path: ../TinyLife/Actions/SocialAction.cs - startLine: 41 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -346,14 +298,6 @@ items: nameWithType: SocialAction.InProgressTime fullName: TinyLife.Actions.SocialAction.InProgressTime type: Property - source: - remote: - path: TinyLife/Actions/SocialAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: InProgressTime - path: ../TinyLife/Actions/SocialAction.cs - startLine: 45 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -384,14 +328,6 @@ items: nameWithType: SocialAction.SocialAction(ActionInfo) fullName: TinyLife.Actions.SocialAction.SocialAction(TinyLife.Actions.ActionInfo) type: Constructor - source: - remote: - path: TinyLife/Actions/SocialAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Actions/SocialAction.cs - startLine: 51 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -419,14 +355,6 @@ items: nameWithType: SocialAction.SocialAction(ActionType, ActionInfo) fullName: TinyLife.Actions.SocialAction.SocialAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo) type: Constructor - source: - remote: - path: TinyLife/Actions/SocialAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Actions/SocialAction.cs - startLine: 54 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -457,14 +385,6 @@ items: nameWithType: SocialAction.IsConversationCompleted() fullName: TinyLife.Actions.SocialAction.IsConversationCompleted() type: Method - source: - remote: - path: TinyLife/Actions/SocialAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IsConversationCompleted - path: ../TinyLife/Actions/SocialAction.cs - startLine: 62 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -493,14 +413,6 @@ items: nameWithType: SocialAction.CreateFirstActions() fullName: TinyLife.Actions.SocialAction.CreateFirstActions() type: Method - source: - remote: - path: TinyLife/Actions/SocialAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CreateFirstActions - path: ../TinyLife/Actions/SocialAction.cs - startLine: 65 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -532,14 +444,6 @@ items: nameWithType: SocialAction.InitializeConversation() fullName: TinyLife.Actions.SocialAction.InitializeConversation() type: Method - source: - remote: - path: TinyLife/Actions/SocialAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: InitializeConversation - path: ../TinyLife/Actions/SocialAction.cs - startLine: 86 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -563,14 +467,6 @@ items: nameWithType: SocialAction.UpdateConversation(GameTime, TimeSpan, float) fullName: TinyLife.Actions.SocialAction.UpdateConversation(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) type: Method - source: - remote: - path: TinyLife/Actions/SocialAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: UpdateConversation - path: ../TinyLife/Actions/SocialAction.cs - startLine: 96 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -609,14 +505,6 @@ items: nameWithType: SocialAction.AndThenUpdateBoth(GameTime, TimeSpan, float) fullName: TinyLife.Actions.SocialAction.AndThenUpdateBoth(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) type: Method - source: - remote: - path: TinyLife/Actions/SocialAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AndThenUpdateBoth - path: ../TinyLife/Actions/SocialAction.cs - startLine: 108 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -655,14 +543,6 @@ items: nameWithType: SocialAction.GetMaxWaitTime() fullName: TinyLife.Actions.SocialAction.GetMaxWaitTime() type: Method - source: - remote: - path: TinyLife/Actions/SocialAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetMaxWaitTime - path: ../TinyLife/Actions/SocialAction.cs - startLine: 119 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -689,14 +569,6 @@ items: nameWithType: SocialAction.EnqueuePartnerAction(ActionInfo) fullName: TinyLife.Actions.SocialAction.EnqueuePartnerAction(TinyLife.Actions.ActionInfo) type: Method - source: - remote: - path: TinyLife/Actions/SocialAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: EnqueuePartnerAction - path: ../TinyLife/Actions/SocialAction.cs - startLine: 130 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -729,14 +601,6 @@ items: nameWithType: SocialAction.GetPartnerArguments(ActionInfo) fullName: TinyLife.Actions.SocialAction.GetPartnerArguments(TinyLife.Actions.ActionInfo) type: Method - source: - remote: - path: TinyLife/Actions/SocialAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetPartnerArguments - path: ../TinyLife/Actions/SocialAction.cs - startLine: 140 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -767,14 +631,6 @@ items: nameWithType: SocialAction.OnBothCompleted(CompletionType) fullName: TinyLife.Actions.SocialAction.OnBothCompleted(TinyLife.Actions.CompletionType) type: Method - source: - remote: - path: TinyLife/Actions/SocialAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnBothCompleted - path: ../TinyLife/Actions/SocialAction.cs - startLine: 149 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -802,14 +658,6 @@ items: nameWithType: SocialAction.AndThenUpdate(GameTime, TimeSpan, float) fullName: TinyLife.Actions.SocialAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) type: Method - source: - remote: - path: TinyLife/Actions/SocialAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AndThenUpdate - path: ../TinyLife/Actions/SocialAction.cs - startLine: 152 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -849,14 +697,6 @@ items: nameWithType: SocialAction.AndThenIsCompleted() fullName: TinyLife.Actions.SocialAction.AndThenIsCompleted() type: Method - source: - remote: - path: TinyLife/Actions/SocialAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AndThenIsCompleted - path: ../TinyLife/Actions/SocialAction.cs - startLine: 159 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -884,14 +724,6 @@ items: nameWithType: SocialAction.AndThenInitialize() fullName: TinyLife.Actions.SocialAction.AndThenInitialize() type: Method - source: - remote: - path: TinyLife/Actions/SocialAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AndThenInitialize - path: ../TinyLife/Actions/SocialAction.cs - startLine: 174 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -916,14 +748,6 @@ items: nameWithType: SocialAction.AndThenOnCompleted(CompletionType) fullName: TinyLife.Actions.SocialAction.AndThenOnCompleted(TinyLife.Actions.CompletionType) type: Method - source: - remote: - path: TinyLife/Actions/SocialAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AndThenOnCompleted - path: ../TinyLife/Actions/SocialAction.cs - startLine: 184 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -952,14 +776,6 @@ items: nameWithType: SocialAction.CanCancel(Action) fullName: TinyLife.Actions.SocialAction.CanCancel(TinyLife.Actions.Action) type: Method - source: - remote: - path: TinyLife/Actions/SocialAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CanCancel - path: ../TinyLife/Actions/SocialAction.cs - startLine: 195 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -993,14 +809,6 @@ items: nameWithType: SocialAction.CanMultitask(Action) fullName: TinyLife.Actions.SocialAction.CanMultitask(TinyLife.Actions.Action) type: Method - source: - remote: - path: TinyLife/Actions/SocialAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CanMultitask - path: ../TinyLife/Actions/SocialAction.cs - startLine: 202 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1036,14 +844,6 @@ items: nameWithType: SocialAction.CanStartNow() fullName: TinyLife.Actions.SocialAction.CanStartNow() type: Method - source: - remote: - path: TinyLife/Actions/SocialAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CanStartNow - path: ../TinyLife/Actions/SocialAction.cs - startLine: 213 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1072,14 +872,6 @@ items: nameWithType: SocialAction.GetDisplayName() fullName: TinyLife.Actions.SocialAction.GetDisplayName() type: Method - source: - remote: - path: TinyLife/Actions/SocialAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetDisplayName - path: ../TinyLife/Actions/SocialAction.cs - startLine: 223 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1107,14 +899,6 @@ items: nameWithType: SocialAction.TryForceResult(CompletionType, CanExecuteResult?, MapObject) fullName: TinyLife.Actions.SocialAction.TryForceResult(TinyLife.Actions.CompletionType, TinyLife.Actions.CanExecuteResult?, TinyLife.Objects.MapObject) type: Method - source: - remote: - path: TinyLife/Actions/SocialAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TryForceResult - path: ../TinyLife/Actions/SocialAction.cs - startLine: 228 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1154,14 +938,6 @@ items: nameWithType: SocialAction.InvokeForBoth(Action) fullName: TinyLife.Actions.SocialAction.InvokeForBoth(System.Action) type: Method - source: - remote: - path: TinyLife/Actions/SocialAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: InvokeForBoth - path: ../TinyLife/Actions/SocialAction.cs - startLine: 241 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1189,14 +965,6 @@ items: nameWithType: SocialAction.IsHelper(bool) fullName: TinyLife.Actions.SocialAction.IsHelper(bool) type: Method - source: - remote: - path: TinyLife/Actions/SocialAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IsHelper - path: ../TinyLife/Actions/SocialAction.cs - startLine: 251 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1230,14 +998,6 @@ items: nameWithType: SocialAction.GetHelper(bool) fullName: TinyLife.Actions.SocialAction.GetHelper(bool) type: Method - source: - remote: - path: TinyLife/Actions/SocialAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetHelper - path: ../TinyLife/Actions/SocialAction.cs - startLine: 261 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1271,14 +1031,6 @@ items: nameWithType: SocialAction.GetRecipientAction(bool) fullName: TinyLife.Actions.SocialAction.GetRecipientAction(bool) type: Method - source: - remote: - path: TinyLife/Actions/SocialAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetRecipientAction - path: ../TinyLife/Actions/SocialAction.cs - startLine: 271 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1312,14 +1064,6 @@ items: nameWithType: SocialAction.CreateAskOffer(string, ObjectCategory, Type, ActionType.CanExecuteDelegate, ActionType.CanExecuteDelegate, ActionType.AiSettings?, ActionType.AiSettings?, CanExecuteResult?) fullName: TinyLife.Actions.SocialAction.CreateAskOffer(string, TinyLife.Objects.ObjectCategory, System.Type, TinyLife.Actions.ActionType.CanExecuteDelegate, TinyLife.Actions.ActionType.CanExecuteDelegate, TinyLife.Actions.ActionType.AiSettings?, TinyLife.Actions.ActionType.AiSettings?, TinyLife.Actions.CanExecuteResult?) type: Method - source: - remote: - path: TinyLife/Actions/SocialAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CreateAskOffer - path: ../TinyLife/Actions/SocialAction.cs - startLine: 289 assemblies: - Tiny Life namespace: TinyLife.Actions diff --git a/docs/api/TinyLife.Actions.StartTogetherAction.yml b/docs/api/TinyLife.Actions.StartTogetherAction.yml new file mode 100644 index 0000000..051637e --- /dev/null +++ b/docs/api/TinyLife.Actions.StartTogetherAction.yml @@ -0,0 +1,4531 @@ +### YamlMime:ManagedReference +items: +- uid: TinyLife.Actions.StartTogetherAction + commentId: T:TinyLife.Actions.StartTogetherAction + id: StartTogetherAction + parent: TinyLife.Actions + children: + - TinyLife.Actions.StartTogetherAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,TinyLife.Objects.Person[]) + - TinyLife.Actions.StartTogetherAction.AndThenIsCompleted + - TinyLife.Actions.StartTogetherAction.Create(System.String,TinyLife.Actions.ActionType,System.Int32) + - TinyLife.Actions.StartTogetherAction.CreateFirstActions + - TinyLife.Actions.StartTogetherAction.GetNextAction(TinyLife.Actions.CompletionType) + - TinyLife.Actions.StartTogetherAction.MainAction + langs: + - csharp + - vb + name: StartTogetherAction + nameWithType: StartTogetherAction + fullName: TinyLife.Actions.StartTogetherAction + type: Class + assemblies: + - Tiny Life + namespace: TinyLife.Actions + summary: >- + An action type that automatically invokes another action after asking someone to start that action together. + + The resulting actions will not be executed in any type of "together" form, so they must implement togetherness behavior themselves. + + A start together action type can be created using . + example: [] + syntax: + content: 'public class StartTogetherAction : MultiAction, IGenericDataHolder' + content.vb: Public Class StartTogetherAction Inherits MultiAction Implements IGenericDataHolder + inheritance: + - System.Object + - MLEM.Data.Json.JsonTypeSafeGenericDataHolder + - TinyLife.Actions.Action + - TinyLife.Actions.MultiAction + implements: + - MLEM.Misc.IGenericDataHolder + inheritedMembers: + - TinyLife.Actions.MultiAction.Handler + - TinyLife.Actions.MultiAction.MainElapsedTime + - TinyLife.Actions.MultiAction.InProgressTime + - TinyLife.Actions.MultiAction.CurrentStage + - TinyLife.Actions.MultiAction.CreateLastActions + - TinyLife.Actions.MultiAction.AndThenInitialize + - TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) + - TinyLife.Actions.MultiAction.OnFirstUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) + - TinyLife.Actions.MultiAction.OnLastUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) + - TinyLife.Actions.MultiAction.AndThenOnCompleted(TinyLife.Actions.CompletionType) + - TinyLife.Actions.MultiAction.PreInitialize + - TinyLife.Actions.MultiAction.PreCompleted(TinyLife.Actions.CompletionType) + - TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) + - TinyLife.Actions.MultiAction.Initialize + - TinyLife.Actions.MultiAction.IsCompleted + - TinyLife.Actions.MultiAction.OnCompleted(TinyLife.Actions.CompletionType) + - TinyLife.Actions.MultiAction.Validate(TinyLife.Objects.PersonLike) + - TinyLife.Actions.MultiAction.CanCancel(TinyLife.Actions.Action) + - TinyLife.Actions.MultiAction.CanStartNow + - TinyLife.Actions.Action.Random + - TinyLife.Actions.Action.OnActionTypeConstructed + - TinyLife.Actions.Action.FullyInProgress + - TinyLife.Actions.Action.Type + - TinyLife.Actions.Action.Info + - TinyLife.Actions.Action.Id + - TinyLife.Actions.Action.StartedAutomatically + - TinyLife.Actions.Action.Parent + - TinyLife.Actions.Action.Person + - TinyLife.Actions.Action.ElapsedTime + - TinyLife.Actions.Action.PlayerPromptOpen + - TinyLife.Actions.Action.ForceResult + - 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.GetIconObject + - TinyLife.Actions.Action.CausesExtremelyFastSpeed + - TinyLife.Actions.Action.GetDisplayName + - TinyLife.Actions.Action.CanEnqueueConversation(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionType) + - TinyLife.Actions.Action.GetProgress + - TinyLife.Actions.Action.OnChildCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean) + - TinyLife.Actions.Action.OpenPlayerPrompt(System.String,System.Predicate{MLEM.Ui.Elements.Panel},System.Action{MLEM.Ui.Elements.Panel},System.Boolean,System.Action{TinyLife.Uis.CoveringGroup,MLEM.Ui.Elements.Panel},MLEM.Textures.TextureRegion,System.Single) + - TinyLife.Actions.Action.OpenYesNoPrompt(System.String,System.Action,System.Action,MLEM.Textures.TextureRegion) + - TinyLife.Actions.Action.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String,MLEM.Textures.TextureRegion) + - TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo) + - TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteChoices,TinyLife.Objects.SpeakStyle,System.Int32,System.Single,System.Single,System.Single,System.Single) + - TinyLife.Actions.Action.ThinkAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteChoices,System.Single,System.Single,System.Single,System.Single,System.Int32) + - TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.PersonLike,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteChoices,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteChoices},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32,System.Single,System.Single,System.Single,System.Single) + - TinyLife.Actions.Action.ResetSpeech + - TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.PersonLike) + - TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) + - TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) + - TinyLife.Actions.Action.GetRandomCompletionTime(System.TimeSpan,System.TimeSpan) + - TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[]) + - TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot) + - TinyLife.Actions.Action.GetChildren(System.Boolean) + - TinyLife.Actions.Action.GetChild``1(System.Guid,System.Boolean) + - TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean) + - TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean) + - TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture) + - TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean}) + - TinyLife.Actions.Action.GetSeatCategory(TinyLife.Objects.PersonLike) + - TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionType,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean,System.Boolean,System.Boolean) + - TinyLife.Actions.Action.FindAllFreeFurniture(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Boolean,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean,System.Boolean) + - TinyLife.Actions.Action.FindAllFreeWalls``1(TinyLife.Objects.PersonLike,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean) + - TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.PersonLike,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean) + - TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) + - TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionType,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2}) + - TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionType,System.Boolean,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) + - TinyLife.Actions.Action.GetRandomValidArguments(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean) + - TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot) + - TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.PersonLike,TinyLife.Objects.PersonLike,System.Action{TinyLife.Objects.PersonLike,TinyLife.Objects.PersonLike}) + - TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action) + - TinyLife.Actions.Action.IsInappropriate(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo) + - TinyLife.Actions.Action.IsLotContentVisible(TinyLife.World.Lot,TinyLife.Objects.PersonLike,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2}) + - MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T}) + - MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String) + - MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys + - System.Object.Equals(System.Object) + - System.Object.Equals(System.Object,System.Object) + - System.Object.GetHashCode + - System.Object.GetType + - System.Object.MemberwiseClone + - System.Object.ReferenceEquals(System.Object,System.Object) + - System.Object.ToString + extensionMethods: + - TinyLife.Actions.StartTogetherAction.TinyLife.Utilities.Extensions.JsonCopy``1 +- uid: TinyLife.Actions.StartTogetherAction.MainAction + commentId: P:TinyLife.Actions.StartTogetherAction.MainAction + id: MainAction + parent: TinyLife.Actions.StartTogetherAction + langs: + - csharp + - vb + name: MainAction + nameWithType: StartTogetherAction.MainAction + fullName: TinyLife.Actions.StartTogetherAction.MainAction + type: Property + assemblies: + - Tiny Life + namespace: TinyLife.Actions + summary: The type of the main action to start, which returns the value set through . + example: [] + syntax: + content: public ActionType MainAction { get; } + parameters: [] + return: + type: TinyLife.Actions.ActionType + content.vb: Public ReadOnly Property MainAction As ActionType + overload: TinyLife.Actions.StartTogetherAction.MainAction* +- uid: TinyLife.Actions.StartTogetherAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,TinyLife.Objects.Person[]) + commentId: M:TinyLife.Actions.StartTogetherAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,TinyLife.Objects.Person[]) + id: '#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,TinyLife.Objects.Person[])' + parent: TinyLife.Actions.StartTogetherAction + langs: + - csharp + - vb + name: StartTogetherAction(ActionType, ActionInfo, params Person[]) + nameWithType: StartTogetherAction.StartTogetherAction(ActionType, ActionInfo, params Person[]) + fullName: TinyLife.Actions.StartTogetherAction.StartTogetherAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, params TinyLife.Objects.Person[]) + type: Constructor + assemblies: + - Tiny Life + namespace: TinyLife.Actions + example: [] + syntax: + content: public StartTogetherAction(ActionType type, ActionInfo info, params Person[] people) + parameters: + - id: type + type: TinyLife.Actions.ActionType + - id: info + type: TinyLife.Actions.ActionInfo + - id: people + type: TinyLife.Objects.Person[] + content.vb: Public Sub New(type As ActionType, info As ActionInfo, ParamArray people As Person()) + overload: TinyLife.Actions.StartTogetherAction.#ctor* + nameWithType.vb: StartTogetherAction.New(ActionType, ActionInfo, ParamArray Person()) + fullName.vb: TinyLife.Actions.StartTogetherAction.New(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, ParamArray TinyLife.Objects.Person()) + name.vb: New(ActionType, ActionInfo, ParamArray Person()) +- uid: TinyLife.Actions.StartTogetherAction.CreateFirstActions + commentId: M:TinyLife.Actions.StartTogetherAction.CreateFirstActions + id: CreateFirstActions + parent: TinyLife.Actions.StartTogetherAction + langs: + - csharp + - vb + name: CreateFirstActions() + nameWithType: StartTogetherAction.CreateFirstActions() + fullName: TinyLife.Actions.StartTogetherAction.CreateFirstActions() + type: Method + assemblies: + - Tiny Life + namespace: TinyLife.Actions + summary: >- + Return a set of actions that should be executed before this action. + + Even if the yield statement is used, all actions will be collected into a list at the start of this action's invocation. + + If no action gets returned in this function, this action fails. + + If the returned set only contains null items, no first actions will be executed. + example: [] + syntax: + content: protected override IEnumerable CreateFirstActions() + return: + type: System.Collections.Generic.IEnumerable{TinyLife.Actions.Action} + description: A set of actions that should run before this action + content.vb: Protected Overrides Function CreateFirstActions() As IEnumerable(Of Action) + overridden: TinyLife.Actions.MultiAction.CreateFirstActions + overload: TinyLife.Actions.StartTogetherAction.CreateFirstActions* +- uid: TinyLife.Actions.StartTogetherAction.AndThenIsCompleted + commentId: M:TinyLife.Actions.StartTogetherAction.AndThenIsCompleted + id: AndThenIsCompleted + parent: TinyLife.Actions.StartTogetherAction + langs: + - csharp + - vb + name: AndThenIsCompleted() + nameWithType: StartTogetherAction.AndThenIsCompleted() + fullName: TinyLife.Actions.StartTogetherAction.AndThenIsCompleted() + type: Method + assemblies: + - Tiny Life + namespace: TinyLife.Actions + summary: >- + MultiAction version of . + + This method returns whether or not the main action is completed. + example: [] + syntax: + content: protected override CompletionType AndThenIsCompleted() + return: + type: TinyLife.Actions.CompletionType + description: Whether the main action is completed + content.vb: Protected Overrides Function AndThenIsCompleted() As CompletionType + overridden: TinyLife.Actions.MultiAction.AndThenIsCompleted + overload: TinyLife.Actions.StartTogetherAction.AndThenIsCompleted* +- uid: TinyLife.Actions.StartTogetherAction.GetNextAction(TinyLife.Actions.CompletionType) + commentId: M:TinyLife.Actions.StartTogetherAction.GetNextAction(TinyLife.Actions.CompletionType) + id: GetNextAction(TinyLife.Actions.CompletionType) + parent: TinyLife.Actions.StartTogetherAction + langs: + - csharp + - vb + name: GetNextAction(CompletionType) + nameWithType: StartTogetherAction.GetNextAction(CompletionType) + fullName: TinyLife.Actions.StartTogetherAction.GetNextAction(TinyLife.Actions.CompletionType) + type: Method + assemblies: + - Tiny Life + namespace: TinyLife.Actions + summary: >- + Returns an action that should be queued up immediately after this action completes. + + The queued up action is immediately started in the slot that this action occupied. + + Can be null, and is null by default. + example: [] + syntax: + content: public override Action GetNextAction(CompletionType completion) + parameters: + - id: completion + type: TinyLife.Actions.CompletionType + description: The type that this action completed with + return: + type: TinyLife.Actions.Action + description: The follow-up action + content.vb: Public Overrides Function GetNextAction(completion As CompletionType) As Action + overridden: TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.CompletionType) + overload: TinyLife.Actions.StartTogetherAction.GetNextAction* +- uid: TinyLife.Actions.StartTogetherAction.Create(System.String,TinyLife.Actions.ActionType,System.Int32) + commentId: M:TinyLife.Actions.StartTogetherAction.Create(System.String,TinyLife.Actions.ActionType,System.Int32) + id: Create(System.String,TinyLife.Actions.ActionType,System.Int32) + parent: TinyLife.Actions.StartTogetherAction + langs: + - csharp + - vb + name: Create(string, ActionType, int) + nameWithType: StartTogetherAction.Create(string, ActionType, int) + fullName: TinyLife.Actions.StartTogetherAction.Create(string, TinyLife.Actions.ActionType, int) + type: Method + assemblies: + - Tiny Life + namespace: TinyLife.Actions + summary: >- + Creates a new start together action type that starts the specified main action. + + The returned type settings will have largely the same settings the mainAction, except that a set of free people will be selectable to ask. The returned type settings' will additionally contain the entry of . + example: [] + syntax: + content: public static ActionType.TypeSettings Create(string name, ActionType mainAction, int maxOtherPeople) + parameters: + - id: name + type: System.String + description: The name of the action type to create. + - id: mainAction + type: TinyLife.Actions.ActionType + description: The main action to start together. + - id: maxOtherPeople + type: System.Int32 + description: The maximum amount of other people that can be selected to ask. + return: + type: TinyLife.Actions.ActionType.TypeSettings + description: The action settings for the start together action. + content.vb: Public Shared Function Create(name As String, mainAction As ActionType, maxOtherPeople As Integer) As ActionType.TypeSettings + overload: TinyLife.Actions.StartTogetherAction.Create* + nameWithType.vb: StartTogetherAction.Create(String, ActionType, Integer) + fullName.vb: TinyLife.Actions.StartTogetherAction.Create(String, TinyLife.Actions.ActionType, Integer) + name.vb: Create(String, ActionType, Integer) +references: +- uid: TinyLife.Actions.StartTogetherAction.Create(System.String,TinyLife.Actions.ActionType,System.Int32) + commentId: M:TinyLife.Actions.StartTogetherAction.Create(System.String,TinyLife.Actions.ActionType,System.Int32) + isExternal: true + href: TinyLife.Actions.StartTogetherAction.html#TinyLife_Actions_StartTogetherAction_Create_System_String_TinyLife_Actions_ActionType_System_Int32_ + name: Create(string, ActionType, int) + nameWithType: StartTogetherAction.Create(string, ActionType, int) + fullName: TinyLife.Actions.StartTogetherAction.Create(string, TinyLife.Actions.ActionType, int) + nameWithType.vb: StartTogetherAction.Create(String, ActionType, Integer) + fullName.vb: TinyLife.Actions.StartTogetherAction.Create(String, TinyLife.Actions.ActionType, Integer) + name.vb: Create(String, ActionType, Integer) + spec.csharp: + - uid: TinyLife.Actions.StartTogetherAction.Create(System.String,TinyLife.Actions.ActionType,System.Int32) + name: Create + href: TinyLife.Actions.StartTogetherAction.html#TinyLife_Actions_StartTogetherAction_Create_System_String_TinyLife_Actions_ActionType_System_Int32_ + - name: ( + - uid: System.String + name: string + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: ',' + - name: " " + - uid: TinyLife.Actions.ActionType + name: ActionType + href: TinyLife.Actions.ActionType.html + - name: ',' + - name: " " + - uid: System.Int32 + name: int + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ) + spec.vb: + - uid: TinyLife.Actions.StartTogetherAction.Create(System.String,TinyLife.Actions.ActionType,System.Int32) + name: Create + href: TinyLife.Actions.StartTogetherAction.html#TinyLife_Actions_StartTogetherAction_Create_System_String_TinyLife_Actions_ActionType_System_Int32_ + - name: ( + - uid: System.String + name: String + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: ',' + - name: " " + - uid: TinyLife.Actions.ActionType + name: ActionType + href: TinyLife.Actions.ActionType.html + - name: ',' + - name: " " + - uid: System.Int32 + name: Integer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ) +- uid: TinyLife.Actions + commentId: N:TinyLife.Actions + href: TinyLife.html + name: TinyLife.Actions + nameWithType: TinyLife.Actions + fullName: TinyLife.Actions + spec.csharp: + - uid: TinyLife + name: TinyLife + href: TinyLife.html + - name: . + - uid: TinyLife.Actions + name: Actions + href: TinyLife.Actions.html + spec.vb: + - uid: TinyLife + name: TinyLife + href: TinyLife.html + - name: . + - uid: TinyLife.Actions + name: Actions + href: TinyLife.Actions.html +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + name: object + nameWithType: object + fullName: object + nameWithType.vb: Object + fullName.vb: Object + name.vb: Object +- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder + commentId: T:MLEM.Data.Json.JsonTypeSafeGenericDataHolder + parent: MLEM.Data.Json + isExternal: true + name: JsonTypeSafeGenericDataHolder + nameWithType: JsonTypeSafeGenericDataHolder + fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder +- uid: TinyLife.Actions.Action + commentId: T:TinyLife.Actions.Action + parent: TinyLife.Actions + href: TinyLife.Actions.Action.html + name: Action + nameWithType: Action + fullName: TinyLife.Actions.Action +- uid: TinyLife.Actions.MultiAction + commentId: T:TinyLife.Actions.MultiAction + parent: TinyLife.Actions + href: TinyLife.Actions.MultiAction.html + name: MultiAction + nameWithType: MultiAction + fullName: TinyLife.Actions.MultiAction +- 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.MultiAction.Handler + commentId: F:TinyLife.Actions.MultiAction.Handler + parent: TinyLife.Actions.MultiAction + href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_Handler + name: Handler + nameWithType: MultiAction.Handler + fullName: TinyLife.Actions.MultiAction.Handler +- uid: TinyLife.Actions.MultiAction.MainElapsedTime + commentId: P:TinyLife.Actions.MultiAction.MainElapsedTime + parent: TinyLife.Actions.MultiAction + href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_MainElapsedTime + name: MainElapsedTime + nameWithType: MultiAction.MainElapsedTime + fullName: TinyLife.Actions.MultiAction.MainElapsedTime +- uid: TinyLife.Actions.MultiAction.InProgressTime + commentId: P:TinyLife.Actions.MultiAction.InProgressTime + parent: TinyLife.Actions.MultiAction + href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_InProgressTime + name: InProgressTime + nameWithType: MultiAction.InProgressTime + fullName: TinyLife.Actions.MultiAction.InProgressTime +- uid: TinyLife.Actions.MultiAction.CurrentStage + commentId: P:TinyLife.Actions.MultiAction.CurrentStage + parent: TinyLife.Actions.MultiAction + href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_CurrentStage + name: CurrentStage + nameWithType: MultiAction.CurrentStage + fullName: TinyLife.Actions.MultiAction.CurrentStage +- uid: TinyLife.Actions.MultiAction.CreateLastActions + commentId: M:TinyLife.Actions.MultiAction.CreateLastActions + parent: TinyLife.Actions.MultiAction + href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_CreateLastActions + name: CreateLastActions() + nameWithType: MultiAction.CreateLastActions() + fullName: TinyLife.Actions.MultiAction.CreateLastActions() + spec.csharp: + - uid: TinyLife.Actions.MultiAction.CreateLastActions + name: CreateLastActions + href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_CreateLastActions + - name: ( + - name: ) + spec.vb: + - uid: TinyLife.Actions.MultiAction.CreateLastActions + name: CreateLastActions + href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_CreateLastActions + - name: ( + - name: ) +- uid: TinyLife.Actions.MultiAction.AndThenInitialize + commentId: M:TinyLife.Actions.MultiAction.AndThenInitialize + parent: TinyLife.Actions.MultiAction + href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_AndThenInitialize + name: AndThenInitialize() + nameWithType: MultiAction.AndThenInitialize() + fullName: TinyLife.Actions.MultiAction.AndThenInitialize() + spec.csharp: + - uid: TinyLife.Actions.MultiAction.AndThenInitialize + name: AndThenInitialize + href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_AndThenInitialize + - name: ( + - name: ) + spec.vb: + - uid: TinyLife.Actions.MultiAction.AndThenInitialize + name: AndThenInitialize + href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_AndThenInitialize + - name: ( + - name: ) +- uid: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) + commentId: M:TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) + parent: TinyLife.Actions.MultiAction + isExternal: true + href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_AndThenUpdate_Microsoft_Xna_Framework_GameTime_System_TimeSpan_System_Single_ + name: AndThenUpdate(GameTime, TimeSpan, float) + nameWithType: MultiAction.AndThenUpdate(GameTime, TimeSpan, float) + fullName: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) + nameWithType.vb: MultiAction.AndThenUpdate(GameTime, TimeSpan, Single) + fullName.vb: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, Single) + name.vb: AndThenUpdate(GameTime, TimeSpan, Single) + spec.csharp: + - uid: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) + name: AndThenUpdate + href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_AndThenUpdate_Microsoft_Xna_Framework_GameTime_System_TimeSpan_System_Single_ + - name: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + isExternal: true + - name: ',' + - name: " " + - uid: System.TimeSpan + name: TimeSpan + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.timespan + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ) + spec.vb: + - uid: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) + name: AndThenUpdate + href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_AndThenUpdate_Microsoft_Xna_Framework_GameTime_System_TimeSpan_System_Single_ + - name: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + isExternal: true + - name: ',' + - name: " " + - uid: System.TimeSpan + name: TimeSpan + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.timespan + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ) +- uid: TinyLife.Actions.MultiAction.OnFirstUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) + commentId: M:TinyLife.Actions.MultiAction.OnFirstUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) + parent: TinyLife.Actions.MultiAction + isExternal: true + href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_OnFirstUpdate_Microsoft_Xna_Framework_GameTime_System_TimeSpan_System_Single_ + name: OnFirstUpdate(GameTime, TimeSpan, float) + nameWithType: MultiAction.OnFirstUpdate(GameTime, TimeSpan, float) + fullName: TinyLife.Actions.MultiAction.OnFirstUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) + nameWithType.vb: MultiAction.OnFirstUpdate(GameTime, TimeSpan, Single) + fullName.vb: TinyLife.Actions.MultiAction.OnFirstUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, Single) + name.vb: OnFirstUpdate(GameTime, TimeSpan, Single) + spec.csharp: + - uid: TinyLife.Actions.MultiAction.OnFirstUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) + name: OnFirstUpdate + href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_OnFirstUpdate_Microsoft_Xna_Framework_GameTime_System_TimeSpan_System_Single_ + - name: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + isExternal: true + - name: ',' + - name: " " + - uid: System.TimeSpan + name: TimeSpan + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.timespan + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ) + spec.vb: + - uid: TinyLife.Actions.MultiAction.OnFirstUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) + name: OnFirstUpdate + href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_OnFirstUpdate_Microsoft_Xna_Framework_GameTime_System_TimeSpan_System_Single_ + - name: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + isExternal: true + - name: ',' + - name: " " + - uid: System.TimeSpan + name: TimeSpan + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.timespan + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ) +- uid: TinyLife.Actions.MultiAction.OnLastUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) + commentId: M:TinyLife.Actions.MultiAction.OnLastUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) + parent: TinyLife.Actions.MultiAction + isExternal: true + href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_OnLastUpdate_Microsoft_Xna_Framework_GameTime_System_TimeSpan_System_Single_ + name: OnLastUpdate(GameTime, TimeSpan, float) + nameWithType: MultiAction.OnLastUpdate(GameTime, TimeSpan, float) + fullName: TinyLife.Actions.MultiAction.OnLastUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) + nameWithType.vb: MultiAction.OnLastUpdate(GameTime, TimeSpan, Single) + fullName.vb: TinyLife.Actions.MultiAction.OnLastUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, Single) + name.vb: OnLastUpdate(GameTime, TimeSpan, Single) + spec.csharp: + - uid: TinyLife.Actions.MultiAction.OnLastUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) + name: OnLastUpdate + href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_OnLastUpdate_Microsoft_Xna_Framework_GameTime_System_TimeSpan_System_Single_ + - name: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + isExternal: true + - name: ',' + - name: " " + - uid: System.TimeSpan + name: TimeSpan + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.timespan + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ) + spec.vb: + - uid: TinyLife.Actions.MultiAction.OnLastUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) + name: OnLastUpdate + href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_OnLastUpdate_Microsoft_Xna_Framework_GameTime_System_TimeSpan_System_Single_ + - name: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + isExternal: true + - name: ',' + - name: " " + - uid: System.TimeSpan + name: TimeSpan + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.timespan + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ) +- uid: TinyLife.Actions.MultiAction.AndThenOnCompleted(TinyLife.Actions.CompletionType) + commentId: M:TinyLife.Actions.MultiAction.AndThenOnCompleted(TinyLife.Actions.CompletionType) + parent: TinyLife.Actions.MultiAction + href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_AndThenOnCompleted_TinyLife_Actions_CompletionType_ + name: AndThenOnCompleted(CompletionType) + nameWithType: MultiAction.AndThenOnCompleted(CompletionType) + fullName: TinyLife.Actions.MultiAction.AndThenOnCompleted(TinyLife.Actions.CompletionType) + spec.csharp: + - uid: TinyLife.Actions.MultiAction.AndThenOnCompleted(TinyLife.Actions.CompletionType) + name: AndThenOnCompleted + href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_AndThenOnCompleted_TinyLife_Actions_CompletionType_ + - name: ( + - uid: TinyLife.Actions.CompletionType + name: CompletionType + href: TinyLife.Actions.CompletionType.html + - name: ) + spec.vb: + - uid: TinyLife.Actions.MultiAction.AndThenOnCompleted(TinyLife.Actions.CompletionType) + name: AndThenOnCompleted + href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_AndThenOnCompleted_TinyLife_Actions_CompletionType_ + - name: ( + - uid: TinyLife.Actions.CompletionType + name: CompletionType + href: TinyLife.Actions.CompletionType.html + - name: ) +- uid: TinyLife.Actions.MultiAction.PreInitialize + commentId: M:TinyLife.Actions.MultiAction.PreInitialize + parent: TinyLife.Actions.MultiAction + href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_PreInitialize + name: PreInitialize() + nameWithType: MultiAction.PreInitialize() + fullName: TinyLife.Actions.MultiAction.PreInitialize() + spec.csharp: + - uid: TinyLife.Actions.MultiAction.PreInitialize + name: PreInitialize + href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_PreInitialize + - name: ( + - name: ) + spec.vb: + - uid: TinyLife.Actions.MultiAction.PreInitialize + name: PreInitialize + href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_PreInitialize + - name: ( + - name: ) +- uid: TinyLife.Actions.MultiAction.PreCompleted(TinyLife.Actions.CompletionType) + commentId: M:TinyLife.Actions.MultiAction.PreCompleted(TinyLife.Actions.CompletionType) + parent: TinyLife.Actions.MultiAction + href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_PreCompleted_TinyLife_Actions_CompletionType_ + name: PreCompleted(CompletionType) + nameWithType: MultiAction.PreCompleted(CompletionType) + fullName: TinyLife.Actions.MultiAction.PreCompleted(TinyLife.Actions.CompletionType) + spec.csharp: + - uid: TinyLife.Actions.MultiAction.PreCompleted(TinyLife.Actions.CompletionType) + name: PreCompleted + href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_PreCompleted_TinyLife_Actions_CompletionType_ + - name: ( + - uid: TinyLife.Actions.CompletionType + name: CompletionType + href: TinyLife.Actions.CompletionType.html + - name: ) + spec.vb: + - uid: TinyLife.Actions.MultiAction.PreCompleted(TinyLife.Actions.CompletionType) + name: PreCompleted + href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_PreCompleted_TinyLife_Actions_CompletionType_ + - name: ( + - uid: TinyLife.Actions.CompletionType + name: CompletionType + href: TinyLife.Actions.CompletionType.html + - name: ) +- uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) + commentId: M:TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) + parent: TinyLife.Actions.MultiAction + isExternal: true + href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_Update_Microsoft_Xna_Framework_GameTime_System_TimeSpan_System_Single_ + name: Update(GameTime, TimeSpan, float) + nameWithType: MultiAction.Update(GameTime, TimeSpan, float) + fullName: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) + nameWithType.vb: MultiAction.Update(GameTime, TimeSpan, Single) + fullName.vb: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, Single) + name.vb: Update(GameTime, TimeSpan, Single) + spec.csharp: + - uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) + name: Update + href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_Update_Microsoft_Xna_Framework_GameTime_System_TimeSpan_System_Single_ + - name: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + isExternal: true + - name: ',' + - name: " " + - uid: System.TimeSpan + name: TimeSpan + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.timespan + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ) + spec.vb: + - uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) + name: Update + href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_Update_Microsoft_Xna_Framework_GameTime_System_TimeSpan_System_Single_ + - name: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + isExternal: true + - name: ',' + - name: " " + - uid: System.TimeSpan + name: TimeSpan + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.timespan + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ) +- uid: TinyLife.Actions.MultiAction.Initialize + commentId: M:TinyLife.Actions.MultiAction.Initialize + parent: TinyLife.Actions.MultiAction + href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_Initialize + name: Initialize() + nameWithType: MultiAction.Initialize() + fullName: TinyLife.Actions.MultiAction.Initialize() + spec.csharp: + - uid: TinyLife.Actions.MultiAction.Initialize + name: Initialize + href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_Initialize + - name: ( + - name: ) + spec.vb: + - uid: TinyLife.Actions.MultiAction.Initialize + name: Initialize + href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_Initialize + - name: ( + - name: ) +- uid: TinyLife.Actions.MultiAction.IsCompleted + commentId: M:TinyLife.Actions.MultiAction.IsCompleted + parent: TinyLife.Actions.MultiAction + href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_IsCompleted + name: IsCompleted() + nameWithType: MultiAction.IsCompleted() + fullName: TinyLife.Actions.MultiAction.IsCompleted() + spec.csharp: + - uid: TinyLife.Actions.MultiAction.IsCompleted + name: IsCompleted + href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_IsCompleted + - name: ( + - name: ) + spec.vb: + - uid: TinyLife.Actions.MultiAction.IsCompleted + name: IsCompleted + href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_IsCompleted + - name: ( + - name: ) +- uid: TinyLife.Actions.MultiAction.OnCompleted(TinyLife.Actions.CompletionType) + commentId: M:TinyLife.Actions.MultiAction.OnCompleted(TinyLife.Actions.CompletionType) + parent: TinyLife.Actions.MultiAction + href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_OnCompleted_TinyLife_Actions_CompletionType_ + name: OnCompleted(CompletionType) + nameWithType: MultiAction.OnCompleted(CompletionType) + fullName: TinyLife.Actions.MultiAction.OnCompleted(TinyLife.Actions.CompletionType) + spec.csharp: + - uid: TinyLife.Actions.MultiAction.OnCompleted(TinyLife.Actions.CompletionType) + name: OnCompleted + href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_OnCompleted_TinyLife_Actions_CompletionType_ + - name: ( + - uid: TinyLife.Actions.CompletionType + name: CompletionType + href: TinyLife.Actions.CompletionType.html + - name: ) + spec.vb: + - uid: TinyLife.Actions.MultiAction.OnCompleted(TinyLife.Actions.CompletionType) + name: OnCompleted + href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_OnCompleted_TinyLife_Actions_CompletionType_ + - name: ( + - uid: TinyLife.Actions.CompletionType + name: CompletionType + href: TinyLife.Actions.CompletionType.html + - name: ) +- uid: TinyLife.Actions.MultiAction.Validate(TinyLife.Objects.PersonLike) + commentId: M:TinyLife.Actions.MultiAction.Validate(TinyLife.Objects.PersonLike) + parent: TinyLife.Actions.MultiAction + href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_Validate_TinyLife_Objects_PersonLike_ + name: Validate(PersonLike) + nameWithType: MultiAction.Validate(PersonLike) + fullName: TinyLife.Actions.MultiAction.Validate(TinyLife.Objects.PersonLike) + spec.csharp: + - uid: TinyLife.Actions.MultiAction.Validate(TinyLife.Objects.PersonLike) + name: Validate + href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_Validate_TinyLife_Objects_PersonLike_ + - name: ( + - uid: TinyLife.Objects.PersonLike + name: PersonLike + href: TinyLife.Objects.PersonLike.html + - name: ) + spec.vb: + - uid: TinyLife.Actions.MultiAction.Validate(TinyLife.Objects.PersonLike) + name: Validate + href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_Validate_TinyLife_Objects_PersonLike_ + - name: ( + - uid: TinyLife.Objects.PersonLike + name: PersonLike + href: TinyLife.Objects.PersonLike.html + - name: ) +- uid: TinyLife.Actions.MultiAction.CanCancel(TinyLife.Actions.Action) + commentId: M:TinyLife.Actions.MultiAction.CanCancel(TinyLife.Actions.Action) + parent: TinyLife.Actions.MultiAction + href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_CanCancel_TinyLife_Actions_Action_ + name: CanCancel(Action) + nameWithType: MultiAction.CanCancel(Action) + fullName: TinyLife.Actions.MultiAction.CanCancel(TinyLife.Actions.Action) + spec.csharp: + - uid: TinyLife.Actions.MultiAction.CanCancel(TinyLife.Actions.Action) + name: CanCancel + href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_CanCancel_TinyLife_Actions_Action_ + - name: ( + - uid: TinyLife.Actions.Action + name: Action + href: TinyLife.Actions.Action.html + - name: ) + spec.vb: + - uid: TinyLife.Actions.MultiAction.CanCancel(TinyLife.Actions.Action) + name: CanCancel + href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_CanCancel_TinyLife_Actions_Action_ + - name: ( + - uid: TinyLife.Actions.Action + name: Action + href: TinyLife.Actions.Action.html + - name: ) +- uid: TinyLife.Actions.MultiAction.CanStartNow + commentId: M:TinyLife.Actions.MultiAction.CanStartNow + parent: TinyLife.Actions.MultiAction + href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_CanStartNow + name: CanStartNow() + nameWithType: MultiAction.CanStartNow() + fullName: TinyLife.Actions.MultiAction.CanStartNow() + spec.csharp: + - uid: TinyLife.Actions.MultiAction.CanStartNow + name: CanStartNow + href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_CanStartNow + - name: ( + - name: ) + spec.vb: + - uid: TinyLife.Actions.MultiAction.CanStartNow + name: CanStartNow + href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_CanStartNow + - name: ( + - name: ) +- uid: TinyLife.Actions.Action.Random + commentId: F:TinyLife.Actions.Action.Random + parent: TinyLife.Actions.Action + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_Random + name: Random + nameWithType: Action.Random + fullName: TinyLife.Actions.Action.Random +- uid: TinyLife.Actions.Action.OnActionTypeConstructed + commentId: E:TinyLife.Actions.Action.OnActionTypeConstructed + parent: TinyLife.Actions.Action + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_OnActionTypeConstructed + name: OnActionTypeConstructed + nameWithType: Action.OnActionTypeConstructed + fullName: TinyLife.Actions.Action.OnActionTypeConstructed +- uid: TinyLife.Actions.Action.FullyInProgress + commentId: P:TinyLife.Actions.Action.FullyInProgress + parent: TinyLife.Actions.Action + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_FullyInProgress + 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 + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_Type + 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 + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_Info + name: Info + nameWithType: Action.Info + fullName: TinyLife.Actions.Action.Info +- uid: TinyLife.Actions.Action.Id + commentId: F:TinyLife.Actions.Action.Id + parent: TinyLife.Actions.Action + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_Id + name: Id + nameWithType: Action.Id + fullName: TinyLife.Actions.Action.Id +- uid: TinyLife.Actions.Action.StartedAutomatically + commentId: P:TinyLife.Actions.Action.StartedAutomatically + parent: TinyLife.Actions.Action + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_StartedAutomatically + 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 + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_Parent + name: Parent + nameWithType: Action.Parent + fullName: TinyLife.Actions.Action.Parent +- uid: TinyLife.Actions.Action.Person + commentId: P:TinyLife.Actions.Action.Person + parent: TinyLife.Actions.Action + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_Person + 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 + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_ElapsedTime + 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 + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_PlayerPromptOpen + 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 + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_ForceResult + name: ForceResult + nameWithType: Action.ForceResult + fullName: TinyLife.Actions.Action.ForceResult +- 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 + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_TryForceResult_TinyLife_Actions_CompletionType_System_Nullable_TinyLife_Actions_CanExecuteResult__TinyLife_Objects_MapObject_ + name: TryForceResult(CompletionType, CanExecuteResult?, MapObject) + nameWithType: Action.TryForceResult(CompletionType, CanExecuteResult?, MapObject) + fullName: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType, TinyLife.Actions.CanExecuteResult?, TinyLife.Objects.MapObject) + spec.csharp: + - uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject) + name: TryForceResult + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_TryForceResult_TinyLife_Actions_CompletionType_System_Nullable_TinyLife_Actions_CanExecuteResult__TinyLife_Objects_MapObject_ + - name: ( + - uid: TinyLife.Actions.CompletionType + name: CompletionType + href: TinyLife.Actions.CompletionType.html + - name: ',' + - name: " " + - uid: TinyLife.Actions.CanExecuteResult + name: CanExecuteResult + href: TinyLife.Actions.CanExecuteResult.html + - name: '?' + - name: ',' + - name: " " + - uid: TinyLife.Objects.MapObject + name: MapObject + href: TinyLife.Objects.MapObject.html + - name: ) + spec.vb: + - uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject) + name: TryForceResult + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_TryForceResult_TinyLife_Actions_CompletionType_System_Nullable_TinyLife_Actions_CanExecuteResult__TinyLife_Objects_MapObject_ + - name: ( + - uid: TinyLife.Actions.CompletionType + name: CompletionType + href: TinyLife.Actions.CompletionType.html + - name: ',' + - name: " " + - uid: TinyLife.Actions.CanExecuteResult + name: CanExecuteResult + href: TinyLife.Actions.CanExecuteResult.html + - name: '?' + - name: ',' + - name: " " + - uid: TinyLife.Objects.MapObject + name: MapObject + href: TinyLife.Objects.MapObject.html + - name: ) +- uid: TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action) + commentId: M:TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action) + parent: TinyLife.Actions.Action + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_CanMultitask_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 + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_CanMultitask_TinyLife_Actions_Action_ + - name: ( + - uid: TinyLife.Actions.Action + name: Action + href: TinyLife.Actions.Action.html + - name: ) + spec.vb: + - uid: TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action) + name: CanMultitask + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_CanMultitask_TinyLife_Actions_Action_ + - name: ( + - uid: TinyLife.Actions.Action + name: Action + href: TinyLife.Actions.Action.html + - name: ) +- uid: TinyLife.Actions.Action.GetIconObject + commentId: M:TinyLife.Actions.Action.GetIconObject + parent: TinyLife.Actions.Action + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetIconObject + name: GetIconObject() + nameWithType: Action.GetIconObject() + fullName: TinyLife.Actions.Action.GetIconObject() + spec.csharp: + - uid: TinyLife.Actions.Action.GetIconObject + name: GetIconObject + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetIconObject + - name: ( + - name: ) + spec.vb: + - uid: TinyLife.Actions.Action.GetIconObject + name: GetIconObject + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetIconObject + - name: ( + - name: ) +- uid: TinyLife.Actions.Action.CausesExtremelyFastSpeed + commentId: M:TinyLife.Actions.Action.CausesExtremelyFastSpeed + parent: TinyLife.Actions.Action + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_CausesExtremelyFastSpeed + name: CausesExtremelyFastSpeed() + nameWithType: Action.CausesExtremelyFastSpeed() + fullName: TinyLife.Actions.Action.CausesExtremelyFastSpeed() + spec.csharp: + - uid: TinyLife.Actions.Action.CausesExtremelyFastSpeed + name: CausesExtremelyFastSpeed + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_CausesExtremelyFastSpeed + - name: ( + - name: ) + spec.vb: + - uid: TinyLife.Actions.Action.CausesExtremelyFastSpeed + name: CausesExtremelyFastSpeed + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_CausesExtremelyFastSpeed + - name: ( + - name: ) +- uid: TinyLife.Actions.Action.GetDisplayName + commentId: M:TinyLife.Actions.Action.GetDisplayName + parent: TinyLife.Actions.Action + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetDisplayName + name: GetDisplayName() + nameWithType: Action.GetDisplayName() + fullName: TinyLife.Actions.Action.GetDisplayName() + spec.csharp: + - uid: TinyLife.Actions.Action.GetDisplayName + name: GetDisplayName + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetDisplayName + - name: ( + - name: ) + spec.vb: + - uid: TinyLife.Actions.Action.GetDisplayName + name: GetDisplayName + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetDisplayName + - name: ( + - name: ) +- uid: TinyLife.Actions.Action.CanEnqueueConversation(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionType) + commentId: M:TinyLife.Actions.Action.CanEnqueueConversation(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionType) + parent: TinyLife.Actions.Action + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_CanEnqueueConversation_TinyLife_Objects_PersonLike_TinyLife_Actions_ActionType_ + name: CanEnqueueConversation(PersonLike, ActionType) + nameWithType: Action.CanEnqueueConversation(PersonLike, ActionType) + fullName: TinyLife.Actions.Action.CanEnqueueConversation(TinyLife.Objects.PersonLike, TinyLife.Actions.ActionType) + spec.csharp: + - uid: TinyLife.Actions.Action.CanEnqueueConversation(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionType) + name: CanEnqueueConversation + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_CanEnqueueConversation_TinyLife_Objects_PersonLike_TinyLife_Actions_ActionType_ + - name: ( + - uid: TinyLife.Objects.PersonLike + name: PersonLike + href: TinyLife.Objects.PersonLike.html + - name: ',' + - name: " " + - uid: TinyLife.Actions.ActionType + name: ActionType + href: TinyLife.Actions.ActionType.html + - name: ) + spec.vb: + - uid: TinyLife.Actions.Action.CanEnqueueConversation(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionType) + name: CanEnqueueConversation + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_CanEnqueueConversation_TinyLife_Objects_PersonLike_TinyLife_Actions_ActionType_ + - name: ( + - uid: TinyLife.Objects.PersonLike + name: PersonLike + href: TinyLife.Objects.PersonLike.html + - name: ',' + - name: " " + - uid: TinyLife.Actions.ActionType + name: ActionType + href: TinyLife.Actions.ActionType.html + - name: ) +- uid: TinyLife.Actions.Action.GetProgress + commentId: M:TinyLife.Actions.Action.GetProgress + parent: TinyLife.Actions.Action + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetProgress + name: GetProgress() + nameWithType: Action.GetProgress() + fullName: TinyLife.Actions.Action.GetProgress() + spec.csharp: + - uid: TinyLife.Actions.Action.GetProgress + name: GetProgress + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetProgress + - name: ( + - name: ) + spec.vb: + - uid: TinyLife.Actions.Action.GetProgress + name: GetProgress + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetProgress + - name: ( + - name: ) +- uid: TinyLife.Actions.Action.OnChildCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean) + commentId: M:TinyLife.Actions.Action.OnChildCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean) + parent: TinyLife.Actions.Action + isExternal: true + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_OnChildCompleted_TinyLife_Actions_Action_TinyLife_Actions_CompletionType_System_Boolean_ + name: OnChildCompleted(Action, CompletionType, bool) + nameWithType: Action.OnChildCompleted(Action, CompletionType, bool) + fullName: TinyLife.Actions.Action.OnChildCompleted(TinyLife.Actions.Action, TinyLife.Actions.CompletionType, bool) + nameWithType.vb: Action.OnChildCompleted(Action, CompletionType, Boolean) + fullName.vb: TinyLife.Actions.Action.OnChildCompleted(TinyLife.Actions.Action, TinyLife.Actions.CompletionType, Boolean) + name.vb: OnChildCompleted(Action, CompletionType, Boolean) + spec.csharp: + - uid: TinyLife.Actions.Action.OnChildCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean) + name: OnChildCompleted + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_OnChildCompleted_TinyLife_Actions_Action_TinyLife_Actions_CompletionType_System_Boolean_ + - name: ( + - uid: TinyLife.Actions.Action + name: Action + href: TinyLife.Actions.Action.html + - name: ',' + - name: " " + - uid: TinyLife.Actions.CompletionType + name: CompletionType + href: TinyLife.Actions.CompletionType.html + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) + spec.vb: + - uid: TinyLife.Actions.Action.OnChildCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean) + name: OnChildCompleted + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_OnChildCompleted_TinyLife_Actions_Action_TinyLife_Actions_CompletionType_System_Boolean_ + - name: ( + - uid: TinyLife.Actions.Action + name: Action + href: TinyLife.Actions.Action.html + - name: ',' + - name: " " + - uid: TinyLife.Actions.CompletionType + name: CompletionType + href: TinyLife.Actions.CompletionType.html + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) +- uid: TinyLife.Actions.Action.OpenPlayerPrompt(System.String,System.Predicate{MLEM.Ui.Elements.Panel},System.Action{MLEM.Ui.Elements.Panel},System.Boolean,System.Action{TinyLife.Uis.CoveringGroup,MLEM.Ui.Elements.Panel},MLEM.Textures.TextureRegion,System.Single) + commentId: M:TinyLife.Actions.Action.OpenPlayerPrompt(System.String,System.Predicate{MLEM.Ui.Elements.Panel},System.Action{MLEM.Ui.Elements.Panel},System.Boolean,System.Action{TinyLife.Uis.CoveringGroup,MLEM.Ui.Elements.Panel},MLEM.Textures.TextureRegion,System.Single) + parent: TinyLife.Actions.Action + isExternal: true + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_OpenPlayerPrompt_System_String_System_Predicate_MLEM_Ui_Elements_Panel__System_Action_MLEM_Ui_Elements_Panel__System_Boolean_System_Action_TinyLife_Uis_CoveringGroup_MLEM_Ui_Elements_Panel__MLEM_Textures_TextureRegion_System_Single_ + name: OpenPlayerPrompt(string, Predicate, Action, bool, Action, TextureRegion, float) + nameWithType: Action.OpenPlayerPrompt(string, Predicate, Action, bool, Action, TextureRegion, float) + fullName: TinyLife.Actions.Action.OpenPlayerPrompt(string, System.Predicate, System.Action, bool, System.Action, MLEM.Textures.TextureRegion, float) + nameWithType.vb: Action.OpenPlayerPrompt(String, Predicate(Of Panel), Action(Of Panel), Boolean, Action(Of CoveringGroup, Panel), TextureRegion, Single) + fullName.vb: TinyLife.Actions.Action.OpenPlayerPrompt(String, System.Predicate(Of MLEM.Ui.Elements.Panel), System.Action(Of MLEM.Ui.Elements.Panel), Boolean, System.Action(Of TinyLife.Uis.CoveringGroup, MLEM.Ui.Elements.Panel), MLEM.Textures.TextureRegion, Single) + name.vb: OpenPlayerPrompt(String, Predicate(Of Panel), Action(Of Panel), Boolean, Action(Of CoveringGroup, Panel), TextureRegion, Single) + spec.csharp: + - uid: TinyLife.Actions.Action.OpenPlayerPrompt(System.String,System.Predicate{MLEM.Ui.Elements.Panel},System.Action{MLEM.Ui.Elements.Panel},System.Boolean,System.Action{TinyLife.Uis.CoveringGroup,MLEM.Ui.Elements.Panel},MLEM.Textures.TextureRegion,System.Single) + name: OpenPlayerPrompt + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_OpenPlayerPrompt_System_String_System_Predicate_MLEM_Ui_Elements_Panel__System_Action_MLEM_Ui_Elements_Panel__System_Boolean_System_Action_TinyLife_Uis_CoveringGroup_MLEM_Ui_Elements_Panel__MLEM_Textures_TextureRegion_System_Single_ + - name: ( + - uid: System.String + name: string + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: ',' + - name: " " + - uid: System.Predicate`1 + name: Predicate + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.predicate-1 + - name: < + - uid: MLEM.Ui.Elements.Panel + name: Panel + isExternal: true + - name: '>' + - name: ',' + - name: " " + - uid: System.Action`1 + name: Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.action-1 + - name: < + - uid: MLEM.Ui.Elements.Panel + name: Panel + isExternal: true + - name: '>' + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: System.Action`2 + name: Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.action-2 + - name: < + - uid: TinyLife.Uis.CoveringGroup + name: CoveringGroup + href: TinyLife.Uis.CoveringGroup.html + - name: ',' + - name: " " + - uid: MLEM.Ui.Elements.Panel + name: Panel + isExternal: true + - name: '>' + - name: ',' + - name: " " + - uid: MLEM.Textures.TextureRegion + name: TextureRegion + isExternal: true + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ) + spec.vb: + - uid: TinyLife.Actions.Action.OpenPlayerPrompt(System.String,System.Predicate{MLEM.Ui.Elements.Panel},System.Action{MLEM.Ui.Elements.Panel},System.Boolean,System.Action{TinyLife.Uis.CoveringGroup,MLEM.Ui.Elements.Panel},MLEM.Textures.TextureRegion,System.Single) + name: OpenPlayerPrompt + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_OpenPlayerPrompt_System_String_System_Predicate_MLEM_Ui_Elements_Panel__System_Action_MLEM_Ui_Elements_Panel__System_Boolean_System_Action_TinyLife_Uis_CoveringGroup_MLEM_Ui_Elements_Panel__MLEM_Textures_TextureRegion_System_Single_ + - name: ( + - uid: System.String + name: String + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: ',' + - name: " " + - uid: System.Predicate`1 + name: Predicate + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.predicate-1 + - name: ( + - name: Of + - name: " " + - uid: MLEM.Ui.Elements.Panel + name: Panel + isExternal: true + - name: ) + - name: ',' + - name: " " + - uid: System.Action`1 + name: Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.action-1 + - name: ( + - name: Of + - name: " " + - uid: MLEM.Ui.Elements.Panel + name: Panel + isExternal: true + - name: ) + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: System.Action`2 + name: Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.action-2 + - name: ( + - name: Of + - name: " " + - uid: TinyLife.Uis.CoveringGroup + name: CoveringGroup + href: TinyLife.Uis.CoveringGroup.html + - name: ',' + - name: " " + - uid: MLEM.Ui.Elements.Panel + name: Panel + isExternal: true + - name: ) + - name: ',' + - name: " " + - uid: MLEM.Textures.TextureRegion + name: TextureRegion + isExternal: true + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ) +- uid: TinyLife.Actions.Action.OpenYesNoPrompt(System.String,System.Action,System.Action,MLEM.Textures.TextureRegion) + commentId: M:TinyLife.Actions.Action.OpenYesNoPrompt(System.String,System.Action,System.Action,MLEM.Textures.TextureRegion) + parent: TinyLife.Actions.Action + isExternal: true + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_OpenYesNoPrompt_System_String_System_Action_System_Action_MLEM_Textures_TextureRegion_ + name: OpenYesNoPrompt(string, Action, Action, TextureRegion) + nameWithType: Action.OpenYesNoPrompt(string, Action, Action, TextureRegion) + fullName: TinyLife.Actions.Action.OpenYesNoPrompt(string, System.Action, System.Action, MLEM.Textures.TextureRegion) + nameWithType.vb: Action.OpenYesNoPrompt(String, Action, Action, TextureRegion) + fullName.vb: TinyLife.Actions.Action.OpenYesNoPrompt(String, System.Action, System.Action, MLEM.Textures.TextureRegion) + name.vb: OpenYesNoPrompt(String, Action, Action, TextureRegion) + spec.csharp: + - uid: TinyLife.Actions.Action.OpenYesNoPrompt(System.String,System.Action,System.Action,MLEM.Textures.TextureRegion) + name: OpenYesNoPrompt + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_OpenYesNoPrompt_System_String_System_Action_System_Action_MLEM_Textures_TextureRegion_ + - name: ( + - uid: System.String + name: string + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: ',' + - name: " " + - uid: System.Action + name: Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.action + - name: ',' + - name: " " + - uid: System.Action + name: Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.action + - name: ',' + - name: " " + - uid: MLEM.Textures.TextureRegion + name: TextureRegion + isExternal: true + - name: ) + spec.vb: + - uid: TinyLife.Actions.Action.OpenYesNoPrompt(System.String,System.Action,System.Action,MLEM.Textures.TextureRegion) + name: OpenYesNoPrompt + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_OpenYesNoPrompt_System_String_System_Action_System_Action_MLEM_Textures_TextureRegion_ + - name: ( + - uid: System.String + name: String + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: ',' + - name: " " + - uid: System.Action + name: Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.action + - name: ',' + - name: " " + - uid: System.Action + name: Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.action + - name: ',' + - name: " " + - uid: MLEM.Textures.TextureRegion + name: TextureRegion + isExternal: true + - name: ) +- uid: TinyLife.Actions.Action.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String,MLEM.Textures.TextureRegion) + commentId: M:TinyLife.Actions.Action.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String,MLEM.Textures.TextureRegion) + parent: TinyLife.Actions.Action + isExternal: true + href: TinyLife.Actions.Action.html#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(string, Action, Predicate, Rule, string, TextureRegion) + nameWithType: Action.OpenTextPrompt(string, Action, Predicate, TextField.Rule, string, TextureRegion) + fullName: TinyLife.Actions.Action.OpenTextPrompt(string, System.Action, System.Predicate, MLEM.Ui.Elements.TextField.Rule, string, MLEM.Textures.TextureRegion) + nameWithType.vb: Action.OpenTextPrompt(String, Action(Of String), Predicate(Of String), TextField.Rule, String, TextureRegion) + fullName.vb: TinyLife.Actions.Action.OpenTextPrompt(String, System.Action(Of String), System.Predicate(Of String), MLEM.Ui.Elements.TextField.Rule, String, MLEM.Textures.TextureRegion) + name.vb: OpenTextPrompt(String, Action(Of String), Predicate(Of String), Rule, String, TextureRegion) + spec.csharp: + - uid: TinyLife.Actions.Action.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String,MLEM.Textures.TextureRegion) + name: OpenTextPrompt + href: TinyLife.Actions.Action.html#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: ( + - uid: System.String + name: string + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: ',' + - name: " " + - uid: System.Action`1 + name: Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.action-1 + - name: < + - uid: System.String + name: string + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: '>' + - name: ',' + - name: " " + - uid: System.Predicate`1 + name: Predicate + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.predicate-1 + - name: < + - uid: System.String + name: string + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: '>' + - name: ',' + - name: " " + - uid: MLEM.Ui.Elements.TextField.Rule + name: Rule + isExternal: true + - name: ',' + - name: " " + - uid: System.String + name: string + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: ',' + - name: " " + - uid: MLEM.Textures.TextureRegion + name: TextureRegion + isExternal: true + - name: ) + spec.vb: + - uid: TinyLife.Actions.Action.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String,MLEM.Textures.TextureRegion) + name: OpenTextPrompt + href: TinyLife.Actions.Action.html#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: ( + - uid: System.String + name: String + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: ',' + - name: " " + - uid: System.Action`1 + name: Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.action-1 + - name: ( + - name: Of + - name: " " + - uid: System.String + name: String + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: ) + - name: ',' + - name: " " + - uid: System.Predicate`1 + name: Predicate + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.predicate-1 + - name: ( + - name: Of + - name: " " + - uid: System.String + name: String + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: ) + - name: ',' + - name: " " + - uid: MLEM.Ui.Elements.TextField.Rule + name: Rule + isExternal: true + - name: ',' + - name: " " + - uid: System.String + name: String + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: ',' + - name: " " + - uid: MLEM.Textures.TextureRegion + name: TextureRegion + isExternal: true + - name: ) +- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo) + commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo) + parent: TinyLife.Actions.Action + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_OpenChoicePrompt_TinyLife_Actions_ChoicePromptInfo_ + name: OpenChoicePrompt(ChoicePromptInfo) + nameWithType: Action.OpenChoicePrompt(ChoicePromptInfo) + fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo) + spec.csharp: + - uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo) + name: OpenChoicePrompt + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_OpenChoicePrompt_TinyLife_Actions_ChoicePromptInfo_ + - name: ( + - uid: TinyLife.Actions.ChoicePromptInfo + name: ChoicePromptInfo + href: TinyLife.Actions.ChoicePromptInfo.html + - name: ) + spec.vb: + - uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo) + name: OpenChoicePrompt + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_OpenChoicePrompt_TinyLife_Actions_ChoicePromptInfo_ + - name: ( + - uid: TinyLife.Actions.ChoicePromptInfo + name: ChoicePromptInfo + href: TinyLife.Actions.ChoicePromptInfo.html + - name: ) +- uid: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteChoices,TinyLife.Objects.SpeakStyle,System.Int32,System.Single,System.Single,System.Single,System.Single) + commentId: M:TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteChoices,TinyLife.Objects.SpeakStyle,System.Int32,System.Single,System.Single,System.Single,System.Single) + parent: TinyLife.Actions.Action + isExternal: true + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_SpeakAlone_Microsoft_Xna_Framework_GameTime_System_Single_TinyLife_Actions_EmoteChoices_TinyLife_Objects_SpeakStyle_System_Int32_System_Single_System_Single_System_Single_System_Single_ + name: SpeakAlone(GameTime, float, EmoteChoices, SpeakStyle, int, float, float, float, float) + nameWithType: Action.SpeakAlone(GameTime, float, EmoteChoices, SpeakStyle, int, float, float, float, float) + fullName: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime, float, TinyLife.Actions.EmoteChoices, TinyLife.Objects.SpeakStyle, int, float, float, float, float) + nameWithType.vb: Action.SpeakAlone(GameTime, Single, EmoteChoices, SpeakStyle, Integer, Single, Single, Single, Single) + fullName.vb: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime, Single, TinyLife.Actions.EmoteChoices, TinyLife.Objects.SpeakStyle, Integer, Single, Single, Single, Single) + name.vb: SpeakAlone(GameTime, Single, EmoteChoices, SpeakStyle, Integer, Single, Single, Single, Single) + spec.csharp: + - uid: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteChoices,TinyLife.Objects.SpeakStyle,System.Int32,System.Single,System.Single,System.Single,System.Single) + name: SpeakAlone + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_SpeakAlone_Microsoft_Xna_Framework_GameTime_System_Single_TinyLife_Actions_EmoteChoices_TinyLife_Objects_SpeakStyle_System_Int32_System_Single_System_Single_System_Single_System_Single_ + - name: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + isExternal: true + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: TinyLife.Actions.EmoteChoices + name: EmoteChoices + href: TinyLife.Actions.EmoteChoices.html + - name: ',' + - name: " " + - uid: TinyLife.Objects.SpeakStyle + name: SpeakStyle + href: TinyLife.Objects.SpeakStyle.html + - name: ',' + - name: " " + - uid: System.Int32 + name: int + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ) + spec.vb: + - uid: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteChoices,TinyLife.Objects.SpeakStyle,System.Int32,System.Single,System.Single,System.Single,System.Single) + name: SpeakAlone + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_SpeakAlone_Microsoft_Xna_Framework_GameTime_System_Single_TinyLife_Actions_EmoteChoices_TinyLife_Objects_SpeakStyle_System_Int32_System_Single_System_Single_System_Single_System_Single_ + - name: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + isExternal: true + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: TinyLife.Actions.EmoteChoices + name: EmoteChoices + href: TinyLife.Actions.EmoteChoices.html + - name: ',' + - name: " " + - uid: TinyLife.Objects.SpeakStyle + name: SpeakStyle + href: TinyLife.Objects.SpeakStyle.html + - name: ',' + - name: " " + - uid: System.Int32 + name: Integer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ) +- uid: TinyLife.Actions.Action.ThinkAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteChoices,System.Single,System.Single,System.Single,System.Single,System.Int32) + commentId: M:TinyLife.Actions.Action.ThinkAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteChoices,System.Single,System.Single,System.Single,System.Single,System.Int32) + parent: TinyLife.Actions.Action + isExternal: true + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_ThinkAlone_Microsoft_Xna_Framework_GameTime_System_Single_TinyLife_Actions_EmoteChoices_System_Single_System_Single_System_Single_System_Single_System_Int32_ + name: ThinkAlone(GameTime, float, EmoteChoices, float, float, float, float, int) + nameWithType: Action.ThinkAlone(GameTime, float, EmoteChoices, float, float, float, float, int) + fullName: TinyLife.Actions.Action.ThinkAlone(Microsoft.Xna.Framework.GameTime, float, TinyLife.Actions.EmoteChoices, float, float, float, float, int) + nameWithType.vb: Action.ThinkAlone(GameTime, Single, EmoteChoices, Single, Single, Single, Single, Integer) + fullName.vb: TinyLife.Actions.Action.ThinkAlone(Microsoft.Xna.Framework.GameTime, Single, TinyLife.Actions.EmoteChoices, Single, Single, Single, Single, Integer) + name.vb: ThinkAlone(GameTime, Single, EmoteChoices, Single, Single, Single, Single, Integer) + spec.csharp: + - uid: TinyLife.Actions.Action.ThinkAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteChoices,System.Single,System.Single,System.Single,System.Single,System.Int32) + name: ThinkAlone + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_ThinkAlone_Microsoft_Xna_Framework_GameTime_System_Single_TinyLife_Actions_EmoteChoices_System_Single_System_Single_System_Single_System_Single_System_Int32_ + - name: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + isExternal: true + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: TinyLife.Actions.EmoteChoices + name: EmoteChoices + href: TinyLife.Actions.EmoteChoices.html + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: System.Int32 + name: int + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ) + spec.vb: + - uid: TinyLife.Actions.Action.ThinkAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteChoices,System.Single,System.Single,System.Single,System.Single,System.Int32) + name: ThinkAlone + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_ThinkAlone_Microsoft_Xna_Framework_GameTime_System_Single_TinyLife_Actions_EmoteChoices_System_Single_System_Single_System_Single_System_Single_System_Int32_ + - name: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + isExternal: true + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: TinyLife.Actions.EmoteChoices + name: EmoteChoices + href: TinyLife.Actions.EmoteChoices.html + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: System.Int32 + name: Integer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ) +- uid: TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.PersonLike,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteChoices,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteChoices},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32,System.Single,System.Single,System.Single,System.Single) + commentId: M:TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.PersonLike,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteChoices,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteChoices},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32,System.Single,System.Single,System.Single,System.Single) + parent: TinyLife.Actions.Action + isExternal: true + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_SpeakInConversation_TinyLife_Objects_PersonLike_Microsoft_Xna_Framework_GameTime_System_Single_TinyLife_Actions_EmoteChoices_TinyLife_Objects_SpeakStyle_System_Nullable_TinyLife_Actions_EmoteChoices__System_Nullable_TinyLife_Objects_SpeakStyle__System_Int32_System_Single_System_Single_System_Single_System_Single_ + name: SpeakInConversation(PersonLike, GameTime, float, EmoteChoices, SpeakStyle, EmoteChoices?, SpeakStyle?, int, float, float, float, float) + nameWithType: Action.SpeakInConversation(PersonLike, GameTime, float, EmoteChoices, SpeakStyle, EmoteChoices?, SpeakStyle?, int, float, float, float, float) + fullName: TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.PersonLike, Microsoft.Xna.Framework.GameTime, float, TinyLife.Actions.EmoteChoices, TinyLife.Objects.SpeakStyle, TinyLife.Actions.EmoteChoices?, TinyLife.Objects.SpeakStyle?, int, float, float, float, float) + nameWithType.vb: Action.SpeakInConversation(PersonLike, GameTime, Single, EmoteChoices, SpeakStyle, EmoteChoices?, SpeakStyle?, Integer, Single, Single, Single, Single) + fullName.vb: TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.PersonLike, Microsoft.Xna.Framework.GameTime, Single, TinyLife.Actions.EmoteChoices, TinyLife.Objects.SpeakStyle, TinyLife.Actions.EmoteChoices?, TinyLife.Objects.SpeakStyle?, Integer, Single, Single, Single, Single) + name.vb: SpeakInConversation(PersonLike, GameTime, Single, EmoteChoices, SpeakStyle, EmoteChoices?, SpeakStyle?, Integer, Single, Single, Single, Single) + spec.csharp: + - uid: TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.PersonLike,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteChoices,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteChoices},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32,System.Single,System.Single,System.Single,System.Single) + name: SpeakInConversation + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_SpeakInConversation_TinyLife_Objects_PersonLike_Microsoft_Xna_Framework_GameTime_System_Single_TinyLife_Actions_EmoteChoices_TinyLife_Objects_SpeakStyle_System_Nullable_TinyLife_Actions_EmoteChoices__System_Nullable_TinyLife_Objects_SpeakStyle__System_Int32_System_Single_System_Single_System_Single_System_Single_ + - name: ( + - uid: TinyLife.Objects.PersonLike + name: PersonLike + href: TinyLife.Objects.PersonLike.html + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + isExternal: true + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: TinyLife.Actions.EmoteChoices + name: EmoteChoices + href: TinyLife.Actions.EmoteChoices.html + - name: ',' + - name: " " + - uid: TinyLife.Objects.SpeakStyle + name: SpeakStyle + href: TinyLife.Objects.SpeakStyle.html + - name: ',' + - name: " " + - uid: TinyLife.Actions.EmoteChoices + name: EmoteChoices + href: TinyLife.Actions.EmoteChoices.html + - name: '?' + - name: ',' + - name: " " + - uid: TinyLife.Objects.SpeakStyle + name: SpeakStyle + href: TinyLife.Objects.SpeakStyle.html + - name: '?' + - name: ',' + - name: " " + - uid: System.Int32 + name: int + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ) + spec.vb: + - uid: TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.PersonLike,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteChoices,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteChoices},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32,System.Single,System.Single,System.Single,System.Single) + name: SpeakInConversation + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_SpeakInConversation_TinyLife_Objects_PersonLike_Microsoft_Xna_Framework_GameTime_System_Single_TinyLife_Actions_EmoteChoices_TinyLife_Objects_SpeakStyle_System_Nullable_TinyLife_Actions_EmoteChoices__System_Nullable_TinyLife_Objects_SpeakStyle__System_Int32_System_Single_System_Single_System_Single_System_Single_ + - name: ( + - uid: TinyLife.Objects.PersonLike + name: PersonLike + href: TinyLife.Objects.PersonLike.html + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + isExternal: true + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: TinyLife.Actions.EmoteChoices + name: EmoteChoices + href: TinyLife.Actions.EmoteChoices.html + - name: ',' + - name: " " + - uid: TinyLife.Objects.SpeakStyle + name: SpeakStyle + href: TinyLife.Objects.SpeakStyle.html + - name: ',' + - name: " " + - uid: TinyLife.Actions.EmoteChoices + name: EmoteChoices + href: TinyLife.Actions.EmoteChoices.html + - name: '?' + - name: ',' + - name: " " + - uid: TinyLife.Objects.SpeakStyle + name: SpeakStyle + href: TinyLife.Objects.SpeakStyle.html + - name: '?' + - name: ',' + - name: " " + - uid: System.Int32 + name: Integer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ) +- uid: TinyLife.Actions.Action.ResetSpeech + commentId: M:TinyLife.Actions.Action.ResetSpeech + parent: TinyLife.Actions.Action + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_ResetSpeech + name: ResetSpeech() + nameWithType: Action.ResetSpeech() + fullName: TinyLife.Actions.Action.ResetSpeech() + spec.csharp: + - uid: TinyLife.Actions.Action.ResetSpeech + name: ResetSpeech + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_ResetSpeech + - name: ( + - name: ) + spec.vb: + - uid: TinyLife.Actions.Action.ResetSpeech + name: ResetSpeech + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_ResetSpeech + - name: ( + - name: ) +- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.PersonLike) + commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.PersonLike) + parent: TinyLife.Actions.Action + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_CompleteIfNeedFull_TinyLife_NeedType_TinyLife_Objects_PersonLike_ + name: CompleteIfNeedFull(NeedType, PersonLike) + nameWithType: Action.CompleteIfNeedFull(NeedType, PersonLike) + fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType, TinyLife.Objects.PersonLike) + spec.csharp: + - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.PersonLike) + name: CompleteIfNeedFull + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_CompleteIfNeedFull_TinyLife_NeedType_TinyLife_Objects_PersonLike_ + - name: ( + - uid: TinyLife.NeedType + name: NeedType + href: TinyLife.NeedType.html + - name: ',' + - name: " " + - uid: TinyLife.Objects.PersonLike + name: PersonLike + href: TinyLife.Objects.PersonLike.html + - name: ) + spec.vb: + - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.PersonLike) + name: CompleteIfNeedFull + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_CompleteIfNeedFull_TinyLife_NeedType_TinyLife_Objects_PersonLike_ + - name: ( + - uid: TinyLife.NeedType + name: NeedType + href: TinyLife.NeedType.html + - name: ',' + - name: " " + - uid: TinyLife.Objects.PersonLike + name: PersonLike + href: TinyLife.Objects.PersonLike.html + - name: ) +- uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) + commentId: M:TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) + parent: TinyLife.Actions.Action + isExternal: true + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_CompleteIfTimeUp_System_TimeSpan_System_Boolean_TinyLife_Skills_SkillType_System_Single_System_Boolean_ + name: CompleteIfTimeUp(TimeSpan, bool, SkillType, float, bool) + nameWithType: Action.CompleteIfTimeUp(TimeSpan, bool, SkillType, float, bool) + fullName: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan, bool, TinyLife.Skills.SkillType, float, bool) + nameWithType.vb: Action.CompleteIfTimeUp(TimeSpan, Boolean, SkillType, Single, Boolean) + fullName.vb: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan, Boolean, TinyLife.Skills.SkillType, Single, Boolean) + name.vb: CompleteIfTimeUp(TimeSpan, Boolean, SkillType, Single, Boolean) + spec.csharp: + - uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) + name: CompleteIfTimeUp + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_CompleteIfTimeUp_System_TimeSpan_System_Boolean_TinyLife_Skills_SkillType_System_Single_System_Boolean_ + - name: ( + - uid: System.TimeSpan + name: TimeSpan + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.timespan + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: TinyLife.Skills.SkillType + name: SkillType + href: TinyLife.Skills.SkillType.html + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) + spec.vb: + - uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) + name: CompleteIfTimeUp + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_CompleteIfTimeUp_System_TimeSpan_System_Boolean_TinyLife_Skills_SkillType_System_Single_System_Boolean_ + - name: ( + - uid: System.TimeSpan + name: TimeSpan + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.timespan + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: TinyLife.Skills.SkillType + name: SkillType + href: TinyLife.Skills.SkillType.html + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) +- uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) + commentId: M:TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) + parent: TinyLife.Actions.Action + isExternal: true + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_CompleteIfTimeUp_System_TimeSpan_System_TimeSpan_System_Boolean_TinyLife_Skills_SkillType_System_Single_System_Boolean_ + name: CompleteIfTimeUp(TimeSpan, TimeSpan, bool, SkillType, float, bool) + nameWithType: Action.CompleteIfTimeUp(TimeSpan, TimeSpan, bool, SkillType, float, bool) + fullName: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan, System.TimeSpan, bool, TinyLife.Skills.SkillType, float, bool) + nameWithType.vb: Action.CompleteIfTimeUp(TimeSpan, TimeSpan, Boolean, SkillType, Single, Boolean) + fullName.vb: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan, System.TimeSpan, Boolean, TinyLife.Skills.SkillType, Single, Boolean) + name.vb: CompleteIfTimeUp(TimeSpan, TimeSpan, Boolean, SkillType, Single, Boolean) + spec.csharp: + - uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) + name: CompleteIfTimeUp + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_CompleteIfTimeUp_System_TimeSpan_System_TimeSpan_System_Boolean_TinyLife_Skills_SkillType_System_Single_System_Boolean_ + - name: ( + - uid: System.TimeSpan + name: TimeSpan + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.timespan + - name: ',' + - name: " " + - uid: System.TimeSpan + name: TimeSpan + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.timespan + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: TinyLife.Skills.SkillType + name: SkillType + href: TinyLife.Skills.SkillType.html + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) + spec.vb: + - uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) + name: CompleteIfTimeUp + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_CompleteIfTimeUp_System_TimeSpan_System_TimeSpan_System_Boolean_TinyLife_Skills_SkillType_System_Single_System_Boolean_ + - name: ( + - uid: System.TimeSpan + name: TimeSpan + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.timespan + - name: ',' + - name: " " + - uid: System.TimeSpan + name: TimeSpan + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.timespan + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: TinyLife.Skills.SkillType + name: SkillType + href: TinyLife.Skills.SkillType.html + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) +- uid: TinyLife.Actions.Action.GetRandomCompletionTime(System.TimeSpan,System.TimeSpan) + commentId: M:TinyLife.Actions.Action.GetRandomCompletionTime(System.TimeSpan,System.TimeSpan) + parent: TinyLife.Actions.Action + isExternal: true + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetRandomCompletionTime_System_TimeSpan_System_TimeSpan_ + name: GetRandomCompletionTime(TimeSpan, TimeSpan) + nameWithType: Action.GetRandomCompletionTime(TimeSpan, TimeSpan) + fullName: TinyLife.Actions.Action.GetRandomCompletionTime(System.TimeSpan, System.TimeSpan) + spec.csharp: + - uid: TinyLife.Actions.Action.GetRandomCompletionTime(System.TimeSpan,System.TimeSpan) + name: GetRandomCompletionTime + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetRandomCompletionTime_System_TimeSpan_System_TimeSpan_ + - name: ( + - uid: System.TimeSpan + name: TimeSpan + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.timespan + - name: ',' + - name: " " + - uid: System.TimeSpan + name: TimeSpan + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.timespan + - name: ) + spec.vb: + - uid: TinyLife.Actions.Action.GetRandomCompletionTime(System.TimeSpan,System.TimeSpan) + name: GetRandomCompletionTime + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetRandomCompletionTime_System_TimeSpan_System_TimeSpan_ + - name: ( + - uid: System.TimeSpan + name: TimeSpan + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.timespan + - name: ',' + - name: " " + - uid: System.TimeSpan + name: TimeSpan + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.timespan + - name: ) +- uid: TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[]) + commentId: M:TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[]) + parent: TinyLife.Actions.Action + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_CancelIfEmotional_TinyLife_Emotions_EmotionType___ + name: CancelIfEmotional(params EmotionType[]) + nameWithType: Action.CancelIfEmotional(params EmotionType[]) + fullName: TinyLife.Actions.Action.CancelIfEmotional(params TinyLife.Emotions.EmotionType[]) + nameWithType.vb: Action.CancelIfEmotional(ParamArray EmotionType()) + fullName.vb: TinyLife.Actions.Action.CancelIfEmotional(ParamArray TinyLife.Emotions.EmotionType()) + name.vb: CancelIfEmotional(ParamArray EmotionType()) + spec.csharp: + - uid: TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[]) + name: CancelIfEmotional + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_CancelIfEmotional_TinyLife_Emotions_EmotionType___ + - name: ( + - name: params + - name: " " + - uid: TinyLife.Emotions.EmotionType + name: EmotionType + href: TinyLife.Emotions.EmotionType.html + - name: '[' + - name: ']' + - name: ) + spec.vb: + - uid: TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[]) + name: CancelIfEmotional + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_CancelIfEmotional_TinyLife_Emotions_EmotionType___ + - name: ( + - name: ParamArray + - name: " " + - uid: TinyLife.Emotions.EmotionType + name: EmotionType + href: TinyLife.Emotions.EmotionType.html + - name: ( + - name: ) + - name: ) +- uid: TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot) + commentId: M:TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot) + parent: TinyLife.Actions.Action + isExternal: true + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_Sit_TinyLife_Objects_Furniture_System_Single_TinyLife_Objects_ActionSpot_ + name: Sit(Furniture, float, ActionSpot) + nameWithType: Action.Sit(Furniture, float, ActionSpot) + fullName: TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture, float, TinyLife.Objects.ActionSpot) + nameWithType.vb: Action.Sit(Furniture, Single, ActionSpot) + fullName.vb: TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture, Single, TinyLife.Objects.ActionSpot) + name.vb: Sit(Furniture, Single, ActionSpot) + spec.csharp: + - uid: TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot) + name: Sit + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_Sit_TinyLife_Objects_Furniture_System_Single_TinyLife_Objects_ActionSpot_ + - name: ( + - uid: TinyLife.Objects.Furniture + name: Furniture + href: TinyLife.Objects.Furniture.html + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: TinyLife.Objects.ActionSpot + name: ActionSpot + href: TinyLife.Objects.ActionSpot.html + - name: ) + spec.vb: + - uid: TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot) + name: Sit + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_Sit_TinyLife_Objects_Furniture_System_Single_TinyLife_Objects_ActionSpot_ + - name: ( + - uid: TinyLife.Objects.Furniture + name: Furniture + href: TinyLife.Objects.Furniture.html + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: TinyLife.Objects.ActionSpot + name: ActionSpot + href: TinyLife.Objects.ActionSpot.html + - name: ) +- uid: TinyLife.Actions.Action.GetChildren(System.Boolean) + commentId: M:TinyLife.Actions.Action.GetChildren(System.Boolean) + parent: TinyLife.Actions.Action + isExternal: true + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetChildren_System_Boolean_ + name: GetChildren(bool) + nameWithType: Action.GetChildren(bool) + fullName: TinyLife.Actions.Action.GetChildren(bool) + nameWithType.vb: Action.GetChildren(Boolean) + fullName.vb: TinyLife.Actions.Action.GetChildren(Boolean) + name.vb: GetChildren(Boolean) + spec.csharp: + - uid: TinyLife.Actions.Action.GetChildren(System.Boolean) + name: GetChildren + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetChildren_System_Boolean_ + - name: ( + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) + spec.vb: + - uid: TinyLife.Actions.Action.GetChildren(System.Boolean) + name: GetChildren + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetChildren_System_Boolean_ + - name: ( + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) +- uid: TinyLife.Actions.Action.GetChild``1(System.Guid,System.Boolean) + commentId: M:TinyLife.Actions.Action.GetChild``1(System.Guid,System.Boolean) + parent: TinyLife.Actions.Action + isExternal: true + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetChild__1_System_Guid_System_Boolean_ + name: GetChild(Guid, bool) + nameWithType: Action.GetChild(Guid, bool) + fullName: TinyLife.Actions.Action.GetChild(System.Guid, bool) + nameWithType.vb: Action.GetChild(Of T)(Guid, Boolean) + fullName.vb: TinyLife.Actions.Action.GetChild(Of T)(System.Guid, Boolean) + name.vb: GetChild(Of T)(Guid, Boolean) + spec.csharp: + - uid: TinyLife.Actions.Action.GetChild``1(System.Guid,System.Boolean) + name: GetChild + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetChild__1_System_Guid_System_Boolean_ + - name: < + - name: T + - name: '>' + - name: ( + - uid: System.Guid + name: Guid + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.guid + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) + spec.vb: + - uid: TinyLife.Actions.Action.GetChild``1(System.Guid,System.Boolean) + name: GetChild + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetChild__1_System_Guid_System_Boolean_ + - name: ( + - name: Of + - name: " " + - name: T + - name: ) + - name: ( + - uid: System.Guid + name: Guid + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.guid + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) +- uid: TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean) + commentId: M:TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean) + parent: TinyLife.Actions.Action + isExternal: true + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_PickUpAndGoTo_TinyLife_Actions_ActionInfo_TinyLife_Objects_ObjectCategory_TinyLife_Objects_ObjectCategory_System_Boolean_ + name: PickUpAndGoTo(ActionInfo, ObjectCategory, ObjectCategory, bool) + nameWithType: Action.PickUpAndGoTo(ActionInfo, ObjectCategory, ObjectCategory, bool) + fullName: TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo, TinyLife.Objects.ObjectCategory, TinyLife.Objects.ObjectCategory, bool) + nameWithType.vb: Action.PickUpAndGoTo(ActionInfo, ObjectCategory, ObjectCategory, Boolean) + fullName.vb: TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo, TinyLife.Objects.ObjectCategory, TinyLife.Objects.ObjectCategory, Boolean) + name.vb: PickUpAndGoTo(ActionInfo, ObjectCategory, ObjectCategory, Boolean) + spec.csharp: + - uid: TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean) + name: PickUpAndGoTo + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_PickUpAndGoTo_TinyLife_Actions_ActionInfo_TinyLife_Objects_ObjectCategory_TinyLife_Objects_ObjectCategory_System_Boolean_ + - name: ( + - uid: TinyLife.Actions.ActionInfo + name: ActionInfo + href: TinyLife.Actions.ActionInfo.html + - name: ',' + - name: " " + - uid: TinyLife.Objects.ObjectCategory + name: ObjectCategory + href: TinyLife.Objects.ObjectCategory.html + - name: ',' + - name: " " + - uid: TinyLife.Objects.ObjectCategory + name: ObjectCategory + href: TinyLife.Objects.ObjectCategory.html + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) + spec.vb: + - uid: TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean) + name: PickUpAndGoTo + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_PickUpAndGoTo_TinyLife_Actions_ActionInfo_TinyLife_Objects_ObjectCategory_TinyLife_Objects_ObjectCategory_System_Boolean_ + - name: ( + - uid: TinyLife.Actions.ActionInfo + name: ActionInfo + href: TinyLife.Actions.ActionInfo.html + - name: ',' + - name: " " + - uid: TinyLife.Objects.ObjectCategory + name: ObjectCategory + href: TinyLife.Objects.ObjectCategory.html + - name: ',' + - name: " " + - uid: TinyLife.Objects.ObjectCategory + name: ObjectCategory + href: TinyLife.Objects.ObjectCategory.html + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) +- uid: TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean) + commentId: M:TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean) + parent: TinyLife.Actions.Action + isExternal: true + href: TinyLife.Actions.Action.html#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(ActionInfo, Func, Func, bool) + nameWithType: Action.PickUpAndGoTo(ActionInfo, Func, Func, bool) + fullName: TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo, System.Func, System.Func, bool) + nameWithType.vb: Action.PickUpAndGoTo(ActionInfo, Func(Of Furniture, Boolean), Func(Of Furniture, Boolean), Boolean) + fullName.vb: TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo, System.Func(Of TinyLife.Objects.Furniture, Boolean), System.Func(Of TinyLife.Objects.Furniture, Boolean), Boolean) + name.vb: PickUpAndGoTo(ActionInfo, Func(Of Furniture, Boolean), Func(Of Furniture, Boolean), Boolean) + spec.csharp: + - uid: TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean) + name: PickUpAndGoTo + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_PickUpAndGoTo_TinyLife_Actions_ActionInfo_System_Func_TinyLife_Objects_Furniture_System_Boolean__System_Func_TinyLife_Objects_Furniture_System_Boolean__System_Boolean_ + - name: ( + - uid: TinyLife.Actions.ActionInfo + name: ActionInfo + href: TinyLife.Actions.ActionInfo.html + - name: ',' + - name: " " + - uid: System.Func`2 + name: Func + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.func-2 + - name: < + - uid: TinyLife.Objects.Furniture + name: Furniture + href: TinyLife.Objects.Furniture.html + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: '>' + - name: ',' + - name: " " + - uid: System.Func`2 + name: Func + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.func-2 + - name: < + - uid: TinyLife.Objects.Furniture + name: Furniture + href: TinyLife.Objects.Furniture.html + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: '>' + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) + spec.vb: + - uid: TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean) + name: PickUpAndGoTo + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_PickUpAndGoTo_TinyLife_Actions_ActionInfo_System_Func_TinyLife_Objects_Furniture_System_Boolean__System_Func_TinyLife_Objects_Furniture_System_Boolean__System_Boolean_ + - name: ( + - uid: TinyLife.Actions.ActionInfo + name: ActionInfo + href: TinyLife.Actions.ActionInfo.html + - name: ',' + - name: " " + - uid: System.Func`2 + name: Func + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.func-2 + - name: ( + - name: Of + - name: " " + - uid: TinyLife.Objects.Furniture + name: Furniture + href: TinyLife.Objects.Furniture.html + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) + - name: ',' + - name: " " + - uid: System.Func`2 + name: Func + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.func-2 + - name: ( + - name: Of + - name: " " + - uid: TinyLife.Objects.Furniture + name: Furniture + href: TinyLife.Objects.Furniture.html + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) +- uid: TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture) + commentId: M:TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture) + parent: TinyLife.Actions.Action + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChair_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_ + name: GetFreeChair(PersonLike, Furniture) + nameWithType: Action.GetFreeChair(PersonLike, Furniture) + fullName: TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture) + spec.csharp: + - uid: TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture) + name: GetFreeChair + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChair_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_ + - name: ( + - uid: TinyLife.Objects.PersonLike + name: PersonLike + href: TinyLife.Objects.PersonLike.html + - name: ',' + - name: " " + - uid: TinyLife.Objects.Furniture + name: Furniture + href: TinyLife.Objects.Furniture.html + - name: ) + spec.vb: + - uid: TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture) + name: GetFreeChair + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChair_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_ + - name: ( + - uid: TinyLife.Objects.PersonLike + name: PersonLike + href: TinyLife.Objects.PersonLike.html + - name: ',' + - name: " " + - uid: TinyLife.Objects.Furniture + name: Furniture + href: TinyLife.Objects.Furniture.html + - name: ) +- uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean}) + commentId: M:TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean}) + parent: TinyLife.Actions.Action + isExternal: true + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Maths_Direction2_System_Boolean__ + name: GetFreeChairs(PersonLike, Furniture, Func) + nameWithType: Action.GetFreeChairs(PersonLike, Furniture, Func) + fullName: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func) + nameWithType.vb: Action.GetFreeChairs(PersonLike, Furniture, Func(Of Direction2, Boolean)) + fullName.vb: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func(Of MLEM.Maths.Direction2, Boolean)) + name.vb: GetFreeChairs(PersonLike, Furniture, Func(Of Direction2, Boolean)) + spec.csharp: + - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean}) + name: GetFreeChairs + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Maths_Direction2_System_Boolean__ + - name: ( + - uid: TinyLife.Objects.PersonLike + name: PersonLike + href: TinyLife.Objects.PersonLike.html + - name: ',' + - name: " " + - uid: TinyLife.Objects.Furniture + name: Furniture + href: TinyLife.Objects.Furniture.html + - name: ',' + - name: " " + - uid: System.Func`2 + name: Func + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.func-2 + - name: < + - uid: MLEM.Maths.Direction2 + name: Direction2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: '>' + - name: ) + spec.vb: + - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean}) + name: GetFreeChairs + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Maths_Direction2_System_Boolean__ + - name: ( + - uid: TinyLife.Objects.PersonLike + name: PersonLike + href: TinyLife.Objects.PersonLike.html + - name: ',' + - name: " " + - uid: TinyLife.Objects.Furniture + name: Furniture + href: TinyLife.Objects.Furniture.html + - name: ',' + - name: " " + - uid: System.Func`2 + name: Func + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.func-2 + - name: ( + - name: Of + - name: " " + - uid: MLEM.Maths.Direction2 + name: Direction2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) + - name: ) +- uid: TinyLife.Actions.Action.GetSeatCategory(TinyLife.Objects.PersonLike) + commentId: M:TinyLife.Actions.Action.GetSeatCategory(TinyLife.Objects.PersonLike) + parent: TinyLife.Actions.Action + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetSeatCategory_TinyLife_Objects_PersonLike_ + name: GetSeatCategory(PersonLike) + nameWithType: Action.GetSeatCategory(PersonLike) + fullName: TinyLife.Actions.Action.GetSeatCategory(TinyLife.Objects.PersonLike) + spec.csharp: + - uid: TinyLife.Actions.Action.GetSeatCategory(TinyLife.Objects.PersonLike) + name: GetSeatCategory + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetSeatCategory_TinyLife_Objects_PersonLike_ + - name: ( + - uid: TinyLife.Objects.PersonLike + name: PersonLike + href: TinyLife.Objects.PersonLike.html + - name: ) + spec.vb: + - uid: TinyLife.Actions.Action.GetSeatCategory(TinyLife.Objects.PersonLike) + name: GetSeatCategory + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetSeatCategory_TinyLife_Objects_PersonLike_ + - name: ( + - uid: TinyLife.Objects.PersonLike + name: PersonLike + href: TinyLife.Objects.PersonLike.html + - name: ) +- uid: TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionType,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean,System.Boolean,System.Boolean) + commentId: M:TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionType,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean,System.Boolean,System.Boolean) + parent: TinyLife.Actions.Action + isExternal: true + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindAllFreePeople_TinyLife_Objects_PersonLike_TinyLife_Actions_ActionType_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Nullable_System_Single__System_Nullable_System_Single__System_Boolean_System_Boolean_System_Boolean_ + name: FindAllFreePeople(PersonLike, ActionType, Map, Vector2?, float?, float?, bool, bool, bool) + nameWithType: Action.FindAllFreePeople(PersonLike, ActionType, Map, Vector2?, float?, float?, bool, bool, bool) + fullName: TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Objects.PersonLike, TinyLife.Actions.ActionType, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?, float?, float?, bool, bool, bool) + nameWithType.vb: Action.FindAllFreePeople(PersonLike, ActionType, Map, Vector2?, Single?, Single?, Boolean, Boolean, Boolean) + fullName.vb: TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Objects.PersonLike, TinyLife.Actions.ActionType, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?, Single?, Single?, Boolean, Boolean, Boolean) + name.vb: FindAllFreePeople(PersonLike, ActionType, Map, Vector2?, Single?, Single?, Boolean, Boolean, Boolean) + spec.csharp: + - uid: TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionType,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean,System.Boolean,System.Boolean) + name: FindAllFreePeople + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindAllFreePeople_TinyLife_Objects_PersonLike_TinyLife_Actions_ActionType_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Nullable_System_Single__System_Nullable_System_Single__System_Boolean_System_Boolean_System_Boolean_ + - name: ( + - uid: TinyLife.Objects.PersonLike + name: PersonLike + href: TinyLife.Objects.PersonLike.html + - name: ',' + - name: " " + - uid: TinyLife.Actions.ActionType + name: ActionType + href: TinyLife.Actions.ActionType.html + - name: ',' + - name: " " + - uid: TinyLife.World.Map + name: Map + href: TinyLife.World.Map.html + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: '?' + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: '?' + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: '?' + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) + spec.vb: + - uid: TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionType,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean,System.Boolean,System.Boolean) + name: FindAllFreePeople + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindAllFreePeople_TinyLife_Objects_PersonLike_TinyLife_Actions_ActionType_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Nullable_System_Single__System_Nullable_System_Single__System_Boolean_System_Boolean_System_Boolean_ + - name: ( + - uid: TinyLife.Objects.PersonLike + name: PersonLike + href: TinyLife.Objects.PersonLike.html + - name: ',' + - name: " " + - uid: TinyLife.Actions.ActionType + name: ActionType + href: TinyLife.Actions.ActionType.html + - name: ',' + - name: " " + - uid: TinyLife.World.Map + name: Map + href: TinyLife.World.Map.html + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: '?' + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: '?' + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: '?' + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) +- uid: TinyLife.Actions.Action.FindAllFreeFurniture(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Boolean,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean,System.Boolean) + commentId: M:TinyLife.Actions.Action.FindAllFreeFurniture(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Boolean,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean,System.Boolean) + parent: TinyLife.Actions.Action + isExternal: true + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindAllFreeFurniture_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_TinyLife_Objects_FurnitureType_System_Boolean_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Nullable_System_Single__System_Nullable_System_Single__System_Boolean_System_Boolean_ + name: FindAllFreeFurniture(PersonLike, ObjectCategory, FurnitureType, bool, Map, Vector2?, float?, float?, bool, bool) + nameWithType: Action.FindAllFreeFurniture(PersonLike, ObjectCategory, FurnitureType, bool, Map, Vector2?, float?, float?, bool, bool) + fullName: TinyLife.Actions.Action.FindAllFreeFurniture(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, bool, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?, float?, float?, bool, bool) + nameWithType.vb: Action.FindAllFreeFurniture(PersonLike, ObjectCategory, FurnitureType, Boolean, Map, Vector2?, Single?, Single?, Boolean, Boolean) + fullName.vb: TinyLife.Actions.Action.FindAllFreeFurniture(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, Boolean, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?, Single?, Single?, Boolean, Boolean) + name.vb: FindAllFreeFurniture(PersonLike, ObjectCategory, FurnitureType, Boolean, Map, Vector2?, Single?, Single?, Boolean, Boolean) + spec.csharp: + - uid: TinyLife.Actions.Action.FindAllFreeFurniture(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Boolean,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean,System.Boolean) + name: FindAllFreeFurniture + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindAllFreeFurniture_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_TinyLife_Objects_FurnitureType_System_Boolean_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Nullable_System_Single__System_Nullable_System_Single__System_Boolean_System_Boolean_ + - name: ( + - uid: TinyLife.Objects.PersonLike + name: PersonLike + href: TinyLife.Objects.PersonLike.html + - name: ',' + - name: " " + - uid: TinyLife.Objects.ObjectCategory + name: ObjectCategory + href: TinyLife.Objects.ObjectCategory.html + - name: ',' + - name: " " + - uid: TinyLife.Objects.FurnitureType + name: FurnitureType + href: TinyLife.Objects.FurnitureType.html + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: TinyLife.World.Map + name: Map + href: TinyLife.World.Map.html + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: '?' + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: '?' + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: '?' + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) + spec.vb: + - uid: TinyLife.Actions.Action.FindAllFreeFurniture(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Boolean,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean,System.Boolean) + name: FindAllFreeFurniture + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindAllFreeFurniture_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_TinyLife_Objects_FurnitureType_System_Boolean_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Nullable_System_Single__System_Nullable_System_Single__System_Boolean_System_Boolean_ + - name: ( + - uid: TinyLife.Objects.PersonLike + name: PersonLike + href: TinyLife.Objects.PersonLike.html + - name: ',' + - name: " " + - uid: TinyLife.Objects.ObjectCategory + name: ObjectCategory + href: TinyLife.Objects.ObjectCategory.html + - name: ',' + - name: " " + - uid: TinyLife.Objects.FurnitureType + name: FurnitureType + href: TinyLife.Objects.FurnitureType.html + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: TinyLife.World.Map + name: Map + href: TinyLife.World.Map.html + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: '?' + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: '?' + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: '?' + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) +- uid: TinyLife.Actions.Action.FindAllFreeWalls``1(TinyLife.Objects.PersonLike,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean) + commentId: M:TinyLife.Actions.Action.FindAllFreeWalls``1(TinyLife.Objects.PersonLike,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean) + parent: TinyLife.Actions.Action + isExternal: true + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindAllFreeWalls__1_TinyLife_Objects_PersonLike_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Nullable_System_Single__System_Nullable_System_Single__System_Boolean_ + name: FindAllFreeWalls(PersonLike, Map, Vector2?, float?, float?, bool) + nameWithType: Action.FindAllFreeWalls(PersonLike, Map, Vector2?, float?, float?, bool) + fullName: TinyLife.Actions.Action.FindAllFreeWalls(TinyLife.Objects.PersonLike, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?, float?, float?, bool) + nameWithType.vb: Action.FindAllFreeWalls(Of T)(PersonLike, Map, Vector2?, Single?, Single?, Boolean) + fullName.vb: TinyLife.Actions.Action.FindAllFreeWalls(Of T)(TinyLife.Objects.PersonLike, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?, Single?, Single?, Boolean) + name.vb: FindAllFreeWalls(Of T)(PersonLike, Map, Vector2?, Single?, Single?, Boolean) + spec.csharp: + - uid: TinyLife.Actions.Action.FindAllFreeWalls``1(TinyLife.Objects.PersonLike,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean) + name: FindAllFreeWalls + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindAllFreeWalls__1_TinyLife_Objects_PersonLike_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Nullable_System_Single__System_Nullable_System_Single__System_Boolean_ + - name: < + - name: T + - name: '>' + - name: ( + - uid: TinyLife.Objects.PersonLike + name: PersonLike + href: TinyLife.Objects.PersonLike.html + - name: ',' + - name: " " + - uid: TinyLife.World.Map + name: Map + href: TinyLife.World.Map.html + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: '?' + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: '?' + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: '?' + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) + spec.vb: + - uid: TinyLife.Actions.Action.FindAllFreeWalls``1(TinyLife.Objects.PersonLike,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean) + name: FindAllFreeWalls + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindAllFreeWalls__1_TinyLife_Objects_PersonLike_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Nullable_System_Single__System_Nullable_System_Single__System_Boolean_ + - name: ( + - name: Of + - name: " " + - name: T + - name: ) + - name: ( + - uid: TinyLife.Objects.PersonLike + name: PersonLike + href: TinyLife.Objects.PersonLike.html + - name: ',' + - name: " " + - uid: TinyLife.World.Map + name: Map + href: TinyLife.World.Map.html + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: '?' + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: '?' + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: '?' + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) +- uid: TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.PersonLike,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean) + commentId: M:TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.PersonLike,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean) + parent: TinyLife.Actions.Action + isExternal: true + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindAllFreeGround_TinyLife_Objects_PersonLike_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Nullable_System_Single__System_Nullable_System_Single__System_Boolean_ + name: FindAllFreeGround(PersonLike, Map, Vector2?, float?, float?, bool) + nameWithType: Action.FindAllFreeGround(PersonLike, Map, Vector2?, float?, float?, bool) + fullName: TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.PersonLike, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?, float?, float?, bool) + nameWithType.vb: Action.FindAllFreeGround(PersonLike, Map, Vector2?, Single?, Single?, Boolean) + fullName.vb: TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.PersonLike, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?, Single?, Single?, Boolean) + name.vb: FindAllFreeGround(PersonLike, Map, Vector2?, Single?, Single?, Boolean) + spec.csharp: + - uid: TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.PersonLike,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean) + name: FindAllFreeGround + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindAllFreeGround_TinyLife_Objects_PersonLike_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Nullable_System_Single__System_Nullable_System_Single__System_Boolean_ + - name: ( + - uid: TinyLife.Objects.PersonLike + name: PersonLike + href: TinyLife.Objects.PersonLike.html + - name: ',' + - name: " " + - uid: TinyLife.World.Map + name: Map + href: TinyLife.World.Map.html + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: '?' + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: '?' + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: '?' + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) + spec.vb: + - uid: TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.PersonLike,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean) + name: FindAllFreeGround + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindAllFreeGround_TinyLife_Objects_PersonLike_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Nullable_System_Single__System_Nullable_System_Single__System_Boolean_ + - name: ( + - uid: TinyLife.Objects.PersonLike + name: PersonLike + href: TinyLife.Objects.PersonLike.html + - name: ',' + - name: " " + - uid: TinyLife.World.Map + name: Map + href: TinyLife.World.Map.html + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: '?' + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: '?' + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: '?' + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) +- uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) + commentId: M:TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) + parent: TinyLife.Actions.Action + isExternal: true + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindFreeFurniture_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_TinyLife_Objects_FurnitureType_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Boolean_System_Boolean_ + name: FindFreeFurniture(PersonLike, ObjectCategory, FurnitureType, Map, Vector2?, bool, bool) + nameWithType: Action.FindFreeFurniture(PersonLike, ObjectCategory, FurnitureType, Map, Vector2?, bool, bool) + fullName: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?, bool, bool) + nameWithType.vb: Action.FindFreeFurniture(PersonLike, ObjectCategory, FurnitureType, Map, Vector2?, Boolean, Boolean) + fullName.vb: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?, Boolean, Boolean) + name.vb: FindFreeFurniture(PersonLike, ObjectCategory, FurnitureType, Map, Vector2?, Boolean, Boolean) + spec.csharp: + - uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) + name: FindFreeFurniture + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindFreeFurniture_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_TinyLife_Objects_FurnitureType_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Boolean_System_Boolean_ + - name: ( + - uid: TinyLife.Objects.PersonLike + name: PersonLike + href: TinyLife.Objects.PersonLike.html + - name: ',' + - name: " " + - uid: TinyLife.Objects.ObjectCategory + name: ObjectCategory + href: TinyLife.Objects.ObjectCategory.html + - name: ',' + - name: " " + - uid: TinyLife.Objects.FurnitureType + name: FurnitureType + href: TinyLife.Objects.FurnitureType.html + - name: ',' + - name: " " + - uid: TinyLife.World.Map + name: Map + href: TinyLife.World.Map.html + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: '?' + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) + spec.vb: + - uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) + name: FindFreeFurniture + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindFreeFurniture_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_TinyLife_Objects_FurnitureType_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Boolean_System_Boolean_ + - name: ( + - uid: TinyLife.Objects.PersonLike + name: PersonLike + href: TinyLife.Objects.PersonLike.html + - name: ',' + - name: " " + - uid: TinyLife.Objects.ObjectCategory + name: ObjectCategory + href: TinyLife.Objects.ObjectCategory.html + - name: ',' + - name: " " + - uid: TinyLife.Objects.FurnitureType + name: FurnitureType + href: TinyLife.Objects.FurnitureType.html + - name: ',' + - name: " " + - uid: TinyLife.World.Map + name: Map + href: TinyLife.World.Map.html + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: '?' + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) +- uid: TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionType,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2}) + commentId: M:TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionType,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2}) + parent: TinyLife.Actions.Action + isExternal: true + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindAllActionObjects_TinyLife_Objects_PersonLike_TinyLife_Actions_ActionType_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__ + name: FindAllActionObjects(PersonLike, ActionType, Map, Vector2?) + nameWithType: Action.FindAllActionObjects(PersonLike, ActionType, Map, Vector2?) + fullName: TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.PersonLike, TinyLife.Actions.ActionType, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?) + spec.csharp: + - uid: TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionType,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2}) + name: FindAllActionObjects + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindAllActionObjects_TinyLife_Objects_PersonLike_TinyLife_Actions_ActionType_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__ + - name: ( + - uid: TinyLife.Objects.PersonLike + name: PersonLike + href: TinyLife.Objects.PersonLike.html + - name: ',' + - name: " " + - uid: TinyLife.Actions.ActionType + name: ActionType + href: TinyLife.Actions.ActionType.html + - name: ',' + - name: " " + - uid: TinyLife.World.Map + name: Map + href: TinyLife.World.Map.html + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: '?' + - name: ) + spec.vb: + - uid: TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionType,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2}) + name: FindAllActionObjects + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindAllActionObjects_TinyLife_Objects_PersonLike_TinyLife_Actions_ActionType_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__ + - name: ( + - uid: TinyLife.Objects.PersonLike + name: PersonLike + href: TinyLife.Objects.PersonLike.html + - name: ',' + - name: " " + - uid: TinyLife.Actions.ActionType + name: ActionType + href: TinyLife.Actions.ActionType.html + - name: ',' + - name: " " + - uid: TinyLife.World.Map + name: Map + href: TinyLife.World.Map.html + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: '?' + - name: ) +- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionType,System.Boolean,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) + commentId: M:TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionType,System.Boolean,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) + parent: TinyLife.Actions.Action + isExternal: true + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindValidActionObjects_TinyLife_Objects_PersonLike_TinyLife_Actions_ActionType_System_Boolean_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Boolean_System_Boolean_ + name: FindValidActionObjects(PersonLike, ActionType, bool, Map, Vector2?, bool, bool) + nameWithType: Action.FindValidActionObjects(PersonLike, ActionType, bool, Map, Vector2?, bool, bool) + fullName: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.PersonLike, TinyLife.Actions.ActionType, bool, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?, bool, bool) + nameWithType.vb: Action.FindValidActionObjects(PersonLike, ActionType, Boolean, Map, Vector2?, Boolean, Boolean) + fullName.vb: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.PersonLike, TinyLife.Actions.ActionType, Boolean, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?, Boolean, Boolean) + name.vb: FindValidActionObjects(PersonLike, ActionType, Boolean, Map, Vector2?, Boolean, Boolean) + spec.csharp: + - uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionType,System.Boolean,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) + name: FindValidActionObjects + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindValidActionObjects_TinyLife_Objects_PersonLike_TinyLife_Actions_ActionType_System_Boolean_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Boolean_System_Boolean_ + - name: ( + - uid: TinyLife.Objects.PersonLike + name: PersonLike + href: TinyLife.Objects.PersonLike.html + - name: ',' + - name: " " + - uid: TinyLife.Actions.ActionType + name: ActionType + href: TinyLife.Actions.ActionType.html + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: TinyLife.World.Map + name: Map + href: TinyLife.World.Map.html + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: '?' + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) + spec.vb: + - uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionType,System.Boolean,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) + name: FindValidActionObjects + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindValidActionObjects_TinyLife_Objects_PersonLike_TinyLife_Actions_ActionType_System_Boolean_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Boolean_System_Boolean_ + - name: ( + - uid: TinyLife.Objects.PersonLike + name: PersonLike + href: TinyLife.Objects.PersonLike.html + - name: ',' + - name: " " + - uid: TinyLife.Actions.ActionType + name: ActionType + href: TinyLife.Actions.ActionType.html + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: TinyLife.World.Map + name: Map + href: TinyLife.World.Map.html + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: '?' + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) +- uid: TinyLife.Actions.Action.GetRandomValidArguments(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean) + commentId: M:TinyLife.Actions.Action.GetRandomValidArguments(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean) + parent: TinyLife.Actions.Action + isExternal: true + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetRandomValidArguments_TinyLife_Actions_ActionType_TinyLife_Actions_ActionInfo_System_Boolean_ + name: GetRandomValidArguments(ActionType, ActionInfo, bool) + nameWithType: Action.GetRandomValidArguments(ActionType, ActionInfo, bool) + fullName: TinyLife.Actions.Action.GetRandomValidArguments(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, bool) + nameWithType.vb: Action.GetRandomValidArguments(ActionType, ActionInfo, Boolean) + fullName.vb: TinyLife.Actions.Action.GetRandomValidArguments(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, Boolean) + name.vb: GetRandomValidArguments(ActionType, ActionInfo, Boolean) + spec.csharp: + - uid: TinyLife.Actions.Action.GetRandomValidArguments(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean) + name: GetRandomValidArguments + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetRandomValidArguments_TinyLife_Actions_ActionType_TinyLife_Actions_ActionInfo_System_Boolean_ + - name: ( + - uid: TinyLife.Actions.ActionType + name: ActionType + href: TinyLife.Actions.ActionType.html + - name: ',' + - name: " " + - uid: TinyLife.Actions.ActionInfo + name: ActionInfo + href: TinyLife.Actions.ActionInfo.html + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) + spec.vb: + - uid: TinyLife.Actions.Action.GetRandomValidArguments(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean) + name: GetRandomValidArguments + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetRandomValidArguments_TinyLife_Actions_ActionType_TinyLife_Actions_ActionInfo_System_Boolean_ + - name: ( + - uid: TinyLife.Actions.ActionType + name: ActionType + href: TinyLife.Actions.ActionType.html + - name: ',' + - name: " " + - uid: TinyLife.Actions.ActionInfo + name: ActionInfo + href: TinyLife.Actions.ActionInfo.html + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) +- uid: TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot) + commentId: M:TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot) + parent: TinyLife.Actions.Action + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetTableSpot_TinyLife_Objects_Furniture_TinyLife_Objects_ActionSpot_ + 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 + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetTableSpot_TinyLife_Objects_Furniture_TinyLife_Objects_ActionSpot_ + - name: ( + - uid: TinyLife.Objects.Furniture + name: Furniture + href: TinyLife.Objects.Furniture.html + - name: ',' + - name: " " + - uid: TinyLife.Objects.ActionSpot + name: ActionSpot + href: TinyLife.Objects.ActionSpot.html + - name: ) + spec.vb: + - uid: TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot) + name: GetTableSpot + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetTableSpot_TinyLife_Objects_Furniture_TinyLife_Objects_ActionSpot_ + - name: ( + - uid: TinyLife.Objects.Furniture + name: Furniture + href: TinyLife.Objects.Furniture.html + - name: ',' + - name: " " + - uid: TinyLife.Objects.ActionSpot + name: ActionSpot + href: TinyLife.Objects.ActionSpot.html + - name: ) +- uid: TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.PersonLike,TinyLife.Objects.PersonLike,System.Action{TinyLife.Objects.PersonLike,TinyLife.Objects.PersonLike}) + commentId: M:TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.PersonLike,TinyLife.Objects.PersonLike,System.Action{TinyLife.Objects.PersonLike,TinyLife.Objects.PersonLike}) + parent: TinyLife.Actions.Action + isExternal: true + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_InvokeForBoth_TinyLife_Objects_PersonLike_TinyLife_Objects_PersonLike_System_Action_TinyLife_Objects_PersonLike_TinyLife_Objects_PersonLike__ + name: InvokeForBoth(PersonLike, PersonLike, Action) + nameWithType: Action.InvokeForBoth(PersonLike, PersonLike, Action) + fullName: TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.PersonLike, TinyLife.Objects.PersonLike, System.Action) + nameWithType.vb: Action.InvokeForBoth(PersonLike, PersonLike, Action(Of PersonLike, PersonLike)) + fullName.vb: TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.PersonLike, TinyLife.Objects.PersonLike, System.Action(Of TinyLife.Objects.PersonLike, TinyLife.Objects.PersonLike)) + name.vb: InvokeForBoth(PersonLike, PersonLike, Action(Of PersonLike, PersonLike)) + spec.csharp: + - uid: TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.PersonLike,TinyLife.Objects.PersonLike,System.Action{TinyLife.Objects.PersonLike,TinyLife.Objects.PersonLike}) + name: InvokeForBoth + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_InvokeForBoth_TinyLife_Objects_PersonLike_TinyLife_Objects_PersonLike_System_Action_TinyLife_Objects_PersonLike_TinyLife_Objects_PersonLike__ + - name: ( + - uid: TinyLife.Objects.PersonLike + name: PersonLike + href: TinyLife.Objects.PersonLike.html + - name: ',' + - name: " " + - uid: TinyLife.Objects.PersonLike + name: PersonLike + href: TinyLife.Objects.PersonLike.html + - name: ',' + - name: " " + - uid: System.Action`2 + name: Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.action-2 + - name: < + - uid: TinyLife.Objects.PersonLike + name: PersonLike + href: TinyLife.Objects.PersonLike.html + - name: ',' + - name: " " + - uid: TinyLife.Objects.PersonLike + name: PersonLike + href: TinyLife.Objects.PersonLike.html + - name: '>' + - name: ) + spec.vb: + - uid: TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.PersonLike,TinyLife.Objects.PersonLike,System.Action{TinyLife.Objects.PersonLike,TinyLife.Objects.PersonLike}) + name: InvokeForBoth + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_InvokeForBoth_TinyLife_Objects_PersonLike_TinyLife_Objects_PersonLike_System_Action_TinyLife_Objects_PersonLike_TinyLife_Objects_PersonLike__ + - name: ( + - uid: TinyLife.Objects.PersonLike + name: PersonLike + href: TinyLife.Objects.PersonLike.html + - name: ',' + - name: " " + - uid: TinyLife.Objects.PersonLike + name: PersonLike + href: TinyLife.Objects.PersonLike.html + - name: ',' + - name: " " + - uid: System.Action`2 + name: Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.action-2 + - name: ( + - name: Of + - name: " " + - uid: TinyLife.Objects.PersonLike + name: PersonLike + href: TinyLife.Objects.PersonLike.html + - name: ',' + - name: " " + - uid: TinyLife.Objects.PersonLike + name: PersonLike + href: TinyLife.Objects.PersonLike.html + - name: ) + - name: ) +- uid: TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action) + commentId: M:TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action) + parent: TinyLife.Actions.Action + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_CanMultitask_TinyLife_Actions_Action_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 + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_CanMultitask_TinyLife_Actions_Action_TinyLife_Actions_Action_ + - name: ( + - uid: TinyLife.Actions.Action + name: Action + href: TinyLife.Actions.Action.html + - name: ',' + - name: " " + - uid: TinyLife.Actions.Action + name: Action + href: TinyLife.Actions.Action.html + - name: ) + spec.vb: + - uid: TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action) + name: CanMultitask + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_CanMultitask_TinyLife_Actions_Action_TinyLife_Actions_Action_ + - name: ( + - uid: TinyLife.Actions.Action + name: Action + href: TinyLife.Actions.Action.html + - name: ',' + - name: " " + - uid: TinyLife.Actions.Action + name: Action + href: TinyLife.Actions.Action.html + - name: ) +- uid: TinyLife.Actions.Action.IsInappropriate(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo) + commentId: M:TinyLife.Actions.Action.IsInappropriate(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo) + parent: TinyLife.Actions.Action + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_IsInappropriate_TinyLife_Actions_ActionType_TinyLife_Actions_ActionInfo_ + name: IsInappropriate(ActionType, ActionInfo) + nameWithType: Action.IsInappropriate(ActionType, ActionInfo) + fullName: TinyLife.Actions.Action.IsInappropriate(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo) + spec.csharp: + - uid: TinyLife.Actions.Action.IsInappropriate(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo) + name: IsInappropriate + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_IsInappropriate_TinyLife_Actions_ActionType_TinyLife_Actions_ActionInfo_ + - name: ( + - uid: TinyLife.Actions.ActionType + name: ActionType + href: TinyLife.Actions.ActionType.html + - name: ',' + - name: " " + - uid: TinyLife.Actions.ActionInfo + name: ActionInfo + href: TinyLife.Actions.ActionInfo.html + - name: ) + spec.vb: + - uid: TinyLife.Actions.Action.IsInappropriate(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo) + name: IsInappropriate + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_IsInappropriate_TinyLife_Actions_ActionType_TinyLife_Actions_ActionInfo_ + - name: ( + - uid: TinyLife.Actions.ActionType + name: ActionType + href: TinyLife.Actions.ActionType.html + - name: ',' + - name: " " + - uid: TinyLife.Actions.ActionInfo + name: ActionInfo + href: TinyLife.Actions.ActionInfo.html + - name: ) +- uid: TinyLife.Actions.Action.IsLotContentVisible(TinyLife.World.Lot,TinyLife.Objects.PersonLike,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2}) + commentId: M:TinyLife.Actions.Action.IsLotContentVisible(TinyLife.World.Lot,TinyLife.Objects.PersonLike,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2}) + parent: TinyLife.Actions.Action + isExternal: true + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_IsLotContentVisible_TinyLife_World_Lot_TinyLife_Objects_PersonLike_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__ + name: IsLotContentVisible(Lot, PersonLike, Map, Vector2?) + nameWithType: Action.IsLotContentVisible(Lot, PersonLike, Map, Vector2?) + fullName: TinyLife.Actions.Action.IsLotContentVisible(TinyLife.World.Lot, TinyLife.Objects.PersonLike, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?) + spec.csharp: + - uid: TinyLife.Actions.Action.IsLotContentVisible(TinyLife.World.Lot,TinyLife.Objects.PersonLike,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2}) + name: IsLotContentVisible + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_IsLotContentVisible_TinyLife_World_Lot_TinyLife_Objects_PersonLike_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__ + - name: ( + - uid: TinyLife.World.Lot + name: Lot + href: TinyLife.World.Lot.html + - name: ',' + - name: " " + - uid: TinyLife.Objects.PersonLike + name: PersonLike + href: TinyLife.Objects.PersonLike.html + - name: ',' + - name: " " + - uid: TinyLife.World.Map + name: Map + href: TinyLife.World.Map.html + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: '?' + - name: ) + spec.vb: + - uid: TinyLife.Actions.Action.IsLotContentVisible(TinyLife.World.Lot,TinyLife.Objects.PersonLike,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2}) + name: IsLotContentVisible + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_IsLotContentVisible_TinyLife_World_Lot_TinyLife_Objects_PersonLike_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__ + - name: ( + - uid: TinyLife.World.Lot + name: Lot + href: TinyLife.World.Lot.html + - name: ',' + - name: " " + - uid: TinyLife.Objects.PersonLike + name: PersonLike + href: TinyLife.Objects.PersonLike.html + - name: ',' + - name: " " + - uid: TinyLife.World.Map + name: Map + href: TinyLife.World.Map.html + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: '?' + - name: ) +- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T}) + commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0) + parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder + definition: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0) + href: https://learn.microsoft.com/dotnet/api/system.string + name: SetData(string, T) + nameWithType: JsonTypeSafeGenericDataHolder.SetData(string, T) + fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(string, T) + nameWithType.vb: JsonTypeSafeGenericDataHolder.SetData(Of T)(String, T) + fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(Of T)(String, T) + name.vb: SetData(Of T)(String, T) + spec.csharp: + - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0) + name: SetData + isExternal: true + - name: < + - name: T + - name: '>' + - name: ( + - uid: System.String + name: string + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: ',' + - name: " " + - name: T + - name: ) + spec.vb: + - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0) + name: SetData + isExternal: true + - name: ( + - name: Of + - name: " " + - name: T + - name: ) + - name: ( + - uid: System.String + name: String + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: ',' + - name: " " + - name: T + - name: ) +- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String) + commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String) + parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + name: GetData(string) + nameWithType: JsonTypeSafeGenericDataHolder.GetData(string) + fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData(string) + nameWithType.vb: JsonTypeSafeGenericDataHolder.GetData(Of T)(String) + fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData(Of T)(String) + name.vb: GetData(Of T)(String) + spec.csharp: + - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String) + name: GetData + isExternal: true + - name: < + - name: T + - name: '>' + - name: ( + - uid: System.String + name: string + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: ) + spec.vb: + - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String) + name: GetData + isExternal: true + - name: ( + - name: Of + - name: " " + - name: T + - name: ) + - name: ( + - uid: System.String + name: String + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: ) +- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys + commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys + parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder + isExternal: true + name: GetDataKeys() + nameWithType: JsonTypeSafeGenericDataHolder.GetDataKeys() + fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys() + spec.csharp: + - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys + name: GetDataKeys + isExternal: true + - name: ( + - name: ) + spec.vb: + - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys + name: GetDataKeys + isExternal: true + - name: ( + - name: ) +- uid: System.Object.Equals(System.Object) + commentId: M:System.Object.Equals(System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + name: Equals(object) + nameWithType: object.Equals(object) + fullName: object.Equals(object) + nameWithType.vb: Object.Equals(Object) + fullName.vb: Object.Equals(Object) + name.vb: Equals(Object) + spec.csharp: + - uid: System.Object.Equals(System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.Equals(System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.Equals(System.Object,System.Object) + commentId: M:System.Object.Equals(System.Object,System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + name: Equals(object, object) + nameWithType: object.Equals(object, object) + fullName: object.Equals(object, object) + nameWithType.vb: Object.Equals(Object, Object) + fullName.vb: Object.Equals(Object, Object) + name.vb: Equals(Object, Object) + spec.csharp: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.GetHashCode + commentId: M:System.Object.GetHashCode + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + name: GetHashCode() + nameWithType: object.GetHashCode() + fullName: object.GetHashCode() + nameWithType.vb: Object.GetHashCode() + fullName.vb: Object.GetHashCode() + spec.csharp: + - uid: System.Object.GetHashCode + name: GetHashCode + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetHashCode + name: GetHashCode + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + - name: ( + - name: ) +- uid: System.Object.GetType + commentId: M:System.Object.GetType + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + name: GetType() + nameWithType: object.GetType() + fullName: object.GetType() + nameWithType.vb: Object.GetType() + fullName.vb: Object.GetType() + spec.csharp: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) +- uid: System.Object.MemberwiseClone + commentId: M:System.Object.MemberwiseClone + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + name: MemberwiseClone() + nameWithType: object.MemberwiseClone() + fullName: object.MemberwiseClone() + nameWithType.vb: Object.MemberwiseClone() + fullName.vb: Object.MemberwiseClone() + spec.csharp: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) + spec.vb: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) +- uid: System.Object.ReferenceEquals(System.Object,System.Object) + commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + name: ReferenceEquals(object, object) + nameWithType: object.ReferenceEquals(object, object) + fullName: object.ReferenceEquals(object, object) + nameWithType.vb: Object.ReferenceEquals(Object, Object) + fullName.vb: Object.ReferenceEquals(Object, Object) + name.vb: ReferenceEquals(Object, Object) + spec.csharp: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.ToString + commentId: M:System.Object.ToString + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + name: ToString() + nameWithType: object.ToString() + fullName: object.ToString() + nameWithType.vb: Object.ToString() + fullName.vb: Object.ToString() + spec.csharp: + - uid: System.Object.ToString + name: ToString + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + - name: ( + - name: ) + spec.vb: + - uid: System.Object.ToString + name: ToString + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + - name: ( + - name: ) +- uid: TinyLife.Actions.StartTogetherAction.TinyLife.Utilities.Extensions.JsonCopy``1 + commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0) + parent: TinyLife.Utilities.Extensions + definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0) + href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_ + name: JsonCopy(StartTogetherAction) + nameWithType: Extensions.JsonCopy(StartTogetherAction) + fullName: TinyLife.Utilities.Extensions.JsonCopy(TinyLife.Actions.StartTogetherAction) + nameWithType.vb: Extensions.JsonCopy(Of StartTogetherAction)(StartTogetherAction) + fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Actions.StartTogetherAction)(TinyLife.Actions.StartTogetherAction) + name.vb: JsonCopy(Of StartTogetherAction)(StartTogetherAction) + spec.csharp: + - uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.StartTogetherAction) + name: JsonCopy + href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_ + - name: < + - uid: TinyLife.Actions.StartTogetherAction + name: StartTogetherAction + href: TinyLife.Actions.StartTogetherAction.html + - name: '>' + - name: ( + - uid: TinyLife.Actions.StartTogetherAction + name: StartTogetherAction + href: TinyLife.Actions.StartTogetherAction.html + - name: ) + spec.vb: + - uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.StartTogetherAction) + name: JsonCopy + href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_ + - name: ( + - name: Of + - name: " " + - uid: TinyLife.Actions.StartTogetherAction + name: StartTogetherAction + href: TinyLife.Actions.StartTogetherAction.html + - name: ) + - name: ( + - uid: TinyLife.Actions.StartTogetherAction + name: StartTogetherAction + href: TinyLife.Actions.StartTogetherAction.html + - name: ) +- uid: System + commentId: N:System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + name: System + nameWithType: System + fullName: System +- uid: MLEM.Data.Json + commentId: N:MLEM.Data.Json + isExternal: true + name: MLEM.Data.Json + nameWithType: MLEM.Data.Json + fullName: MLEM.Data.Json + spec.csharp: + - uid: MLEM + name: MLEM + isExternal: true + - name: . + - uid: MLEM.Data + name: Data + isExternal: true + - name: . + - uid: MLEM.Data.Json + name: Json + isExternal: true + spec.vb: + - uid: MLEM + name: MLEM + isExternal: true + - name: . + - uid: MLEM.Data + name: Data + isExternal: true + - name: . + - uid: MLEM.Data.Json + name: Json + isExternal: true +- uid: MLEM.Misc + commentId: N:MLEM.Misc + isExternal: true + name: MLEM.Misc + nameWithType: MLEM.Misc + fullName: MLEM.Misc + spec.csharp: + - uid: MLEM + name: MLEM + isExternal: true + - name: . + - uid: MLEM.Misc + name: Misc + isExternal: true + spec.vb: + - uid: MLEM + name: MLEM + isExternal: true + - name: . + - uid: MLEM.Misc + name: Misc + isExternal: true +- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0) + commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0) + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + name: SetData(string, T) + nameWithType: JsonTypeSafeGenericDataHolder.SetData(string, T) + fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(string, T) + nameWithType.vb: JsonTypeSafeGenericDataHolder.SetData(Of T)(String, T) + fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(Of T)(String, T) + name.vb: SetData(Of T)(String, T) + spec.csharp: + - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0) + name: SetData + isExternal: true + - name: < + - name: T + - name: '>' + - name: ( + - uid: System.String + name: string + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: ',' + - name: " " + - name: T + - name: ) + spec.vb: + - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0) + name: SetData + isExternal: true + - name: ( + - name: Of + - name: " " + - name: T + - name: ) + - name: ( + - uid: System.String + name: String + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: ',' + - name: " " + - name: T + - name: ) +- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) + commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0) + href: TinyLife.Utilities.Extensions.html#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 + href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_ + - name: < + - name: T + - name: '>' + - name: ( + - name: T + - name: ) + spec.vb: + - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) + name: JsonCopy + href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_ + - name: ( + - name: Of + - name: " " + - name: T + - name: ) + - name: ( + - name: T + - name: ) +- uid: TinyLife.Utilities.Extensions + commentId: T:TinyLife.Utilities.Extensions + parent: TinyLife.Utilities + href: TinyLife.Utilities.Extensions.html + name: Extensions + nameWithType: Extensions + fullName: TinyLife.Utilities.Extensions +- uid: TinyLife.Utilities + commentId: N:TinyLife.Utilities + href: TinyLife.html + name: TinyLife.Utilities + nameWithType: TinyLife.Utilities + fullName: TinyLife.Utilities + spec.csharp: + - uid: TinyLife + name: TinyLife + href: TinyLife.html + - name: . + - uid: TinyLife.Utilities + name: Utilities + href: TinyLife.Utilities.html + spec.vb: + - uid: TinyLife + name: TinyLife + href: TinyLife.html + - name: . + - uid: TinyLife.Utilities + name: Utilities + href: TinyLife.Utilities.html +- uid: TinyLife.Actions.StartTogetherAction.MainAction* + commentId: Overload:TinyLife.Actions.StartTogetherAction.MainAction + href: TinyLife.Actions.StartTogetherAction.html#TinyLife_Actions_StartTogetherAction_MainAction + name: MainAction + nameWithType: StartTogetherAction.MainAction + fullName: TinyLife.Actions.StartTogetherAction.MainAction +- uid: TinyLife.Actions.ActionType + commentId: T:TinyLife.Actions.ActionType + parent: TinyLife.Actions + href: TinyLife.Actions.ActionType.html + name: ActionType + nameWithType: ActionType + fullName: TinyLife.Actions.ActionType +- uid: TinyLife.Actions.StartTogetherAction.#ctor* + commentId: Overload:TinyLife.Actions.StartTogetherAction.#ctor + href: TinyLife.Actions.StartTogetherAction.html#TinyLife_Actions_StartTogetherAction__ctor_TinyLife_Actions_ActionType_TinyLife_Actions_ActionInfo_TinyLife_Objects_Person___ + name: StartTogetherAction + nameWithType: StartTogetherAction.StartTogetherAction + fullName: TinyLife.Actions.StartTogetherAction.StartTogetherAction + nameWithType.vb: StartTogetherAction.New + fullName.vb: TinyLife.Actions.StartTogetherAction.New + name.vb: New +- uid: TinyLife.Actions.ActionInfo + commentId: T:TinyLife.Actions.ActionInfo + parent: TinyLife.Actions + href: TinyLife.Actions.ActionInfo.html + name: ActionInfo + nameWithType: ActionInfo + fullName: TinyLife.Actions.ActionInfo +- uid: TinyLife.Objects.Person[] + isExternal: true + href: TinyLife.Objects.Person.html + name: Person[] + nameWithType: Person[] + fullName: TinyLife.Objects.Person[] + nameWithType.vb: Person() + fullName.vb: TinyLife.Objects.Person() + name.vb: Person() + spec.csharp: + - uid: TinyLife.Objects.Person + name: Person + href: TinyLife.Objects.Person.html + - name: '[' + - name: ']' + spec.vb: + - uid: TinyLife.Objects.Person + name: Person + href: TinyLife.Objects.Person.html + - name: ( + - name: ) +- uid: TinyLife.Actions.MultiAction.CreateFirstActions + commentId: M:TinyLife.Actions.MultiAction.CreateFirstActions + parent: TinyLife.Actions.MultiAction + href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_CreateFirstActions + name: CreateFirstActions() + nameWithType: MultiAction.CreateFirstActions() + fullName: TinyLife.Actions.MultiAction.CreateFirstActions() + spec.csharp: + - uid: TinyLife.Actions.MultiAction.CreateFirstActions + name: CreateFirstActions + href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_CreateFirstActions + - name: ( + - name: ) + spec.vb: + - uid: TinyLife.Actions.MultiAction.CreateFirstActions + name: CreateFirstActions + href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_CreateFirstActions + - name: ( + - name: ) +- uid: TinyLife.Actions.StartTogetherAction.CreateFirstActions* + commentId: Overload:TinyLife.Actions.StartTogetherAction.CreateFirstActions + href: TinyLife.Actions.StartTogetherAction.html#TinyLife_Actions_StartTogetherAction_CreateFirstActions + name: CreateFirstActions + nameWithType: StartTogetherAction.CreateFirstActions + fullName: TinyLife.Actions.StartTogetherAction.CreateFirstActions +- uid: System.Collections.Generic.IEnumerable{TinyLife.Actions.Action} + commentId: T:System.Collections.Generic.IEnumerable{TinyLife.Actions.Action} + parent: System.Collections.Generic + definition: System.Collections.Generic.IEnumerable`1 + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 + name: IEnumerable + nameWithType: IEnumerable + fullName: System.Collections.Generic.IEnumerable + nameWithType.vb: IEnumerable(Of Action) + fullName.vb: System.Collections.Generic.IEnumerable(Of TinyLife.Actions.Action) + name.vb: IEnumerable(Of Action) + spec.csharp: + - uid: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 + - name: < + - uid: TinyLife.Actions.Action + name: Action + href: TinyLife.Actions.Action.html + - name: '>' + spec.vb: + - uid: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 + - name: ( + - name: Of + - name: " " + - uid: TinyLife.Actions.Action + name: Action + href: TinyLife.Actions.Action.html + - name: ) +- uid: System.Collections.Generic.IEnumerable`1 + commentId: T:System.Collections.Generic.IEnumerable`1 + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 + name: IEnumerable + nameWithType: IEnumerable + fullName: System.Collections.Generic.IEnumerable + nameWithType.vb: IEnumerable(Of T) + fullName.vb: System.Collections.Generic.IEnumerable(Of T) + name.vb: IEnumerable(Of T) + spec.csharp: + - uid: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 + - name: < + - name: T + - name: '>' + spec.vb: + - uid: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 + - name: ( + - name: Of + - name: " " + - name: T + - name: ) +- uid: System.Collections.Generic + commentId: N:System.Collections.Generic + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + name: System.Collections.Generic + nameWithType: System.Collections.Generic + fullName: System.Collections.Generic + spec.csharp: + - uid: System + name: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + - name: . + - uid: System.Collections + name: Collections + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections + - name: . + - uid: System.Collections.Generic + name: Generic + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic + spec.vb: + - uid: System + name: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + - name: . + - uid: System.Collections + name: Collections + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections + - name: . + - uid: System.Collections.Generic + name: Generic + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic +- uid: TinyLife.Actions.MultiAction.AndThenIsCompleted + commentId: M:TinyLife.Actions.MultiAction.AndThenIsCompleted + parent: TinyLife.Actions.MultiAction + href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_AndThenIsCompleted + name: AndThenIsCompleted() + nameWithType: MultiAction.AndThenIsCompleted() + fullName: TinyLife.Actions.MultiAction.AndThenIsCompleted() + spec.csharp: + - uid: TinyLife.Actions.MultiAction.AndThenIsCompleted + name: AndThenIsCompleted + href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_AndThenIsCompleted + - name: ( + - name: ) + spec.vb: + - uid: TinyLife.Actions.MultiAction.AndThenIsCompleted + name: AndThenIsCompleted + href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_AndThenIsCompleted + - name: ( + - name: ) +- uid: TinyLife.Actions.StartTogetherAction.AndThenIsCompleted* + commentId: Overload:TinyLife.Actions.StartTogetherAction.AndThenIsCompleted + href: TinyLife.Actions.StartTogetherAction.html#TinyLife_Actions_StartTogetherAction_AndThenIsCompleted + name: AndThenIsCompleted + nameWithType: StartTogetherAction.AndThenIsCompleted + fullName: TinyLife.Actions.StartTogetherAction.AndThenIsCompleted +- uid: TinyLife.Actions.CompletionType + commentId: T:TinyLife.Actions.CompletionType + parent: TinyLife.Actions + href: TinyLife.Actions.CompletionType.html + name: CompletionType + nameWithType: CompletionType + fullName: TinyLife.Actions.CompletionType +- uid: TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.CompletionType) + commentId: M:TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.CompletionType) + parent: TinyLife.Actions.Action + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetNextAction_TinyLife_Actions_CompletionType_ + 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 + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetNextAction_TinyLife_Actions_CompletionType_ + - name: ( + - uid: TinyLife.Actions.CompletionType + name: CompletionType + href: TinyLife.Actions.CompletionType.html + - name: ) + spec.vb: + - uid: TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.CompletionType) + name: GetNextAction + href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetNextAction_TinyLife_Actions_CompletionType_ + - name: ( + - uid: TinyLife.Actions.CompletionType + name: CompletionType + href: TinyLife.Actions.CompletionType.html + - name: ) +- uid: TinyLife.Actions.StartTogetherAction.GetNextAction* + commentId: Overload:TinyLife.Actions.StartTogetherAction.GetNextAction + href: TinyLife.Actions.StartTogetherAction.html#TinyLife_Actions_StartTogetherAction_GetNextAction_TinyLife_Actions_CompletionType_ + name: GetNextAction + nameWithType: StartTogetherAction.GetNextAction + fullName: TinyLife.Actions.StartTogetherAction.GetNextAction +- uid: TinyLife.Actions.ActionType.AiSettings + commentId: T:TinyLife.Actions.ActionType.AiSettings + parent: TinyLife.Actions + href: TinyLife.Actions.ActionType.html + name: ActionType.AiSettings + nameWithType: ActionType.AiSettings + fullName: TinyLife.Actions.ActionType.AiSettings + spec.csharp: + - uid: TinyLife.Actions.ActionType + name: ActionType + href: TinyLife.Actions.ActionType.html + - name: . + - uid: TinyLife.Actions.ActionType.AiSettings + name: AiSettings + href: TinyLife.Actions.ActionType.AiSettings.html + spec.vb: + - uid: TinyLife.Actions.ActionType + name: ActionType + href: TinyLife.Actions.ActionType.html + - name: . + - uid: TinyLife.Actions.ActionType.AiSettings + name: AiSettings + href: TinyLife.Actions.ActionType.AiSettings.html +- uid: TinyLife.Actions.ActionType.AiSettings.SolvedNeeds + commentId: F:TinyLife.Actions.ActionType.AiSettings.SolvedNeeds + href: TinyLife.Actions.ActionType.AiSettings.html#TinyLife_Actions_ActionType_AiSettings_SolvedNeeds + name: SolvedNeeds + nameWithType: ActionType.AiSettings.SolvedNeeds + fullName: TinyLife.Actions.ActionType.AiSettings.SolvedNeeds +- uid: TinyLife.NeedType.Social + commentId: F:TinyLife.NeedType.Social + href: TinyLife.NeedType.html#TinyLife_NeedType_Social + name: Social + nameWithType: NeedType.Social + fullName: TinyLife.NeedType.Social +- uid: TinyLife.Actions.StartTogetherAction.Create* + commentId: Overload:TinyLife.Actions.StartTogetherAction.Create + href: TinyLife.Actions.StartTogetherAction.html#TinyLife_Actions_StartTogetherAction_Create_System_String_TinyLife_Actions_ActionType_System_Int32_ + name: Create + nameWithType: StartTogetherAction.Create + fullName: TinyLife.Actions.StartTogetherAction.Create +- uid: System.String + commentId: T:System.String + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + name: string + nameWithType: string + fullName: string + nameWithType.vb: String + fullName.vb: String + name.vb: String +- uid: System.Int32 + commentId: T:System.Int32 + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + name: int + nameWithType: int + fullName: int + nameWithType.vb: Integer + fullName.vb: Integer + name.vb: Integer +- uid: TinyLife.Actions.ActionType.TypeSettings + commentId: T:TinyLife.Actions.ActionType.TypeSettings + parent: TinyLife.Actions + href: TinyLife.Actions.ActionType.html + name: ActionType.TypeSettings + nameWithType: ActionType.TypeSettings + fullName: TinyLife.Actions.ActionType.TypeSettings + spec.csharp: + - uid: TinyLife.Actions.ActionType + name: ActionType + href: TinyLife.Actions.ActionType.html + - name: . + - uid: TinyLife.Actions.ActionType.TypeSettings + name: TypeSettings + href: TinyLife.Actions.ActionType.TypeSettings.html + spec.vb: + - uid: TinyLife.Actions.ActionType + name: ActionType + href: TinyLife.Actions.ActionType.html + - name: . + - uid: TinyLife.Actions.ActionType.TypeSettings + name: TypeSettings + href: TinyLife.Actions.ActionType.TypeSettings.html diff --git a/docs/api/TinyLife.Actions.StoreAction.yml b/docs/api/TinyLife.Actions.StoreAction.yml index e5ee906..9615470 100644 --- a/docs/api/TinyLife.Actions.StoreAction.yml +++ b/docs/api/TinyLife.Actions.StoreAction.yml @@ -18,14 +18,6 @@ items: nameWithType: StoreAction fullName: TinyLife.Actions.StoreAction type: Class - source: - remote: - path: TinyLife/Actions/StoreAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: StoreAction - path: ../TinyLife/Actions/StoreAction.cs - startLine: 15 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -139,14 +131,6 @@ items: nameWithType: StoreAction.Items fullName: TinyLife.Actions.StoreAction.Items type: Field - source: - remote: - path: TinyLife/Actions/StoreAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Items - path: ../TinyLife/Actions/StoreAction.cs - startLine: 22 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -173,14 +157,6 @@ items: nameWithType: StoreAction.CreateFirstActions() fullName: TinyLife.Actions.StoreAction.CreateFirstActions() type: Method - source: - remote: - path: TinyLife/Actions/StoreAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CreateFirstActions - path: ../TinyLife/Actions/StoreAction.cs - startLine: 32 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -212,14 +188,6 @@ items: nameWithType: StoreAction.AndThenInitialize() fullName: TinyLife.Actions.StoreAction.AndThenInitialize() type: Method - source: - remote: - path: TinyLife/Actions/StoreAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AndThenInitialize - path: ../TinyLife/Actions/StoreAction.cs - startLine: 39 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -244,14 +212,6 @@ items: nameWithType: StoreAction.AndThenUpdate(GameTime, TimeSpan, float) fullName: TinyLife.Actions.StoreAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) type: Method - source: - remote: - path: TinyLife/Actions/StoreAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AndThenUpdate - path: ../TinyLife/Actions/StoreAction.cs - startLine: 48 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -291,14 +251,6 @@ items: nameWithType: StoreAction.AndThenIsCompleted() fullName: TinyLife.Actions.StoreAction.AndThenIsCompleted() type: Method - source: - remote: - path: TinyLife/Actions/StoreAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AndThenIsCompleted - path: ../TinyLife/Actions/StoreAction.cs - startLine: 54 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -326,14 +278,6 @@ items: nameWithType: StoreAction.AndThenOnCompleted(CompletionType) fullName: TinyLife.Actions.StoreAction.AndThenOnCompleted(TinyLife.Actions.CompletionType) type: Method - source: - remote: - path: TinyLife/Actions/StoreAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AndThenOnCompleted - path: ../TinyLife/Actions/StoreAction.cs - startLine: 59 assemblies: - Tiny Life namespace: TinyLife.Actions diff --git a/docs/api/TinyLife.Actions.TalkAction.TalkSettings.EvaluationResult.yml b/docs/api/TinyLife.Actions.TalkAction.TalkSettings.EvaluationResult.yml index 4735f4f..8333001 100644 --- a/docs/api/TinyLife.Actions.TalkAction.TalkSettings.EvaluationResult.yml +++ b/docs/api/TinyLife.Actions.TalkAction.TalkSettings.EvaluationResult.yml @@ -12,14 +12,6 @@ items: nameWithType: TalkAction.TalkSettings.EvaluationResult fullName: TinyLife.Actions.TalkAction.TalkSettings.EvaluationResult type: Delegate - source: - remote: - path: TinyLife/Actions/TalkAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: EvaluationResult - path: ../TinyLife/Actions/TalkAction.cs - startLine: 488 assemblies: - Tiny Life namespace: TinyLife.Actions diff --git a/docs/api/TinyLife.Actions.TalkAction.TalkSettings.yml b/docs/api/TinyLife.Actions.TalkAction.TalkSettings.yml index 81553e1..c437dad 100644 --- a/docs/api/TinyLife.Actions.TalkAction.TalkSettings.yml +++ b/docs/api/TinyLife.Actions.TalkAction.TalkSettings.yml @@ -36,14 +36,6 @@ items: nameWithType: TalkAction.TalkSettings fullName: TinyLife.Actions.TalkAction.TalkSettings type: Struct - source: - remote: - path: TinyLife/Actions/TalkAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TalkSettings - path: ../TinyLife/Actions/TalkAction.cs - startLine: 164 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -72,14 +64,6 @@ items: nameWithType: TalkAction.TalkSettings.Settings fullName: TinyLife.Actions.TalkAction.TalkSettings.Settings type: Field - source: - remote: - path: TinyLife/Actions/TalkAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Settings - path: ../TinyLife/Actions/TalkAction.cs - startLine: 170 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -104,14 +88,6 @@ items: nameWithType: TalkAction.TalkSettings.FriendshipGain fullName: TinyLife.Actions.TalkAction.TalkSettings.FriendshipGain type: Field - source: - remote: - path: TinyLife/Actions/TalkAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: FriendshipGain - path: ../TinyLife/Actions/TalkAction.cs - startLine: 175 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -136,14 +112,6 @@ items: nameWithType: TalkAction.TalkSettings.GoBadlyChance fullName: TinyLife.Actions.TalkAction.TalkSettings.GoBadlyChance type: Field - source: - remote: - path: TinyLife/Actions/TalkAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GoBadlyChance - path: ../TinyLife/Actions/TalkAction.cs - startLine: 180 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -168,14 +136,6 @@ items: nameWithType: TalkAction.TalkSettings.TalkMinutes fullName: TinyLife.Actions.TalkAction.TalkSettings.TalkMinutes type: Field - source: - remote: - path: TinyLife/Actions/TalkAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TalkMinutes - path: ../TinyLife/Actions/TalkAction.cs - startLine: 184 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -197,14 +157,6 @@ items: nameWithType: TalkAction.TalkSettings.TalkMinutesVariation fullName: TinyLife.Actions.TalkAction.TalkSettings.TalkMinutesVariation type: Field - source: - remote: - path: TinyLife/Actions/TalkAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TalkMinutesVariation - path: ../TinyLife/Actions/TalkAction.cs - startLine: 188 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -226,14 +178,6 @@ items: nameWithType: TalkAction.TalkSettings.EmoteCategory fullName: TinyLife.Actions.TalkAction.TalkSettings.EmoteCategory type: Field - source: - remote: - path: TinyLife/Actions/TalkAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: EmoteCategory - path: ../TinyLife/Actions/TalkAction.cs - startLine: 192 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -255,14 +199,6 @@ items: nameWithType: TalkAction.TalkSettings.SpeakStyle fullName: TinyLife.Actions.TalkAction.TalkSettings.SpeakStyle type: Field - source: - remote: - path: TinyLife/Actions/TalkAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SpeakStyle - path: ../TinyLife/Actions/TalkAction.cs - startLine: 196 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -284,14 +220,6 @@ items: nameWithType: TalkAction.TalkSettings.PartnerEmoteCategory fullName: TinyLife.Actions.TalkAction.TalkSettings.PartnerEmoteCategory type: Field - source: - remote: - path: TinyLife/Actions/TalkAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PartnerEmoteCategory - path: ../TinyLife/Actions/TalkAction.cs - startLine: 201 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -316,14 +244,6 @@ items: nameWithType: TalkAction.TalkSettings.PartnerSpeakStyle fullName: TinyLife.Actions.TalkAction.TalkSettings.PartnerSpeakStyle type: Field - source: - remote: - path: TinyLife/Actions/TalkAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PartnerSpeakStyle - path: ../TinyLife/Actions/TalkAction.cs - startLine: 206 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -348,14 +268,6 @@ items: nameWithType: TalkAction.TalkSettings.GainedSkill fullName: TinyLife.Actions.TalkAction.TalkSettings.GainedSkill type: Field - source: - remote: - path: TinyLife/Actions/TalkAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GainedSkill - path: ../TinyLife/Actions/TalkAction.cs - startLine: 210 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -377,14 +289,6 @@ items: nameWithType: TalkAction.TalkSettings.GainSkillOnFailure fullName: TinyLife.Actions.TalkAction.TalkSettings.GainSkillOnFailure type: Field - source: - remote: - path: TinyLife/Actions/TalkAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GainSkillOnFailure - path: ../TinyLife/Actions/TalkAction.cs - startLine: 215 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -409,14 +313,6 @@ items: nameWithType: TalkAction.TalkSettings.RestoredNeed fullName: TinyLife.Actions.TalkAction.TalkSettings.RestoredNeed type: Field - source: - remote: - path: TinyLife/Actions/TalkAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RestoredNeed - path: ../TinyLife/Actions/TalkAction.cs - startLine: 220 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -441,14 +337,6 @@ items: nameWithType: TalkAction.TalkSettings.FailEmotion fullName: TinyLife.Actions.TalkAction.TalkSettings.FailEmotion type: Field - source: - remote: - path: TinyLife/Actions/TalkAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: FailEmotion - path: ../TinyLife/Actions/TalkAction.cs - startLine: 225 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -473,14 +361,6 @@ items: nameWithType: TalkAction.TalkSettings.SuccessEmotion fullName: TinyLife.Actions.TalkAction.TalkSettings.SuccessEmotion type: Field - source: - remote: - path: TinyLife/Actions/TalkAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SuccessEmotion - path: ../TinyLife/Actions/TalkAction.cs - startLine: 229 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -502,14 +382,6 @@ items: nameWithType: TalkAction.TalkSettings.GainRomancePercentage fullName: TinyLife.Actions.TalkAction.TalkSettings.GainRomancePercentage type: Field - source: - remote: - path: TinyLife/Actions/TalkAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GainRomancePercentage - path: ../TinyLife/Actions/TalkAction.cs - startLine: 235 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -536,14 +408,6 @@ items: nameWithType: TalkAction.TalkSettings.LoweredEmotion fullName: TinyLife.Actions.TalkAction.TalkSettings.LoweredEmotion type: Field - source: - remote: - path: TinyLife/Actions/TalkAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: LoweredEmotion - path: ../TinyLife/Actions/TalkAction.cs - startLine: 240 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -568,14 +432,6 @@ items: nameWithType: TalkAction.TalkSettings.OnSuccess fullName: TinyLife.Actions.TalkAction.TalkSettings.OnSuccess type: Field - source: - remote: - path: TinyLife/Actions/TalkAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnSuccess - path: ../TinyLife/Actions/TalkAction.cs - startLine: 244 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -597,14 +453,6 @@ items: nameWithType: TalkAction.TalkSettings.OnFailure fullName: TinyLife.Actions.TalkAction.TalkSettings.OnFailure type: Field - source: - remote: - path: TinyLife/Actions/TalkAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnFailure - path: ../TinyLife/Actions/TalkAction.cs - startLine: 248 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -626,14 +474,6 @@ items: nameWithType: TalkAction.TalkSettings.IgnorePriorityDecline fullName: TinyLife.Actions.TalkAction.TalkSettings.IgnorePriorityDecline type: Field - source: - remote: - path: TinyLife/Actions/TalkAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IgnorePriorityDecline - path: ../TinyLife/Actions/TalkAction.cs - startLine: 253 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -658,14 +498,6 @@ items: nameWithType: TalkAction.TalkSettings.TalkSettings() fullName: TinyLife.Actions.TalkAction.TalkSettings.TalkSettings() type: Constructor - source: - remote: - path: TinyLife/Actions/TalkAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Actions/TalkAction.cs - startLine: 258 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -689,14 +521,6 @@ items: nameWithType: TalkAction.TalkSettings.Update(SocialAction, GameTime, float) fullName: TinyLife.Actions.TalkAction.TalkSettings.Update(TinyLife.Actions.SocialAction, Microsoft.Xna.Framework.GameTime, float) type: Method - source: - remote: - path: TinyLife/Actions/TalkAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Update - path: ../TinyLife/Actions/TalkAction.cs - startLine: 276 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -730,14 +554,6 @@ items: nameWithType: TalkAction.TalkSettings.EvaluateFully(SocialAction) fullName: TinyLife.Actions.TalkAction.TalkSettings.EvaluateFully(TinyLife.Actions.SocialAction) type: Method - source: - remote: - path: TinyLife/Actions/TalkAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: EvaluateFully - path: ../TinyLife/Actions/TalkAction.cs - startLine: 289 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -767,14 +583,6 @@ items: nameWithType: TalkAction.TalkSettings.EvaluateSimple(Action, PersonLike, float, float) fullName: TinyLife.Actions.TalkAction.TalkSettings.EvaluateSimple(TinyLife.Actions.Action, TinyLife.Objects.PersonLike, float, float) type: Method - source: - remote: - path: TinyLife/Actions/TalkAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: EvaluateSimple - path: ../TinyLife/Actions/TalkAction.cs - startLine: 311 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -816,14 +624,6 @@ items: nameWithType: TalkAction.TalkSettings.EvaluateValues(ActionInfo, PersonLike, float, float) fullName: TinyLife.Actions.TalkAction.TalkSettings.EvaluateValues(TinyLife.Actions.ActionInfo, TinyLife.Objects.PersonLike, float, float) type: Method - source: - remote: - path: TinyLife/Actions/TalkAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: EvaluateValues - path: ../TinyLife/Actions/TalkAction.cs - startLine: 393 assemblies: - Tiny Life namespace: TinyLife.Actions diff --git a/docs/api/TinyLife.Actions.TalkAction.yml b/docs/api/TinyLife.Actions.TalkAction.yml index d2e4499..261c912 100644 --- a/docs/api/TinyLife.Actions.TalkAction.yml +++ b/docs/api/TinyLife.Actions.TalkAction.yml @@ -24,14 +24,6 @@ items: nameWithType: TalkAction fullName: TinyLife.Actions.TalkAction type: Class - source: - remote: - path: TinyLife/Actions/TalkAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TalkAction - path: ../TinyLife/Actions/TalkAction.cs - startLine: 16 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -168,14 +160,6 @@ items: nameWithType: TalkAction.OnEvaluate fullName: TinyLife.Actions.TalkAction.OnEvaluate type: Event - source: - remote: - path: TinyLife/Actions/TalkAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnEvaluate - path: ../TinyLife/Actions/TalkAction.cs - startLine: 22 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -200,14 +184,6 @@ items: nameWithType: TalkAction.OnTalkSuccess fullName: TinyLife.Actions.TalkAction.OnTalkSuccess type: Event - source: - remote: - path: TinyLife/Actions/TalkAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnTalkSuccess - path: ../TinyLife/Actions/TalkAction.cs - startLine: 27 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -232,14 +208,6 @@ items: nameWithType: TalkAction.OnTalkFailure fullName: TinyLife.Actions.TalkAction.OnTalkFailure type: Event - source: - remote: - path: TinyLife/Actions/TalkAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnTalkFailure - path: ../TinyLife/Actions/TalkAction.cs - startLine: 32 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -264,14 +232,6 @@ items: nameWithType: TalkAction.Settings fullName: TinyLife.Actions.TalkAction.Settings type: Property - source: - remote: - path: TinyLife/Actions/TalkAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Settings - path: ../TinyLife/Actions/TalkAction.cs - startLine: 37 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -295,14 +255,6 @@ items: nameWithType: TalkAction.TalkAction(ActionType, ActionInfo) fullName: TinyLife.Actions.TalkAction.TalkAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo) type: Constructor - source: - remote: - path: TinyLife/Actions/TalkAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Actions/TalkAction.cs - startLine: 40 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -333,14 +285,6 @@ items: nameWithType: TalkAction.UpdateConversation(GameTime, TimeSpan, float) fullName: TinyLife.Actions.TalkAction.UpdateConversation(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) type: Method - source: - remote: - path: TinyLife/Actions/TalkAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: UpdateConversation - path: ../TinyLife/Actions/TalkAction.cs - startLine: 43 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -380,14 +324,6 @@ items: nameWithType: TalkAction.AndThenOnCompleted(CompletionType) fullName: TinyLife.Actions.TalkAction.AndThenOnCompleted(TinyLife.Actions.CompletionType) type: Method - source: - remote: - path: TinyLife/Actions/TalkAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AndThenOnCompleted - path: ../TinyLife/Actions/TalkAction.cs - startLine: 51 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -416,14 +352,6 @@ items: nameWithType: TalkAction.IsConversationCompleted() fullName: TinyLife.Actions.TalkAction.IsConversationCompleted() type: Method - source: - remote: - path: TinyLife/Actions/TalkAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IsConversationCompleted - path: ../TinyLife/Actions/TalkAction.cs - startLine: 59 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -453,14 +381,6 @@ items: nameWithType: TalkAction.Create(string, Func, TalkAction.TalkSettings) fullName: TinyLife.Actions.TalkAction.Create(string, System.Func, TinyLife.Actions.TalkAction.TalkSettings) type: Method - source: - remote: - path: TinyLife/Actions/TalkAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Create - path: ../TinyLife/Actions/TalkAction.cs - startLine: 73 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -500,14 +420,6 @@ items: nameWithType: TalkAction.CreateFunny(string, Func, TalkAction.TalkSettings, int, int) fullName: TinyLife.Actions.TalkAction.CreateFunny(string, System.Func, TinyLife.Actions.TalkAction.TalkSettings, int, int) type: Method - source: - remote: - path: TinyLife/Actions/TalkAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CreateFunny - path: ../TinyLife/Actions/TalkAction.cs - startLine: 108 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -553,14 +465,6 @@ items: nameWithType: TalkAction.CreateMean(string, Func, TalkAction.TalkSettings) fullName: TinyLife.Actions.TalkAction.CreateMean(string, System.Func, TinyLife.Actions.TalkAction.TalkSettings) type: Method - source: - remote: - path: TinyLife/Actions/TalkAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CreateMean - path: ../TinyLife/Actions/TalkAction.cs - startLine: 133 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -600,14 +504,6 @@ items: nameWithType: TalkAction.CreateRomantic(string, Func, TalkAction.TalkSettings) fullName: TinyLife.Actions.TalkAction.CreateRomantic(string, System.Func, TinyLife.Actions.TalkAction.TalkSettings) type: Method - source: - remote: - path: TinyLife/Actions/TalkAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CreateRomantic - path: ../TinyLife/Actions/TalkAction.cs - startLine: 146 assemblies: - Tiny Life namespace: TinyLife.Actions diff --git a/docs/api/TinyLife.Actions.TellPeopleToLeaveRoomAction.yml b/docs/api/TinyLife.Actions.TellPeopleToLeaveRoomAction.yml index 6b67e38..17e9717 100644 --- a/docs/api/TinyLife.Actions.TellPeopleToLeaveRoomAction.yml +++ b/docs/api/TinyLife.Actions.TellPeopleToLeaveRoomAction.yml @@ -18,14 +18,6 @@ items: nameWithType: TellPeopleToLeaveRoomAction fullName: TinyLife.Actions.TellPeopleToLeaveRoomAction type: Class - source: - remote: - path: TinyLife/Actions/TellPeopleToLeaveRoomAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TellPeopleToLeaveRoomAction - path: ../TinyLife/Actions/TellPeopleToLeaveRoomAction.cs - startLine: 15 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -127,14 +119,6 @@ items: nameWithType: TellPeopleToLeaveRoomAction.ExcludedPeople fullName: TinyLife.Actions.TellPeopleToLeaveRoomAction.ExcludedPeople type: Field - source: - remote: - path: TinyLife/Actions/TellPeopleToLeaveRoomAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ExcludedPeople - path: ../TinyLife/Actions/TellPeopleToLeaveRoomAction.cs - startLine: 21 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -166,14 +150,6 @@ items: nameWithType: TellPeopleToLeaveRoomAction.TellPeopleToLeaveRoomAction(ActionInfo, params Guid[]) fullName: TinyLife.Actions.TellPeopleToLeaveRoomAction.TellPeopleToLeaveRoomAction(TinyLife.Actions.ActionInfo, params System.Guid[]) type: Constructor - source: - remote: - path: TinyLife/Actions/TellPeopleToLeaveRoomAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Actions/TellPeopleToLeaveRoomAction.cs - startLine: 24 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -201,14 +177,6 @@ items: nameWithType: TellPeopleToLeaveRoomAction.Initialize() fullName: TinyLife.Actions.TellPeopleToLeaveRoomAction.Initialize() type: Method - source: - remote: - path: TinyLife/Actions/TellPeopleToLeaveRoomAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Initialize - path: ../TinyLife/Actions/TellPeopleToLeaveRoomAction.cs - startLine: 29 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -233,14 +201,6 @@ items: nameWithType: TellPeopleToLeaveRoomAction.IsCompleted() fullName: TinyLife.Actions.TellPeopleToLeaveRoomAction.IsCompleted() type: Method - source: - remote: - path: TinyLife/Actions/TellPeopleToLeaveRoomAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IsCompleted - path: ../TinyLife/Actions/TellPeopleToLeaveRoomAction.cs - startLine: 39 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -270,14 +230,6 @@ items: nameWithType: TellPeopleToLeaveRoomAction.OnCompleted(CompletionType) fullName: TinyLife.Actions.TellPeopleToLeaveRoomAction.OnCompleted(TinyLife.Actions.CompletionType) type: Method - source: - remote: - path: TinyLife/Actions/TellPeopleToLeaveRoomAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnCompleted - path: ../TinyLife/Actions/TellPeopleToLeaveRoomAction.cs - startLine: 46 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -308,14 +260,6 @@ items: nameWithType: TellPeopleToLeaveRoomAction.TryToLeaveRoom(Room, PersonLike) fullName: TinyLife.Actions.TellPeopleToLeaveRoomAction.TryToLeaveRoom(TinyLife.World.Room, TinyLife.Objects.PersonLike) type: Method - source: - remote: - path: TinyLife/Actions/TellPeopleToLeaveRoomAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TryToLeaveRoom - path: ../TinyLife/Actions/TellPeopleToLeaveRoomAction.cs - startLine: 71 assemblies: - Tiny Life namespace: TinyLife.Actions diff --git a/docs/api/TinyLife.Actions.TryGoHereAction.yml b/docs/api/TinyLife.Actions.TryGoHereAction.yml index 730c23c..a05f645 100644 --- a/docs/api/TinyLife.Actions.TryGoHereAction.yml +++ b/docs/api/TinyLife.Actions.TryGoHereAction.yml @@ -20,14 +20,6 @@ items: nameWithType: TryGoHereAction fullName: TinyLife.Actions.TryGoHereAction type: Class - source: - remote: - path: TinyLife/Actions/TryGoHereAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TryGoHereAction - path: ../TinyLife/Actions/TryGoHereAction.cs - startLine: 18 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -127,14 +119,6 @@ items: nameWithType: TryGoHereAction.TryGoHereAction(PersonLike, IEnumerable<(Map Map, Point Pos, float Floor)>) fullName: TinyLife.Actions.TryGoHereAction.TryGoHereAction(TinyLife.Objects.PersonLike, System.Collections.Generic.IEnumerable<(TinyLife.World.Map Map, Microsoft.Xna.Framework.Point Pos, float Floor)>) type: Constructor - source: - remote: - path: TinyLife/Actions/TryGoHereAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Actions/TryGoHereAction.cs - startLine: 26 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -162,14 +146,6 @@ items: nameWithType: TryGoHereAction.TryGoHereAction(PersonLike, IEnumerable<(Map Map, Vector2 Pos, float Floor)>) fullName: TinyLife.Actions.TryGoHereAction.TryGoHereAction(TinyLife.Objects.PersonLike, System.Collections.Generic.IEnumerable<(TinyLife.World.Map Map, Microsoft.Xna.Framework.Vector2 Pos, float Floor)>) type: Constructor - source: - remote: - path: TinyLife/Actions/TryGoHereAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Actions/TryGoHereAction.cs - startLine: 30 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -197,14 +173,6 @@ items: nameWithType: TryGoHereAction.TryGoHereAction(ActionInfo) fullName: TinyLife.Actions.TryGoHereAction.TryGoHereAction(TinyLife.Actions.ActionInfo) type: Constructor - source: - remote: - path: TinyLife/Actions/TryGoHereAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Actions/TryGoHereAction.cs - startLine: 34 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -242,14 +210,6 @@ items: nameWithType: TryGoHereAction.Initialize() fullName: TinyLife.Actions.TryGoHereAction.Initialize() type: Method - source: - remote: - path: TinyLife/Actions/TryGoHereAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Initialize - path: ../TinyLife/Actions/TryGoHereAction.cs - startLine: 40 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -274,14 +234,6 @@ items: nameWithType: TryGoHereAction.Update(GameTime, TimeSpan, float) fullName: TinyLife.Actions.TryGoHereAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) type: Method - source: - remote: - path: TinyLife/Actions/TryGoHereAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Update - path: ../TinyLife/Actions/TryGoHereAction.cs - startLine: 46 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -319,14 +271,6 @@ items: nameWithType: TryGoHereAction.Validate(PersonLike) fullName: TinyLife.Actions.TryGoHereAction.Validate(TinyLife.Objects.PersonLike) type: Method - source: - remote: - path: TinyLife/Actions/TryGoHereAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Validate - path: ../TinyLife/Actions/TryGoHereAction.cs - startLine: 56 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -360,14 +304,6 @@ items: nameWithType: TryGoHereAction.IsCompleted() fullName: TinyLife.Actions.TryGoHereAction.IsCompleted() type: Method - source: - remote: - path: TinyLife/Actions/TryGoHereAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IsCompleted - path: ../TinyLife/Actions/TryGoHereAction.cs - startLine: 61 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -397,14 +333,6 @@ items: nameWithType: TryGoHereAction.OnCompleted(CompletionType) fullName: TinyLife.Actions.TryGoHereAction.OnCompleted(TinyLife.Actions.CompletionType) type: Method - source: - remote: - path: TinyLife/Actions/TryGoHereAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnCompleted - path: ../TinyLife/Actions/TryGoHereAction.cs - startLine: 66 assemblies: - Tiny Life namespace: TinyLife.Actions diff --git a/docs/api/TinyLife.Actions.WalkAction.yml b/docs/api/TinyLife.Actions.WalkAction.yml index 188f869..7c2d5c5 100644 --- a/docs/api/TinyLife.Actions.WalkAction.yml +++ b/docs/api/TinyLife.Actions.WalkAction.yml @@ -17,14 +17,6 @@ items: nameWithType: WalkAction fullName: TinyLife.Actions.WalkAction type: Class - source: - remote: - path: TinyLife/Actions/WalkAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: WalkAction - path: ../TinyLife/Actions/WalkAction.cs - startLine: 15 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -130,14 +122,6 @@ items: nameWithType: WalkAction.DrainEnergy fullName: TinyLife.Actions.WalkAction.DrainEnergy type: Field - source: - remote: - path: TinyLife/Actions/WalkAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DrainEnergy - path: ../TinyLife/Actions/WalkAction.cs - startLine: 22 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -172,14 +156,6 @@ items: nameWithType: WalkAction.WalkAction(ActionInfo) fullName: TinyLife.Actions.WalkAction.WalkAction(TinyLife.Actions.ActionInfo) type: Constructor - source: - remote: - path: TinyLife/Actions/WalkAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Actions/WalkAction.cs - startLine: 27 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -207,14 +183,6 @@ items: nameWithType: WalkAction.FindPath(ICollection<(Point Pos, int Floor)>) fullName: TinyLife.Actions.WalkAction.FindPath(System.Collections.Generic.ICollection<(Microsoft.Xna.Framework.Point Pos, int Floor)>) type: Method - source: - remote: - path: TinyLife/Actions/WalkAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: FindPath - path: ../TinyLife/Actions/WalkAction.cs - startLine: 32 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -246,14 +214,6 @@ items: nameWithType: WalkAction.GetSpeed() fullName: TinyLife.Actions.WalkAction.GetSpeed() type: Method - source: - remote: - path: TinyLife/Actions/WalkAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetSpeed - path: ../TinyLife/Actions/WalkAction.cs - startLine: 54 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -278,14 +238,6 @@ items: nameWithType: WalkAction.Update(GameTime, TimeSpan, float) fullName: TinyLife.Actions.WalkAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) type: Method - source: - remote: - path: TinyLife/Actions/WalkAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Update - path: ../TinyLife/Actions/WalkAction.cs - startLine: 59 assemblies: - Tiny Life namespace: TinyLife.Actions diff --git a/docs/api/TinyLife.Actions.WatchTvAction.yml b/docs/api/TinyLife.Actions.WatchTvAction.yml index f334e1d..0f563db 100644 --- a/docs/api/TinyLife.Actions.WatchTvAction.yml +++ b/docs/api/TinyLife.Actions.WatchTvAction.yml @@ -19,14 +19,6 @@ items: nameWithType: WatchTvAction fullName: TinyLife.Actions.WatchTvAction type: Class - source: - remote: - path: TinyLife/Actions/WatchTvAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: WatchTvAction - path: ../TinyLife/Actions/WatchTvAction.cs - startLine: 16 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -139,14 +131,6 @@ items: nameWithType: WatchTvAction.FullyInProgress fullName: TinyLife.Actions.WatchTvAction.FullyInProgress type: Property - source: - remote: - path: TinyLife/Actions/WatchTvAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: FullyInProgress - path: ../TinyLife/Actions/WatchTvAction.cs - startLine: 24 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -177,14 +161,6 @@ items: nameWithType: WatchTvAction.WatchTvAction(ActionType, ActionInfo, Television.Channel) fullName: TinyLife.Actions.WatchTvAction.WatchTvAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, TinyLife.Objects.Television.Channel) type: Constructor - source: - remote: - path: TinyLife/Actions/WatchTvAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Actions/WatchTvAction.cs - startLine: 27 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -214,14 +190,6 @@ items: nameWithType: WatchTvAction.CreateFirstActions() fullName: TinyLife.Actions.WatchTvAction.CreateFirstActions() type: Method - source: - remote: - path: TinyLife/Actions/WatchTvAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CreateFirstActions - path: ../TinyLife/Actions/WatchTvAction.cs - startLine: 32 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -253,14 +221,6 @@ items: nameWithType: WatchTvAction.AndThenUpdate(GameTime, TimeSpan, float) fullName: TinyLife.Actions.WatchTvAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) type: Method - source: - remote: - path: TinyLife/Actions/WatchTvAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AndThenUpdate - path: ../TinyLife/Actions/WatchTvAction.cs - startLine: 62 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -300,14 +260,6 @@ items: nameWithType: WatchTvAction.AndThenIsCompleted() fullName: TinyLife.Actions.WatchTvAction.AndThenIsCompleted() type: Method - source: - remote: - path: TinyLife/Actions/WatchTvAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AndThenIsCompleted - path: ../TinyLife/Actions/WatchTvAction.cs - startLine: 93 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -335,14 +287,6 @@ items: nameWithType: WatchTvAction.CanMultitask(Action) fullName: TinyLife.Actions.WatchTvAction.CanMultitask(TinyLife.Actions.Action) type: Method - source: - remote: - path: TinyLife/Actions/WatchTvAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CanMultitask - path: ../TinyLife/Actions/WatchTvAction.cs - startLine: 102 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -378,14 +322,6 @@ items: nameWithType: WatchTvAction.AndThenOnCompleted(CompletionType) fullName: TinyLife.Actions.WatchTvAction.AndThenOnCompleted(TinyLife.Actions.CompletionType) type: Method - source: - remote: - path: TinyLife/Actions/WatchTvAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AndThenOnCompleted - path: ../TinyLife/Actions/WatchTvAction.cs - startLine: 112 assemblies: - Tiny Life namespace: TinyLife.Actions diff --git a/docs/api/TinyLife.Actions.WorkAction.yml b/docs/api/TinyLife.Actions.WorkAction.yml index 730aaf1..197e70a 100644 --- a/docs/api/TinyLife.Actions.WorkAction.yml +++ b/docs/api/TinyLife.Actions.WorkAction.yml @@ -20,14 +20,6 @@ items: nameWithType: WorkAction fullName: TinyLife.Actions.WorkAction type: Class - source: - remote: - path: TinyLife/Actions/WorkAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: WorkAction - path: ../TinyLife/Actions/WorkAction.cs - startLine: 16 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -139,14 +131,6 @@ items: nameWithType: WorkAction.Job fullName: TinyLife.Actions.WorkAction.Job type: Property - source: - remote: - path: TinyLife/Actions/WorkAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Job - path: ../TinyLife/Actions/WorkAction.cs - startLine: 21 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -170,14 +154,6 @@ items: nameWithType: WorkAction.WorkAction(ActionType, ActionInfo) fullName: TinyLife.Actions.WorkAction.WorkAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo) type: Constructor - source: - remote: - path: TinyLife/Actions/WorkAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Actions/WorkAction.cs - startLine: 31 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -205,14 +181,6 @@ items: nameWithType: WorkAction.CanCancel(Action) fullName: TinyLife.Actions.WorkAction.CanCancel(TinyLife.Actions.Action) type: Method - source: - remote: - path: TinyLife/Actions/WorkAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CanCancel - path: ../TinyLife/Actions/WorkAction.cs - startLine: 34 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -246,14 +214,6 @@ items: nameWithType: WorkAction.PreInitialize() fullName: TinyLife.Actions.WorkAction.PreInitialize() type: Method - source: - remote: - path: TinyLife/Actions/WorkAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PreInitialize - path: ../TinyLife/Actions/WorkAction.cs - startLine: 39 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -278,14 +238,6 @@ items: nameWithType: WorkAction.AndThenInitialize() fullName: TinyLife.Actions.WorkAction.AndThenInitialize() type: Method - source: - remote: - path: TinyLife/Actions/WorkAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AndThenInitialize - path: ../TinyLife/Actions/WorkAction.cs - startLine: 45 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -310,14 +262,6 @@ items: nameWithType: WorkAction.AndThenUpdate(GameTime, TimeSpan, float) fullName: TinyLife.Actions.WorkAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) type: Method - source: - remote: - path: TinyLife/Actions/WorkAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AndThenUpdate - path: ../TinyLife/Actions/WorkAction.cs - startLine: 58 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -357,14 +301,6 @@ items: nameWithType: WorkAction.AndThenIsCompleted() fullName: TinyLife.Actions.WorkAction.AndThenIsCompleted() type: Method - source: - remote: - path: TinyLife/Actions/WorkAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AndThenIsCompleted - path: ../TinyLife/Actions/WorkAction.cs - startLine: 88 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -392,14 +328,6 @@ items: nameWithType: WorkAction.AndThenOnCompleted(CompletionType) fullName: TinyLife.Actions.WorkAction.AndThenOnCompleted(TinyLife.Actions.CompletionType) type: Method - source: - remote: - path: TinyLife/Actions/WorkAction.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AndThenOnCompleted - path: ../TinyLife/Actions/WorkAction.cs - startLine: 95 assemblies: - Tiny Life namespace: TinyLife.Actions diff --git a/docs/api/TinyLife.Actions.yml b/docs/api/TinyLife.Actions.yml index 8d43fe9..4db690d 100644 --- a/docs/api/TinyLife.Actions.yml +++ b/docs/api/TinyLife.Actions.yml @@ -44,6 +44,7 @@ items: - TinyLife.Actions.SitAction - TinyLife.Actions.SocialAction - TinyLife.Actions.SocialAction.StartPartnerAction + - TinyLife.Actions.StartTogetherAction - TinyLife.Actions.StoreAction - TinyLife.Actions.TalkAction - TinyLife.Actions.TalkAction.TalkSettings @@ -487,6 +488,12 @@ references: - uid: TinyLife.Actions.SocialAction.StartPartnerAction name: StartPartnerAction href: TinyLife.Actions.SocialAction.StartPartnerAction.html +- uid: TinyLife.Actions.StartTogetherAction + commentId: T:TinyLife.Actions.StartTogetherAction + href: TinyLife.Actions.StartTogetherAction.html + name: StartTogetherAction + nameWithType: StartTogetherAction + fullName: TinyLife.Actions.StartTogetherAction - uid: TinyLife.Actions.StoreAction commentId: T:TinyLife.Actions.StoreAction href: TinyLife.Actions.StoreAction.html diff --git a/docs/api/TinyLife.Debug.CheatDelegate.yml b/docs/api/TinyLife.Debug.CheatDelegate.yml index 6d6f969..dc6cff4 100644 --- a/docs/api/TinyLife.Debug.CheatDelegate.yml +++ b/docs/api/TinyLife.Debug.CheatDelegate.yml @@ -12,14 +12,6 @@ items: nameWithType: Debug.CheatDelegate fullName: TinyLife.Debug.CheatDelegate type: Delegate - source: - remote: - path: TinyLife/Debug.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CheatDelegate - path: ../TinyLife/Debug.cs - startLine: 943 assemblies: - Tiny Life namespace: TinyLife diff --git a/docs/api/TinyLife.Debug.DebugDelegate.yml b/docs/api/TinyLife.Debug.DebugDelegate.yml index ce76219..97efd08 100644 --- a/docs/api/TinyLife.Debug.DebugDelegate.yml +++ b/docs/api/TinyLife.Debug.DebugDelegate.yml @@ -12,14 +12,6 @@ items: nameWithType: Debug.DebugDelegate fullName: TinyLife.Debug.DebugDelegate type: Delegate - source: - remote: - path: TinyLife/Debug.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DebugDelegate - path: ../TinyLife/Debug.cs - startLine: 948 assemblies: - Tiny Life namespace: TinyLife diff --git a/docs/api/TinyLife.Debug.yml b/docs/api/TinyLife.Debug.yml index 15c63db..80836a9 100644 --- a/docs/api/TinyLife.Debug.yml +++ b/docs/api/TinyLife.Debug.yml @@ -15,14 +15,6 @@ items: nameWithType: Debug fullName: TinyLife.Debug type: Class - source: - remote: - path: TinyLife/Debug.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Debug - path: ../TinyLife/Debug.cs - startLine: 39 assemblies: - Tiny Life namespace: TinyLife @@ -54,14 +46,6 @@ items: nameWithType: Debug.Cheats fullName: TinyLife.Debug.Cheats type: Field - source: - remote: - path: TinyLife/Debug.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Cheats - path: ../TinyLife/Debug.cs - startLine: 46 assemblies: - Tiny Life namespace: TinyLife @@ -88,14 +72,6 @@ items: nameWithType: Debug.DebugLines fullName: TinyLife.Debug.DebugLines type: Field - source: - remote: - path: TinyLife/Debug.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DebugLines - path: ../TinyLife/Debug.cs - startLine: 52 assemblies: - Tiny Life namespace: TinyLife @@ -122,14 +98,6 @@ items: nameWithType: Debug.TryCheat(string) fullName: TinyLife.Debug.TryCheat(string) type: Method - source: - remote: - path: TinyLife/Debug.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TryCheat - path: ../TinyLife/Debug.cs - startLine: 725 assemblies: - Tiny Life namespace: TinyLife diff --git a/docs/api/TinyLife.DifficultyModifier.yml b/docs/api/TinyLife.DifficultyModifier.yml index d8913cf..0c70fe7 100644 --- a/docs/api/TinyLife.DifficultyModifier.yml +++ b/docs/api/TinyLife.DifficultyModifier.yml @@ -15,14 +15,6 @@ items: nameWithType: DifficultyModifier fullName: TinyLife.DifficultyModifier type: Enum - source: - remote: - path: TinyLife/Options.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DifficultyModifier - path: ../TinyLife/Options.cs - startLine: 684 assemblies: - Tiny Life namespace: TinyLife @@ -44,14 +36,6 @@ items: nameWithType: DifficultyModifier.Chill fullName: TinyLife.DifficultyModifier.Chill type: Field - source: - remote: - path: TinyLife/Options.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Chill - path: ../TinyLife/Options.cs - startLine: 689 assemblies: - Tiny Life namespace: TinyLife @@ -72,14 +56,6 @@ items: nameWithType: DifficultyModifier.Normal fullName: TinyLife.DifficultyModifier.Normal type: Field - source: - remote: - path: TinyLife/Options.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Normal - path: ../TinyLife/Options.cs - startLine: 693 assemblies: - Tiny Life namespace: TinyLife @@ -100,14 +76,6 @@ items: nameWithType: DifficultyModifier.Intense fullName: TinyLife.DifficultyModifier.Intense type: Field - source: - remote: - path: TinyLife/Options.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Intense - path: ../TinyLife/Options.cs - startLine: 697 assemblies: - Tiny Life namespace: TinyLife diff --git a/docs/api/TinyLife.Emotions.CombinedEmotionSource.yml b/docs/api/TinyLife.Emotions.CombinedEmotionSource.yml index 781ed19..dd986a8 100644 --- a/docs/api/TinyLife.Emotions.CombinedEmotionSource.yml +++ b/docs/api/TinyLife.Emotions.CombinedEmotionSource.yml @@ -14,14 +14,6 @@ items: nameWithType: CombinedEmotionSource fullName: TinyLife.Emotions.CombinedEmotionSource type: Class - source: - remote: - path: TinyLife/Emotions/IEmotionSource.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CombinedEmotionSource - path: ../TinyLife/Emotions/IEmotionSource.cs - startLine: 27 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -68,14 +60,6 @@ items: nameWithType: CombinedEmotionSource.SourceString fullName: TinyLife.Emotions.CombinedEmotionSource.SourceString type: Property - source: - remote: - path: TinyLife/Emotions/IEmotionSource.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SourceString - path: ../TinyLife/Emotions/IEmotionSource.cs - startLine: 31 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -101,14 +85,6 @@ items: nameWithType: CombinedEmotionSource.CombinedEmotionSource(params IEmotionSource[]) fullName: TinyLife.Emotions.CombinedEmotionSource.CombinedEmotionSource(params TinyLife.Emotions.IEmotionSource[]) type: Constructor - source: - remote: - path: TinyLife/Emotions/IEmotionSource.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Emotions/IEmotionSource.cs - startLine: 39 assemblies: - Tiny Life namespace: TinyLife.Emotions diff --git a/docs/api/TinyLife.Emotions.EmotionModifier.Instance.yml b/docs/api/TinyLife.Emotions.EmotionModifier.Instance.yml index f3d5991..bfbc618 100644 --- a/docs/api/TinyLife.Emotions.EmotionModifier.Instance.yml +++ b/docs/api/TinyLife.Emotions.EmotionModifier.Instance.yml @@ -20,14 +20,6 @@ items: nameWithType: EmotionModifier.Instance fullName: TinyLife.Emotions.EmotionModifier.Instance type: Class - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Instance - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 486 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -72,14 +64,6 @@ items: nameWithType: EmotionModifier.Instance.Type fullName: TinyLife.Emotions.EmotionModifier.Instance.Type type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Type - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 493 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -111,14 +95,6 @@ items: nameWithType: EmotionModifier.Instance.Amount fullName: TinyLife.Emotions.EmotionModifier.Instance.Amount type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Amount - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 498 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -150,14 +126,6 @@ items: nameWithType: EmotionModifier.Instance.TotalTime fullName: TinyLife.Emotions.EmotionModifier.Instance.TotalTime type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TotalTime - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 503 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -189,14 +157,6 @@ items: nameWithType: EmotionModifier.Instance.Time fullName: TinyLife.Emotions.EmotionModifier.Instance.Time type: Property - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Time - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 508 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -230,14 +190,6 @@ items: nameWithType: EmotionModifier.Instance.Person fullName: TinyLife.Emotions.EmotionModifier.Instance.Person type: Property - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Person - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 513 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -261,14 +213,6 @@ items: nameWithType: EmotionModifier.Instance.Source fullName: TinyLife.Emotions.EmotionModifier.Instance.Source type: Property - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Source - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 518 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -295,14 +239,6 @@ items: nameWithType: EmotionModifier.Instance.PassTime(TimeSpan) fullName: TinyLife.Emotions.EmotionModifier.Instance.PassTime(System.TimeSpan) type: Method - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PassTime - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 538 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -330,14 +266,6 @@ items: nameWithType: EmotionModifier.Instance.Validate(PersonLike) fullName: TinyLife.Emotions.EmotionModifier.Instance.Validate(TinyLife.Objects.PersonLike) type: Method - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Validate - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 552 assemblies: - Tiny Life namespace: TinyLife.Emotions diff --git a/docs/api/TinyLife.Emotions.EmotionModifier.yml b/docs/api/TinyLife.Emotions.EmotionModifier.yml index a94b963..7ce5afd 100644 --- a/docs/api/TinyLife.Emotions.EmotionModifier.yml +++ b/docs/api/TinyLife.Emotions.EmotionModifier.yml @@ -225,14 +225,6 @@ items: nameWithType: EmotionModifier fullName: TinyLife.Emotions.EmotionModifier type: Class - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: EmotionModifier - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 25 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -275,14 +267,6 @@ items: nameWithType: EmotionModifier.Types fullName: TinyLife.Emotions.EmotionModifier.Types type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Types - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 32 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -304,14 +288,6 @@ items: nameWithType: EmotionModifier.Asleep fullName: TinyLife.Emotions.EmotionModifier.Asleep type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Asleep - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 36 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -331,14 +307,6 @@ items: nameWithType: EmotionModifier.PeedSelf fullName: TinyLife.Emotions.EmotionModifier.PeedSelf type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PeedSelf - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 37 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -358,14 +326,6 @@ items: nameWithType: EmotionModifier.PassedOut fullName: TinyLife.Emotions.EmotionModifier.PassedOut type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PassedOut - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 38 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -385,14 +345,6 @@ items: nameWithType: EmotionModifier.ReadBook fullName: TinyLife.Emotions.EmotionModifier.ReadBook type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ReadBook - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 39 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -412,14 +364,6 @@ items: nameWithType: EmotionModifier.FailedJoke fullName: TinyLife.Emotions.EmotionModifier.FailedJoke type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: FailedJoke - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 40 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -439,14 +383,6 @@ items: nameWithType: EmotionModifier.DirtyDishes fullName: TinyLife.Emotions.EmotionModifier.DirtyDishes type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DirtyDishes - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 41 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -466,14 +402,6 @@ items: nameWithType: EmotionModifier.BadCreation fullName: TinyLife.Emotions.EmotionModifier.BadCreation type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: BadCreation - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 42 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -493,14 +421,6 @@ items: nameWithType: EmotionModifier.BadCreationAngry fullName: TinyLife.Emotions.EmotionModifier.BadCreationAngry type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: BadCreationAngry - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 43 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -520,14 +440,6 @@ items: nameWithType: EmotionModifier.PerfectCreation fullName: TinyLife.Emotions.EmotionModifier.PerfectCreation type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PerfectCreation - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 44 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -547,14 +459,6 @@ items: nameWithType: EmotionModifier.EnemyDied fullName: TinyLife.Emotions.EmotionModifier.EnemyDied type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: EnemyDied - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 45 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -574,14 +478,6 @@ items: nameWithType: EmotionModifier.AcquaintanceDied fullName: TinyLife.Emotions.EmotionModifier.AcquaintanceDied type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AcquaintanceDied - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 46 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -601,14 +497,6 @@ items: nameWithType: EmotionModifier.FriendDied fullName: TinyLife.Emotions.EmotionModifier.FriendDied type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: FriendDied - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 47 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -628,14 +516,6 @@ items: nameWithType: EmotionModifier.ClosePersonDied fullName: TinyLife.Emotions.EmotionModifier.ClosePersonDied type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ClosePersonDied - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 48 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -655,14 +535,6 @@ items: nameWithType: EmotionModifier.SleptOutside fullName: TinyLife.Emotions.EmotionModifier.SleptOutside type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SleptOutside - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 49 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -682,14 +554,6 @@ items: nameWithType: EmotionModifier.DirtyConversationPartner fullName: TinyLife.Emotions.EmotionModifier.DirtyConversationPartner type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DirtyConversationPartner - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 50 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -709,14 +573,6 @@ items: nameWithType: EmotionModifier.CaughtBeingInappropriate fullName: TinyLife.Emotions.EmotionModifier.CaughtBeingInappropriate type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CaughtBeingInappropriate - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 51 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -736,14 +592,6 @@ items: nameWithType: EmotionModifier.BoringWork fullName: TinyLife.Emotions.EmotionModifier.BoringWork type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: BoringWork - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 52 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -763,14 +611,6 @@ items: nameWithType: EmotionModifier.SawSomethingPersonal fullName: TinyLife.Emotions.EmotionModifier.SawSomethingPersonal type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SawSomethingPersonal - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 53 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -790,14 +630,6 @@ items: nameWithType: EmotionModifier.GoodFood fullName: TinyLife.Emotions.EmotionModifier.GoodFood type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GoodFood - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 54 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -817,14 +649,6 @@ items: nameWithType: EmotionModifier.PleasantInteraction fullName: TinyLife.Emotions.EmotionModifier.PleasantInteraction type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PleasantInteraction - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 55 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -844,14 +668,6 @@ items: nameWithType: EmotionModifier.LovelyInteraction fullName: TinyLife.Emotions.EmotionModifier.LovelyInteraction type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: LovelyInteraction - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 56 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -871,14 +687,6 @@ items: nameWithType: EmotionModifier.FailedRomance fullName: TinyLife.Emotions.EmotionModifier.FailedRomance type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: FailedRomance - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 57 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -898,14 +706,6 @@ items: nameWithType: EmotionModifier.StartedDating fullName: TinyLife.Emotions.EmotionModifier.StartedDating type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: StartedDating - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 58 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -925,14 +725,6 @@ items: nameWithType: EmotionModifier.BrokenUpWith fullName: TinyLife.Emotions.EmotionModifier.BrokenUpWith type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: BrokenUpWith - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 59 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -952,14 +744,6 @@ items: nameWithType: EmotionModifier.Promoted fullName: TinyLife.Emotions.EmotionModifier.Promoted type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Promoted - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 60 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -979,14 +763,6 @@ items: nameWithType: EmotionModifier.GotRaise fullName: TinyLife.Emotions.EmotionModifier.GotRaise type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GotRaise - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 61 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -1006,14 +782,6 @@ items: nameWithType: EmotionModifier.Demoted fullName: TinyLife.Emotions.EmotionModifier.Demoted type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Demoted - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 62 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -1033,14 +801,6 @@ items: nameWithType: EmotionModifier.Fired fullName: TinyLife.Emotions.EmotionModifier.Fired type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Fired - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 63 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -1060,14 +820,6 @@ items: nameWithType: EmotionModifier.BadFood fullName: TinyLife.Emotions.EmotionModifier.BadFood type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: BadFood - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 64 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -1087,14 +839,6 @@ items: nameWithType: EmotionModifier.FunFoolingAround fullName: TinyLife.Emotions.EmotionModifier.FunFoolingAround type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: FunFoolingAround - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 65 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -1114,14 +858,6 @@ items: nameWithType: EmotionModifier.FinishedMod fullName: TinyLife.Emotions.EmotionModifier.FinishedMod type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: FinishedMod - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 66 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -1141,14 +877,6 @@ items: nameWithType: EmotionModifier.FinishedApp fullName: TinyLife.Emotions.EmotionModifier.FinishedApp type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: FinishedApp - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 67 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -1168,14 +896,6 @@ items: nameWithType: EmotionModifier.HackingFail fullName: TinyLife.Emotions.EmotionModifier.HackingFail type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: HackingFail - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 68 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -1195,14 +915,6 @@ items: nameWithType: EmotionModifier.PositiveGauge fullName: TinyLife.Emotions.EmotionModifier.PositiveGauge type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PositiveGauge - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 69 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -1222,14 +934,6 @@ items: nameWithType: EmotionModifier.NegativeGauge fullName: TinyLife.Emotions.EmotionModifier.NegativeGauge type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: NegativeGauge - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 70 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -1249,14 +953,6 @@ items: nameWithType: EmotionModifier.MeanConversationPartner fullName: TinyLife.Emotions.EmotionModifier.MeanConversationPartner type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: MeanConversationPartner - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 71 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -1276,14 +972,6 @@ items: nameWithType: EmotionModifier.RepairFail fullName: TinyLife.Emotions.EmotionModifier.RepairFail type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RepairFail - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 72 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -1303,14 +991,6 @@ items: nameWithType: EmotionModifier.FoolAroundFail fullName: TinyLife.Emotions.EmotionModifier.FoolAroundFail type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: FoolAroundFail - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 73 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -1330,14 +1010,6 @@ items: nameWithType: EmotionModifier.WritersBlock fullName: TinyLife.Emotions.EmotionModifier.WritersBlock type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: WritersBlock - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 74 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -1357,14 +1029,6 @@ items: nameWithType: EmotionModifier.FinishedBook fullName: TinyLife.Emotions.EmotionModifier.FinishedBook type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: FinishedBook - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 75 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -1384,14 +1048,6 @@ items: nameWithType: EmotionModifier.ScrappedBook fullName: TinyLife.Emotions.EmotionModifier.ScrappedBook type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ScrappedBook - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 76 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -1411,14 +1067,6 @@ items: nameWithType: EmotionModifier.SuccessfullyPublished fullName: TinyLife.Emotions.EmotionModifier.SuccessfullyPublished type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SuccessfullyPublished - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 77 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -1438,14 +1086,6 @@ items: nameWithType: EmotionModifier.FailedPublishing fullName: TinyLife.Emotions.EmotionModifier.FailedPublishing type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: FailedPublishing - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 78 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -1465,14 +1105,6 @@ items: nameWithType: EmotionModifier.InspiringIdeas fullName: TinyLife.Emotions.EmotionModifier.InspiringIdeas type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: InspiringIdeas - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 79 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -1492,14 +1124,6 @@ items: nameWithType: EmotionModifier.CreativelyInspired fullName: TinyLife.Emotions.EmotionModifier.CreativelyInspired type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CreativelyInspired - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 80 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -1519,14 +1143,6 @@ items: nameWithType: EmotionModifier.StrokeOfGenius fullName: TinyLife.Emotions.EmotionModifier.StrokeOfGenius type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: StrokeOfGenius - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 81 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -1546,14 +1162,6 @@ items: nameWithType: EmotionModifier.IntrovertedOverstimulated fullName: TinyLife.Emotions.EmotionModifier.IntrovertedOverstimulated type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IntrovertedOverstimulated - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 82 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -1573,14 +1181,6 @@ items: nameWithType: EmotionModifier.InspiredByPride fullName: TinyLife.Emotions.EmotionModifier.InspiredByPride type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: InspiredByPride - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 83 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -1600,14 +1200,6 @@ items: nameWithType: EmotionModifier.TvInspiredToCook fullName: TinyLife.Emotions.EmotionModifier.TvInspiredToCook type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TvInspiredToCook - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 84 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -1627,14 +1219,6 @@ items: nameWithType: EmotionModifier.SaddenedByNews fullName: TinyLife.Emotions.EmotionModifier.SaddenedByNews type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SaddenedByNews - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 85 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -1654,14 +1238,6 @@ items: nameWithType: EmotionModifier.ExcitedByNews fullName: TinyLife.Emotions.EmotionModifier.ExcitedByNews type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ExcitedByNews - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 86 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -1681,14 +1257,6 @@ items: nameWithType: EmotionModifier.TvRomantic fullName: TinyLife.Emotions.EmotionModifier.TvRomantic type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TvRomantic - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 87 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -1708,14 +1276,6 @@ items: nameWithType: EmotionModifier.GoodWalkthrough fullName: TinyLife.Emotions.EmotionModifier.GoodWalkthrough type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GoodWalkthrough - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 88 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -1735,14 +1295,6 @@ items: nameWithType: EmotionModifier.BoringWalkthrough fullName: TinyLife.Emotions.EmotionModifier.BoringWalkthrough type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: BoringWalkthrough - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 89 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -1762,14 +1314,6 @@ items: nameWithType: EmotionModifier.BadTeammates fullName: TinyLife.Emotions.EmotionModifier.BadTeammates type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: BadTeammates - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 90 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -1789,14 +1333,6 @@ items: nameWithType: EmotionModifier.RageQuit fullName: TinyLife.Emotions.EmotionModifier.RageQuit type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RageQuit - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 91 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -1816,14 +1352,6 @@ items: nameWithType: EmotionModifier.WonTournament fullName: TinyLife.Emotions.EmotionModifier.WonTournament type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: WonTournament - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 92 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -1843,14 +1371,6 @@ items: nameWithType: EmotionModifier.LostTournament fullName: TinyLife.Emotions.EmotionModifier.LostTournament type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: LostTournament - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 93 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -1870,14 +1390,6 @@ items: nameWithType: EmotionModifier.AsexualFoolingPartner fullName: TinyLife.Emotions.EmotionModifier.AsexualFoolingPartner type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AsexualFoolingPartner - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 94 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -1897,14 +1409,6 @@ items: nameWithType: EmotionModifier.AsexualFoolingDeclined fullName: TinyLife.Emotions.EmotionModifier.AsexualFoolingDeclined type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AsexualFoolingDeclined - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 95 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -1924,14 +1428,6 @@ items: nameWithType: EmotionModifier.FoolingDeclined fullName: TinyLife.Emotions.EmotionModifier.FoolingDeclined type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: FoolingDeclined - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 96 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -1951,14 +1447,6 @@ items: nameWithType: EmotionModifier.EnergizingJog fullName: TinyLife.Emotions.EmotionModifier.EnergizingJog type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: EnergizingJog - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 97 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -1978,14 +1466,6 @@ items: nameWithType: EmotionModifier.EnergizingDumbbells fullName: TinyLife.Emotions.EmotionModifier.EnergizingDumbbells type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: EnergizingDumbbells - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 98 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -2005,14 +1485,6 @@ items: nameWithType: EmotionModifier.PulledMuscle fullName: TinyLife.Emotions.EmotionModifier.PulledMuscle type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PulledMuscle - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 99 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -2032,14 +1504,6 @@ items: nameWithType: EmotionModifier.StandingDeskPositive fullName: TinyLife.Emotions.EmotionModifier.StandingDeskPositive type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: StandingDeskPositive - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 100 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -2059,14 +1523,6 @@ items: nameWithType: EmotionModifier.StandingDeskSore fullName: TinyLife.Emotions.EmotionModifier.StandingDeskSore type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: StandingDeskSore - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 101 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -2086,14 +1542,6 @@ items: nameWithType: EmotionModifier.FitnessLevelUp fullName: TinyLife.Emotions.EmotionModifier.FitnessLevelUp type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: FitnessLevelUp - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 102 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -2113,14 +1561,6 @@ items: nameWithType: EmotionModifier.LazyWorkout fullName: TinyLife.Emotions.EmotionModifier.LazyWorkout type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: LazyWorkout - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 103 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -2140,14 +1580,6 @@ items: nameWithType: EmotionModifier.ProteinShakeEnergetic fullName: TinyLife.Emotions.EmotionModifier.ProteinShakeEnergetic type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ProteinShakeEnergetic - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 104 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -2167,14 +1599,6 @@ items: nameWithType: EmotionModifier.ProteinShakeFrisky fullName: TinyLife.Emotions.EmotionModifier.ProteinShakeFrisky type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ProteinShakeFrisky - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 105 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -2194,14 +1618,6 @@ items: nameWithType: EmotionModifier.ProteinShakeFocused fullName: TinyLife.Emotions.EmotionModifier.ProteinShakeFocused type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ProteinShakeFocused - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 106 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -2221,14 +1637,6 @@ items: nameWithType: EmotionModifier.ProteinShakeFine fullName: TinyLife.Emotions.EmotionModifier.ProteinShakeFine type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ProteinShakeFine - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 107 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -2248,14 +1656,6 @@ items: nameWithType: EmotionModifier.ProteinShakeRelaxed fullName: TinyLife.Emotions.EmotionModifier.ProteinShakeRelaxed type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ProteinShakeRelaxed - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 108 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -2275,14 +1675,6 @@ items: nameWithType: EmotionModifier.ProteinShakeCreative fullName: TinyLife.Emotions.EmotionModifier.ProteinShakeCreative type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ProteinShakeCreative - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 109 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -2302,14 +1694,6 @@ items: nameWithType: EmotionModifier.TooMuchProtein fullName: TinyLife.Emotions.EmotionModifier.TooMuchProtein type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TooMuchProtein - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 110 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -2329,14 +1713,6 @@ items: nameWithType: EmotionModifier.ProteinShakeFriskyAsexual fullName: TinyLife.Emotions.EmotionModifier.ProteinShakeFriskyAsexual type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ProteinShakeFriskyAsexual - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 111 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -2356,14 +1732,6 @@ items: nameWithType: EmotionModifier.DirtyHandsAfterToilet fullName: TinyLife.Emotions.EmotionModifier.DirtyHandsAfterToilet type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DirtyHandsAfterToilet - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 112 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -2383,14 +1751,6 @@ items: nameWithType: EmotionModifier.DarkRoom fullName: TinyLife.Emotions.EmotionModifier.DarkRoom type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DarkRoom - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 113 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -2410,14 +1770,6 @@ items: nameWithType: EmotionModifier.ThrewAwayInsteadOfCleaning fullName: TinyLife.Emotions.EmotionModifier.ThrewAwayInsteadOfCleaning type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ThrewAwayInsteadOfCleaning - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 114 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -2437,14 +1789,6 @@ items: nameWithType: EmotionModifier.IntrovertedCloseConversation fullName: TinyLife.Emotions.EmotionModifier.IntrovertedCloseConversation type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IntrovertedCloseConversation - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 115 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -2464,14 +1808,6 @@ items: nameWithType: EmotionModifier.IntrovertedStrangerDanger fullName: TinyLife.Emotions.EmotionModifier.IntrovertedStrangerDanger type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IntrovertedStrangerDanger - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 116 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -2491,14 +1827,6 @@ items: nameWithType: EmotionModifier.IntrovertedHomeLong fullName: TinyLife.Emotions.EmotionModifier.IntrovertedHomeLong type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IntrovertedHomeLong - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 117 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -2518,14 +1846,6 @@ items: nameWithType: EmotionModifier.ExtrovertedNewRelationship fullName: TinyLife.Emotions.EmotionModifier.ExtrovertedNewRelationship type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ExtrovertedNewRelationship - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 118 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -2545,14 +1865,6 @@ items: nameWithType: EmotionModifier.ExtrovertedConfusedByIntroversion fullName: TinyLife.Emotions.EmotionModifier.ExtrovertedConfusedByIntroversion type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ExtrovertedConfusedByIntroversion - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 119 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -2572,14 +1884,6 @@ items: nameWithType: EmotionModifier.DirtyObject fullName: TinyLife.Emotions.EmotionModifier.DirtyObject type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DirtyObject - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 120 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -2599,14 +1903,6 @@ items: nameWithType: EmotionModifier.UncomfortableCraftedFurniture fullName: TinyLife.Emotions.EmotionModifier.UncomfortableCraftedFurniture type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: UncomfortableCraftedFurniture - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 121 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -2626,14 +1922,6 @@ items: nameWithType: EmotionModifier.AmazingCraftedFurniture fullName: TinyLife.Emotions.EmotionModifier.AmazingCraftedFurniture type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AmazingCraftedFurniture - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 122 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -2653,14 +1941,6 @@ items: nameWithType: EmotionModifier.SelfCraftedFurniture fullName: TinyLife.Emotions.EmotionModifier.SelfCraftedFurniture type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SelfCraftedFurniture - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 123 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -2680,14 +1960,6 @@ items: nameWithType: EmotionModifier.WoodworkingSplinter fullName: TinyLife.Emotions.EmotionModifier.WoodworkingSplinter type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: WoodworkingSplinter - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 124 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -2707,14 +1979,6 @@ items: nameWithType: EmotionModifier.ScrappedSomeonesProject fullName: TinyLife.Emotions.EmotionModifier.ScrappedSomeonesProject type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ScrappedSomeonesProject - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 125 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -2734,14 +1998,6 @@ items: nameWithType: EmotionModifier.RoughSchoolDay fullName: TinyLife.Emotions.EmotionModifier.RoughSchoolDay type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RoughSchoolDay - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 126 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -2761,14 +2017,6 @@ items: nameWithType: EmotionModifier.FunSchoolDay fullName: TinyLife.Emotions.EmotionModifier.FunSchoolDay type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: FunSchoolDay - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 127 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -2788,14 +2036,6 @@ items: nameWithType: EmotionModifier.TerribleAtSchool fullName: TinyLife.Emotions.EmotionModifier.TerribleAtSchool type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TerribleAtSchool - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 128 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -2815,14 +2055,6 @@ items: nameWithType: EmotionModifier.GradesDown fullName: TinyLife.Emotions.EmotionModifier.GradesDown type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GradesDown - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 129 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -2842,14 +2074,6 @@ items: nameWithType: EmotionModifier.GradesUp fullName: TinyLife.Emotions.EmotionModifier.GradesUp type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GradesUp - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 130 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -2869,14 +2093,6 @@ items: nameWithType: EmotionModifier.BoringHomework fullName: TinyLife.Emotions.EmotionModifier.BoringHomework type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: BoringHomework - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 131 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -2896,14 +2112,6 @@ items: nameWithType: EmotionModifier.HomeworkHelp fullName: TinyLife.Emotions.EmotionModifier.HomeworkHelp type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: HomeworkHelp - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 132 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -2923,14 +2131,6 @@ items: nameWithType: EmotionModifier.ForgotHomework fullName: TinyLife.Emotions.EmotionModifier.ForgotHomework type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ForgotHomework - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 133 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -2950,14 +2150,6 @@ items: nameWithType: EmotionModifier.InterestingStory fullName: TinyLife.Emotions.EmotionModifier.InterestingStory type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: InterestingStory - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 134 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -2977,14 +2169,6 @@ items: nameWithType: EmotionModifier.FunnyCartoons fullName: TinyLife.Emotions.EmotionModifier.FunnyCartoons type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: FunnyCartoons - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 135 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -3004,14 +2188,6 @@ items: nameWithType: EmotionModifier.FunPlaying fullName: TinyLife.Emotions.EmotionModifier.FunPlaying type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: FunPlaying - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 136 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -3031,14 +2207,6 @@ items: nameWithType: EmotionModifier.InspiringPlaying fullName: TinyLife.Emotions.EmotionModifier.InspiringPlaying type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: InspiringPlaying - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 137 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -3058,14 +2226,6 @@ items: nameWithType: EmotionModifier.PsychedUp fullName: TinyLife.Emotions.EmotionModifier.PsychedUp type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PsychedUp - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 138 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -3085,14 +2245,6 @@ items: nameWithType: EmotionModifier.AggravatingConversation fullName: TinyLife.Emotions.EmotionModifier.AggravatingConversation type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AggravatingConversation - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 139 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -3112,14 +2264,6 @@ items: nameWithType: EmotionModifier.UpsettingConversation fullName: TinyLife.Emotions.EmotionModifier.UpsettingConversation type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: UpsettingConversation - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 140 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -3139,14 +2283,6 @@ items: nameWithType: EmotionModifier.HadToGetFoodSomewhereElse fullName: TinyLife.Emotions.EmotionModifier.HadToGetFoodSomewhereElse type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: HadToGetFoodSomewhereElse - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 141 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -3166,14 +2302,6 @@ items: nameWithType: EmotionModifier.UsefulProgrammingResearch fullName: TinyLife.Emotions.EmotionModifier.UsefulProgrammingResearch type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: UsefulProgrammingResearch - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 142 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -3193,14 +2321,6 @@ items: nameWithType: EmotionModifier.PublishedApp fullName: TinyLife.Emotions.EmotionModifier.PublishedApp type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PublishedApp - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 143 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -3220,14 +2340,6 @@ items: nameWithType: EmotionModifier.EmergencyFood fullName: TinyLife.Emotions.EmotionModifier.EmergencyFood type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: EmergencyFood - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 144 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -3247,14 +2359,6 @@ items: nameWithType: EmotionModifier.ChildChef fullName: TinyLife.Emotions.EmotionModifier.ChildChef type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ChildChef - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 145 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -3274,14 +2378,6 @@ items: nameWithType: EmotionModifier.SomeoneTriedMyFood fullName: TinyLife.Emotions.EmotionModifier.SomeoneTriedMyFood type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SomeoneTriedMyFood - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 146 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -3301,14 +2397,6 @@ items: nameWithType: EmotionModifier.BadChildFood fullName: TinyLife.Emotions.EmotionModifier.BadChildFood type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: BadChildFood - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 147 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -3328,14 +2416,6 @@ items: nameWithType: EmotionModifier.GoodChildFood fullName: TinyLife.Emotions.EmotionModifier.GoodChildFood type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GoodChildFood - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 148 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -3355,14 +2435,6 @@ items: nameWithType: EmotionModifier.SandboxPositive fullName: TinyLife.Emotions.EmotionModifier.SandboxPositive type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SandboxPositive - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 149 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -3382,14 +2454,6 @@ items: nameWithType: EmotionModifier.SandboxNegative fullName: TinyLife.Emotions.EmotionModifier.SandboxNegative type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SandboxNegative - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 150 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -3409,14 +2473,6 @@ items: nameWithType: EmotionModifier.SandboxSocialPositive fullName: TinyLife.Emotions.EmotionModifier.SandboxSocialPositive type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SandboxSocialPositive - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 151 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -3436,14 +2492,6 @@ items: nameWithType: EmotionModifier.SandboxSocialNegative fullName: TinyLife.Emotions.EmotionModifier.SandboxSocialNegative type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SandboxSocialNegative - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 152 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -3463,14 +2511,6 @@ items: nameWithType: EmotionModifier.PuzzlePositive fullName: TinyLife.Emotions.EmotionModifier.PuzzlePositive type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PuzzlePositive - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 153 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -3490,14 +2530,6 @@ items: nameWithType: EmotionModifier.PuzzleNegative fullName: TinyLife.Emotions.EmotionModifier.PuzzleNegative type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PuzzleNegative - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 154 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -3517,14 +2549,6 @@ items: nameWithType: EmotionModifier.PuzzleNegativeChild fullName: TinyLife.Emotions.EmotionModifier.PuzzleNegativeChild type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PuzzleNegativeChild - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 155 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -3544,14 +2568,6 @@ items: nameWithType: EmotionModifier.ShoodChild fullName: TinyLife.Emotions.EmotionModifier.ShoodChild type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ShoodChild - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 156 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -3571,14 +2587,6 @@ items: nameWithType: EmotionModifier.ReadNewspaperChild fullName: TinyLife.Emotions.EmotionModifier.ReadNewspaperChild type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ReadNewspaperChild - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 157 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -3598,14 +2606,6 @@ items: nameWithType: EmotionModifier.FunnyNewspaperJoke fullName: TinyLife.Emotions.EmotionModifier.FunnyNewspaperJoke type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: FunnyNewspaperJoke - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 158 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -3625,14 +2625,6 @@ items: nameWithType: EmotionModifier.EnergizingCoffee fullName: TinyLife.Emotions.EmotionModifier.EnergizingCoffee type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: EnergizingCoffee - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 159 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -3652,14 +2644,6 @@ items: nameWithType: EmotionModifier.TooMuchCoffee fullName: TinyLife.Emotions.EmotionModifier.TooMuchCoffee type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TooMuchCoffee - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 160 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -3679,14 +2663,6 @@ items: nameWithType: EmotionModifier.OrderCanceled fullName: TinyLife.Emotions.EmotionModifier.OrderCanceled type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OrderCanceled - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 161 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -3706,14 +2682,6 @@ items: nameWithType: EmotionModifier.SkilledOrder fullName: TinyLife.Emotions.EmotionModifier.SkilledOrder type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SkilledOrder - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 162 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -3733,14 +2701,6 @@ items: nameWithType: EmotionModifier.TinkerFocused fullName: TinyLife.Emotions.EmotionModifier.TinkerFocused type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TinkerFocused - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 163 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -3760,14 +2720,6 @@ items: nameWithType: EmotionModifier.TinkerFail fullName: TinyLife.Emotions.EmotionModifier.TinkerFail type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TinkerFail - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 164 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -3787,14 +2739,6 @@ items: nameWithType: EmotionModifier.LearnedUpgrade fullName: TinyLife.Emotions.EmotionModifier.LearnedUpgrade type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: LearnedUpgrade - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 165 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -3814,14 +2758,6 @@ items: nameWithType: EmotionModifier.ResearchUpgradesNegative fullName: TinyLife.Emotions.EmotionModifier.ResearchUpgradesNegative type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ResearchUpgradesNegative - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 166 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -3841,14 +2777,6 @@ items: nameWithType: EmotionModifier.PineappleOnPizzaNegative fullName: TinyLife.Emotions.EmotionModifier.PineappleOnPizzaNegative type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PineappleOnPizzaNegative - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 167 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -3868,14 +2796,6 @@ items: nameWithType: EmotionModifier.AdmiredFood fullName: TinyLife.Emotions.EmotionModifier.AdmiredFood type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AdmiredFood - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 168 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -3895,14 +2815,6 @@ items: nameWithType: EmotionModifier.AteNonPescetarianFood fullName: TinyLife.Emotions.EmotionModifier.AteNonPescetarianFood type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AteNonPescetarianFood - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 169 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -3922,14 +2834,6 @@ items: nameWithType: EmotionModifier.AteNonVegetarianFood fullName: TinyLife.Emotions.EmotionModifier.AteNonVegetarianFood type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AteNonVegetarianFood - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 170 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -3949,14 +2853,6 @@ items: nameWithType: EmotionModifier.AteNonVeganFood fullName: TinyLife.Emotions.EmotionModifier.AteNonVeganFood type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AteNonVeganFood - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 171 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -3976,14 +2872,6 @@ items: nameWithType: EmotionModifier.JobChoicePromptFailed fullName: TinyLife.Emotions.EmotionModifier.JobChoicePromptFailed type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: JobChoicePromptFailed - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 172 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -4003,14 +2891,6 @@ items: nameWithType: EmotionModifier.JobChoicePromptFailedPerformance fullName: TinyLife.Emotions.EmotionModifier.JobChoicePromptFailedPerformance type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: JobChoicePromptFailedPerformance - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 175 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -4030,14 +2910,6 @@ items: nameWithType: EmotionModifier.JobChoicePromptSuccess fullName: TinyLife.Emotions.EmotionModifier.JobChoicePromptSuccess type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: JobChoicePromptSuccess - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 178 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -4057,14 +2929,6 @@ items: nameWithType: EmotionModifier.JobChoicePromptSuccessPerformance fullName: TinyLife.Emotions.EmotionModifier.JobChoicePromptSuccessPerformance type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: JobChoicePromptSuccessPerformance - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 181 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -4084,14 +2948,6 @@ items: nameWithType: EmotionModifier.SuccessfulRummaging fullName: TinyLife.Emotions.EmotionModifier.SuccessfulRummaging type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SuccessfulRummaging - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 184 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -4111,14 +2967,6 @@ items: nameWithType: EmotionModifier.UnsuccessfulRummaging fullName: TinyLife.Emotions.EmotionModifier.UnsuccessfulRummaging type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: UnsuccessfulRummaging - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 185 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -4138,14 +2986,6 @@ items: nameWithType: EmotionModifier.FirstKiss fullName: TinyLife.Emotions.EmotionModifier.FirstKiss type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: FirstKiss - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 186 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -4165,14 +3005,6 @@ items: nameWithType: EmotionModifier.AgedUp fullName: TinyLife.Emotions.EmotionModifier.AgedUp type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AgedUp - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 187 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -4192,14 +3024,6 @@ items: nameWithType: EmotionModifier.BeenAdopted fullName: TinyLife.Emotions.EmotionModifier.BeenAdopted type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: BeenAdopted - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 188 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -4219,14 +3043,6 @@ items: nameWithType: EmotionModifier.AdoptedChild fullName: TinyLife.Emotions.EmotionModifier.AdoptedChild type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AdoptedChild - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 189 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -4246,14 +3062,6 @@ items: nameWithType: EmotionModifier.GoodStudyBook fullName: TinyLife.Emotions.EmotionModifier.GoodStudyBook type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GoodStudyBook - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 190 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -4273,14 +3081,6 @@ items: nameWithType: EmotionModifier.BadStudyBook fullName: TinyLife.Emotions.EmotionModifier.BadStudyBook type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: BadStudyBook - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 191 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -4300,14 +3100,6 @@ items: nameWithType: EmotionModifier.InspiringSkillBook fullName: TinyLife.Emotions.EmotionModifier.InspiringSkillBook type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: InspiringSkillBook - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 192 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -4327,14 +3119,6 @@ items: nameWithType: EmotionModifier.FocusingSkillBook fullName: TinyLife.Emotions.EmotionModifier.FocusingSkillBook type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: FocusingSkillBook - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 193 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -4354,14 +3138,6 @@ items: nameWithType: EmotionModifier.BoringSkillBook fullName: TinyLife.Emotions.EmotionModifier.BoringSkillBook type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: BoringSkillBook - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 194 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -4381,14 +3157,6 @@ items: nameWithType: EmotionModifier.StressfulSkillBook fullName: TinyLife.Emotions.EmotionModifier.StressfulSkillBook type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: StressfulSkillBook - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 195 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -4408,14 +3176,6 @@ items: nameWithType: EmotionModifier.EmbarrassingWorkConversation fullName: TinyLife.Emotions.EmotionModifier.EmbarrassingWorkConversation type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: EmbarrassingWorkConversation - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 196 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -4435,14 +3195,6 @@ items: nameWithType: EmotionModifier.FocusingLibraryInfo fullName: TinyLife.Emotions.EmotionModifier.FocusingLibraryInfo type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: FocusingLibraryInfo - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 199 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -4462,14 +3214,6 @@ items: nameWithType: EmotionModifier.InspiringLibraryInfo fullName: TinyLife.Emotions.EmotionModifier.InspiringLibraryInfo type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: InspiringLibraryInfo - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 200 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -4489,14 +3233,6 @@ items: nameWithType: EmotionModifier.BadLibraryInfo fullName: TinyLife.Emotions.EmotionModifier.BadLibraryInfo type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: BadLibraryInfo - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 201 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -4516,14 +3252,6 @@ items: nameWithType: EmotionModifier.AdmittedToCheating fullName: TinyLife.Emotions.EmotionModifier.AdmittedToCheating type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AdmittedToCheating - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 202 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -4543,14 +3271,6 @@ items: nameWithType: EmotionModifier.CheatedOn fullName: TinyLife.Emotions.EmotionModifier.CheatedOn type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CheatedOn - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 203 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -4570,14 +3290,6 @@ items: nameWithType: EmotionModifier.BrokeUpWithSomeone fullName: TinyLife.Emotions.EmotionModifier.BrokeUpWithSomeone type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: BrokeUpWithSomeone - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 204 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -4597,14 +3309,6 @@ items: nameWithType: EmotionModifier.SawPeopleKissing fullName: TinyLife.Emotions.EmotionModifier.SawPeopleKissing type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SawPeopleKissing - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 205 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -4624,14 +3328,6 @@ items: nameWithType: EmotionModifier.JungleGymPositive fullName: TinyLife.Emotions.EmotionModifier.JungleGymPositive type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: JungleGymPositive - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 206 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -4651,14 +3347,6 @@ items: nameWithType: EmotionModifier.JungleGymSocialPositive fullName: TinyLife.Emotions.EmotionModifier.JungleGymSocialPositive type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: JungleGymSocialPositive - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 207 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -4678,14 +3366,6 @@ items: nameWithType: EmotionModifier.JungleGymSocialNegative fullName: TinyLife.Emotions.EmotionModifier.JungleGymSocialNegative type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: JungleGymSocialNegative - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 208 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -4705,14 +3385,6 @@ items: nameWithType: EmotionModifier.ColoringBookRelaxing fullName: TinyLife.Emotions.EmotionModifier.ColoringBookRelaxing type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ColoringBookRelaxing - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 209 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -4732,14 +3404,6 @@ items: nameWithType: EmotionModifier.ColoringBookPositive fullName: TinyLife.Emotions.EmotionModifier.ColoringBookPositive type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ColoringBookPositive - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 210 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -4759,14 +3423,6 @@ items: nameWithType: EmotionModifier.ColoringBookNegative fullName: TinyLife.Emotions.EmotionModifier.ColoringBookNegative type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ColoringBookNegative - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 211 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -4786,14 +3442,6 @@ items: nameWithType: EmotionModifier.ThriftyBoughtCheapItem fullName: TinyLife.Emotions.EmotionModifier.ThriftyBoughtCheapItem type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ThriftyBoughtCheapItem - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 212 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -4813,14 +3461,6 @@ items: nameWithType: EmotionModifier.ThriftyBoughtExpensiveItem fullName: TinyLife.Emotions.EmotionModifier.ThriftyBoughtExpensiveItem type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ThriftyBoughtExpensiveItem - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 213 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -4840,14 +3480,6 @@ items: nameWithType: EmotionModifier.TastyTea fullName: TinyLife.Emotions.EmotionModifier.TastyTea type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TastyTea - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 214 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -4867,14 +3499,6 @@ items: nameWithType: EmotionModifier.OnVacation fullName: TinyLife.Emotions.EmotionModifier.OnVacation type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnVacation - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 215 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -4894,14 +3518,6 @@ items: nameWithType: EmotionModifier.ParentalLeave fullName: TinyLife.Emotions.EmotionModifier.ParentalLeave type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ParentalLeave - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 216 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -4921,14 +3537,6 @@ items: nameWithType: EmotionModifier.VacationDaysAgain fullName: TinyLife.Emotions.EmotionModifier.VacationDaysAgain type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: VacationDaysAgain - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 217 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -4948,14 +3556,6 @@ items: nameWithType: EmotionModifier.TooManyFoodRepeats fullName: TinyLife.Emotions.EmotionModifier.TooManyFoodRepeats type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TooManyFoodRepeats - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 218 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -4975,14 +3575,6 @@ items: nameWithType: EmotionModifier.ThrewUp fullName: TinyLife.Emotions.EmotionModifier.ThrewUp type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ThrewUp - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 219 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -5002,14 +3594,6 @@ items: nameWithType: EmotionModifier.AteStrawberrySandwichWithHoney fullName: TinyLife.Emotions.EmotionModifier.AteStrawberrySandwichWithHoney type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AteStrawberrySandwichWithHoney - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 220 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -5029,14 +3613,6 @@ items: nameWithType: EmotionModifier.GymTrainerPositive fullName: TinyLife.Emotions.EmotionModifier.GymTrainerPositive type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GymTrainerPositive - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 223 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -5056,14 +3632,6 @@ items: nameWithType: EmotionModifier.GymTrainerNegative fullName: TinyLife.Emotions.EmotionModifier.GymTrainerNegative type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GymTrainerNegative - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 224 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -5083,14 +3651,6 @@ items: nameWithType: EmotionModifier.PottySuccess fullName: TinyLife.Emotions.EmotionModifier.PottySuccess type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PottySuccess - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 225 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -5110,14 +3670,6 @@ items: nameWithType: EmotionModifier.PottyFail fullName: TinyLife.Emotions.EmotionModifier.PottyFail type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PottyFail - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 226 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -5137,14 +3689,6 @@ items: nameWithType: EmotionModifier.PottyNotListening fullName: TinyLife.Emotions.EmotionModifier.PottyNotListening type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PottyNotListening - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 227 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -5164,14 +3708,6 @@ items: nameWithType: EmotionModifier.AbortionEmotions fullName: TinyLife.Emotions.EmotionModifier.AbortionEmotions type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AbortionEmotions - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 228 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -5191,14 +3727,6 @@ items: nameWithType: EmotionModifier.DiaperRash fullName: TinyLife.Emotions.EmotionModifier.DiaperRash type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DiaperRash - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 230 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -5218,14 +3746,6 @@ items: nameWithType: EmotionModifier.GrossDiaperChange fullName: TinyLife.Emotions.EmotionModifier.GrossDiaperChange type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GrossDiaperChange - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 231 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -5245,14 +3765,6 @@ items: nameWithType: EmotionModifier.SuddenlyPregnant fullName: TinyLife.Emotions.EmotionModifier.SuddenlyPregnant type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SuddenlyPregnant - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 232 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -5272,14 +3784,6 @@ items: nameWithType: EmotionModifier.PregnancyTestPositive fullName: TinyLife.Emotions.EmotionModifier.PregnancyTestPositive type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PregnancyTestPositive - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 233 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -5299,14 +3803,6 @@ items: nameWithType: EmotionModifier.PregnancyTestNegative fullName: TinyLife.Emotions.EmotionModifier.PregnancyTestNegative type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PregnancyTestNegative - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 234 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -5326,14 +3822,6 @@ items: nameWithType: EmotionModifier.Drunk fullName: TinyLife.Emotions.EmotionModifier.Drunk type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Drunk - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 235 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -5353,14 +3841,6 @@ items: nameWithType: EmotionModifier.NoBabyBathtub fullName: TinyLife.Emotions.EmotionModifier.NoBabyBathtub type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: NoBabyBathtub - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 236 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -5380,14 +3860,6 @@ items: nameWithType: EmotionModifier.BabyBookPositive fullName: TinyLife.Emotions.EmotionModifier.BabyBookPositive type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: BabyBookPositive - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 237 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -5407,14 +3879,6 @@ items: nameWithType: EmotionModifier.BabyBookNegative fullName: TinyLife.Emotions.EmotionModifier.BabyBookNegative type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: BabyBookNegative - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 238 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -5434,14 +3898,6 @@ items: nameWithType: EmotionModifier.BabyBookHelpNegative fullName: TinyLife.Emotions.EmotionModifier.BabyBookHelpNegative type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: BabyBookHelpNegative - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 239 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -5461,14 +3917,6 @@ items: nameWithType: EmotionModifier.WritingFrenzy fullName: TinyLife.Emotions.EmotionModifier.WritingFrenzy type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: WritingFrenzy - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 240 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -5488,14 +3936,6 @@ items: nameWithType: EmotionModifier.UpgradedShowerEmotions fullName: TinyLife.Emotions.EmotionModifier.UpgradedShowerEmotions type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: UpgradedShowerEmotions - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 243 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -5515,14 +3955,6 @@ items: nameWithType: EmotionModifier.ViewPaintingPositive fullName: TinyLife.Emotions.EmotionModifier.ViewPaintingPositive type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ViewPaintingPositive - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 244 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -5542,14 +3974,6 @@ items: nameWithType: EmotionModifier.ViewPaintingFocused fullName: TinyLife.Emotions.EmotionModifier.ViewPaintingFocused type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ViewPaintingFocused - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 245 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -5569,14 +3993,6 @@ items: nameWithType: EmotionModifier.ViewPaintingNegative fullName: TinyLife.Emotions.EmotionModifier.ViewPaintingNegative type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ViewPaintingNegative - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 246 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -5596,14 +4012,6 @@ items: nameWithType: EmotionModifier.GoodPaintingAdvice fullName: TinyLife.Emotions.EmotionModifier.GoodPaintingAdvice type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GoodPaintingAdvice - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 247 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -5623,14 +4031,6 @@ items: nameWithType: EmotionModifier.BadPaintingAdvice fullName: TinyLife.Emotions.EmotionModifier.BadPaintingAdvice type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: BadPaintingAdvice - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 248 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -5650,14 +4050,6 @@ items: nameWithType: EmotionModifier.DaydreamEmotions fullName: TinyLife.Emotions.EmotionModifier.DaydreamEmotions type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DaydreamEmotions - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 249 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -5677,14 +4069,6 @@ items: nameWithType: EmotionModifier.Name fullName: TinyLife.Emotions.EmotionModifier.Name type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Name - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 358 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -5706,14 +4090,6 @@ items: nameWithType: EmotionModifier.Icon fullName: TinyLife.Emotions.EmotionModifier.Icon type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Icon - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 362 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -5735,14 +4111,6 @@ items: nameWithType: EmotionModifier.Emotion fullName: TinyLife.Emotions.EmotionModifier.Emotion type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Emotion - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 367 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -5767,14 +4135,6 @@ items: nameWithType: EmotionModifier.Condition fullName: TinyLife.Emotions.EmotionModifier.Condition type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Condition - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 373 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -5801,14 +4161,6 @@ items: nameWithType: EmotionModifier.DisplayName fullName: TinyLife.Emotions.EmotionModifier.DisplayName type: Property - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DisplayName - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 380 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -5837,14 +4189,6 @@ items: nameWithType: EmotionModifier.OnRanOut fullName: TinyLife.Emotions.EmotionModifier.OnRanOut type: Property - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnRanOut - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 384 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -5868,14 +4212,6 @@ items: nameWithType: EmotionModifier.OnConditionUnmet fullName: TinyLife.Emotions.EmotionModifier.OnConditionUnmet type: Property - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnConditionUnmet - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 388 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -5899,14 +4235,6 @@ items: nameWithType: EmotionModifier.EmotionModifier(string, TextureRegion, EmotionType, Func) fullName: TinyLife.Emotions.EmotionModifier.EmotionModifier(string, MLEM.Textures.TextureRegion, TinyLife.Emotions.EmotionType, System.Func) type: Constructor - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 397 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -5943,14 +4271,6 @@ items: nameWithType: EmotionModifier.EmotionModifier(string, TextureRegion, EmotionType, Func) fullName: TinyLife.Emotions.EmotionModifier.EmotionModifier(string, MLEM.Textures.TextureRegion, TinyLife.Emotions.EmotionType, System.Func) type: Constructor - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 411 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -5987,14 +4307,6 @@ items: nameWithType: EmotionModifier.GetDisplayName(EmotionModifier.Instance) fullName: TinyLife.Emotions.EmotionModifier.GetDisplayName(TinyLife.Emotions.EmotionModifier.Instance) type: Method - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetDisplayName - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 420 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -6026,14 +4338,6 @@ items: nameWithType: EmotionModifier.Register(EmotionModifier) fullName: TinyLife.Emotions.EmotionModifier.Register(TinyLife.Emotions.EmotionModifier) type: Method - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Register - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 433 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -6061,14 +4365,6 @@ items: nameWithType: EmotionModifier.IfHasPersonality(PersonLike, PersonalityType, Func) fullName: TinyLife.Emotions.EmotionModifier.IfHasPersonality(TinyLife.Objects.PersonLike, TinyLife.PersonalityType, System.Func) type: Method - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IfHasPersonality - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 448 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -6107,14 +4403,6 @@ items: nameWithType: EmotionModifier.IsObjectAround(PersonLike, int, Func) fullName: TinyLife.Emotions.EmotionModifier.IsObjectAround(TinyLife.Objects.PersonLike, int, System.Func) type: Method - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IsObjectAround - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 461 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 17da199..c4c77ba 100644 --- a/docs/api/TinyLife.Emotions.EmotionType.TypeCategory.yml +++ b/docs/api/TinyLife.Emotions.EmotionType.TypeCategory.yml @@ -15,14 +15,6 @@ items: nameWithType: EmotionType.TypeCategory fullName: TinyLife.Emotions.EmotionType.TypeCategory type: Enum - source: - remote: - path: TinyLife/Emotions/EmotionType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TypeCategory - path: ../TinyLife/Emotions/EmotionType.cs - startLine: 99 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -47,14 +39,6 @@ items: nameWithType: EmotionType.TypeCategory.Negative fullName: TinyLife.Emotions.EmotionType.TypeCategory.Negative type: Field - source: - remote: - path: TinyLife/Emotions/EmotionType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Negative - path: ../TinyLife/Emotions/EmotionType.cs - startLine: 104 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -75,14 +59,6 @@ items: nameWithType: EmotionType.TypeCategory.Positive fullName: TinyLife.Emotions.EmotionType.TypeCategory.Positive type: Field - source: - remote: - path: TinyLife/Emotions/EmotionType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Positive - path: ../TinyLife/Emotions/EmotionType.cs - startLine: 108 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -103,14 +79,6 @@ items: nameWithType: EmotionType.TypeCategory.Neutral fullName: TinyLife.Emotions.EmotionType.TypeCategory.Neutral type: Field - source: - remote: - path: TinyLife/Emotions/EmotionType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Neutral - path: ../TinyLife/Emotions/EmotionType.cs - startLine: 112 assemblies: - Tiny Life namespace: TinyLife.Emotions diff --git a/docs/api/TinyLife.Emotions.EmotionType.yml b/docs/api/TinyLife.Emotions.EmotionType.yml index 641777d..f162165 100644 --- a/docs/api/TinyLife.Emotions.EmotionType.yml +++ b/docs/api/TinyLife.Emotions.EmotionType.yml @@ -37,14 +37,6 @@ items: nameWithType: EmotionType fullName: TinyLife.Emotions.EmotionType type: Class - source: - remote: - path: TinyLife/Emotions/EmotionType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: EmotionType - path: ../TinyLife/Emotions/EmotionType.cs - startLine: 16 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -85,14 +77,6 @@ items: nameWithType: EmotionType.Types fullName: TinyLife.Emotions.EmotionType.Types type: Field - source: - remote: - path: TinyLife/Emotions/EmotionType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Types - path: ../TinyLife/Emotions/EmotionType.cs - startLine: 23 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -114,14 +98,6 @@ items: nameWithType: EmotionType.Fine fullName: TinyLife.Emotions.EmotionType.Fine type: Field - source: - remote: - path: TinyLife/Emotions/EmotionType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Fine - path: ../TinyLife/Emotions/EmotionType.cs - startLine: 26 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -141,14 +117,6 @@ items: nameWithType: EmotionType.Uncomfortable fullName: TinyLife.Emotions.EmotionType.Uncomfortable type: Field - source: - remote: - path: TinyLife/Emotions/EmotionType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Uncomfortable - path: ../TinyLife/Emotions/EmotionType.cs - startLine: 27 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -168,14 +136,6 @@ items: nameWithType: EmotionType.Happy fullName: TinyLife.Emotions.EmotionType.Happy type: Field - source: - remote: - path: TinyLife/Emotions/EmotionType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Happy - path: ../TinyLife/Emotions/EmotionType.cs - startLine: 28 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -195,14 +155,6 @@ items: nameWithType: EmotionType.Asleep fullName: TinyLife.Emotions.EmotionType.Asleep type: Field - source: - remote: - path: TinyLife/Emotions/EmotionType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Asleep - path: ../TinyLife/Emotions/EmotionType.cs - startLine: 29 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -222,14 +174,6 @@ items: nameWithType: EmotionType.Embarrassed fullName: TinyLife.Emotions.EmotionType.Embarrassed type: Field - source: - remote: - path: TinyLife/Emotions/EmotionType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Embarrassed - path: ../TinyLife/Emotions/EmotionType.cs - startLine: 30 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -249,14 +193,6 @@ items: nameWithType: EmotionType.Sad fullName: TinyLife.Emotions.EmotionType.Sad type: Field - source: - remote: - path: TinyLife/Emotions/EmotionType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Sad - path: ../TinyLife/Emotions/EmotionType.cs - startLine: 31 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -276,14 +212,6 @@ items: nameWithType: EmotionType.Bored fullName: TinyLife.Emotions.EmotionType.Bored type: Field - source: - remote: - path: TinyLife/Emotions/EmotionType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Bored - path: ../TinyLife/Emotions/EmotionType.cs - startLine: 32 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -303,14 +231,6 @@ items: nameWithType: EmotionType.Frisky fullName: TinyLife.Emotions.EmotionType.Frisky type: Field - source: - remote: - path: TinyLife/Emotions/EmotionType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Frisky - path: ../TinyLife/Emotions/EmotionType.cs - startLine: 33 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -330,14 +250,6 @@ items: nameWithType: EmotionType.Creative fullName: TinyLife.Emotions.EmotionType.Creative type: Field - source: - remote: - path: TinyLife/Emotions/EmotionType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Creative - path: ../TinyLife/Emotions/EmotionType.cs - startLine: 34 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -357,14 +269,6 @@ items: nameWithType: EmotionType.Focused fullName: TinyLife.Emotions.EmotionType.Focused type: Field - source: - remote: - path: TinyLife/Emotions/EmotionType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Focused - path: ../TinyLife/Emotions/EmotionType.cs - startLine: 35 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -384,14 +288,6 @@ items: nameWithType: EmotionType.Stunned fullName: TinyLife.Emotions.EmotionType.Stunned type: Field - source: - remote: - path: TinyLife/Emotions/EmotionType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Stunned - path: ../TinyLife/Emotions/EmotionType.cs - startLine: 36 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -411,14 +307,6 @@ items: nameWithType: EmotionType.Angry fullName: TinyLife.Emotions.EmotionType.Angry type: Field - source: - remote: - path: TinyLife/Emotions/EmotionType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Angry - path: ../TinyLife/Emotions/EmotionType.cs - startLine: 37 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -438,14 +326,6 @@ items: nameWithType: EmotionType.Energetic fullName: TinyLife.Emotions.EmotionType.Energetic type: Field - source: - remote: - path: TinyLife/Emotions/EmotionType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Energetic - path: ../TinyLife/Emotions/EmotionType.cs - startLine: 38 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -465,14 +345,6 @@ items: nameWithType: EmotionType.Uneasy fullName: TinyLife.Emotions.EmotionType.Uneasy type: Field - source: - remote: - path: TinyLife/Emotions/EmotionType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Uneasy - path: ../TinyLife/Emotions/EmotionType.cs - startLine: 39 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -492,14 +364,6 @@ items: nameWithType: EmotionType.Relaxed fullName: TinyLife.Emotions.EmotionType.Relaxed type: Field - source: - remote: - path: TinyLife/Emotions/EmotionType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Relaxed - path: ../TinyLife/Emotions/EmotionType.cs - startLine: 40 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -519,14 +383,6 @@ items: nameWithType: EmotionType.Confident fullName: TinyLife.Emotions.EmotionType.Confident type: Field - source: - remote: - path: TinyLife/Emotions/EmotionType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Confident - path: ../TinyLife/Emotions/EmotionType.cs - startLine: 41 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -546,14 +402,6 @@ items: nameWithType: EmotionType.Goofy fullName: TinyLife.Emotions.EmotionType.Goofy type: Field - source: - remote: - path: TinyLife/Emotions/EmotionType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Goofy - path: ../TinyLife/Emotions/EmotionType.cs - startLine: 42 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -573,14 +421,6 @@ items: nameWithType: EmotionType.Name fullName: TinyLife.Emotions.EmotionType.Name type: Field - source: - remote: - path: TinyLife/Emotions/EmotionType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Name - path: ../TinyLife/Emotions/EmotionType.cs - startLine: 48 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -602,14 +442,6 @@ items: nameWithType: EmotionType.Icon fullName: TinyLife.Emotions.EmotionType.Icon type: Field - source: - remote: - path: TinyLife/Emotions/EmotionType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Icon - path: ../TinyLife/Emotions/EmotionType.cs - startLine: 52 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -631,14 +463,6 @@ items: nameWithType: EmotionType.Color fullName: TinyLife.Emotions.EmotionType.Color type: Field - source: - remote: - path: TinyLife/Emotions/EmotionType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Color - path: ../TinyLife/Emotions/EmotionType.cs - startLine: 57 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -663,14 +487,6 @@ items: nameWithType: EmotionType.Category fullName: TinyLife.Emotions.EmotionType.Category type: Field - source: - remote: - path: TinyLife/Emotions/EmotionType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Category - path: ../TinyLife/Emotions/EmotionType.cs - startLine: 62 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -695,14 +511,6 @@ items: nameWithType: EmotionType.Priority fullName: TinyLife.Emotions.EmotionType.Priority type: Property - source: - remote: - path: TinyLife/Emotions/EmotionType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Priority - path: ../TinyLife/Emotions/EmotionType.cs - startLine: 68 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -729,14 +537,6 @@ items: nameWithType: EmotionType.EmotionType(string, TextureRegion, Color, EmotionType.TypeCategory) fullName: TinyLife.Emotions.EmotionType.EmotionType(string, MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Color, TinyLife.Emotions.EmotionType.TypeCategory) type: Constructor - source: - remote: - path: TinyLife/Emotions/EmotionType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Emotions/EmotionType.cs - startLine: 77 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -773,14 +573,6 @@ items: nameWithType: EmotionType.Register(EmotionType) fullName: TinyLife.Emotions.EmotionType.Register(TinyLife.Emotions.EmotionType) type: Method - source: - remote: - path: TinyLife/Emotions/EmotionType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Register - path: ../TinyLife/Emotions/EmotionType.cs - startLine: 89 assemblies: - Tiny Life namespace: TinyLife.Emotions diff --git a/docs/api/TinyLife.Emotions.IEmotionSource.yml b/docs/api/TinyLife.Emotions.IEmotionSource.yml index b97c8bc..684491c 100644 --- a/docs/api/TinyLife.Emotions.IEmotionSource.yml +++ b/docs/api/TinyLife.Emotions.IEmotionSource.yml @@ -13,14 +13,6 @@ items: nameWithType: IEmotionSource fullName: TinyLife.Emotions.IEmotionSource type: Interface - source: - remote: - path: TinyLife/Emotions/IEmotionSource.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IEmotionSource - path: ../TinyLife/Emotions/IEmotionSource.cs - startLine: 14 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -49,14 +41,6 @@ items: nameWithType: IEmotionSource.SourceString fullName: TinyLife.Emotions.IEmotionSource.SourceString type: Property - source: - remote: - path: TinyLife/Emotions/IEmotionSource.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SourceString - path: ../TinyLife/Emotions/IEmotionSource.cs - startLine: 19 assemblies: - Tiny Life namespace: TinyLife.Emotions diff --git a/docs/api/TinyLife.GameImpl.GameMode.yml b/docs/api/TinyLife.GameImpl.GameMode.yml index a9ce897..dde556d 100644 --- a/docs/api/TinyLife.GameImpl.GameMode.yml +++ b/docs/api/TinyLife.GameImpl.GameMode.yml @@ -19,14 +19,6 @@ items: nameWithType: GameImpl.GameMode fullName: TinyLife.GameImpl.GameMode type: Enum - source: - remote: - path: TinyLife/GameImpl.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GameMode - path: ../TinyLife/GameImpl.cs - startLine: 1472 assemblies: - Tiny Life namespace: TinyLife @@ -48,14 +40,6 @@ items: nameWithType: GameImpl.GameMode.InitialLoad fullName: TinyLife.GameImpl.GameMode.InitialLoad type: Field - source: - remote: - path: TinyLife/GameImpl.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: InitialLoad - path: ../TinyLife/GameImpl.cs - startLine: 1475 assemblies: - Tiny Life namespace: TinyLife @@ -76,14 +60,6 @@ items: nameWithType: GameImpl.GameMode.Splash fullName: TinyLife.GameImpl.GameMode.Splash type: Field - source: - remote: - path: TinyLife/GameImpl.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Splash - path: ../TinyLife/GameImpl.cs - startLine: 1477 assemblies: - Tiny Life namespace: TinyLife @@ -104,14 +80,6 @@ items: nameWithType: GameImpl.GameMode.MainMenu fullName: TinyLife.GameImpl.GameMode.MainMenu type: Field - source: - remote: - path: TinyLife/GameImpl.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: MainMenu - path: ../TinyLife/GameImpl.cs - startLine: 1479 assemblies: - Tiny Life namespace: TinyLife @@ -132,14 +100,6 @@ items: nameWithType: GameImpl.GameMode.SelectHousehold fullName: TinyLife.GameImpl.GameMode.SelectHousehold type: Field - source: - remote: - path: TinyLife/GameImpl.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SelectHousehold - path: ../TinyLife/GameImpl.cs - startLine: 1481 assemblies: - Tiny Life namespace: TinyLife @@ -160,14 +120,6 @@ items: nameWithType: GameImpl.GameMode.InGameHousehold fullName: TinyLife.GameImpl.GameMode.InGameHousehold type: Field - source: - remote: - path: TinyLife/GameImpl.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: InGameHousehold - path: ../TinyLife/GameImpl.cs - startLine: 1483 assemblies: - Tiny Life namespace: TinyLife @@ -188,14 +140,6 @@ items: nameWithType: GameImpl.GameMode.BuildOnly fullName: TinyLife.GameImpl.GameMode.BuildOnly type: Field - source: - remote: - path: TinyLife/GameImpl.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: BuildOnly - path: ../TinyLife/GameImpl.cs - startLine: 1485 assemblies: - Tiny Life namespace: TinyLife @@ -216,14 +160,6 @@ items: nameWithType: GameImpl.GameMode.CharacterCreation fullName: TinyLife.GameImpl.GameMode.CharacterCreation type: Field - source: - remote: - path: TinyLife/GameImpl.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CharacterCreation - path: ../TinyLife/GameImpl.cs - startLine: 1487 assemblies: - Tiny Life namespace: TinyLife diff --git a/docs/api/TinyLife.GameImpl.yml b/docs/api/TinyLife.GameImpl.yml index a531a0c..271dec2 100644 --- a/docs/api/TinyLife.GameImpl.yml +++ b/docs/api/TinyLife.GameImpl.yml @@ -53,14 +53,6 @@ items: nameWithType: GameImpl fullName: TinyLife.GameImpl type: Class - source: - remote: - path: TinyLife/GameImpl.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GameImpl - path: ../TinyLife/GameImpl.cs - startLine: 58 assemblies: - Tiny Life namespace: TinyLife @@ -104,7 +96,7 @@ items: - Microsoft.Xna.Framework.Game.EndRun - Microsoft.Xna.Framework.Game.UnloadContent - Microsoft.Xna.Framework.Game.Initialize - - Microsoft.Xna.Framework.Game.OnExiting(System.Object,System.EventArgs) + - Microsoft.Xna.Framework.Game.OnExiting(System.Object,Microsoft.Xna.Framework.ExitingEventArgs) - Microsoft.Xna.Framework.Game.OnActivated(System.Object,System.EventArgs) - Microsoft.Xna.Framework.Game.OnDeactivated(System.Object,System.EventArgs) - Microsoft.Xna.Framework.Game.LaunchParameters @@ -143,14 +135,6 @@ items: nameWithType: GameImpl.Version fullName: TinyLife.GameImpl.Version type: Field - source: - remote: - path: TinyLife/GameImpl.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Version - path: ../TinyLife/GameImpl.cs - startLine: 63 assemblies: - Tiny Life namespace: TinyLife @@ -172,14 +156,6 @@ items: nameWithType: GameImpl.Instance fullName: TinyLife.GameImpl.Instance type: Property - source: - remote: - path: TinyLife/GameImpl.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Instance - path: ../TinyLife/GameImpl.cs - startLine: 68 assemblies: - Tiny Life namespace: TinyLife @@ -203,14 +179,6 @@ items: nameWithType: GameImpl.Achievements fullName: TinyLife.GameImpl.Achievements type: Field - source: - remote: - path: TinyLife/GameImpl.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Achievements - path: ../TinyLife/GameImpl.cs - startLine: 76 assemblies: - Tiny Life namespace: TinyLife @@ -237,14 +205,6 @@ items: nameWithType: GameImpl.GraphicsMetrics fullName: TinyLife.GameImpl.GraphicsMetrics type: Property - source: - remote: - path: TinyLife/GameImpl.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GraphicsMetrics - path: ../TinyLife/GameImpl.cs - startLine: 82 assemblies: - Tiny Life namespace: TinyLife @@ -268,14 +228,6 @@ items: nameWithType: GameImpl.Camera fullName: TinyLife.GameImpl.Camera type: Property - source: - remote: - path: TinyLife/GameImpl.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Camera - path: ../TinyLife/GameImpl.cs - startLine: 86 assemblies: - Tiny Life namespace: TinyLife @@ -299,14 +251,6 @@ items: nameWithType: GameImpl.Listener fullName: TinyLife.GameImpl.Listener type: Property - source: - remote: - path: TinyLife/GameImpl.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Listener - path: ../TinyLife/GameImpl.cs - startLine: 90 assemblies: - Tiny Life namespace: TinyLife @@ -330,14 +274,6 @@ items: nameWithType: GameImpl.CurrentTool fullName: TinyLife.GameImpl.CurrentTool type: Property - source: - remote: - path: TinyLife/GameImpl.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CurrentTool - path: ../TinyLife/GameImpl.cs - startLine: 94 assemblies: - Tiny Life namespace: TinyLife @@ -361,14 +297,6 @@ items: nameWithType: GameImpl.CurrentHousehold fullName: TinyLife.GameImpl.CurrentHousehold type: Property - source: - remote: - path: TinyLife/GameImpl.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CurrentHousehold - path: ../TinyLife/GameImpl.cs - startLine: 109 assemblies: - Tiny Life namespace: TinyLife @@ -392,14 +320,6 @@ items: nameWithType: GameImpl.Money fullName: TinyLife.GameImpl.Money type: Property - source: - remote: - path: TinyLife/GameImpl.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Money - path: ../TinyLife/GameImpl.cs - startLine: 113 assemblies: - Tiny Life namespace: TinyLife @@ -423,14 +343,6 @@ items: nameWithType: GameImpl.CurrentLot fullName: TinyLife.GameImpl.CurrentLot type: Property - source: - remote: - path: TinyLife/GameImpl.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CurrentLot - path: ../TinyLife/GameImpl.cs - startLine: 123 assemblies: - Tiny Life namespace: TinyLife @@ -454,14 +366,6 @@ items: nameWithType: GameImpl.Speed fullName: TinyLife.GameImpl.Speed type: Property - source: - remote: - path: TinyLife/GameImpl.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Speed - path: ../TinyLife/GameImpl.cs - startLine: 129 assemblies: - Tiny Life namespace: TinyLife @@ -490,14 +394,6 @@ items: nameWithType: GameImpl.FollowingPerson fullName: TinyLife.GameImpl.FollowingPerson type: Property - source: - remote: - path: TinyLife/GameImpl.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: FollowingPerson - path: ../TinyLife/GameImpl.cs - startLine: 142 assemblies: - Tiny Life namespace: TinyLife @@ -521,14 +417,6 @@ items: nameWithType: GameImpl.SaveName fullName: TinyLife.GameImpl.SaveName type: Property - source: - remote: - path: TinyLife/GameImpl.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SaveName - path: ../TinyLife/GameImpl.cs - startLine: 146 assemblies: - Tiny Life namespace: TinyLife @@ -552,14 +440,6 @@ items: nameWithType: GameImpl.Mode fullName: TinyLife.GameImpl.Mode type: Property - source: - remote: - path: TinyLife/GameImpl.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Mode - path: ../TinyLife/GameImpl.cs - startLine: 150 assemblies: - Tiny Life namespace: TinyLife @@ -583,14 +463,6 @@ items: nameWithType: GameImpl.CursorPosition fullName: TinyLife.GameImpl.CursorPosition type: Property - source: - remote: - path: TinyLife/GameImpl.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CursorPosition - path: ../TinyLife/GameImpl.cs - startLine: 155 assemblies: - Tiny Life namespace: TinyLife @@ -617,14 +489,6 @@ items: nameWithType: GameImpl.CurrentCursor fullName: TinyLife.GameImpl.CurrentCursor type: Field - source: - remote: - path: TinyLife/GameImpl.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CurrentCursor - path: ../TinyLife/GameImpl.cs - startLine: 160 assemblies: - Tiny Life namespace: TinyLife @@ -649,14 +513,6 @@ items: nameWithType: GameImpl.CurrentMaps fullName: TinyLife.GameImpl.CurrentMaps type: Property - source: - remote: - path: TinyLife/GameImpl.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CurrentMaps - path: ../TinyLife/GameImpl.cs - startLine: 165 assemblies: - Tiny Life namespace: TinyLife @@ -683,14 +539,6 @@ items: nameWithType: GameImpl.CurrentMap fullName: TinyLife.GameImpl.CurrentMap type: Property - source: - remote: - path: TinyLife/GameImpl.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CurrentMap - path: ../TinyLife/GameImpl.cs - startLine: 170 assemblies: - Tiny Life namespace: TinyLife @@ -717,14 +565,6 @@ items: nameWithType: GameImpl.OnFinalizingGameContent fullName: TinyLife.GameImpl.OnFinalizingGameContent type: Event - source: - remote: - path: TinyLife/GameImpl.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnFinalizingGameContent - path: ../TinyLife/GameImpl.cs - startLine: 176 assemblies: - Tiny Life namespace: TinyLife @@ -749,14 +589,6 @@ items: nameWithType: GameImpl.OnFinishedLoading fullName: TinyLife.GameImpl.OnFinishedLoading type: Event - source: - remote: - path: TinyLife/GameImpl.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnFinishedLoading - path: ../TinyLife/GameImpl.cs - startLine: 180 assemblies: - Tiny Life namespace: TinyLife @@ -778,14 +610,6 @@ items: nameWithType: GameImpl.OnSwitchGameMode fullName: TinyLife.GameImpl.OnSwitchGameMode type: Event - source: - remote: - path: TinyLife/GameImpl.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnSwitchGameMode - path: ../TinyLife/GameImpl.cs - startLine: 184 assemblies: - Tiny Life namespace: TinyLife @@ -807,14 +631,6 @@ items: nameWithType: GameImpl.LoadContent() fullName: TinyLife.GameImpl.LoadContent() type: Method - source: - remote: - path: TinyLife/GameImpl.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: LoadContent - path: ../TinyLife/GameImpl.cs - startLine: 280 assemblies: - Tiny Life namespace: TinyLife @@ -836,14 +652,6 @@ items: nameWithType: GameImpl.DoUpdate(GameTime) fullName: TinyLife.GameImpl.DoUpdate(Microsoft.Xna.Framework.GameTime) type: Method - source: - remote: - path: TinyLife/GameImpl.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DoUpdate - path: ../TinyLife/GameImpl.cs - startLine: 330 assemblies: - Tiny Life namespace: TinyLife @@ -872,14 +680,6 @@ items: nameWithType: GameImpl.DoDraw(GameTime) fullName: TinyLife.GameImpl.DoDraw(Microsoft.Xna.Framework.GameTime) type: Method - source: - remote: - path: TinyLife/GameImpl.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DoDraw - path: ../TinyLife/GameImpl.cs - startLine: 641 assemblies: - Tiny Life namespace: TinyLife @@ -908,17 +708,10 @@ items: nameWithType: GameImpl.Dispose(bool) fullName: TinyLife.GameImpl.Dispose(bool) type: Method - source: - remote: - path: TinyLife/GameImpl.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Dispose - path: ../TinyLife/GameImpl.cs - startLine: 677 assemblies: - Tiny Life namespace: TinyLife + summary: '' example: [] syntax: content: protected override void Dispose(bool disposing) @@ -942,14 +735,6 @@ items: nameWithType: GameImpl.RotateCamera(bool) fullName: TinyLife.GameImpl.RotateCamera(bool) type: Method - source: - remote: - path: TinyLife/GameImpl.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RotateCamera - path: ../TinyLife/GameImpl.cs - startLine: 700 assemblies: - Tiny Life namespace: TinyLife @@ -977,14 +762,6 @@ items: nameWithType: GameImpl.ZoomCamera(int) fullName: TinyLife.GameImpl.ZoomCamera(int) type: Method - source: - remote: - path: TinyLife/GameImpl.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ZoomCamera - path: ../TinyLife/GameImpl.cs - startLine: 716 assemblies: - Tiny Life namespace: TinyLife @@ -1012,14 +789,6 @@ items: nameWithType: GameImpl.IsCursorOnUi() fullName: TinyLife.GameImpl.IsCursorOnUi() type: Method - source: - remote: - path: TinyLife/GameImpl.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IsCursorOnUi - path: ../TinyLife/GameImpl.cs - startLine: 728 assemblies: - Tiny Life namespace: TinyLife @@ -1043,14 +812,6 @@ items: nameWithType: GameImpl.SwitchGameMode(GameImpl.GameMode) fullName: TinyLife.GameImpl.SwitchGameMode(TinyLife.GameImpl.GameMode) type: Method - source: - remote: - path: TinyLife/GameImpl.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SwitchGameMode - path: ../TinyLife/GameImpl.cs - startLine: 740 assemblies: - Tiny Life namespace: TinyLife @@ -1078,14 +839,6 @@ items: nameWithType: GameImpl.SwitchMap(Map, Action, Action) fullName: TinyLife.GameImpl.SwitchMap(TinyLife.World.Map, System.Action, System.Action) type: Method - source: - remote: - path: TinyLife/GameImpl.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SwitchMap - path: ../TinyLife/GameImpl.cs - startLine: 849 assemblies: - Tiny Life namespace: TinyLife @@ -1116,14 +869,6 @@ items: nameWithType: GameImpl.CanBeExtremelyFast() fullName: TinyLife.GameImpl.CanBeExtremelyFast() type: Method - source: - remote: - path: TinyLife/GameImpl.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CanBeExtremelyFast - path: ../TinyLife/GameImpl.cs - startLine: 876 assemblies: - Tiny Life namespace: TinyLife @@ -1150,14 +895,6 @@ items: nameWithType: GameImpl.CanSwitchGameModes() fullName: TinyLife.GameImpl.CanSwitchGameModes() type: Method - source: - remote: - path: TinyLife/GameImpl.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CanSwitchGameModes - path: ../TinyLife/GameImpl.cs - startLine: 887 assemblies: - Tiny Life namespace: TinyLife @@ -1184,14 +921,6 @@ items: nameWithType: GameImpl.FadeKeyboardLighting(Color) fullName: TinyLife.GameImpl.FadeKeyboardLighting(Microsoft.Xna.Framework.Color) type: Method - source: - remote: - path: TinyLife/GameImpl.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: FadeKeyboardLighting - path: ../TinyLife/GameImpl.cs - startLine: 902 assemblies: - Tiny Life namespace: TinyLife @@ -1219,14 +948,6 @@ items: nameWithType: GameImpl.TakeScreenshot(Point, RectangleF?, Matrix?, RenderTarget2D) fullName: TinyLife.GameImpl.TakeScreenshot(Microsoft.Xna.Framework.Point, MLEM.Maths.RectangleF?, Microsoft.Xna.Framework.Matrix?, Microsoft.Xna.Framework.Graphics.RenderTarget2D) type: Method - source: - remote: - path: TinyLife/GameImpl.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TakeScreenshot - path: ../TinyLife/GameImpl.cs - startLine: 928 assemblies: - Tiny Life namespace: TinyLife @@ -1260,14 +981,6 @@ items: nameWithType: GameImpl.MarkLotVisible(Lot) fullName: TinyLife.GameImpl.MarkLotVisible(TinyLife.World.Lot) type: Method - source: - remote: - path: TinyLife/GameImpl.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: MarkLotVisible - path: ../TinyLife/GameImpl.cs - startLine: 956 assemblies: - Tiny Life namespace: TinyLife @@ -1297,14 +1010,6 @@ items: nameWithType: GameImpl.MarkLotNonVisible(Lot) fullName: TinyLife.GameImpl.MarkLotNonVisible(TinyLife.World.Lot) type: Method - source: - remote: - path: TinyLife/GameImpl.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: MarkLotNonVisible - path: ../TinyLife/GameImpl.cs - startLine: 972 assemblies: - Tiny Life namespace: TinyLife @@ -1329,14 +1034,6 @@ items: nameWithType: GameImpl.IsLotVisible(Lot) fullName: TinyLife.GameImpl.IsLotVisible(TinyLife.World.Lot) type: Method - source: - remote: - path: TinyLife/GameImpl.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IsLotVisible - path: ../TinyLife/GameImpl.cs - startLine: 983 assemblies: - Tiny Life namespace: TinyLife @@ -1367,14 +1064,6 @@ items: nameWithType: GameImpl.FollowPerson(PersonLike, bool, Action) fullName: TinyLife.GameImpl.FollowPerson(TinyLife.Objects.PersonLike, bool, System.Action) type: Method - source: - remote: - path: TinyLife/GameImpl.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: FollowPerson - path: ../TinyLife/GameImpl.cs - startLine: 996 assemblies: - Tiny Life namespace: TinyLife @@ -1411,14 +1100,6 @@ items: nameWithType: GameImpl.AddMapToSave(PerSaveOptions.MapInfo, Action) fullName: TinyLife.GameImpl.AddMapToSave(TinyLife.PerSaveOptions.MapInfo, System.Action) type: Method - source: - remote: - path: TinyLife/GameImpl.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AddMapToSave - path: ../TinyLife/GameImpl.cs - startLine: 1028 assemblies: - Tiny Life namespace: TinyLife @@ -1449,14 +1130,6 @@ items: nameWithType: GameImpl.RemoveMapFromSave(Map) fullName: TinyLife.GameImpl.RemoveMapFromSave(TinyLife.World.Map) type: Method - source: - remote: - path: TinyLife/GameImpl.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RemoveMapFromSave - path: ../TinyLife/GameImpl.cs - startLine: 1051 assemblies: - Tiny Life namespace: TinyLife @@ -1481,14 +1154,6 @@ items: nameWithType: GameImpl.CompleteAchievement(AchievementType) fullName: TinyLife.GameImpl.CompleteAchievement(TinyLife.Goals.AchievementType) type: Method - source: - remote: - path: TinyLife/GameImpl.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CompleteAchievement - path: ../TinyLife/GameImpl.cs - startLine: 1062 assemblies: - Tiny Life namespace: TinyLife @@ -2001,19 +1666,19 @@ references: isExternal: true - name: ( - name: ) -- uid: Microsoft.Xna.Framework.Game.OnExiting(System.Object,System.EventArgs) - commentId: M:Microsoft.Xna.Framework.Game.OnExiting(System.Object,System.EventArgs) +- uid: Microsoft.Xna.Framework.Game.OnExiting(System.Object,Microsoft.Xna.Framework.ExitingEventArgs) + commentId: M:Microsoft.Xna.Framework.Game.OnExiting(System.Object,Microsoft.Xna.Framework.ExitingEventArgs) parent: Microsoft.Xna.Framework.Game isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: OnExiting(object, EventArgs) - nameWithType: Game.OnExiting(object, EventArgs) - fullName: Microsoft.Xna.Framework.Game.OnExiting(object, System.EventArgs) - nameWithType.vb: Game.OnExiting(Object, EventArgs) - fullName.vb: Microsoft.Xna.Framework.Game.OnExiting(Object, System.EventArgs) - name.vb: OnExiting(Object, EventArgs) + name: OnExiting(object, ExitingEventArgs) + nameWithType: Game.OnExiting(object, ExitingEventArgs) + fullName: Microsoft.Xna.Framework.Game.OnExiting(object, Microsoft.Xna.Framework.ExitingEventArgs) + nameWithType.vb: Game.OnExiting(Object, ExitingEventArgs) + fullName.vb: Microsoft.Xna.Framework.Game.OnExiting(Object, Microsoft.Xna.Framework.ExitingEventArgs) + name.vb: OnExiting(Object, ExitingEventArgs) spec.csharp: - - uid: Microsoft.Xna.Framework.Game.OnExiting(System.Object,System.EventArgs) + - uid: Microsoft.Xna.Framework.Game.OnExiting(System.Object,Microsoft.Xna.Framework.ExitingEventArgs) name: OnExiting isExternal: true - name: ( @@ -2023,13 +1688,12 @@ references: href: https://learn.microsoft.com/dotnet/api/system.object - name: ',' - name: " " - - uid: System.EventArgs - name: EventArgs + - uid: Microsoft.Xna.Framework.ExitingEventArgs + name: ExitingEventArgs isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.eventargs - name: ) spec.vb: - - uid: Microsoft.Xna.Framework.Game.OnExiting(System.Object,System.EventArgs) + - uid: Microsoft.Xna.Framework.Game.OnExiting(System.Object,Microsoft.Xna.Framework.ExitingEventArgs) name: OnExiting isExternal: true - name: ( @@ -2039,10 +1703,9 @@ references: href: https://learn.microsoft.com/dotnet/api/system.object - name: ',' - name: " " - - uid: System.EventArgs - name: EventArgs + - uid: Microsoft.Xna.Framework.ExitingEventArgs + name: ExitingEventArgs isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.eventargs - name: ) - uid: Microsoft.Xna.Framework.Game.OnActivated(System.Object,System.EventArgs) commentId: M:Microsoft.Xna.Framework.Game.OnActivated(System.Object,System.EventArgs) diff --git a/docs/api/TinyLife.GameSpeed.yml b/docs/api/TinyLife.GameSpeed.yml index 0b7df0b..efdac61 100644 --- a/docs/api/TinyLife.GameSpeed.yml +++ b/docs/api/TinyLife.GameSpeed.yml @@ -17,14 +17,6 @@ items: nameWithType: GameSpeed fullName: TinyLife.GameSpeed type: Enum - source: - remote: - path: TinyLife/Options.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GameSpeed - path: ../TinyLife/Options.cs - startLine: 634 assemblies: - Tiny Life namespace: TinyLife @@ -49,14 +41,6 @@ items: nameWithType: GameSpeed.Paused fullName: TinyLife.GameSpeed.Paused type: Field - source: - remote: - path: TinyLife/Options.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Paused - path: ../TinyLife/Options.cs - startLine: 639 assemblies: - Tiny Life namespace: TinyLife @@ -77,14 +61,6 @@ items: nameWithType: GameSpeed.Regular fullName: TinyLife.GameSpeed.Regular type: Field - source: - remote: - path: TinyLife/Options.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Regular - path: ../TinyLife/Options.cs - startLine: 643 assemblies: - Tiny Life namespace: TinyLife @@ -105,14 +81,6 @@ items: nameWithType: GameSpeed.Fast fullName: TinyLife.GameSpeed.Fast type: Field - source: - remote: - path: TinyLife/Options.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Fast - path: ../TinyLife/Options.cs - startLine: 647 assemblies: - Tiny Life namespace: TinyLife @@ -133,14 +101,6 @@ items: nameWithType: GameSpeed.VeryFast fullName: TinyLife.GameSpeed.VeryFast type: Field - source: - remote: - path: TinyLife/Options.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: VeryFast - path: ../TinyLife/Options.cs - startLine: 651 assemblies: - Tiny Life namespace: TinyLife @@ -161,14 +121,6 @@ items: nameWithType: GameSpeed.ExtremelyFast fullName: TinyLife.GameSpeed.ExtremelyFast type: Field - source: - remote: - path: TinyLife/Options.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ExtremelyFast - path: ../TinyLife/Options.cs - startLine: 656 assemblies: - Tiny Life namespace: TinyLife diff --git a/docs/api/TinyLife.GenealogyType.yml b/docs/api/TinyLife.GenealogyType.yml index cbebf2f..6bdc0d6 100644 --- a/docs/api/TinyLife.GenealogyType.yml +++ b/docs/api/TinyLife.GenealogyType.yml @@ -22,14 +22,6 @@ items: nameWithType: GenealogyType fullName: TinyLife.GenealogyType type: Enum - source: - remote: - path: TinyLife/Relationship.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GenealogyType - path: ../TinyLife/Relationship.cs - startLine: 551 assemblies: - Tiny Life namespace: TinyLife @@ -44,7 +36,7 @@ items: extensionMethods: - TinyLife.GenealogyType.TinyLife.Utilities.Extensions.GetOpposite - TinyLife.GenealogyType.TinyLife.Utilities.Extensions.GetTransitive(TinyLife.GenealogyType) - - TinyLife.GenealogyType.TinyLife.Utilities.Extensions.IsAgeAppropriate(TinyLife.Objects.AgeGroup) + - TinyLife.GenealogyType.TinyLife.Utilities.Extensions.IsAgeAppropriate(TinyLife.Objects.AgeGroup,TinyLife.Objects.AgeGroup) - TinyLife.GenealogyType.TinyLife.Utilities.Extensions.JsonCopy``1 - uid: TinyLife.GenealogyType.Unrelated commentId: F:TinyLife.GenealogyType.Unrelated @@ -57,14 +49,6 @@ items: nameWithType: GenealogyType.Unrelated fullName: TinyLife.GenealogyType.Unrelated type: Field - source: - remote: - path: TinyLife/Relationship.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Unrelated - path: ../TinyLife/Relationship.cs - startLine: 556 assemblies: - Tiny Life namespace: TinyLife @@ -85,14 +69,6 @@ items: nameWithType: GenealogyType.Parent fullName: TinyLife.GenealogyType.Parent type: Field - source: - remote: - path: TinyLife/Relationship.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Parent - path: ../TinyLife/Relationship.cs - startLine: 560 assemblies: - Tiny Life namespace: TinyLife @@ -113,14 +89,6 @@ items: nameWithType: GenealogyType.Child fullName: TinyLife.GenealogyType.Child type: Field - source: - remote: - path: TinyLife/Relationship.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Child - path: ../TinyLife/Relationship.cs - startLine: 564 assemblies: - Tiny Life namespace: TinyLife @@ -141,14 +109,6 @@ items: nameWithType: GenealogyType.Sibling fullName: TinyLife.GenealogyType.Sibling type: Field - source: - remote: - path: TinyLife/Relationship.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Sibling - path: ../TinyLife/Relationship.cs - startLine: 568 assemblies: - Tiny Life namespace: TinyLife @@ -169,14 +129,6 @@ items: nameWithType: GenealogyType.Nibling fullName: TinyLife.GenealogyType.Nibling type: Field - source: - remote: - path: TinyLife/Relationship.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Nibling - path: ../TinyLife/Relationship.cs - startLine: 572 assemblies: - Tiny Life namespace: TinyLife @@ -197,14 +149,6 @@ items: nameWithType: GenealogyType.Pibling fullName: TinyLife.GenealogyType.Pibling type: Field - source: - remote: - path: TinyLife/Relationship.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Pibling - path: ../TinyLife/Relationship.cs - startLine: 576 assemblies: - Tiny Life namespace: TinyLife @@ -225,14 +169,6 @@ items: nameWithType: GenealogyType.Grandparent fullName: TinyLife.GenealogyType.Grandparent type: Field - source: - remote: - path: TinyLife/Relationship.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Grandparent - path: ../TinyLife/Relationship.cs - startLine: 580 assemblies: - Tiny Life namespace: TinyLife @@ -253,14 +189,6 @@ items: nameWithType: GenealogyType.Grandchild fullName: TinyLife.GenealogyType.Grandchild type: Field - source: - remote: - path: TinyLife/Relationship.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Grandchild - path: ../TinyLife/Relationship.cs - startLine: 584 assemblies: - Tiny Life namespace: TinyLife @@ -281,14 +209,6 @@ items: nameWithType: GenealogyType.Cousin fullName: TinyLife.GenealogyType.Cousin type: Field - source: - remote: - path: TinyLife/Relationship.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Cousin - path: ../TinyLife/Relationship.cs - startLine: 588 assemblies: - Tiny Life namespace: TinyLife @@ -309,14 +229,6 @@ items: nameWithType: GenealogyType.DistantlyRelated fullName: TinyLife.GenealogyType.DistantlyRelated type: Field - source: - remote: - path: TinyLife/Relationship.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DistantlyRelated - path: ../TinyLife/Relationship.cs - startLine: 592 assemblies: - Tiny Life namespace: TinyLife @@ -402,38 +314,48 @@ references: name: GenealogyType href: TinyLife.GenealogyType.html - name: ) -- uid: TinyLife.GenealogyType.TinyLife.Utilities.Extensions.IsAgeAppropriate(TinyLife.Objects.AgeGroup) - commentId: M:TinyLife.Utilities.Extensions.IsAgeAppropriate(TinyLife.GenealogyType,TinyLife.Objects.AgeGroup) +- uid: TinyLife.GenealogyType.TinyLife.Utilities.Extensions.IsAgeAppropriate(TinyLife.Objects.AgeGroup,TinyLife.Objects.AgeGroup) + commentId: M:TinyLife.Utilities.Extensions.IsAgeAppropriate(TinyLife.GenealogyType,TinyLife.Objects.AgeGroup,TinyLife.Objects.AgeGroup) parent: TinyLife.Utilities.Extensions - definition: TinyLife.Utilities.Extensions.IsAgeAppropriate(TinyLife.GenealogyType,TinyLife.Objects.AgeGroup) - href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_IsAgeAppropriate_TinyLife_GenealogyType_TinyLife_Objects_AgeGroup_ - name: IsAgeAppropriate(GenealogyType, AgeGroup) - nameWithType: Extensions.IsAgeAppropriate(GenealogyType, AgeGroup) - fullName: TinyLife.Utilities.Extensions.IsAgeAppropriate(TinyLife.GenealogyType, TinyLife.Objects.AgeGroup) + definition: TinyLife.Utilities.Extensions.IsAgeAppropriate(TinyLife.GenealogyType,TinyLife.Objects.AgeGroup,TinyLife.Objects.AgeGroup) + href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_IsAgeAppropriate_TinyLife_GenealogyType_TinyLife_Objects_AgeGroup_TinyLife_Objects_AgeGroup_ + name: IsAgeAppropriate(GenealogyType, AgeGroup, AgeGroup) + nameWithType: Extensions.IsAgeAppropriate(GenealogyType, AgeGroup, AgeGroup) + fullName: TinyLife.Utilities.Extensions.IsAgeAppropriate(TinyLife.GenealogyType, TinyLife.Objects.AgeGroup, TinyLife.Objects.AgeGroup) spec.csharp: - - uid: TinyLife.Utilities.Extensions.IsAgeAppropriate(TinyLife.GenealogyType,TinyLife.Objects.AgeGroup) + - uid: TinyLife.Utilities.Extensions.IsAgeAppropriate(TinyLife.GenealogyType,TinyLife.Objects.AgeGroup,TinyLife.Objects.AgeGroup) name: IsAgeAppropriate - href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_IsAgeAppropriate_TinyLife_GenealogyType_TinyLife_Objects_AgeGroup_ + href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_IsAgeAppropriate_TinyLife_GenealogyType_TinyLife_Objects_AgeGroup_TinyLife_Objects_AgeGroup_ - name: ( - uid: TinyLife.GenealogyType name: GenealogyType href: TinyLife.GenealogyType.html - name: ',' - name: " " + - uid: TinyLife.Objects.AgeGroup + name: AgeGroup + href: TinyLife.Objects.AgeGroup.html + - name: ',' + - name: " " - uid: TinyLife.Objects.AgeGroup name: AgeGroup href: TinyLife.Objects.AgeGroup.html - name: ) spec.vb: - - uid: TinyLife.Utilities.Extensions.IsAgeAppropriate(TinyLife.GenealogyType,TinyLife.Objects.AgeGroup) + - uid: TinyLife.Utilities.Extensions.IsAgeAppropriate(TinyLife.GenealogyType,TinyLife.Objects.AgeGroup,TinyLife.Objects.AgeGroup) name: IsAgeAppropriate - href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_IsAgeAppropriate_TinyLife_GenealogyType_TinyLife_Objects_AgeGroup_ + href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_IsAgeAppropriate_TinyLife_GenealogyType_TinyLife_Objects_AgeGroup_TinyLife_Objects_AgeGroup_ - name: ( - uid: TinyLife.GenealogyType name: GenealogyType href: TinyLife.GenealogyType.html - name: ',' - name: " " + - uid: TinyLife.Objects.AgeGroup + name: AgeGroup + href: TinyLife.Objects.AgeGroup.html + - name: ',' + - name: " " - uid: TinyLife.Objects.AgeGroup name: AgeGroup href: TinyLife.Objects.AgeGroup.html @@ -544,36 +466,46 @@ references: name: GenealogyType href: TinyLife.GenealogyType.html - name: ) -- uid: TinyLife.Utilities.Extensions.IsAgeAppropriate(TinyLife.GenealogyType,TinyLife.Objects.AgeGroup) - commentId: M:TinyLife.Utilities.Extensions.IsAgeAppropriate(TinyLife.GenealogyType,TinyLife.Objects.AgeGroup) - href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_IsAgeAppropriate_TinyLife_GenealogyType_TinyLife_Objects_AgeGroup_ - name: IsAgeAppropriate(GenealogyType, AgeGroup) - nameWithType: Extensions.IsAgeAppropriate(GenealogyType, AgeGroup) - fullName: TinyLife.Utilities.Extensions.IsAgeAppropriate(TinyLife.GenealogyType, TinyLife.Objects.AgeGroup) +- uid: TinyLife.Utilities.Extensions.IsAgeAppropriate(TinyLife.GenealogyType,TinyLife.Objects.AgeGroup,TinyLife.Objects.AgeGroup) + commentId: M:TinyLife.Utilities.Extensions.IsAgeAppropriate(TinyLife.GenealogyType,TinyLife.Objects.AgeGroup,TinyLife.Objects.AgeGroup) + href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_IsAgeAppropriate_TinyLife_GenealogyType_TinyLife_Objects_AgeGroup_TinyLife_Objects_AgeGroup_ + name: IsAgeAppropriate(GenealogyType, AgeGroup, AgeGroup) + nameWithType: Extensions.IsAgeAppropriate(GenealogyType, AgeGroup, AgeGroup) + fullName: TinyLife.Utilities.Extensions.IsAgeAppropriate(TinyLife.GenealogyType, TinyLife.Objects.AgeGroup, TinyLife.Objects.AgeGroup) spec.csharp: - - uid: TinyLife.Utilities.Extensions.IsAgeAppropriate(TinyLife.GenealogyType,TinyLife.Objects.AgeGroup) + - uid: TinyLife.Utilities.Extensions.IsAgeAppropriate(TinyLife.GenealogyType,TinyLife.Objects.AgeGroup,TinyLife.Objects.AgeGroup) name: IsAgeAppropriate - href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_IsAgeAppropriate_TinyLife_GenealogyType_TinyLife_Objects_AgeGroup_ + href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_IsAgeAppropriate_TinyLife_GenealogyType_TinyLife_Objects_AgeGroup_TinyLife_Objects_AgeGroup_ - name: ( - uid: TinyLife.GenealogyType name: GenealogyType href: TinyLife.GenealogyType.html - name: ',' - name: " " + - uid: TinyLife.Objects.AgeGroup + name: AgeGroup + href: TinyLife.Objects.AgeGroup.html + - name: ',' + - name: " " - uid: TinyLife.Objects.AgeGroup name: AgeGroup href: TinyLife.Objects.AgeGroup.html - name: ) spec.vb: - - uid: TinyLife.Utilities.Extensions.IsAgeAppropriate(TinyLife.GenealogyType,TinyLife.Objects.AgeGroup) + - uid: TinyLife.Utilities.Extensions.IsAgeAppropriate(TinyLife.GenealogyType,TinyLife.Objects.AgeGroup,TinyLife.Objects.AgeGroup) name: IsAgeAppropriate - href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_IsAgeAppropriate_TinyLife_GenealogyType_TinyLife_Objects_AgeGroup_ + href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_IsAgeAppropriate_TinyLife_GenealogyType_TinyLife_Objects_AgeGroup_TinyLife_Objects_AgeGroup_ - name: ( - uid: TinyLife.GenealogyType name: GenealogyType href: TinyLife.GenealogyType.html - name: ',' - name: " " + - uid: TinyLife.Objects.AgeGroup + name: AgeGroup + href: TinyLife.Objects.AgeGroup.html + - name: ',' + - name: " " - uid: TinyLife.Objects.AgeGroup name: AgeGroup href: TinyLife.Objects.AgeGroup.html diff --git a/docs/api/TinyLife.Goals.Achievement.yml b/docs/api/TinyLife.Goals.Achievement.yml index fb52c31..d8c8320 100644 --- a/docs/api/TinyLife.Goals.Achievement.yml +++ b/docs/api/TinyLife.Goals.Achievement.yml @@ -20,14 +20,6 @@ items: nameWithType: Achievement fullName: TinyLife.Goals.Achievement type: Class - source: - remote: - path: TinyLife/Goals/Achievement.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Achievement - path: ../TinyLife/Goals/Achievement.cs - startLine: 167 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -72,14 +64,6 @@ items: nameWithType: Achievement.Type fullName: TinyLife.Goals.Achievement.Type type: Field - source: - remote: - path: TinyLife/Goals/Achievement.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Type - path: ../TinyLife/Goals/Achievement.cs - startLine: 174 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -111,14 +95,6 @@ items: nameWithType: Achievement.Goals fullName: TinyLife.Goals.Achievement.Goals type: Property - source: - remote: - path: TinyLife/Goals/Achievement.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Goals - path: ../TinyLife/Goals/Achievement.cs - startLine: 178 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -156,14 +132,6 @@ items: nameWithType: Achievement.Completed fullName: TinyLife.Goals.Achievement.Completed type: Property - source: - remote: - path: TinyLife/Goals/Achievement.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Completed - path: ../TinyLife/Goals/Achievement.cs - startLine: 184 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -204,14 +172,6 @@ items: nameWithType: Achievement.Achievement(AchievementType, GoalSet) fullName: TinyLife.Goals.Achievement.Achievement(TinyLife.Goals.AchievementType, TinyLife.Goals.GoalSet) type: Constructor - source: - remote: - path: TinyLife/Goals/Achievement.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Goals/Achievement.cs - startLine: 193 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -245,14 +205,6 @@ items: nameWithType: Achievement.Update(GameTime, TimeSpan, float) fullName: TinyLife.Goals.Achievement.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) type: Method - source: - remote: - path: TinyLife/Goals/Achievement.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Update - path: ../TinyLife/Goals/Achievement.cs - startLine: 205 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -289,14 +241,6 @@ items: nameWithType: Achievement.CreateElement() fullName: TinyLife.Goals.Achievement.CreateElement() type: Method - source: - remote: - path: TinyLife/Goals/Achievement.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CreateElement - path: ../TinyLife/Goals/Achievement.cs - startLine: 215 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -323,14 +267,6 @@ items: nameWithType: Achievement.Validate() fullName: TinyLife.Goals.Achievement.Validate() type: Method - source: - remote: - path: TinyLife/Goals/Achievement.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Validate - path: ../TinyLife/Goals/Achievement.cs - startLine: 247 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -354,14 +290,6 @@ items: nameWithType: Achievement.Complete() fullName: TinyLife.Goals.Achievement.Complete() type: Method - source: - remote: - path: TinyLife/Goals/Achievement.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Complete - path: ../TinyLife/Goals/Achievement.cs - startLine: 255 assemblies: - Tiny Life namespace: TinyLife.Goals diff --git a/docs/api/TinyLife.Goals.AchievementType.yml b/docs/api/TinyLife.Goals.AchievementType.yml index f357fcb..51b3b04 100644 --- a/docs/api/TinyLife.Goals.AchievementType.yml +++ b/docs/api/TinyLife.Goals.AchievementType.yml @@ -25,14 +25,6 @@ items: nameWithType: AchievementType fullName: TinyLife.Goals.AchievementType type: Class - source: - remote: - path: TinyLife/Goals/Achievement.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AchievementType - path: ../TinyLife/Goals/Achievement.cs - startLine: 26 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -73,14 +65,6 @@ items: nameWithType: AchievementType.Types fullName: TinyLife.Goals.AchievementType.Types type: Field - source: - remote: - path: TinyLife/Goals/Achievement.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Types - path: ../TinyLife/Goals/Achievement.cs - startLine: 33 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -102,14 +86,6 @@ items: nameWithType: AchievementType.SomeoneDiesOnYourLot fullName: TinyLife.Goals.AchievementType.SomeoneDiesOnYourLot type: Field - source: - remote: - path: TinyLife/Goals/Achievement.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SomeoneDiesOnYourLot - path: ../TinyLife/Goals/Achievement.cs - startLine: 36 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -129,14 +105,6 @@ items: nameWithType: AchievementType.DieOnPublicLot fullName: TinyLife.Goals.AchievementType.DieOnPublicLot type: Field - source: - remote: - path: TinyLife/Goals/Achievement.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DieOnPublicLot - path: ../TinyLife/Goals/Achievement.cs - startLine: 37 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -156,14 +124,6 @@ items: nameWithType: AchievementType.HiddenTrash fullName: TinyLife.Goals.AchievementType.HiddenTrash type: Field - source: - remote: - path: TinyLife/Goals/Achievement.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: HiddenTrash - path: ../TinyLife/Goals/Achievement.cs - startLine: 38 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -183,14 +143,6 @@ items: nameWithType: AchievementType.Name fullName: TinyLife.Goals.AchievementType.Name type: Field - source: - remote: - path: TinyLife/Goals/Achievement.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Name - path: ../TinyLife/Goals/Achievement.cs - startLine: 71 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -212,14 +164,6 @@ items: nameWithType: AchievementType.Icon fullName: TinyLife.Goals.AchievementType.Icon type: Field - source: - remote: - path: TinyLife/Goals/Achievement.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Icon - path: ../TinyLife/Goals/Achievement.cs - startLine: 75 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -241,14 +185,6 @@ items: nameWithType: AchievementType.Goals fullName: TinyLife.Goals.AchievementType.Goals type: Field - source: - remote: - path: TinyLife/Goals/Achievement.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Goals - path: ../TinyLife/Goals/Achievement.cs - startLine: 80 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -273,14 +209,6 @@ items: nameWithType: AchievementType.Hidden fullName: TinyLife.Goals.AchievementType.Hidden type: Field - source: - remote: - path: TinyLife/Goals/Achievement.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Hidden - path: ../TinyLife/Goals/Achievement.cs - startLine: 84 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -302,14 +230,6 @@ items: nameWithType: AchievementType.DisplayName fullName: TinyLife.Goals.AchievementType.DisplayName type: Property - source: - remote: - path: TinyLife/Goals/Achievement.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DisplayName - path: ../TinyLife/Goals/Achievement.cs - startLine: 89 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -333,14 +253,6 @@ items: nameWithType: AchievementType.AchievementType(string, TextureRegion, GoalInfo, bool) fullName: TinyLife.Goals.AchievementType.AchievementType(string, MLEM.Textures.TextureRegion, TinyLife.Goals.GoalInfo, bool) type: Constructor - source: - remote: - path: TinyLife/Goals/Achievement.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Goals/Achievement.cs - startLine: 98 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -377,14 +289,6 @@ items: nameWithType: AchievementType.AchievementType(string, TextureRegion, GoalSetInfo, bool) fullName: TinyLife.Goals.AchievementType.AchievementType(string, MLEM.Textures.TextureRegion, TinyLife.Goals.GoalSetInfo, bool) type: Constructor - source: - remote: - path: TinyLife/Goals/Achievement.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Goals/Achievement.cs - startLine: 107 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -421,14 +325,6 @@ items: nameWithType: AchievementType.Construct() fullName: TinyLife.Goals.AchievementType.Construct() type: Method - source: - remote: - path: TinyLife/Goals/Achievement.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Construct - path: ../TinyLife/Goals/Achievement.cs - startLine: 118 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -452,14 +348,6 @@ items: nameWithType: AchievementType.Register(AchievementType) fullName: TinyLife.Goals.AchievementType.Register(TinyLife.Goals.AchievementType) type: Method - source: - remote: - path: TinyLife/Goals/Achievement.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Register - path: ../TinyLife/Goals/Achievement.cs - startLine: 127 assemblies: - Tiny Life namespace: TinyLife.Goals diff --git a/docs/api/TinyLife.Goals.AmountGoal.yml b/docs/api/TinyLife.Goals.AmountGoal.yml index 02e4b70..45e8947 100644 --- a/docs/api/TinyLife.Goals.AmountGoal.yml +++ b/docs/api/TinyLife.Goals.AmountGoal.yml @@ -17,14 +17,6 @@ items: nameWithType: AmountGoal fullName: TinyLife.Goals.AmountGoal type: Class - source: - remote: - path: TinyLife/Goals/AmountGoal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AmountGoal - path: ../TinyLife/Goals/AmountGoal.cs - startLine: 9 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -76,14 +68,6 @@ items: nameWithType: AmountGoal.AmountGoal(GoalSet, AutoGoalInfo) fullName: TinyLife.Goals.AmountGoal.AmountGoal(TinyLife.Goals.GoalSet, TinyLife.Goals.AutoGoalInfo) type: Constructor - source: - remote: - path: TinyLife/Goals/AmountGoal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Goals/AmountGoal.cs - startLine: 15 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -111,14 +95,6 @@ items: nameWithType: AmountGoal.GetProgress() fullName: TinyLife.Goals.AmountGoal.GetProgress() type: Method - source: - remote: - path: TinyLife/Goals/AmountGoal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetProgress - path: ../TinyLife/Goals/AmountGoal.cs - startLine: 21 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -143,14 +119,6 @@ items: nameWithType: AmountGoal.Reset() fullName: TinyLife.Goals.AmountGoal.Reset() type: Method - source: - remote: - path: TinyLife/Goals/AmountGoal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Reset - path: ../TinyLife/Goals/AmountGoal.cs - startLine: 26 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -172,14 +140,6 @@ items: nameWithType: AmountGoal.GetDisplayedProgress(bool) fullName: TinyLife.Goals.AmountGoal.GetDisplayedProgress(bool) type: Method - source: - remote: - path: TinyLife/Goals/AmountGoal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetDisplayedProgress - path: ../TinyLife/Goals/AmountGoal.cs - startLine: 31 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -213,14 +173,6 @@ items: nameWithType: AmountGoal.Trigger(float) fullName: TinyLife.Goals.AmountGoal.Trigger(float) type: Method - source: - remote: - path: TinyLife/Goals/AmountGoal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Trigger - path: ../TinyLife/Goals/AmountGoal.cs - startLine: 36 assemblies: - Tiny Life namespace: TinyLife.Goals diff --git a/docs/api/TinyLife.Goals.AutoGoalInfo.yml b/docs/api/TinyLife.Goals.AutoGoalInfo.yml index 30a271c..23b20d9 100644 --- a/docs/api/TinyLife.Goals.AutoGoalInfo.yml +++ b/docs/api/TinyLife.Goals.AutoGoalInfo.yml @@ -20,14 +20,6 @@ items: nameWithType: AutoGoalInfo fullName: TinyLife.Goals.AutoGoalInfo type: Class - source: - remote: - path: TinyLife/Goals/GoalInfo.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AutoGoalInfo - path: ../TinyLife/Goals/GoalInfo.cs - startLine: 45 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -71,14 +63,6 @@ items: nameWithType: AutoGoalInfo.Triggers fullName: TinyLife.Goals.AutoGoalInfo.Triggers type: Field - source: - remote: - path: TinyLife/Goals/GoalInfo.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Triggers - path: ../TinyLife/Goals/GoalInfo.cs - startLine: 51 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -103,14 +87,6 @@ items: nameWithType: AutoGoalInfo.Condition fullName: TinyLife.Goals.AutoGoalInfo.Condition type: Field - source: - remote: - path: TinyLife/Goals/GoalInfo.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Condition - path: ../TinyLife/Goals/GoalInfo.cs - startLine: 56 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -135,14 +111,6 @@ items: nameWithType: AutoGoalInfo.AutoGoalInfo(string, GoalTrigger[], Func, Func) fullName: TinyLife.Goals.AutoGoalInfo.AutoGoalInfo(string, TinyLife.Goals.GoalTrigger[], System.Func, System.Func) type: Constructor - source: - remote: - path: TinyLife/Goals/GoalInfo.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Goals/GoalInfo.cs - startLine: 71 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -182,14 +150,6 @@ items: nameWithType: AutoGoalInfo.Timed(string, TimeSpan, Func, params GoalTrigger[]) fullName: TinyLife.Goals.AutoGoalInfo.Timed(string, System.TimeSpan, System.Func, params TinyLife.Goals.GoalTrigger[]) type: Method - source: - remote: - path: TinyLife/Goals/GoalInfo.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Timed - path: ../TinyLife/Goals/GoalInfo.cs - startLine: 89 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -235,14 +195,6 @@ items: nameWithType: AutoGoalInfo.Amount(string, float, Func, params GoalTrigger[]) fullName: TinyLife.Goals.AutoGoalInfo.Amount(string, float, System.Func, params TinyLife.Goals.GoalTrigger[]) type: Method - source: - remote: - path: TinyLife/Goals/GoalInfo.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Amount - path: ../TinyLife/Goals/GoalInfo.cs - startLine: 104 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -288,14 +240,6 @@ items: nameWithType: AutoGoalInfo.Distinct(string, int, Func, Func, params GoalTrigger[]) fullName: TinyLife.Goals.AutoGoalInfo.Distinct(string, int, System.Func, System.Func, params TinyLife.Goals.GoalTrigger[]) type: Method - source: - remote: - path: TinyLife/Goals/GoalInfo.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Distinct - path: ../TinyLife/Goals/GoalInfo.cs - startLine: 121 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -346,14 +290,6 @@ items: nameWithType: AutoGoalInfo.Distinct(string, IEnumerable, Func, Func, params GoalTrigger[]) fullName: TinyLife.Goals.AutoGoalInfo.Distinct(string, System.Collections.Generic.IEnumerable, System.Func, System.Func, params TinyLife.Goals.GoalTrigger[]) type: Method - source: - remote: - path: TinyLife/Goals/GoalInfo.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Distinct - path: ../TinyLife/Goals/GoalInfo.cs - startLine: 141 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -404,14 +340,6 @@ items: nameWithType: AutoGoalInfo.Conditioned(string, Func, params GoalTrigger[]) fullName: TinyLife.Goals.AutoGoalInfo.Conditioned(string, System.Func, params TinyLife.Goals.GoalTrigger[]) type: Method - source: - remote: - path: TinyLife/Goals/GoalInfo.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Conditioned - path: ../TinyLife/Goals/GoalInfo.cs - startLine: 158 assemblies: - Tiny Life namespace: TinyLife.Goals diff --git a/docs/api/TinyLife.Goals.AutoTriggerGoal-1.yml b/docs/api/TinyLife.Goals.AutoTriggerGoal-1.yml index 29462b7..243db9e 100644 --- a/docs/api/TinyLife.Goals.AutoTriggerGoal-1.yml +++ b/docs/api/TinyLife.Goals.AutoTriggerGoal-1.yml @@ -16,14 +16,6 @@ items: nameWithType: AutoTriggerGoal fullName: TinyLife.Goals.AutoTriggerGoal type: Class - source: - remote: - path: TinyLife/Goals/AutoTriggerGoal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AutoTriggerGoal - path: ../TinyLife/Goals/AutoTriggerGoal.cs - startLine: 35 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -85,14 +77,6 @@ items: nameWithType: AutoTriggerGoal.AutoTriggerGoal(GoalSet, AutoGoalInfo) fullName: TinyLife.Goals.AutoTriggerGoal.AutoTriggerGoal(TinyLife.Goals.GoalSet, TinyLife.Goals.AutoGoalInfo) type: Constructor - source: - remote: - path: TinyLife/Goals/AutoTriggerGoal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Goals/AutoTriggerGoal.cs - startLine: 38 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -120,14 +104,6 @@ items: nameWithType: AutoTriggerGoal.Trigger(T) fullName: TinyLife.Goals.AutoTriggerGoal.Trigger(T) type: Method - source: - remote: - path: TinyLife/Goals/AutoTriggerGoal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Trigger - path: ../TinyLife/Goals/AutoTriggerGoal.cs - startLine: 41 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -157,14 +133,6 @@ items: nameWithType: AutoTriggerGoal.Trigger(object) fullName: TinyLife.Goals.AutoTriggerGoal.Trigger(object) type: Method - source: - remote: - path: TinyLife/Goals/AutoTriggerGoal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Trigger - path: ../TinyLife/Goals/AutoTriggerGoal.cs - startLine: 44 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -196,14 +164,6 @@ items: nameWithType: AutoTriggerGoal.CanTrigger(object, GoalTrigger, object) fullName: TinyLife.Goals.AutoTriggerGoal.CanTrigger(object, TinyLife.Goals.GoalTrigger, object) type: Method - source: - remote: - path: TinyLife/Goals/AutoTriggerGoal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CanTrigger - path: ../TinyLife/Goals/AutoTriggerGoal.cs - startLine: 49 assemblies: - Tiny Life namespace: TinyLife.Goals diff --git a/docs/api/TinyLife.Goals.AutoTriggerGoal.yml b/docs/api/TinyLife.Goals.AutoTriggerGoal.yml index 8d85692..cf40734 100644 --- a/docs/api/TinyLife.Goals.AutoTriggerGoal.yml +++ b/docs/api/TinyLife.Goals.AutoTriggerGoal.yml @@ -15,14 +15,6 @@ items: nameWithType: AutoTriggerGoal fullName: TinyLife.Goals.AutoTriggerGoal type: Class - source: - remote: - path: TinyLife/Goals/AutoTriggerGoal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AutoTriggerGoal - path: ../TinyLife/Goals/AutoTriggerGoal.cs - startLine: 8 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -75,14 +67,6 @@ items: nameWithType: AutoTriggerGoal.AutoTriggerGoal(GoalSet, AutoGoalInfo) fullName: TinyLife.Goals.AutoTriggerGoal.AutoTriggerGoal(TinyLife.Goals.GoalSet, TinyLife.Goals.AutoGoalInfo) type: Constructor - source: - remote: - path: TinyLife/Goals/AutoTriggerGoal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Goals/AutoTriggerGoal.cs - startLine: 11 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -110,14 +94,6 @@ items: nameWithType: AutoTriggerGoal.Trigger(object) fullName: TinyLife.Goals.AutoTriggerGoal.Trigger(object) type: Method - source: - remote: - path: TinyLife/Goals/AutoTriggerGoal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Trigger - path: ../TinyLife/Goals/AutoTriggerGoal.cs - startLine: 18 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -148,14 +124,6 @@ items: nameWithType: AutoTriggerGoal.CanTrigger(object, GoalTrigger, object) fullName: TinyLife.Goals.AutoTriggerGoal.CanTrigger(object, TinyLife.Goals.GoalTrigger, object) type: Method - source: - remote: - path: TinyLife/Goals/AutoTriggerGoal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CanTrigger - path: ../TinyLife/Goals/AutoTriggerGoal.cs - startLine: 28 assemblies: - Tiny Life namespace: TinyLife.Goals diff --git a/docs/api/TinyLife.Goals.ConditionedGoal.yml b/docs/api/TinyLife.Goals.ConditionedGoal.yml index df1d4b2..d58788f 100644 --- a/docs/api/TinyLife.Goals.ConditionedGoal.yml +++ b/docs/api/TinyLife.Goals.ConditionedGoal.yml @@ -17,14 +17,6 @@ items: nameWithType: ConditionedGoal fullName: TinyLife.Goals.ConditionedGoal type: Class - source: - remote: - path: TinyLife/Goals/ConditionedGoal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ConditionedGoal - path: ../TinyLife/Goals/ConditionedGoal.cs - startLine: 8 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -76,14 +68,6 @@ items: nameWithType: ConditionedGoal.ConditionedGoal(GoalSet, AutoGoalInfo) fullName: TinyLife.Goals.ConditionedGoal.ConditionedGoal(TinyLife.Goals.GoalSet, TinyLife.Goals.AutoGoalInfo) type: Constructor - source: - remote: - path: TinyLife/Goals/ConditionedGoal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Goals/ConditionedGoal.cs - startLine: 14 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -111,14 +95,6 @@ items: nameWithType: ConditionedGoal.GetProgress() fullName: TinyLife.Goals.ConditionedGoal.GetProgress() type: Method - source: - remote: - path: TinyLife/Goals/ConditionedGoal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetProgress - path: ../TinyLife/Goals/ConditionedGoal.cs - startLine: 17 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -143,14 +119,6 @@ items: nameWithType: ConditionedGoal.Reset() fullName: TinyLife.Goals.ConditionedGoal.Reset() type: Method - source: - remote: - path: TinyLife/Goals/ConditionedGoal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Reset - path: ../TinyLife/Goals/ConditionedGoal.cs - startLine: 22 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -172,14 +140,6 @@ items: nameWithType: ConditionedGoal.GetDisplayedProgress(bool) fullName: TinyLife.Goals.ConditionedGoal.GetDisplayedProgress(bool) type: Method - source: - remote: - path: TinyLife/Goals/ConditionedGoal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetDisplayedProgress - path: ../TinyLife/Goals/ConditionedGoal.cs - startLine: 27 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -213,14 +173,6 @@ items: nameWithType: ConditionedGoal.Trigger(bool) fullName: TinyLife.Goals.ConditionedGoal.Trigger(bool) type: Method - source: - remote: - path: TinyLife/Goals/ConditionedGoal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Trigger - path: ../TinyLife/Goals/ConditionedGoal.cs - startLine: 34 assemblies: - Tiny Life namespace: TinyLife.Goals diff --git a/docs/api/TinyLife.Goals.DistinctGoal-1.yml b/docs/api/TinyLife.Goals.DistinctGoal-1.yml index 8f0fcdf..7ed1270 100644 --- a/docs/api/TinyLife.Goals.DistinctGoal-1.yml +++ b/docs/api/TinyLife.Goals.DistinctGoal-1.yml @@ -19,14 +19,6 @@ items: nameWithType: DistinctGoal fullName: TinyLife.Goals.DistinctGoal type: Class - source: - remote: - path: TinyLife/Goals/DistinctGoal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DistinctGoal - path: ../TinyLife/Goals/DistinctGoal.cs - startLine: 10 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -81,14 +73,6 @@ items: nameWithType: DistinctGoal.DistinctGoal(GoalSet, AutoGoalInfo) fullName: TinyLife.Goals.DistinctGoal.DistinctGoal(TinyLife.Goals.GoalSet, TinyLife.Goals.AutoGoalInfo) type: Constructor - source: - remote: - path: TinyLife/Goals/DistinctGoal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Goals/DistinctGoal.cs - startLine: 17 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -116,14 +100,6 @@ items: nameWithType: DistinctGoal.GetProgress() fullName: TinyLife.Goals.DistinctGoal.GetProgress() type: Method - source: - remote: - path: TinyLife/Goals/DistinctGoal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetProgress - path: ../TinyLife/Goals/DistinctGoal.cs - startLine: 23 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -150,14 +126,6 @@ items: nameWithType: DistinctGoal.Reset() fullName: TinyLife.Goals.DistinctGoal.Reset() type: Method - source: - remote: - path: TinyLife/Goals/DistinctGoal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Reset - path: ../TinyLife/Goals/DistinctGoal.cs - startLine: 28 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -181,14 +149,6 @@ items: nameWithType: DistinctGoal.GetDisplayedProgress(bool) fullName: TinyLife.Goals.DistinctGoal.GetDisplayedProgress(bool) type: Method - source: - remote: - path: TinyLife/Goals/DistinctGoal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetDisplayedProgress - path: ../TinyLife/Goals/DistinctGoal.cs - startLine: 33 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -222,14 +182,6 @@ items: nameWithType: DistinctGoal.Validate(GoalSet) fullName: TinyLife.Goals.DistinctGoal.Validate(TinyLife.Goals.GoalSet) type: Method - source: - remote: - path: TinyLife/Goals/DistinctGoal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Validate - path: ../TinyLife/Goals/DistinctGoal.cs - startLine: 38 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -260,14 +212,6 @@ items: nameWithType: DistinctGoal.Trigger(T) fullName: TinyLife.Goals.DistinctGoal.Trigger(T) type: Method - source: - remote: - path: TinyLife/Goals/DistinctGoal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Trigger - path: ../TinyLife/Goals/DistinctGoal.cs - startLine: 48 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -298,14 +242,6 @@ items: nameWithType: DistinctGoal.CanTrigger(object, GoalTrigger, object) fullName: TinyLife.Goals.DistinctGoal.CanTrigger(object, TinyLife.Goals.GoalTrigger, object) type: Method - source: - remote: - path: TinyLife/Goals/DistinctGoal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CanTrigger - path: ../TinyLife/Goals/DistinctGoal.cs - startLine: 56 assemblies: - Tiny Life namespace: TinyLife.Goals diff --git a/docs/api/TinyLife.Goals.Goal-1.yml b/docs/api/TinyLife.Goals.Goal-1.yml index 120a49f..1932b0c 100644 --- a/docs/api/TinyLife.Goals.Goal-1.yml +++ b/docs/api/TinyLife.Goals.Goal-1.yml @@ -14,14 +14,6 @@ items: nameWithType: Goal fullName: TinyLife.Goals.Goal type: Class - source: - remote: - path: TinyLife/Goals/Goal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Goal - path: ../TinyLife/Goals/Goal.cs - startLine: 104 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -77,14 +69,6 @@ items: nameWithType: Goal.Info fullName: TinyLife.Goals.Goal.Info type: Property - source: - remote: - path: TinyLife/Goals/Goal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Info - path: ../TinyLife/Goals/Goal.cs - startLine: 107 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -110,14 +94,6 @@ items: nameWithType: Goal.Goal(GoalSet, TInfo) fullName: TinyLife.Goals.Goal.Goal(TinyLife.Goals.GoalSet, TInfo) type: Constructor - source: - remote: - path: TinyLife/Goals/Goal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Goals/Goal.cs - startLine: 110 assemblies: - Tiny Life namespace: TinyLife.Goals diff --git a/docs/api/TinyLife.Goals.Goal.yml b/docs/api/TinyLife.Goals.Goal.yml index 7f159af..f4681f0 100644 --- a/docs/api/TinyLife.Goals.Goal.yml +++ b/docs/api/TinyLife.Goals.Goal.yml @@ -21,14 +21,6 @@ items: nameWithType: Goal fullName: TinyLife.Goals.Goal type: Class - source: - remote: - path: TinyLife/Goals/Goal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Goal - path: ../TinyLife/Goals/Goal.cs - startLine: 13 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -82,14 +74,6 @@ items: nameWithType: Goal.Name fullName: TinyLife.Goals.Goal.Name type: Field - source: - remote: - path: TinyLife/Goals/Goal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Name - path: ../TinyLife/Goals/Goal.cs - startLine: 20 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -121,14 +105,6 @@ items: nameWithType: Goal.Set fullName: TinyLife.Goals.Goal.Set type: Property - source: - remote: - path: TinyLife/Goals/Goal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Set - path: ../TinyLife/Goals/Goal.cs - startLine: 24 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -152,14 +128,6 @@ items: nameWithType: Goal.Info fullName: TinyLife.Goals.Goal.Info type: Property - source: - remote: - path: TinyLife/Goals/Goal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Info - path: ../TinyLife/Goals/Goal.cs - startLine: 28 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -183,14 +151,6 @@ items: nameWithType: Goal.Goal(GoalSet, GoalInfo) fullName: TinyLife.Goals.Goal.Goal(TinyLife.Goals.GoalSet, TinyLife.Goals.GoalInfo) type: Constructor - source: - remote: - path: TinyLife/Goals/Goal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Goals/Goal.cs - startLine: 35 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -221,14 +181,6 @@ items: nameWithType: Goal.GetProgress() fullName: TinyLife.Goals.Goal.GetProgress() type: Method - source: - remote: - path: TinyLife/Goals/Goal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetProgress - path: ../TinyLife/Goals/Goal.cs - startLine: 45 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -252,14 +204,6 @@ items: nameWithType: Goal.Reset() fullName: TinyLife.Goals.Goal.Reset() type: Method - source: - remote: - path: TinyLife/Goals/Goal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Reset - path: ../TinyLife/Goals/Goal.cs - startLine: 50 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -280,14 +224,6 @@ items: nameWithType: Goal.GetDisplayedProgress(bool) fullName: TinyLife.Goals.Goal.GetDisplayedProgress(bool) type: Method - source: - remote: - path: TinyLife/Goals/Goal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetDisplayedProgress - path: ../TinyLife/Goals/Goal.cs - startLine: 57 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -320,14 +256,6 @@ items: nameWithType: Goal.Validate(GoalSet) fullName: TinyLife.Goals.Goal.Validate(TinyLife.Goals.GoalSet) type: Method - source: - remote: - path: TinyLife/Goals/Goal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Validate - path: ../TinyLife/Goals/Goal.cs - startLine: 66 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -355,14 +283,6 @@ items: nameWithType: Goal.GetDisplay(Anchor, bool, bool) fullName: TinyLife.Goals.Goal.GetDisplay(MLEM.Ui.Anchor, bool, bool) type: Method - source: - remote: - path: TinyLife/Goals/Goal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetDisplay - path: ../TinyLife/Goals/Goal.cs - startLine: 81 assemblies: - Tiny Life namespace: TinyLife.Goals diff --git a/docs/api/TinyLife.Goals.GoalInfo.yml b/docs/api/TinyLife.Goals.GoalInfo.yml index 28f2f7b..63b305c 100644 --- a/docs/api/TinyLife.Goals.GoalInfo.yml +++ b/docs/api/TinyLife.Goals.GoalInfo.yml @@ -15,14 +15,6 @@ items: nameWithType: GoalInfo fullName: TinyLife.Goals.GoalInfo type: Class - source: - remote: - path: TinyLife/Goals/GoalInfo.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GoalInfo - path: ../TinyLife/Goals/GoalInfo.cs - startLine: 11 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -65,14 +57,6 @@ items: nameWithType: GoalInfo.Name fullName: TinyLife.Goals.GoalInfo.Name type: Field - source: - remote: - path: TinyLife/Goals/GoalInfo.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Name - path: ../TinyLife/Goals/GoalInfo.cs - startLine: 16 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -94,14 +78,6 @@ items: nameWithType: GoalInfo.GoalInfo(string, Func) fullName: TinyLife.Goals.GoalInfo.GoalInfo(string, System.Func) type: Constructor - source: - remote: - path: TinyLife/Goals/GoalInfo.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Goals/GoalInfo.cs - startLine: 24 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -132,14 +108,6 @@ items: nameWithType: GoalInfo.Construct(GoalSet) fullName: TinyLife.Goals.GoalInfo.Construct(TinyLife.Goals.GoalSet) type: Method - source: - remote: - path: TinyLife/Goals/GoalInfo.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Construct - path: ../TinyLife/Goals/GoalInfo.cs - 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 8684ff5..0ee42af 100644 --- a/docs/api/TinyLife.Goals.GoalSet.yml +++ b/docs/api/TinyLife.Goals.GoalSet.yml @@ -23,14 +23,6 @@ items: nameWithType: GoalSet fullName: TinyLife.Goals.GoalSet type: Class - source: - remote: - path: TinyLife/Goals/GoalSet.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GoalSet - path: ../TinyLife/Goals/GoalSet.cs - startLine: 44 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -82,14 +74,6 @@ items: nameWithType: GoalSet.Goals fullName: TinyLife.Goals.GoalSet.Goals type: Property - source: - remote: - path: TinyLife/Goals/GoalSet.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Goals - path: ../TinyLife/Goals/GoalSet.cs - startLine: 52 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -113,14 +97,6 @@ items: nameWithType: GoalSet.Info fullName: TinyLife.Goals.GoalSet.Info type: Property - source: - remote: - path: TinyLife/Goals/GoalSet.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Info - path: ../TinyLife/Goals/GoalSet.cs - startLine: 56 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -144,14 +120,6 @@ items: nameWithType: GoalSet.GoalSet(GoalSetInfo) fullName: TinyLife.Goals.GoalSet.GoalSet(TinyLife.Goals.GoalSetInfo) type: Constructor - source: - remote: - path: TinyLife/Goals/GoalSet.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Goals/GoalSet.cs - startLine: 62 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -179,14 +147,6 @@ items: nameWithType: GoalSet.GetProgress() fullName: TinyLife.Goals.GoalSet.GetProgress() type: Method - source: - remote: - path: TinyLife/Goals/GoalSet.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetProgress - path: ../TinyLife/Goals/GoalSet.cs - startLine: 71 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -210,14 +170,6 @@ items: nameWithType: GoalSet.IsCompleted() fullName: TinyLife.Goals.GoalSet.IsCompleted() type: Method - source: - remote: - path: TinyLife/Goals/GoalSet.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IsCompleted - path: ../TinyLife/Goals/GoalSet.cs - startLine: 83 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -244,14 +196,6 @@ items: nameWithType: GoalSet.Reset() fullName: TinyLife.Goals.GoalSet.Reset() type: Method - source: - remote: - path: TinyLife/Goals/GoalSet.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Reset - path: ../TinyLife/Goals/GoalSet.cs - startLine: 90 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -272,14 +216,6 @@ items: nameWithType: GoalSet.GetGoals() fullName: TinyLife.Goals.GoalSet.GetGoals() type: Method - source: - remote: - path: TinyLife/Goals/GoalSet.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetGoals - path: ../TinyLife/Goals/GoalSet.cs - startLine: 100 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -309,14 +245,6 @@ items: nameWithType: GoalSet.GetGoal(string) fullName: TinyLife.Goals.GoalSet.GetGoal(string) type: Method - source: - remote: - path: TinyLife/Goals/GoalSet.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetGoal - path: ../TinyLife/Goals/GoalSet.cs - startLine: 110 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -350,14 +278,6 @@ items: nameWithType: GoalSet.GetGoal() fullName: TinyLife.Goals.GoalSet.GetGoal() type: Method - source: - remote: - path: TinyLife/Goals/GoalSet.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetGoal - path: ../TinyLife/Goals/GoalSet.cs - startLine: 120 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -390,14 +310,6 @@ items: nameWithType: GoalSet.GetDisplay(Anchor, bool) fullName: TinyLife.Goals.GoalSet.GetDisplay(MLEM.Ui.Anchor, bool) type: Method - source: - remote: - path: TinyLife/Goals/GoalSet.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetDisplay - path: ../TinyLife/Goals/GoalSet.cs - startLine: 130 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -431,14 +343,6 @@ items: nameWithType: GoalSet.Validate(GoalSetInfo) fullName: TinyLife.Goals.GoalSet.Validate(TinyLife.Goals.GoalSetInfo) type: Method - source: - remote: - path: TinyLife/Goals/GoalSet.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Validate - path: ../TinyLife/Goals/GoalSet.cs - startLine: 146 assemblies: - Tiny Life namespace: TinyLife.Goals diff --git a/docs/api/TinyLife.Goals.GoalSetInfo.yml b/docs/api/TinyLife.Goals.GoalSetInfo.yml index 9d04add..3965751 100644 --- a/docs/api/TinyLife.Goals.GoalSetInfo.yml +++ b/docs/api/TinyLife.Goals.GoalSetInfo.yml @@ -15,14 +15,6 @@ items: nameWithType: GoalSetInfo fullName: TinyLife.Goals.GoalSetInfo type: Class - source: - remote: - path: TinyLife/Goals/GoalSet.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GoalSetInfo - path: ../TinyLife/Goals/GoalSet.cs - startLine: 15 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -60,14 +52,6 @@ items: nameWithType: GoalSetInfo.Configurations fullName: TinyLife.Goals.GoalSetInfo.Configurations type: Field - source: - remote: - path: TinyLife/Goals/GoalSet.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Configurations - path: ../TinyLife/Goals/GoalSet.cs - startLine: 20 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -89,14 +73,6 @@ items: nameWithType: GoalSetInfo.GoalSetInfo(params GoalInfo[]) fullName: TinyLife.Goals.GoalSetInfo.GoalSetInfo(params TinyLife.Goals.GoalInfo[]) type: Constructor - source: - remote: - path: TinyLife/Goals/GoalSet.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Goals/GoalSet.cs - startLine: 26 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -124,14 +100,6 @@ items: nameWithType: GoalSetInfo.Construct() fullName: TinyLife.Goals.GoalSetInfo.Construct() type: Method - source: - remote: - path: TinyLife/Goals/GoalSet.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Construct - path: ../TinyLife/Goals/GoalSet.cs - startLine: 34 assemblies: - Tiny Life namespace: TinyLife.Goals diff --git a/docs/api/TinyLife.Goals.GoalTrigger.yml b/docs/api/TinyLife.Goals.GoalTrigger.yml index 5f3eea0..877b32f 100644 --- a/docs/api/TinyLife.Goals.GoalTrigger.yml +++ b/docs/api/TinyLife.Goals.GoalTrigger.yml @@ -31,14 +31,6 @@ items: nameWithType: GoalTrigger fullName: TinyLife.Goals.GoalTrigger type: Class - source: - remote: - path: TinyLife/Goals/GoalTrigger.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GoalTrigger - path: ../TinyLife/Goals/GoalTrigger.cs - startLine: 16 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -73,14 +65,6 @@ items: nameWithType: GoalTrigger.PersonUpdate fullName: TinyLife.Goals.GoalTrigger.PersonUpdate type: Field - source: - remote: - path: TinyLife/Goals/GoalTrigger.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PersonUpdate - path: ../TinyLife/Goals/GoalTrigger.cs - startLine: 22 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -105,14 +89,6 @@ items: nameWithType: GoalTrigger.FurnitureCreated fullName: TinyLife.Goals.GoalTrigger.FurnitureCreated type: Field - source: - remote: - path: TinyLife/Goals/GoalTrigger.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: FurnitureCreated - path: ../TinyLife/Goals/GoalTrigger.cs - startLine: 28 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -139,14 +115,6 @@ items: nameWithType: GoalTrigger.ActionCompleted fullName: TinyLife.Goals.GoalTrigger.ActionCompleted type: Field - source: - remote: - path: TinyLife/Goals/GoalTrigger.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ActionCompleted - path: ../TinyLife/Goals/GoalTrigger.cs - startLine: 33 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -171,14 +139,6 @@ items: nameWithType: GoalTrigger.ActionEnded fullName: TinyLife.Goals.GoalTrigger.ActionEnded type: Field - source: - remote: - path: TinyLife/Goals/GoalTrigger.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ActionEnded - path: ../TinyLife/Goals/GoalTrigger.cs - startLine: 38 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -203,14 +163,6 @@ items: nameWithType: GoalTrigger.ActionUpdate fullName: TinyLife.Goals.GoalTrigger.ActionUpdate type: Field - source: - remote: - path: TinyLife/Goals/GoalTrigger.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ActionUpdate - path: ../TinyLife/Goals/GoalTrigger.cs - startLine: 43 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -235,14 +187,6 @@ items: nameWithType: GoalTrigger.EarnMoney fullName: TinyLife.Goals.GoalTrigger.EarnMoney type: Field - source: - remote: - path: TinyLife/Goals/GoalTrigger.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: EarnMoney - path: ../TinyLife/Goals/GoalTrigger.cs - startLine: 49 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -269,14 +213,6 @@ items: nameWithType: GoalTrigger.EmotionGained fullName: TinyLife.Goals.GoalTrigger.EmotionGained type: Field - source: - remote: - path: TinyLife/Goals/GoalTrigger.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: EmotionGained - path: ../TinyLife/Goals/GoalTrigger.cs - startLine: 54 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -301,14 +237,6 @@ items: nameWithType: GoalTrigger.EmotionLost fullName: TinyLife.Goals.GoalTrigger.EmotionLost type: Field - source: - remote: - path: TinyLife/Goals/GoalTrigger.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: EmotionLost - path: ../TinyLife/Goals/GoalTrigger.cs - startLine: 59 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -333,14 +261,6 @@ items: nameWithType: GoalTrigger.FoodEaten fullName: TinyLife.Goals.GoalTrigger.FoodEaten type: Field - source: - remote: - path: TinyLife/Goals/GoalTrigger.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: FoodEaten - path: ../TinyLife/Goals/GoalTrigger.cs - startLine: 64 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -365,14 +285,6 @@ items: nameWithType: GoalTrigger.ProjectCompleted fullName: TinyLife.Goals.GoalTrigger.ProjectCompleted type: Field - source: - remote: - path: TinyLife/Goals/GoalTrigger.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ProjectCompleted - path: ../TinyLife/Goals/GoalTrigger.cs - startLine: 69 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -397,14 +309,6 @@ items: nameWithType: GoalTrigger.Name fullName: TinyLife.Goals.GoalTrigger.Name type: Field - source: - remote: - path: TinyLife/Goals/GoalTrigger.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Name - path: ../TinyLife/Goals/GoalTrigger.cs - startLine: 74 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -426,14 +330,6 @@ items: nameWithType: GoalTrigger.ValidObjects fullName: TinyLife.Goals.GoalTrigger.ValidObjects type: Field - source: - remote: - path: TinyLife/Goals/GoalTrigger.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ValidObjects - path: ../TinyLife/Goals/GoalTrigger.cs - startLine: 78 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -455,14 +351,6 @@ items: nameWithType: GoalTrigger.ValidValues fullName: TinyLife.Goals.GoalTrigger.ValidValues type: Field - source: - remote: - path: TinyLife/Goals/GoalTrigger.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ValidValues - path: ../TinyLife/Goals/GoalTrigger.cs - startLine: 82 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -484,14 +372,6 @@ items: nameWithType: GoalTrigger.GoalTrigger(string, IEnumerable, IEnumerable) fullName: TinyLife.Goals.GoalTrigger.GoalTrigger(string, System.Collections.Generic.IEnumerable, System.Collections.Generic.IEnumerable) type: Constructor - source: - remote: - path: TinyLife/Goals/GoalTrigger.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Goals/GoalTrigger.cs - startLine: 90 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -525,14 +405,6 @@ items: nameWithType: GoalTrigger.IsObjectCompatible(Type) fullName: TinyLife.Goals.GoalTrigger.IsObjectCompatible(System.Type) type: Method - source: - remote: - path: TinyLife/Goals/GoalTrigger.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IsObjectCompatible - path: ../TinyLife/Goals/GoalTrigger.cs - startLine: 113 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -563,14 +435,6 @@ items: nameWithType: GoalTrigger.IsValueCompatible(Type) fullName: TinyLife.Goals.GoalTrigger.IsValueCompatible(System.Type) type: Method - source: - remote: - path: TinyLife/Goals/GoalTrigger.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IsValueCompatible - path: ../TinyLife/Goals/GoalTrigger.cs - startLine: 127 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -601,14 +465,6 @@ items: nameWithType: GoalTrigger.Equals(GoalTrigger) fullName: TinyLife.Goals.GoalTrigger.Equals(TinyLife.Goals.GoalTrigger) type: Method - source: - remote: - path: TinyLife/Goals/GoalTrigger.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Equals - path: ../TinyLife/Goals/GoalTrigger.cs - startLine: 136 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -638,14 +494,6 @@ items: nameWithType: GoalTrigger.Equals(object) fullName: TinyLife.Goals.GoalTrigger.Equals(object) type: Method - source: - remote: - path: TinyLife/Goals/GoalTrigger.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Equals - path: ../TinyLife/Goals/GoalTrigger.cs - startLine: 141 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -677,14 +525,6 @@ items: nameWithType: GoalTrigger.GetHashCode() fullName: TinyLife.Goals.GoalTrigger.GetHashCode() type: Method - source: - remote: - path: TinyLife/Goals/GoalTrigger.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetHashCode - path: ../TinyLife/Goals/GoalTrigger.cs - startLine: 146 assemblies: - Tiny Life namespace: TinyLife.Goals diff --git a/docs/api/TinyLife.Goals.IGoalTriggerable.yml b/docs/api/TinyLife.Goals.IGoalTriggerable.yml index 9c706c5..0991da5 100644 --- a/docs/api/TinyLife.Goals.IGoalTriggerable.yml +++ b/docs/api/TinyLife.Goals.IGoalTriggerable.yml @@ -15,14 +15,6 @@ items: nameWithType: IGoalTriggerable fullName: TinyLife.Goals.IGoalTriggerable type: Interface - source: - remote: - path: TinyLife/Goals/IGoalTriggerable.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IGoalTriggerable - path: ../TinyLife/Goals/IGoalTriggerable.cs - startLine: 9 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -44,14 +36,6 @@ items: nameWithType: IGoalTriggerable.TryTrigger(object, GoalTrigger, object) fullName: TinyLife.Goals.IGoalTriggerable.TryTrigger(object, TinyLife.Goals.GoalTrigger, object) type: Method - source: - remote: - path: TinyLife/Goals/IGoalTriggerable.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TryTrigger - path: ../TinyLife/Goals/IGoalTriggerable.cs - startLine: 19 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -91,14 +75,6 @@ items: nameWithType: IGoalTriggerable.Trigger(IGoalTriggerable, object, GoalTrigger, params object[]) fullName: TinyLife.Goals.IGoalTriggerable.Trigger(TinyLife.Goals.IGoalTriggerable, object, TinyLife.Goals.GoalTrigger, params object[]) type: Method - source: - remote: - path: TinyLife/Goals/IGoalTriggerable.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Trigger - path: ../TinyLife/Goals/IGoalTriggerable.cs - startLine: 31 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -143,14 +119,6 @@ items: nameWithType: IGoalTriggerable.Trigger(IEnumerable, object, GoalTrigger, params object[]) fullName: TinyLife.Goals.IGoalTriggerable.Trigger(System.Collections.Generic.IEnumerable, object, TinyLife.Goals.GoalTrigger, params object[]) type: Method - source: - remote: - path: TinyLife/Goals/IGoalTriggerable.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Trigger - path: ../TinyLife/Goals/IGoalTriggerable.cs - startLine: 55 assemblies: - Tiny Life namespace: TinyLife.Goals diff --git a/docs/api/TinyLife.Goals.Job.JobPerformanceDelegate.yml b/docs/api/TinyLife.Goals.Job.JobPerformanceDelegate.yml index 85fd04a..e23f8f2 100644 --- a/docs/api/TinyLife.Goals.Job.JobPerformanceDelegate.yml +++ b/docs/api/TinyLife.Goals.Job.JobPerformanceDelegate.yml @@ -12,14 +12,6 @@ items: nameWithType: Job.JobPerformanceDelegate fullName: TinyLife.Goals.Job.JobPerformanceDelegate type: Delegate - source: - remote: - path: TinyLife/Goals/Job.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: JobPerformanceDelegate - path: ../TinyLife/Goals/Job.cs - startLine: 332 assemblies: - Tiny Life namespace: TinyLife.Goals diff --git a/docs/api/TinyLife.Goals.Job.yml b/docs/api/TinyLife.Goals.Job.yml index 76defa3..7d51df8 100644 --- a/docs/api/TinyLife.Goals.Job.yml +++ b/docs/api/TinyLife.Goals.Job.yml @@ -34,14 +34,6 @@ items: nameWithType: Job fullName: TinyLife.Goals.Job type: Class - source: - remote: - path: TinyLife/Goals/Job.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Job - path: ../TinyLife/Goals/Job.cs - startLine: 21 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -94,14 +86,6 @@ items: nameWithType: Job.OnGetWorkingPerformance fullName: TinyLife.Goals.Job.OnGetWorkingPerformance type: Event - source: - remote: - path: TinyLife/Goals/Job.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnGetWorkingPerformance - path: ../TinyLife/Goals/Job.cs - startLine: 28 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -126,14 +110,6 @@ items: nameWithType: Job.Type fullName: TinyLife.Goals.Job.Type type: Field - source: - remote: - path: TinyLife/Goals/Job.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Type - path: ../TinyLife/Goals/Job.cs - startLine: 36 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -165,14 +141,6 @@ items: nameWithType: Job.Person fullName: TinyLife.Goals.Job.Person type: Property - source: - remote: - path: TinyLife/Goals/Job.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Person - path: ../TinyLife/Goals/Job.cs - startLine: 40 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -196,14 +164,6 @@ items: nameWithType: Job.Performance fullName: TinyLife.Goals.Job.Performance type: Property - source: - remote: - path: TinyLife/Goals/Job.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Performance - path: ../TinyLife/Goals/Job.cs - startLine: 45 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -240,14 +200,6 @@ items: nameWithType: Job.RequiredPromotionPerformance fullName: TinyLife.Goals.Job.RequiredPromotionPerformance type: Property - source: - remote: - path: TinyLife/Goals/Job.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RequiredPromotionPerformance - path: ../TinyLife/Goals/Job.cs - startLine: 51 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -274,14 +226,6 @@ items: nameWithType: Job.Level fullName: TinyLife.Goals.Job.Level type: Property - source: - remote: - path: TinyLife/Goals/Job.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Level - path: ../TinyLife/Goals/Job.cs - startLine: 56 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -318,14 +262,6 @@ items: nameWithType: Job.DailyTasks fullName: TinyLife.Goals.Job.DailyTasks type: Property - source: - remote: - path: TinyLife/Goals/Job.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DailyTasks - path: ../TinyLife/Goals/Job.cs - startLine: 61 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -359,14 +295,6 @@ items: nameWithType: Job.AmountOfRaises fullName: TinyLife.Goals.Job.AmountOfRaises type: Property - source: - remote: - path: TinyLife/Goals/Job.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AmountOfRaises - path: ../TinyLife/Goals/Job.cs - startLine: 67 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -403,14 +331,6 @@ items: nameWithType: Job.CurrentHourlyPay fullName: TinyLife.Goals.Job.CurrentHourlyPay type: Property - source: - remote: - path: TinyLife/Goals/Job.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CurrentHourlyPay - path: ../TinyLife/Goals/Job.cs - startLine: 72 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -434,14 +354,6 @@ items: nameWithType: Job.VacationDaysAvailable fullName: TinyLife.Goals.Job.VacationDaysAvailable type: Field - source: - remote: - path: TinyLife/Goals/Job.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: VacationDaysAvailable - path: ../TinyLife/Goals/Job.cs - startLine: 77 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -473,14 +385,6 @@ items: nameWithType: Job.DaysOnVacation fullName: TinyLife.Goals.Job.DaysOnVacation type: Property - source: - remote: - path: TinyLife/Goals/Job.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DaysOnVacation - path: ../TinyLife/Goals/Job.cs - startLine: 82 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -517,14 +421,6 @@ items: nameWithType: Job.Job(JobType, Person, int) fullName: TinyLife.Goals.Job.Job(TinyLife.Goals.JobType, TinyLife.Objects.Person, int) type: Constructor - source: - remote: - path: TinyLife/Goals/Job.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Goals/Job.cs - startLine: 96 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -558,14 +454,6 @@ items: nameWithType: Job.Update(TimeSpan) fullName: TinyLife.Goals.Job.Update(System.TimeSpan) type: Method - source: - remote: - path: TinyLife/Goals/Job.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Update - path: ../TinyLife/Goals/Job.cs - startLine: 109 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -593,14 +481,6 @@ items: nameWithType: Job.UpdateWorking(WorkAction, TimeSpan, float) fullName: TinyLife.Goals.Job.UpdateWorking(TinyLife.Actions.WorkAction, System.TimeSpan, float) type: Method - source: - remote: - path: TinyLife/Goals/Job.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: UpdateWorking - path: ../TinyLife/Goals/Job.cs - startLine: 155 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -637,14 +517,6 @@ items: nameWithType: Job.AddPerformance(float) fullName: TinyLife.Goals.Job.AddPerformance(float) type: Method - source: - remote: - path: TinyLife/Goals/Job.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AddPerformance - path: ../TinyLife/Goals/Job.cs - startLine: 188 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -675,14 +547,6 @@ items: nameWithType: Job.AddLevel(int) fullName: TinyLife.Goals.Job.AddLevel(int) type: Method - source: - remote: - path: TinyLife/Goals/Job.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AddLevel - path: ../TinyLife/Goals/Job.cs - startLine: 214 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -716,14 +580,6 @@ items: nameWithType: Job.GetRaise() fullName: TinyLife.Goals.Job.GetRaise() type: Method - source: - remote: - path: TinyLife/Goals/Job.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetRaise - path: ../TinyLife/Goals/Job.cs - startLine: 258 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -752,14 +608,6 @@ items: nameWithType: Job.HasRequiredPromotionSkills() fullName: TinyLife.Goals.Job.HasRequiredPromotionSkills() type: Method - source: - remote: - path: TinyLife/Goals/Job.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: HasRequiredPromotionSkills - path: ../TinyLife/Goals/Job.cs - startLine: 277 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -783,14 +631,6 @@ items: nameWithType: Job.GetCoworkers() fullName: TinyLife.Goals.Job.GetCoworkers() type: Method - source: - remote: - path: TinyLife/Goals/Job.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetCoworkers - path: ../TinyLife/Goals/Job.cs - startLine: 289 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -814,14 +654,6 @@ items: nameWithType: Job.GetCoworkersAtWork() fullName: TinyLife.Goals.Job.GetCoworkersAtWork() type: Method - source: - remote: - path: TinyLife/Goals/Job.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetCoworkersAtWork - path: ../TinyLife/Goals/Job.cs - startLine: 297 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -845,14 +677,6 @@ items: nameWithType: Job.Validate(Person) fullName: TinyLife.Goals.Job.Validate(TinyLife.Objects.Person) type: Method - source: - remote: - path: TinyLife/Goals/Job.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Validate - path: ../TinyLife/Goals/Job.cs - startLine: 305 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -879,14 +703,6 @@ items: nameWithType: Job.StartVacation(int, float) fullName: TinyLife.Goals.Job.StartVacation(int, float) type: Method - source: - remote: - path: TinyLife/Goals/Job.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: StartVacation - path: ../TinyLife/Goals/Job.cs - startLine: 324 assemblies: - Tiny Life namespace: TinyLife.Goals diff --git a/docs/api/TinyLife.Goals.JobType.yml b/docs/api/TinyLife.Goals.JobType.yml index 16f2b82..5c9b087 100644 --- a/docs/api/TinyLife.Goals.JobType.yml +++ b/docs/api/TinyLife.Goals.JobType.yml @@ -51,14 +51,6 @@ items: nameWithType: JobType fullName: TinyLife.Goals.JobType type: Class - source: - remote: - path: TinyLife/Goals/JobType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: JobType - path: ../TinyLife/Goals/JobType.cs - startLine: 28 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -108,14 +100,6 @@ items: nameWithType: JobType.Types fullName: TinyLife.Goals.JobType.Types type: Field - source: - remote: - path: TinyLife/Goals/JobType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Types - path: ../TinyLife/Goals/JobType.cs - startLine: 36 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -140,14 +124,6 @@ items: nameWithType: JobType.PrimarySchoolStudent fullName: TinyLife.Goals.JobType.PrimarySchoolStudent type: Field - source: - remote: - path: TinyLife/Goals/JobType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PrimarySchoolStudent - path: ../TinyLife/Goals/JobType.cs - startLine: 39 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -167,14 +143,6 @@ items: nameWithType: JobType.Businessperson fullName: TinyLife.Goals.JobType.Businessperson type: Field - source: - remote: - path: TinyLife/Goals/JobType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Businessperson - path: ../TinyLife/Goals/JobType.cs - startLine: 51 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -194,14 +162,6 @@ items: nameWithType: JobType.Firefighter fullName: TinyLife.Goals.JobType.Firefighter type: Field - source: - remote: - path: TinyLife/Goals/JobType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Firefighter - path: ../TinyLife/Goals/JobType.cs - startLine: 60 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -221,14 +181,6 @@ items: nameWithType: JobType.Doctor fullName: TinyLife.Goals.JobType.Doctor type: Field - source: - remote: - path: TinyLife/Goals/JobType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Doctor - path: ../TinyLife/Goals/JobType.cs - startLine: 69 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -248,14 +200,6 @@ items: nameWithType: JobType.Programmer fullName: TinyLife.Goals.JobType.Programmer type: Field - source: - remote: - path: TinyLife/Goals/JobType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Programmer - path: ../TinyLife/Goals/JobType.cs - startLine: 78 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -275,14 +219,6 @@ items: nameWithType: JobType.RetailWorker fullName: TinyLife.Goals.JobType.RetailWorker type: Field - source: - remote: - path: TinyLife/Goals/JobType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RetailWorker - path: ../TinyLife/Goals/JobType.cs - startLine: 87 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -302,14 +238,6 @@ items: nameWithType: JobType.Teacher fullName: TinyLife.Goals.JobType.Teacher type: Field - source: - remote: - path: TinyLife/Goals/JobType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Teacher - path: ../TinyLife/Goals/JobType.cs - startLine: 96 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -329,14 +257,6 @@ items: nameWithType: JobType.Scientist fullName: TinyLife.Goals.JobType.Scientist type: Field - source: - remote: - path: TinyLife/Goals/JobType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Scientist - path: ../TinyLife/Goals/JobType.cs - startLine: 105 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -356,14 +276,6 @@ items: nameWithType: JobType.Name fullName: TinyLife.Goals.JobType.Name type: Field - source: - remote: - path: TinyLife/Goals/JobType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Name - path: ../TinyLife/Goals/JobType.cs - startLine: 119 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -385,14 +297,6 @@ items: nameWithType: JobType.Icon fullName: TinyLife.Goals.JobType.Icon type: Field - source: - remote: - path: TinyLife/Goals/JobType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Icon - path: ../TinyLife/Goals/JobType.cs - startLine: 123 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -414,14 +318,6 @@ items: nameWithType: JobType.HourlyPay fullName: TinyLife.Goals.JobType.HourlyPay type: Field - source: - remote: - path: TinyLife/Goals/JobType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: HourlyPay - path: ../TinyLife/Goals/JobType.cs - startLine: 128 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -446,14 +342,6 @@ items: nameWithType: JobType.WorkHours fullName: TinyLife.Goals.JobType.WorkHours type: Field - source: - remote: - path: TinyLife/Goals/JobType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: WorkHours - path: ../TinyLife/Goals/JobType.cs - startLine: 133 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -478,14 +366,6 @@ items: nameWithType: JobType.OffWorkDays fullName: TinyLife.Goals.JobType.OffWorkDays type: Field - source: - remote: - path: TinyLife/Goals/JobType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OffWorkDays - path: ../TinyLife/Goals/JobType.cs - startLine: 138 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -510,14 +390,6 @@ items: nameWithType: JobType.RequiredPromotionSkills fullName: TinyLife.Goals.JobType.RequiredPromotionSkills type: Property - source: - remote: - path: TinyLife/Goals/JobType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RequiredPromotionSkills - path: ../TinyLife/Goals/JobType.cs - startLine: 143 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -544,14 +416,6 @@ items: nameWithType: JobType.MaxLevel fullName: TinyLife.Goals.JobType.MaxLevel type: Property - source: - remote: - path: TinyLife/Goals/JobType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: MaxLevel - path: ../TinyLife/Goals/JobType.cs - startLine: 147 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -575,14 +439,6 @@ items: nameWithType: JobType.HasSpecialLocalization fullName: TinyLife.Goals.JobType.HasSpecialLocalization type: Property - source: - remote: - path: TinyLife/Goals/JobType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: HasSpecialLocalization - path: ../TinyLife/Goals/JobType.cs - startLine: 152 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -609,14 +465,6 @@ items: nameWithType: JobType.RequiredAges fullName: TinyLife.Goals.JobType.RequiredAges type: Property - source: - remote: - path: TinyLife/Goals/JobType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RequiredAges - path: ../TinyLife/Goals/JobType.cs - startLine: 157 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -643,14 +491,6 @@ items: nameWithType: JobType.CanQuitOrBeFired fullName: TinyLife.Goals.JobType.CanQuitOrBeFired type: Property - source: - remote: - path: TinyLife/Goals/JobType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CanQuitOrBeFired - path: ../TinyLife/Goals/JobType.cs - startLine: 162 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -677,14 +517,6 @@ items: nameWithType: JobType.CanGetRaise fullName: TinyLife.Goals.JobType.CanGetRaise type: Property - source: - remote: - path: TinyLife/Goals/JobType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CanGetRaise - path: ../TinyLife/Goals/JobType.cs - startLine: 167 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -711,14 +543,6 @@ items: nameWithType: JobType.DailyTasks fullName: TinyLife.Goals.JobType.DailyTasks type: Property - source: - remote: - path: TinyLife/Goals/JobType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DailyTasks - path: ../TinyLife/Goals/JobType.cs - startLine: 172 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -745,14 +569,6 @@ items: nameWithType: JobType.DailyTaskImportance fullName: TinyLife.Goals.JobType.DailyTaskImportance type: Property - source: - remote: - path: TinyLife/Goals/JobType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DailyTaskImportance - path: ../TinyLife/Goals/JobType.cs - startLine: 177 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -779,14 +595,6 @@ items: nameWithType: JobType.ChoicePrompts fullName: TinyLife.Goals.JobType.ChoicePrompts type: Property - source: - remote: - path: TinyLife/Goals/JobType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ChoicePrompts - path: ../TinyLife/Goals/JobType.cs - startLine: 181 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -810,14 +618,6 @@ items: nameWithType: JobType.SourceString fullName: TinyLife.Goals.JobType.SourceString type: Property - source: - remote: - path: TinyLife/Goals/JobType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SourceString - path: ../TinyLife/Goals/JobType.cs - startLine: 183 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -843,14 +643,6 @@ items: nameWithType: JobType.JobType(string, TextureRegion, float, (int Start, int End), params DayOfWeek[]) fullName: TinyLife.Goals.JobType.JobType(string, MLEM.Textures.TextureRegion, float, (int Start, int End), params System.DayOfWeek[]) type: Constructor - source: - remote: - path: TinyLife/Goals/JobType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Goals/JobType.cs - startLine: 193 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -890,14 +682,6 @@ items: nameWithType: JobType.Construct(Person, int) fullName: TinyLife.Goals.JobType.Construct(TinyLife.Objects.Person, int) type: Method - source: - remote: - path: TinyLife/Goals/JobType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Construct - path: ../TinyLife/Goals/JobType.cs - startLine: 207 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -931,14 +715,6 @@ items: nameWithType: JobType.IsTimeToWork(TimeSpan) fullName: TinyLife.Goals.JobType.IsTimeToWork(System.TimeSpan) type: Method - source: - remote: - path: TinyLife/Goals/JobType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IsTimeToWork - path: ../TinyLife/Goals/JobType.cs - startLine: 216 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -966,14 +742,6 @@ items: nameWithType: JobType.ToScheduleString(TimeSpan?) fullName: TinyLife.Goals.JobType.ToScheduleString(System.TimeSpan?) type: Method - source: - remote: - path: TinyLife/Goals/JobType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ToScheduleString - path: ../TinyLife/Goals/JobType.cs - startLine: 225 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -1003,14 +771,6 @@ items: nameWithType: JobType.GetDisplayName(int?) fullName: TinyLife.Goals.JobType.GetDisplayName(int?) type: Method - source: - remote: - path: TinyLife/Goals/JobType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetDisplayName - path: ../TinyLife/Goals/JobType.cs - startLine: 239 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -1044,14 +804,6 @@ items: nameWithType: JobType.GetRequiredPromotionSkills(Job) fullName: TinyLife.Goals.JobType.GetRequiredPromotionSkills(TinyLife.Goals.Job) type: Method - source: - remote: - path: TinyLife/Goals/JobType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetRequiredPromotionSkills - path: ../TinyLife/Goals/JobType.cs - startLine: 251 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -1079,14 +831,6 @@ items: nameWithType: JobType.OnWorkStartsInAnHour(Job) fullName: TinyLife.Goals.JobType.OnWorkStartsInAnHour(TinyLife.Goals.Job) type: Method - source: - remote: - path: TinyLife/Goals/JobType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnWorkStartsInAnHour - path: ../TinyLife/Goals/JobType.cs - startLine: 266 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -1114,14 +858,6 @@ items: nameWithType: JobType.OnWorkHoursOver(Job) fullName: TinyLife.Goals.JobType.OnWorkHoursOver(TinyLife.Goals.Job) type: Method - source: - remote: - path: TinyLife/Goals/JobType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnWorkHoursOver - path: ../TinyLife/Goals/JobType.cs - startLine: 277 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -1151,14 +887,6 @@ items: nameWithType: JobType.OnWorkFinished(Job, WorkAction) fullName: TinyLife.Goals.JobType.OnWorkFinished(TinyLife.Goals.Job, TinyLife.Actions.WorkAction) type: Method - source: - remote: - path: TinyLife/Goals/JobType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnWorkFinished - path: ../TinyLife/Goals/JobType.cs - startLine: 288 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -1189,14 +917,6 @@ items: nameWithType: JobType.OnWorkStarted(Job, WorkAction) fullName: TinyLife.Goals.JobType.OnWorkStarted(TinyLife.Goals.Job, TinyLife.Actions.WorkAction) type: Method - source: - remote: - path: TinyLife/Goals/JobType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnWorkStarted - path: ../TinyLife/Goals/JobType.cs - startLine: 299 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -1227,14 +947,6 @@ items: nameWithType: JobType.OnLevelChanged(Job, int) fullName: TinyLife.Goals.JobType.OnLevelChanged(TinyLife.Goals.Job, int) type: Method - source: - remote: - path: TinyLife/Goals/JobType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnLevelChanged - path: ../TinyLife/Goals/JobType.cs - startLine: 307 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -1268,14 +980,6 @@ items: nameWithType: JobType.OnRaiseReceived(Job) fullName: TinyLife.Goals.JobType.OnRaiseReceived(TinyLife.Goals.Job) type: Method - source: - remote: - path: TinyLife/Goals/JobType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnRaiseReceived - path: ../TinyLife/Goals/JobType.cs - startLine: 317 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -1303,14 +1007,6 @@ items: nameWithType: JobType.UpdateWorking(Job, WorkAction, TimeSpan, float) fullName: TinyLife.Goals.JobType.UpdateWorking(TinyLife.Goals.Job, TinyLife.Actions.WorkAction, System.TimeSpan, float) type: Method - source: - remote: - path: TinyLife/Goals/JobType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: UpdateWorking - path: ../TinyLife/Goals/JobType.cs - startLine: 329 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -1350,14 +1046,6 @@ items: nameWithType: JobType.GetDefaultHourlyPay(Person) fullName: TinyLife.Goals.JobType.GetDefaultHourlyPay(TinyLife.Objects.Person) type: Method - source: - remote: - path: TinyLife/Goals/JobType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetDefaultHourlyPay - path: ../TinyLife/Goals/JobType.cs - startLine: 336 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -1385,14 +1073,6 @@ items: nameWithType: JobType.Register(JobType) fullName: TinyLife.Goals.JobType.Register(TinyLife.Goals.JobType) type: Method - source: - remote: - path: TinyLife/Goals/JobType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Register - path: ../TinyLife/Goals/JobType.cs - startLine: 352 assemblies: - Tiny Life namespace: TinyLife.Goals diff --git a/docs/api/TinyLife.Goals.LifeGoal.Instance.yml b/docs/api/TinyLife.Goals.LifeGoal.Instance.yml index 66967d2..790f05c 100644 --- a/docs/api/TinyLife.Goals.LifeGoal.Instance.yml +++ b/docs/api/TinyLife.Goals.LifeGoal.Instance.yml @@ -22,14 +22,6 @@ items: nameWithType: LifeGoal.Instance fullName: TinyLife.Goals.LifeGoal.Instance type: Class - source: - remote: - path: TinyLife/Goals/LifeGoal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Instance - path: ../TinyLife/Goals/LifeGoal.cs - startLine: 242 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -71,14 +63,6 @@ items: nameWithType: LifeGoal.Instance.Goal fullName: TinyLife.Goals.LifeGoal.Instance.Goal type: Field - source: - remote: - path: TinyLife/Goals/LifeGoal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Goal - path: ../TinyLife/Goals/LifeGoal.cs - startLine: 249 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -110,14 +94,6 @@ items: nameWithType: LifeGoal.Instance.CurrentGoals fullName: TinyLife.Goals.LifeGoal.Instance.CurrentGoals type: Property - source: - remote: - path: TinyLife/Goals/LifeGoal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CurrentGoals - path: ../TinyLife/Goals/LifeGoal.cs - startLine: 253 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -151,14 +127,6 @@ items: nameWithType: LifeGoal.Instance.StageIndex fullName: TinyLife.Goals.LifeGoal.Instance.StageIndex type: Property - source: - remote: - path: TinyLife/Goals/LifeGoal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: StageIndex - path: ../TinyLife/Goals/LifeGoal.cs - startLine: 260 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -197,14 +165,6 @@ items: nameWithType: LifeGoal.Instance.Person fullName: TinyLife.Goals.LifeGoal.Instance.Person type: Property - source: - remote: - path: TinyLife/Goals/LifeGoal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Person - path: ../TinyLife/Goals/LifeGoal.cs - startLine: 265 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -228,14 +188,6 @@ items: nameWithType: LifeGoal.Instance.Stage fullName: TinyLife.Goals.LifeGoal.Instance.Stage type: Property - source: - remote: - path: TinyLife/Goals/LifeGoal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Stage - path: ../TinyLife/Goals/LifeGoal.cs - startLine: 270 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -262,14 +214,6 @@ items: nameWithType: LifeGoal.Instance.Completed fullName: TinyLife.Goals.LifeGoal.Instance.Completed type: Property - source: - remote: - path: TinyLife/Goals/LifeGoal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Completed - path: ../TinyLife/Goals/LifeGoal.cs - startLine: 274 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -293,14 +237,6 @@ items: nameWithType: LifeGoal.Instance.Instance(Person, LifeGoal, int) fullName: TinyLife.Goals.LifeGoal.Instance.Instance(TinyLife.Objects.Person, TinyLife.Goals.LifeGoal, int) type: Constructor - source: - remote: - path: TinyLife/Goals/LifeGoal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Goals/LifeGoal.cs - startLine: 282 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -334,14 +270,6 @@ items: nameWithType: LifeGoal.Instance.Update() fullName: TinyLife.Goals.LifeGoal.Instance.Update() type: Method - source: - remote: - path: TinyLife/Goals/LifeGoal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Update - path: ../TinyLife/Goals/LifeGoal.cs - startLine: 294 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -362,14 +290,6 @@ items: nameWithType: LifeGoal.Instance.Advance() fullName: TinyLife.Goals.LifeGoal.Instance.Advance() type: Method - source: - remote: - path: TinyLife/Goals/LifeGoal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Advance - path: ../TinyLife/Goals/LifeGoal.cs - startLine: 304 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -390,14 +310,6 @@ items: nameWithType: LifeGoal.Instance.Validate(Person) fullName: TinyLife.Goals.LifeGoal.Instance.Validate(TinyLife.Objects.Person) type: Method - source: - remote: - path: TinyLife/Goals/LifeGoal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Validate - path: ../TinyLife/Goals/LifeGoal.cs - startLine: 331 assemblies: - Tiny Life namespace: TinyLife.Goals diff --git a/docs/api/TinyLife.Goals.LifeGoal.yml b/docs/api/TinyLife.Goals.LifeGoal.yml index 511df63..dd174b7 100644 --- a/docs/api/TinyLife.Goals.LifeGoal.yml +++ b/docs/api/TinyLife.Goals.LifeGoal.yml @@ -33,14 +33,6 @@ items: nameWithType: LifeGoal fullName: TinyLife.Goals.LifeGoal type: Class - source: - remote: - path: TinyLife/Goals/LifeGoal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: LifeGoal - path: ../TinyLife/Goals/LifeGoal.cs - startLine: 24 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -51,11 +43,11 @@ items: example: [] syntax: content: >- - [JsonConverter(typeof(StaticJsonConverter), new object[] { typeof(LifeGoal), "PrivateGoals", true })] + [JsonConverter(typeof(StaticJsonConverter), new object[] { typeof(LifeGoal), "PrivateGoals", false })] public class LifeGoal content.vb: >- - + Public Class LifeGoal inheritance: @@ -81,14 +73,6 @@ items: nameWithType: LifeGoal.Goals fullName: TinyLife.Goals.LifeGoal.Goals type: Field - source: - remote: - path: TinyLife/Goals/LifeGoal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Goals - path: ../TinyLife/Goals/LifeGoal.cs - startLine: 31 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -110,14 +94,6 @@ items: nameWithType: LifeGoal.Chef fullName: TinyLife.Goals.LifeGoal.Chef type: Field - source: - remote: - path: TinyLife/Goals/LifeGoal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Chef - path: ../TinyLife/Goals/LifeGoal.cs - startLine: 46 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -137,14 +113,6 @@ items: nameWithType: LifeGoal.SmartKid fullName: TinyLife.Goals.LifeGoal.SmartKid type: Field - source: - remote: - path: TinyLife/Goals/LifeGoal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SmartKid - path: ../TinyLife/Goals/LifeGoal.cs - startLine: 58 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -164,14 +132,6 @@ items: nameWithType: LifeGoal.HouseholdHero fullName: TinyLife.Goals.LifeGoal.HouseholdHero type: Field - source: - remote: - path: TinyLife/Goals/LifeGoal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: HouseholdHero - path: ../TinyLife/Goals/LifeGoal.cs - startLine: 70 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -191,14 +151,6 @@ items: nameWithType: LifeGoal.ComputerAddict fullName: TinyLife.Goals.LifeGoal.ComputerAddict type: Field - source: - remote: - path: TinyLife/Goals/LifeGoal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ComputerAddict - path: ../TinyLife/Goals/LifeGoal.cs - startLine: 82 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -218,14 +170,6 @@ items: nameWithType: LifeGoal.FriendOfEveryone fullName: TinyLife.Goals.LifeGoal.FriendOfEveryone type: Field - source: - remote: - path: TinyLife/Goals/LifeGoal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: FriendOfEveryone - path: ../TinyLife/Goals/LifeGoal.cs - startLine: 94 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -245,14 +189,6 @@ items: nameWithType: LifeGoal.Millionaire fullName: TinyLife.Goals.LifeGoal.Millionaire type: Field - source: - remote: - path: TinyLife/Goals/LifeGoal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Millionaire - path: ../TinyLife/Goals/LifeGoal.cs - startLine: 104 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -272,14 +208,6 @@ items: nameWithType: LifeGoal.PerfectPainter fullName: TinyLife.Goals.LifeGoal.PerfectPainter type: Field - source: - remote: - path: TinyLife/Goals/LifeGoal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PerfectPainter - path: ../TinyLife/Goals/LifeGoal.cs - startLine: 116 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -299,14 +227,6 @@ items: nameWithType: LifeGoal.CreativeChild fullName: TinyLife.Goals.LifeGoal.CreativeChild type: Field - source: - remote: - path: TinyLife/Goals/LifeGoal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CreativeChild - path: ../TinyLife/Goals/LifeGoal.cs - startLine: 128 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -326,14 +246,6 @@ items: nameWithType: LifeGoal.CapableCarpenter fullName: TinyLife.Goals.LifeGoal.CapableCarpenter type: Field - source: - remote: - path: TinyLife/Goals/LifeGoal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CapableCarpenter - path: ../TinyLife/Goals/LifeGoal.cs - startLine: 140 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -353,14 +265,6 @@ items: nameWithType: LifeGoal.GymRat fullName: TinyLife.Goals.LifeGoal.GymRat type: Field - source: - remote: - path: TinyLife/Goals/LifeGoal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GymRat - path: ../TinyLife/Goals/LifeGoal.cs - startLine: 152 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -380,14 +284,6 @@ items: nameWithType: LifeGoal.Writer fullName: TinyLife.Goals.LifeGoal.Writer type: Field - source: - remote: - path: TinyLife/Goals/LifeGoal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Writer - path: ../TinyLife/Goals/LifeGoal.cs - startLine: 164 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -407,14 +303,6 @@ items: nameWithType: LifeGoal.OnAdvanced fullName: TinyLife.Goals.LifeGoal.OnAdvanced type: Event - source: - remote: - path: TinyLife/Goals/LifeGoal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnAdvanced - path: ../TinyLife/Goals/LifeGoal.cs - startLine: 182 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -436,14 +324,6 @@ items: nameWithType: LifeGoal.OnCompleted fullName: TinyLife.Goals.LifeGoal.OnCompleted type: Event - source: - remote: - path: TinyLife/Goals/LifeGoal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnCompleted - path: ../TinyLife/Goals/LifeGoal.cs - startLine: 186 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -465,14 +345,6 @@ items: nameWithType: LifeGoal.Name fullName: TinyLife.Goals.LifeGoal.Name type: Field - source: - remote: - path: TinyLife/Goals/LifeGoal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Name - path: ../TinyLife/Goals/LifeGoal.cs - startLine: 191 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -494,14 +366,6 @@ items: nameWithType: LifeGoal.Stages fullName: TinyLife.Goals.LifeGoal.Stages type: Field - source: - remote: - path: TinyLife/Goals/LifeGoal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Stages - path: ../TinyLife/Goals/LifeGoal.cs - startLine: 195 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -523,14 +387,6 @@ items: nameWithType: LifeGoal.RewardPersonality fullName: TinyLife.Goals.LifeGoal.RewardPersonality type: Field - source: - remote: - path: TinyLife/Goals/LifeGoal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RewardPersonality - path: ../TinyLife/Goals/LifeGoal.cs - startLine: 200 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -555,21 +411,13 @@ items: nameWithType: LifeGoal.AllowedAges fullName: TinyLife.Goals.LifeGoal.AllowedAges type: Property - source: - remote: - path: TinyLife/Goals/LifeGoal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AllowedAges - path: ../TinyLife/Goals/LifeGoal.cs - startLine: 205 assemblies: - Tiny Life namespace: TinyLife.Goals summary: >- A set of allowed age group flags for people that can start this life goal. - This value defaults to all age groups excpet for babies. + This value defaults to . example: [] syntax: content: public AgeGroup AllowedAges { get; init; } @@ -589,14 +437,6 @@ items: nameWithType: LifeGoal.LifeGoal(string, PersonalityType, params GoalSetInfo[]) fullName: TinyLife.Goals.LifeGoal.LifeGoal(string, TinyLife.PersonalityType, params TinyLife.Goals.GoalSetInfo[]) type: Constructor - source: - remote: - path: TinyLife/Goals/LifeGoal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Goals/LifeGoal.cs - startLine: 213 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -630,14 +470,6 @@ items: nameWithType: LifeGoal.IsCompleted(Person) fullName: TinyLife.Goals.LifeGoal.IsCompleted(TinyLife.Objects.Person) type: Method - source: - remote: - path: TinyLife/Goals/LifeGoal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IsCompleted - path: ../TinyLife/Goals/LifeGoal.cs - startLine: 224 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -665,14 +497,6 @@ items: nameWithType: LifeGoal.Register(LifeGoal) fullName: TinyLife.Goals.LifeGoal.Register(TinyLife.Goals.LifeGoal) type: Method - source: - remote: - path: TinyLife/Goals/LifeGoal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Register - path: ../TinyLife/Goals/LifeGoal.cs - startLine: 233 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -1370,6 +1194,12 @@ references: name: Hidden nameWithType: PersonalityType.TypeCategory.Hidden fullName: TinyLife.PersonalityType.TypeCategory.Hidden +- uid: TinyLife.Objects.AgeGroup.ChildOrOlder + commentId: F:TinyLife.Objects.AgeGroup.ChildOrOlder + href: TinyLife.Objects.AgeGroup.html#TinyLife_Objects_AgeGroup_ChildOrOlder + name: ChildOrOlder + nameWithType: AgeGroup.ChildOrOlder + fullName: TinyLife.Objects.AgeGroup.ChildOrOlder - uid: TinyLife.Goals.LifeGoal.AllowedAges* commentId: Overload:TinyLife.Goals.LifeGoal.AllowedAges href: TinyLife.Goals.LifeGoal.html#TinyLife_Goals_LifeGoal_AllowedAges diff --git a/docs/api/TinyLife.Goals.ManualProgressGoal.yml b/docs/api/TinyLife.Goals.ManualProgressGoal.yml index 959c07e..104345b 100644 --- a/docs/api/TinyLife.Goals.ManualProgressGoal.yml +++ b/docs/api/TinyLife.Goals.ManualProgressGoal.yml @@ -16,14 +16,6 @@ items: nameWithType: ManualProgressGoal fullName: TinyLife.Goals.ManualProgressGoal type: Class - source: - remote: - path: TinyLife/Goals/ManualProgressGoal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ManualProgressGoal - path: ../TinyLife/Goals/ManualProgressGoal.cs - startLine: 11 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -71,14 +63,6 @@ items: nameWithType: ManualProgressGoal.ManualProgressGoal(GoalSet, GoalInfo) fullName: TinyLife.Goals.ManualProgressGoal.ManualProgressGoal(TinyLife.Goals.GoalSet, TinyLife.Goals.GoalInfo) type: Constructor - source: - remote: - path: TinyLife/Goals/ManualProgressGoal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Goals/ManualProgressGoal.cs - startLine: 17 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -109,14 +93,6 @@ items: nameWithType: ManualProgressGoal.GetProgress() fullName: TinyLife.Goals.ManualProgressGoal.GetProgress() type: Method - source: - remote: - path: TinyLife/Goals/ManualProgressGoal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetProgress - path: ../TinyLife/Goals/ManualProgressGoal.cs - startLine: 20 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -141,14 +117,6 @@ items: nameWithType: ManualProgressGoal.Reset() fullName: TinyLife.Goals.ManualProgressGoal.Reset() type: Method - source: - remote: - path: TinyLife/Goals/ManualProgressGoal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Reset - path: ../TinyLife/Goals/ManualProgressGoal.cs - startLine: 25 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -170,14 +138,6 @@ items: nameWithType: ManualProgressGoal.MakeProgress(PersonLike, float, float, ActionInfo, SkillType, float) fullName: TinyLife.Goals.ManualProgressGoal.MakeProgress(TinyLife.Objects.PersonLike, float, float, TinyLife.Actions.ActionInfo, TinyLife.Skills.SkillType, float) type: Method - source: - remote: - path: TinyLife/Goals/ManualProgressGoal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: MakeProgress - path: ../TinyLife/Goals/ManualProgressGoal.cs - startLine: 38 assemblies: - Tiny Life namespace: TinyLife.Goals diff --git a/docs/api/TinyLife.Goals.Memory.yml b/docs/api/TinyLife.Goals.Memory.yml index 05b3a23..5d32235 100644 --- a/docs/api/TinyLife.Goals.Memory.yml +++ b/docs/api/TinyLife.Goals.Memory.yml @@ -19,14 +19,6 @@ items: nameWithType: Memory fullName: TinyLife.Goals.Memory type: Class - source: - remote: - path: TinyLife/Goals/Memory.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Memory - path: ../TinyLife/Goals/Memory.cs - startLine: 14 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -77,14 +69,6 @@ items: nameWithType: Memory.Type fullName: TinyLife.Goals.Memory.Type type: Field - source: - remote: - path: TinyLife/Goals/Memory.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Type - path: ../TinyLife/Goals/Memory.cs - startLine: 21 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -116,14 +100,6 @@ items: nameWithType: Memory.TimeOccured fullName: TinyLife.Goals.Memory.TimeOccured type: Property - source: - remote: - path: TinyLife/Goals/Memory.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TimeOccured - path: ../TinyLife/Goals/Memory.cs - startLine: 26 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -157,14 +133,6 @@ items: nameWithType: Memory.Info fullName: TinyLife.Goals.Memory.Info type: Property - source: - remote: - path: TinyLife/Goals/Memory.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Info - path: ../TinyLife/Goals/Memory.cs - startLine: 31 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -198,14 +166,6 @@ items: nameWithType: Memory.TimeSinceOccured fullName: TinyLife.Goals.Memory.TimeSinceOccured type: Property - source: - remote: - path: TinyLife/Goals/Memory.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TimeSinceOccured - path: ../TinyLife/Goals/Memory.cs - startLine: 36 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -229,14 +189,6 @@ items: nameWithType: Memory.Memory(MemoryType, ActionInfo, TimeSpan) fullName: TinyLife.Goals.Memory.Memory(TinyLife.Goals.MemoryType, TinyLife.Actions.ActionInfo, System.TimeSpan) type: Constructor - source: - remote: - path: TinyLife/Goals/Memory.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Goals/Memory.cs - startLine: 45 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -273,14 +225,6 @@ items: nameWithType: Memory.Validate(PersonLike) fullName: TinyLife.Goals.Memory.Validate(TinyLife.Objects.PersonLike) type: Method - source: - remote: - path: TinyLife/Goals/Memory.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Validate - path: ../TinyLife/Goals/Memory.cs - startLine: 59 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -311,14 +255,6 @@ items: nameWithType: Memory.Update(GameTime, TimeSpan, float) fullName: TinyLife.Goals.Memory.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) type: Method - source: - remote: - path: TinyLife/Goals/Memory.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Update - path: ../TinyLife/Goals/Memory.cs - startLine: 72 assemblies: - Tiny Life namespace: TinyLife.Goals diff --git a/docs/api/TinyLife.Goals.MemoryType.yml b/docs/api/TinyLife.Goals.MemoryType.yml index e3ac8e6..77e3fdd 100644 --- a/docs/api/TinyLife.Goals.MemoryType.yml +++ b/docs/api/TinyLife.Goals.MemoryType.yml @@ -41,14 +41,6 @@ items: nameWithType: MemoryType fullName: TinyLife.Goals.MemoryType type: Class - source: - remote: - path: TinyLife/Goals/MemoryType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: MemoryType - path: ../TinyLife/Goals/MemoryType.cs - startLine: 20 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -91,14 +83,6 @@ items: nameWithType: MemoryType.Types fullName: TinyLife.Goals.MemoryType.Types type: Field - source: - remote: - path: TinyLife/Goals/MemoryType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Types - path: ../TinyLife/Goals/MemoryType.cs - startLine: 27 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -120,14 +104,6 @@ items: nameWithType: MemoryType.PublishFailure fullName: TinyLife.Goals.MemoryType.PublishFailure type: Field - source: - remote: - path: TinyLife/Goals/MemoryType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PublishFailure - path: ../TinyLife/Goals/MemoryType.cs - startLine: 30 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -147,14 +123,6 @@ items: nameWithType: MemoryType.SocialAction fullName: TinyLife.Goals.MemoryType.SocialAction type: Field - source: - remote: - path: TinyLife/Goals/MemoryType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SocialAction - path: ../TinyLife/Goals/MemoryType.cs - startLine: 31 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -174,14 +142,6 @@ items: nameWithType: MemoryType.PromotionOrRaise fullName: TinyLife.Goals.MemoryType.PromotionOrRaise type: Field - source: - remote: - path: TinyLife/Goals/MemoryType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PromotionOrRaise - path: ../TinyLife/Goals/MemoryType.cs - startLine: 32 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -201,14 +161,6 @@ items: nameWithType: MemoryType.FamilySocial fullName: TinyLife.Goals.MemoryType.FamilySocial type: Field - source: - remote: - path: TinyLife/Goals/MemoryType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: FamilySocial - path: ../TinyLife/Goals/MemoryType.cs - startLine: 33 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -228,14 +180,6 @@ items: nameWithType: MemoryType.WasOutside fullName: TinyLife.Goals.MemoryType.WasOutside type: Field - source: - remote: - path: TinyLife/Goals/MemoryType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: WasOutside - path: ../TinyLife/Goals/MemoryType.cs - startLine: 34 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -255,14 +199,6 @@ items: nameWithType: MemoryType.WasRomanticWithSomeoneElse fullName: TinyLife.Goals.MemoryType.WasRomanticWithSomeoneElse type: Field - source: - remote: - path: TinyLife/Goals/MemoryType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: WasRomanticWithSomeoneElse - path: ../TinyLife/Goals/MemoryType.cs - startLine: 35 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -282,14 +218,6 @@ items: nameWithType: MemoryType.HadFirstKiss fullName: TinyLife.Goals.MemoryType.HadFirstKiss type: Field - source: - remote: - path: TinyLife/Goals/MemoryType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: HadFirstKiss - path: ../TinyLife/Goals/MemoryType.cs - startLine: 36 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -309,14 +237,6 @@ items: nameWithType: MemoryType.HadChild fullName: TinyLife.Goals.MemoryType.HadChild type: Field - source: - remote: - path: TinyLife/Goals/MemoryType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: HadChild - path: ../TinyLife/Goals/MemoryType.cs - startLine: 37 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -336,14 +256,6 @@ items: nameWithType: MemoryType.AskedForFood fullName: TinyLife.Goals.MemoryType.AskedForFood type: Field - source: - remote: - path: TinyLife/Goals/MemoryType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AskedForFood - path: ../TinyLife/Goals/MemoryType.cs - startLine: 38 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -363,14 +275,6 @@ items: nameWithType: MemoryType.Slept fullName: TinyLife.Goals.MemoryType.Slept type: Field - source: - remote: - path: TinyLife/Goals/MemoryType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Slept - path: ../TinyLife/Goals/MemoryType.cs - startLine: 39 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -390,14 +294,6 @@ items: nameWithType: MemoryType.FoundOutReproductiveAbilities fullName: TinyLife.Goals.MemoryType.FoundOutReproductiveAbilities type: Field - source: - remote: - path: TinyLife/Goals/MemoryType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: FoundOutReproductiveAbilities - path: ../TinyLife/Goals/MemoryType.cs - startLine: 40 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -417,14 +313,6 @@ items: nameWithType: MemoryType.HadAbortion fullName: TinyLife.Goals.MemoryType.HadAbortion type: Field - source: - remote: - path: TinyLife/Goals/MemoryType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: HadAbortion - path: ../TinyLife/Goals/MemoryType.cs - startLine: 42 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -444,14 +332,6 @@ items: nameWithType: MemoryType.MayBePregnant fullName: TinyLife.Goals.MemoryType.MayBePregnant type: Field - source: - remote: - path: TinyLife/Goals/MemoryType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: MayBePregnant - path: ../TinyLife/Goals/MemoryType.cs - startLine: 43 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -471,14 +351,6 @@ items: nameWithType: MemoryType.FoundOutPregnancy fullName: TinyLife.Goals.MemoryType.FoundOutPregnancy type: Field - source: - remote: - path: TinyLife/Goals/MemoryType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: FoundOutPregnancy - path: ../TinyLife/Goals/MemoryType.cs - startLine: 44 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -498,14 +370,6 @@ items: nameWithType: MemoryType.ToldAboutPregnancy fullName: TinyLife.Goals.MemoryType.ToldAboutPregnancy type: Field - source: - remote: - path: TinyLife/Goals/MemoryType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ToldAboutPregnancy - path: ../TinyLife/Goals/MemoryType.cs - startLine: 45 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -525,14 +389,6 @@ items: nameWithType: MemoryType.GotDrunk fullName: TinyLife.Goals.MemoryType.GotDrunk type: Field - source: - remote: - path: TinyLife/Goals/MemoryType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GotDrunk - path: ../TinyLife/Goals/MemoryType.cs - startLine: 46 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -552,14 +408,6 @@ items: nameWithType: MemoryType.ActionDone fullName: TinyLife.Goals.MemoryType.ActionDone type: Property - source: - remote: - path: TinyLife/Goals/MemoryType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ActionDone - path: ../TinyLife/Goals/MemoryType.cs - startLine: 49 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -581,14 +429,6 @@ items: nameWithType: MemoryType.UsedSkillCategory fullName: TinyLife.Goals.MemoryType.UsedSkillCategory type: Property - source: - remote: - path: TinyLife/Goals/MemoryType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: UsedSkillCategory - path: ../TinyLife/Goals/MemoryType.cs - startLine: 50 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -610,14 +450,6 @@ items: nameWithType: MemoryType.UsedFurniture fullName: TinyLife.Goals.MemoryType.UsedFurniture type: Property - source: - remote: - path: TinyLife/Goals/MemoryType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: UsedFurniture - path: ../TinyLife/Goals/MemoryType.cs - startLine: 51 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -639,14 +471,6 @@ items: nameWithType: MemoryType.WorkedAtJob fullName: TinyLife.Goals.MemoryType.WorkedAtJob type: Property - source: - remote: - path: TinyLife/Goals/MemoryType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: WorkedAtJob - path: ../TinyLife/Goals/MemoryType.cs - startLine: 52 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -668,14 +492,6 @@ items: nameWithType: MemoryType.AteFood fullName: TinyLife.Goals.MemoryType.AteFood type: Property - source: - remote: - path: TinyLife/Goals/MemoryType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AteFood - path: ../TinyLife/Goals/MemoryType.cs - startLine: 53 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -697,14 +513,6 @@ items: nameWithType: MemoryType.UpgradeLearned fullName: TinyLife.Goals.MemoryType.UpgradeLearned type: Property - source: - remote: - path: TinyLife/Goals/MemoryType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: UpgradeLearned - path: ../TinyLife/Goals/MemoryType.cs - startLine: 55 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -726,14 +534,6 @@ items: nameWithType: MemoryType.Name fullName: TinyLife.Goals.MemoryType.Name type: Field - source: - remote: - path: TinyLife/Goals/MemoryType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Name - path: ../TinyLife/Goals/MemoryType.cs - startLine: 62 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -755,14 +555,6 @@ items: nameWithType: MemoryType.ConstructedType fullName: TinyLife.Goals.MemoryType.ConstructedType type: Field - source: - remote: - path: TinyLife/Goals/MemoryType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ConstructedType - path: ../TinyLife/Goals/MemoryType.cs - startLine: 66 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -784,14 +576,6 @@ items: nameWithType: MemoryType.SourceString fullName: TinyLife.Goals.MemoryType.SourceString type: Property - source: - remote: - path: TinyLife/Goals/MemoryType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SourceString - path: ../TinyLife/Goals/MemoryType.cs - startLine: 69 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -817,14 +601,6 @@ items: nameWithType: MemoryType.MemoryType(string, Type) fullName: TinyLife.Goals.MemoryType.MemoryType(string, System.Type) type: Constructor - source: - remote: - path: TinyLife/Goals/MemoryType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Goals/MemoryType.cs - startLine: 76 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -855,14 +631,6 @@ items: nameWithType: MemoryType.Construct(ActionInfo, TimeSpan) fullName: TinyLife.Goals.MemoryType.Construct(TinyLife.Actions.ActionInfo, System.TimeSpan) type: Method - source: - remote: - path: TinyLife/Goals/MemoryType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Construct - path: ../TinyLife/Goals/MemoryType.cs - startLine: 88 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -902,14 +670,6 @@ items: nameWithType: MemoryType.Register(MemoryType) fullName: TinyLife.Goals.MemoryType.Register(TinyLife.Goals.MemoryType) type: Method - source: - remote: - path: TinyLife/Goals/MemoryType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Register - path: ../TinyLife/Goals/MemoryType.cs - startLine: 103 assemblies: - Tiny Life namespace: TinyLife.Goals diff --git a/docs/api/TinyLife.Goals.Project.ActionSettings.yml b/docs/api/TinyLife.Goals.Project.ActionSettings.yml index 72918e9..fe12eba 100644 --- a/docs/api/TinyLife.Goals.Project.ActionSettings.yml +++ b/docs/api/TinyLife.Goals.Project.ActionSettings.yml @@ -19,14 +19,6 @@ items: nameWithType: Project.ActionSettings fullName: TinyLife.Goals.Project.ActionSettings type: Struct - source: - remote: - path: TinyLife/Goals/Project.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ActionSettings - path: ../TinyLife/Goals/Project.cs - startLine: 271 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -55,14 +47,6 @@ items: nameWithType: Project.ActionSettings.Settings fullName: TinyLife.Goals.Project.ActionSettings.Settings type: Field - source: - remote: - path: TinyLife/Goals/Project.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Settings - path: ../TinyLife/Goals/Project.cs - startLine: 277 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -87,14 +71,6 @@ items: nameWithType: Project.ActionSettings.Type fullName: TinyLife.Goals.Project.ActionSettings.Type type: Field - source: - remote: - path: TinyLife/Goals/Project.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Type - path: ../TinyLife/Goals/Project.cs - startLine: 281 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -116,14 +92,6 @@ items: nameWithType: Project.ActionSettings.ConstructedTypeScrap fullName: TinyLife.Goals.Project.ActionSettings.ConstructedTypeScrap type: Field - source: - remote: - path: TinyLife/Goals/Project.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ConstructedTypeScrap - path: ../TinyLife/Goals/Project.cs - startLine: 287 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -150,14 +118,6 @@ items: nameWithType: Project.ActionSettings.ProjectDisplayName fullName: TinyLife.Goals.Project.ActionSettings.ProjectDisplayName type: Field - source: - remote: - path: TinyLife/Goals/Project.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ProjectDisplayName - path: ../TinyLife/Goals/Project.cs - startLine: 292 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -182,14 +142,6 @@ items: nameWithType: Project.ActionSettings.CanContinue fullName: TinyLife.Goals.Project.ActionSettings.CanContinue type: Field - source: - remote: - path: TinyLife/Goals/Project.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CanContinue - path: ../TinyLife/Goals/Project.cs - startLine: 297 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -214,14 +166,6 @@ items: nameWithType: Project.ActionSettings.IncludeProject fullName: TinyLife.Goals.Project.ActionSettings.IncludeProject type: Field - source: - remote: - path: TinyLife/Goals/Project.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IncludeProject - path: ../TinyLife/Goals/Project.cs - startLine: 302 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -246,14 +190,6 @@ items: nameWithType: Project.ActionSettings.ActionSettings(string, ObjectCategory, string, Type) fullName: TinyLife.Goals.Project.ActionSettings.ActionSettings(string, TinyLife.Objects.ObjectCategory, string, System.Type) type: Constructor - source: - remote: - path: TinyLife/Goals/Project.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Goals/Project.cs - startLine: 311 assemblies: - Tiny Life namespace: TinyLife.Goals diff --git a/docs/api/TinyLife.Goals.Project.yml b/docs/api/TinyLife.Goals.Project.yml index 836bf30..9103fa9 100644 --- a/docs/api/TinyLife.Goals.Project.yml +++ b/docs/api/TinyLife.Goals.Project.yml @@ -32,14 +32,6 @@ items: nameWithType: Project fullName: TinyLife.Goals.Project type: Class - source: - remote: - path: TinyLife/Goals/Project.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Project - path: ../TinyLife/Goals/Project.cs - startLine: 19 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -90,14 +82,6 @@ items: nameWithType: Project.Type fullName: TinyLife.Goals.Project.Type type: Field - source: - remote: - path: TinyLife/Goals/Project.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Type - path: ../TinyLife/Goals/Project.cs - startLine: 27 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -132,14 +116,6 @@ items: nameWithType: Project.Name fullName: TinyLife.Goals.Project.Name type: Field - source: - remote: - path: TinyLife/Goals/Project.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Name - path: ../TinyLife/Goals/Project.cs - startLine: 32 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -171,14 +147,6 @@ items: nameWithType: Project.Completed fullName: TinyLife.Goals.Project.Completed type: Property - source: - remote: - path: TinyLife/Goals/Project.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Completed - path: ../TinyLife/Goals/Project.cs - startLine: 38 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -205,14 +173,6 @@ items: nameWithType: Project.Quality fullName: TinyLife.Goals.Project.Quality type: Field - source: - remote: - path: TinyLife/Goals/Project.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Quality - path: ../TinyLife/Goals/Project.cs - startLine: 44 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -248,14 +208,6 @@ items: nameWithType: Project.Progress fullName: TinyLife.Goals.Project.Progress type: Property - source: - remote: - path: TinyLife/Goals/Project.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Progress - path: ../TinyLife/Goals/Project.cs - startLine: 49 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -282,14 +234,6 @@ items: nameWithType: Project.DailyPay fullName: TinyLife.Goals.Project.DailyPay type: Property - source: - remote: - path: TinyLife/Goals/Project.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DailyPay - path: ../TinyLife/Goals/Project.cs - startLine: 62 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -330,14 +274,6 @@ items: nameWithType: Project.DailyPayReductionFactor fullName: TinyLife.Goals.Project.DailyPayReductionFactor type: Property - source: - remote: - path: TinyLife/Goals/Project.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DailyPayReductionFactor - path: ../TinyLife/Goals/Project.cs - startLine: 68 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -378,14 +314,6 @@ items: nameWithType: Project.Person fullName: TinyLife.Goals.Project.Person type: Property - source: - remote: - path: TinyLife/Goals/Project.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Person - path: ../TinyLife/Goals/Project.cs - startLine: 73 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -409,14 +337,6 @@ items: nameWithType: Project.Archived fullName: TinyLife.Goals.Project.Archived type: Property - source: - remote: - path: TinyLife/Goals/Project.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Archived - path: ../TinyLife/Goals/Project.cs - startLine: 77 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -450,14 +370,6 @@ items: nameWithType: Project.Project(Person, string, string) fullName: TinyLife.Goals.Project.Project(TinyLife.Objects.Person, string, string) type: Constructor - source: - remote: - path: TinyLife/Goals/Project.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Goals/Project.cs - startLine: 89 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -491,14 +403,6 @@ items: nameWithType: Project.Validate(Person) fullName: TinyLife.Goals.Project.Validate(TinyLife.Objects.Person) type: Method - source: - remote: - path: TinyLife/Goals/Project.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Validate - path: ../TinyLife/Goals/Project.cs - startLine: 100 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -526,14 +430,6 @@ items: nameWithType: Project.MakeProgress(float, float, ActionInfo, SkillType, float) fullName: TinyLife.Goals.Project.MakeProgress(float, float, TinyLife.Actions.ActionInfo, TinyLife.Skills.SkillType, float) type: Method - source: - remote: - path: TinyLife/Goals/Project.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: MakeProgress - path: ../TinyLife/Goals/Project.cs - startLine: 113 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -573,14 +469,6 @@ items: nameWithType: Project.Remove() fullName: TinyLife.Goals.Project.Remove() type: Method - source: - remote: - path: TinyLife/Goals/Project.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Remove - path: ../TinyLife/Goals/Project.cs - startLine: 120 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -601,14 +489,6 @@ items: nameWithType: Project.OnNewDay() fullName: TinyLife.Goals.Project.OnNewDay() type: Method - source: - remote: - path: TinyLife/Goals/Project.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnNewDay - path: ../TinyLife/Goals/Project.cs - startLine: 127 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -629,14 +509,6 @@ items: nameWithType: Project.OnCompleted() fullName: TinyLife.Goals.Project.OnCompleted() type: Method - source: - remote: - path: TinyLife/Goals/Project.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnCompleted - path: ../TinyLife/Goals/Project.cs - startLine: 142 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -660,14 +532,6 @@ items: nameWithType: Project.SetDailyPay(float, float, bool) fullName: TinyLife.Goals.Project.SetDailyPay(float, float, bool) type: Method - source: - remote: - path: TinyLife/Goals/Project.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SetDailyPay - path: ../TinyLife/Goals/Project.cs - startLine: 153 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -704,14 +568,6 @@ items: nameWithType: Project.CreateActions(Project.ActionSettings) fullName: TinyLife.Goals.Project.CreateActions(TinyLife.Goals.Project.ActionSettings) type: Method - source: - remote: - path: TinyLife/Goals/Project.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CreateActions - path: ../TinyLife/Goals/Project.cs - startLine: 179 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -742,14 +598,6 @@ items: nameWithType: Project.GetPossibleArguments(ActionInfo, string, Predicate, Func) fullName: TinyLife.Goals.Project.GetPossibleArguments(TinyLife.Actions.ActionInfo, string, System.Predicate, System.Func) type: Method - source: - remote: - path: TinyLife/Goals/Project.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetPossibleArguments - path: ../TinyLife/Goals/Project.cs - startLine: 214 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -792,14 +640,6 @@ items: nameWithType: Project.OpenNamePrompt(Action, string, Action, string) fullName: TinyLife.Goals.Project.OpenNamePrompt(TinyLife.Actions.Action, string, System.Action, string) type: Method - source: - remote: - path: TinyLife/Goals/Project.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OpenNamePrompt - path: ../TinyLife/Goals/Project.cs - startLine: 228 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -839,14 +679,6 @@ items: nameWithType: Project.OpenScrapPrompt(Action, string, string, Action) fullName: TinyLife.Goals.Project.OpenScrapPrompt(TinyLife.Actions.Action, string, string, System.Action) type: Method - source: - remote: - path: TinyLife/Goals/Project.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OpenScrapPrompt - path: ../TinyLife/Goals/Project.cs - startLine: 242 assemblies: - Tiny Life namespace: TinyLife.Goals diff --git a/docs/api/TinyLife.Goals.StudentJobType.yml b/docs/api/TinyLife.Goals.StudentJobType.yml index b5ecea9..16cf679 100644 --- a/docs/api/TinyLife.Goals.StudentJobType.yml +++ b/docs/api/TinyLife.Goals.StudentJobType.yml @@ -17,14 +17,6 @@ items: nameWithType: StudentJobType fullName: TinyLife.Goals.StudentJobType type: Class - source: - remote: - path: TinyLife/Goals/StudentJobType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: StudentJobType - path: ../TinyLife/Goals/StudentJobType.cs - startLine: 15 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -99,14 +91,6 @@ items: nameWithType: StudentJobType.Schedule fullName: TinyLife.Goals.StudentJobType.Schedule type: Field - source: - remote: - path: TinyLife/Goals/StudentJobType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Schedule - path: ../TinyLife/Goals/StudentJobType.cs - startLine: 21 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -131,14 +115,6 @@ items: nameWithType: StudentJobType.StudentJobType(string, TextureRegion, float, (int Start, int End), params DayOfWeek[]) fullName: TinyLife.Goals.StudentJobType.StudentJobType(string, MLEM.Textures.TextureRegion, float, (int Start, int End), params System.DayOfWeek[]) type: Constructor - source: - remote: - path: TinyLife/Goals/StudentJobType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Goals/StudentJobType.cs - startLine: 30 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -178,14 +154,6 @@ items: nameWithType: StudentJobType.OnWorkFinished(Job, WorkAction) fullName: TinyLife.Goals.StudentJobType.OnWorkFinished(TinyLife.Goals.Job, TinyLife.Actions.WorkAction) type: Method - source: - remote: - path: TinyLife/Goals/StudentJobType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnWorkFinished - path: ../TinyLife/Goals/StudentJobType.cs - startLine: 41 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -217,14 +185,6 @@ items: nameWithType: StudentJobType.OnLevelChanged(Job, int) fullName: TinyLife.Goals.StudentJobType.OnLevelChanged(TinyLife.Goals.Job, int) type: Method - source: - remote: - path: TinyLife/Goals/StudentJobType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnLevelChanged - path: ../TinyLife/Goals/StudentJobType.cs - startLine: 55 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -259,14 +219,6 @@ items: nameWithType: StudentJobType.UpdateWorking(Job, WorkAction, TimeSpan, float) fullName: TinyLife.Goals.StudentJobType.UpdateWorking(TinyLife.Goals.Job, TinyLife.Actions.WorkAction, System.TimeSpan, float) type: Method - source: - remote: - path: TinyLife/Goals/StudentJobType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: UpdateWorking - path: ../TinyLife/Goals/StudentJobType.cs - startLine: 60 assemblies: - Tiny Life namespace: TinyLife.Goals diff --git a/docs/api/TinyLife.Goals.TimedGoal.yml b/docs/api/TinyLife.Goals.TimedGoal.yml index 000d3b7..0f24bb9 100644 --- a/docs/api/TinyLife.Goals.TimedGoal.yml +++ b/docs/api/TinyLife.Goals.TimedGoal.yml @@ -17,14 +17,6 @@ items: nameWithType: TimedGoal fullName: TinyLife.Goals.TimedGoal type: Class - source: - remote: - path: TinyLife/Goals/TimedGoal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TimedGoal - path: ../TinyLife/Goals/TimedGoal.cs - startLine: 10 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -76,14 +68,6 @@ items: nameWithType: TimedGoal.TimedGoal(GoalSet, AutoGoalInfo) fullName: TinyLife.Goals.TimedGoal.TimedGoal(TinyLife.Goals.GoalSet, TinyLife.Goals.AutoGoalInfo) type: Constructor - source: - remote: - path: TinyLife/Goals/TimedGoal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Goals/TimedGoal.cs - startLine: 16 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -111,14 +95,6 @@ items: nameWithType: TimedGoal.GetProgress() fullName: TinyLife.Goals.TimedGoal.GetProgress() type: Method - source: - remote: - path: TinyLife/Goals/TimedGoal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetProgress - path: ../TinyLife/Goals/TimedGoal.cs - startLine: 22 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -143,14 +119,6 @@ items: nameWithType: TimedGoal.Reset() fullName: TinyLife.Goals.TimedGoal.Reset() type: Method - source: - remote: - path: TinyLife/Goals/TimedGoal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Reset - path: ../TinyLife/Goals/TimedGoal.cs - startLine: 27 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -172,14 +140,6 @@ items: nameWithType: TimedGoal.GetDisplayedProgress(bool) fullName: TinyLife.Goals.TimedGoal.GetDisplayedProgress(bool) type: Method - source: - remote: - path: TinyLife/Goals/TimedGoal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetDisplayedProgress - path: ../TinyLife/Goals/TimedGoal.cs - startLine: 32 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -213,14 +173,6 @@ items: nameWithType: TimedGoal.Trigger(TimeSpan) fullName: TinyLife.Goals.TimedGoal.Trigger(System.TimeSpan) type: Method - source: - remote: - path: TinyLife/Goals/TimedGoal.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Trigger - path: ../TinyLife/Goals/TimedGoal.cs - startLine: 40 assemblies: - Tiny Life namespace: TinyLife.Goals diff --git a/docs/api/TinyLife.LnCategory.yml b/docs/api/TinyLife.LnCategory.yml index 71b3a87..2722f92 100644 --- a/docs/api/TinyLife.LnCategory.yml +++ b/docs/api/TinyLife.LnCategory.yml @@ -28,14 +28,6 @@ items: nameWithType: LnCategory fullName: TinyLife.LnCategory type: Enum - source: - remote: - path: TinyLife/Localization.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: LnCategory - path: ../TinyLife/Localization.cs - startLine: 231 assemblies: - Tiny Life namespace: TinyLife @@ -60,14 +52,6 @@ items: nameWithType: LnCategory.Ui fullName: TinyLife.LnCategory.Ui type: Field - source: - remote: - path: TinyLife/Localization.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Ui - path: ../TinyLife/Localization.cs - startLine: 234 assemblies: - Tiny Life namespace: TinyLife @@ -88,14 +72,6 @@ items: nameWithType: LnCategory.Actions fullName: TinyLife.LnCategory.Actions type: Field - source: - remote: - path: TinyLife/Localization.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Actions - path: ../TinyLife/Localization.cs - startLine: 236 assemblies: - Tiny Life namespace: TinyLife @@ -116,14 +92,6 @@ items: nameWithType: LnCategory.BuildMode fullName: TinyLife.LnCategory.BuildMode type: Field - source: - remote: - path: TinyLife/Localization.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: BuildMode - path: ../TinyLife/Localization.cs - startLine: 238 assemblies: - Tiny Life namespace: TinyLife @@ -144,14 +112,6 @@ items: nameWithType: LnCategory.Clothes fullName: TinyLife.LnCategory.Clothes type: Field - source: - remote: - path: TinyLife/Localization.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Clothes - path: ../TinyLife/Localization.cs - startLine: 240 assemblies: - Tiny Life namespace: TinyLife @@ -172,14 +132,6 @@ items: nameWithType: LnCategory.Food fullName: TinyLife.LnCategory.Food type: Field - source: - remote: - path: TinyLife/Localization.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Food - path: ../TinyLife/Localization.cs - startLine: 242 assemblies: - Tiny Life namespace: TinyLife @@ -200,14 +152,6 @@ items: nameWithType: LnCategory.Personalities fullName: TinyLife.LnCategory.Personalities type: Field - source: - remote: - path: TinyLife/Localization.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Personalities - path: ../TinyLife/Localization.cs - startLine: 244 assemblies: - Tiny Life namespace: TinyLife @@ -228,14 +172,6 @@ items: nameWithType: LnCategory.Skills fullName: TinyLife.LnCategory.Skills type: Field - source: - remote: - path: TinyLife/Localization.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Skills - path: ../TinyLife/Localization.cs - startLine: 246 assemblies: - Tiny Life namespace: TinyLife @@ -256,14 +192,6 @@ items: nameWithType: LnCategory.Jobs fullName: TinyLife.LnCategory.Jobs type: Field - source: - remote: - path: TinyLife/Localization.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Jobs - path: ../TinyLife/Localization.cs - startLine: 248 assemblies: - Tiny Life namespace: TinyLife @@ -284,14 +212,6 @@ items: nameWithType: LnCategory.Emotions fullName: TinyLife.LnCategory.Emotions type: Field - source: - remote: - path: TinyLife/Localization.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Emotions - path: ../TinyLife/Localization.cs - startLine: 250 assemblies: - Tiny Life namespace: TinyLife @@ -312,14 +232,6 @@ items: nameWithType: LnCategory.Hints fullName: TinyLife.LnCategory.Hints type: Field - source: - remote: - path: TinyLife/Localization.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Hints - path: ../TinyLife/Localization.cs - startLine: 252 assemblies: - Tiny Life namespace: TinyLife @@ -340,14 +252,6 @@ items: nameWithType: LnCategory.InGameHints fullName: TinyLife.LnCategory.InGameHints type: Field - source: - remote: - path: TinyLife/Localization.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: InGameHints - path: ../TinyLife/Localization.cs - startLine: 254 assemblies: - Tiny Life namespace: TinyLife @@ -368,14 +272,6 @@ items: nameWithType: LnCategory.Goals fullName: TinyLife.LnCategory.Goals type: Field - source: - remote: - path: TinyLife/Localization.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Goals - path: ../TinyLife/Localization.cs - startLine: 256 assemblies: - Tiny Life namespace: TinyLife @@ -396,14 +292,6 @@ items: nameWithType: LnCategory.Names fullName: TinyLife.LnCategory.Names type: Field - source: - remote: - path: TinyLife/Localization.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Names - path: ../TinyLife/Localization.cs - startLine: 258 assemblies: - Tiny Life namespace: TinyLife @@ -424,14 +312,6 @@ items: nameWithType: LnCategory.ChoicePrompts fullName: TinyLife.LnCategory.ChoicePrompts type: Field - source: - remote: - path: TinyLife/Localization.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ChoicePrompts - path: ../TinyLife/Localization.cs - startLine: 260 assemblies: - Tiny Life namespace: TinyLife @@ -452,14 +332,6 @@ items: nameWithType: LnCategory.Achievements fullName: TinyLife.LnCategory.Achievements type: Field - source: - remote: - path: TinyLife/Localization.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Achievements - path: ../TinyLife/Localization.cs - startLine: 262 assemblies: - Tiny Life namespace: TinyLife @@ -480,14 +352,6 @@ items: nameWithType: LnCategory.Overrides fullName: TinyLife.LnCategory.Overrides type: Field - source: - remote: - path: TinyLife/Localization.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Overrides - path: ../TinyLife/Localization.cs - startLine: 264 assemblies: - Tiny Life namespace: TinyLife diff --git a/docs/api/TinyLife.Localization.yml b/docs/api/TinyLife.Localization.yml index f6eadef..8a7b281 100644 --- a/docs/api/TinyLife.Localization.yml +++ b/docs/api/TinyLife.Localization.yml @@ -19,14 +19,6 @@ items: nameWithType: Localization fullName: TinyLife.Localization type: Class - source: - remote: - path: TinyLife/Localization.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Localization - path: ../TinyLife/Localization.cs - startLine: 23 assemblies: - Tiny Life namespace: TinyLife @@ -56,14 +48,6 @@ items: nameWithType: Localization.LanguageNames fullName: TinyLife.Localization.LanguageNames type: Field - source: - remote: - path: TinyLife/Localization.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: LanguageNames - path: ../TinyLife/Localization.cs - startLine: 28 assemblies: - Tiny Life namespace: TinyLife @@ -85,14 +69,6 @@ items: nameWithType: Localization.Names fullName: TinyLife.Localization.Names type: Field - source: - remote: - path: TinyLife/Localization.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Names - path: ../TinyLife/Localization.cs - startLine: 32 assemblies: - Tiny Life namespace: TinyLife @@ -114,14 +90,6 @@ items: nameWithType: Localization.SetLanguage(string) fullName: TinyLife.Localization.SetLanguage(string) type: Method - source: - remote: - path: TinyLife/Localization.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SetLanguage - path: ../TinyLife/Localization.cs - startLine: 51 assemblies: - Tiny Life namespace: TinyLife @@ -152,14 +120,6 @@ items: nameWithType: Localization.Reload() fullName: TinyLife.Localization.Reload() type: Method - source: - remote: - path: TinyLife/Localization.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Reload - path: ../TinyLife/Localization.cs - startLine: 62 assemblies: - Tiny Life namespace: TinyLife @@ -183,14 +143,6 @@ items: nameWithType: Localization.Get(LnCategory, string) fullName: TinyLife.Localization.Get(TinyLife.LnCategory, string) type: Method - source: - remote: - path: TinyLife/Localization.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Get - path: ../TinyLife/Localization.cs - startLine: 88 assemblies: - Tiny Life namespace: TinyLife @@ -227,14 +179,6 @@ items: nameWithType: Localization.Get(LnCategory, string, params object[]) fullName: TinyLife.Localization.Get(TinyLife.LnCategory, string, params object[]) type: Method - source: - remote: - path: TinyLife/Localization.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Get - path: ../TinyLife/Localization.cs - startLine: 106 assemblies: - Tiny Life namespace: TinyLife @@ -274,14 +218,6 @@ items: nameWithType: Localization.GetKeys(LnCategory) fullName: TinyLife.Localization.GetKeys(TinyLife.LnCategory) type: Method - source: - remote: - path: TinyLife/Localization.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetKeys - path: ../TinyLife/Localization.cs - startLine: 115 assemblies: - Tiny Life namespace: TinyLife diff --git a/docs/api/TinyLife.Mods.EventPhase.yml b/docs/api/TinyLife.Mods.EventPhase.yml index 676078b..68e2146 100644 --- a/docs/api/TinyLife.Mods.EventPhase.yml +++ b/docs/api/TinyLife.Mods.EventPhase.yml @@ -14,14 +14,6 @@ items: nameWithType: EventPhase fullName: TinyLife.Mods.EventPhase type: Enum - source: - remote: - path: TinyLife/Mods/EventPhase.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: EventPhase - path: ../TinyLife/Mods/EventPhase.cs - startLine: 5 assemblies: - Tiny Life namespace: TinyLife.Mods @@ -43,14 +35,6 @@ items: nameWithType: EventPhase.Pre fullName: TinyLife.Mods.EventPhase.Pre type: Field - source: - remote: - path: TinyLife/Mods/EventPhase.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Pre - path: ../TinyLife/Mods/EventPhase.cs - startLine: 10 assemblies: - Tiny Life namespace: TinyLife.Mods @@ -71,14 +55,6 @@ items: nameWithType: EventPhase.Post fullName: TinyLife.Mods.EventPhase.Post type: Field - source: - remote: - path: TinyLife/Mods/EventPhase.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Post - path: ../TinyLife/Mods/EventPhase.cs - startLine: 14 assemblies: - Tiny Life namespace: TinyLife.Mods diff --git a/docs/api/TinyLife.Mods.Mod.yml b/docs/api/TinyLife.Mods.Mod.yml index 84f9de8..92f0e61 100644 --- a/docs/api/TinyLife.Mods.Mod.yml +++ b/docs/api/TinyLife.Mods.Mod.yml @@ -23,14 +23,6 @@ items: nameWithType: Mod fullName: TinyLife.Mods.Mod type: Class - source: - remote: - path: TinyLife/Mods/Mod.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Mod - path: ../TinyLife/Mods/Mod.cs - startLine: 20 assemblies: - Tiny Life namespace: TinyLife.Mods @@ -67,14 +59,6 @@ items: nameWithType: Mod.Name fullName: TinyLife.Mods.Mod.Name type: Property - source: - remote: - path: TinyLife/Mods/Mod.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Name - path: ../TinyLife/Mods/Mod.cs - startLine: 25 assemblies: - Tiny Life namespace: TinyLife.Mods @@ -98,14 +82,6 @@ items: nameWithType: Mod.Description fullName: TinyLife.Mods.Mod.Description type: Property - source: - remote: - path: TinyLife/Mods/Mod.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Description - path: ../TinyLife/Mods/Mod.cs - startLine: 30 assemblies: - Tiny Life namespace: TinyLife.Mods @@ -132,14 +108,6 @@ items: nameWithType: Mod.TestedVersionRange fullName: TinyLife.Mods.Mod.TestedVersionRange type: Property - source: - remote: - path: TinyLife/Mods/Mod.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TestedVersionRange - path: ../TinyLife/Mods/Mod.cs - startLine: 36 assemblies: - Tiny Life namespace: TinyLife.Mods @@ -168,14 +136,6 @@ items: nameWithType: Mod.Icon fullName: TinyLife.Mods.Mod.Icon type: Property - source: - remote: - path: TinyLife/Mods/Mod.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Icon - path: ../TinyLife/Mods/Mod.cs - startLine: 41 assemblies: - Tiny Life namespace: TinyLife.Mods @@ -199,14 +159,6 @@ items: nameWithType: Mod.IssueTrackerUrl fullName: TinyLife.Mods.Mod.IssueTrackerUrl type: Property - source: - remote: - path: TinyLife/Mods/Mod.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IssueTrackerUrl - path: ../TinyLife/Mods/Mod.cs - startLine: 46 assemblies: - Tiny Life namespace: TinyLife.Mods @@ -233,14 +185,6 @@ items: nameWithType: Mod.RequiresHarmony fullName: TinyLife.Mods.Mod.RequiresHarmony type: Property - source: - remote: - path: TinyLife/Mods/Mod.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RequiresHarmony - path: ../TinyLife/Mods/Mod.cs - startLine: 51 assemblies: - Tiny Life namespace: TinyLife.Mods @@ -267,14 +211,6 @@ items: nameWithType: Mod.Initialize(Logger, RawContentManager, RuntimeTexturePacker, ModInfo) fullName: TinyLife.Mods.Mod.Initialize(ExtremelySimpleLogger.Logger, MLEM.Data.Content.RawContentManager, MLEM.Data.RuntimeTexturePacker, TinyLife.Mods.ModInfo) type: Method - source: - remote: - path: TinyLife/Mods/Mod.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Initialize - path: ../TinyLife/Mods/Mod.cs - startLine: 61 assemblies: - Tiny Life namespace: TinyLife.Mods @@ -311,14 +247,6 @@ items: nameWithType: Mod.AddGameContent(GameImpl, ModInfo) fullName: TinyLife.Mods.Mod.AddGameContent(TinyLife.GameImpl, TinyLife.Mods.ModInfo) type: Method - source: - remote: - path: TinyLife/Mods/Mod.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AddGameContent - path: ../TinyLife/Mods/Mod.cs - startLine: 73 assemblies: - Tiny Life namespace: TinyLife.Mods @@ -357,14 +285,6 @@ items: nameWithType: Mod.FinalizeGameContent(GameImpl, ModInfo) fullName: TinyLife.Mods.Mod.FinalizeGameContent(TinyLife.GameImpl, TinyLife.Mods.ModInfo) type: Method - source: - remote: - path: TinyLife/Mods/Mod.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: FinalizeGameContent - path: ../TinyLife/Mods/Mod.cs - startLine: 83 assemblies: - Tiny Life namespace: TinyLife.Mods @@ -399,14 +319,6 @@ items: nameWithType: Mod.GetCustomFurnitureTextures(ModInfo) fullName: TinyLife.Mods.Mod.GetCustomFurnitureTextures(TinyLife.Mods.ModInfo) type: Method - source: - remote: - path: TinyLife/Mods/Mod.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetCustomFurnitureTextures - path: ../TinyLife/Mods/Mod.cs - startLine: 91 assemblies: - Tiny Life namespace: TinyLife.Mods @@ -438,14 +350,6 @@ items: nameWithType: Mod.PopulateOptions(Group, ModInfo) fullName: TinyLife.Mods.Mod.PopulateOptions(MLEM.Ui.Elements.Group, TinyLife.Mods.ModInfo) type: Method - source: - remote: - path: TinyLife/Mods/Mod.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PopulateOptions - path: ../TinyLife/Mods/Mod.cs - startLine: 102 assemblies: - Tiny Life namespace: TinyLife.Mods diff --git a/docs/api/TinyLife.Mods.ModInfo.yml b/docs/api/TinyLife.Mods.ModInfo.yml index 23ec310..03bcf37 100644 --- a/docs/api/TinyLife.Mods.ModInfo.yml +++ b/docs/api/TinyLife.Mods.ModInfo.yml @@ -23,14 +23,6 @@ items: nameWithType: ModInfo fullName: TinyLife.Mods.ModInfo type: Class - source: - remote: - path: TinyLife/Mods/ModLoader.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ModInfo - path: ../TinyLife/Mods/ModLoader.cs - startLine: 195 assemblies: - Tiny Life namespace: TinyLife.Mods @@ -63,14 +55,6 @@ items: nameWithType: ModInfo.Id fullName: TinyLife.Mods.ModInfo.Id type: Field - source: - remote: - path: TinyLife/Mods/ModLoader.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Id - path: ../TinyLife/Mods/ModLoader.cs - startLine: 200 assemblies: - Tiny Life namespace: TinyLife.Mods @@ -92,14 +76,6 @@ items: nameWithType: ModInfo.Mod fullName: TinyLife.Mods.ModInfo.Mod type: Field - source: - remote: - path: TinyLife/Mods/ModLoader.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Mod - path: ../TinyLife/Mods/ModLoader.cs - startLine: 204 assemblies: - Tiny Life namespace: TinyLife.Mods @@ -121,14 +97,6 @@ items: nameWithType: ModInfo.Logger fullName: TinyLife.Mods.ModInfo.Logger type: Field - source: - remote: - path: TinyLife/Mods/ModLoader.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Logger - path: ../TinyLife/Mods/ModLoader.cs - startLine: 209 assemblies: - Tiny Life namespace: TinyLife.Mods @@ -153,14 +121,6 @@ items: nameWithType: ModInfo.Content fullName: TinyLife.Mods.ModInfo.Content type: Field - source: - remote: - path: TinyLife/Mods/ModLoader.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Content - path: ../TinyLife/Mods/ModLoader.cs - startLine: 214 assemblies: - Tiny Life namespace: TinyLife.Mods @@ -185,14 +145,6 @@ items: nameWithType: ModInfo.Harmony fullName: TinyLife.Mods.ModInfo.Harmony type: Field - source: - remote: - path: TinyLife/Mods/ModLoader.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Harmony - path: ../TinyLife/Mods/ModLoader.cs - startLine: 219 assemblies: - Tiny Life namespace: TinyLife.Mods @@ -217,14 +169,6 @@ items: nameWithType: ModInfo.OptionsFile fullName: TinyLife.Mods.ModInfo.OptionsFile type: Field - source: - remote: - path: TinyLife/Mods/ModLoader.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OptionsFile - path: ../TinyLife/Mods/ModLoader.cs - startLine: 223 assemblies: - Tiny Life namespace: TinyLife.Mods @@ -246,14 +190,6 @@ items: nameWithType: ModInfo.Errored fullName: TinyLife.Mods.ModInfo.Errored type: Property - source: - remote: - path: TinyLife/Mods/ModLoader.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Errored - path: ../TinyLife/Mods/ModLoader.cs - startLine: 229 assemblies: - Tiny Life namespace: TinyLife.Mods @@ -280,14 +216,6 @@ items: nameWithType: ModInfo.Dispose() fullName: TinyLife.Mods.ModInfo.Dispose() type: Method - source: - remote: - path: TinyLife/Mods/ModLoader.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Dispose - path: ../TinyLife/Mods/ModLoader.cs - startLine: 246 assemblies: - Tiny Life namespace: TinyLife.Mods @@ -310,14 +238,6 @@ items: nameWithType: ModInfo.ToString() fullName: TinyLife.Mods.ModInfo.ToString() type: Method - source: - remote: - path: TinyLife/Mods/ModLoader.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ToString - path: ../TinyLife/Mods/ModLoader.cs - startLine: 253 assemblies: - Tiny Life namespace: TinyLife.Mods @@ -342,14 +262,6 @@ items: nameWithType: ModInfo.SaveOptions(T) fullName: TinyLife.Mods.ModInfo.SaveOptions(T) type: Method - source: - remote: - path: TinyLife/Mods/ModLoader.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SaveOptions - path: ../TinyLife/Mods/ModLoader.cs - startLine: 272 assemblies: - Tiny Life namespace: TinyLife.Mods @@ -385,14 +297,6 @@ items: nameWithType: ModInfo.LoadOptions(Func) fullName: TinyLife.Mods.ModInfo.LoadOptions(System.Func) type: Method - source: - remote: - path: TinyLife/Mods/ModLoader.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: LoadOptions - path: ../TinyLife/Mods/ModLoader.cs - startLine: 290 assemblies: - Tiny Life namespace: TinyLife.Mods diff --git a/docs/api/TinyLife.Mods.ModLoader.yml b/docs/api/TinyLife.Mods.ModLoader.yml index 68c929e..158f70d 100644 --- a/docs/api/TinyLife.Mods.ModLoader.yml +++ b/docs/api/TinyLife.Mods.ModLoader.yml @@ -15,14 +15,6 @@ items: nameWithType: ModLoader fullName: TinyLife.Mods.ModLoader type: Class - source: - remote: - path: TinyLife/Mods/ModLoader.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ModLoader - path: ../TinyLife/Mods/ModLoader.cs - startLine: 27 assemblies: - Tiny Life namespace: TinyLife.Mods @@ -52,14 +44,6 @@ items: nameWithType: ModLoader.LoadedMods fullName: TinyLife.Mods.ModLoader.LoadedMods type: Field - source: - remote: - path: TinyLife/Mods/ModLoader.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: LoadedMods - path: ../TinyLife/Mods/ModLoader.cs - startLine: 33 assemblies: - Tiny Life namespace: TinyLife.Mods @@ -81,14 +65,6 @@ items: nameWithType: ModLoader.GetModsFolder() fullName: TinyLife.Mods.ModLoader.GetModsFolder() type: Method - source: - remote: - path: TinyLife/Mods/ModLoader.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetModsFolder - path: ../TinyLife/Mods/ModLoader.cs - startLine: 40 assemblies: - Tiny Life namespace: TinyLife.Mods @@ -112,14 +88,6 @@ items: nameWithType: ModLoader.GetExecutingMod(StackFrame[]) fullName: TinyLife.Mods.ModLoader.GetExecutingMod(System.Diagnostics.StackFrame[]) type: Method - source: - remote: - path: TinyLife/Mods/ModLoader.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetExecutingMod - path: ../TinyLife/Mods/ModLoader.cs - startLine: 50 assemblies: - Tiny Life namespace: TinyLife.Mods diff --git a/docs/api/TinyLife.Music.Occasion.yml b/docs/api/TinyLife.Music.Occasion.yml index aa196e8..4c0a66f 100644 --- a/docs/api/TinyLife.Music.Occasion.yml +++ b/docs/api/TinyLife.Music.Occasion.yml @@ -18,14 +18,6 @@ items: nameWithType: Music.Occasion fullName: TinyLife.Music.Occasion type: Enum - source: - remote: - path: TinyLife/Music.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Occasion - path: ../TinyLife/Music.cs - startLine: 154 assemblies: - Tiny Life namespace: TinyLife @@ -47,14 +39,6 @@ items: nameWithType: Music.Occasion.None fullName: TinyLife.Music.Occasion.None type: Field - source: - remote: - path: TinyLife/Music.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: None - path: ../TinyLife/Music.cs - startLine: 157 assemblies: - Tiny Life namespace: TinyLife @@ -73,14 +57,6 @@ items: nameWithType: Music.Occasion.MainMenu fullName: TinyLife.Music.Occasion.MainMenu type: Field - source: - remote: - path: TinyLife/Music.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: MainMenu - path: ../TinyLife/Music.cs - startLine: 158 assemblies: - Tiny Life namespace: TinyLife @@ -99,14 +75,6 @@ items: nameWithType: Music.Occasion.SelectHousehold fullName: TinyLife.Music.Occasion.SelectHousehold type: Field - source: - remote: - path: TinyLife/Music.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SelectHousehold - path: ../TinyLife/Music.cs - startLine: 159 assemblies: - Tiny Life namespace: TinyLife @@ -125,14 +93,6 @@ items: nameWithType: Music.Occasion.InGame fullName: TinyLife.Music.Occasion.InGame type: Field - source: - remote: - path: TinyLife/Music.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: InGame - path: ../TinyLife/Music.cs - startLine: 160 assemblies: - Tiny Life namespace: TinyLife @@ -151,14 +111,6 @@ items: nameWithType: Music.Occasion.BuildMode fullName: TinyLife.Music.Occasion.BuildMode type: Field - source: - remote: - path: TinyLife/Music.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: BuildMode - path: ../TinyLife/Music.cs - startLine: 161 assemblies: - Tiny Life namespace: TinyLife @@ -177,14 +129,6 @@ items: nameWithType: Music.Occasion.CharacterCreation fullName: TinyLife.Music.Occasion.CharacterCreation type: Field - source: - remote: - path: TinyLife/Music.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CharacterCreation - path: ../TinyLife/Music.cs - startLine: 162 assemblies: - Tiny Life namespace: TinyLife diff --git a/docs/api/TinyLife.Music.yml b/docs/api/TinyLife.Music.yml index 9001846..8629ba7 100644 --- a/docs/api/TinyLife.Music.yml +++ b/docs/api/TinyLife.Music.yml @@ -14,14 +14,6 @@ items: nameWithType: Music fullName: TinyLife.Music type: Class - source: - remote: - path: TinyLife/Music.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Music - path: ../TinyLife/Music.cs - startLine: 15 assemblies: - Tiny Life namespace: TinyLife @@ -51,14 +43,6 @@ items: nameWithType: Music.Register(Song, params Music.Occasion[]) fullName: TinyLife.Music.Register(Microsoft.Xna.Framework.Media.Song, params TinyLife.Music.Occasion[]) type: Method - source: - remote: - path: TinyLife/Music.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Register - path: ../TinyLife/Music.cs - startLine: 45 assemblies: - Tiny Life namespace: TinyLife @@ -96,14 +80,6 @@ items: nameWithType: Music.Duck(TimeSpan, float) fullName: TinyLife.Music.Duck(System.TimeSpan, float) type: Method - source: - remote: - path: TinyLife/Music.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Duck - path: ../TinyLife/Music.cs - startLine: 63 assemblies: - Tiny Life namespace: TinyLife diff --git a/docs/api/TinyLife.NameCategory.yml b/docs/api/TinyLife.NameCategory.yml index 272eaad..d4823d0 100644 --- a/docs/api/TinyLife.NameCategory.yml +++ b/docs/api/TinyLife.NameCategory.yml @@ -17,14 +17,6 @@ items: nameWithType: NameCategory fullName: TinyLife.NameCategory type: Enum - source: - remote: - path: TinyLife/Localization.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: NameCategory - path: ../TinyLife/Localization.cs - startLine: 272 assemblies: - Tiny Life namespace: TinyLife @@ -49,14 +41,6 @@ items: nameWithType: NameCategory.ModNames fullName: TinyLife.NameCategory.ModNames type: Field - source: - remote: - path: TinyLife/Localization.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ModNames - path: ../TinyLife/Localization.cs - startLine: 277 assemblies: - Tiny Life namespace: TinyLife @@ -77,14 +61,6 @@ items: nameWithType: NameCategory.AppNames fullName: TinyLife.NameCategory.AppNames type: Field - source: - remote: - path: TinyLife/Localization.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AppNames - path: ../TinyLife/Localization.cs - startLine: 281 assemblies: - Tiny Life namespace: TinyLife @@ -105,14 +81,6 @@ items: nameWithType: NameCategory.MasculineFirstNames fullName: TinyLife.NameCategory.MasculineFirstNames type: Field - source: - remote: - path: TinyLife/Localization.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: MasculineFirstNames - path: ../TinyLife/Localization.cs - startLine: 285 assemblies: - Tiny Life namespace: TinyLife @@ -133,14 +101,6 @@ items: nameWithType: NameCategory.FeminineFirstNames fullName: TinyLife.NameCategory.FeminineFirstNames type: Field - source: - remote: - path: TinyLife/Localization.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: FeminineFirstNames - path: ../TinyLife/Localization.cs - startLine: 289 assemblies: - Tiny Life namespace: TinyLife @@ -161,14 +121,6 @@ items: nameWithType: NameCategory.LastNames fullName: TinyLife.NameCategory.LastNames type: Field - source: - remote: - path: TinyLife/Localization.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: LastNames - path: ../TinyLife/Localization.cs - startLine: 293 assemblies: - Tiny Life namespace: TinyLife diff --git a/docs/api/TinyLife.Need.yml b/docs/api/TinyLife.Need.yml index f753697..06bc2a1 100644 --- a/docs/api/TinyLife.Need.yml +++ b/docs/api/TinyLife.Need.yml @@ -17,14 +17,6 @@ items: nameWithType: Need fullName: TinyLife.Need type: Class - source: - remote: - path: TinyLife/Need.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Need - path: ../TinyLife/Need.cs - startLine: 19 assemblies: - Tiny Life namespace: TinyLife @@ -69,14 +61,6 @@ items: nameWithType: Need.Max fullName: TinyLife.Need.Max type: Field - source: - remote: - path: TinyLife/Need.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Max - path: ../TinyLife/Need.cs - startLine: 25 assemblies: - Tiny Life namespace: TinyLife @@ -98,14 +82,6 @@ items: nameWithType: Need.Type fullName: TinyLife.Need.Type type: Field - source: - remote: - path: TinyLife/Need.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Type - path: ../TinyLife/Need.cs - startLine: 31 assemblies: - Tiny Life namespace: TinyLife @@ -137,14 +113,6 @@ items: nameWithType: Need.Value fullName: TinyLife.Need.Value type: Property - source: - remote: - path: TinyLife/Need.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Value - path: ../TinyLife/Need.cs - startLine: 36 assemblies: - Tiny Life namespace: TinyLife @@ -181,14 +149,6 @@ items: nameWithType: Need.Percentage fullName: TinyLife.Need.Percentage type: Property - source: - remote: - path: TinyLife/Need.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Percentage - path: ../TinyLife/Need.cs - startLine: 44 assemblies: - Tiny Life namespace: TinyLife @@ -212,14 +172,6 @@ items: nameWithType: Need.Need(NeedType) fullName: TinyLife.Need.Need(TinyLife.NeedType) type: Constructor - source: - remote: - path: TinyLife/Need.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Need.cs - startLine: 54 assemblies: - Tiny Life namespace: TinyLife diff --git a/docs/api/TinyLife.NeedType.yml b/docs/api/TinyLife.NeedType.yml index ad3960c..ed40ec3 100644 --- a/docs/api/TinyLife.NeedType.yml +++ b/docs/api/TinyLife.NeedType.yml @@ -28,14 +28,6 @@ items: nameWithType: NeedType fullName: TinyLife.NeedType type: Class - source: - remote: - path: TinyLife/Need.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: NeedType - path: ../TinyLife/Need.cs - startLine: 91 assemblies: - Tiny Life namespace: TinyLife @@ -78,14 +70,6 @@ items: nameWithType: NeedType.Types fullName: TinyLife.NeedType.Types type: Field - source: - remote: - path: TinyLife/Need.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Types - path: ../TinyLife/Need.cs - startLine: 99 assemblies: - Tiny Life namespace: TinyLife @@ -110,14 +94,6 @@ items: nameWithType: NeedType.Energy fullName: TinyLife.NeedType.Energy type: Field - source: - remote: - path: TinyLife/Need.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Energy - path: ../TinyLife/Need.cs - startLine: 102 assemblies: - Tiny Life namespace: TinyLife @@ -137,14 +113,6 @@ items: nameWithType: NeedType.Hunger fullName: TinyLife.NeedType.Hunger type: Field - source: - remote: - path: TinyLife/Need.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Hunger - path: ../TinyLife/Need.cs - startLine: 111 assemblies: - Tiny Life namespace: TinyLife @@ -164,14 +132,6 @@ items: nameWithType: NeedType.Social fullName: TinyLife.NeedType.Social type: Field - source: - remote: - path: TinyLife/Need.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Social - path: ../TinyLife/Need.cs - startLine: 114 assemblies: - Tiny Life namespace: TinyLife @@ -191,14 +151,6 @@ items: nameWithType: NeedType.Toilet fullName: TinyLife.NeedType.Toilet type: Field - source: - remote: - path: TinyLife/Need.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Toilet - path: ../TinyLife/Need.cs - startLine: 115 assemblies: - Tiny Life namespace: TinyLife @@ -218,14 +170,6 @@ items: nameWithType: NeedType.Hygiene fullName: TinyLife.NeedType.Hygiene type: Field - source: - remote: - path: TinyLife/Need.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Hygiene - path: ../TinyLife/Need.cs - startLine: 116 assemblies: - Tiny Life namespace: TinyLife @@ -245,14 +189,6 @@ items: nameWithType: NeedType.Entertainment fullName: TinyLife.NeedType.Entertainment type: Field - source: - remote: - path: TinyLife/Need.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Entertainment - path: ../TinyLife/Need.cs - startLine: 117 assemblies: - Tiny Life namespace: TinyLife @@ -272,14 +208,6 @@ items: nameWithType: NeedType.Name fullName: TinyLife.NeedType.Name type: Field - source: - remote: - path: TinyLife/Need.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Name - path: ../TinyLife/Need.cs - startLine: 124 assemblies: - Tiny Life namespace: TinyLife @@ -304,14 +232,6 @@ items: nameWithType: NeedType.PassiveReduction fullName: TinyLife.NeedType.PassiveReduction type: Field - source: - remote: - path: TinyLife/Need.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PassiveReduction - path: ../TinyLife/Need.cs - startLine: 129 assemblies: - Tiny Life namespace: TinyLife @@ -336,14 +256,6 @@ items: nameWithType: NeedType.NeedLowAction fullName: TinyLife.NeedType.NeedLowAction type: Field - source: - remote: - path: TinyLife/Need.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: NeedLowAction - path: ../TinyLife/Need.cs - startLine: 133 assemblies: - Tiny Life namespace: TinyLife @@ -365,14 +277,6 @@ items: nameWithType: NeedType.NeedLowTime fullName: TinyLife.NeedType.NeedLowTime type: Field - source: - remote: - path: TinyLife/Need.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: NeedLowTime - path: ../TinyLife/Need.cs - startLine: 137 assemblies: - Tiny Life namespace: TinyLife @@ -394,14 +298,6 @@ items: nameWithType: NeedType.SolveImportance fullName: TinyLife.NeedType.SolveImportance type: Field - source: - remote: - path: TinyLife/Need.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SolveImportance - path: ../TinyLife/Need.cs - startLine: 142 assemblies: - Tiny Life namespace: TinyLife @@ -426,14 +322,6 @@ items: nameWithType: NeedType.SolvePercentage fullName: TinyLife.NeedType.SolvePercentage type: Field - source: - remote: - path: TinyLife/Need.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SolvePercentage - path: ../TinyLife/Need.cs - startLine: 146 assemblies: - Tiny Life namespace: TinyLife @@ -455,14 +343,6 @@ items: nameWithType: NeedType.SourceString fullName: TinyLife.NeedType.SourceString type: Property - source: - remote: - path: TinyLife/Need.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SourceString - path: ../TinyLife/Need.cs - startLine: 148 assemblies: - Tiny Life namespace: TinyLife @@ -488,14 +368,6 @@ items: nameWithType: NeedType.NeedType(string, Func, Func, Func, float, float) fullName: TinyLife.NeedType.NeedType(string, System.Func, System.Func, System.Func, float, float) type: Constructor - source: - remote: - path: TinyLife/Need.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Need.cs - startLine: 159 assemblies: - Tiny Life namespace: TinyLife @@ -538,14 +410,6 @@ items: nameWithType: NeedType.Register(NeedType) fullName: TinyLife.NeedType.Register(TinyLife.NeedType) type: Method - source: - remote: - path: TinyLife/Need.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Register - path: ../TinyLife/Need.cs - startLine: 173 assemblies: - Tiny Life namespace: TinyLife diff --git a/docs/api/TinyLife.Objects.AbstractSpot.yml b/docs/api/TinyLife.Objects.AbstractSpot.yml index 25b3eb5..68a8e25 100644 --- a/docs/api/TinyLife.Objects.AbstractSpot.yml +++ b/docs/api/TinyLife.Objects.AbstractSpot.yml @@ -26,14 +26,6 @@ items: nameWithType: AbstractSpot fullName: TinyLife.Objects.AbstractSpot type: Class - source: - remote: - path: TinyLife/Objects/AbstractSpot.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AbstractSpot - path: ../TinyLife/Objects/AbstractSpot.cs - startLine: 11 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -68,14 +60,6 @@ items: nameWithType: AbstractSpot.YOffset fullName: TinyLife.Objects.AbstractSpot.YOffset type: Property - source: - remote: - path: TinyLife/Objects/AbstractSpot.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: YOffset - path: ../TinyLife/Objects/AbstractSpot.cs - startLine: 16 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -99,14 +83,6 @@ items: nameWithType: AbstractSpot.Group fullName: TinyLife.Objects.AbstractSpot.Group type: Property - source: - remote: - path: TinyLife/Objects/AbstractSpot.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Group - path: ../TinyLife/Objects/AbstractSpot.cs - startLine: 23 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -137,14 +113,6 @@ items: nameWithType: AbstractSpot.VisualDirection fullName: TinyLife.Objects.AbstractSpot.VisualDirection type: Property - source: - remote: - path: TinyLife/Objects/AbstractSpot.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: VisualDirection - path: ../TinyLife/Objects/AbstractSpot.cs - startLine: 29 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -173,14 +141,6 @@ items: nameWithType: AbstractSpot.DrawLayer fullName: TinyLife.Objects.AbstractSpot.DrawLayer type: Field - source: - remote: - path: TinyLife/Objects/AbstractSpot.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DrawLayer - path: ../TinyLife/Objects/AbstractSpot.cs - startLine: 34 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -205,14 +165,6 @@ items: nameWithType: AbstractSpot.IsOnGround fullName: TinyLife.Objects.AbstractSpot.IsOnGround type: Property - source: - remote: - path: TinyLife/Objects/AbstractSpot.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IsOnGround - path: ../TinyLife/Objects/AbstractSpot.cs - startLine: 39 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -239,14 +191,6 @@ items: nameWithType: AbstractSpot.ValidDirections fullName: TinyLife.Objects.AbstractSpot.ValidDirections type: Field - source: - remote: - path: TinyLife/Objects/AbstractSpot.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ValidDirections - path: ../TinyLife/Objects/AbstractSpot.cs - startLine: 45 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -271,14 +215,6 @@ items: nameWithType: AbstractSpot.Offset fullName: TinyLife.Objects.AbstractSpot.Offset type: Field - source: - remote: - path: TinyLife/Objects/AbstractSpot.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Offset - path: ../TinyLife/Objects/AbstractSpot.cs - startLine: 49 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -300,14 +236,6 @@ items: nameWithType: AbstractSpot.VisualOffset fullName: TinyLife.Objects.AbstractSpot.VisualOffset type: Field - source: - remote: - path: TinyLife/Objects/AbstractSpot.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: VisualOffset - path: ../TinyLife/Objects/AbstractSpot.cs - startLine: 54 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -332,14 +260,6 @@ items: nameWithType: AbstractSpot.AbstractSpot(Vector2, Vector2, float, Direction2[]) fullName: TinyLife.Objects.AbstractSpot.AbstractSpot(Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Vector2, float, MLEM.Maths.Direction2[]) type: Constructor - source: - remote: - path: TinyLife/Objects/AbstractSpot.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Objects/AbstractSpot.cs - startLine: 64 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -379,14 +299,6 @@ items: nameWithType: AbstractSpot.GetValidDirections(Direction2) fullName: TinyLife.Objects.AbstractSpot.GetValidDirections(MLEM.Maths.Direction2) type: Method - source: - remote: - path: TinyLife/Objects/AbstractSpot.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetValidDirections - path: ../TinyLife/Objects/AbstractSpot.cs - startLine: 77 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -414,14 +326,6 @@ items: nameWithType: AbstractSpot.GetVisualDirection(Direction2) fullName: TinyLife.Objects.AbstractSpot.GetVisualDirection(MLEM.Maths.Direction2) type: Method - source: - remote: - path: TinyLife/Objects/AbstractSpot.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetVisualDirection - path: ../TinyLife/Objects/AbstractSpot.cs - startLine: 88 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -452,14 +356,6 @@ items: nameWithType: AbstractSpot.GetLocation(Furniture, bool) fullName: TinyLife.Objects.AbstractSpot.GetLocation(TinyLife.Objects.Furniture, bool) type: Method - source: - remote: - path: TinyLife/Objects/AbstractSpot.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetLocation - path: ../TinyLife/Objects/AbstractSpot.cs - startLine: 98 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -493,14 +389,6 @@ items: nameWithType: AbstractSpot.DoGroupsOverlap(AbstractSpot) fullName: TinyLife.Objects.AbstractSpot.DoGroupsOverlap(TinyLife.Objects.AbstractSpot) type: Method - source: - remote: - path: TinyLife/Objects/AbstractSpot.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DoGroupsOverlap - path: ../TinyLife/Objects/AbstractSpot.cs - startLine: 109 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -531,14 +419,6 @@ items: nameWithType: AbstractSpot.SortDrawLayers(T[]) fullName: TinyLife.Objects.AbstractSpot.SortDrawLayers(T[]) type: Method - source: - remote: - path: TinyLife/Objects/AbstractSpot.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SortDrawLayers - path: ../TinyLife/Objects/AbstractSpot.cs - startLine: 120 assemblies: - Tiny Life namespace: TinyLife.Objects diff --git a/docs/api/TinyLife.Objects.ActionSpot.yml b/docs/api/TinyLife.Objects.ActionSpot.yml index f952053..8847b29 100644 --- a/docs/api/TinyLife.Objects.ActionSpot.yml +++ b/docs/api/TinyLife.Objects.ActionSpot.yml @@ -26,14 +26,6 @@ items: nameWithType: ActionSpot fullName: TinyLife.Objects.ActionSpot type: Class - source: - remote: - path: TinyLife/Objects/ActionSpot.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ActionSpot - path: ../TinyLife/Objects/ActionSpot.cs - startLine: 10 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -79,14 +71,6 @@ items: nameWithType: ActionSpot.CategoryRestriction fullName: TinyLife.Objects.ActionSpot.CategoryRestriction type: Field - source: - remote: - path: TinyLife/Objects/ActionSpot.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CategoryRestriction - path: ../TinyLife/Objects/ActionSpot.cs - startLine: 17 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -113,14 +97,6 @@ items: nameWithType: ActionSpot.ActionSpot(Vector2, params Direction2[]) fullName: TinyLife.Objects.ActionSpot.ActionSpot(Microsoft.Xna.Framework.Vector2, params MLEM.Maths.Direction2[]) type: Constructor - source: - remote: - path: TinyLife/Objects/ActionSpot.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Objects/ActionSpot.cs - startLine: 24 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -151,14 +127,6 @@ items: nameWithType: ActionSpot.ActionSpot(Vector2, float, params Direction2[]) fullName: TinyLife.Objects.ActionSpot.ActionSpot(Microsoft.Xna.Framework.Vector2, float, params MLEM.Maths.Direction2[]) type: Constructor - source: - remote: - path: TinyLife/Objects/ActionSpot.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Objects/ActionSpot.cs - startLine: 33 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -192,14 +160,6 @@ items: nameWithType: ActionSpot.ActionSpot(Vector2, Vector2, float, params Direction2[]) fullName: TinyLife.Objects.ActionSpot.ActionSpot(Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Vector2, float, params MLEM.Maths.Direction2[]) type: Constructor - source: - remote: - path: TinyLife/Objects/ActionSpot.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Objects/ActionSpot.cs - startLine: 43 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -236,14 +196,6 @@ items: nameWithType: ActionSpot.GetFreeDirections(Furniture, PersonLike) fullName: TinyLife.Objects.ActionSpot.GetFreeDirections(TinyLife.Objects.Furniture, TinyLife.Objects.PersonLike) type: Method - source: - remote: - path: TinyLife/Objects/ActionSpot.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetFreeDirections - path: ../TinyLife/Objects/ActionSpot.cs - startLine: 54 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -279,14 +231,6 @@ items: nameWithType: ActionSpot.GetOccupants(Furniture, bool, bool) fullName: TinyLife.Objects.ActionSpot.GetOccupants(TinyLife.Objects.Furniture, bool, bool) type: Method - source: - remote: - path: TinyLife/Objects/ActionSpot.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetOccupants - path: ../TinyLife/Objects/ActionSpot.cs - startLine: 76 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -326,14 +270,6 @@ items: nameWithType: ActionSpot.BedSpots(bool, float, float) fullName: TinyLife.Objects.ActionSpot.BedSpots(bool, float, float) type: Method - source: - remote: - path: TinyLife/Objects/ActionSpot.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: BedSpots - path: ../TinyLife/Objects/ActionSpot.cs - startLine: 90 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -375,14 +311,6 @@ items: nameWithType: ActionSpot.CribSpots(float) fullName: TinyLife.Objects.ActionSpot.CribSpots(float) type: Method - source: - remote: - path: TinyLife/Objects/ActionSpot.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CribSpots - path: ../TinyLife/Objects/ActionSpot.cs - startLine: 130 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -413,14 +341,6 @@ items: nameWithType: ActionSpot.BenchSpots(bool, float) fullName: TinyLife.Objects.ActionSpot.BenchSpots(bool, float) type: Method - source: - remote: - path: TinyLife/Objects/ActionSpot.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: BenchSpots - path: ../TinyLife/Objects/ActionSpot.cs - startLine: 146 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -457,14 +377,6 @@ items: nameWithType: ActionSpot.ChairSpots(float) fullName: TinyLife.Objects.ActionSpot.ChairSpots(float) type: Method - source: - remote: - path: TinyLife/Objects/ActionSpot.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ChairSpots - path: ../TinyLife/Objects/ActionSpot.cs - startLine: 166 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -495,14 +407,6 @@ items: nameWithType: ActionSpot.PicnicTableSpots(Point) fullName: TinyLife.Objects.ActionSpot.PicnicTableSpots(Microsoft.Xna.Framework.Point) type: Method - source: - remote: - path: TinyLife/Objects/ActionSpot.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PicnicTableSpots - path: ../TinyLife/Objects/ActionSpot.cs - startLine: 176 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -533,14 +437,6 @@ items: nameWithType: ActionSpot.SinkSpots() fullName: TinyLife.Objects.ActionSpot.SinkSpots() type: Method - source: - remote: - path: TinyLife/Objects/ActionSpot.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SinkSpots - path: ../TinyLife/Objects/ActionSpot.cs - startLine: 196 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -564,14 +460,6 @@ items: nameWithType: ActionSpot.AllSpots(Point, ObjectCategory) fullName: TinyLife.Objects.ActionSpot.AllSpots(Microsoft.Xna.Framework.Point, TinyLife.Objects.ObjectCategory) type: Method - source: - remote: - path: TinyLife/Objects/ActionSpot.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AllSpots - path: ../TinyLife/Objects/ActionSpot.cs - startLine: 209 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -605,14 +493,6 @@ items: nameWithType: ActionSpot.GetPicnicBenchDrawLayer(Furniture) fullName: TinyLife.Objects.ActionSpot.GetPicnicBenchDrawLayer(TinyLife.Objects.Furniture) type: Method - source: - remote: - path: TinyLife/Objects/ActionSpot.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetPicnicBenchDrawLayer - path: ../TinyLife/Objects/ActionSpot.cs - startLine: 224 assemblies: - Tiny Life namespace: TinyLife.Objects diff --git a/docs/api/TinyLife.Objects.AgeGroup.yml b/docs/api/TinyLife.Objects.AgeGroup.yml index 4b17055..2385c6a 100644 --- a/docs/api/TinyLife.Objects.AgeGroup.yml +++ b/docs/api/TinyLife.Objects.AgeGroup.yml @@ -6,8 +6,13 @@ items: parent: TinyLife.Objects children: - TinyLife.Objects.AgeGroup.Adult + - TinyLife.Objects.AgeGroup.AdultOrOlder - TinyLife.Objects.AgeGroup.Baby - TinyLife.Objects.AgeGroup.Child + - TinyLife.Objects.AgeGroup.ChildOrOlder + - TinyLife.Objects.AgeGroup.ChildOrYounger + - TinyLife.Objects.AgeGroup.OlderThanChild + - TinyLife.Objects.AgeGroup.YoungerThanAdult langs: - csharp - vb @@ -15,14 +20,6 @@ items: nameWithType: AgeGroup fullName: TinyLife.Objects.AgeGroup type: Enum - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AgeGroup - path: ../TinyLife/Objects/PersonLike.cs - startLine: 3607 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -30,6 +27,8 @@ items: A flags enumeration that represents the age groups a can have. Since this enumeration has the , multiple age groups can be combined into one value. + + Note that this enumeration, for convenience, also contains predefined combined flags like and . example: [] syntax: content: >- @@ -60,14 +59,6 @@ items: nameWithType: AgeGroup.Baby fullName: TinyLife.Objects.AgeGroup.Baby type: Field - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Baby - path: ../TinyLife/Objects/PersonLike.cs - startLine: 3614 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -88,14 +79,6 @@ items: nameWithType: AgeGroup.Child fullName: TinyLife.Objects.AgeGroup.Child type: Field - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Child - path: ../TinyLife/Objects/PersonLike.cs - startLine: 3620 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -116,14 +99,6 @@ items: nameWithType: AgeGroup.Adult fullName: TinyLife.Objects.AgeGroup.Adult type: Field - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Adult - path: ../TinyLife/Objects/PersonLike.cs - startLine: 3626 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -133,6 +108,99 @@ items: content: Adult = 32 return: type: TinyLife.Objects.AgeGroup +- uid: TinyLife.Objects.AgeGroup.ChildOrYounger + commentId: F:TinyLife.Objects.AgeGroup.ChildOrYounger + id: ChildOrYounger + parent: TinyLife.Objects.AgeGroup + langs: + - csharp + - vb + name: ChildOrYounger + nameWithType: AgeGroup.ChildOrYounger + fullName: TinyLife.Objects.AgeGroup.ChildOrYounger + type: Field + assemblies: + - Tiny Life + namespace: TinyLife.Objects + syntax: + content: ChildOrYounger = Baby | Child + return: + type: TinyLife.Objects.AgeGroup + content.vb: ChildOrYounger = Baby Or Child +- uid: TinyLife.Objects.AgeGroup.OlderThanChild + commentId: F:TinyLife.Objects.AgeGroup.OlderThanChild + id: OlderThanChild + parent: TinyLife.Objects.AgeGroup + langs: + - csharp + - vb + name: OlderThanChild + nameWithType: AgeGroup.OlderThanChild + fullName: TinyLife.Objects.AgeGroup.OlderThanChild + type: Field + assemblies: + - Tiny Life + namespace: TinyLife.Objects + syntax: + content: OlderThanChild = 96 + return: + type: TinyLife.Objects.AgeGroup +- uid: TinyLife.Objects.AgeGroup.ChildOrOlder + commentId: F:TinyLife.Objects.AgeGroup.ChildOrOlder + id: ChildOrOlder + parent: TinyLife.Objects.AgeGroup + langs: + - csharp + - vb + name: ChildOrOlder + nameWithType: AgeGroup.ChildOrOlder + fullName: TinyLife.Objects.AgeGroup.ChildOrOlder + type: Field + assemblies: + - Tiny Life + namespace: TinyLife.Objects + syntax: + content: ChildOrOlder = Child | AdultOrOlder + return: + type: TinyLife.Objects.AgeGroup + content.vb: ChildOrOlder = Child Or AdultOrOlder +- uid: TinyLife.Objects.AgeGroup.YoungerThanAdult + commentId: F:TinyLife.Objects.AgeGroup.YoungerThanAdult + id: YoungerThanAdult + parent: TinyLife.Objects.AgeGroup + langs: + - csharp + - vb + name: YoungerThanAdult + nameWithType: AgeGroup.YoungerThanAdult + fullName: TinyLife.Objects.AgeGroup.YoungerThanAdult + type: Field + assemblies: + - Tiny Life + namespace: TinyLife.Objects + syntax: + content: YoungerThanAdult = Baby | Child + return: + type: TinyLife.Objects.AgeGroup + content.vb: YoungerThanAdult = Baby Or Child +- uid: TinyLife.Objects.AgeGroup.AdultOrOlder + commentId: F:TinyLife.Objects.AgeGroup.AdultOrOlder + id: AdultOrOlder + parent: TinyLife.Objects.AgeGroup + langs: + - csharp + - vb + name: AdultOrOlder + nameWithType: AgeGroup.AdultOrOlder + fullName: TinyLife.Objects.AgeGroup.AdultOrOlder + type: Field + assemblies: + - Tiny Life + namespace: TinyLife.Objects + syntax: + content: AdultOrOlder = 96 + return: + type: TinyLife.Objects.AgeGroup references: - uid: TinyLife.Objects.PersonLike commentId: T:TinyLife.Objects.PersonLike @@ -149,6 +217,18 @@ references: name: FlagsAttribute nameWithType: FlagsAttribute fullName: System.FlagsAttribute +- uid: TinyLife.Objects.AgeGroup.OlderThanChild + commentId: F:TinyLife.Objects.AgeGroup.OlderThanChild + href: TinyLife.Objects.AgeGroup.html#TinyLife_Objects_AgeGroup_OlderThanChild + name: OlderThanChild + nameWithType: AgeGroup.OlderThanChild + fullName: TinyLife.Objects.AgeGroup.OlderThanChild +- uid: TinyLife.Objects.AgeGroup.AdultOrOlder + commentId: F:TinyLife.Objects.AgeGroup.AdultOrOlder + href: TinyLife.Objects.AgeGroup.html#TinyLife_Objects_AgeGroup_AdultOrOlder + name: AdultOrOlder + nameWithType: AgeGroup.AdultOrOlder + fullName: TinyLife.Objects.AgeGroup.AdultOrOlder - uid: TinyLife.Objects commentId: N:TinyLife.Objects href: TinyLife.html diff --git a/docs/api/TinyLife.Objects.AppliedUpgrade.yml b/docs/api/TinyLife.Objects.AppliedUpgrade.yml index aaa2cb0..fc1f6d7 100644 --- a/docs/api/TinyLife.Objects.AppliedUpgrade.yml +++ b/docs/api/TinyLife.Objects.AppliedUpgrade.yml @@ -16,14 +16,6 @@ items: nameWithType: AppliedUpgrade fullName: TinyLife.Objects.AppliedUpgrade type: Class - source: - remote: - path: TinyLife/Objects/Upgrade.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AppliedUpgrade - path: ../TinyLife/Objects/Upgrade.cs - startLine: 137 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -74,14 +66,6 @@ items: nameWithType: AppliedUpgrade.Upgrade fullName: TinyLife.Objects.AppliedUpgrade.Upgrade type: Field - source: - remote: - path: TinyLife/Objects/Upgrade.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Upgrade - path: ../TinyLife/Objects/Upgrade.cs - startLine: 144 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -113,14 +97,6 @@ items: nameWithType: AppliedUpgrade.Progress fullName: TinyLife.Objects.AppliedUpgrade.Progress type: Field - source: - remote: - path: TinyLife/Objects/Upgrade.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Progress - path: ../TinyLife/Objects/Upgrade.cs - startLine: 149 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -152,14 +128,6 @@ items: nameWithType: AppliedUpgrade.AppliedUpgrade(Upgrade) fullName: TinyLife.Objects.AppliedUpgrade.AppliedUpgrade(TinyLife.Objects.Upgrade) type: Constructor - source: - remote: - path: TinyLife/Objects/Upgrade.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Objects/Upgrade.cs - startLine: 155 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -187,14 +155,6 @@ items: nameWithType: AppliedUpgrade.Validate() fullName: TinyLife.Objects.AppliedUpgrade.Validate() type: Method - source: - remote: - path: TinyLife/Objects/Upgrade.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Validate - path: ../TinyLife/Objects/Upgrade.cs - startLine: 163 assemblies: - Tiny Life namespace: TinyLife.Objects diff --git a/docs/api/TinyLife.Objects.Bathtub.yml b/docs/api/TinyLife.Objects.Bathtub.yml index 0a26bd5..7250497 100644 --- a/docs/api/TinyLife.Objects.Bathtub.yml +++ b/docs/api/TinyLife.Objects.Bathtub.yml @@ -15,14 +15,6 @@ items: nameWithType: Bathtub fullName: TinyLife.Objects.Bathtub type: Class - source: - remote: - path: TinyLife/Objects/Bathtub.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Bathtub - path: ../TinyLife/Objects/Bathtub.cs - startLine: 14 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -104,6 +96,8 @@ items: - TinyLife.Objects.Furniture.ApplyUpgrade(TinyLife.Objects.AppliedUpgrade) - TinyLife.Objects.Furniture.HasFullUpgrade(TinyLife.Objects.Upgrade) - TinyLife.Objects.Furniture.OnNeighborChanged(TinyLife.Objects.Furniture) + - TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single) + - TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) - TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Ui.Elements.Element,System.Single,System.Int32[]) - TinyLife.Objects.Furniture.GetOccupants(TinyLife.Objects.ObjectCategory,System.Boolean) - TinyLife.Objects.Furniture.GetFreeActionSpots(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory) @@ -173,14 +167,6 @@ items: nameWithType: Bathtub.HasWater fullName: TinyLife.Objects.Bathtub.HasWater type: Field - source: - remote: - path: TinyLife/Objects/Bathtub.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: HasWater - path: ../TinyLife/Objects/Bathtub.cs - startLine: 20 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -212,14 +198,6 @@ items: nameWithType: Bathtub.Bathtub(Guid, FurnitureType, int[], Map, Vector2, float) fullName: TinyLife.Objects.Bathtub.Bathtub(System.Guid, TinyLife.Objects.FurnitureType, int[], TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, float) type: Constructor - source: - remote: - path: TinyLife/Objects/Bathtub.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Objects/Bathtub.cs - startLine: 25 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -265,14 +243,6 @@ items: nameWithType: Bathtub.Draw(GameTime, object, Vector2, float, Vector2, Color?, Direction2, int[], float, bool, ParentInfo, float, List) fullName: TinyLife.Objects.Bathtub.Draw(Microsoft.Xna.Framework.GameTime, object, Microsoft.Xna.Framework.Vector2, float, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color?, MLEM.Maths.Direction2, int[], float, bool, TinyLife.Objects.ParentInfo, float, System.Collections.Generic.List) type: Method - source: - remote: - path: TinyLife/Objects/Bathtub.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Draw - path: ../TinyLife/Objects/Bathtub.cs - startLine: 30 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2163,6 +2133,228 @@ references: name: Furniture href: TinyLife.Objects.Furniture.html - name: ) +- uid: TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single) + commentId: M:TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single) + parent: TinyLife.Objects.Furniture + isExternal: true + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_MarkDirtyForPathfinding_Microsoft_Xna_Framework_Vector2_System_Single_ + name: MarkDirtyForPathfinding(Vector2, float) + nameWithType: Furniture.MarkDirtyForPathfinding(Vector2, float) + fullName: TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2, float) + nameWithType.vb: Furniture.MarkDirtyForPathfinding(Vector2, Single) + fullName.vb: TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2, Single) + name.vb: MarkDirtyForPathfinding(Vector2, Single) + spec.csharp: + - uid: TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single) + name: MarkDirtyForPathfinding + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_MarkDirtyForPathfinding_Microsoft_Xna_Framework_Vector2_System_Single_ + - name: ( + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ) + spec.vb: + - uid: TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single) + name: MarkDirtyForPathfinding + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_MarkDirtyForPathfinding_Microsoft_Xna_Framework_Vector2_System_Single_ + - name: ( + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ) +- uid: TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) + commentId: M:TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) + parent: TinyLife.Objects.Furniture + isExternal: true + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_DrawDirtyOverlay_Microsoft_Xna_Framework_GameTime_System_Object_Microsoft_Xna_Framework_Vector2_System_Single_Microsoft_Xna_Framework_Vector2_System_Nullable_Microsoft_Xna_Framework_Color__MLEM_Maths_Direction2_System_Int32___System_Single_System_Boolean_TinyLife_Objects_ParentInfo_System_Single_System_Collections_Generic_List_MLEM_Graphics_StaticSpriteBatch_Item__ + name: DrawDirtyOverlay(GameTime, object, Vector2, float, Vector2, Color?, Direction2, int[], float, bool, ParentInfo, float, List) + nameWithType: Furniture.DrawDirtyOverlay(GameTime, object, Vector2, float, Vector2, Color?, Direction2, int[], float, bool, ParentInfo, float, List) + fullName: TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime, object, Microsoft.Xna.Framework.Vector2, float, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color?, MLEM.Maths.Direction2, int[], float, bool, TinyLife.Objects.ParentInfo, float, System.Collections.Generic.List) + nameWithType.vb: Furniture.DrawDirtyOverlay(GameTime, Object, Vector2, Single, Vector2, Color?, Direction2, Integer(), Single, Boolean, ParentInfo, Single, List(Of StaticSpriteBatch.Item)) + fullName.vb: TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime, Object, Microsoft.Xna.Framework.Vector2, Single, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color?, MLEM.Maths.Direction2, Integer(), Single, Boolean, TinyLife.Objects.ParentInfo, Single, System.Collections.Generic.List(Of MLEM.Graphics.StaticSpriteBatch.Item)) + name.vb: DrawDirtyOverlay(GameTime, Object, Vector2, Single, Vector2, Color?, Direction2, Integer(), Single, Boolean, ParentInfo, Single, List(Of Item)) + spec.csharp: + - uid: TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) + name: DrawDirtyOverlay + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_DrawDirtyOverlay_Microsoft_Xna_Framework_GameTime_System_Object_Microsoft_Xna_Framework_Vector2_System_Single_Microsoft_Xna_Framework_Vector2_System_Nullable_Microsoft_Xna_Framework_Color__MLEM_Maths_Direction2_System_Int32___System_Single_System_Boolean_TinyLife_Objects_ParentInfo_System_Single_System_Collections_Generic_List_MLEM_Graphics_StaticSpriteBatch_Item__ + - name: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + isExternal: true + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Color + name: Color + isExternal: true + - name: '?' + - name: ',' + - name: " " + - uid: MLEM.Maths.Direction2 + name: Direction2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Int32 + name: int + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: '[' + - name: ']' + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: TinyLife.Objects.ParentInfo + name: ParentInfo + href: TinyLife.Objects.ParentInfo.html + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: System.Collections.Generic.List`1 + name: List + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 + - name: < + - uid: MLEM.Graphics.StaticSpriteBatch.Item + name: Item + isExternal: true + - name: '>' + - name: ) + spec.vb: + - uid: TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) + name: DrawDirtyOverlay + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_DrawDirtyOverlay_Microsoft_Xna_Framework_GameTime_System_Object_Microsoft_Xna_Framework_Vector2_System_Single_Microsoft_Xna_Framework_Vector2_System_Nullable_Microsoft_Xna_Framework_Color__MLEM_Maths_Direction2_System_Int32___System_Single_System_Boolean_TinyLife_Objects_ParentInfo_System_Single_System_Collections_Generic_List_MLEM_Graphics_StaticSpriteBatch_Item__ + - name: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + isExternal: true + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Color + name: Color + isExternal: true + - name: '?' + - name: ',' + - name: " " + - uid: MLEM.Maths.Direction2 + name: Direction2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Int32 + name: Integer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ( + - name: ) + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: TinyLife.Objects.ParentInfo + name: ParentInfo + href: TinyLife.Objects.ParentInfo.html + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: System.Collections.Generic.List`1 + name: List + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 + - name: ( + - name: Of + - name: " " + - uid: MLEM.Graphics.StaticSpriteBatch.Item + name: Item + isExternal: true + - name: ) + - name: ) - uid: TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Ui.Elements.Element,System.Single,System.Int32[]) commentId: M:TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Ui.Elements.Element,System.Single,System.Int32[]) parent: TinyLife.Objects.Furniture diff --git a/docs/api/TinyLife.Objects.Book.yml b/docs/api/TinyLife.Objects.Book.yml index aa4588f..ba21a1a 100644 --- a/docs/api/TinyLife.Objects.Book.yml +++ b/docs/api/TinyLife.Objects.Book.yml @@ -15,14 +15,6 @@ items: nameWithType: Book fullName: TinyLife.Objects.Book type: Class - source: - remote: - path: TinyLife/Objects/Book.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Book - path: ../TinyLife/Objects/Book.cs - startLine: 14 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -107,6 +99,8 @@ items: - TinyLife.Objects.Furniture.ApplyUpgrade(TinyLife.Objects.AppliedUpgrade) - TinyLife.Objects.Furniture.HasFullUpgrade(TinyLife.Objects.Upgrade) - TinyLife.Objects.Furniture.OnNeighborChanged(TinyLife.Objects.Furniture) + - TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single) + - TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) - TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Ui.Elements.Element,System.Single,System.Int32[]) - TinyLife.Objects.Furniture.GetOccupants(TinyLife.Objects.ObjectCategory,System.Boolean) - TinyLife.Objects.Furniture.GetFreeActionSpots(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory) @@ -176,14 +170,6 @@ items: nameWithType: Book.IsOpen fullName: TinyLife.Objects.Book.IsOpen type: Field - source: - remote: - path: TinyLife/Objects/Book.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IsOpen - path: ../TinyLife/Objects/Book.cs - startLine: 19 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -205,14 +191,6 @@ items: nameWithType: Book.Book(Guid, FurnitureType, int[], Map, Vector2, float) fullName: TinyLife.Objects.Book.Book(System.Guid, TinyLife.Objects.FurnitureType, int[], TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, float) type: Constructor - source: - remote: - path: TinyLife/Objects/Book.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Objects/Book.cs - startLine: 24 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -258,14 +236,6 @@ items: nameWithType: Book.Draw(GameTime, object, Vector2, float, Vector2, Color?, Direction2, int[], float, bool, ParentInfo, float, List) fullName: TinyLife.Objects.Book.Draw(Microsoft.Xna.Framework.GameTime, object, Microsoft.Xna.Framework.Vector2, float, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color?, MLEM.Maths.Direction2, int[], float, bool, TinyLife.Objects.ParentInfo, float, System.Collections.Generic.List) type: Method - source: - remote: - path: TinyLife/Objects/Book.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Draw - path: ../TinyLife/Objects/Book.cs - startLine: 29 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2155,6 +2125,228 @@ references: name: Furniture href: TinyLife.Objects.Furniture.html - name: ) +- uid: TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single) + commentId: M:TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single) + parent: TinyLife.Objects.Furniture + isExternal: true + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_MarkDirtyForPathfinding_Microsoft_Xna_Framework_Vector2_System_Single_ + name: MarkDirtyForPathfinding(Vector2, float) + nameWithType: Furniture.MarkDirtyForPathfinding(Vector2, float) + fullName: TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2, float) + nameWithType.vb: Furniture.MarkDirtyForPathfinding(Vector2, Single) + fullName.vb: TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2, Single) + name.vb: MarkDirtyForPathfinding(Vector2, Single) + spec.csharp: + - uid: TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single) + name: MarkDirtyForPathfinding + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_MarkDirtyForPathfinding_Microsoft_Xna_Framework_Vector2_System_Single_ + - name: ( + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ) + spec.vb: + - uid: TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single) + name: MarkDirtyForPathfinding + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_MarkDirtyForPathfinding_Microsoft_Xna_Framework_Vector2_System_Single_ + - name: ( + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ) +- uid: TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) + commentId: M:TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) + parent: TinyLife.Objects.Furniture + isExternal: true + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_DrawDirtyOverlay_Microsoft_Xna_Framework_GameTime_System_Object_Microsoft_Xna_Framework_Vector2_System_Single_Microsoft_Xna_Framework_Vector2_System_Nullable_Microsoft_Xna_Framework_Color__MLEM_Maths_Direction2_System_Int32___System_Single_System_Boolean_TinyLife_Objects_ParentInfo_System_Single_System_Collections_Generic_List_MLEM_Graphics_StaticSpriteBatch_Item__ + name: DrawDirtyOverlay(GameTime, object, Vector2, float, Vector2, Color?, Direction2, int[], float, bool, ParentInfo, float, List) + nameWithType: Furniture.DrawDirtyOverlay(GameTime, object, Vector2, float, Vector2, Color?, Direction2, int[], float, bool, ParentInfo, float, List) + fullName: TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime, object, Microsoft.Xna.Framework.Vector2, float, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color?, MLEM.Maths.Direction2, int[], float, bool, TinyLife.Objects.ParentInfo, float, System.Collections.Generic.List) + nameWithType.vb: Furniture.DrawDirtyOverlay(GameTime, Object, Vector2, Single, Vector2, Color?, Direction2, Integer(), Single, Boolean, ParentInfo, Single, List(Of StaticSpriteBatch.Item)) + fullName.vb: TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime, Object, Microsoft.Xna.Framework.Vector2, Single, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color?, MLEM.Maths.Direction2, Integer(), Single, Boolean, TinyLife.Objects.ParentInfo, Single, System.Collections.Generic.List(Of MLEM.Graphics.StaticSpriteBatch.Item)) + name.vb: DrawDirtyOverlay(GameTime, Object, Vector2, Single, Vector2, Color?, Direction2, Integer(), Single, Boolean, ParentInfo, Single, List(Of Item)) + spec.csharp: + - uid: TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) + name: DrawDirtyOverlay + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_DrawDirtyOverlay_Microsoft_Xna_Framework_GameTime_System_Object_Microsoft_Xna_Framework_Vector2_System_Single_Microsoft_Xna_Framework_Vector2_System_Nullable_Microsoft_Xna_Framework_Color__MLEM_Maths_Direction2_System_Int32___System_Single_System_Boolean_TinyLife_Objects_ParentInfo_System_Single_System_Collections_Generic_List_MLEM_Graphics_StaticSpriteBatch_Item__ + - name: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + isExternal: true + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Color + name: Color + isExternal: true + - name: '?' + - name: ',' + - name: " " + - uid: MLEM.Maths.Direction2 + name: Direction2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Int32 + name: int + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: '[' + - name: ']' + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: TinyLife.Objects.ParentInfo + name: ParentInfo + href: TinyLife.Objects.ParentInfo.html + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: System.Collections.Generic.List`1 + name: List + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 + - name: < + - uid: MLEM.Graphics.StaticSpriteBatch.Item + name: Item + isExternal: true + - name: '>' + - name: ) + spec.vb: + - uid: TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) + name: DrawDirtyOverlay + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_DrawDirtyOverlay_Microsoft_Xna_Framework_GameTime_System_Object_Microsoft_Xna_Framework_Vector2_System_Single_Microsoft_Xna_Framework_Vector2_System_Nullable_Microsoft_Xna_Framework_Color__MLEM_Maths_Direction2_System_Int32___System_Single_System_Boolean_TinyLife_Objects_ParentInfo_System_Single_System_Collections_Generic_List_MLEM_Graphics_StaticSpriteBatch_Item__ + - name: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + isExternal: true + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Color + name: Color + isExternal: true + - name: '?' + - name: ',' + - name: " " + - uid: MLEM.Maths.Direction2 + name: Direction2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Int32 + name: Integer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ( + - name: ) + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: TinyLife.Objects.ParentInfo + name: ParentInfo + href: TinyLife.Objects.ParentInfo.html + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: System.Collections.Generic.List`1 + name: List + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 + - name: ( + - name: Of + - name: " " + - uid: MLEM.Graphics.StaticSpriteBatch.Item + name: Item + isExternal: true + - name: ) + - name: ) - uid: TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Ui.Elements.Element,System.Single,System.Int32[]) commentId: M:TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Ui.Elements.Element,System.Single,System.Int32[]) parent: TinyLife.Objects.Furniture diff --git a/docs/api/TinyLife.Objects.BreakableFurniture.BrokenBehavior.yml b/docs/api/TinyLife.Objects.BreakableFurniture.BrokenBehavior.yml index e19535a..52e224a 100644 --- a/docs/api/TinyLife.Objects.BreakableFurniture.BrokenBehavior.yml +++ b/docs/api/TinyLife.Objects.BreakableFurniture.BrokenBehavior.yml @@ -17,14 +17,6 @@ items: nameWithType: BreakableFurniture.BrokenBehavior fullName: TinyLife.Objects.BreakableFurniture.BrokenBehavior type: Enum - source: - remote: - path: TinyLife/Objects/BreakableFurniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: BrokenBehavior - path: ../TinyLife/Objects/BreakableFurniture.cs - startLine: 199 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -56,14 +48,6 @@ items: nameWithType: BreakableFurniture.BrokenBehavior.Puddles fullName: TinyLife.Objects.BreakableFurniture.BrokenBehavior.Puddles type: Field - source: - remote: - path: TinyLife/Objects/BreakableFurniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Puddles - path: ../TinyLife/Objects/BreakableFurniture.cs - startLine: 205 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -84,14 +68,6 @@ items: nameWithType: BreakableFurniture.BrokenBehavior.Dripping fullName: TinyLife.Objects.BreakableFurniture.BrokenBehavior.Dripping type: Field - source: - remote: - path: TinyLife/Objects/BreakableFurniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Dripping - path: ../TinyLife/Objects/BreakableFurniture.cs - startLine: 209 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -112,14 +88,6 @@ items: nameWithType: BreakableFurniture.BrokenBehavior.ElectricityCrackle fullName: TinyLife.Objects.BreakableFurniture.BrokenBehavior.ElectricityCrackle type: Field - source: - remote: - path: TinyLife/Objects/BreakableFurniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ElectricityCrackle - path: ../TinyLife/Objects/BreakableFurniture.cs - startLine: 213 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -140,14 +108,6 @@ items: nameWithType: BreakableFurniture.BrokenBehavior.Smoke fullName: TinyLife.Objects.BreakableFurniture.BrokenBehavior.Smoke type: Field - source: - remote: - path: TinyLife/Objects/BreakableFurniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Smoke - path: ../TinyLife/Objects/BreakableFurniture.cs - startLine: 217 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -168,14 +128,6 @@ items: nameWithType: BreakableFurniture.BrokenBehavior.Electrocution fullName: TinyLife.Objects.BreakableFurniture.BrokenBehavior.Electrocution type: Field - source: - remote: - path: TinyLife/Objects/BreakableFurniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Electrocution - path: ../TinyLife/Objects/BreakableFurniture.cs - startLine: 221 assemblies: - Tiny Life namespace: TinyLife.Objects diff --git a/docs/api/TinyLife.Objects.BreakableFurniture.WearDownDelegate.yml b/docs/api/TinyLife.Objects.BreakableFurniture.WearDownDelegate.yml index b69fe8f..f93db35 100644 --- a/docs/api/TinyLife.Objects.BreakableFurniture.WearDownDelegate.yml +++ b/docs/api/TinyLife.Objects.BreakableFurniture.WearDownDelegate.yml @@ -12,14 +12,6 @@ items: nameWithType: BreakableFurniture.WearDownDelegate fullName: TinyLife.Objects.BreakableFurniture.WearDownDelegate type: Delegate - source: - remote: - path: TinyLife/Objects/BreakableFurniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: WearDownDelegate - path: ../TinyLife/Objects/BreakableFurniture.cs - startLine: 194 assemblies: - Tiny Life namespace: TinyLife.Objects diff --git a/docs/api/TinyLife.Objects.BreakableFurniture.yml b/docs/api/TinyLife.Objects.BreakableFurniture.yml index f235c64..fbb3b0d 100644 --- a/docs/api/TinyLife.Objects.BreakableFurniture.yml +++ b/docs/api/TinyLife.Objects.BreakableFurniture.yml @@ -25,14 +25,6 @@ items: nameWithType: BreakableFurniture fullName: TinyLife.Objects.BreakableFurniture type: Class - source: - remote: - path: TinyLife/Objects/BreakableFurniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: BreakableFurniture - path: ../TinyLife/Objects/BreakableFurniture.cs - startLine: 18 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -115,6 +107,8 @@ items: - TinyLife.Objects.Furniture.ApplyUpgrade(TinyLife.Objects.AppliedUpgrade) - TinyLife.Objects.Furniture.HasFullUpgrade(TinyLife.Objects.Upgrade) - TinyLife.Objects.Furniture.OnNeighborChanged(TinyLife.Objects.Furniture) + - TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single) + - TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) - TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Ui.Elements.Element,System.Single,System.Int32[]) - TinyLife.Objects.Furniture.GetOccupants(TinyLife.Objects.ObjectCategory,System.Boolean) - TinyLife.Objects.Furniture.GetFreeActionSpots(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory) @@ -184,14 +178,6 @@ items: nameWithType: BreakableFurniture.OnWearDown fullName: TinyLife.Objects.BreakableFurniture.OnWearDown type: Event - source: - remote: - path: TinyLife/Objects/BreakableFurniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnWearDown - path: ../TinyLife/Objects/BreakableFurniture.cs - startLine: 24 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -216,14 +202,6 @@ items: nameWithType: BreakableFurniture.OnBreak fullName: TinyLife.Objects.BreakableFurniture.OnBreak type: Event - source: - remote: - path: TinyLife/Objects/BreakableFurniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnBreak - path: ../TinyLife/Objects/BreakableFurniture.cs - startLine: 29 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -248,14 +226,6 @@ items: nameWithType: BreakableFurniture.Broken fullName: TinyLife.Objects.BreakableFurniture.Broken type: Field - source: - remote: - path: TinyLife/Objects/BreakableFurniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Broken - path: ../TinyLife/Objects/BreakableFurniture.cs - startLine: 35 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -287,14 +257,6 @@ items: nameWithType: BreakableFurniture.RepairProgress fullName: TinyLife.Objects.BreakableFurniture.RepairProgress type: Field - source: - remote: - path: TinyLife/Objects/BreakableFurniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RepairProgress - path: ../TinyLife/Objects/BreakableFurniture.cs - startLine: 40 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -326,14 +288,6 @@ items: nameWithType: BreakableFurniture.BreakableFurniture(Guid, FurnitureType, int[], Map, Vector2, float) fullName: TinyLife.Objects.BreakableFurniture.BreakableFurniture(System.Guid, TinyLife.Objects.FurnitureType, int[], TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, float) type: Constructor - source: - remote: - path: TinyLife/Objects/BreakableFurniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Objects/BreakableFurniture.cs - startLine: 48 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -379,14 +333,6 @@ items: nameWithType: BreakableFurniture.Update(GameTime, TimeSpan, float) fullName: TinyLife.Objects.BreakableFurniture.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) type: Method - source: - remote: - path: TinyLife/Objects/BreakableFurniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Update - path: ../TinyLife/Objects/BreakableFurniture.cs - startLine: 51 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -425,14 +371,6 @@ items: nameWithType: BreakableFurniture.WearDown(TimeSpan) fullName: TinyLife.Objects.BreakableFurniture.WearDown(System.TimeSpan) type: Method - source: - remote: - path: TinyLife/Objects/BreakableFurniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: WearDown - path: ../TinyLife/Objects/BreakableFurniture.cs - startLine: 114 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -457,14 +395,6 @@ items: nameWithType: BreakableFurniture.CanExecuteAction(ActionType, ActionInfo, bool, bool) fullName: TinyLife.Objects.BreakableFurniture.CanExecuteAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, bool, bool) type: Method - source: - remote: - path: TinyLife/Objects/BreakableFurniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CanExecuteAction - path: ../TinyLife/Objects/BreakableFurniture.cs - startLine: 143 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -508,14 +438,6 @@ items: nameWithType: BreakableFurniture.ActionUpdate(Action, GameTime, TimeSpan, float, bool) fullName: TinyLife.Objects.BreakableFurniture.ActionUpdate(TinyLife.Actions.Action, Microsoft.Xna.Framework.GameTime, System.TimeSpan, float, bool) type: Method - source: - remote: - path: TinyLife/Objects/BreakableFurniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ActionUpdate - path: ../TinyLife/Objects/BreakableFurniture.cs - startLine: 148 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -561,14 +483,6 @@ items: nameWithType: BreakableFurniture.GetPrice() fullName: TinyLife.Objects.BreakableFurniture.GetPrice() type: Method - source: - remote: - path: TinyLife/Objects/BreakableFurniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetPrice - path: ../TinyLife/Objects/BreakableFurniture.cs - startLine: 164 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -593,14 +507,6 @@ items: nameWithType: BreakableFurniture.GetDescription(List, bool) fullName: TinyLife.Objects.BreakableFurniture.GetDescription(System.Collections.Generic.List, bool) type: Method - source: - remote: - path: TinyLife/Objects/BreakableFurniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetDescription - path: ../TinyLife/Objects/BreakableFurniture.cs - startLine: 169 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -635,14 +541,6 @@ items: nameWithType: BreakableFurniture.GetDecorativeRating(Room) fullName: TinyLife.Objects.BreakableFurniture.GetDecorativeRating(TinyLife.World.Room) type: Method - source: - remote: - path: TinyLife/Objects/BreakableFurniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetDecorativeRating - path: ../TinyLife/Objects/BreakableFurniture.cs - startLine: 181 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -674,14 +572,6 @@ items: nameWithType: BreakableFurniture.OnRemoved() fullName: TinyLife.Objects.BreakableFurniture.OnRemoved() type: Method - source: - remote: - path: TinyLife/Objects/BreakableFurniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnRemoved - path: ../TinyLife/Objects/BreakableFurniture.cs - startLine: 186 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2547,6 +2437,228 @@ references: name: Furniture href: TinyLife.Objects.Furniture.html - name: ) +- uid: TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single) + commentId: M:TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single) + parent: TinyLife.Objects.Furniture + isExternal: true + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_MarkDirtyForPathfinding_Microsoft_Xna_Framework_Vector2_System_Single_ + name: MarkDirtyForPathfinding(Vector2, float) + nameWithType: Furniture.MarkDirtyForPathfinding(Vector2, float) + fullName: TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2, float) + nameWithType.vb: Furniture.MarkDirtyForPathfinding(Vector2, Single) + fullName.vb: TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2, Single) + name.vb: MarkDirtyForPathfinding(Vector2, Single) + spec.csharp: + - uid: TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single) + name: MarkDirtyForPathfinding + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_MarkDirtyForPathfinding_Microsoft_Xna_Framework_Vector2_System_Single_ + - name: ( + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ) + spec.vb: + - uid: TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single) + name: MarkDirtyForPathfinding + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_MarkDirtyForPathfinding_Microsoft_Xna_Framework_Vector2_System_Single_ + - name: ( + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ) +- uid: TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) + commentId: M:TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) + parent: TinyLife.Objects.Furniture + isExternal: true + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_DrawDirtyOverlay_Microsoft_Xna_Framework_GameTime_System_Object_Microsoft_Xna_Framework_Vector2_System_Single_Microsoft_Xna_Framework_Vector2_System_Nullable_Microsoft_Xna_Framework_Color__MLEM_Maths_Direction2_System_Int32___System_Single_System_Boolean_TinyLife_Objects_ParentInfo_System_Single_System_Collections_Generic_List_MLEM_Graphics_StaticSpriteBatch_Item__ + name: DrawDirtyOverlay(GameTime, object, Vector2, float, Vector2, Color?, Direction2, int[], float, bool, ParentInfo, float, List) + nameWithType: Furniture.DrawDirtyOverlay(GameTime, object, Vector2, float, Vector2, Color?, Direction2, int[], float, bool, ParentInfo, float, List) + fullName: TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime, object, Microsoft.Xna.Framework.Vector2, float, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color?, MLEM.Maths.Direction2, int[], float, bool, TinyLife.Objects.ParentInfo, float, System.Collections.Generic.List) + nameWithType.vb: Furniture.DrawDirtyOverlay(GameTime, Object, Vector2, Single, Vector2, Color?, Direction2, Integer(), Single, Boolean, ParentInfo, Single, List(Of StaticSpriteBatch.Item)) + fullName.vb: TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime, Object, Microsoft.Xna.Framework.Vector2, Single, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color?, MLEM.Maths.Direction2, Integer(), Single, Boolean, TinyLife.Objects.ParentInfo, Single, System.Collections.Generic.List(Of MLEM.Graphics.StaticSpriteBatch.Item)) + name.vb: DrawDirtyOverlay(GameTime, Object, Vector2, Single, Vector2, Color?, Direction2, Integer(), Single, Boolean, ParentInfo, Single, List(Of Item)) + spec.csharp: + - uid: TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) + name: DrawDirtyOverlay + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_DrawDirtyOverlay_Microsoft_Xna_Framework_GameTime_System_Object_Microsoft_Xna_Framework_Vector2_System_Single_Microsoft_Xna_Framework_Vector2_System_Nullable_Microsoft_Xna_Framework_Color__MLEM_Maths_Direction2_System_Int32___System_Single_System_Boolean_TinyLife_Objects_ParentInfo_System_Single_System_Collections_Generic_List_MLEM_Graphics_StaticSpriteBatch_Item__ + - name: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + isExternal: true + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Color + name: Color + isExternal: true + - name: '?' + - name: ',' + - name: " " + - uid: MLEM.Maths.Direction2 + name: Direction2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Int32 + name: int + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: '[' + - name: ']' + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: TinyLife.Objects.ParentInfo + name: ParentInfo + href: TinyLife.Objects.ParentInfo.html + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: System.Collections.Generic.List`1 + name: List + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 + - name: < + - uid: MLEM.Graphics.StaticSpriteBatch.Item + name: Item + isExternal: true + - name: '>' + - name: ) + spec.vb: + - uid: TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) + name: DrawDirtyOverlay + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_DrawDirtyOverlay_Microsoft_Xna_Framework_GameTime_System_Object_Microsoft_Xna_Framework_Vector2_System_Single_Microsoft_Xna_Framework_Vector2_System_Nullable_Microsoft_Xna_Framework_Color__MLEM_Maths_Direction2_System_Int32___System_Single_System_Boolean_TinyLife_Objects_ParentInfo_System_Single_System_Collections_Generic_List_MLEM_Graphics_StaticSpriteBatch_Item__ + - name: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + isExternal: true + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Color + name: Color + isExternal: true + - name: '?' + - name: ',' + - name: " " + - uid: MLEM.Maths.Direction2 + name: Direction2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Int32 + name: Integer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ( + - name: ) + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: TinyLife.Objects.ParentInfo + name: ParentInfo + href: TinyLife.Objects.ParentInfo.html + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: System.Collections.Generic.List`1 + name: List + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 + - name: ( + - name: Of + - name: " " + - uid: MLEM.Graphics.StaticSpriteBatch.Item + name: Item + isExternal: true + - name: ) + - name: ) - uid: TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Ui.Elements.Element,System.Single,System.Int32[]) commentId: M:TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Ui.Elements.Element,System.Single,System.Int32[]) parent: TinyLife.Objects.Furniture diff --git a/docs/api/TinyLife.Objects.Chimney.yml b/docs/api/TinyLife.Objects.Chimney.yml index b5513a9..08bb272 100644 --- a/docs/api/TinyLife.Objects.Chimney.yml +++ b/docs/api/TinyLife.Objects.Chimney.yml @@ -14,14 +14,6 @@ items: nameWithType: Chimney fullName: TinyLife.Objects.Chimney type: Class - source: - remote: - path: TinyLife/Objects/Chimney.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Chimney - path: ../TinyLife/Objects/Chimney.cs - startLine: 12 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -105,6 +97,8 @@ items: - TinyLife.Objects.Furniture.ApplyUpgrade(TinyLife.Objects.AppliedUpgrade) - TinyLife.Objects.Furniture.HasFullUpgrade(TinyLife.Objects.Upgrade) - TinyLife.Objects.Furniture.OnNeighborChanged(TinyLife.Objects.Furniture) + - TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single) + - TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) - TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Ui.Elements.Element,System.Single,System.Int32[]) - TinyLife.Objects.Furniture.GetOccupants(TinyLife.Objects.ObjectCategory,System.Boolean) - TinyLife.Objects.Furniture.GetFreeActionSpots(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory) @@ -174,14 +168,6 @@ items: nameWithType: Chimney.Chimney(Guid, FurnitureType, int[], Map, Vector2, float) fullName: TinyLife.Objects.Chimney.Chimney(System.Guid, TinyLife.Objects.FurnitureType, int[], TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, float) type: Constructor - source: - remote: - path: TinyLife/Objects/Chimney.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Objects/Chimney.cs - startLine: 15 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -227,14 +213,6 @@ items: nameWithType: Chimney.Update(GameTime, TimeSpan, float) fullName: TinyLife.Objects.Chimney.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) type: Method - source: - remote: - path: TinyLife/Objects/Chimney.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Update - path: ../TinyLife/Objects/Chimney.cs - startLine: 18 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2284,6 +2262,228 @@ references: name: Furniture href: TinyLife.Objects.Furniture.html - name: ) +- uid: TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single) + commentId: M:TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single) + parent: TinyLife.Objects.Furniture + isExternal: true + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_MarkDirtyForPathfinding_Microsoft_Xna_Framework_Vector2_System_Single_ + name: MarkDirtyForPathfinding(Vector2, float) + nameWithType: Furniture.MarkDirtyForPathfinding(Vector2, float) + fullName: TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2, float) + nameWithType.vb: Furniture.MarkDirtyForPathfinding(Vector2, Single) + fullName.vb: TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2, Single) + name.vb: MarkDirtyForPathfinding(Vector2, Single) + spec.csharp: + - uid: TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single) + name: MarkDirtyForPathfinding + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_MarkDirtyForPathfinding_Microsoft_Xna_Framework_Vector2_System_Single_ + - name: ( + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ) + spec.vb: + - uid: TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single) + name: MarkDirtyForPathfinding + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_MarkDirtyForPathfinding_Microsoft_Xna_Framework_Vector2_System_Single_ + - name: ( + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ) +- uid: TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) + commentId: M:TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) + parent: TinyLife.Objects.Furniture + isExternal: true + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_DrawDirtyOverlay_Microsoft_Xna_Framework_GameTime_System_Object_Microsoft_Xna_Framework_Vector2_System_Single_Microsoft_Xna_Framework_Vector2_System_Nullable_Microsoft_Xna_Framework_Color__MLEM_Maths_Direction2_System_Int32___System_Single_System_Boolean_TinyLife_Objects_ParentInfo_System_Single_System_Collections_Generic_List_MLEM_Graphics_StaticSpriteBatch_Item__ + name: DrawDirtyOverlay(GameTime, object, Vector2, float, Vector2, Color?, Direction2, int[], float, bool, ParentInfo, float, List) + nameWithType: Furniture.DrawDirtyOverlay(GameTime, object, Vector2, float, Vector2, Color?, Direction2, int[], float, bool, ParentInfo, float, List) + fullName: TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime, object, Microsoft.Xna.Framework.Vector2, float, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color?, MLEM.Maths.Direction2, int[], float, bool, TinyLife.Objects.ParentInfo, float, System.Collections.Generic.List) + nameWithType.vb: Furniture.DrawDirtyOverlay(GameTime, Object, Vector2, Single, Vector2, Color?, Direction2, Integer(), Single, Boolean, ParentInfo, Single, List(Of StaticSpriteBatch.Item)) + fullName.vb: TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime, Object, Microsoft.Xna.Framework.Vector2, Single, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color?, MLEM.Maths.Direction2, Integer(), Single, Boolean, TinyLife.Objects.ParentInfo, Single, System.Collections.Generic.List(Of MLEM.Graphics.StaticSpriteBatch.Item)) + name.vb: DrawDirtyOverlay(GameTime, Object, Vector2, Single, Vector2, Color?, Direction2, Integer(), Single, Boolean, ParentInfo, Single, List(Of Item)) + spec.csharp: + - uid: TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) + name: DrawDirtyOverlay + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_DrawDirtyOverlay_Microsoft_Xna_Framework_GameTime_System_Object_Microsoft_Xna_Framework_Vector2_System_Single_Microsoft_Xna_Framework_Vector2_System_Nullable_Microsoft_Xna_Framework_Color__MLEM_Maths_Direction2_System_Int32___System_Single_System_Boolean_TinyLife_Objects_ParentInfo_System_Single_System_Collections_Generic_List_MLEM_Graphics_StaticSpriteBatch_Item__ + - name: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + isExternal: true + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Color + name: Color + isExternal: true + - name: '?' + - name: ',' + - name: " " + - uid: MLEM.Maths.Direction2 + name: Direction2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Int32 + name: int + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: '[' + - name: ']' + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: TinyLife.Objects.ParentInfo + name: ParentInfo + href: TinyLife.Objects.ParentInfo.html + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: System.Collections.Generic.List`1 + name: List + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 + - name: < + - uid: MLEM.Graphics.StaticSpriteBatch.Item + name: Item + isExternal: true + - name: '>' + - name: ) + spec.vb: + - uid: TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) + name: DrawDirtyOverlay + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_DrawDirtyOverlay_Microsoft_Xna_Framework_GameTime_System_Object_Microsoft_Xna_Framework_Vector2_System_Single_Microsoft_Xna_Framework_Vector2_System_Nullable_Microsoft_Xna_Framework_Color__MLEM_Maths_Direction2_System_Int32___System_Single_System_Boolean_TinyLife_Objects_ParentInfo_System_Single_System_Collections_Generic_List_MLEM_Graphics_StaticSpriteBatch_Item__ + - name: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + isExternal: true + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Color + name: Color + isExternal: true + - name: '?' + - name: ',' + - name: " " + - uid: MLEM.Maths.Direction2 + name: Direction2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Int32 + name: Integer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ( + - name: ) + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: TinyLife.Objects.ParentInfo + name: ParentInfo + href: TinyLife.Objects.ParentInfo.html + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: System.Collections.Generic.List`1 + name: List + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 + - name: ( + - name: Of + - name: " " + - uid: MLEM.Graphics.StaticSpriteBatch.Item + name: Item + isExternal: true + - name: ) + - name: ) - uid: TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Ui.Elements.Element,System.Single,System.Int32[]) commentId: M:TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Ui.Elements.Element,System.Single,System.Int32[]) parent: TinyLife.Objects.Furniture diff --git a/docs/api/TinyLife.Objects.Clothes.yml b/docs/api/TinyLife.Objects.Clothes.yml index 0b08f79..1af38a9 100644 --- a/docs/api/TinyLife.Objects.Clothes.yml +++ b/docs/api/TinyLife.Objects.Clothes.yml @@ -15,6 +15,7 @@ items: - TinyLife.Objects.Clothes.DepthFunction - TinyLife.Objects.Clothes.Description - TinyLife.Objects.Clothes.GetDescription(TinyLife.Objects.PersonLike) + - TinyLife.Objects.Clothes.GrayHairColors - TinyLife.Objects.Clothes.Icon - TinyLife.Objects.Clothes.Intentions - TinyLife.Objects.Clothes.IsIncompatible @@ -43,14 +44,6 @@ items: nameWithType: Clothes fullName: TinyLife.Objects.Clothes type: Class - source: - remote: - path: TinyLife/Objects/Clothes.Tops.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Clothes - path: ../TinyLife/Objects/Clothes.Tops.cs - startLine: 5 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -93,14 +86,6 @@ items: nameWithType: Clothes.Types fullName: TinyLife.Objects.Clothes.Types type: Field - source: - remote: - path: TinyLife/Objects/Clothes.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Types - path: ../TinyLife/Objects/Clothes.cs - startLine: 29 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -122,14 +107,6 @@ items: nameWithType: Clothes.Layers fullName: TinyLife.Objects.Clothes.Layers type: Field - source: - remote: - path: TinyLife/Objects/Clothes.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Layers - path: ../TinyLife/Objects/Clothes.cs - startLine: 33 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -151,14 +128,6 @@ items: nameWithType: Clothes.DefaultDepths fullName: TinyLife.Objects.Clothes.DefaultDepths type: Field - source: - remote: - path: TinyLife/Objects/Clothes.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DefaultDepths - path: ../TinyLife/Objects/Clothes.cs - startLine: 38 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -183,14 +152,6 @@ items: nameWithType: Clothes.AllIntentions fullName: TinyLife.Objects.Clothes.AllIntentions type: Field - source: - remote: - path: TinyLife/Objects/Clothes.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AllIntentions - path: ../TinyLife/Objects/Clothes.cs - startLine: 42 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -212,14 +173,6 @@ items: nameWithType: Clothes.StylePreferences fullName: TinyLife.Objects.Clothes.StylePreferences type: Field - source: - remote: - path: TinyLife/Objects/Clothes.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: StylePreferences - path: ../TinyLife/Objects/Clothes.cs - startLine: 46 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -241,14 +194,6 @@ items: nameWithType: Clothes.ReferencePrice fullName: TinyLife.Objects.Clothes.ReferencePrice type: Field - source: - remote: - path: TinyLife/Objects/Clothes.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ReferencePrice - path: ../TinyLife/Objects/Clothes.cs - startLine: 51 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -273,14 +218,6 @@ items: nameWithType: Clothes.Name fullName: TinyLife.Objects.Clothes.Name type: Field - source: - remote: - path: TinyLife/Objects/Clothes.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Name - path: ../TinyLife/Objects/Clothes.cs - startLine: 66 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -305,14 +242,6 @@ items: nameWithType: Clothes.Layer fullName: TinyLife.Objects.Clothes.Layer type: Field - source: - remote: - path: TinyLife/Objects/Clothes.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Layer - path: ../TinyLife/Objects/Clothes.cs - startLine: 70 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -334,14 +263,6 @@ items: nameWithType: Clothes.Textures fullName: TinyLife.Objects.Clothes.Textures type: Field - source: - remote: - path: TinyLife/Objects/Clothes.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Textures - path: ../TinyLife/Objects/Clothes.cs - startLine: 74 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -363,14 +284,6 @@ items: nameWithType: Clothes.TextureRegion fullName: TinyLife.Objects.Clothes.TextureRegion type: Field - source: - remote: - path: TinyLife/Objects/Clothes.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TextureRegion - path: ../TinyLife/Objects/Clothes.cs - startLine: 78 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -392,14 +305,6 @@ items: nameWithType: Clothes.Colors fullName: TinyLife.Objects.Clothes.Colors type: Field - source: - remote: - path: TinyLife/Objects/Clothes.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Colors - path: ../TinyLife/Objects/Clothes.cs - startLine: 82 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -421,14 +326,6 @@ items: nameWithType: Clothes.Price fullName: TinyLife.Objects.Clothes.Price type: Field - source: - remote: - path: TinyLife/Objects/Clothes.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Price - path: ../TinyLife/Objects/Clothes.cs - startLine: 86 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -450,14 +347,6 @@ items: nameWithType: Clothes.Intentions fullName: TinyLife.Objects.Clothes.Intentions type: Field - source: - remote: - path: TinyLife/Objects/Clothes.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Intentions - path: ../TinyLife/Objects/Clothes.cs - startLine: 90 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -479,14 +368,6 @@ items: nameWithType: Clothes.StylePreference fullName: TinyLife.Objects.Clothes.StylePreference type: Field - source: - remote: - path: TinyLife/Objects/Clothes.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: StylePreference - path: ../TinyLife/Objects/Clothes.cs - startLine: 94 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -508,14 +389,6 @@ items: nameWithType: Clothes.Icon fullName: TinyLife.Objects.Clothes.Icon type: Property - source: - remote: - path: TinyLife/Objects/Clothes.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Icon - path: ../TinyLife/Objects/Clothes.cs - startLine: 100 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -542,14 +415,6 @@ items: nameWithType: Clothes.NonBuyable fullName: TinyLife.Objects.Clothes.NonBuyable type: Property - source: - remote: - path: TinyLife/Objects/Clothes.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: NonBuyable - path: ../TinyLife/Objects/Clothes.cs - startLine: 105 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -576,21 +441,13 @@ items: nameWithType: Clothes.Ages fullName: TinyLife.Objects.Clothes.Ages type: Property - source: - remote: - path: TinyLife/Objects/Clothes.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Ages - path: ../TinyLife/Objects/Clothes.cs - startLine: 110 assemblies: - Tiny Life namespace: TinyLife.Objects summary: >- The age groups that are allowed to wear these clothes. - Defaults to . + Defaults to . example: [] syntax: content: public AgeGroup Ages { get; init; } @@ -610,14 +467,6 @@ items: nameWithType: Clothes.PersonType fullName: TinyLife.Objects.Clothes.PersonType type: Property - source: - remote: - path: TinyLife/Objects/Clothes.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PersonType - path: ../TinyLife/Objects/Clothes.cs - startLine: 115 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -644,14 +493,6 @@ items: nameWithType: Clothes.DepthFunction fullName: TinyLife.Objects.Clothes.DepthFunction type: Property - source: - remote: - path: TinyLife/Objects/Clothes.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DepthFunction - path: ../TinyLife/Objects/Clothes.cs - startLine: 120 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -678,14 +519,6 @@ items: nameWithType: Clothes.TextureBehaviorLayer fullName: TinyLife.Objects.Clothes.TextureBehaviorLayer type: Property - source: - remote: - path: TinyLife/Objects/Clothes.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TextureBehaviorLayer - path: ../TinyLife/Objects/Clothes.cs - startLine: 125 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -712,14 +545,6 @@ items: nameWithType: Clothes.RandomWeight fullName: TinyLife.Objects.Clothes.RandomWeight type: Property - source: - remote: - path: TinyLife/Objects/Clothes.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RandomWeight - path: ../TinyLife/Objects/Clothes.cs - startLine: 131 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -731,11 +556,11 @@ items: The default weight for a clothing item is 3 if any of the outfit's match the clothing item's , and 1 otherwise. example: [] syntax: - content: public Func RandomWeight { get; init; } + content: public Func RandomWeight { get; init; } parameters: [] return: - type: System.Func{TinyLife.Objects.Clothes,TinyLife.Objects.Outfit,System.Single} - content.vb: Public Property RandomWeight As Func(Of Clothes, Outfit, Single) + type: System.Func{TinyLife.Objects.AgeGroup,TinyLife.Objects.Clothes,TinyLife.Objects.Outfit,System.Single} + content.vb: Public Property RandomWeight As Func(Of AgeGroup, Clothes, Outfit, Single) overload: TinyLife.Objects.Clothes.RandomWeight* - uid: TinyLife.Objects.Clothes.RandomColorWeight commentId: P:TinyLife.Objects.Clothes.RandomColorWeight @@ -748,14 +573,6 @@ items: nameWithType: Clothes.RandomColorWeight fullName: TinyLife.Objects.Clothes.RandomColorWeight type: Property - source: - remote: - path: TinyLife/Objects/Clothes.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RandomColorWeight - path: ../TinyLife/Objects/Clothes.cs - startLine: 136 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -765,11 +582,11 @@ items: The default weight for each clothing item's color is 1, and the higher the weight is, the more likely it is for the color to be chosen for an outfit. example: [] syntax: - content: public Func RandomColorWeight { get; init; } + content: public Func RandomColorWeight { get; init; } parameters: [] return: - type: System.Func{TinyLife.Objects.Clothes,TinyLife.Utilities.ColorScheme,System.Int32,System.Single} - content.vb: Public Property RandomColorWeight As Func(Of Clothes, ColorScheme, Integer, Single) + type: System.Func{TinyLife.Objects.AgeGroup,TinyLife.Objects.Clothes,TinyLife.Utilities.ColorScheme,System.Int32,System.Single} + content.vb: Public Property RandomColorWeight As Func(Of AgeGroup, Clothes, ColorScheme, Integer, Single) overload: TinyLife.Objects.Clothes.RandomColorWeight* - uid: TinyLife.Objects.Clothes.IsIncompatible commentId: P:TinyLife.Objects.Clothes.IsIncompatible @@ -782,14 +599,6 @@ items: nameWithType: Clothes.IsIncompatible fullName: TinyLife.Objects.Clothes.IsIncompatible type: Property - source: - remote: - path: TinyLife/Objects/Clothes.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IsIncompatible - path: ../TinyLife/Objects/Clothes.cs - startLine: 140 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -813,14 +622,6 @@ items: nameWithType: Clothes.LayersToHide fullName: TinyLife.Objects.Clothes.LayersToHide type: Property - source: - remote: - path: TinyLife/Objects/Clothes.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: LayersToHide - path: ../TinyLife/Objects/Clothes.cs - startLine: 145 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -847,14 +648,6 @@ items: nameWithType: Clothes.Description fullName: TinyLife.Objects.Clothes.Description type: Property - source: - remote: - path: TinyLife/Objects/Clothes.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Description - path: ../TinyLife/Objects/Clothes.cs - startLine: 149 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -878,14 +671,6 @@ items: nameWithType: Clothes.SourceString fullName: TinyLife.Objects.Clothes.SourceString type: Property - source: - remote: - path: TinyLife/Objects/Clothes.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SourceString - path: ../TinyLife/Objects/Clothes.cs - startLine: 151 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -911,14 +696,6 @@ items: nameWithType: Clothes.Clothes(string, ClothesLayer, IReadOnlyDictionary, Point, float, ClothesIntention, StylePreference, params ColorScheme[]) fullName: TinyLife.Objects.Clothes.Clothes(string, TinyLife.Objects.ClothesLayer, System.Collections.Generic.IReadOnlyDictionary, Microsoft.Xna.Framework.Point, float, TinyLife.Objects.ClothesIntention, TinyLife.Objects.StylePreference, params TinyLife.Utilities.ColorScheme[]) type: Constructor - source: - remote: - path: TinyLife/Objects/Clothes.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Objects/Clothes.cs - startLine: 164 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -967,14 +744,6 @@ items: nameWithType: Clothes.Clothes(string, ClothesLayer, IReadOnlyDictionary, Point, float, ClothesIntention, StylePreference, ColorSettings) fullName: TinyLife.Objects.Clothes.Clothes(string, TinyLife.Objects.ClothesLayer, System.Collections.Generic.IReadOnlyDictionary, Microsoft.Xna.Framework.Point, float, TinyLife.Objects.ClothesIntention, TinyLife.Objects.StylePreference, TinyLife.Utilities.ColorSettings) type: Constructor - source: - remote: - path: TinyLife/Objects/Clothes.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Objects/Clothes.cs - startLine: 178 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1023,14 +792,6 @@ items: nameWithType: Clothes.GetDescription(PersonLike) fullName: TinyLife.Objects.Clothes.GetDescription(TinyLife.Objects.PersonLike) type: Method - source: - remote: - path: TinyLife/Objects/Clothes.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetDescription - path: ../TinyLife/Objects/Clothes.cs - startLine: 211 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1061,14 +822,6 @@ items: nameWithType: Clothes.AreCompatible(Clothes, Clothes) fullName: TinyLife.Objects.Clothes.AreCompatible(TinyLife.Objects.Clothes, TinyLife.Objects.Clothes) type: Method - source: - remote: - path: TinyLife/Objects/Clothes.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AreCompatible - path: ../TinyLife/Objects/Clothes.cs - startLine: 223 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1099,14 +852,6 @@ items: nameWithType: Clothes.Register(Clothes) fullName: TinyLife.Objects.Clothes.Register(TinyLife.Objects.Clothes) type: Method - source: - remote: - path: TinyLife/Objects/Clothes.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Register - path: ../TinyLife/Objects/Clothes.cs - startLine: 232 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1123,6 +868,25 @@ items: description: The passed clothes, for chaining. content.vb: Public Shared Function Register(clothes As Clothes) As Clothes overload: TinyLife.Objects.Clothes.Register* +- uid: TinyLife.Objects.Clothes.GrayHairColors + commentId: F:TinyLife.Objects.Clothes.GrayHairColors + id: GrayHairColors + parent: TinyLife.Objects.Clothes + langs: + - csharp + - vb + name: GrayHairColors + nameWithType: Clothes.GrayHairColors + fullName: TinyLife.Objects.Clothes.GrayHairColors + type: Field + assemblies: + - Tiny Life + namespace: TinyLife.Objects + syntax: + content: public static readonly int[] GrayHairColors + return: + type: System.Int32[] + content.vb: Public Shared ReadOnly GrayHairColors As Integer() references: - uid: TinyLife.Objects.PersonLike commentId: T:TinyLife.Objects.PersonLike @@ -2254,12 +2018,12 @@ references: nameWithType.vb: Boolean fullName.vb: Boolean name.vb: Boolean -- uid: TinyLife.Objects.AgeGroup.Adult - commentId: F:TinyLife.Objects.AgeGroup.Adult - href: TinyLife.Objects.AgeGroup.html#TinyLife_Objects_AgeGroup_Adult - name: Adult - nameWithType: AgeGroup.Adult - fullName: TinyLife.Objects.AgeGroup.Adult +- uid: TinyLife.Objects.AgeGroup.AdultOrOlder + commentId: F:TinyLife.Objects.AgeGroup.AdultOrOlder + href: TinyLife.Objects.AgeGroup.html#TinyLife_Objects_AgeGroup_AdultOrOlder + name: AdultOrOlder + nameWithType: AgeGroup.AdultOrOlder + fullName: TinyLife.Objects.AgeGroup.AdultOrOlder - uid: TinyLife.Objects.Clothes.Ages* commentId: Overload:TinyLife.Objects.Clothes.Ages href: TinyLife.Objects.Clothes.html#TinyLife_Objects_Clothes_Ages @@ -2531,138 +2295,36 @@ references: name: RandomWeight nameWithType: Clothes.RandomWeight fullName: TinyLife.Objects.Clothes.RandomWeight -- uid: System.Func{TinyLife.Objects.Clothes,TinyLife.Objects.Outfit,System.Single} - commentId: T:System.Func{TinyLife.Objects.Clothes,TinyLife.Objects.Outfit,System.Single} - parent: System - definition: System.Func`3 - href: https://learn.microsoft.com/dotnet/api/system.func-3 - name: Func - nameWithType: Func - fullName: System.Func - nameWithType.vb: Func(Of Clothes, Outfit, Single) - fullName.vb: System.Func(Of TinyLife.Objects.Clothes, TinyLife.Objects.Outfit, Single) - name.vb: Func(Of Clothes, Outfit, Single) - spec.csharp: - - uid: System.Func`3 - name: Func - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.func-3 - - name: < - - uid: TinyLife.Objects.Clothes - name: Clothes - href: TinyLife.Objects.Clothes.html - - name: ',' - - name: " " - - uid: TinyLife.Objects.Outfit - name: Outfit - href: TinyLife.Objects.Outfit.html - - name: ',' - - name: " " - - uid: System.Single - name: float - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.single - - name: '>' - spec.vb: - - uid: System.Func`3 - name: Func - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.func-3 - - name: ( - - name: Of - - name: " " - - uid: TinyLife.Objects.Clothes - name: Clothes - href: TinyLife.Objects.Clothes.html - - name: ',' - - name: " " - - uid: TinyLife.Objects.Outfit - name: Outfit - href: TinyLife.Objects.Outfit.html - - name: ',' - - name: " " - - uid: System.Single - name: Single - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.single - - name: ) -- uid: System.Func`3 - commentId: T:System.Func`3 - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.func-3 - name: Func - nameWithType: Func - fullName: System.Func - nameWithType.vb: Func(Of T1, T2, TResult) - fullName.vb: System.Func(Of T1, T2, TResult) - name.vb: Func(Of T1, T2, TResult) - spec.csharp: - - uid: System.Func`3 - name: Func - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.func-3 - - name: < - - name: T1 - - name: ',' - - name: " " - - name: T2 - - name: ',' - - name: " " - - name: TResult - - name: '>' - spec.vb: - - uid: System.Func`3 - name: Func - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.func-3 - - name: ( - - name: Of - - name: " " - - name: T1 - - name: ',' - - name: " " - - name: T2 - - name: ',' - - name: " " - - name: TResult - - name: ) -- uid: TinyLife.Objects.Clothes.RandomColorWeight* - commentId: Overload:TinyLife.Objects.Clothes.RandomColorWeight - href: TinyLife.Objects.Clothes.html#TinyLife_Objects_Clothes_RandomColorWeight - name: RandomColorWeight - nameWithType: Clothes.RandomColorWeight - fullName: TinyLife.Objects.Clothes.RandomColorWeight -- uid: System.Func{TinyLife.Objects.Clothes,TinyLife.Utilities.ColorScheme,System.Int32,System.Single} - commentId: T:System.Func{TinyLife.Objects.Clothes,TinyLife.Utilities.ColorScheme,System.Int32,System.Single} +- uid: System.Func{TinyLife.Objects.AgeGroup,TinyLife.Objects.Clothes,TinyLife.Objects.Outfit,System.Single} + commentId: T:System.Func{TinyLife.Objects.AgeGroup,TinyLife.Objects.Clothes,TinyLife.Objects.Outfit,System.Single} parent: System definition: System.Func`4 href: https://learn.microsoft.com/dotnet/api/system.func-4 - name: Func - nameWithType: Func - fullName: System.Func - nameWithType.vb: Func(Of Clothes, ColorScheme, Integer, Single) - fullName.vb: System.Func(Of TinyLife.Objects.Clothes, TinyLife.Utilities.ColorScheme, Integer, Single) - name.vb: Func(Of Clothes, ColorScheme, Integer, Single) + name: Func + nameWithType: Func + fullName: System.Func + nameWithType.vb: Func(Of AgeGroup, Clothes, Outfit, Single) + fullName.vb: System.Func(Of TinyLife.Objects.AgeGroup, TinyLife.Objects.Clothes, TinyLife.Objects.Outfit, Single) + name.vb: Func(Of AgeGroup, Clothes, Outfit, Single) spec.csharp: - uid: System.Func`4 name: Func isExternal: true href: https://learn.microsoft.com/dotnet/api/system.func-4 - name: < + - uid: TinyLife.Objects.AgeGroup + name: AgeGroup + href: TinyLife.Objects.AgeGroup.html + - name: ',' + - name: " " - uid: TinyLife.Objects.Clothes name: Clothes href: TinyLife.Objects.Clothes.html - name: ',' - name: " " - - uid: TinyLife.Utilities.ColorScheme - name: ColorScheme - href: TinyLife.Utilities.ColorScheme.html - - name: ',' - - name: " " - - uid: System.Int32 - name: int - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.int32 + - uid: TinyLife.Objects.Outfit + name: Outfit + href: TinyLife.Objects.Outfit.html - name: ',' - name: " " - uid: System.Single @@ -2678,20 +2340,19 @@ references: - name: ( - name: Of - name: " " + - uid: TinyLife.Objects.AgeGroup + name: AgeGroup + href: TinyLife.Objects.AgeGroup.html + - name: ',' + - name: " " - uid: TinyLife.Objects.Clothes name: Clothes href: TinyLife.Objects.Clothes.html - name: ',' - name: " " - - uid: TinyLife.Utilities.ColorScheme - name: ColorScheme - href: TinyLife.Utilities.ColorScheme.html - - name: ',' - - name: " " - - uid: System.Int32 - name: Integer - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.int32 + - uid: TinyLife.Objects.Outfit + name: Outfit + href: TinyLife.Objects.Outfit.html - name: ',' - name: " " - uid: System.Single @@ -2745,6 +2406,141 @@ references: - name: " " - name: TResult - name: ) +- uid: TinyLife.Objects.Clothes.RandomColorWeight* + commentId: Overload:TinyLife.Objects.Clothes.RandomColorWeight + href: TinyLife.Objects.Clothes.html#TinyLife_Objects_Clothes_RandomColorWeight + name: RandomColorWeight + nameWithType: Clothes.RandomColorWeight + fullName: TinyLife.Objects.Clothes.RandomColorWeight +- uid: System.Func{TinyLife.Objects.AgeGroup,TinyLife.Objects.Clothes,TinyLife.Utilities.ColorScheme,System.Int32,System.Single} + commentId: T:System.Func{TinyLife.Objects.AgeGroup,TinyLife.Objects.Clothes,TinyLife.Utilities.ColorScheme,System.Int32,System.Single} + parent: System + definition: System.Func`5 + href: https://learn.microsoft.com/dotnet/api/system.func-5 + name: Func + nameWithType: Func + fullName: System.Func + nameWithType.vb: Func(Of AgeGroup, Clothes, ColorScheme, Integer, Single) + fullName.vb: System.Func(Of TinyLife.Objects.AgeGroup, TinyLife.Objects.Clothes, TinyLife.Utilities.ColorScheme, Integer, Single) + name.vb: Func(Of AgeGroup, Clothes, ColorScheme, Integer, Single) + spec.csharp: + - uid: System.Func`5 + name: Func + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.func-5 + - name: < + - uid: TinyLife.Objects.AgeGroup + name: AgeGroup + href: TinyLife.Objects.AgeGroup.html + - name: ',' + - name: " " + - uid: TinyLife.Objects.Clothes + name: Clothes + href: TinyLife.Objects.Clothes.html + - name: ',' + - name: " " + - uid: TinyLife.Utilities.ColorScheme + name: ColorScheme + href: TinyLife.Utilities.ColorScheme.html + - name: ',' + - name: " " + - uid: System.Int32 + name: int + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: '>' + spec.vb: + - uid: System.Func`5 + name: Func + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.func-5 + - name: ( + - name: Of + - name: " " + - uid: TinyLife.Objects.AgeGroup + name: AgeGroup + href: TinyLife.Objects.AgeGroup.html + - name: ',' + - name: " " + - uid: TinyLife.Objects.Clothes + name: Clothes + href: TinyLife.Objects.Clothes.html + - name: ',' + - name: " " + - uid: TinyLife.Utilities.ColorScheme + name: ColorScheme + href: TinyLife.Utilities.ColorScheme.html + - name: ',' + - name: " " + - uid: System.Int32 + name: Integer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ) +- uid: System.Func`5 + commentId: T:System.Func`5 + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.func-5 + name: Func + nameWithType: Func + fullName: System.Func + nameWithType.vb: Func(Of T1, T2, T3, T4, TResult) + fullName.vb: System.Func(Of T1, T2, T3, T4, TResult) + name.vb: Func(Of T1, T2, T3, T4, TResult) + spec.csharp: + - uid: System.Func`5 + name: Func + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.func-5 + - name: < + - name: T1 + - name: ',' + - name: " " + - name: T2 + - name: ',' + - name: " " + - name: T3 + - name: ',' + - name: " " + - name: T4 + - name: ',' + - name: " " + - name: TResult + - name: '>' + spec.vb: + - uid: System.Func`5 + name: Func + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.func-5 + - name: ( + - name: Of + - name: " " + - name: T1 + - name: ',' + - name: " " + - name: T2 + - name: ',' + - name: " " + - name: T3 + - name: ',' + - name: " " + - name: T4 + - name: ',' + - name: " " + - name: TResult + - name: ) - uid: TinyLife.Objects.Clothes.IsIncompatible* commentId: Overload:TinyLife.Objects.Clothes.IsIncompatible href: TinyLife.Objects.Clothes.html#TinyLife_Objects_Clothes_IsIncompatible @@ -2806,6 +2602,46 @@ references: isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) +- uid: System.Func`3 + commentId: T:System.Func`3 + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.func-3 + name: Func + nameWithType: Func + fullName: System.Func + nameWithType.vb: Func(Of T1, T2, TResult) + fullName.vb: System.Func(Of T1, T2, TResult) + name.vb: Func(Of T1, T2, TResult) + spec.csharp: + - uid: System.Func`3 + name: Func + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.func-3 + - name: < + - name: T1 + - name: ',' + - name: " " + - name: T2 + - name: ',' + - name: " " + - name: TResult + - name: '>' + spec.vb: + - uid: System.Func`3 + name: Func + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.func-3 + - name: ( + - name: Of + - name: " " + - name: T1 + - name: ',' + - name: " " + - name: T2 + - name: ',' + - name: " " + - name: TResult + - name: ) - uid: TinyLife.Objects.Clothes.LayersToHide* commentId: Overload:TinyLife.Objects.Clothes.LayersToHide href: TinyLife.Objects.Clothes.html#TinyLife_Objects_Clothes_LayersToHide @@ -3127,3 +2963,26 @@ references: name: Register nameWithType: Clothes.Register fullName: TinyLife.Objects.Clothes.Register +- uid: System.Int32[] + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + name: int[] + nameWithType: int[] + fullName: int[] + nameWithType.vb: Integer() + fullName.vb: Integer() + name.vb: Integer() + spec.csharp: + - uid: System.Int32 + name: int + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: '[' + - name: ']' + spec.vb: + - uid: System.Int32 + name: Integer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ( + - name: ) diff --git a/docs/api/TinyLife.Objects.ClothesIntention.yml b/docs/api/TinyLife.Objects.ClothesIntention.yml index 686bacd..9f4ebf4 100644 --- a/docs/api/TinyLife.Objects.ClothesIntention.yml +++ b/docs/api/TinyLife.Objects.ClothesIntention.yml @@ -23,14 +23,6 @@ items: nameWithType: ClothesIntention fullName: TinyLife.Objects.ClothesIntention type: Enum - source: - remote: - path: TinyLife/Objects/Clothes.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ClothesIntention - path: ../TinyLife/Objects/Clothes.cs - startLine: 506 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -68,14 +60,6 @@ items: nameWithType: ClothesIntention.None fullName: TinyLife.Objects.ClothesIntention.None type: Field - source: - remote: - path: TinyLife/Objects/Clothes.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: None - path: ../TinyLife/Objects/Clothes.cs - startLine: 510 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -94,14 +78,6 @@ items: nameWithType: ClothesIntention.Everyday fullName: TinyLife.Objects.ClothesIntention.Everyday type: Field - source: - remote: - path: TinyLife/Objects/Clothes.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Everyday - path: ../TinyLife/Objects/Clothes.cs - startLine: 511 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -120,14 +96,6 @@ items: nameWithType: ClothesIntention.Party fullName: TinyLife.Objects.ClothesIntention.Party type: Field - source: - remote: - path: TinyLife/Objects/Clothes.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Party - path: ../TinyLife/Objects/Clothes.cs - startLine: 512 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -146,14 +114,6 @@ items: nameWithType: ClothesIntention.Formal fullName: TinyLife.Objects.ClothesIntention.Formal type: Field - source: - remote: - path: TinyLife/Objects/Clothes.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Formal - path: ../TinyLife/Objects/Clothes.cs - startLine: 513 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -172,14 +132,6 @@ items: nameWithType: ClothesIntention.Workout fullName: TinyLife.Objects.ClothesIntention.Workout type: Field - source: - remote: - path: TinyLife/Objects/Clothes.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Workout - path: ../TinyLife/Objects/Clothes.cs - startLine: 514 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -198,14 +150,6 @@ items: nameWithType: ClothesIntention.Swimwear fullName: TinyLife.Objects.ClothesIntention.Swimwear type: Field - source: - remote: - path: TinyLife/Objects/Clothes.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Swimwear - path: ../TinyLife/Objects/Clothes.cs - startLine: 515 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -224,14 +168,6 @@ items: nameWithType: ClothesIntention.Sleep fullName: TinyLife.Objects.ClothesIntention.Sleep type: Field - source: - remote: - path: TinyLife/Objects/Clothes.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Sleep - path: ../TinyLife/Objects/Clothes.cs - startLine: 516 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -250,14 +186,6 @@ items: nameWithType: ClothesIntention.Summer fullName: TinyLife.Objects.ClothesIntention.Summer type: Field - source: - remote: - path: TinyLife/Objects/Clothes.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Summer - path: ../TinyLife/Objects/Clothes.cs - startLine: 517 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -276,14 +204,6 @@ items: nameWithType: ClothesIntention.Winter fullName: TinyLife.Objects.ClothesIntention.Winter type: Field - source: - remote: - path: TinyLife/Objects/Clothes.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Winter - path: ../TinyLife/Objects/Clothes.cs - startLine: 518 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -302,14 +222,6 @@ items: nameWithType: ClothesIntention.Work fullName: TinyLife.Objects.ClothesIntention.Work type: Field - source: - remote: - path: TinyLife/Objects/Clothes.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Work - path: ../TinyLife/Objects/Clothes.cs - startLine: 519 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -328,14 +240,6 @@ items: nameWithType: ClothesIntention.Safety fullName: TinyLife.Objects.ClothesIntention.Safety type: Field - source: - remote: - path: TinyLife/Objects/Clothes.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Safety - path: ../TinyLife/Objects/Clothes.cs - startLine: 520 assemblies: - Tiny Life namespace: TinyLife.Objects diff --git a/docs/api/TinyLife.Objects.ClothesLayer.yml b/docs/api/TinyLife.Objects.ClothesLayer.yml index a3a5194..573620c 100644 --- a/docs/api/TinyLife.Objects.ClothesLayer.yml +++ b/docs/api/TinyLife.Objects.ClothesLayer.yml @@ -24,14 +24,6 @@ items: nameWithType: ClothesLayer fullName: TinyLife.Objects.ClothesLayer type: Enum - source: - remote: - path: TinyLife/Objects/Clothes.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ClothesLayer - path: ../TinyLife/Objects/Clothes.cs - startLine: 447 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -67,14 +59,6 @@ items: nameWithType: ClothesLayer.Body fullName: TinyLife.Objects.ClothesLayer.Body type: Field - source: - remote: - path: TinyLife/Objects/Clothes.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Body - path: ../TinyLife/Objects/Clothes.cs - startLine: 453 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -95,14 +79,6 @@ items: nameWithType: ClothesLayer.Eyes fullName: TinyLife.Objects.ClothesLayer.Eyes type: Field - source: - remote: - path: TinyLife/Objects/Clothes.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Eyes - path: ../TinyLife/Objects/Clothes.cs - startLine: 457 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -123,14 +99,6 @@ items: nameWithType: ClothesLayer.Pants fullName: TinyLife.Objects.ClothesLayer.Pants type: Field - source: - remote: - path: TinyLife/Objects/Clothes.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Pants - path: ../TinyLife/Objects/Clothes.cs - startLine: 461 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -151,14 +119,6 @@ items: nameWithType: ClothesLayer.Shirt fullName: TinyLife.Objects.ClothesLayer.Shirt type: Field - source: - remote: - path: TinyLife/Objects/Clothes.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Shirt - path: ../TinyLife/Objects/Clothes.cs - startLine: 465 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -179,14 +139,6 @@ items: nameWithType: ClothesLayer.Accessories fullName: TinyLife.Objects.ClothesLayer.Accessories type: Field - source: - remote: - path: TinyLife/Objects/Clothes.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Accessories - path: ../TinyLife/Objects/Clothes.cs - startLine: 469 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -207,14 +159,6 @@ items: nameWithType: ClothesLayer.FacialHair fullName: TinyLife.Objects.ClothesLayer.FacialHair type: Field - source: - remote: - path: TinyLife/Objects/Clothes.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: FacialHair - path: ../TinyLife/Objects/Clothes.cs - startLine: 473 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -235,14 +179,6 @@ items: nameWithType: ClothesLayer.Hair fullName: TinyLife.Objects.ClothesLayer.Hair type: Field - source: - remote: - path: TinyLife/Objects/Clothes.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Hair - path: ../TinyLife/Objects/Clothes.cs - startLine: 477 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -263,14 +199,6 @@ items: nameWithType: ClothesLayer.HeadAccessories fullName: TinyLife.Objects.ClothesLayer.HeadAccessories type: Field - source: - remote: - path: TinyLife/Objects/Clothes.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: HeadAccessories - path: ../TinyLife/Objects/Clothes.cs - startLine: 481 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -291,14 +219,6 @@ items: nameWithType: ClothesLayer.FaceAccessories fullName: TinyLife.Objects.ClothesLayer.FaceAccessories type: Field - source: - remote: - path: TinyLife/Objects/Clothes.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: FaceAccessories - path: ../TinyLife/Objects/Clothes.cs - startLine: 485 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -319,14 +239,6 @@ items: nameWithType: ClothesLayer.ArmAccessories fullName: TinyLife.Objects.ClothesLayer.ArmAccessories type: Field - source: - remote: - path: TinyLife/Objects/Clothes.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ArmAccessories - path: ../TinyLife/Objects/Clothes.cs - startLine: 490 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -350,14 +262,6 @@ items: nameWithType: ClothesLayer.LegAccessories fullName: TinyLife.Objects.ClothesLayer.LegAccessories type: Field - source: - remote: - path: TinyLife/Objects/Clothes.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: LegAccessories - path: ../TinyLife/Objects/Clothes.cs - startLine: 494 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -378,14 +282,6 @@ items: nameWithType: ClothesLayer.Shoes fullName: TinyLife.Objects.ClothesLayer.Shoes type: Field - source: - remote: - path: TinyLife/Objects/Clothes.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Shoes - path: ../TinyLife/Objects/Clothes.cs - startLine: 498 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 43646d9..7be68c3 100644 --- a/docs/api/TinyLife.Objects.CornerFurniture.Counter.yml +++ b/docs/api/TinyLife.Objects.CornerFurniture.Counter.yml @@ -15,14 +15,6 @@ items: nameWithType: CornerFurniture.Counter fullName: TinyLife.Objects.CornerFurniture.Counter type: Class - source: - remote: - path: TinyLife/Objects/CornerFurniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Counter - path: ../TinyLife/Objects/CornerFurniture.cs - startLine: 99 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -109,6 +101,8 @@ items: - TinyLife.Objects.Furniture.GetAppliedUpgrade(TinyLife.Objects.Upgrade) - TinyLife.Objects.Furniture.ApplyUpgrade(TinyLife.Objects.AppliedUpgrade) - TinyLife.Objects.Furniture.HasFullUpgrade(TinyLife.Objects.Upgrade) + - TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single) + - TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) - TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Ui.Elements.Element,System.Single,System.Int32[]) - TinyLife.Objects.Furniture.GetOccupants(TinyLife.Objects.ObjectCategory,System.Boolean) - TinyLife.Objects.Furniture.GetFreeActionSpots(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory) @@ -178,14 +172,6 @@ items: nameWithType: CornerFurniture.Counter.Counter(Guid, FurnitureType, int[], Map, Vector2, float) fullName: TinyLife.Objects.CornerFurniture.Counter.Counter(System.Guid, TinyLife.Objects.FurnitureType, int[], TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, float) type: Constructor - source: - remote: - path: TinyLife/Objects/CornerFurniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Objects/CornerFurniture.cs - startLine: 102 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -231,14 +217,6 @@ items: nameWithType: CornerFurniture.Counter.ShouldConnectTo(Furniture) fullName: TinyLife.Objects.CornerFurniture.Counter.ShouldConnectTo(TinyLife.Objects.Furniture) type: Method - source: - remote: - path: TinyLife/Objects/CornerFurniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ShouldConnectTo - path: ../TinyLife/Objects/CornerFurniture.cs - startLine: 105 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -270,14 +248,6 @@ items: nameWithType: CornerFurniture.Counter.GetCornerStatus(Dictionary) fullName: TinyLife.Objects.CornerFurniture.Counter.GetCornerStatus(System.Collections.Generic.Dictionary) type: Method - source: - remote: - path: TinyLife/Objects/CornerFurniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetCornerStatus - path: ../TinyLife/Objects/CornerFurniture.cs - startLine: 110 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2310,6 +2280,228 @@ references: name: Upgrade href: TinyLife.Objects.Upgrade.html - name: ) +- uid: TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single) + commentId: M:TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single) + parent: TinyLife.Objects.Furniture + isExternal: true + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_MarkDirtyForPathfinding_Microsoft_Xna_Framework_Vector2_System_Single_ + name: MarkDirtyForPathfinding(Vector2, float) + nameWithType: Furniture.MarkDirtyForPathfinding(Vector2, float) + fullName: TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2, float) + nameWithType.vb: Furniture.MarkDirtyForPathfinding(Vector2, Single) + fullName.vb: TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2, Single) + name.vb: MarkDirtyForPathfinding(Vector2, Single) + spec.csharp: + - uid: TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single) + name: MarkDirtyForPathfinding + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_MarkDirtyForPathfinding_Microsoft_Xna_Framework_Vector2_System_Single_ + - name: ( + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ) + spec.vb: + - uid: TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single) + name: MarkDirtyForPathfinding + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_MarkDirtyForPathfinding_Microsoft_Xna_Framework_Vector2_System_Single_ + - name: ( + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ) +- uid: TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) + commentId: M:TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) + parent: TinyLife.Objects.Furniture + isExternal: true + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_DrawDirtyOverlay_Microsoft_Xna_Framework_GameTime_System_Object_Microsoft_Xna_Framework_Vector2_System_Single_Microsoft_Xna_Framework_Vector2_System_Nullable_Microsoft_Xna_Framework_Color__MLEM_Maths_Direction2_System_Int32___System_Single_System_Boolean_TinyLife_Objects_ParentInfo_System_Single_System_Collections_Generic_List_MLEM_Graphics_StaticSpriteBatch_Item__ + name: DrawDirtyOverlay(GameTime, object, Vector2, float, Vector2, Color?, Direction2, int[], float, bool, ParentInfo, float, List) + nameWithType: Furniture.DrawDirtyOverlay(GameTime, object, Vector2, float, Vector2, Color?, Direction2, int[], float, bool, ParentInfo, float, List) + fullName: TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime, object, Microsoft.Xna.Framework.Vector2, float, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color?, MLEM.Maths.Direction2, int[], float, bool, TinyLife.Objects.ParentInfo, float, System.Collections.Generic.List) + nameWithType.vb: Furniture.DrawDirtyOverlay(GameTime, Object, Vector2, Single, Vector2, Color?, Direction2, Integer(), Single, Boolean, ParentInfo, Single, List(Of StaticSpriteBatch.Item)) + fullName.vb: TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime, Object, Microsoft.Xna.Framework.Vector2, Single, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color?, MLEM.Maths.Direction2, Integer(), Single, Boolean, TinyLife.Objects.ParentInfo, Single, System.Collections.Generic.List(Of MLEM.Graphics.StaticSpriteBatch.Item)) + name.vb: DrawDirtyOverlay(GameTime, Object, Vector2, Single, Vector2, Color?, Direction2, Integer(), Single, Boolean, ParentInfo, Single, List(Of Item)) + spec.csharp: + - uid: TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) + name: DrawDirtyOverlay + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_DrawDirtyOverlay_Microsoft_Xna_Framework_GameTime_System_Object_Microsoft_Xna_Framework_Vector2_System_Single_Microsoft_Xna_Framework_Vector2_System_Nullable_Microsoft_Xna_Framework_Color__MLEM_Maths_Direction2_System_Int32___System_Single_System_Boolean_TinyLife_Objects_ParentInfo_System_Single_System_Collections_Generic_List_MLEM_Graphics_StaticSpriteBatch_Item__ + - name: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + isExternal: true + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Color + name: Color + isExternal: true + - name: '?' + - name: ',' + - name: " " + - uid: MLEM.Maths.Direction2 + name: Direction2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Int32 + name: int + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: '[' + - name: ']' + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: TinyLife.Objects.ParentInfo + name: ParentInfo + href: TinyLife.Objects.ParentInfo.html + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: System.Collections.Generic.List`1 + name: List + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 + - name: < + - uid: MLEM.Graphics.StaticSpriteBatch.Item + name: Item + isExternal: true + - name: '>' + - name: ) + spec.vb: + - uid: TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) + name: DrawDirtyOverlay + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_DrawDirtyOverlay_Microsoft_Xna_Framework_GameTime_System_Object_Microsoft_Xna_Framework_Vector2_System_Single_Microsoft_Xna_Framework_Vector2_System_Nullable_Microsoft_Xna_Framework_Color__MLEM_Maths_Direction2_System_Int32___System_Single_System_Boolean_TinyLife_Objects_ParentInfo_System_Single_System_Collections_Generic_List_MLEM_Graphics_StaticSpriteBatch_Item__ + - name: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + isExternal: true + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Color + name: Color + isExternal: true + - name: '?' + - name: ',' + - name: " " + - uid: MLEM.Maths.Direction2 + name: Direction2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Int32 + name: Integer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ( + - name: ) + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: TinyLife.Objects.ParentInfo + name: ParentInfo + href: TinyLife.Objects.ParentInfo.html + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: System.Collections.Generic.List`1 + name: List + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 + - name: ( + - name: Of + - name: " " + - uid: MLEM.Graphics.StaticSpriteBatch.Item + name: Item + isExternal: true + - name: ) + - name: ) - uid: TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Ui.Elements.Element,System.Single,System.Int32[]) commentId: M:TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Ui.Elements.Element,System.Single,System.Int32[]) parent: TinyLife.Objects.Furniture diff --git a/docs/api/TinyLife.Objects.CornerFurniture.yml b/docs/api/TinyLife.Objects.CornerFurniture.yml index 9d47fd6..3e4167f 100644 --- a/docs/api/TinyLife.Objects.CornerFurniture.yml +++ b/docs/api/TinyLife.Objects.CornerFurniture.yml @@ -18,14 +18,6 @@ items: nameWithType: CornerFurniture fullName: TinyLife.Objects.CornerFurniture type: Class - source: - remote: - path: TinyLife/Objects/CornerFurniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CornerFurniture - path: ../TinyLife/Objects/CornerFurniture.cs - startLine: 18 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -114,6 +106,8 @@ items: - TinyLife.Objects.Furniture.GetAppliedUpgrade(TinyLife.Objects.Upgrade) - TinyLife.Objects.Furniture.ApplyUpgrade(TinyLife.Objects.AppliedUpgrade) - TinyLife.Objects.Furniture.HasFullUpgrade(TinyLife.Objects.Upgrade) + - TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single) + - TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) - TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Ui.Elements.Element,System.Single,System.Int32[]) - TinyLife.Objects.Furniture.GetOccupants(TinyLife.Objects.ObjectCategory,System.Boolean) - TinyLife.Objects.Furniture.GetFreeActionSpots(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory) @@ -183,14 +177,6 @@ items: nameWithType: CornerFurniture.CornerFurniture(Guid, FurnitureType, int[], Map, Vector2, float) fullName: TinyLife.Objects.CornerFurniture.CornerFurniture(System.Guid, TinyLife.Objects.FurnitureType, int[], TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, float) type: Constructor - source: - remote: - path: TinyLife/Objects/CornerFurniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Objects/CornerFurniture.cs - startLine: 24 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -236,14 +222,6 @@ items: nameWithType: CornerFurniture.ShouldConnectTo(Furniture) fullName: TinyLife.Objects.CornerFurniture.ShouldConnectTo(TinyLife.Objects.Furniture) type: Method - source: - remote: - path: TinyLife/Objects/CornerFurniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ShouldConnectTo - path: ../TinyLife/Objects/CornerFurniture.cs - startLine: 34 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -274,14 +252,6 @@ items: nameWithType: CornerFurniture.GetCornerStatus(Dictionary) fullName: TinyLife.Objects.CornerFurniture.GetCornerStatus(System.Collections.Generic.Dictionary) type: Method - source: - remote: - path: TinyLife/Objects/CornerFurniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetCornerStatus - path: ../TinyLife/Objects/CornerFurniture.cs - startLine: 44 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -315,14 +285,6 @@ items: nameWithType: CornerFurniture.Draw(GameTime, object, Vector2, float, Vector2, Color?, Direction2, int[], float, bool, ParentInfo, float, List) fullName: TinyLife.Objects.CornerFurniture.Draw(Microsoft.Xna.Framework.GameTime, object, Microsoft.Xna.Framework.Vector2, float, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color?, MLEM.Maths.Direction2, int[], float, bool, TinyLife.Objects.ParentInfo, float, System.Collections.Generic.List) type: Method - source: - remote: - path: TinyLife/Objects/CornerFurniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Draw - path: ../TinyLife/Objects/CornerFurniture.cs - startLine: 62 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -390,14 +352,6 @@ items: nameWithType: CornerFurniture.OnNeighborChanged(Furniture) fullName: TinyLife.Objects.CornerFurniture.OnNeighborChanged(TinyLife.Objects.Furniture) type: Method - source: - remote: - path: TinyLife/Objects/CornerFurniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnNeighborChanged - path: ../TinyLife/Objects/CornerFurniture.cs - startLine: 70 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -426,14 +380,6 @@ items: nameWithType: CornerFurniture.Validate() fullName: TinyLife.Objects.CornerFurniture.Validate() type: Method - source: - remote: - path: TinyLife/Objects/CornerFurniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Validate - path: ../TinyLife/Objects/CornerFurniture.cs - startLine: 75 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2336,6 +2282,228 @@ references: name: Upgrade href: TinyLife.Objects.Upgrade.html - name: ) +- uid: TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single) + commentId: M:TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single) + parent: TinyLife.Objects.Furniture + isExternal: true + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_MarkDirtyForPathfinding_Microsoft_Xna_Framework_Vector2_System_Single_ + name: MarkDirtyForPathfinding(Vector2, float) + nameWithType: Furniture.MarkDirtyForPathfinding(Vector2, float) + fullName: TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2, float) + nameWithType.vb: Furniture.MarkDirtyForPathfinding(Vector2, Single) + fullName.vb: TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2, Single) + name.vb: MarkDirtyForPathfinding(Vector2, Single) + spec.csharp: + - uid: TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single) + name: MarkDirtyForPathfinding + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_MarkDirtyForPathfinding_Microsoft_Xna_Framework_Vector2_System_Single_ + - name: ( + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ) + spec.vb: + - uid: TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single) + name: MarkDirtyForPathfinding + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_MarkDirtyForPathfinding_Microsoft_Xna_Framework_Vector2_System_Single_ + - name: ( + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ) +- uid: TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) + commentId: M:TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) + parent: TinyLife.Objects.Furniture + isExternal: true + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_DrawDirtyOverlay_Microsoft_Xna_Framework_GameTime_System_Object_Microsoft_Xna_Framework_Vector2_System_Single_Microsoft_Xna_Framework_Vector2_System_Nullable_Microsoft_Xna_Framework_Color__MLEM_Maths_Direction2_System_Int32___System_Single_System_Boolean_TinyLife_Objects_ParentInfo_System_Single_System_Collections_Generic_List_MLEM_Graphics_StaticSpriteBatch_Item__ + name: DrawDirtyOverlay(GameTime, object, Vector2, float, Vector2, Color?, Direction2, int[], float, bool, ParentInfo, float, List) + nameWithType: Furniture.DrawDirtyOverlay(GameTime, object, Vector2, float, Vector2, Color?, Direction2, int[], float, bool, ParentInfo, float, List) + fullName: TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime, object, Microsoft.Xna.Framework.Vector2, float, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color?, MLEM.Maths.Direction2, int[], float, bool, TinyLife.Objects.ParentInfo, float, System.Collections.Generic.List) + nameWithType.vb: Furniture.DrawDirtyOverlay(GameTime, Object, Vector2, Single, Vector2, Color?, Direction2, Integer(), Single, Boolean, ParentInfo, Single, List(Of StaticSpriteBatch.Item)) + fullName.vb: TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime, Object, Microsoft.Xna.Framework.Vector2, Single, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color?, MLEM.Maths.Direction2, Integer(), Single, Boolean, TinyLife.Objects.ParentInfo, Single, System.Collections.Generic.List(Of MLEM.Graphics.StaticSpriteBatch.Item)) + name.vb: DrawDirtyOverlay(GameTime, Object, Vector2, Single, Vector2, Color?, Direction2, Integer(), Single, Boolean, ParentInfo, Single, List(Of Item)) + spec.csharp: + - uid: TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) + name: DrawDirtyOverlay + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_DrawDirtyOverlay_Microsoft_Xna_Framework_GameTime_System_Object_Microsoft_Xna_Framework_Vector2_System_Single_Microsoft_Xna_Framework_Vector2_System_Nullable_Microsoft_Xna_Framework_Color__MLEM_Maths_Direction2_System_Int32___System_Single_System_Boolean_TinyLife_Objects_ParentInfo_System_Single_System_Collections_Generic_List_MLEM_Graphics_StaticSpriteBatch_Item__ + - name: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + isExternal: true + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Color + name: Color + isExternal: true + - name: '?' + - name: ',' + - name: " " + - uid: MLEM.Maths.Direction2 + name: Direction2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Int32 + name: int + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: '[' + - name: ']' + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: TinyLife.Objects.ParentInfo + name: ParentInfo + href: TinyLife.Objects.ParentInfo.html + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: System.Collections.Generic.List`1 + name: List + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 + - name: < + - uid: MLEM.Graphics.StaticSpriteBatch.Item + name: Item + isExternal: true + - name: '>' + - name: ) + spec.vb: + - uid: TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) + name: DrawDirtyOverlay + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_DrawDirtyOverlay_Microsoft_Xna_Framework_GameTime_System_Object_Microsoft_Xna_Framework_Vector2_System_Single_Microsoft_Xna_Framework_Vector2_System_Nullable_Microsoft_Xna_Framework_Color__MLEM_Maths_Direction2_System_Int32___System_Single_System_Boolean_TinyLife_Objects_ParentInfo_System_Single_System_Collections_Generic_List_MLEM_Graphics_StaticSpriteBatch_Item__ + - name: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + isExternal: true + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Color + name: Color + isExternal: true + - name: '?' + - name: ',' + - name: " " + - uid: MLEM.Maths.Direction2 + name: Direction2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Int32 + name: Integer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ( + - name: ) + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: TinyLife.Objects.ParentInfo + name: ParentInfo + href: TinyLife.Objects.ParentInfo.html + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: System.Collections.Generic.List`1 + name: List + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 + - name: ( + - name: Of + - name: " " + - uid: MLEM.Graphics.StaticSpriteBatch.Item + name: Item + isExternal: true + - name: ) + - name: ) - uid: TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Ui.Elements.Element,System.Single,System.Int32[]) commentId: M:TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Ui.Elements.Element,System.Single,System.Int32[]) parent: TinyLife.Objects.Furniture diff --git a/docs/api/TinyLife.Objects.DeathReason.yml b/docs/api/TinyLife.Objects.DeathReason.yml index de1800f..4fbab25 100644 --- a/docs/api/TinyLife.Objects.DeathReason.yml +++ b/docs/api/TinyLife.Objects.DeathReason.yml @@ -17,14 +17,6 @@ items: nameWithType: DeathReason fullName: TinyLife.Objects.DeathReason type: Enum - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DeathReason - path: ../TinyLife/Objects/PersonLike.cs - startLine: 3558 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -46,14 +38,6 @@ items: nameWithType: DeathReason.Starvation fullName: TinyLife.Objects.DeathReason.Starvation type: Field - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Starvation - path: ../TinyLife/Objects/PersonLike.cs - startLine: 3564 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -77,14 +61,6 @@ items: nameWithType: DeathReason.InexplicableReasons fullName: TinyLife.Objects.DeathReason.InexplicableReasons type: Field - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: InexplicableReasons - path: ../TinyLife/Objects/PersonLike.cs - startLine: 3569 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -108,14 +84,6 @@ items: nameWithType: DeathReason.Electrocution fullName: TinyLife.Objects.DeathReason.Electrocution type: Field - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Electrocution - path: ../TinyLife/Objects/PersonLike.cs - startLine: 3574 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -139,14 +107,6 @@ items: nameWithType: DeathReason.TooMuchProtein fullName: TinyLife.Objects.DeathReason.TooMuchProtein type: Field - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TooMuchProtein - path: ../TinyLife/Objects/PersonLike.cs - startLine: 3578 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -167,14 +127,6 @@ items: nameWithType: DeathReason.TooMuchBrew fullName: TinyLife.Objects.DeathReason.TooMuchBrew type: Field - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TooMuchBrew - path: ../TinyLife/Objects/PersonLike.cs - startLine: 3582 assemblies: - Tiny Life namespace: TinyLife.Objects diff --git a/docs/api/TinyLife.Objects.Fence.yml b/docs/api/TinyLife.Objects.Fence.yml index f571c25..6477fcb 100644 --- a/docs/api/TinyLife.Objects.Fence.yml +++ b/docs/api/TinyLife.Objects.Fence.yml @@ -17,14 +17,6 @@ items: nameWithType: Fence fullName: TinyLife.Objects.Fence type: Class - source: - remote: - path: TinyLife/Objects/Fence.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Fence - path: ../TinyLife/Objects/Fence.cs - startLine: 14 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -110,6 +102,8 @@ items: - TinyLife.Objects.Furniture.GetAppliedUpgrade(TinyLife.Objects.Upgrade) - TinyLife.Objects.Furniture.ApplyUpgrade(TinyLife.Objects.AppliedUpgrade) - TinyLife.Objects.Furniture.HasFullUpgrade(TinyLife.Objects.Upgrade) + - TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single) + - TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) - TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Ui.Elements.Element,System.Single,System.Int32[]) - TinyLife.Objects.Furniture.GetOccupants(TinyLife.Objects.ObjectCategory,System.Boolean) - TinyLife.Objects.Furniture.GetFreeActionSpots(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory) @@ -185,14 +179,6 @@ items: nameWithType: Fence.Fence(Guid, FurnitureType, int[], Map, Vector2, float) fullName: TinyLife.Objects.Fence.Fence(System.Guid, TinyLife.Objects.FurnitureType, int[], TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, float) type: Constructor - source: - remote: - path: TinyLife/Objects/Fence.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Objects/Fence.cs - startLine: 21 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -238,14 +224,6 @@ items: nameWithType: Fence.Draw(GameTime, object, Vector2, float, Vector2, Color?, Direction2, int[], float, bool, ParentInfo, float, List) fullName: TinyLife.Objects.Fence.Draw(Microsoft.Xna.Framework.GameTime, object, Microsoft.Xna.Framework.Vector2, float, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color?, MLEM.Maths.Direction2, int[], float, bool, TinyLife.Objects.ParentInfo, float, System.Collections.Generic.List) type: Method - source: - remote: - path: TinyLife/Objects/Fence.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Draw - path: ../TinyLife/Objects/Fence.cs - startLine: 26 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -313,14 +291,6 @@ items: nameWithType: Fence.Validate() fullName: TinyLife.Objects.Fence.Validate() type: Method - source: - remote: - path: TinyLife/Objects/Fence.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Validate - path: ../TinyLife/Objects/Fence.cs - startLine: 45 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -350,14 +320,6 @@ items: nameWithType: Fence.OnNeighborChanged(Furniture) fullName: TinyLife.Objects.Fence.OnNeighborChanged(TinyLife.Objects.Furniture) type: Method - source: - remote: - path: TinyLife/Objects/Fence.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnNeighborChanged - path: ../TinyLife/Objects/Fence.cs - startLine: 52 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -386,14 +348,6 @@ items: nameWithType: Fence.ShouldConnectTo(Furniture) fullName: TinyLife.Objects.Fence.ShouldConnectTo(TinyLife.Objects.Furniture) type: Method - source: - remote: - path: TinyLife/Objects/Fence.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ShouldConnectTo - path: ../TinyLife/Objects/Fence.cs - startLine: 62 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2203,6 +2157,228 @@ references: name: Upgrade href: TinyLife.Objects.Upgrade.html - name: ) +- uid: TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single) + commentId: M:TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single) + parent: TinyLife.Objects.Furniture + isExternal: true + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_MarkDirtyForPathfinding_Microsoft_Xna_Framework_Vector2_System_Single_ + name: MarkDirtyForPathfinding(Vector2, float) + nameWithType: Furniture.MarkDirtyForPathfinding(Vector2, float) + fullName: TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2, float) + nameWithType.vb: Furniture.MarkDirtyForPathfinding(Vector2, Single) + fullName.vb: TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2, Single) + name.vb: MarkDirtyForPathfinding(Vector2, Single) + spec.csharp: + - uid: TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single) + name: MarkDirtyForPathfinding + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_MarkDirtyForPathfinding_Microsoft_Xna_Framework_Vector2_System_Single_ + - name: ( + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ) + spec.vb: + - uid: TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single) + name: MarkDirtyForPathfinding + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_MarkDirtyForPathfinding_Microsoft_Xna_Framework_Vector2_System_Single_ + - name: ( + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ) +- uid: TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) + commentId: M:TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) + parent: TinyLife.Objects.Furniture + isExternal: true + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_DrawDirtyOverlay_Microsoft_Xna_Framework_GameTime_System_Object_Microsoft_Xna_Framework_Vector2_System_Single_Microsoft_Xna_Framework_Vector2_System_Nullable_Microsoft_Xna_Framework_Color__MLEM_Maths_Direction2_System_Int32___System_Single_System_Boolean_TinyLife_Objects_ParentInfo_System_Single_System_Collections_Generic_List_MLEM_Graphics_StaticSpriteBatch_Item__ + name: DrawDirtyOverlay(GameTime, object, Vector2, float, Vector2, Color?, Direction2, int[], float, bool, ParentInfo, float, List) + nameWithType: Furniture.DrawDirtyOverlay(GameTime, object, Vector2, float, Vector2, Color?, Direction2, int[], float, bool, ParentInfo, float, List) + fullName: TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime, object, Microsoft.Xna.Framework.Vector2, float, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color?, MLEM.Maths.Direction2, int[], float, bool, TinyLife.Objects.ParentInfo, float, System.Collections.Generic.List) + nameWithType.vb: Furniture.DrawDirtyOverlay(GameTime, Object, Vector2, Single, Vector2, Color?, Direction2, Integer(), Single, Boolean, ParentInfo, Single, List(Of StaticSpriteBatch.Item)) + fullName.vb: TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime, Object, Microsoft.Xna.Framework.Vector2, Single, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color?, MLEM.Maths.Direction2, Integer(), Single, Boolean, TinyLife.Objects.ParentInfo, Single, System.Collections.Generic.List(Of MLEM.Graphics.StaticSpriteBatch.Item)) + name.vb: DrawDirtyOverlay(GameTime, Object, Vector2, Single, Vector2, Color?, Direction2, Integer(), Single, Boolean, ParentInfo, Single, List(Of Item)) + spec.csharp: + - uid: TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) + name: DrawDirtyOverlay + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_DrawDirtyOverlay_Microsoft_Xna_Framework_GameTime_System_Object_Microsoft_Xna_Framework_Vector2_System_Single_Microsoft_Xna_Framework_Vector2_System_Nullable_Microsoft_Xna_Framework_Color__MLEM_Maths_Direction2_System_Int32___System_Single_System_Boolean_TinyLife_Objects_ParentInfo_System_Single_System_Collections_Generic_List_MLEM_Graphics_StaticSpriteBatch_Item__ + - name: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + isExternal: true + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Color + name: Color + isExternal: true + - name: '?' + - name: ',' + - name: " " + - uid: MLEM.Maths.Direction2 + name: Direction2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Int32 + name: int + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: '[' + - name: ']' + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: TinyLife.Objects.ParentInfo + name: ParentInfo + href: TinyLife.Objects.ParentInfo.html + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: System.Collections.Generic.List`1 + name: List + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 + - name: < + - uid: MLEM.Graphics.StaticSpriteBatch.Item + name: Item + isExternal: true + - name: '>' + - name: ) + spec.vb: + - uid: TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) + name: DrawDirtyOverlay + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_DrawDirtyOverlay_Microsoft_Xna_Framework_GameTime_System_Object_Microsoft_Xna_Framework_Vector2_System_Single_Microsoft_Xna_Framework_Vector2_System_Nullable_Microsoft_Xna_Framework_Color__MLEM_Maths_Direction2_System_Int32___System_Single_System_Boolean_TinyLife_Objects_ParentInfo_System_Single_System_Collections_Generic_List_MLEM_Graphics_StaticSpriteBatch_Item__ + - name: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + isExternal: true + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Color + name: Color + isExternal: true + - name: '?' + - name: ',' + - name: " " + - uid: MLEM.Maths.Direction2 + name: Direction2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Int32 + name: Integer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ( + - name: ) + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: TinyLife.Objects.ParentInfo + name: ParentInfo + href: TinyLife.Objects.ParentInfo.html + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: System.Collections.Generic.List`1 + name: List + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 + - name: ( + - name: Of + - name: " " + - uid: MLEM.Graphics.StaticSpriteBatch.Item + name: Item + isExternal: true + - name: ) + - name: ) - uid: TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Ui.Elements.Element,System.Single,System.Int32[]) commentId: M:TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Ui.Elements.Element,System.Single,System.Int32[]) parent: TinyLife.Objects.Furniture diff --git a/docs/api/TinyLife.Objects.FenceType.yml b/docs/api/TinyLife.Objects.FenceType.yml index 5b850a9..c870003 100644 --- a/docs/api/TinyLife.Objects.FenceType.yml +++ b/docs/api/TinyLife.Objects.FenceType.yml @@ -24,14 +24,6 @@ items: nameWithType: FenceType fullName: TinyLife.Objects.FenceType type: Class - source: - remote: - path: TinyLife/Objects/FenceWall.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: FenceType - path: ../TinyLife/Objects/FenceWall.cs - startLine: 122 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -69,14 +61,6 @@ items: nameWithType: FenceType.Types fullName: TinyLife.Objects.FenceType.Types type: Field - source: - remote: - path: TinyLife/Objects/FenceWall.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Types - path: ../TinyLife/Objects/FenceWall.cs - startLine: 129 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -98,14 +82,6 @@ items: nameWithType: FenceType.Name fullName: TinyLife.Objects.FenceType.Name type: Field - source: - remote: - path: TinyLife/Objects/FenceWall.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Name - path: ../TinyLife/Objects/FenceWall.cs - startLine: 145 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -127,14 +103,6 @@ items: nameWithType: FenceType.Price fullName: TinyLife.Objects.FenceType.Price type: Field - source: - remote: - path: TinyLife/Objects/FenceWall.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Price - path: ../TinyLife/Objects/FenceWall.cs - startLine: 149 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -156,14 +124,6 @@ items: nameWithType: FenceType.Icon fullName: TinyLife.Objects.FenceType.Icon type: Field - source: - remote: - path: TinyLife/Objects/FenceWall.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Icon - path: ../TinyLife/Objects/FenceWall.cs - startLine: 153 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -185,14 +145,6 @@ items: nameWithType: FenceType.Colors fullName: TinyLife.Objects.FenceType.Colors type: Field - source: - remote: - path: TinyLife/Objects/FenceWall.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Colors - path: ../TinyLife/Objects/FenceWall.cs - startLine: 157 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -214,14 +166,6 @@ items: nameWithType: FenceType.Textures fullName: TinyLife.Objects.FenceType.Textures type: Field - source: - remote: - path: TinyLife/Objects/FenceWall.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Textures - path: ../TinyLife/Objects/FenceWall.cs - startLine: 161 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -243,14 +187,6 @@ items: nameWithType: FenceType.TextureRegion fullName: TinyLife.Objects.FenceType.TextureRegion type: Field - source: - remote: - path: TinyLife/Objects/FenceWall.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TextureRegion - path: ../TinyLife/Objects/FenceWall.cs - startLine: 166 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -275,14 +211,6 @@ items: nameWithType: FenceType.FenceType(string, float, TextureRegion, Dictionary, Point, params ColorScheme[]) fullName: TinyLife.Objects.FenceType.FenceType(string, float, MLEM.Textures.TextureRegion, System.Collections.Generic.Dictionary, Microsoft.Xna.Framework.Point, params TinyLife.Utilities.ColorScheme[]) type: Constructor - source: - remote: - path: TinyLife/Objects/FenceWall.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Objects/FenceWall.cs - startLine: 177 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -325,14 +253,6 @@ items: nameWithType: FenceType.FenceType(string, float, TextureRegion, Dictionary, Point, ColorSettings) fullName: TinyLife.Objects.FenceType.FenceType(string, float, MLEM.Textures.TextureRegion, System.Collections.Generic.Dictionary, Microsoft.Xna.Framework.Point, TinyLife.Utilities.ColorSettings) type: Constructor - source: - remote: - path: TinyLife/Objects/FenceWall.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Objects/FenceWall.cs - startLine: 189 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -375,14 +295,6 @@ items: nameWithType: FenceType.Draw(GameTime, SpriteBatch, Map, Point, Point, int, Vector2, bool, float, bool, bool, int[], Direction2, Color?) fullName: TinyLife.Objects.FenceType.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, TinyLife.World.Map, Microsoft.Xna.Framework.Point, Microsoft.Xna.Framework.Point, int, Microsoft.Xna.Framework.Vector2, bool, float, bool, bool, int[], MLEM.Maths.Direction2, Microsoft.Xna.Framework.Color?) type: Method - source: - remote: - path: TinyLife/Objects/FenceWall.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Draw - path: ../TinyLife/Objects/FenceWall.cs - startLine: 215 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -449,14 +361,6 @@ items: nameWithType: FenceType.DrawUi(Element, SpriteBatch, GameTime, Map, int[], float) fullName: TinyLife.Objects.FenceType.DrawUi(MLEM.Ui.Elements.Element, Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.GameTime, TinyLife.World.Map, int[], float) type: Method - source: - remote: - path: TinyLife/Objects/FenceWall.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DrawUi - path: ../TinyLife/Objects/FenceWall.cs - startLine: 259 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -499,14 +403,6 @@ items: nameWithType: FenceType.Register(FenceType) fullName: TinyLife.Objects.FenceType.Register(TinyLife.Objects.FenceType) type: Method - source: - remote: - path: TinyLife/Objects/FenceWall.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Register - path: ../TinyLife/Objects/FenceWall.cs - startLine: 271 assemblies: - Tiny Life namespace: TinyLife.Objects diff --git a/docs/api/TinyLife.Objects.FenceWall.yml b/docs/api/TinyLife.Objects.FenceWall.yml index 36a9bde..d04b904 100644 --- a/docs/api/TinyLife.Objects.FenceWall.yml +++ b/docs/api/TinyLife.Objects.FenceWall.yml @@ -19,14 +19,6 @@ items: nameWithType: FenceWall fullName: TinyLife.Objects.FenceWall type: Class - source: - remote: - path: TinyLife/Objects/FenceWall.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: FenceWall - path: ../TinyLife/Objects/FenceWall.cs - startLine: 20 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -83,14 +75,6 @@ items: nameWithType: FenceWall.Type fullName: TinyLife.Objects.FenceWall.Type type: Field - source: - remote: - path: TinyLife/Objects/FenceWall.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Type - path: ../TinyLife/Objects/FenceWall.cs - startLine: 26 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -122,14 +106,6 @@ items: nameWithType: FenceWall.Colors fullName: TinyLife.Objects.FenceWall.Colors type: Field - source: - remote: - path: TinyLife/Objects/FenceWall.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Colors - path: ../TinyLife/Objects/FenceWall.cs - startLine: 31 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -161,14 +137,6 @@ items: nameWithType: FenceWall.FenceWall(FenceType, int[], int, params Point[]) fullName: TinyLife.Objects.FenceWall.FenceWall(TinyLife.Objects.FenceType, int[], int, params Microsoft.Xna.Framework.Point[]) type: Constructor - source: - remote: - path: TinyLife/Objects/FenceWall.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Objects/FenceWall.cs - startLine: 37 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -200,14 +168,6 @@ items: nameWithType: FenceWall.Draw(Map, GameTime, SpriteBatch, Vector2, Color?, bool, bool) fullName: TinyLife.Objects.FenceWall.Draw(TinyLife.World.Map, Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color?, bool, bool) type: Method - source: - remote: - path: TinyLife/Objects/FenceWall.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Draw - path: ../TinyLife/Objects/FenceWall.cs - startLine: 43 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -254,14 +214,6 @@ items: nameWithType: FenceWall.Validate(Map) fullName: TinyLife.Objects.FenceWall.Validate(TinyLife.World.Map) type: Method - source: - remote: - path: TinyLife/Objects/FenceWall.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Validate - path: ../TinyLife/Objects/FenceWall.cs - startLine: 50 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -289,14 +241,6 @@ items: nameWithType: FenceWall.GetPrice() fullName: TinyLife.Objects.FenceWall.GetPrice() type: Method - source: - remote: - path: TinyLife/Objects/FenceWall.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetPrice - path: ../TinyLife/Objects/FenceWall.cs - startLine: 60 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -321,14 +265,6 @@ items: nameWithType: FenceWall.OnNeighborChanged(Map, WallLike) fullName: TinyLife.Objects.FenceWall.OnNeighborChanged(TinyLife.World.Map, TinyLife.Objects.WallLike) type: Method - source: - remote: - path: TinyLife/Objects/FenceWall.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnNeighborChanged - path: ../TinyLife/Objects/FenceWall.cs - startLine: 65 assemblies: - Tiny Life namespace: TinyLife.Objects diff --git a/docs/api/TinyLife.Objects.Fireplace.yml b/docs/api/TinyLife.Objects.Fireplace.yml index cb801ef..afe466b 100644 --- a/docs/api/TinyLife.Objects.Fireplace.yml +++ b/docs/api/TinyLife.Objects.Fireplace.yml @@ -16,14 +16,6 @@ items: nameWithType: Fireplace fullName: TinyLife.Objects.Fireplace type: Class - source: - remote: - path: TinyLife/Objects/Fireplace.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Fireplace - path: ../TinyLife/Objects/Fireplace.cs - startLine: 16 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -111,6 +103,8 @@ items: - TinyLife.Objects.Furniture.ApplyUpgrade(TinyLife.Objects.AppliedUpgrade) - TinyLife.Objects.Furniture.HasFullUpgrade(TinyLife.Objects.Upgrade) - TinyLife.Objects.Furniture.OnNeighborChanged(TinyLife.Objects.Furniture) + - TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single) + - TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) - TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Ui.Elements.Element,System.Single,System.Int32[]) - TinyLife.Objects.Furniture.GetOccupants(TinyLife.Objects.ObjectCategory,System.Boolean) - TinyLife.Objects.Furniture.GetFreeActionSpots(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory) @@ -179,14 +173,6 @@ items: nameWithType: Fireplace.Fireplace(Guid, FurnitureType, int[], Map, Vector2, float) fullName: TinyLife.Objects.Fireplace.Fireplace(System.Guid, TinyLife.Objects.FurnitureType, int[], TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, float) type: Constructor - source: - remote: - path: TinyLife/Objects/Fireplace.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Objects/Fireplace.cs - startLine: 23 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -232,14 +218,6 @@ items: nameWithType: Fireplace.Draw(GameTime, object, Vector2, float, Vector2, Color?, Direction2, int[], float, bool, ParentInfo, float, List) fullName: TinyLife.Objects.Fireplace.Draw(Microsoft.Xna.Framework.GameTime, object, Microsoft.Xna.Framework.Vector2, float, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color?, MLEM.Maths.Direction2, int[], float, bool, TinyLife.Objects.ParentInfo, float, System.Collections.Generic.List) type: Method - source: - remote: - path: TinyLife/Objects/Fireplace.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Draw - path: ../TinyLife/Objects/Fireplace.cs - startLine: 33 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -307,14 +285,6 @@ items: nameWithType: Fireplace.Update(GameTime, TimeSpan, float) fullName: TinyLife.Objects.Fireplace.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) type: Method - source: - remote: - path: TinyLife/Objects/Fireplace.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Update - path: ../TinyLife/Objects/Fireplace.cs - startLine: 43 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -352,14 +322,6 @@ items: nameWithType: Fireplace.OnRemoved() fullName: TinyLife.Objects.Fireplace.OnRemoved() type: Method - source: - remote: - path: TinyLife/Objects/Fireplace.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnRemoved - path: ../TinyLife/Objects/Fireplace.cs - startLine: 55 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2265,6 +2227,228 @@ references: name: Furniture href: TinyLife.Objects.Furniture.html - name: ) +- uid: TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single) + commentId: M:TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single) + parent: TinyLife.Objects.Furniture + isExternal: true + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_MarkDirtyForPathfinding_Microsoft_Xna_Framework_Vector2_System_Single_ + name: MarkDirtyForPathfinding(Vector2, float) + nameWithType: Furniture.MarkDirtyForPathfinding(Vector2, float) + fullName: TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2, float) + nameWithType.vb: Furniture.MarkDirtyForPathfinding(Vector2, Single) + fullName.vb: TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2, Single) + name.vb: MarkDirtyForPathfinding(Vector2, Single) + spec.csharp: + - uid: TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single) + name: MarkDirtyForPathfinding + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_MarkDirtyForPathfinding_Microsoft_Xna_Framework_Vector2_System_Single_ + - name: ( + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ) + spec.vb: + - uid: TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single) + name: MarkDirtyForPathfinding + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_MarkDirtyForPathfinding_Microsoft_Xna_Framework_Vector2_System_Single_ + - name: ( + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ) +- uid: TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) + commentId: M:TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) + parent: TinyLife.Objects.Furniture + isExternal: true + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_DrawDirtyOverlay_Microsoft_Xna_Framework_GameTime_System_Object_Microsoft_Xna_Framework_Vector2_System_Single_Microsoft_Xna_Framework_Vector2_System_Nullable_Microsoft_Xna_Framework_Color__MLEM_Maths_Direction2_System_Int32___System_Single_System_Boolean_TinyLife_Objects_ParentInfo_System_Single_System_Collections_Generic_List_MLEM_Graphics_StaticSpriteBatch_Item__ + name: DrawDirtyOverlay(GameTime, object, Vector2, float, Vector2, Color?, Direction2, int[], float, bool, ParentInfo, float, List) + nameWithType: Furniture.DrawDirtyOverlay(GameTime, object, Vector2, float, Vector2, Color?, Direction2, int[], float, bool, ParentInfo, float, List) + fullName: TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime, object, Microsoft.Xna.Framework.Vector2, float, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color?, MLEM.Maths.Direction2, int[], float, bool, TinyLife.Objects.ParentInfo, float, System.Collections.Generic.List) + nameWithType.vb: Furniture.DrawDirtyOverlay(GameTime, Object, Vector2, Single, Vector2, Color?, Direction2, Integer(), Single, Boolean, ParentInfo, Single, List(Of StaticSpriteBatch.Item)) + fullName.vb: TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime, Object, Microsoft.Xna.Framework.Vector2, Single, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color?, MLEM.Maths.Direction2, Integer(), Single, Boolean, TinyLife.Objects.ParentInfo, Single, System.Collections.Generic.List(Of MLEM.Graphics.StaticSpriteBatch.Item)) + name.vb: DrawDirtyOverlay(GameTime, Object, Vector2, Single, Vector2, Color?, Direction2, Integer(), Single, Boolean, ParentInfo, Single, List(Of Item)) + spec.csharp: + - uid: TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) + name: DrawDirtyOverlay + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_DrawDirtyOverlay_Microsoft_Xna_Framework_GameTime_System_Object_Microsoft_Xna_Framework_Vector2_System_Single_Microsoft_Xna_Framework_Vector2_System_Nullable_Microsoft_Xna_Framework_Color__MLEM_Maths_Direction2_System_Int32___System_Single_System_Boolean_TinyLife_Objects_ParentInfo_System_Single_System_Collections_Generic_List_MLEM_Graphics_StaticSpriteBatch_Item__ + - name: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + isExternal: true + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Color + name: Color + isExternal: true + - name: '?' + - name: ',' + - name: " " + - uid: MLEM.Maths.Direction2 + name: Direction2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Int32 + name: int + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: '[' + - name: ']' + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: TinyLife.Objects.ParentInfo + name: ParentInfo + href: TinyLife.Objects.ParentInfo.html + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: System.Collections.Generic.List`1 + name: List + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 + - name: < + - uid: MLEM.Graphics.StaticSpriteBatch.Item + name: Item + isExternal: true + - name: '>' + - name: ) + spec.vb: + - uid: TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) + name: DrawDirtyOverlay + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_DrawDirtyOverlay_Microsoft_Xna_Framework_GameTime_System_Object_Microsoft_Xna_Framework_Vector2_System_Single_Microsoft_Xna_Framework_Vector2_System_Nullable_Microsoft_Xna_Framework_Color__MLEM_Maths_Direction2_System_Int32___System_Single_System_Boolean_TinyLife_Objects_ParentInfo_System_Single_System_Collections_Generic_List_MLEM_Graphics_StaticSpriteBatch_Item__ + - name: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + isExternal: true + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Color + name: Color + isExternal: true + - name: '?' + - name: ',' + - name: " " + - uid: MLEM.Maths.Direction2 + name: Direction2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Int32 + name: Integer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ( + - name: ) + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: TinyLife.Objects.ParentInfo + name: ParentInfo + href: TinyLife.Objects.ParentInfo.html + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: System.Collections.Generic.List`1 + name: List + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 + - name: ( + - name: Of + - name: " " + - uid: MLEM.Graphics.StaticSpriteBatch.Item + name: Item + isExternal: true + - name: ) + - name: ) - uid: TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Ui.Elements.Element,System.Single,System.Int32[]) commentId: M:TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Ui.Elements.Element,System.Single,System.Int32[]) parent: TinyLife.Objects.Furniture diff --git a/docs/api/TinyLife.Objects.Food.yml b/docs/api/TinyLife.Objects.Food.yml index e7fa962..6fce8ef 100644 --- a/docs/api/TinyLife.Objects.Food.yml +++ b/docs/api/TinyLife.Objects.Food.yml @@ -18,14 +18,6 @@ items: nameWithType: Food fullName: TinyLife.Objects.Food type: Class - source: - remote: - path: TinyLife/Objects/Food.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Food - path: ../TinyLife/Objects/Food.cs - startLine: 13 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -115,6 +107,8 @@ items: - TinyLife.Objects.Furniture.ApplyUpgrade(TinyLife.Objects.AppliedUpgrade) - TinyLife.Objects.Furniture.HasFullUpgrade(TinyLife.Objects.Upgrade) - TinyLife.Objects.Furniture.OnNeighborChanged(TinyLife.Objects.Furniture) + - TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single) + - TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) - TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Ui.Elements.Element,System.Single,System.Int32[]) - TinyLife.Objects.Furniture.GetOccupants(TinyLife.Objects.ObjectCategory,System.Boolean) - TinyLife.Objects.Furniture.GetFreeActionSpots(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory) @@ -184,14 +178,6 @@ items: nameWithType: Food.FoodLeft fullName: TinyLife.Objects.Food.FoodLeft type: Field - source: - remote: - path: TinyLife/Objects/Food.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: FoodLeft - path: ../TinyLife/Objects/Food.cs - startLine: 19 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -223,14 +209,6 @@ items: nameWithType: Food.HasCandle fullName: TinyLife.Objects.Food.HasCandle type: Field - source: - remote: - path: TinyLife/Objects/Food.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: HasCandle - path: ../TinyLife/Objects/Food.cs - startLine: 25 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -269,14 +247,6 @@ items: nameWithType: Food.Food(Guid, FurnitureType, int[], Map, Vector2, float) fullName: TinyLife.Objects.Food.Food(System.Guid, TinyLife.Objects.FurnitureType, int[], TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, float) type: Constructor - source: - remote: - path: TinyLife/Objects/Food.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Objects/Food.cs - startLine: 28 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -322,14 +292,6 @@ items: nameWithType: Food.Draw(GameTime, object, Vector2, float, Vector2, Color?, Direction2, int[], float, bool, ParentInfo, float, List) fullName: TinyLife.Objects.Food.Draw(Microsoft.Xna.Framework.GameTime, object, Microsoft.Xna.Framework.Vector2, float, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color?, MLEM.Maths.Direction2, int[], float, bool, TinyLife.Objects.ParentInfo, float, System.Collections.Generic.List) type: Method - source: - remote: - path: TinyLife/Objects/Food.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Draw - path: ../TinyLife/Objects/Food.cs - startLine: 31 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -397,14 +359,6 @@ items: nameWithType: Food.Update(GameTime, TimeSpan, float) fullName: TinyLife.Objects.Food.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) type: Method - source: - remote: - path: TinyLife/Objects/Food.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Update - path: ../TinyLife/Objects/Food.cs - startLine: 50 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -442,14 +396,6 @@ items: nameWithType: Food.GetDescription(List, bool) fullName: TinyLife.Objects.Food.GetDescription(System.Collections.Generic.List, bool) type: Method - source: - remote: - path: TinyLife/Objects/Food.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetDescription - path: ../TinyLife/Objects/Food.cs - startLine: 65 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2317,6 +2263,228 @@ references: name: Furniture href: TinyLife.Objects.Furniture.html - name: ) +- uid: TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single) + commentId: M:TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single) + parent: TinyLife.Objects.Furniture + isExternal: true + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_MarkDirtyForPathfinding_Microsoft_Xna_Framework_Vector2_System_Single_ + name: MarkDirtyForPathfinding(Vector2, float) + nameWithType: Furniture.MarkDirtyForPathfinding(Vector2, float) + fullName: TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2, float) + nameWithType.vb: Furniture.MarkDirtyForPathfinding(Vector2, Single) + fullName.vb: TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2, Single) + name.vb: MarkDirtyForPathfinding(Vector2, Single) + spec.csharp: + - uid: TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single) + name: MarkDirtyForPathfinding + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_MarkDirtyForPathfinding_Microsoft_Xna_Framework_Vector2_System_Single_ + - name: ( + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ) + spec.vb: + - uid: TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single) + name: MarkDirtyForPathfinding + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_MarkDirtyForPathfinding_Microsoft_Xna_Framework_Vector2_System_Single_ + - name: ( + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ) +- uid: TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) + commentId: M:TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) + parent: TinyLife.Objects.Furniture + isExternal: true + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_DrawDirtyOverlay_Microsoft_Xna_Framework_GameTime_System_Object_Microsoft_Xna_Framework_Vector2_System_Single_Microsoft_Xna_Framework_Vector2_System_Nullable_Microsoft_Xna_Framework_Color__MLEM_Maths_Direction2_System_Int32___System_Single_System_Boolean_TinyLife_Objects_ParentInfo_System_Single_System_Collections_Generic_List_MLEM_Graphics_StaticSpriteBatch_Item__ + name: DrawDirtyOverlay(GameTime, object, Vector2, float, Vector2, Color?, Direction2, int[], float, bool, ParentInfo, float, List) + nameWithType: Furniture.DrawDirtyOverlay(GameTime, object, Vector2, float, Vector2, Color?, Direction2, int[], float, bool, ParentInfo, float, List) + fullName: TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime, object, Microsoft.Xna.Framework.Vector2, float, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color?, MLEM.Maths.Direction2, int[], float, bool, TinyLife.Objects.ParentInfo, float, System.Collections.Generic.List) + nameWithType.vb: Furniture.DrawDirtyOverlay(GameTime, Object, Vector2, Single, Vector2, Color?, Direction2, Integer(), Single, Boolean, ParentInfo, Single, List(Of StaticSpriteBatch.Item)) + fullName.vb: TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime, Object, Microsoft.Xna.Framework.Vector2, Single, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color?, MLEM.Maths.Direction2, Integer(), Single, Boolean, TinyLife.Objects.ParentInfo, Single, System.Collections.Generic.List(Of MLEM.Graphics.StaticSpriteBatch.Item)) + name.vb: DrawDirtyOverlay(GameTime, Object, Vector2, Single, Vector2, Color?, Direction2, Integer(), Single, Boolean, ParentInfo, Single, List(Of Item)) + spec.csharp: + - uid: TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) + name: DrawDirtyOverlay + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_DrawDirtyOverlay_Microsoft_Xna_Framework_GameTime_System_Object_Microsoft_Xna_Framework_Vector2_System_Single_Microsoft_Xna_Framework_Vector2_System_Nullable_Microsoft_Xna_Framework_Color__MLEM_Maths_Direction2_System_Int32___System_Single_System_Boolean_TinyLife_Objects_ParentInfo_System_Single_System_Collections_Generic_List_MLEM_Graphics_StaticSpriteBatch_Item__ + - name: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + isExternal: true + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Color + name: Color + isExternal: true + - name: '?' + - name: ',' + - name: " " + - uid: MLEM.Maths.Direction2 + name: Direction2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Int32 + name: int + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: '[' + - name: ']' + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: TinyLife.Objects.ParentInfo + name: ParentInfo + href: TinyLife.Objects.ParentInfo.html + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: System.Collections.Generic.List`1 + name: List + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 + - name: < + - uid: MLEM.Graphics.StaticSpriteBatch.Item + name: Item + isExternal: true + - name: '>' + - name: ) + spec.vb: + - uid: TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) + name: DrawDirtyOverlay + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_DrawDirtyOverlay_Microsoft_Xna_Framework_GameTime_System_Object_Microsoft_Xna_Framework_Vector2_System_Single_Microsoft_Xna_Framework_Vector2_System_Nullable_Microsoft_Xna_Framework_Color__MLEM_Maths_Direction2_System_Int32___System_Single_System_Boolean_TinyLife_Objects_ParentInfo_System_Single_System_Collections_Generic_List_MLEM_Graphics_StaticSpriteBatch_Item__ + - name: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + isExternal: true + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Color + name: Color + isExternal: true + - name: '?' + - name: ',' + - name: " " + - uid: MLEM.Maths.Direction2 + name: Direction2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Int32 + name: Integer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ( + - name: ) + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: TinyLife.Objects.ParentInfo + name: ParentInfo + href: TinyLife.Objects.ParentInfo.html + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: System.Collections.Generic.List`1 + name: List + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 + - name: ( + - name: Of + - name: " " + - uid: MLEM.Graphics.StaticSpriteBatch.Item + name: Item + isExternal: true + - name: ) + - name: ) - uid: TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Ui.Elements.Element,System.Single,System.Int32[]) commentId: M:TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Ui.Elements.Element,System.Single,System.Int32[]) parent: TinyLife.Objects.Furniture diff --git a/docs/api/TinyLife.Objects.FoodTypedItem.yml b/docs/api/TinyLife.Objects.FoodTypedItem.yml index 5280cad..fbd6070 100644 --- a/docs/api/TinyLife.Objects.FoodTypedItem.yml +++ b/docs/api/TinyLife.Objects.FoodTypedItem.yml @@ -20,14 +20,6 @@ items: nameWithType: FoodTypedItem fullName: TinyLife.Objects.FoodTypedItem type: Class - source: - remote: - path: TinyLife/Objects/FoodTypedItem.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: FoodTypedItem - path: ../TinyLife/Objects/FoodTypedItem.cs - startLine: 13 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -114,6 +106,8 @@ items: - TinyLife.Objects.Furniture.ApplyUpgrade(TinyLife.Objects.AppliedUpgrade) - TinyLife.Objects.Furniture.HasFullUpgrade(TinyLife.Objects.Upgrade) - TinyLife.Objects.Furniture.OnNeighborChanged(TinyLife.Objects.Furniture) + - TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single) + - TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) - TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Ui.Elements.Element,System.Single,System.Int32[]) - TinyLife.Objects.Furniture.GetOccupants(TinyLife.Objects.ObjectCategory,System.Boolean) - TinyLife.Objects.Furniture.GetFreeActionSpots(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory) @@ -183,14 +177,6 @@ items: nameWithType: FoodTypedItem.FoodType fullName: TinyLife.Objects.FoodTypedItem.FoodType type: Field - source: - remote: - path: TinyLife/Objects/FoodTypedItem.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: FoodType - path: ../TinyLife/Objects/FoodTypedItem.cs - startLine: 19 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -222,14 +208,6 @@ items: nameWithType: FoodTypedItem.ExpirationTime fullName: TinyLife.Objects.FoodTypedItem.ExpirationTime type: Field - source: - remote: - path: TinyLife/Objects/FoodTypedItem.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ExpirationTime - path: ../TinyLife/Objects/FoodTypedItem.cs - startLine: 25 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -264,14 +242,6 @@ items: nameWithType: FoodTypedItem.ServingSize fullName: TinyLife.Objects.FoodTypedItem.ServingSize type: Field - source: - remote: - path: TinyLife/Objects/FoodTypedItem.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ServingSize - path: ../TinyLife/Objects/FoodTypedItem.cs - startLine: 31 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -306,14 +276,6 @@ items: nameWithType: FoodTypedItem.Expired fullName: TinyLife.Objects.FoodTypedItem.Expired type: Property - source: - remote: - path: TinyLife/Objects/FoodTypedItem.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Expired - path: ../TinyLife/Objects/FoodTypedItem.cs - startLine: 36 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -340,14 +302,6 @@ items: nameWithType: FoodTypedItem.FoodTypedItem(Guid, FurnitureType, int[], Map, Vector2, float) fullName: TinyLife.Objects.FoodTypedItem.FoodTypedItem(System.Guid, TinyLife.Objects.FurnitureType, int[], TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, float) type: Constructor - source: - remote: - path: TinyLife/Objects/FoodTypedItem.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Objects/FoodTypedItem.cs - startLine: 39 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -393,14 +347,6 @@ items: nameWithType: FoodTypedItem.Validate() fullName: TinyLife.Objects.FoodTypedItem.Validate() type: Method - source: - remote: - path: TinyLife/Objects/FoodTypedItem.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Validate - path: ../TinyLife/Objects/FoodTypedItem.cs - startLine: 42 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -430,14 +376,6 @@ items: nameWithType: FoodTypedItem.GetDescription(List, bool) fullName: TinyLife.Objects.FoodTypedItem.GetDescription(System.Collections.Generic.List, bool) type: Method - source: - remote: - path: TinyLife/Objects/FoodTypedItem.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetDescription - path: ../TinyLife/Objects/FoodTypedItem.cs - startLine: 47 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -472,14 +410,6 @@ items: nameWithType: FoodTypedItem.Update(GameTime, TimeSpan, float) fullName: TinyLife.Objects.FoodTypedItem.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) type: Method - source: - remote: - path: TinyLife/Objects/FoodTypedItem.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Update - path: ../TinyLife/Objects/FoodTypedItem.cs - startLine: 58 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2478,6 +2408,228 @@ references: name: Furniture href: TinyLife.Objects.Furniture.html - name: ) +- uid: TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single) + commentId: M:TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single) + parent: TinyLife.Objects.Furniture + isExternal: true + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_MarkDirtyForPathfinding_Microsoft_Xna_Framework_Vector2_System_Single_ + name: MarkDirtyForPathfinding(Vector2, float) + nameWithType: Furniture.MarkDirtyForPathfinding(Vector2, float) + fullName: TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2, float) + nameWithType.vb: Furniture.MarkDirtyForPathfinding(Vector2, Single) + fullName.vb: TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2, Single) + name.vb: MarkDirtyForPathfinding(Vector2, Single) + spec.csharp: + - uid: TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single) + name: MarkDirtyForPathfinding + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_MarkDirtyForPathfinding_Microsoft_Xna_Framework_Vector2_System_Single_ + - name: ( + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ) + spec.vb: + - uid: TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single) + name: MarkDirtyForPathfinding + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_MarkDirtyForPathfinding_Microsoft_Xna_Framework_Vector2_System_Single_ + - name: ( + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ) +- uid: TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) + commentId: M:TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) + parent: TinyLife.Objects.Furniture + isExternal: true + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_DrawDirtyOverlay_Microsoft_Xna_Framework_GameTime_System_Object_Microsoft_Xna_Framework_Vector2_System_Single_Microsoft_Xna_Framework_Vector2_System_Nullable_Microsoft_Xna_Framework_Color__MLEM_Maths_Direction2_System_Int32___System_Single_System_Boolean_TinyLife_Objects_ParentInfo_System_Single_System_Collections_Generic_List_MLEM_Graphics_StaticSpriteBatch_Item__ + name: DrawDirtyOverlay(GameTime, object, Vector2, float, Vector2, Color?, Direction2, int[], float, bool, ParentInfo, float, List) + nameWithType: Furniture.DrawDirtyOverlay(GameTime, object, Vector2, float, Vector2, Color?, Direction2, int[], float, bool, ParentInfo, float, List) + fullName: TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime, object, Microsoft.Xna.Framework.Vector2, float, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color?, MLEM.Maths.Direction2, int[], float, bool, TinyLife.Objects.ParentInfo, float, System.Collections.Generic.List) + nameWithType.vb: Furniture.DrawDirtyOverlay(GameTime, Object, Vector2, Single, Vector2, Color?, Direction2, Integer(), Single, Boolean, ParentInfo, Single, List(Of StaticSpriteBatch.Item)) + fullName.vb: TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime, Object, Microsoft.Xna.Framework.Vector2, Single, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color?, MLEM.Maths.Direction2, Integer(), Single, Boolean, TinyLife.Objects.ParentInfo, Single, System.Collections.Generic.List(Of MLEM.Graphics.StaticSpriteBatch.Item)) + name.vb: DrawDirtyOverlay(GameTime, Object, Vector2, Single, Vector2, Color?, Direction2, Integer(), Single, Boolean, ParentInfo, Single, List(Of Item)) + spec.csharp: + - uid: TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) + name: DrawDirtyOverlay + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_DrawDirtyOverlay_Microsoft_Xna_Framework_GameTime_System_Object_Microsoft_Xna_Framework_Vector2_System_Single_Microsoft_Xna_Framework_Vector2_System_Nullable_Microsoft_Xna_Framework_Color__MLEM_Maths_Direction2_System_Int32___System_Single_System_Boolean_TinyLife_Objects_ParentInfo_System_Single_System_Collections_Generic_List_MLEM_Graphics_StaticSpriteBatch_Item__ + - name: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + isExternal: true + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Color + name: Color + isExternal: true + - name: '?' + - name: ',' + - name: " " + - uid: MLEM.Maths.Direction2 + name: Direction2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Int32 + name: int + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: '[' + - name: ']' + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: TinyLife.Objects.ParentInfo + name: ParentInfo + href: TinyLife.Objects.ParentInfo.html + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: System.Collections.Generic.List`1 + name: List + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 + - name: < + - uid: MLEM.Graphics.StaticSpriteBatch.Item + name: Item + isExternal: true + - name: '>' + - name: ) + spec.vb: + - uid: TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) + name: DrawDirtyOverlay + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_DrawDirtyOverlay_Microsoft_Xna_Framework_GameTime_System_Object_Microsoft_Xna_Framework_Vector2_System_Single_Microsoft_Xna_Framework_Vector2_System_Nullable_Microsoft_Xna_Framework_Color__MLEM_Maths_Direction2_System_Int32___System_Single_System_Boolean_TinyLife_Objects_ParentInfo_System_Single_System_Collections_Generic_List_MLEM_Graphics_StaticSpriteBatch_Item__ + - name: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + isExternal: true + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Color + name: Color + isExternal: true + - name: '?' + - name: ',' + - name: " " + - uid: MLEM.Maths.Direction2 + name: Direction2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Int32 + name: Integer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ( + - name: ) + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: TinyLife.Objects.ParentInfo + name: ParentInfo + href: TinyLife.Objects.ParentInfo.html + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: System.Collections.Generic.List`1 + name: List + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 + - name: ( + - name: Of + - name: " " + - uid: MLEM.Graphics.StaticSpriteBatch.Item + name: Item + isExternal: true + - name: ) + - name: ) - uid: TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Ui.Elements.Element,System.Single,System.Int32[]) commentId: M:TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Ui.Elements.Element,System.Single,System.Int32[]) parent: TinyLife.Objects.Furniture diff --git a/docs/api/TinyLife.Objects.Fridge.yml b/docs/api/TinyLife.Objects.Fridge.yml index 075102e..9560cb5 100644 --- a/docs/api/TinyLife.Objects.Fridge.yml +++ b/docs/api/TinyLife.Objects.Fridge.yml @@ -17,14 +17,6 @@ items: nameWithType: Fridge fullName: TinyLife.Objects.Fridge type: Class - source: - remote: - path: TinyLife/Objects/Fridge.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Fridge - path: ../TinyLife/Objects/Fridge.cs - startLine: 13 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -110,6 +102,8 @@ items: - TinyLife.Objects.Furniture.ApplyUpgrade(TinyLife.Objects.AppliedUpgrade) - TinyLife.Objects.Furniture.HasFullUpgrade(TinyLife.Objects.Upgrade) - TinyLife.Objects.Furniture.OnNeighborChanged(TinyLife.Objects.Furniture) + - TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single) + - TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) - TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Ui.Elements.Element,System.Single,System.Int32[]) - TinyLife.Objects.Furniture.GetOccupants(TinyLife.Objects.ObjectCategory,System.Boolean) - TinyLife.Objects.Furniture.GetFreeActionSpots(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory) @@ -179,14 +173,6 @@ items: nameWithType: Fridge.Items fullName: TinyLife.Objects.Fridge.Items type: Field - source: - remote: - path: TinyLife/Objects/Fridge.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Items - path: ../TinyLife/Objects/Fridge.cs - startLine: 20 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -221,14 +207,6 @@ items: nameWithType: Fridge.CurrentMode fullName: TinyLife.Objects.Fridge.CurrentMode type: Property - source: - remote: - path: TinyLife/Objects/Fridge.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CurrentMode - path: ../TinyLife/Objects/Fridge.cs - startLine: 23 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -259,14 +237,6 @@ items: nameWithType: Fridge.Fridge(Guid, FurnitureType, int[], Map, Vector2, float) fullName: TinyLife.Objects.Fridge.Fridge(System.Guid, TinyLife.Objects.FurnitureType, int[], TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, float) type: Constructor - source: - remote: - path: TinyLife/Objects/Fridge.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Objects/Fridge.cs - startLine: 26 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -312,14 +282,6 @@ items: nameWithType: Fridge.Update(GameTime, TimeSpan, float) fullName: TinyLife.Objects.Fridge.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) type: Method - source: - remote: - path: TinyLife/Objects/Fridge.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Update - path: ../TinyLife/Objects/Fridge.cs - startLine: 29 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -358,14 +320,6 @@ items: nameWithType: Fridge.Validate() fullName: TinyLife.Objects.Fridge.Validate() type: Method - source: - remote: - path: TinyLife/Objects/Fridge.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Validate - path: ../TinyLife/Objects/Fridge.cs - startLine: 45 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2394,6 +2348,228 @@ references: name: Furniture href: TinyLife.Objects.Furniture.html - name: ) +- uid: TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single) + commentId: M:TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single) + parent: TinyLife.Objects.Furniture + isExternal: true + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_MarkDirtyForPathfinding_Microsoft_Xna_Framework_Vector2_System_Single_ + name: MarkDirtyForPathfinding(Vector2, float) + nameWithType: Furniture.MarkDirtyForPathfinding(Vector2, float) + fullName: TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2, float) + nameWithType.vb: Furniture.MarkDirtyForPathfinding(Vector2, Single) + fullName.vb: TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2, Single) + name.vb: MarkDirtyForPathfinding(Vector2, Single) + spec.csharp: + - uid: TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single) + name: MarkDirtyForPathfinding + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_MarkDirtyForPathfinding_Microsoft_Xna_Framework_Vector2_System_Single_ + - name: ( + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ) + spec.vb: + - uid: TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single) + name: MarkDirtyForPathfinding + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_MarkDirtyForPathfinding_Microsoft_Xna_Framework_Vector2_System_Single_ + - name: ( + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ) +- uid: TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) + commentId: M:TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) + parent: TinyLife.Objects.Furniture + isExternal: true + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_DrawDirtyOverlay_Microsoft_Xna_Framework_GameTime_System_Object_Microsoft_Xna_Framework_Vector2_System_Single_Microsoft_Xna_Framework_Vector2_System_Nullable_Microsoft_Xna_Framework_Color__MLEM_Maths_Direction2_System_Int32___System_Single_System_Boolean_TinyLife_Objects_ParentInfo_System_Single_System_Collections_Generic_List_MLEM_Graphics_StaticSpriteBatch_Item__ + name: DrawDirtyOverlay(GameTime, object, Vector2, float, Vector2, Color?, Direction2, int[], float, bool, ParentInfo, float, List) + nameWithType: Furniture.DrawDirtyOverlay(GameTime, object, Vector2, float, Vector2, Color?, Direction2, int[], float, bool, ParentInfo, float, List) + fullName: TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime, object, Microsoft.Xna.Framework.Vector2, float, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color?, MLEM.Maths.Direction2, int[], float, bool, TinyLife.Objects.ParentInfo, float, System.Collections.Generic.List) + nameWithType.vb: Furniture.DrawDirtyOverlay(GameTime, Object, Vector2, Single, Vector2, Color?, Direction2, Integer(), Single, Boolean, ParentInfo, Single, List(Of StaticSpriteBatch.Item)) + fullName.vb: TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime, Object, Microsoft.Xna.Framework.Vector2, Single, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color?, MLEM.Maths.Direction2, Integer(), Single, Boolean, TinyLife.Objects.ParentInfo, Single, System.Collections.Generic.List(Of MLEM.Graphics.StaticSpriteBatch.Item)) + name.vb: DrawDirtyOverlay(GameTime, Object, Vector2, Single, Vector2, Color?, Direction2, Integer(), Single, Boolean, ParentInfo, Single, List(Of Item)) + spec.csharp: + - uid: TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) + name: DrawDirtyOverlay + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_DrawDirtyOverlay_Microsoft_Xna_Framework_GameTime_System_Object_Microsoft_Xna_Framework_Vector2_System_Single_Microsoft_Xna_Framework_Vector2_System_Nullable_Microsoft_Xna_Framework_Color__MLEM_Maths_Direction2_System_Int32___System_Single_System_Boolean_TinyLife_Objects_ParentInfo_System_Single_System_Collections_Generic_List_MLEM_Graphics_StaticSpriteBatch_Item__ + - name: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + isExternal: true + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Color + name: Color + isExternal: true + - name: '?' + - name: ',' + - name: " " + - uid: MLEM.Maths.Direction2 + name: Direction2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Int32 + name: int + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: '[' + - name: ']' + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: TinyLife.Objects.ParentInfo + name: ParentInfo + href: TinyLife.Objects.ParentInfo.html + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: System.Collections.Generic.List`1 + name: List + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 + - name: < + - uid: MLEM.Graphics.StaticSpriteBatch.Item + name: Item + isExternal: true + - name: '>' + - name: ) + spec.vb: + - uid: TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) + name: DrawDirtyOverlay + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_DrawDirtyOverlay_Microsoft_Xna_Framework_GameTime_System_Object_Microsoft_Xna_Framework_Vector2_System_Single_Microsoft_Xna_Framework_Vector2_System_Nullable_Microsoft_Xna_Framework_Color__MLEM_Maths_Direction2_System_Int32___System_Single_System_Boolean_TinyLife_Objects_ParentInfo_System_Single_System_Collections_Generic_List_MLEM_Graphics_StaticSpriteBatch_Item__ + - name: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + isExternal: true + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Color + name: Color + isExternal: true + - name: '?' + - name: ',' + - name: " " + - uid: MLEM.Maths.Direction2 + name: Direction2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Int32 + name: Integer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ( + - name: ) + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: TinyLife.Objects.ParentInfo + name: ParentInfo + href: TinyLife.Objects.ParentInfo.html + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: System.Collections.Generic.List`1 + name: List + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 + - name: ( + - name: Of + - name: " " + - uid: MLEM.Graphics.StaticSpriteBatch.Item + name: Item + isExternal: true + - name: ) + - name: ) - uid: TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Ui.Elements.Element,System.Single,System.Int32[]) commentId: M:TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Ui.Elements.Element,System.Single,System.Int32[]) parent: TinyLife.Objects.Furniture diff --git a/docs/api/TinyLife.Objects.Furniture.FurnitureTypeConstructedDelegate.yml b/docs/api/TinyLife.Objects.Furniture.FurnitureTypeConstructedDelegate.yml index ae5f209..aa37b67 100644 --- a/docs/api/TinyLife.Objects.Furniture.FurnitureTypeConstructedDelegate.yml +++ b/docs/api/TinyLife.Objects.Furniture.FurnitureTypeConstructedDelegate.yml @@ -12,14 +12,6 @@ items: nameWithType: Furniture.FurnitureTypeConstructedDelegate fullName: TinyLife.Objects.Furniture.FurnitureTypeConstructedDelegate type: Delegate - source: - remote: - path: TinyLife/Objects/Furniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: FurnitureTypeConstructedDelegate - path: ../TinyLife/Objects/Furniture.cs - startLine: 1044 assemblies: - Tiny Life namespace: TinyLife.Objects diff --git a/docs/api/TinyLife.Objects.Furniture.yml b/docs/api/TinyLife.Objects.Furniture.yml index b3b3d77..8389043 100644 --- a/docs/api/TinyLife.Objects.Furniture.yml +++ b/docs/api/TinyLife.Objects.Furniture.yml @@ -26,6 +26,7 @@ items: - TinyLife.Objects.Furniture.DisplayName - TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) - TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) + - TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) - TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Ui.Elements.Element,System.Single,System.Int32[]) - TinyLife.Objects.Furniture.GetActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ActionSpot,MLEM.Maths.Direction2) - TinyLife.Objects.Furniture.GetAiPriority(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory) @@ -53,6 +54,7 @@ items: - TinyLife.Objects.Furniture.Intersects(MLEM.Maths.RectangleF) - TinyLife.Objects.Furniture.IsFreeSpot(Microsoft.Xna.Framework.Point) - TinyLife.Objects.Furniture.IsStatic + - TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single) - TinyLife.Objects.Furniture.ModifyActionCategories(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Collections.Generic.List{System.String}) - TinyLife.Objects.Furniture.MoveToMap(TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single}) - TinyLife.Objects.Furniture.NotifyNeighbors @@ -97,14 +99,6 @@ items: nameWithType: Furniture fullName: TinyLife.Objects.Furniture type: Class - source: - remote: - path: TinyLife/Objects/Furniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Furniture - path: ../TinyLife/Objects/Furniture.cs - startLine: 30 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -191,14 +185,6 @@ items: nameWithType: Furniture.Random fullName: TinyLife.Objects.Furniture.Random type: Field - source: - remote: - path: TinyLife/Objects/Furniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Random - path: ../TinyLife/Objects/Furniture.cs - startLine: 36 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -223,14 +209,6 @@ items: nameWithType: Furniture.OnFurnitureTypeConstructed fullName: TinyLife.Objects.Furniture.OnFurnitureTypeConstructed type: Event - source: - remote: - path: TinyLife/Objects/Furniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnFurnitureTypeConstructed - path: ../TinyLife/Objects/Furniture.cs - startLine: 42 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -255,14 +233,6 @@ items: nameWithType: Furniture.OnGetDescription fullName: TinyLife.Objects.Furniture.OnGetDescription type: Event - source: - remote: - path: TinyLife/Objects/Furniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnGetDescription - path: ../TinyLife/Objects/Furniture.cs - startLine: 49 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -289,14 +259,6 @@ items: nameWithType: Furniture.OnSetCreator fullName: TinyLife.Objects.Furniture.OnSetCreator type: Event - source: - remote: - path: TinyLife/Objects/Furniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnSetCreator - path: ../TinyLife/Objects/Furniture.cs - startLine: 55 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -323,14 +285,6 @@ items: nameWithType: Furniture.OnGetDirty fullName: TinyLife.Objects.Furniture.OnGetDirty type: Event - source: - remote: - path: TinyLife/Objects/Furniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnGetDirty - path: ../TinyLife/Objects/Furniture.cs - startLine: 60 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -355,14 +309,6 @@ items: nameWithType: Furniture.OnDirty fullName: TinyLife.Objects.Furniture.OnDirty type: Event - source: - remote: - path: TinyLife/Objects/Furniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnDirty - path: ../TinyLife/Objects/Furniture.cs - startLine: 65 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -387,14 +333,6 @@ items: nameWithType: Furniture.OnAppliedUpgrade fullName: TinyLife.Objects.Furniture.OnAppliedUpgrade type: Event - source: - remote: - path: TinyLife/Objects/Furniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnAppliedUpgrade - path: ../TinyLife/Objects/Furniture.cs - startLine: 71 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -419,14 +357,6 @@ items: nameWithType: Furniture.DisplayName fullName: TinyLife.Objects.Furniture.DisplayName type: Property - source: - remote: - path: TinyLife/Objects/Furniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DisplayName - path: ../TinyLife/Objects/Furniture.cs - startLine: 79 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -454,14 +384,6 @@ items: nameWithType: Furniture.ParentInfo fullName: TinyLife.Objects.Furniture.ParentInfo type: Property - source: - remote: - path: TinyLife/Objects/Furniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ParentInfo - path: ../TinyLife/Objects/Furniture.cs - startLine: 82 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -489,14 +411,6 @@ items: nameWithType: Furniture.Visibility fullName: TinyLife.Objects.Furniture.Visibility type: Property - source: - remote: - path: TinyLife/Objects/Furniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Visibility - path: ../TinyLife/Objects/Furniture.cs - startLine: 99 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -527,14 +441,6 @@ items: nameWithType: Furniture.Type fullName: TinyLife.Objects.Furniture.Type type: Field - source: - remote: - path: TinyLife/Objects/Furniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Type - path: ../TinyLife/Objects/Furniture.cs - startLine: 105 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -566,14 +472,6 @@ items: nameWithType: Furniture.AppliedUpgrades fullName: TinyLife.Objects.Furniture.AppliedUpgrades type: Field - source: - remote: - path: TinyLife/Objects/Furniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AppliedUpgrades - path: ../TinyLife/Objects/Furniture.cs - startLine: 112 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -608,14 +506,6 @@ items: nameWithType: Furniture.Rotation fullName: TinyLife.Objects.Furniture.Rotation type: Field - source: - remote: - path: TinyLife/Objects/Furniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Rotation - path: ../TinyLife/Objects/Furniture.cs - startLine: 120 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -650,14 +540,6 @@ items: nameWithType: Furniture.ParentFurniture fullName: TinyLife.Objects.Furniture.ParentFurniture type: Property - source: - remote: - path: TinyLife/Objects/Furniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ParentFurniture - path: ../TinyLife/Objects/Furniture.cs - startLine: 125 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -684,14 +566,6 @@ items: nameWithType: Furniture.ParentObjectSpot fullName: TinyLife.Objects.Furniture.ParentObjectSpot type: Property - source: - remote: - path: TinyLife/Objects/Furniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ParentObjectSpot - path: ../TinyLife/Objects/Furniture.cs - startLine: 130 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -718,14 +592,6 @@ items: nameWithType: Furniture.Colors fullName: TinyLife.Objects.Furniture.Colors type: Field - source: - remote: - path: TinyLife/Objects/Furniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Colors - path: ../TinyLife/Objects/Furniture.cs - startLine: 136 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -760,25 +626,17 @@ items: nameWithType: Furniture.Area fullName: TinyLife.Objects.Furniture.Area type: Property - source: - remote: - path: TinyLife/Objects/Furniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Area - path: ../TinyLife/Objects/Furniture.cs - startLine: 140 assemblies: - Tiny Life namespace: TinyLife.Objects summary: A that represents the area that this furniture piece is currently taking up, based on its and its example: [] syntax: - content: public RectangleF Area { get; } + content: public virtual RectangleF Area { get; } parameters: [] return: type: MLEM.Maths.RectangleF - content.vb: Public ReadOnly Property Area As RectangleF + content.vb: Public Overridable ReadOnly Property Area As RectangleF overload: TinyLife.Objects.Furniture.Area* - uid: TinyLife.Objects.Furniture.CoveredTiles commentId: P:TinyLife.Objects.Furniture.CoveredTiles @@ -791,14 +649,6 @@ items: nameWithType: Furniture.CoveredTiles fullName: TinyLife.Objects.Furniture.CoveredTiles type: Property - source: - remote: - path: TinyLife/Objects/Furniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CoveredTiles - path: ../TinyLife/Objects/Furniture.cs - startLine: 145 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -808,11 +658,11 @@ items: This differs from in that it calculates the full covered tiles in integer coordinates, rather than the exact area covered by the object. example: [] syntax: - content: public Rectangle CoveredTiles { get; } + content: public virtual Rectangle CoveredTiles { get; } parameters: [] return: type: Microsoft.Xna.Framework.Rectangle - content.vb: Public ReadOnly Property CoveredTiles As Rectangle + content.vb: Public Overridable ReadOnly Property CoveredTiles As Rectangle overload: TinyLife.Objects.Furniture.CoveredTiles* - uid: TinyLife.Objects.Furniture.DevaluedThroughUse commentId: F:TinyLife.Objects.Furniture.DevaluedThroughUse @@ -825,14 +675,6 @@ items: nameWithType: Furniture.DevaluedThroughUse fullName: TinyLife.Objects.Furniture.DevaluedThroughUse type: Field - source: - remote: - path: TinyLife/Objects/Furniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DevaluedThroughUse - path: ../TinyLife/Objects/Furniture.cs - startLine: 151 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -871,14 +713,6 @@ items: nameWithType: Furniture.AreUtilitiesDisabled fullName: TinyLife.Objects.Furniture.AreUtilitiesDisabled type: Property - source: - remote: - path: TinyLife/Objects/Furniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AreUtilitiesDisabled - path: ../TinyLife/Objects/Furniture.cs - startLine: 156 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -905,14 +739,6 @@ items: nameWithType: Furniture.IsStatic fullName: TinyLife.Objects.Furniture.IsStatic type: Field - source: - remote: - path: TinyLife/Objects/Furniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IsStatic - path: ../TinyLife/Objects/Furniture.cs - startLine: 161 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -948,14 +774,6 @@ items: nameWithType: Furniture.CreatorId fullName: TinyLife.Objects.Furniture.CreatorId type: Property - source: - remote: - path: TinyLife/Objects/Furniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CreatorId - path: ../TinyLife/Objects/Furniture.cs - startLine: 167 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -998,14 +816,6 @@ items: nameWithType: Furniture.Quality fullName: TinyLife.Objects.Furniture.Quality type: Field - source: - remote: - path: TinyLife/Objects/Furniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Quality - path: ../TinyLife/Objects/Furniture.cs - startLine: 175 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1046,14 +856,6 @@ items: nameWithType: Furniture.CanBeDirty fullName: TinyLife.Objects.Furniture.CanBeDirty type: Property - source: - remote: - path: TinyLife/Objects/Furniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CanBeDirty - path: ../TinyLife/Objects/Furniture.cs - startLine: 180 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1063,11 +865,11 @@ items: If this property is false, will not automatically be set to true. example: [] syntax: - content: public bool CanBeDirty { get; } + content: public virtual bool CanBeDirty { get; } parameters: [] return: type: System.Boolean - content.vb: Public ReadOnly Property CanBeDirty As Boolean + content.vb: Public Overridable ReadOnly Property CanBeDirty As Boolean overload: TinyLife.Objects.Furniture.CanBeDirty* - uid: TinyLife.Objects.Furniture.Dirty commentId: P:TinyLife.Objects.Furniture.Dirty @@ -1080,14 +882,6 @@ items: nameWithType: Furniture.Dirty fullName: TinyLife.Objects.Furniture.Dirty type: Property - source: - remote: - path: TinyLife/Objects/Furniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Dirty - path: ../TinyLife/Objects/Furniture.cs - startLine: 185 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1097,11 +891,11 @@ items: If is false, this field is usually unused. example: [] syntax: - content: public bool Dirty { get; set; } + content: public virtual bool Dirty { get; set; } parameters: [] return: type: System.Boolean - content.vb: Public Property Dirty As Boolean + content.vb: Public Overridable Property Dirty As Boolean overload: TinyLife.Objects.Furniture.Dirty* - uid: TinyLife.Objects.Furniture.CustomPrice commentId: F:TinyLife.Objects.Furniture.CustomPrice @@ -1114,14 +908,6 @@ items: nameWithType: Furniture.CustomPrice fullName: TinyLife.Objects.Furniture.CustomPrice type: Field - source: - remote: - path: TinyLife/Objects/Furniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CustomPrice - path: ../TinyLife/Objects/Furniture.cs - startLine: 197 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1160,14 +946,6 @@ items: nameWithType: Furniture.Creator fullName: TinyLife.Objects.Furniture.Creator type: Property - source: - remote: - path: TinyLife/Objects/Furniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Creator - path: ../TinyLife/Objects/Furniture.cs - startLine: 202 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1194,14 +972,6 @@ items: nameWithType: Furniture.AttachedWall fullName: TinyLife.Objects.Furniture.AttachedWall type: Property - source: - remote: - path: TinyLife/Objects/Furniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AttachedWall - path: ../TinyLife/Objects/Furniture.cs - startLine: 207 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1228,25 +998,17 @@ items: nameWithType: Furniture.HideFromDraw fullName: TinyLife.Objects.Furniture.HideFromDraw type: Property - source: - remote: - path: TinyLife/Objects/Furniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: HideFromDraw - path: ../TinyLife/Objects/Furniture.cs - startLine: 211 assemblies: - Tiny Life namespace: TinyLife.Objects summary: Returns whether this object should currently be hidden from drawing. example: [] syntax: - content: public bool HideFromDraw { get; } + content: public virtual bool HideFromDraw { get; } parameters: [] return: type: System.Boolean - content.vb: Public ReadOnly Property HideFromDraw As Boolean + content.vb: Public Overridable ReadOnly Property HideFromDraw As Boolean overload: TinyLife.Objects.Furniture.HideFromDraw* - uid: TinyLife.Objects.Furniture.VisualRotation commentId: P:TinyLife.Objects.Furniture.VisualRotation @@ -1259,14 +1021,6 @@ items: nameWithType: Furniture.VisualRotation fullName: TinyLife.Objects.Furniture.VisualRotation type: Property - source: - remote: - path: TinyLife/Objects/Furniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: VisualRotation - path: ../TinyLife/Objects/Furniture.cs - startLine: 238 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1293,14 +1047,6 @@ items: nameWithType: Furniture.ParentObjectSpotId fullName: TinyLife.Objects.Furniture.ParentObjectSpotId type: Property - source: - remote: - path: TinyLife/Objects/Furniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ParentObjectSpotId - path: ../TinyLife/Objects/Furniture.cs - startLine: 242 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1338,14 +1084,6 @@ items: nameWithType: Furniture.ParentFurnitureId fullName: TinyLife.Objects.Furniture.ParentFurnitureId type: Property - source: - remote: - path: TinyLife/Objects/Furniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ParentFurnitureId - path: ../TinyLife/Objects/Furniture.cs - startLine: 247 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1383,14 +1121,6 @@ items: nameWithType: Furniture.Furniture(Guid, FurnitureType, int[], Map, Vector2, float) fullName: TinyLife.Objects.Furniture.Furniture(System.Guid, TinyLife.Objects.FurnitureType, int[], TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, float) type: Constructor - source: - remote: - path: TinyLife/Objects/Furniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Objects/Furniture.cs - startLine: 265 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1436,14 +1166,6 @@ items: nameWithType: Furniture.Draw(GameTime, object, Vector2, Color?, List) fullName: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime, object, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color?, System.Collections.Generic.List) type: Method - source: - remote: - path: TinyLife/Objects/Furniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Draw - path: ../TinyLife/Objects/Furniture.cs - startLine: 276 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1487,14 +1209,6 @@ items: nameWithType: Furniture.Validate() fullName: TinyLife.Objects.Furniture.Validate() type: Method - source: - remote: - path: TinyLife/Objects/Furniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Validate - path: ../TinyLife/Objects/Furniture.cs - startLine: 292 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1524,14 +1238,6 @@ items: nameWithType: Furniture.Intersects(RectangleF) fullName: TinyLife.Objects.Furniture.Intersects(MLEM.Maths.RectangleF) type: Method - source: - remote: - path: TinyLife/Objects/Furniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Intersects - path: ../TinyLife/Objects/Furniture.cs - startLine: 326 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1563,14 +1269,6 @@ items: nameWithType: Furniture.GetCategories(PersonLike) fullName: TinyLife.Objects.Furniture.GetCategories(TinyLife.Objects.PersonLike) type: Method - source: - remote: - path: TinyLife/Objects/Furniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetCategories - path: ../TinyLife/Objects/Furniture.cs - startLine: 331 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1599,14 +1297,6 @@ items: nameWithType: Furniture.OnAdded() fullName: TinyLife.Objects.Furniture.OnAdded() type: Method - source: - remote: - path: TinyLife/Objects/Furniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnAdded - path: ../TinyLife/Objects/Furniture.cs - startLine: 336 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1631,14 +1321,6 @@ items: nameWithType: Furniture.OnRemoved() fullName: TinyLife.Objects.Furniture.OnRemoved() type: Method - source: - remote: - path: TinyLife/Objects/Furniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnRemoved - path: ../TinyLife/Objects/Furniture.cs - startLine: 343 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1663,14 +1345,6 @@ items: nameWithType: Furniture.GetAiPriority(PersonLike, ObjectCategory) fullName: TinyLife.Objects.Furniture.GetAiPriority(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory) type: Method - source: - remote: - path: TinyLife/Objects/Furniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetAiPriority - path: ../TinyLife/Objects/Furniture.cs - startLine: 350 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1711,14 +1385,6 @@ items: nameWithType: Furniture.CanExecuteAction(ActionType, ActionInfo, bool, bool) fullName: TinyLife.Objects.Furniture.CanExecuteAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, bool, bool) type: Method - source: - remote: - path: TinyLife/Objects/Furniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CanExecuteAction - path: ../TinyLife/Objects/Furniture.cs - startLine: 366 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1762,14 +1428,6 @@ items: nameWithType: Furniture.OnActionCompleted(Action, CompletionType, bool) fullName: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action, TinyLife.Actions.CompletionType, bool) type: Method - source: - remote: - path: TinyLife/Objects/Furniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnActionCompleted - path: ../TinyLife/Objects/Furniture.cs - startLine: 373 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1809,14 +1467,6 @@ items: nameWithType: Furniture.ActionUpdate(Action, GameTime, TimeSpan, float, bool) fullName: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action, Microsoft.Xna.Framework.GameTime, System.TimeSpan, float, bool) type: Method - source: - remote: - path: TinyLife/Objects/Furniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ActionUpdate - path: ../TinyLife/Objects/Furniture.cs - startLine: 383 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1862,14 +1512,6 @@ items: nameWithType: Furniture.GetFreeActionSpotInfos(PersonLike, ObjectCategory) fullName: TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory) type: Method - source: - remote: - path: TinyLife/Objects/Furniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetFreeActionSpotInfos - path: ../TinyLife/Objects/Furniture.cs - startLine: 403 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1904,14 +1546,6 @@ items: nameWithType: Furniture.GetHoverInfo(Tooltip) fullName: TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip) type: Method - source: - remote: - path: TinyLife/Objects/Furniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetHoverInfo - path: ../TinyLife/Objects/Furniture.cs - startLine: 408 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1940,14 +1574,6 @@ items: nameWithType: Furniture.GetDebugLines(GameImpl, List) fullName: TinyLife.Objects.Furniture.GetDebugLines(TinyLife.GameImpl, System.Collections.Generic.List) type: Method - source: - remote: - path: TinyLife/Objects/Furniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetDebugLines - path: ../TinyLife/Objects/Furniture.cs - startLine: 433 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1982,14 +1608,6 @@ items: nameWithType: Furniture.GetEfficiencyModifier(PersonLike, ActionInfo, bool, SkillType, float) fullName: TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.PersonLike, TinyLife.Actions.ActionInfo, bool, TinyLife.Skills.SkillType, float) type: Method - source: - remote: - path: TinyLife/Objects/Furniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetEfficiencyModifier - path: ../TinyLife/Objects/Furniture.cs - startLine: 442 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2040,14 +1658,6 @@ items: nameWithType: Furniture.GetRestoreNeedModifier(PersonLike, ActionInfo, bool, NeedType) fullName: TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.PersonLike, TinyLife.Actions.ActionInfo, bool, TinyLife.NeedType) type: Method - source: - remote: - path: TinyLife/Objects/Furniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetRestoreNeedModifier - path: ../TinyLife/Objects/Furniture.cs - startLine: 454 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2095,14 +1705,6 @@ items: nameWithType: Furniture.OnRandomQuality(PersonLike, ActionInfo, bool, SkillType, Random, bool, Dictionary) fullName: TinyLife.Objects.Furniture.OnRandomQuality(TinyLife.Objects.PersonLike, TinyLife.Actions.ActionInfo, bool, TinyLife.Skills.SkillType, System.Random, bool, System.Collections.Generic.Dictionary) type: Method - source: - remote: - path: TinyLife/Objects/Furniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnRandomQuality - path: ../TinyLife/Objects/Furniture.cs - startLine: 466 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2152,14 +1754,6 @@ items: nameWithType: Furniture.IsFreeSpot(Point) fullName: TinyLife.Objects.Furniture.IsFreeSpot(Microsoft.Xna.Framework.Point) type: Method - source: - remote: - path: TinyLife/Objects/Furniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IsFreeSpot - path: ../TinyLife/Objects/Furniture.cs - startLine: 482 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2193,14 +1787,6 @@ items: nameWithType: Furniture.ResetToStatic(bool, bool) fullName: TinyLife.Objects.Furniture.ResetToStatic(bool, bool) type: Method - source: - remote: - path: TinyLife/Objects/Furniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ResetToStatic - path: ../TinyLife/Objects/Furniture.cs - startLine: 488 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2235,14 +1821,6 @@ items: nameWithType: Furniture.ModifyActionCategories(ActionType, ActionInfo, bool, List) fullName: TinyLife.Objects.Furniture.ModifyActionCategories(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, bool, System.Collections.Generic.List) type: Method - source: - remote: - path: TinyLife/Objects/Furniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ModifyActionCategories - path: ../TinyLife/Objects/Furniture.cs - startLine: 494 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2283,14 +1861,6 @@ items: nameWithType: Furniture.MoveToMap(Map, Vector2?, float?) fullName: TinyLife.Objects.Furniture.MoveToMap(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?, float?) type: Method - source: - remote: - path: TinyLife/Objects/Furniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: MoveToMap - path: ../TinyLife/Objects/Furniture.cs - startLine: 502 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2331,14 +1901,6 @@ items: nameWithType: Furniture.OnPositionChanged(Vector2, float) fullName: TinyLife.Objects.Furniture.OnPositionChanged(Microsoft.Xna.Framework.Vector2, float) type: Method - source: - remote: - path: TinyLife/Objects/Furniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnPositionChanged - path: ../TinyLife/Objects/Furniture.cs - startLine: 510 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2375,14 +1937,6 @@ items: nameWithType: Furniture.Draw(GameTime, object, Vector2, float, Vector2, Color?, Direction2, int[], float, bool, ParentInfo, float, List) fullName: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime, object, Microsoft.Xna.Framework.Vector2, float, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color?, MLEM.Maths.Direction2, int[], float, bool, TinyLife.Objects.ParentInfo, float, System.Collections.Generic.List) type: Method - source: - remote: - path: TinyLife/Objects/Furniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Draw - path: ../TinyLife/Objects/Furniture.cs - startLine: 534 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2449,14 +2003,6 @@ items: nameWithType: Furniture.GetPrice() fullName: TinyLife.Objects.Furniture.GetPrice() type: Method - source: - remote: - path: TinyLife/Objects/Furniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetPrice - path: ../TinyLife/Objects/Furniture.cs - startLine: 545 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2480,14 +2026,6 @@ items: nameWithType: Furniture.GetDescription(List, bool) fullName: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List, bool) type: Method - source: - remote: - path: TinyLife/Objects/Furniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetDescription - path: ../TinyLife/Objects/Furniture.cs - startLine: 558 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2521,14 +2059,6 @@ items: nameWithType: Furniture.GetDecorativeRating(Room) fullName: TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room) type: Method - source: - remote: - path: TinyLife/Objects/Furniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetDecorativeRating - path: ../TinyLife/Objects/Furniture.cs - startLine: 592 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2559,14 +2089,6 @@ items: nameWithType: Furniture.GetDirty(PersonLike, TimeSpan) fullName: TinyLife.Objects.Furniture.GetDirty(TinyLife.Objects.PersonLike, System.TimeSpan) type: Method - source: - remote: - path: TinyLife/Objects/Furniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetDirty - path: ../TinyLife/Objects/Furniture.cs - startLine: 603 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2599,14 +2121,6 @@ items: nameWithType: Furniture.SetCreator(PersonLike, bool) fullName: TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.PersonLike, bool) type: Method - source: - remote: - path: TinyLife/Objects/Furniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SetCreator - path: ../TinyLife/Objects/Furniture.cs - startLine: 638 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2637,14 +2151,6 @@ items: nameWithType: Furniture.OnPlacedInBuildMode(FurniturePlacer, bool) fullName: TinyLife.Objects.Furniture.OnPlacedInBuildMode(TinyLife.Tools.FurniturePlacer, bool) type: Method - source: - remote: - path: TinyLife/Objects/Furniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnPlacedInBuildMode - path: ../TinyLife/Objects/Furniture.cs - startLine: 652 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2678,14 +2184,6 @@ items: nameWithType: Furniture.GetWallsInTheWay(Vector2, float, Direction2, float, ICollection) fullName: TinyLife.Objects.Furniture.GetWallsInTheWay(Microsoft.Xna.Framework.Vector2, float, MLEM.Maths.Direction2, float, System.Collections.Generic.ICollection) type: Method - source: - remote: - path: TinyLife/Objects/Furniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetWallsInTheWay - path: ../TinyLife/Objects/Furniture.cs - startLine: 669 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2730,14 +2228,6 @@ items: nameWithType: Furniture.GetRoofingInTheWay(Vector2, int, Direction2, float, ICollection) fullName: TinyLife.Objects.Furniture.GetRoofingInTheWay(Microsoft.Xna.Framework.Vector2, int, MLEM.Maths.Direction2, float, System.Collections.Generic.ICollection) type: Method - source: - remote: - path: TinyLife/Objects/Furniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetRoofingInTheWay - path: ../TinyLife/Objects/Furniture.cs - startLine: 702 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2783,14 +2273,6 @@ items: nameWithType: Furniture.GetAppliedUpgrade(Upgrade) fullName: TinyLife.Objects.Furniture.GetAppliedUpgrade(TinyLife.Objects.Upgrade) type: Method - source: - remote: - path: TinyLife/Objects/Furniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetAppliedUpgrade - path: ../TinyLife/Objects/Furniture.cs - startLine: 725 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2818,14 +2300,6 @@ items: nameWithType: Furniture.ApplyUpgrade(AppliedUpgrade) fullName: TinyLife.Objects.Furniture.ApplyUpgrade(TinyLife.Objects.AppliedUpgrade) type: Method - source: - remote: - path: TinyLife/Objects/Furniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ApplyUpgrade - path: ../TinyLife/Objects/Furniture.cs - startLine: 736 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2853,14 +2327,6 @@ items: nameWithType: Furniture.HasFullUpgrade(Upgrade) fullName: TinyLife.Objects.Furniture.HasFullUpgrade(TinyLife.Objects.Upgrade) type: Method - source: - remote: - path: TinyLife/Objects/Furniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: HasFullUpgrade - path: ../TinyLife/Objects/Furniture.cs - startLine: 751 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2891,14 +2357,6 @@ items: nameWithType: Furniture.OnNeighborChanged(Furniture) fullName: TinyLife.Objects.Furniture.OnNeighborChanged(TinyLife.Objects.Furniture) type: Method - source: - remote: - path: TinyLife/Objects/Furniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnNeighborChanged - path: ../TinyLife/Objects/Furniture.cs - startLine: 761 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2915,6 +2373,80 @@ items: description: The neighbor furniture that changed content.vb: Protected Overridable Sub OnNeighborChanged(neighbor As Furniture) overload: TinyLife.Objects.Furniture.OnNeighborChanged* +- uid: TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single) + commentId: M:TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single) + id: MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single) + parent: TinyLife.Objects.Furniture + langs: + - csharp + - vb + name: MarkDirtyForPathfinding(Vector2, float) + nameWithType: Furniture.MarkDirtyForPathfinding(Vector2, float) + fullName: TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2, float) + type: Method + assemblies: + - Tiny Life + namespace: TinyLife.Objects + syntax: + content: protected virtual void MarkDirtyForPathfinding(Vector2 position, float floor) + parameters: + - id: position + type: Microsoft.Xna.Framework.Vector2 + - id: floor + type: System.Single + content.vb: Protected Overridable Sub MarkDirtyForPathfinding(position As Vector2, floor As Single) + overload: TinyLife.Objects.Furniture.MarkDirtyForPathfinding* + nameWithType.vb: Furniture.MarkDirtyForPathfinding(Vector2, Single) + fullName.vb: TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2, Single) + name.vb: MarkDirtyForPathfinding(Vector2, Single) +- uid: TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) + commentId: M:TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) + id: DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) + parent: TinyLife.Objects.Furniture + langs: + - csharp + - vb + name: DrawDirtyOverlay(GameTime, object, Vector2, float, Vector2, Color?, Direction2, int[], float, bool, ParentInfo, float, List) + nameWithType: Furniture.DrawDirtyOverlay(GameTime, object, Vector2, float, Vector2, Color?, Direction2, int[], float, bool, ParentInfo, float, List) + fullName: TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime, object, Microsoft.Xna.Framework.Vector2, float, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color?, MLEM.Maths.Direction2, int[], float, bool, TinyLife.Objects.ParentInfo, float, System.Collections.Generic.List) + type: Method + assemblies: + - Tiny Life + namespace: TinyLife.Objects + syntax: + content: protected virtual void DrawDirtyOverlay(GameTime time, object batch, Vector2 pos, float floor, Vector2 drawPos, Color? overrideColor, Direction2 rotation, int[] colors, float drawScale, bool pivot, ParentInfo parent, float depthOffset, List items) + parameters: + - id: time + type: Microsoft.Xna.Framework.GameTime + - id: batch + type: System.Object + - id: pos + type: Microsoft.Xna.Framework.Vector2 + - id: floor + type: System.Single + - id: drawPos + type: Microsoft.Xna.Framework.Vector2 + - id: overrideColor + type: System.Nullable{Microsoft.Xna.Framework.Color} + - id: rotation + type: MLEM.Maths.Direction2 + - id: colors + type: System.Int32[] + - id: drawScale + type: System.Single + - id: pivot + type: System.Boolean + - id: parent + type: TinyLife.Objects.ParentInfo + - id: depthOffset + type: System.Single + - id: items + type: System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item} + content.vb: Protected Overridable Sub DrawDirtyOverlay(time As GameTime, batch As Object, pos As Vector2, floor As Single, drawPos As Vector2, overrideColor As Color?, rotation As Direction2, colors As Integer(), drawScale As Single, pivot As Boolean, parent As ParentInfo, depthOffset As Single, items As List(Of StaticSpriteBatch.Item)) + overload: TinyLife.Objects.Furniture.DrawDirtyOverlay* + nameWithType.vb: Furniture.DrawDirtyOverlay(GameTime, Object, Vector2, Single, Vector2, Color?, Direction2, Integer(), Single, Boolean, ParentInfo, Single, List(Of StaticSpriteBatch.Item)) + fullName.vb: TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime, Object, Microsoft.Xna.Framework.Vector2, Single, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color?, MLEM.Maths.Direction2, Integer(), Single, Boolean, TinyLife.Objects.ParentInfo, Single, System.Collections.Generic.List(Of MLEM.Graphics.StaticSpriteBatch.Item)) + name.vb: DrawDirtyOverlay(GameTime, Object, Vector2, Single, Vector2, Color?, Direction2, Integer(), Single, Boolean, ParentInfo, Single, List(Of Item)) - uid: TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Ui.Elements.Element,System.Single,System.Int32[]) commentId: M:TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Ui.Elements.Element,System.Single,System.Int32[]) id: DrawUi(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Ui.Elements.Element,System.Single,System.Int32[]) @@ -2926,14 +2458,6 @@ items: nameWithType: Furniture.DrawUi(GameTime, SpriteBatch, Element, float, int[]) fullName: TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, MLEM.Ui.Elements.Element, float, int[]) type: Method - source: - remote: - path: TinyLife/Objects/Furniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DrawUi - path: ../TinyLife/Objects/Furniture.cs - startLine: 772 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2976,14 +2500,6 @@ items: nameWithType: Furniture.GetOccupants(ObjectCategory, bool) fullName: TinyLife.Objects.Furniture.GetOccupants(TinyLife.Objects.ObjectCategory, bool) type: Method - source: - remote: - path: TinyLife/Objects/Furniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetOccupants - path: ../TinyLife/Objects/Furniture.cs - startLine: 786 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3017,14 +2533,6 @@ items: nameWithType: Furniture.GetFreeActionSpots(PersonLike, ObjectCategory) fullName: TinyLife.Objects.Furniture.GetFreeActionSpots(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory) type: Method - source: - remote: - path: TinyLife/Objects/Furniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetFreeActionSpots - path: ../TinyLife/Objects/Furniture.cs - startLine: 799 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3058,14 +2566,6 @@ items: nameWithType: Furniture.GetFreeActionSpot(PersonLike, ObjectCategory) fullName: TinyLife.Objects.Furniture.GetFreeActionSpot(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory) type: Method - source: - remote: - path: TinyLife/Objects/Furniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetFreeActionSpot - path: ../TinyLife/Objects/Furniture.cs - startLine: 818 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3096,14 +2596,6 @@ items: nameWithType: Furniture.GetActionSpotInfo(PersonLike, ActionSpot, Direction2) fullName: TinyLife.Objects.Furniture.GetActionSpotInfo(TinyLife.Objects.PersonLike, TinyLife.Objects.ActionSpot, MLEM.Maths.Direction2) type: Method - source: - remote: - path: TinyLife/Objects/Furniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetActionSpotInfo - path: ../TinyLife/Objects/Furniture.cs - startLine: 829 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3137,14 +2629,6 @@ items: nameWithType: Furniture.GetFreeObjectSpot(FurnitureType, Vector2?) fullName: TinyLife.Objects.Furniture.GetFreeObjectSpot(TinyLife.Objects.FurnitureType, Microsoft.Xna.Framework.Vector2?) type: Method - source: - remote: - path: TinyLife/Objects/Furniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetFreeObjectSpot - path: ../TinyLife/Objects/Furniture.cs - startLine: 841 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3178,14 +2662,6 @@ items: nameWithType: Furniture.GetFreeObjectSpots(FurnitureType, Vector2?) fullName: TinyLife.Objects.Furniture.GetFreeObjectSpots(TinyLife.Objects.FurnitureType, Microsoft.Xna.Framework.Vector2?) type: Method - source: - remote: - path: TinyLife/Objects/Furniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetFreeObjectSpots - path: ../TinyLife/Objects/Furniture.cs - startLine: 852 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3219,14 +2695,6 @@ items: nameWithType: Furniture.SetParent(Furniture, ObjectSpot) fullName: TinyLife.Objects.Furniture.SetParent(TinyLife.Objects.Furniture, TinyLife.Objects.ObjectSpot) type: Method - source: - remote: - path: TinyLife/Objects/Furniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SetParent - path: ../TinyLife/Objects/Furniture.cs - startLine: 866 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3259,14 +2727,6 @@ items: nameWithType: Furniture.UnlinkParentsAndChildren() fullName: TinyLife.Objects.Furniture.UnlinkParentsAndChildren() type: Method - source: - remote: - path: TinyLife/Objects/Furniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: UnlinkParentsAndChildren - path: ../TinyLife/Objects/Furniture.cs - startLine: 881 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3287,14 +2747,6 @@ items: nameWithType: Furniture.RemoveAndUnlink() fullName: TinyLife.Objects.Furniture.RemoveAndUnlink() type: Method - source: - remote: - path: TinyLife/Objects/Furniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RemoveAndUnlink - path: ../TinyLife/Objects/Furniture.cs - startLine: 892 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3318,14 +2770,6 @@ items: nameWithType: Furniture.GetChildren() fullName: TinyLife.Objects.Furniture.GetChildren() type: Method - source: - remote: - path: TinyLife/Objects/Furniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetChildren - path: ../TinyLife/Objects/Furniture.cs - startLine: 902 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3357,14 +2801,6 @@ items: nameWithType: Furniture.AddChild(FurnitureType, Direction2, int[], Guid?, Vector2?) fullName: TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.FurnitureType, MLEM.Maths.Direction2, int[], System.Guid?, Microsoft.Xna.Framework.Vector2?) type: Method - source: - remote: - path: TinyLife/Objects/Furniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AddChild - path: ../TinyLife/Objects/Furniture.cs - startLine: 916 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3410,14 +2846,6 @@ items: nameWithType: Furniture.AddChild(Furniture, Direction2?, Vector2?) fullName: TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.Furniture, MLEM.Maths.Direction2?, Microsoft.Xna.Framework.Vector2?) type: Method - source: - remote: - path: TinyLife/Objects/Furniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AddChild - path: ../TinyLife/Objects/Furniture.cs - startLine: 933 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3456,14 +2884,6 @@ items: nameWithType: Furniture.SetChild(ObjectSpot, FurnitureType, Direction2?, int[], Guid?) fullName: TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot, TinyLife.Objects.FurnitureType, MLEM.Maths.Direction2?, int[], System.Guid?) type: Method - source: - remote: - path: TinyLife/Objects/Furniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SetChild - path: ../TinyLife/Objects/Furniture.cs - startLine: 949 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3507,14 +2927,6 @@ items: nameWithType: Furniture.SetChild(ObjectSpot, Furniture, Direction2?) fullName: TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot, TinyLife.Objects.Furniture, MLEM.Maths.Direction2?) type: Method - source: - remote: - path: TinyLife/Objects/Furniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SetChild - path: ../TinyLife/Objects/Furniture.cs - startLine: 963 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3548,14 +2960,6 @@ items: nameWithType: Furniture.RemoveChild(Furniture) fullName: TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture) type: Method - source: - remote: - path: TinyLife/Objects/Furniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RemoveChild - path: ../TinyLife/Objects/Furniture.cs - startLine: 974 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3583,14 +2987,6 @@ items: nameWithType: Furniture.NotifyNeighbors() fullName: TinyLife.Objects.Furniture.NotifyNeighbors() type: Method - source: - remote: - path: TinyLife/Objects/Furniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: NotifyNeighbors - path: ../TinyLife/Objects/Furniture.cs - startLine: 987 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3614,14 +3010,6 @@ items: nameWithType: Furniture.SetNewId(IEnumerable) fullName: TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable) type: Method - source: - remote: - path: TinyLife/Objects/Furniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SetNewId - path: ../TinyLife/Objects/Furniture.cs - startLine: 1002 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -8578,6 +7966,7 @@ references: - name: '?' - uid: TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single) commentId: M:TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single) + parent: TinyLife.Objects.Furniture isExternal: true href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_MarkDirtyForPathfinding_Microsoft_Xna_Framework_Vector2_System_Single_ name: MarkDirtyForPathfinding(Vector2, float) @@ -9221,6 +8610,18 @@ references: name: OnNeighborChanged nameWithType: Furniture.OnNeighborChanged fullName: TinyLife.Objects.Furniture.OnNeighborChanged +- uid: TinyLife.Objects.Furniture.MarkDirtyForPathfinding* + commentId: Overload:TinyLife.Objects.Furniture.MarkDirtyForPathfinding + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_MarkDirtyForPathfinding_Microsoft_Xna_Framework_Vector2_System_Single_ + name: MarkDirtyForPathfinding + nameWithType: Furniture.MarkDirtyForPathfinding + fullName: TinyLife.Objects.Furniture.MarkDirtyForPathfinding +- uid: TinyLife.Objects.Furniture.DrawDirtyOverlay* + commentId: Overload:TinyLife.Objects.Furniture.DrawDirtyOverlay + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_DrawDirtyOverlay_Microsoft_Xna_Framework_GameTime_System_Object_Microsoft_Xna_Framework_Vector2_System_Single_Microsoft_Xna_Framework_Vector2_System_Nullable_Microsoft_Xna_Framework_Color__MLEM_Maths_Direction2_System_Int32___System_Single_System_Boolean_TinyLife_Objects_ParentInfo_System_Single_System_Collections_Generic_List_MLEM_Graphics_StaticSpriteBatch_Item__ + name: DrawDirtyOverlay + nameWithType: Furniture.DrawDirtyOverlay + fullName: TinyLife.Objects.Furniture.DrawDirtyOverlay - uid: TinyLife.Objects.Furniture.DrawUi* commentId: Overload:TinyLife.Objects.Furniture.DrawUi href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_DrawUi_Microsoft_Xna_Framework_GameTime_Microsoft_Xna_Framework_Graphics_SpriteBatch_MLEM_Ui_Elements_Element_System_Single_System_Int32___ diff --git a/docs/api/TinyLife.Objects.FurnitureType.TypeSettings.yml b/docs/api/TinyLife.Objects.FurnitureType.TypeSettings.yml index de0f0ab..3b859ea 100644 --- a/docs/api/TinyLife.Objects.FurnitureType.TypeSettings.yml +++ b/docs/api/TinyLife.Objects.FurnitureType.TypeSettings.yml @@ -46,14 +46,6 @@ items: nameWithType: FurnitureType.TypeSettings fullName: TinyLife.Objects.FurnitureType.TypeSettings type: Struct - source: - remote: - path: TinyLife/Objects/FurnitureType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TypeSettings - path: ../TinyLife/Objects/FurnitureType.cs - startLine: 356 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -84,14 +76,6 @@ items: nameWithType: FurnitureType.TypeSettings.Name fullName: TinyLife.Objects.FurnitureType.TypeSettings.Name type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Name - path: ../TinyLife/Objects/FurnitureType.cs - startLine: 361 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -113,14 +97,6 @@ items: nameWithType: FurnitureType.TypeSettings.Size fullName: TinyLife.Objects.FurnitureType.TypeSettings.Size type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Size - path: ../TinyLife/Objects/FurnitureType.cs - startLine: 365 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -142,14 +118,6 @@ items: nameWithType: FurnitureType.TypeSettings.Categories fullName: TinyLife.Objects.FurnitureType.TypeSettings.Categories type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Categories - path: ../TinyLife/Objects/FurnitureType.cs - startLine: 369 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -171,14 +139,6 @@ items: nameWithType: FurnitureType.TypeSettings.ActionSpots fullName: TinyLife.Objects.FurnitureType.TypeSettings.ActionSpots type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ActionSpots - path: ../TinyLife/Objects/FurnitureType.cs - startLine: 374 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -203,14 +163,6 @@ items: nameWithType: FurnitureType.TypeSettings.ObjectSpots fullName: TinyLife.Objects.FurnitureType.TypeSettings.ObjectSpots type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ObjectSpots - path: ../TinyLife/Objects/FurnitureType.cs - startLine: 379 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -235,14 +187,6 @@ items: nameWithType: FurnitureType.TypeSettings.Colors fullName: TinyLife.Objects.FurnitureType.TypeSettings.Colors type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Colors - path: ../TinyLife/Objects/FurnitureType.cs - startLine: 383 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -264,14 +208,6 @@ items: nameWithType: FurnitureType.TypeSettings.DefaultRotation fullName: TinyLife.Objects.FurnitureType.TypeSettings.DefaultRotation type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DefaultRotation - path: ../TinyLife/Objects/FurnitureType.cs - startLine: 387 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -293,14 +229,6 @@ items: nameWithType: FurnitureType.TypeSettings.ConstructedType fullName: TinyLife.Objects.FurnitureType.TypeSettings.ConstructedType type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ConstructedType - path: ../TinyLife/Objects/FurnitureType.cs - startLine: 393 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -327,14 +255,6 @@ items: nameWithType: FurnitureType.TypeSettings.Price fullName: TinyLife.Objects.FurnitureType.TypeSettings.Price type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Price - path: ../TinyLife/Objects/FurnitureType.cs - startLine: 397 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -356,14 +276,6 @@ items: nameWithType: FurnitureType.TypeSettings.BuyableVariations fullName: TinyLife.Objects.FurnitureType.TypeSettings.BuyableVariations type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: BuyableVariations - path: ../TinyLife/Objects/FurnitureType.cs - startLine: 403 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -390,14 +302,6 @@ items: nameWithType: FurnitureType.TypeSettings.HeldPivot fullName: TinyLife.Objects.FurnitureType.TypeSettings.HeldPivot type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: HeldPivot - path: ../TinyLife/Objects/FurnitureType.cs - startLine: 408 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -422,14 +326,6 @@ items: nameWithType: FurnitureType.TypeSettings.HeldArmsOut fullName: TinyLife.Objects.FurnitureType.TypeSettings.HeldArmsOut type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: HeldArmsOut - path: ../TinyLife/Objects/FurnitureType.cs - startLine: 413 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -454,14 +350,6 @@ items: nameWithType: FurnitureType.TypeSettings.DecorativeRating fullName: TinyLife.Objects.FurnitureType.TypeSettings.DecorativeRating type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DecorativeRating - path: ../TinyLife/Objects/FurnitureType.cs - startLine: 420 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -490,14 +378,6 @@ items: nameWithType: FurnitureType.TypeSettings.Icon fullName: TinyLife.Objects.FurnitureType.TypeSettings.Icon type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Icon - path: ../TinyLife/Objects/FurnitureType.cs - startLine: 425 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -522,14 +402,6 @@ items: nameWithType: FurnitureType.TypeSettings.Reliability fullName: TinyLife.Objects.FurnitureType.TypeSettings.Reliability type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Reliability - path: ../TinyLife/Objects/FurnitureType.cs - startLine: 431 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -556,14 +428,6 @@ items: nameWithType: FurnitureType.TypeSettings.BrokenBehavior fullName: TinyLife.Objects.FurnitureType.TypeSettings.BrokenBehavior type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: BrokenBehavior - path: ../TinyLife/Objects/FurnitureType.cs - startLine: 436 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -588,14 +452,6 @@ items: nameWithType: FurnitureType.TypeSettings.ElectricityRating fullName: TinyLife.Objects.FurnitureType.TypeSettings.ElectricityRating type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ElectricityRating - path: ../TinyLife/Objects/FurnitureType.cs - startLine: 441 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -620,14 +476,6 @@ items: nameWithType: FurnitureType.TypeSettings.WaterRating fullName: TinyLife.Objects.FurnitureType.TypeSettings.WaterRating type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: WaterRating - path: ../TinyLife/Objects/FurnitureType.cs - startLine: 446 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -652,14 +500,6 @@ items: nameWithType: FurnitureType.TypeSettings.EfficiencyModifier fullName: TinyLife.Objects.FurnitureType.TypeSettings.EfficiencyModifier type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: EfficiencyModifier - path: ../TinyLife/Objects/FurnitureType.cs - startLine: 451 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -684,14 +524,6 @@ items: nameWithType: FurnitureType.TypeSettings.RestoreNeedModifier fullName: TinyLife.Objects.FurnitureType.TypeSettings.RestoreNeedModifier type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RestoreNeedModifier - path: ../TinyLife/Objects/FurnitureType.cs - startLine: 456 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -716,14 +548,6 @@ items: nameWithType: FurnitureType.TypeSettings.Visibility fullName: TinyLife.Objects.FurnitureType.TypeSettings.Visibility type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Visibility - path: ../TinyLife/Objects/FurnitureType.cs - startLine: 462 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -750,14 +574,6 @@ items: nameWithType: FurnitureType.TypeSettings.Tab fullName: TinyLife.Objects.FurnitureType.TypeSettings.Tab type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Tab - path: ../TinyLife/Objects/FurnitureType.cs - startLine: 467 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -782,14 +598,6 @@ items: nameWithType: FurnitureType.TypeSettings.TextureName fullName: TinyLife.Objects.FurnitureType.TypeSettings.TextureName type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TextureName - path: ../TinyLife/Objects/FurnitureType.cs - startLine: 472 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -814,14 +622,6 @@ items: nameWithType: FurnitureType.TypeSettings.LightSettings fullName: TinyLife.Objects.FurnitureType.TypeSettings.LightSettings type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: LightSettings - path: ../TinyLife/Objects/FurnitureType.cs - startLine: 477 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -846,14 +646,6 @@ items: nameWithType: FurnitureType.TypeSettings.DirtyOverlayTextureName fullName: TinyLife.Objects.FurnitureType.TypeSettings.DirtyOverlayTextureName type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DirtyOverlayTextureName - path: ../TinyLife/Objects/FurnitureType.cs - startLine: 484 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -882,14 +674,6 @@ items: nameWithType: FurnitureType.TypeSettings.DistanceFromObstructions fullName: TinyLife.Objects.FurnitureType.TypeSettings.DistanceFromObstructions type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DistanceFromObstructions - path: ../TinyLife/Objects/FurnitureType.cs - startLine: 490 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -916,14 +700,6 @@ items: nameWithType: FurnitureType.TypeSettings.GetDisplayName fullName: TinyLife.Objects.FurnitureType.TypeSettings.GetDisplayName type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetDisplayName - path: ../TinyLife/Objects/FurnitureType.cs - startLine: 495 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -948,14 +724,6 @@ items: nameWithType: FurnitureType.TypeSettings.CanExecuteAction fullName: TinyLife.Objects.FurnitureType.TypeSettings.CanExecuteAction type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CanExecuteAction - path: ../TinyLife/Objects/FurnitureType.cs - startLine: 500 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -980,14 +748,6 @@ items: nameWithType: FurnitureType.TypeSettings.IsAllowedInSpot fullName: TinyLife.Objects.FurnitureType.TypeSettings.IsAllowedInSpot type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IsAllowedInSpot - path: ../TinyLife/Objects/FurnitureType.cs - startLine: 505 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1012,14 +772,6 @@ items: nameWithType: FurnitureType.TypeSettings.OnDescription fullName: TinyLife.Objects.FurnitureType.TypeSettings.OnDescription type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnDescription - path: ../TinyLife/Objects/FurnitureType.cs - startLine: 510 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1044,14 +796,6 @@ items: nameWithType: FurnitureType.TypeSettings.TypeSettings(string, Point, ObjectCategory, float, params ColorScheme[]) fullName: TinyLife.Objects.FurnitureType.TypeSettings.TypeSettings(string, Microsoft.Xna.Framework.Point, TinyLife.Objects.ObjectCategory, float, params TinyLife.Utilities.ColorScheme[]) type: Constructor - source: - remote: - path: TinyLife/Objects/FurnitureType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Objects/FurnitureType.cs - startLine: 522 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1091,14 +835,6 @@ items: nameWithType: FurnitureType.TypeSettings.SetData(string, T) fullName: TinyLife.Objects.FurnitureType.TypeSettings.SetData(string, T) type: Method - source: - remote: - path: TinyLife/Objects/FurnitureType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SetData - path: ../TinyLife/Objects/FurnitureType.cs - startLine: 541 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1133,14 +869,6 @@ items: nameWithType: FurnitureType.TypeSettings.GetData(string) fullName: TinyLife.Objects.FurnitureType.TypeSettings.GetData(string) type: Method - source: - remote: - path: TinyLife/Objects/FurnitureType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetData - path: ../TinyLife/Objects/FurnitureType.cs - startLine: 547 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1176,14 +904,6 @@ items: nameWithType: FurnitureType.TypeSettings.GetDataKeys() fullName: TinyLife.Objects.FurnitureType.TypeSettings.GetDataKeys() type: Method - source: - remote: - path: TinyLife/Objects/FurnitureType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetDataKeys - path: ../TinyLife/Objects/FurnitureType.cs - startLine: 552 assemblies: - Tiny Life namespace: TinyLife.Objects diff --git a/docs/api/TinyLife.Objects.FurnitureType.yml b/docs/api/TinyLife.Objects.FurnitureType.yml index 403681d..a8b9582 100644 --- a/docs/api/TinyLife.Objects.FurnitureType.yml +++ b/docs/api/TinyLife.Objects.FurnitureType.yml @@ -270,14 +270,6 @@ items: nameWithType: FurnitureType fullName: TinyLife.Objects.FurnitureType type: Class - source: - remote: - path: TinyLife/Objects/FurnitureType.Sets.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: FurnitureType - path: ../TinyLife/Objects/FurnitureType.Sets.cs - startLine: 12 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -326,14 +318,6 @@ items: nameWithType: FurnitureType.Types fullName: TinyLife.Objects.FurnitureType.Types type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Types - path: ../TinyLife/Objects/FurnitureType.cs - startLine: 36 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -355,14 +339,6 @@ items: nameWithType: FurnitureType.Textures fullName: TinyLife.Objects.FurnitureType.Textures type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Textures - path: ../TinyLife/Objects/FurnitureType.cs - startLine: 44 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -389,14 +365,6 @@ items: nameWithType: FurnitureType.DirtyTextures fullName: TinyLife.Objects.FurnitureType.DirtyTextures type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DirtyTextures - path: ../TinyLife/Objects/FurnitureType.cs - startLine: 49 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -421,14 +389,6 @@ items: nameWithType: FurnitureType.Settings fullName: TinyLife.Objects.FurnitureType.Settings type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Settings - path: ../TinyLife/Objects/FurnitureType.cs - startLine: 53 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -450,14 +410,6 @@ items: nameWithType: FurnitureType.SourceString fullName: TinyLife.Objects.FurnitureType.SourceString type: Property - source: - remote: - path: TinyLife/Objects/FurnitureType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SourceString - path: ../TinyLife/Objects/FurnitureType.cs - startLine: 56 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -483,14 +435,6 @@ items: nameWithType: FurnitureType.ToString() fullName: TinyLife.Objects.FurnitureType.ToString() type: Method - source: - remote: - path: TinyLife/Objects/FurnitureType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ToString - path: ../TinyLife/Objects/FurnitureType.cs - startLine: 68 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -515,14 +459,6 @@ items: nameWithType: FurnitureType.DrawLayers(Map, Vector2, float, object, Vector2, Direction2, TextureRegion[], int[], float, List, bool, ParentInfo, Color?, float) fullName: TinyLife.Objects.FurnitureType.DrawLayers(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, float, object, Microsoft.Xna.Framework.Vector2, MLEM.Maths.Direction2, MLEM.Textures.TextureRegion[], int[], float, System.Collections.Generic.List, bool, TinyLife.Objects.ParentInfo, Microsoft.Xna.Framework.Color?, float) type: Method - source: - remote: - path: TinyLife/Objects/FurnitureType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DrawLayers - path: ../TinyLife/Objects/FurnitureType.cs - startLine: 90 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -592,14 +528,6 @@ items: nameWithType: FurnitureType.DrawColumns(Map, Vector2, float, object, Vector2, Direction2, TextureRegion, Color, float, List, bool, ParentInfo, float, SpriteEffects) fullName: TinyLife.Objects.FurnitureType.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, float, object, Microsoft.Xna.Framework.Vector2, MLEM.Maths.Direction2, MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Color, float, System.Collections.Generic.List, bool, TinyLife.Objects.ParentInfo, float, Microsoft.Xna.Framework.Graphics.SpriteEffects) type: Method - source: - remote: - path: TinyLife/Objects/FurnitureType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DrawColumns - path: ../TinyLife/Objects/FurnitureType.cs - startLine: 116 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -666,14 +594,6 @@ items: nameWithType: FurnitureType.DrawDirtyOverlay(Map, Vector2, float, object, Vector2, Direction2, float, List, Color?, bool, ParentInfo, float) fullName: TinyLife.Objects.FurnitureType.DrawDirtyOverlay(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, float, object, Microsoft.Xna.Framework.Vector2, MLEM.Maths.Direction2, float, System.Collections.Generic.List, Microsoft.Xna.Framework.Color?, bool, TinyLife.Objects.ParentInfo, float) type: Method - source: - remote: - path: TinyLife/Objects/FurnitureType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DrawDirtyOverlay - path: ../TinyLife/Objects/FurnitureType.cs - startLine: 157 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -739,14 +659,6 @@ items: nameWithType: FurnitureType.GetSize(Direction2) fullName: TinyLife.Objects.FurnitureType.GetSize(MLEM.Maths.Direction2) type: Method - source: - remote: - path: TinyLife/Objects/FurnitureType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetSize - path: ../TinyLife/Objects/FurnitureType.cs - startLine: 171 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -774,14 +686,6 @@ items: nameWithType: FurnitureType.Construct(int[], Map, Vector2, float, Guid?) fullName: TinyLife.Objects.FurnitureType.Construct(int[], TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, float, System.Guid?) type: Method - source: - remote: - path: TinyLife/Objects/FurnitureType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Construct - path: ../TinyLife/Objects/FurnitureType.cs - startLine: 187 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -826,14 +730,6 @@ items: nameWithType: FurnitureType.GetConstructedType() fullName: TinyLife.Objects.FurnitureType.GetConstructedType() type: Method - source: - remote: - path: TinyLife/Objects/FurnitureType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetConstructedType - path: ../TinyLife/Objects/FurnitureType.cs - startLine: 201 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -860,14 +756,6 @@ items: nameWithType: FurnitureType.HasCategory(ObjectCategory) fullName: TinyLife.Objects.FurnitureType.HasCategory(TinyLife.Objects.ObjectCategory) type: Method - source: - remote: - path: TinyLife/Objects/FurnitureType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: HasCategory - path: ../TinyLife/Objects/FurnitureType.cs - startLine: 216 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -895,14 +783,6 @@ items: nameWithType: FurnitureType.GetBestRotationForDrawing(Direction2) fullName: TinyLife.Objects.FurnitureType.GetBestRotationForDrawing(MLEM.Maths.Direction2) type: Method - source: - remote: - path: TinyLife/Objects/FurnitureType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetBestRotationForDrawing - path: ../TinyLife/Objects/FurnitureType.cs - startLine: 225 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -930,14 +810,6 @@ items: nameWithType: FurnitureType.GetReferenceTexture(Direction2?) fullName: TinyLife.Objects.FurnitureType.GetReferenceTexture(MLEM.Maths.Direction2?) type: Method - source: - remote: - path: TinyLife/Objects/FurnitureType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetReferenceTexture - path: ../TinyLife/Objects/FurnitureType.cs - startLine: 243 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -968,14 +840,6 @@ items: nameWithType: FurnitureType.GetRotatedOffset(Vector2, Direction2, Direction2) fullName: TinyLife.Objects.FurnitureType.GetRotatedOffset(Microsoft.Xna.Framework.Vector2, MLEM.Maths.Direction2, MLEM.Maths.Direction2) type: Method - source: - remote: - path: TinyLife/Objects/FurnitureType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetRotatedOffset - path: ../TinyLife/Objects/FurnitureType.cs - startLine: 255 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1012,14 +876,6 @@ items: nameWithType: FurnitureType.GetDisplayName(Furniture) fullName: TinyLife.Objects.FurnitureType.GetDisplayName(TinyLife.Objects.Furniture) type: Method - source: - remote: - path: TinyLife/Objects/FurnitureType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetDisplayName - path: ../TinyLife/Objects/FurnitureType.cs - startLine: 270 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1047,14 +903,6 @@ items: nameWithType: FurnitureType.GetCoveredTiles(Vector2, Point) fullName: TinyLife.Objects.FurnitureType.GetCoveredTiles(Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Point) type: Method - source: - remote: - path: TinyLife/Objects/FurnitureType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetCoveredTiles - path: ../TinyLife/Objects/FurnitureType.cs - startLine: 283 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1085,14 +933,6 @@ items: nameWithType: FurnitureType.Register(FurnitureType.TypeSettings) fullName: TinyLife.Objects.FurnitureType.Register(TinyLife.Objects.FurnitureType.TypeSettings) type: Method - source: - remote: - path: TinyLife/Objects/FurnitureType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Register - path: ../TinyLife/Objects/FurnitureType.cs - startLine: 295 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1120,14 +960,6 @@ items: nameWithType: FurnitureType.GetTextures(string, int, Func) fullName: TinyLife.Objects.FurnitureType.GetTextures(string, int, System.Func) type: Method - source: - remote: - path: TinyLife/Objects/FurnitureType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetTextures - path: ../TinyLife/Objects/FurnitureType.cs - startLine: 319 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1169,14 +1001,6 @@ items: nameWithType: FurnitureType.GetTexture(string, bool) fullName: TinyLife.Objects.FurnitureType.GetTexture(string, bool) type: Method - source: - remote: - path: TinyLife/Objects/FurnitureType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetTexture - path: ../TinyLife/Objects/FurnitureType.cs - startLine: 342 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1210,14 +1034,6 @@ items: nameWithType: FurnitureType.PotPlant fullName: TinyLife.Objects.FurnitureType.PotPlant type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Decor.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PotPlant - path: ../TinyLife/Objects/FurnitureType.Decor.cs - startLine: 12 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1237,14 +1053,6 @@ items: nameWithType: FurnitureType.SmallPlant fullName: TinyLife.Objects.FurnitureType.SmallPlant type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Decor.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SmallPlant - path: ../TinyLife/Objects/FurnitureType.Decor.cs - startLine: 16 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1264,14 +1072,6 @@ items: nameWithType: FurnitureType.LgbtFlags fullName: TinyLife.Objects.FurnitureType.LgbtFlags type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Decor.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: LgbtFlags - path: ../TinyLife/Objects/FurnitureType.Decor.cs - startLine: 20 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1291,14 +1091,6 @@ items: nameWithType: FurnitureType.Hedge fullName: TinyLife.Objects.FurnitureType.Hedge type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Decor.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Hedge - path: ../TinyLife/Objects/FurnitureType.Decor.cs - startLine: 28 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1318,14 +1110,6 @@ items: nameWithType: FurnitureType.MapleTree fullName: TinyLife.Objects.FurnitureType.MapleTree type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Decor.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: MapleTree - path: ../TinyLife/Objects/FurnitureType.Decor.cs - startLine: 33 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1345,14 +1129,6 @@ items: nameWithType: FurnitureType.GrassPatch fullName: TinyLife.Objects.FurnitureType.GrassPatch type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Decor.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GrassPatch - path: ../TinyLife/Objects/FurnitureType.Decor.cs - startLine: 38 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1372,14 +1148,6 @@ items: nameWithType: FurnitureType.CloverPatch fullName: TinyLife.Objects.FurnitureType.CloverPatch type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Decor.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CloverPatch - path: ../TinyLife/Objects/FurnitureType.Decor.cs - startLine: 41 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1399,14 +1167,6 @@ items: nameWithType: FurnitureType.FlowerPatch fullName: TinyLife.Objects.FurnitureType.FlowerPatch type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Decor.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: FlowerPatch - path: ../TinyLife/Objects/FurnitureType.Decor.cs - startLine: 44 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1426,14 +1186,6 @@ items: nameWithType: FurnitureType.SmallRocks fullName: TinyLife.Objects.FurnitureType.SmallRocks type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Decor.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SmallRocks - path: ../TinyLife/Objects/FurnitureType.Decor.cs - startLine: 47 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1453,14 +1205,6 @@ items: nameWithType: FurnitureType.SmallBush fullName: TinyLife.Objects.FurnitureType.SmallBush type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Decor.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SmallBush - path: ../TinyLife/Objects/FurnitureType.Decor.cs - startLine: 51 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1480,14 +1224,6 @@ items: nameWithType: FurnitureType.BigBush fullName: TinyLife.Objects.FurnitureType.BigBush type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Decor.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: BigBush - path: ../TinyLife/Objects/FurnitureType.Decor.cs - startLine: 55 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1507,14 +1243,6 @@ items: nameWithType: FurnitureType.SimpleLamp fullName: TinyLife.Objects.FurnitureType.SimpleLamp type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Decor.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SimpleLamp - path: ../TinyLife/Objects/FurnitureType.Decor.cs - startLine: 59 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1534,14 +1262,6 @@ items: nameWithType: FurnitureType.SimpleCeilingLamp fullName: TinyLife.Objects.FurnitureType.SimpleCeilingLamp type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Decor.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SimpleCeilingLamp - path: ../TinyLife/Objects/FurnitureType.Decor.cs - startLine: 69 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1561,14 +1281,6 @@ items: nameWithType: FurnitureType.RoundCeilingLamp fullName: TinyLife.Objects.FurnitureType.RoundCeilingLamp type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Decor.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RoundCeilingLamp - path: ../TinyLife/Objects/FurnitureType.Decor.cs - startLine: 75 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1588,14 +1300,6 @@ items: nameWithType: FurnitureType.SimpleGroundLight fullName: TinyLife.Objects.FurnitureType.SimpleGroundLight type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Decor.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SimpleGroundLight - path: ../TinyLife/Objects/FurnitureType.Decor.cs - startLine: 81 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1615,14 +1319,6 @@ items: nameWithType: FurnitureType.PaperPendantLight fullName: TinyLife.Objects.FurnitureType.PaperPendantLight type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Decor.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PaperPendantLight - path: ../TinyLife/Objects/FurnitureType.Decor.cs - startLine: 88 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1642,14 +1338,6 @@ items: nameWithType: FurnitureType.DecorativeKite fullName: TinyLife.Objects.FurnitureType.DecorativeKite type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Decor.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DecorativeKite - path: ../TinyLife/Objects/FurnitureType.Decor.cs - startLine: 95 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1669,14 +1357,6 @@ items: nameWithType: FurnitureType.GlassPenCup fullName: TinyLife.Objects.FurnitureType.GlassPenCup type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Decor.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GlassPenCup - path: ../TinyLife/Objects/FurnitureType.Decor.cs - startLine: 101 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1696,14 +1376,6 @@ items: nameWithType: FurnitureType.Succulents fullName: TinyLife.Objects.FurnitureType.Succulents type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Decor.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Succulents - path: ../TinyLife/Objects/FurnitureType.Decor.cs - startLine: 102 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1723,14 +1395,6 @@ items: nameWithType: FurnitureType.LargePotPlant fullName: TinyLife.Objects.FurnitureType.LargePotPlant type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Decor.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: LargePotPlant - path: ../TinyLife/Objects/FurnitureType.Decor.cs - startLine: 107 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1750,14 +1414,6 @@ items: nameWithType: FurnitureType.StreetLamps fullName: TinyLife.Objects.FurnitureType.StreetLamps type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Decor.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: StreetLamps - path: ../TinyLife/Objects/FurnitureType.Decor.cs - startLine: 112 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1777,14 +1433,6 @@ items: nameWithType: FurnitureType.CafeSign fullName: TinyLife.Objects.FurnitureType.CafeSign type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Decor.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CafeSign - path: ../TinyLife/Objects/FurnitureType.Decor.cs - startLine: 127 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1804,14 +1452,6 @@ items: nameWithType: FurnitureType.SmallBlinds fullName: TinyLife.Objects.FurnitureType.SmallBlinds type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Decor.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SmallBlinds - path: ../TinyLife/Objects/FurnitureType.Decor.cs - startLine: 131 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1831,14 +1471,6 @@ items: nameWithType: FurnitureType.SmallSimpleCurtain fullName: TinyLife.Objects.FurnitureType.SmallSimpleCurtain type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Decor.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SmallSimpleCurtain - path: ../TinyLife/Objects/FurnitureType.Decor.cs - startLine: 136 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1858,14 +1490,6 @@ items: nameWithType: FurnitureType.BulbFairyLights fullName: TinyLife.Objects.FurnitureType.BulbFairyLights type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Decor.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: BulbFairyLights - path: ../TinyLife/Objects/FurnitureType.Decor.cs - startLine: 140 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1885,14 +1509,6 @@ items: nameWithType: FurnitureType.Vases fullName: TinyLife.Objects.FurnitureType.Vases type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Decor.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Vases - path: ../TinyLife/Objects/FurnitureType.Decor.cs - startLine: 153 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1912,14 +1528,6 @@ items: nameWithType: FurnitureType.TraditionalBedsideLamp fullName: TinyLife.Objects.FurnitureType.TraditionalBedsideLamp type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Decor.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TraditionalBedsideLamp - path: ../TinyLife/Objects/FurnitureType.Decor.cs - startLine: 158 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1939,14 +1547,6 @@ items: nameWithType: FurnitureType.ModernBedsideLamp fullName: TinyLife.Objects.FurnitureType.ModernBedsideLamp type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Decor.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ModernBedsideLamp - path: ../TinyLife/Objects/FurnitureType.Decor.cs - startLine: 162 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1966,14 +1566,6 @@ items: nameWithType: FurnitureType.SmallCandlestick fullName: TinyLife.Objects.FurnitureType.SmallCandlestick type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Decor.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SmallCandlestick - path: ../TinyLife/Objects/FurnitureType.Decor.cs - startLine: 167 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1993,14 +1585,6 @@ items: nameWithType: FurnitureType.ColorfulCandles fullName: TinyLife.Objects.FurnitureType.ColorfulCandles type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Decor.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ColorfulCandles - path: ../TinyLife/Objects/FurnitureType.Decor.cs - startLine: 179 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2020,14 +1604,6 @@ items: nameWithType: FurnitureType.MapleFairyLights fullName: TinyLife.Objects.FurnitureType.MapleFairyLights type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Decor.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: MapleFairyLights - path: ../TinyLife/Objects/FurnitureType.Decor.cs - startLine: 193 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2047,14 +1623,6 @@ items: nameWithType: FurnitureType.BigRocks fullName: TinyLife.Objects.FurnitureType.BigRocks type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Decor.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: BigRocks - path: ../TinyLife/Objects/FurnitureType.Decor.cs - startLine: 202 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2074,14 +1642,6 @@ items: nameWithType: FurnitureType.VerticalPlanter fullName: TinyLife.Objects.FurnitureType.VerticalPlanter type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Decor.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: VerticalPlanter - path: ../TinyLife/Objects/FurnitureType.Decor.cs - startLine: 207 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2101,14 +1661,6 @@ items: nameWithType: FurnitureType.WinterTree fullName: TinyLife.Objects.FurnitureType.WinterTree type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Decor.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: WinterTree - path: ../TinyLife/Objects/FurnitureType.Decor.cs - startLine: 213 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2128,14 +1680,6 @@ items: nameWithType: FurnitureType.SingleLilyPad fullName: TinyLife.Objects.FurnitureType.SingleLilyPad type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Decor.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SingleLilyPad - path: ../TinyLife/Objects/FurnitureType.Decor.cs - startLine: 225 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2155,14 +1699,6 @@ items: nameWithType: FurnitureType.Cattails fullName: TinyLife.Objects.FurnitureType.Cattails type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Decor.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Cattails - path: ../TinyLife/Objects/FurnitureType.Decor.cs - startLine: 229 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2182,14 +1718,6 @@ items: nameWithType: FurnitureType.ModernModularCurtains fullName: TinyLife.Objects.FurnitureType.ModernModularCurtains type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Decor.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ModernModularCurtains - path: ../TinyLife/Objects/FurnitureType.Decor.cs - startLine: 233 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2209,14 +1737,6 @@ items: nameWithType: FurnitureType.GlassJars fullName: TinyLife.Objects.FurnitureType.GlassJars type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Decor.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GlassJars - path: ../TinyLife/Objects/FurnitureType.Decor.cs - startLine: 237 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2236,14 +1756,6 @@ items: nameWithType: FurnitureType.Palette fullName: TinyLife.Objects.FurnitureType.Palette type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Decor.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Palette - path: ../TinyLife/Objects/FurnitureType.Decor.cs - startLine: 241 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2263,14 +1775,6 @@ items: nameWithType: FurnitureType.WashingUpStuff fullName: TinyLife.Objects.FurnitureType.WashingUpStuff type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Decor.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: WashingUpStuff - path: ../TinyLife/Objects/FurnitureType.Decor.cs - startLine: 245 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2290,14 +1794,6 @@ items: nameWithType: FurnitureType.SandboxStuff fullName: TinyLife.Objects.FurnitureType.SandboxStuff type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Decor.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SandboxStuff - path: ../TinyLife/Objects/FurnitureType.Decor.cs - startLine: 249 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2317,14 +1813,6 @@ items: nameWithType: FurnitureType.Sunflowers fullName: TinyLife.Objects.FurnitureType.Sunflowers type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Decor.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Sunflowers - path: ../TinyLife/Objects/FurnitureType.Decor.cs - startLine: 250 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2344,14 +1832,6 @@ items: nameWithType: FurnitureType.PenguinPainting fullName: TinyLife.Objects.FurnitureType.PenguinPainting type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Decor.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PenguinPainting - path: ../TinyLife/Objects/FurnitureType.Decor.cs - startLine: 254 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2371,14 +1851,6 @@ items: nameWithType: FurnitureType.SimpleDesk fullName: TinyLife.Objects.FurnitureType.SimpleDesk type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SimpleDesk - path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 12 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2398,14 +1870,6 @@ items: nameWithType: FurnitureType.LongDinnerTable fullName: TinyLife.Objects.FurnitureType.LongDinnerTable type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: LongDinnerTable - path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 16 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2425,14 +1889,6 @@ items: nameWithType: FurnitureType.SquareDinnerTable fullName: TinyLife.Objects.FurnitureType.SquareDinnerTable type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SquareDinnerTable - path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 19 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2452,14 +1908,6 @@ items: nameWithType: FurnitureType.GlassDinnerTable fullName: TinyLife.Objects.FurnitureType.GlassDinnerTable type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GlassDinnerTable - path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 22 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2479,14 +1927,6 @@ items: nameWithType: FurnitureType.TinyDinnerTable fullName: TinyLife.Objects.FurnitureType.TinyDinnerTable type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TinyDinnerTable - path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 25 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2506,14 +1946,6 @@ items: nameWithType: FurnitureType.GlassSingleTable fullName: TinyLife.Objects.FurnitureType.GlassSingleTable type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GlassSingleTable - path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 28 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2533,14 +1965,6 @@ items: nameWithType: FurnitureType.SimpleChair fullName: TinyLife.Objects.FurnitureType.SimpleChair type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SimpleChair - path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 31 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2560,14 +1984,6 @@ items: nameWithType: FurnitureType.ModernChair fullName: TinyLife.Objects.FurnitureType.ModernChair type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ModernChair - path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 36 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2587,14 +2003,6 @@ items: nameWithType: FurnitureType.WoodenStool fullName: TinyLife.Objects.FurnitureType.WoodenStool type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: WoodenStool - path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 44 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2614,14 +2022,6 @@ items: nameWithType: FurnitureType.StorageBoxSeat fullName: TinyLife.Objects.FurnitureType.StorageBoxSeat type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: StorageBoxSeat - path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 47 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2641,14 +2041,6 @@ items: nameWithType: FurnitureType.SimpleToilet fullName: TinyLife.Objects.FurnitureType.SimpleToilet type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SimpleToilet - path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 51 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2668,14 +2060,6 @@ items: nameWithType: FurnitureType.ModernBed fullName: TinyLife.Objects.FurnitureType.ModernBed type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ModernBed - path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 59 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2695,14 +2079,6 @@ items: nameWithType: FurnitureType.ModernSingleBed fullName: TinyLife.Objects.FurnitureType.ModernSingleBed type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ModernSingleBed - path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 65 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2722,14 +2098,6 @@ items: nameWithType: FurnitureType.ModernFridge fullName: TinyLife.Objects.FurnitureType.ModernFridge type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ModernFridge - path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 71 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2749,14 +2117,6 @@ items: nameWithType: FurnitureType.SimpleShower fullName: TinyLife.Objects.FurnitureType.SimpleShower type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SimpleShower - path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 77 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2776,14 +2136,6 @@ items: nameWithType: FurnitureType.SimpleOpenShower fullName: TinyLife.Objects.FurnitureType.SimpleOpenShower type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SimpleOpenShower - path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 85 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2803,14 +2155,6 @@ items: nameWithType: FurnitureType.SimpleCounter fullName: TinyLife.Objects.FurnitureType.SimpleCounter type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SimpleCounter - path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 94 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2830,14 +2174,6 @@ items: nameWithType: FurnitureType.SimpleBar fullName: TinyLife.Objects.FurnitureType.SimpleBar type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SimpleBar - path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 100 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2857,14 +2193,6 @@ items: nameWithType: FurnitureType.ModernStove fullName: TinyLife.Objects.FurnitureType.ModernStove type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ModernStove - path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 105 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2884,14 +2212,6 @@ items: nameWithType: FurnitureType.ModernComputer fullName: TinyLife.Objects.FurnitureType.ModernComputer type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ModernComputer - path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 113 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2911,14 +2231,6 @@ items: nameWithType: FurnitureType.OldComputer fullName: TinyLife.Objects.FurnitureType.OldComputer type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OldComputer - path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 121 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2938,14 +2250,6 @@ items: nameWithType: FurnitureType.ModernSink fullName: TinyLife.Objects.FurnitureType.ModernSink type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ModernSink - path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 131 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2965,14 +2269,6 @@ items: nameWithType: FurnitureType.Mailbox fullName: TinyLife.Objects.FurnitureType.Mailbox type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Mailbox - path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 138 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2992,14 +2288,6 @@ items: nameWithType: FurnitureType.SimpleDrawer fullName: TinyLife.Objects.FurnitureType.SimpleDrawer type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SimpleDrawer - path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 143 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3019,14 +2307,6 @@ items: nameWithType: FurnitureType.SimpleEasel fullName: TinyLife.Objects.FurnitureType.SimpleEasel type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SimpleEasel - path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 149 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3046,14 +2326,6 @@ items: nameWithType: FurnitureType.SimpleBench fullName: TinyLife.Objects.FurnitureType.SimpleBench type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SimpleBench - path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 160 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3073,14 +2345,6 @@ items: nameWithType: FurnitureType.SmallMirror fullName: TinyLife.Objects.FurnitureType.SmallMirror type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SmallMirror - path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 166 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3100,14 +2364,6 @@ items: nameWithType: FurnitureType.SimpleBookshelf fullName: TinyLife.Objects.FurnitureType.SimpleBookshelf type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SimpleBookshelf - path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 171 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3127,14 +2383,6 @@ items: nameWithType: FurnitureType.SimpleDoubleSidedBookshelf fullName: TinyLife.Objects.FurnitureType.SimpleDoubleSidedBookshelf type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SimpleDoubleSidedBookshelf - path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 180 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3154,14 +2402,6 @@ items: nameWithType: FurnitureType.ModernTv fullName: TinyLife.Objects.FurnitureType.ModernTv type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ModernTv - path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 189 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3181,14 +2421,6 @@ items: nameWithType: FurnitureType.MixologyKit fullName: TinyLife.Objects.FurnitureType.MixologyKit type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: MixologyKit - path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 196 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3208,14 +2440,6 @@ items: nameWithType: FurnitureType.SimpleSofa fullName: TinyLife.Objects.FurnitureType.SimpleSofa type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SimpleSofa - path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 200 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3235,14 +2459,6 @@ items: nameWithType: FurnitureType.SimpleLowTable fullName: TinyLife.Objects.FurnitureType.SimpleLowTable type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SimpleLowTable - path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 207 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3262,14 +2478,6 @@ items: nameWithType: FurnitureType.SimpleWallSink fullName: TinyLife.Objects.FurnitureType.SimpleWallSink type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SimpleWallSink - path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 212 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3289,14 +2497,6 @@ items: nameWithType: FurnitureType.SmallBarbecue fullName: TinyLife.Objects.FurnitureType.SmallBarbecue type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SmallBarbecue - path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 219 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3316,14 +2516,6 @@ items: nameWithType: FurnitureType.SimplePicnicTable fullName: TinyLife.Objects.FurnitureType.SimplePicnicTable type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SimplePicnicTable - path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 225 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3343,14 +2535,6 @@ items: nameWithType: FurnitureType.SmallPicnicTable fullName: TinyLife.Objects.FurnitureType.SmallPicnicTable type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SmallPicnicTable - path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 230 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3370,14 +2554,6 @@ items: nameWithType: FurnitureType.ParkTrashCan fullName: TinyLife.Objects.FurnitureType.ParkTrashCan type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ParkTrashCan - path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 235 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3397,14 +2573,6 @@ items: nameWithType: FurnitureType.WoodenToyBox fullName: TinyLife.Objects.FurnitureType.WoodenToyBox type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: WoodenToyBox - path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 239 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3424,14 +2592,6 @@ items: nameWithType: FurnitureType.ChildStove fullName: TinyLife.Objects.FurnitureType.ChildStove type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ChildStove - path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 242 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3451,14 +2611,6 @@ items: nameWithType: FurnitureType.Sandbox fullName: TinyLife.Objects.FurnitureType.Sandbox type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Sandbox - path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 252 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3478,14 +2630,6 @@ items: nameWithType: FurnitureType.Puzzle fullName: TinyLife.Objects.FurnitureType.Puzzle type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Puzzle - path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 261 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3505,14 +2649,6 @@ items: nameWithType: FurnitureType.BaristaCoffeeMachine fullName: TinyLife.Objects.FurnitureType.BaristaCoffeeMachine type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: BaristaCoffeeMachine - path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 265 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3532,14 +2668,6 @@ items: nameWithType: FurnitureType.StandingCoatRack fullName: TinyLife.Objects.FurnitureType.StandingCoatRack type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: StandingCoatRack - path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 273 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3559,14 +2687,6 @@ items: nameWithType: FurnitureType.CafeDisplayCase fullName: TinyLife.Objects.FurnitureType.CafeDisplayCase type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CafeDisplayCase - path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 277 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3586,14 +2706,6 @@ items: nameWithType: FurnitureType.PlainCoffeeTable fullName: TinyLife.Objects.FurnitureType.PlainCoffeeTable type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PlainCoffeeTable - path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 281 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3613,14 +2725,6 @@ items: nameWithType: FurnitureType.ModernTvStand fullName: TinyLife.Objects.FurnitureType.ModernTvStand type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ModernTvStand - path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 286 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3640,14 +2744,6 @@ items: nameWithType: FurnitureType.SmallOpenShelf fullName: TinyLife.Objects.FurnitureType.SmallOpenShelf type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SmallOpenShelf - path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 292 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3667,14 +2763,6 @@ items: nameWithType: FurnitureType.LargeOpenShelf fullName: TinyLife.Objects.FurnitureType.LargeOpenShelf type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: LargeOpenShelf - path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 297 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3694,14 +2782,6 @@ items: nameWithType: FurnitureType.BookCart fullName: TinyLife.Objects.FurnitureType.BookCart type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: BookCart - path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 302 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3721,14 +2801,6 @@ items: nameWithType: FurnitureType.SquareIndoorTrashCan fullName: TinyLife.Objects.FurnitureType.SquareIndoorTrashCan type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SquareIndoorTrashCan - path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 306 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3748,14 +2820,6 @@ items: nameWithType: FurnitureType.WheelieBin fullName: TinyLife.Objects.FurnitureType.WheelieBin type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: WheelieBin - path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 310 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3775,14 +2839,6 @@ items: nameWithType: FurnitureType.SimpleNightstand fullName: TinyLife.Objects.FurnitureType.SimpleNightstand type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SimpleNightstand - path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 314 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3802,14 +2858,6 @@ items: nameWithType: FurnitureType.SmallJungleGym fullName: TinyLife.Objects.FurnitureType.SmallJungleGym type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SmallJungleGym - path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 318 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3829,14 +2877,6 @@ items: nameWithType: FurnitureType.ColoringBook fullName: TinyLife.Objects.FurnitureType.ColoringBook type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ColoringBook - path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 328 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3856,14 +2896,6 @@ items: nameWithType: FurnitureType.TeaKit fullName: TinyLife.Objects.FurnitureType.TeaKit type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TeaKit - path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 332 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3883,14 +2915,6 @@ items: nameWithType: FurnitureType.ModernLandlinePhone fullName: TinyLife.Objects.FurnitureType.ModernLandlinePhone type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ModernLandlinePhone - path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 337 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3910,14 +2934,6 @@ items: nameWithType: FurnitureType.SmallBookStack fullName: TinyLife.Objects.FurnitureType.SmallBookStack type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SmallBookStack - path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 345 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3937,14 +2953,6 @@ items: nameWithType: FurnitureType.VerticalBookStack fullName: TinyLife.Objects.FurnitureType.VerticalBookStack type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: VerticalBookStack - path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 349 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3964,14 +2972,6 @@ items: nameWithType: FurnitureType.SimplePotty fullName: TinyLife.Objects.FurnitureType.SimplePotty type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SimplePotty - path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 354 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3991,14 +2991,6 @@ items: nameWithType: FurnitureType.SimpleChangingStation fullName: TinyLife.Objects.FurnitureType.SimpleChangingStation type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SimpleChangingStation - path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 362 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4018,14 +3010,6 @@ items: nameWithType: FurnitureType.ModernCrib fullName: TinyLife.Objects.FurnitureType.ModernCrib type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ModernCrib - path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 368 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4045,14 +3029,6 @@ items: nameWithType: FurnitureType.BabyBathtub fullName: TinyLife.Objects.FurnitureType.BabyBathtub type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Misc.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: BabyBathtub - path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 373 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4072,14 +3048,6 @@ items: nameWithType: FurnitureType.EmptyPlate fullName: TinyLife.Objects.FurnitureType.EmptyPlate type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.NonBuyable.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: EmptyPlate - path: ../TinyLife/Objects/FurnitureType.NonBuyable.cs - startLine: 16 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4099,14 +3067,6 @@ items: nameWithType: FurnitureType.EmptyPlatter fullName: TinyLife.Objects.FurnitureType.EmptyPlatter type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.NonBuyable.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: EmptyPlatter - path: ../TinyLife/Objects/FurnitureType.NonBuyable.cs - startLine: 19 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4126,14 +3086,6 @@ items: nameWithType: FurnitureType.EmptyBowl fullName: TinyLife.Objects.FurnitureType.EmptyBowl type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.NonBuyable.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: EmptyBowl - path: ../TinyLife/Objects/FurnitureType.NonBuyable.cs - startLine: 22 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4153,14 +3105,6 @@ items: nameWithType: FurnitureType.BigEmptyBowl fullName: TinyLife.Objects.FurnitureType.BigEmptyBowl type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.NonBuyable.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: BigEmptyBowl - path: ../TinyLife/Objects/FurnitureType.NonBuyable.cs - startLine: 25 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4180,14 +3124,6 @@ items: nameWithType: FurnitureType.EmptyGlass fullName: TinyLife.Objects.FurnitureType.EmptyGlass type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.NonBuyable.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: EmptyGlass - path: ../TinyLife/Objects/FurnitureType.NonBuyable.cs - startLine: 28 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4207,14 +3143,6 @@ items: nameWithType: FurnitureType.EmptyMug fullName: TinyLife.Objects.FurnitureType.EmptyMug type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.NonBuyable.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: EmptyMug - path: ../TinyLife/Objects/FurnitureType.NonBuyable.cs - startLine: 31 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4234,14 +3162,6 @@ items: nameWithType: FurnitureType.UnpreparedFood fullName: TinyLife.Objects.FurnitureType.UnpreparedFood type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.NonBuyable.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: UnpreparedFood - path: ../TinyLife/Objects/FurnitureType.NonBuyable.cs - startLine: 34 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4261,14 +3181,6 @@ items: nameWithType: FurnitureType.PreparedFood fullName: TinyLife.Objects.FurnitureType.PreparedFood type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.NonBuyable.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PreparedFood - path: ../TinyLife/Objects/FurnitureType.NonBuyable.cs - startLine: 38 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4288,14 +3200,6 @@ items: nameWithType: FurnitureType.Pot fullName: TinyLife.Objects.FurnitureType.Pot type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.NonBuyable.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Pot - path: ../TinyLife/Objects/FurnitureType.NonBuyable.cs - startLine: 42 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4315,14 +3219,6 @@ items: nameWithType: FurnitureType.FoodPlate fullName: TinyLife.Objects.FurnitureType.FoodPlate type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.NonBuyable.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: FoodPlate - path: ../TinyLife/Objects/FurnitureType.NonBuyable.cs - startLine: 46 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4342,14 +3238,6 @@ items: nameWithType: FurnitureType.FoodPlatter fullName: TinyLife.Objects.FurnitureType.FoodPlatter type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.NonBuyable.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: FoodPlatter - path: ../TinyLife/Objects/FurnitureType.NonBuyable.cs - startLine: 51 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4369,14 +3257,6 @@ items: nameWithType: FurnitureType.FoodBowl fullName: TinyLife.Objects.FurnitureType.FoodBowl type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.NonBuyable.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: FoodBowl - path: ../TinyLife/Objects/FurnitureType.NonBuyable.cs - startLine: 56 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4396,14 +3276,6 @@ items: nameWithType: FurnitureType.BigFoodBowl fullName: TinyLife.Objects.FurnitureType.BigFoodBowl type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.NonBuyable.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: BigFoodBowl - path: ../TinyLife/Objects/FurnitureType.NonBuyable.cs - startLine: 61 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4423,14 +3295,6 @@ items: nameWithType: FurnitureType.FoodGlass fullName: TinyLife.Objects.FurnitureType.FoodGlass type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.NonBuyable.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: FoodGlass - path: ../TinyLife/Objects/FurnitureType.NonBuyable.cs - startLine: 66 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4450,14 +3314,6 @@ items: nameWithType: FurnitureType.FoodMug fullName: TinyLife.Objects.FurnitureType.FoodMug type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.NonBuyable.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: FoodMug - path: ../TinyLife/Objects/FurnitureType.NonBuyable.cs - startLine: 71 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4477,14 +3333,6 @@ items: nameWithType: FurnitureType.CustomPainting fullName: TinyLife.Objects.FurnitureType.CustomPainting type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.NonBuyable.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CustomPainting - path: ../TinyLife/Objects/FurnitureType.NonBuyable.cs - startLine: 76 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4504,14 +3352,6 @@ items: nameWithType: FurnitureType.Book fullName: TinyLife.Objects.FurnitureType.Book type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.NonBuyable.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Book - path: ../TinyLife/Objects/FurnitureType.NonBuyable.cs - startLine: 85 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4531,14 +3371,6 @@ items: nameWithType: FurnitureType.StudyBook fullName: TinyLife.Objects.FurnitureType.StudyBook type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.NonBuyable.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: StudyBook - path: ../TinyLife/Objects/FurnitureType.NonBuyable.cs - startLine: 89 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4558,14 +3390,6 @@ items: nameWithType: FurnitureType.Puddle fullName: TinyLife.Objects.FurnitureType.Puddle type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.NonBuyable.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Puddle - path: ../TinyLife/Objects/FurnitureType.NonBuyable.cs - startLine: 93 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4585,14 +3409,6 @@ items: nameWithType: FurnitureType.Puke fullName: TinyLife.Objects.FurnitureType.Puke type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.NonBuyable.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Puke - path: ../TinyLife/Objects/FurnitureType.NonBuyable.cs - startLine: 98 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4612,14 +3428,6 @@ items: nameWithType: FurnitureType.Gravestone fullName: TinyLife.Objects.FurnitureType.Gravestone type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.NonBuyable.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Gravestone - path: ../TinyLife/Objects/FurnitureType.NonBuyable.cs - startLine: 101 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4639,14 +3447,6 @@ items: nameWithType: FurnitureType.Sponge fullName: TinyLife.Objects.FurnitureType.Sponge type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.NonBuyable.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Sponge - path: ../TinyLife/Objects/FurnitureType.NonBuyable.cs - startLine: 106 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4666,14 +3466,6 @@ items: nameWithType: FurnitureType.Spanner fullName: TinyLife.Objects.FurnitureType.Spanner type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.NonBuyable.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Spanner - path: ../TinyLife/Objects/FurnitureType.NonBuyable.cs - startLine: 107 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4693,14 +3485,6 @@ items: nameWithType: FurnitureType.PaintBrush fullName: TinyLife.Objects.FurnitureType.PaintBrush type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.NonBuyable.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PaintBrush - path: ../TinyLife/Objects/FurnitureType.NonBuyable.cs - startLine: 108 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4720,14 +3504,6 @@ items: nameWithType: FurnitureType.Pen fullName: TinyLife.Objects.FurnitureType.Pen type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.NonBuyable.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Pen - path: ../TinyLife/Objects/FurnitureType.NonBuyable.cs - startLine: 109 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4747,14 +3523,6 @@ items: nameWithType: FurnitureType.TrashBag fullName: TinyLife.Objects.FurnitureType.TrashBag type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.NonBuyable.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TrashBag - path: ../TinyLife/Objects/FurnitureType.NonBuyable.cs - startLine: 110 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4774,14 +3542,6 @@ items: nameWithType: FurnitureType.Mop fullName: TinyLife.Objects.FurnitureType.Mop type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.NonBuyable.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Mop - path: ../TinyLife/Objects/FurnitureType.NonBuyable.cs - startLine: 113 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4801,14 +3561,6 @@ items: nameWithType: FurnitureType.Dumbbell fullName: TinyLife.Objects.FurnitureType.Dumbbell type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.NonBuyable.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Dumbbell - path: ../TinyLife/Objects/FurnitureType.NonBuyable.cs - startLine: 114 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4828,14 +3580,6 @@ items: nameWithType: FurnitureType.GrillingFood fullName: TinyLife.Objects.FurnitureType.GrillingFood type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.NonBuyable.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GrillingFood - path: ../TinyLife/Objects/FurnitureType.NonBuyable.cs - startLine: 115 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4855,14 +3599,6 @@ items: nameWithType: FurnitureType.HomeworkBook fullName: TinyLife.Objects.FurnitureType.HomeworkBook type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.NonBuyable.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: HomeworkBook - path: ../TinyLife/Objects/FurnitureType.NonBuyable.cs - startLine: 118 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4882,14 +3618,6 @@ items: nameWithType: FurnitureType.ToyCar fullName: TinyLife.Objects.FurnitureType.ToyCar type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.NonBuyable.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ToyCar - path: ../TinyLife/Objects/FurnitureType.NonBuyable.cs - startLine: 122 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4909,14 +3637,6 @@ items: nameWithType: FurnitureType.SmallShovel fullName: TinyLife.Objects.FurnitureType.SmallShovel type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.NonBuyable.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SmallShovel - path: ../TinyLife/Objects/FurnitureType.NonBuyable.cs - startLine: 125 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4936,14 +3656,6 @@ items: nameWithType: FurnitureType.Newspaper fullName: TinyLife.Objects.FurnitureType.Newspaper type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.NonBuyable.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Newspaper - path: ../TinyLife/Objects/FurnitureType.NonBuyable.cs - startLine: 126 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4963,14 +3675,6 @@ items: nameWithType: FurnitureType.WoodenPowerPole fullName: TinyLife.Objects.FurnitureType.WoodenPowerPole type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.NonBuyable.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: WoodenPowerPole - path: ../TinyLife/Objects/FurnitureType.NonBuyable.cs - startLine: 134 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4990,14 +3694,6 @@ items: nameWithType: FurnitureType.WoodenPowerPoleLine fullName: TinyLife.Objects.FurnitureType.WoodenPowerPoleLine type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.NonBuyable.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: WoodenPowerPoleLine - path: ../TinyLife/Objects/FurnitureType.NonBuyable.cs - startLine: 137 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5017,14 +3713,6 @@ items: nameWithType: FurnitureType.SkillBooks fullName: TinyLife.Objects.FurnitureType.SkillBooks type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.NonBuyable.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SkillBooks - path: ../TinyLife/Objects/FurnitureType.NonBuyable.cs - startLine: 140 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5044,14 +3732,6 @@ items: nameWithType: FurnitureType.BridgeBorderSegment fullName: TinyLife.Objects.FurnitureType.BridgeBorderSegment type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.NonBuyable.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: BridgeBorderSegment - path: ../TinyLife/Objects/FurnitureType.NonBuyable.cs - startLine: 147 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5071,14 +3751,6 @@ items: nameWithType: FurnitureType.BridgeBorderStart fullName: TinyLife.Objects.FurnitureType.BridgeBorderStart type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.NonBuyable.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: BridgeBorderStart - path: ../TinyLife/Objects/FurnitureType.NonBuyable.cs - startLine: 148 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5098,14 +3770,6 @@ items: nameWithType: FurnitureType.BridgeBorderEnd fullName: TinyLife.Objects.FurnitureType.BridgeBorderEnd type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.NonBuyable.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: BridgeBorderEnd - path: ../TinyLife/Objects/FurnitureType.NonBuyable.cs - startLine: 149 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5125,14 +3789,6 @@ items: nameWithType: FurnitureType.BottledSunlight fullName: TinyLife.Objects.FurnitureType.BottledSunlight type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.NonBuyable.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: BottledSunlight - path: ../TinyLife/Objects/FurnitureType.NonBuyable.cs - startLine: 150 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5152,14 +3808,6 @@ items: nameWithType: FurnitureType.CocktailShaker fullName: TinyLife.Objects.FurnitureType.CocktailShaker type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.NonBuyable.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CocktailShaker - path: ../TinyLife/Objects/FurnitureType.NonBuyable.cs - startLine: 153 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5179,14 +3827,6 @@ items: nameWithType: FurnitureType.MobilePhone fullName: TinyLife.Objects.FurnitureType.MobilePhone type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.NonBuyable.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: MobilePhone - path: ../TinyLife/Objects/FurnitureType.NonBuyable.cs - startLine: 154 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5206,14 +3846,6 @@ items: nameWithType: FurnitureType.PrismaticShard fullName: TinyLife.Objects.FurnitureType.PrismaticShard type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.NonBuyable.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PrismaticShard - path: ../TinyLife/Objects/FurnitureType.NonBuyable.cs - startLine: 158 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5233,14 +3865,6 @@ items: nameWithType: FurnitureType.CountryFence fullName: TinyLife.Objects.FurnitureType.CountryFence type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.NonBuyable.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CountryFence - path: ../TinyLife/Objects/FurnitureType.NonBuyable.cs - startLine: 163 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5272,14 +3896,6 @@ items: nameWithType: FurnitureType.TallCountryFence fullName: TinyLife.Objects.FurnitureType.TallCountryFence type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.NonBuyable.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TallCountryFence - path: ../TinyLife/Objects/FurnitureType.NonBuyable.cs - startLine: 169 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5311,14 +3927,6 @@ items: nameWithType: FurnitureType.SimpleStoneWall fullName: TinyLife.Objects.FurnitureType.SimpleStoneWall type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.NonBuyable.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SimpleStoneWall - path: ../TinyLife/Objects/FurnitureType.NonBuyable.cs - startLine: 175 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5350,14 +3958,6 @@ items: nameWithType: FurnitureType.BabyBook fullName: TinyLife.Objects.FurnitureType.BabyBook type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.NonBuyable.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: BabyBook - path: ../TinyLife/Objects/FurnitureType.NonBuyable.cs - startLine: 182 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5377,14 +3977,6 @@ items: nameWithType: FurnitureType.WorkoutPosters fullName: TinyLife.Objects.FurnitureType.WorkoutPosters type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Sets.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: WorkoutPosters - path: ../TinyLife/Objects/FurnitureType.Sets.cs - startLine: 15 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5404,14 +3996,6 @@ items: nameWithType: FurnitureType.LargeRectangleRug fullName: TinyLife.Objects.FurnitureType.LargeRectangleRug type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Sets.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: LargeRectangleRug - path: ../TinyLife/Objects/FurnitureType.Sets.cs - startLine: 25 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5431,14 +4015,6 @@ items: nameWithType: FurnitureType.RhombusRug fullName: TinyLife.Objects.FurnitureType.RhombusRug type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Sets.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RhombusRug - path: ../TinyLife/Objects/FurnitureType.Sets.cs - startLine: 28 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5458,14 +4034,6 @@ items: nameWithType: FurnitureType.HugeRectangleRug fullName: TinyLife.Objects.FurnitureType.HugeRectangleRug type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Sets.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: HugeRectangleRug - path: ../TinyLife/Objects/FurnitureType.Sets.cs - startLine: 31 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5485,14 +4053,6 @@ items: nameWithType: FurnitureType.Doormat fullName: TinyLife.Objects.FurnitureType.Doormat type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Sets.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Doormat - path: ../TinyLife/Objects/FurnitureType.Sets.cs - startLine: 34 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5512,14 +4072,6 @@ items: nameWithType: FurnitureType.LargeRoundRug fullName: TinyLife.Objects.FurnitureType.LargeRoundRug type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Sets.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: LargeRoundRug - path: ../TinyLife/Objects/FurnitureType.Sets.cs - startLine: 37 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5539,14 +4091,6 @@ items: nameWithType: FurnitureType.EvergreenTree fullName: TinyLife.Objects.FurnitureType.EvergreenTree type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Sets.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: EvergreenTree - path: ../TinyLife/Objects/FurnitureType.Sets.cs - startLine: 40 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5566,14 +4110,6 @@ items: nameWithType: FurnitureType.TallEvergreenTree fullName: TinyLife.Objects.FurnitureType.TallEvergreenTree type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Sets.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TallEvergreenTree - path: ../TinyLife/Objects/FurnitureType.Sets.cs - startLine: 47 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5593,14 +4129,6 @@ items: nameWithType: FurnitureType.BirchTree fullName: TinyLife.Objects.FurnitureType.BirchTree type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Sets.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: BirchTree - path: ../TinyLife/Objects/FurnitureType.Sets.cs - startLine: 54 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5620,14 +4148,6 @@ items: nameWithType: FurnitureType.OakTree fullName: TinyLife.Objects.FurnitureType.OakTree type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Sets.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OakTree - path: ../TinyLife/Objects/FurnitureType.Sets.cs - startLine: 61 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5647,14 +4167,6 @@ items: nameWithType: FurnitureType.Cypress fullName: TinyLife.Objects.FurnitureType.Cypress type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Sets.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Cypress - path: ../TinyLife/Objects/FurnitureType.Sets.cs - startLine: 68 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5674,14 +4186,6 @@ items: nameWithType: FurnitureType.TallCypress fullName: TinyLife.Objects.FurnitureType.TallCypress type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Sets.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TallCypress - path: ../TinyLife/Objects/FurnitureType.Sets.cs - startLine: 75 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5701,14 +4205,6 @@ items: nameWithType: FurnitureType.SquarePlantPots fullName: TinyLife.Objects.FurnitureType.SquarePlantPots type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Sets.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SquarePlantPots - path: ../TinyLife/Objects/FurnitureType.Sets.cs - startLine: 82 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5728,14 +4224,6 @@ items: nameWithType: FurnitureType.WindowPlants fullName: TinyLife.Objects.FurnitureType.WindowPlants type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Sets.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: WindowPlants - path: ../TinyLife/Objects/FurnitureType.Sets.cs - startLine: 88 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5755,14 +4243,6 @@ items: nameWithType: FurnitureType.TreeStumps fullName: TinyLife.Objects.FurnitureType.TreeStumps type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Sets.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TreeStumps - path: ../TinyLife/Objects/FurnitureType.Sets.cs - startLine: 94 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5782,14 +4262,6 @@ items: nameWithType: FurnitureType.Wisteria fullName: TinyLife.Objects.FurnitureType.Wisteria type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Sets.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Wisteria - path: ../TinyLife/Objects/FurnitureType.Sets.cs - startLine: 99 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5809,14 +4281,6 @@ items: nameWithType: FurnitureType.ModernWoodworkingLamp fullName: TinyLife.Objects.FurnitureType.ModernWoodworkingLamp type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Sets.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ModernWoodworkingLamp - path: ../TinyLife/Objects/FurnitureType.Sets.cs - startLine: 104 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5836,14 +4300,6 @@ items: nameWithType: FurnitureType.SwirlWoodworkingLamp fullName: TinyLife.Objects.FurnitureType.SwirlWoodworkingLamp type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Sets.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SwirlWoodworkingLamp - path: ../TinyLife/Objects/FurnitureType.Sets.cs - startLine: 115 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5863,14 +4319,6 @@ items: nameWithType: FurnitureType.EdisonWoodworkingLamp fullName: TinyLife.Objects.FurnitureType.EdisonWoodworkingLamp type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Sets.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: EdisonWoodworkingLamp - path: ../TinyLife/Objects/FurnitureType.Sets.cs - startLine: 126 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5890,14 +4338,6 @@ items: nameWithType: FurnitureType.DecorativeLogPile fullName: TinyLife.Objects.FurnitureType.DecorativeLogPile type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Sets.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DecorativeLogPile - path: ../TinyLife/Objects/FurnitureType.Sets.cs - startLine: 131 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5917,14 +4357,6 @@ items: nameWithType: FurnitureType.TraditionalFireplace fullName: TinyLife.Objects.FurnitureType.TraditionalFireplace type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Sets.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TraditionalFireplace - path: ../TinyLife/Objects/FurnitureType.Sets.cs - startLine: 135 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5944,14 +4376,6 @@ items: nameWithType: FurnitureType.SmallChimney fullName: TinyLife.Objects.FurnitureType.SmallChimney type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Sets.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SmallChimney - path: ../TinyLife/Objects/FurnitureType.Sets.cs - startLine: 147 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5971,14 +4395,6 @@ items: nameWithType: FurnitureType.Treadmill fullName: TinyLife.Objects.FurnitureType.Treadmill type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Sets.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Treadmill - path: ../TinyLife/Objects/FurnitureType.Sets.cs - startLine: 152 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5998,14 +4414,6 @@ items: nameWithType: FurnitureType.DumbbellRack fullName: TinyLife.Objects.FurnitureType.DumbbellRack type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Sets.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DumbbellRack - path: ../TinyLife/Objects/FurnitureType.Sets.cs - startLine: 163 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -6025,14 +4433,6 @@ items: nameWithType: FurnitureType.VerticalDumbbellRack fullName: TinyLife.Objects.FurnitureType.VerticalDumbbellRack type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Sets.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: VerticalDumbbellRack - path: ../TinyLife/Objects/FurnitureType.Sets.cs - startLine: 167 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -6052,14 +4452,6 @@ items: nameWithType: FurnitureType.StandingDesk fullName: TinyLife.Objects.FurnitureType.StandingDesk type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Sets.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: StandingDesk - path: ../TinyLife/Objects/FurnitureType.Sets.cs - startLine: 171 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -6079,14 +4471,6 @@ items: nameWithType: FurnitureType.ProteinShakeKit fullName: TinyLife.Objects.FurnitureType.ProteinShakeKit type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Sets.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ProteinShakeKit - path: ../TinyLife/Objects/FurnitureType.Sets.cs - startLine: 177 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -6106,14 +4490,6 @@ items: nameWithType: FurnitureType.WoodworkingTable fullName: TinyLife.Objects.FurnitureType.WoodworkingTable type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Sets.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: WoodworkingTable - path: ../TinyLife/Objects/FurnitureType.Sets.cs - startLine: 182 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -6133,14 +4509,6 @@ items: nameWithType: FurnitureType.OrnateBed fullName: TinyLife.Objects.FurnitureType.OrnateBed type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Sets.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OrnateBed - path: ../TinyLife/Objects/FurnitureType.Sets.cs - startLine: 188 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -6160,14 +4528,6 @@ items: nameWithType: FurnitureType.OrnateFlowerBed fullName: TinyLife.Objects.FurnitureType.OrnateFlowerBed type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Sets.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OrnateFlowerBed - path: ../TinyLife/Objects/FurnitureType.Sets.cs - startLine: 195 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -6187,14 +4547,6 @@ items: nameWithType: FurnitureType.OrnateSingleBed fullName: TinyLife.Objects.FurnitureType.OrnateSingleBed type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Sets.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OrnateSingleBed - path: ../TinyLife/Objects/FurnitureType.Sets.cs - startLine: 202 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -6214,14 +4566,6 @@ items: nameWithType: FurnitureType.FourPostBed fullName: TinyLife.Objects.FurnitureType.FourPostBed type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Sets.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: FourPostBed - path: ../TinyLife/Objects/FurnitureType.Sets.cs - startLine: 209 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -6241,14 +4585,6 @@ items: nameWithType: FurnitureType.TraditionalCounter fullName: TinyLife.Objects.FurnitureType.TraditionalCounter type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Sets.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TraditionalCounter - path: ../TinyLife/Objects/FurnitureType.Sets.cs - startLine: 216 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -6268,14 +4604,6 @@ items: nameWithType: FurnitureType.TraditionalBar fullName: TinyLife.Objects.FurnitureType.TraditionalBar type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Sets.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TraditionalBar - path: ../TinyLife/Objects/FurnitureType.Sets.cs - startLine: 223 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -6295,14 +4623,6 @@ items: nameWithType: FurnitureType.CushionedWoodworkingSofa fullName: TinyLife.Objects.FurnitureType.CushionedWoodworkingSofa type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Sets.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CushionedWoodworkingSofa - path: ../TinyLife/Objects/FurnitureType.Sets.cs - startLine: 229 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -6322,14 +4642,6 @@ items: nameWithType: FurnitureType.FullyCushionedWoodworkingSofa fullName: TinyLife.Objects.FurnitureType.FullyCushionedWoodworkingSofa type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Sets.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: FullyCushionedWoodworkingSofa - path: ../TinyLife/Objects/FurnitureType.Sets.cs - startLine: 237 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -6349,14 +4661,6 @@ items: nameWithType: FurnitureType.LargeWoodworkingSofa fullName: TinyLife.Objects.FurnitureType.LargeWoodworkingSofa type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Sets.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: LargeWoodworkingSofa - path: ../TinyLife/Objects/FurnitureType.Sets.cs - startLine: 245 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -6376,14 +4680,6 @@ items: nameWithType: FurnitureType.WoodworkingChairArmrests fullName: TinyLife.Objects.FurnitureType.WoodworkingChairArmrests type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Sets.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: WoodworkingChairArmrests - path: ../TinyLife/Objects/FurnitureType.Sets.cs - startLine: 253 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -6403,14 +4699,6 @@ items: nameWithType: FurnitureType.WoodworkingChair fullName: TinyLife.Objects.FurnitureType.WoodworkingChair type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Sets.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: WoodworkingChair - path: ../TinyLife/Objects/FurnitureType.Sets.cs - startLine: 259 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -6430,14 +4718,6 @@ items: nameWithType: FurnitureType.WoodworkingCloset fullName: TinyLife.Objects.FurnitureType.WoodworkingCloset type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Sets.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: WoodworkingCloset - path: ../TinyLife/Objects/FurnitureType.Sets.cs - startLine: 265 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -6457,14 +4737,6 @@ items: nameWithType: FurnitureType.UnfinishedWoodwork fullName: TinyLife.Objects.FurnitureType.UnfinishedWoodwork type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Sets.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: UnfinishedWoodwork - path: ../TinyLife/Objects/FurnitureType.Sets.cs - startLine: 275 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -6484,14 +4756,6 @@ items: nameWithType: FurnitureType.RetroFridge fullName: TinyLife.Objects.FurnitureType.RetroFridge type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Sets.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RetroFridge - path: ../TinyLife/Objects/FurnitureType.Sets.cs - startLine: 280 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -6511,14 +4775,6 @@ items: nameWithType: FurnitureType.RetroStove fullName: TinyLife.Objects.FurnitureType.RetroStove type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Sets.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RetroStove - path: ../TinyLife/Objects/FurnitureType.Sets.cs - startLine: 287 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -6538,14 +4794,6 @@ items: nameWithType: FurnitureType.RetroDinnerTable fullName: TinyLife.Objects.FurnitureType.RetroDinnerTable type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Sets.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RetroDinnerTable - path: ../TinyLife/Objects/FurnitureType.Sets.cs - startLine: 296 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -6565,14 +4813,6 @@ items: nameWithType: FurnitureType.RetroSingleTable fullName: TinyLife.Objects.FurnitureType.RetroSingleTable type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Sets.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RetroSingleTable - path: ../TinyLife/Objects/FurnitureType.Sets.cs - startLine: 300 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -6592,14 +4832,6 @@ items: nameWithType: FurnitureType.RetroDinnerTableSquare fullName: TinyLife.Objects.FurnitureType.RetroDinnerTableSquare type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Sets.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RetroDinnerTableSquare - path: ../TinyLife/Objects/FurnitureType.Sets.cs - startLine: 304 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -6619,14 +4851,6 @@ items: nameWithType: FurnitureType.RetroSingleTableSquare fullName: TinyLife.Objects.FurnitureType.RetroSingleTableSquare type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Sets.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RetroSingleTableSquare - path: ../TinyLife/Objects/FurnitureType.Sets.cs - startLine: 308 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -6646,14 +4870,6 @@ items: nameWithType: FurnitureType.RetroTv fullName: TinyLife.Objects.FurnitureType.RetroTv type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Sets.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RetroTv - path: ../TinyLife/Objects/FurnitureType.Sets.cs - startLine: 312 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -6673,14 +4889,6 @@ items: nameWithType: FurnitureType.RetroSingleBed fullName: TinyLife.Objects.FurnitureType.RetroSingleBed type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Sets.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RetroSingleBed - path: ../TinyLife/Objects/FurnitureType.Sets.cs - startLine: 320 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -6700,14 +4908,6 @@ items: nameWithType: FurnitureType.RetroDoubleBed fullName: TinyLife.Objects.FurnitureType.RetroDoubleBed type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Sets.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RetroDoubleBed - path: ../TinyLife/Objects/FurnitureType.Sets.cs - startLine: 329 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -6727,14 +4927,6 @@ items: nameWithType: FurnitureType.RetroSofa fullName: TinyLife.Objects.FurnitureType.RetroSofa type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Sets.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RetroSofa - path: ../TinyLife/Objects/FurnitureType.Sets.cs - startLine: 338 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -6754,14 +4946,6 @@ items: nameWithType: FurnitureType.RetroChair fullName: TinyLife.Objects.FurnitureType.RetroChair type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Sets.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RetroChair - path: ../TinyLife/Objects/FurnitureType.Sets.cs - startLine: 349 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -6781,14 +4965,6 @@ items: nameWithType: FurnitureType.RetroClock fullName: TinyLife.Objects.FurnitureType.RetroClock type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Sets.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RetroClock - path: ../TinyLife/Objects/FurnitureType.Sets.cs - startLine: 355 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -6808,14 +4984,6 @@ items: nameWithType: FurnitureType.ModernCoffeeTable fullName: TinyLife.Objects.FurnitureType.ModernCoffeeTable type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Sets.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ModernCoffeeTable - path: ../TinyLife/Objects/FurnitureType.Sets.cs - startLine: 361 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -6835,14 +5003,6 @@ items: nameWithType: FurnitureType.ModernSingleDiningTable fullName: TinyLife.Objects.FurnitureType.ModernSingleDiningTable type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Sets.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ModernSingleDiningTable - path: ../TinyLife/Objects/FurnitureType.Sets.cs - startLine: 366 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -6862,14 +5022,6 @@ items: nameWithType: FurnitureType.ModernShapeRug fullName: TinyLife.Objects.FurnitureType.ModernShapeRug type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Sets.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ModernShapeRug - path: ../TinyLife/Objects/FurnitureType.Sets.cs - startLine: 370 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -6889,14 +5041,6 @@ items: nameWithType: FurnitureType.SmallModernShapeRug fullName: TinyLife.Objects.FurnitureType.SmallModernShapeRug type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Sets.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SmallModernShapeRug - path: ../TinyLife/Objects/FurnitureType.Sets.cs - startLine: 376 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -6916,14 +5060,6 @@ items: nameWithType: FurnitureType.BarFrameChair fullName: TinyLife.Objects.FurnitureType.BarFrameChair type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Sets.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: BarFrameChair - path: ../TinyLife/Objects/FurnitureType.Sets.cs - startLine: 382 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -6943,14 +5079,6 @@ items: nameWithType: FurnitureType.FrameChair fullName: TinyLife.Objects.FurnitureType.FrameChair type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Sets.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: FrameChair - path: ../TinyLife/Objects/FurnitureType.Sets.cs - startLine: 388 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -6970,14 +5098,6 @@ items: nameWithType: FurnitureType.RoundedBackChair fullName: TinyLife.Objects.FurnitureType.RoundedBackChair type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Sets.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RoundedBackChair - path: ../TinyLife/Objects/FurnitureType.Sets.cs - startLine: 394 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -6997,14 +5117,6 @@ items: nameWithType: FurnitureType.WideConsoleTable fullName: TinyLife.Objects.FurnitureType.WideConsoleTable type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Sets.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: WideConsoleTable - path: ../TinyLife/Objects/FurnitureType.Sets.cs - startLine: 400 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -7024,14 +5136,6 @@ items: nameWithType: FurnitureType.ContemporaryCounter fullName: TinyLife.Objects.FurnitureType.ContemporaryCounter type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Sets.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ContemporaryCounter - path: ../TinyLife/Objects/FurnitureType.Sets.cs - startLine: 405 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -7051,14 +5155,6 @@ items: nameWithType: FurnitureType.ContemporaryBar fullName: TinyLife.Objects.FurnitureType.ContemporaryBar type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Sets.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ContemporaryBar - path: ../TinyLife/Objects/FurnitureType.Sets.cs - startLine: 413 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -7078,14 +5174,6 @@ items: nameWithType: FurnitureType.ContemporaryCocktailBar fullName: TinyLife.Objects.FurnitureType.ContemporaryCocktailBar type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Sets.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ContemporaryCocktailBar - path: ../TinyLife/Objects/FurnitureType.Sets.cs - startLine: 420 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -7105,14 +5193,6 @@ items: nameWithType: FurnitureType.TraditionalCeilingLight fullName: TinyLife.Objects.FurnitureType.TraditionalCeilingLight type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Sets.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TraditionalCeilingLight - path: ../TinyLife/Objects/FurnitureType.Sets.cs - startLine: 430 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -7132,14 +5212,6 @@ items: nameWithType: FurnitureType.CounterLight fullName: TinyLife.Objects.FurnitureType.CounterLight type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Sets.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CounterLight - path: ../TinyLife/Objects/FurnitureType.Sets.cs - startLine: 438 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -7159,14 +5231,6 @@ items: nameWithType: FurnitureType.DecorativeBowls fullName: TinyLife.Objects.FurnitureType.DecorativeBowls type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Sets.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DecorativeBowls - path: ../TinyLife/Objects/FurnitureType.Sets.cs - startLine: 446 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -7186,14 +5250,6 @@ items: nameWithType: FurnitureType.ContemporaryPaintings fullName: TinyLife.Objects.FurnitureType.ContemporaryPaintings type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Sets.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ContemporaryPaintings - path: ../TinyLife/Objects/FurnitureType.Sets.cs - startLine: 452 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -7213,14 +5269,6 @@ items: nameWithType: FurnitureType.LargeContemporaryPainting fullName: TinyLife.Objects.FurnitureType.LargeContemporaryPainting type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Sets.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: LargeContemporaryPainting - path: ../TinyLife/Objects/FurnitureType.Sets.cs - startLine: 460 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -7240,14 +5288,6 @@ items: nameWithType: FurnitureType.SelfCareBottles fullName: TinyLife.Objects.FurnitureType.SelfCareBottles type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Sets.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SelfCareBottles - path: ../TinyLife/Objects/FurnitureType.Sets.cs - startLine: 467 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -7267,14 +5307,6 @@ items: nameWithType: FurnitureType.PlateStack fullName: TinyLife.Objects.FurnitureType.PlateStack type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Sets.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PlateStack - path: ../TinyLife/Objects/FurnitureType.Sets.cs - startLine: 473 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -7294,14 +5326,6 @@ items: nameWithType: FurnitureType.MagazineStack fullName: TinyLife.Objects.FurnitureType.MagazineStack type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Sets.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: MagazineStack - path: ../TinyLife/Objects/FurnitureType.Sets.cs - startLine: 479 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -7321,14 +5345,6 @@ items: nameWithType: FurnitureType.WideBoxBookshelf fullName: TinyLife.Objects.FurnitureType.WideBoxBookshelf type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Sets.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: WideBoxBookshelf - path: ../TinyLife/Objects/FurnitureType.Sets.cs - startLine: 484 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -7348,14 +5364,6 @@ items: nameWithType: FurnitureType.TallBoxBookshelf fullName: TinyLife.Objects.FurnitureType.TallBoxBookshelf type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Sets.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TallBoxBookshelf - path: ../TinyLife/Objects/FurnitureType.Sets.cs - startLine: 496 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -7375,14 +5383,6 @@ items: nameWithType: FurnitureType.ContemporaryNightstand fullName: TinyLife.Objects.FurnitureType.ContemporaryNightstand type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Sets.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ContemporaryNightstand - path: ../TinyLife/Objects/FurnitureType.Sets.cs - startLine: 503 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -7402,14 +5402,6 @@ items: nameWithType: FurnitureType.StandingMirror fullName: TinyLife.Objects.FurnitureType.StandingMirror type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Sets.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: StandingMirror - path: ../TinyLife/Objects/FurnitureType.Sets.cs - startLine: 508 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -7429,14 +5421,6 @@ items: nameWithType: FurnitureType.TallDresser fullName: TinyLife.Objects.FurnitureType.TallDresser type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Sets.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TallDresser - path: ../TinyLife/Objects/FurnitureType.Sets.cs - startLine: 514 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -7456,14 +5440,6 @@ items: nameWithType: FurnitureType.ContemporarySingleBed fullName: TinyLife.Objects.FurnitureType.ContemporarySingleBed type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Sets.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ContemporarySingleBed - path: ../TinyLife/Objects/FurnitureType.Sets.cs - startLine: 520 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -7483,14 +5459,6 @@ items: nameWithType: FurnitureType.ContemporaryDoubleBed fullName: TinyLife.Objects.FurnitureType.ContemporaryDoubleBed type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Sets.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ContemporaryDoubleBed - path: ../TinyLife/Objects/FurnitureType.Sets.cs - startLine: 529 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -7510,14 +5478,6 @@ items: nameWithType: FurnitureType.FancyOttoman fullName: TinyLife.Objects.FurnitureType.FancyOttoman type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Sets.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: FancyOttoman - path: ../TinyLife/Objects/FurnitureType.Sets.cs - startLine: 538 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -7537,14 +5497,6 @@ items: nameWithType: FurnitureType.BigVase fullName: TinyLife.Objects.FurnitureType.BigVase type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Sets.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: BigVase - path: ../TinyLife/Objects/FurnitureType.Sets.cs - startLine: 543 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -7564,14 +5516,6 @@ items: nameWithType: FurnitureType.MuseumSign fullName: TinyLife.Objects.FurnitureType.MuseumSign type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Sets.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: MuseumSign - path: ../TinyLife/Objects/FurnitureType.Sets.cs - startLine: 548 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -7591,14 +5535,6 @@ items: nameWithType: FurnitureType.BigPedestal fullName: TinyLife.Objects.FurnitureType.BigPedestal type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Sets.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: BigPedestal - path: ../TinyLife/Objects/FurnitureType.Sets.cs - startLine: 554 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -7618,14 +5554,6 @@ items: nameWithType: FurnitureType.LightUpCase fullName: TinyLife.Objects.FurnitureType.LightUpCase type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Sets.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: LightUpCase - path: ../TinyLife/Objects/FurnitureType.Sets.cs - startLine: 559 assemblies: - Tiny Life namespace: TinyLife.Objects diff --git a/docs/api/TinyLife.Objects.Gravestone.yml b/docs/api/TinyLife.Objects.Gravestone.yml index 6d3493f..ef1b697 100644 --- a/docs/api/TinyLife.Objects.Gravestone.yml +++ b/docs/api/TinyLife.Objects.Gravestone.yml @@ -18,14 +18,6 @@ items: nameWithType: Gravestone fullName: TinyLife.Objects.Gravestone type: Class - source: - remote: - path: TinyLife/Objects/Gravestone.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Gravestone - path: ../TinyLife/Objects/Gravestone.cs - startLine: 12 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -109,6 +101,8 @@ items: - TinyLife.Objects.Furniture.ApplyUpgrade(TinyLife.Objects.AppliedUpgrade) - TinyLife.Objects.Furniture.HasFullUpgrade(TinyLife.Objects.Upgrade) - TinyLife.Objects.Furniture.OnNeighborChanged(TinyLife.Objects.Furniture) + - TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single) + - TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) - TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Ui.Elements.Element,System.Single,System.Int32[]) - TinyLife.Objects.Furniture.GetOccupants(TinyLife.Objects.ObjectCategory,System.Boolean) - TinyLife.Objects.Furniture.GetFreeActionSpots(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory) @@ -177,14 +171,6 @@ items: nameWithType: Gravestone.DeadPerson fullName: TinyLife.Objects.Gravestone.DeadPerson type: Field - source: - remote: - path: TinyLife/Objects/Gravestone.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DeadPerson - path: ../TinyLife/Objects/Gravestone.cs - startLine: 19 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -223,14 +209,6 @@ items: nameWithType: Gravestone.Reason fullName: TinyLife.Objects.Gravestone.Reason type: Field - source: - remote: - path: TinyLife/Objects/Gravestone.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Reason - path: ../TinyLife/Objects/Gravestone.cs - startLine: 24 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -262,14 +240,6 @@ items: nameWithType: Gravestone.Gravestone(Guid, FurnitureType, int[], Map, Vector2, float) fullName: TinyLife.Objects.Gravestone.Gravestone(System.Guid, TinyLife.Objects.FurnitureType, int[], TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, float) type: Constructor - source: - remote: - path: TinyLife/Objects/Gravestone.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Objects/Gravestone.cs - startLine: 30 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -315,14 +285,6 @@ items: nameWithType: Gravestone.GetDescription(List, bool) fullName: TinyLife.Objects.Gravestone.GetDescription(System.Collections.Generic.List, bool) type: Method - source: - remote: - path: TinyLife/Objects/Gravestone.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetDescription - path: ../TinyLife/Objects/Gravestone.cs - startLine: 34 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -357,14 +319,6 @@ items: nameWithType: Gravestone.Validate() fullName: TinyLife.Objects.Gravestone.Validate() type: Method - source: - remote: - path: TinyLife/Objects/Gravestone.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Validate - path: ../TinyLife/Objects/Gravestone.cs - startLine: 41 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -394,14 +348,6 @@ items: nameWithType: Gravestone.GetPathCostModifier(Point) fullName: TinyLife.Objects.Gravestone.GetPathCostModifier(Microsoft.Xna.Framework.Point) type: Method - source: - remote: - path: TinyLife/Objects/Gravestone.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetPathCostModifier - path: ../TinyLife/Objects/Gravestone.cs - startLine: 58 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2390,6 +2336,228 @@ references: name: Furniture href: TinyLife.Objects.Furniture.html - name: ) +- uid: TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single) + commentId: M:TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single) + parent: TinyLife.Objects.Furniture + isExternal: true + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_MarkDirtyForPathfinding_Microsoft_Xna_Framework_Vector2_System_Single_ + name: MarkDirtyForPathfinding(Vector2, float) + nameWithType: Furniture.MarkDirtyForPathfinding(Vector2, float) + fullName: TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2, float) + nameWithType.vb: Furniture.MarkDirtyForPathfinding(Vector2, Single) + fullName.vb: TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2, Single) + name.vb: MarkDirtyForPathfinding(Vector2, Single) + spec.csharp: + - uid: TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single) + name: MarkDirtyForPathfinding + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_MarkDirtyForPathfinding_Microsoft_Xna_Framework_Vector2_System_Single_ + - name: ( + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ) + spec.vb: + - uid: TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single) + name: MarkDirtyForPathfinding + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_MarkDirtyForPathfinding_Microsoft_Xna_Framework_Vector2_System_Single_ + - name: ( + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ) +- uid: TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) + commentId: M:TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) + parent: TinyLife.Objects.Furniture + isExternal: true + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_DrawDirtyOverlay_Microsoft_Xna_Framework_GameTime_System_Object_Microsoft_Xna_Framework_Vector2_System_Single_Microsoft_Xna_Framework_Vector2_System_Nullable_Microsoft_Xna_Framework_Color__MLEM_Maths_Direction2_System_Int32___System_Single_System_Boolean_TinyLife_Objects_ParentInfo_System_Single_System_Collections_Generic_List_MLEM_Graphics_StaticSpriteBatch_Item__ + name: DrawDirtyOverlay(GameTime, object, Vector2, float, Vector2, Color?, Direction2, int[], float, bool, ParentInfo, float, List) + nameWithType: Furniture.DrawDirtyOverlay(GameTime, object, Vector2, float, Vector2, Color?, Direction2, int[], float, bool, ParentInfo, float, List) + fullName: TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime, object, Microsoft.Xna.Framework.Vector2, float, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color?, MLEM.Maths.Direction2, int[], float, bool, TinyLife.Objects.ParentInfo, float, System.Collections.Generic.List) + nameWithType.vb: Furniture.DrawDirtyOverlay(GameTime, Object, Vector2, Single, Vector2, Color?, Direction2, Integer(), Single, Boolean, ParentInfo, Single, List(Of StaticSpriteBatch.Item)) + fullName.vb: TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime, Object, Microsoft.Xna.Framework.Vector2, Single, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color?, MLEM.Maths.Direction2, Integer(), Single, Boolean, TinyLife.Objects.ParentInfo, Single, System.Collections.Generic.List(Of MLEM.Graphics.StaticSpriteBatch.Item)) + name.vb: DrawDirtyOverlay(GameTime, Object, Vector2, Single, Vector2, Color?, Direction2, Integer(), Single, Boolean, ParentInfo, Single, List(Of Item)) + spec.csharp: + - uid: TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) + name: DrawDirtyOverlay + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_DrawDirtyOverlay_Microsoft_Xna_Framework_GameTime_System_Object_Microsoft_Xna_Framework_Vector2_System_Single_Microsoft_Xna_Framework_Vector2_System_Nullable_Microsoft_Xna_Framework_Color__MLEM_Maths_Direction2_System_Int32___System_Single_System_Boolean_TinyLife_Objects_ParentInfo_System_Single_System_Collections_Generic_List_MLEM_Graphics_StaticSpriteBatch_Item__ + - name: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + isExternal: true + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Color + name: Color + isExternal: true + - name: '?' + - name: ',' + - name: " " + - uid: MLEM.Maths.Direction2 + name: Direction2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Int32 + name: int + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: '[' + - name: ']' + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: TinyLife.Objects.ParentInfo + name: ParentInfo + href: TinyLife.Objects.ParentInfo.html + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: System.Collections.Generic.List`1 + name: List + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 + - name: < + - uid: MLEM.Graphics.StaticSpriteBatch.Item + name: Item + isExternal: true + - name: '>' + - name: ) + spec.vb: + - uid: TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) + name: DrawDirtyOverlay + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_DrawDirtyOverlay_Microsoft_Xna_Framework_GameTime_System_Object_Microsoft_Xna_Framework_Vector2_System_Single_Microsoft_Xna_Framework_Vector2_System_Nullable_Microsoft_Xna_Framework_Color__MLEM_Maths_Direction2_System_Int32___System_Single_System_Boolean_TinyLife_Objects_ParentInfo_System_Single_System_Collections_Generic_List_MLEM_Graphics_StaticSpriteBatch_Item__ + - name: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + isExternal: true + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Color + name: Color + isExternal: true + - name: '?' + - name: ',' + - name: " " + - uid: MLEM.Maths.Direction2 + name: Direction2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Int32 + name: Integer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ( + - name: ) + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: TinyLife.Objects.ParentInfo + name: ParentInfo + href: TinyLife.Objects.ParentInfo.html + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: System.Collections.Generic.List`1 + name: List + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 + - name: ( + - name: Of + - name: " " + - uid: MLEM.Graphics.StaticSpriteBatch.Item + name: Item + isExternal: true + - name: ) + - name: ) - uid: TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Ui.Elements.Element,System.Single,System.Int32[]) commentId: M:TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Ui.Elements.Element,System.Single,System.Int32[]) parent: TinyLife.Objects.Furniture diff --git a/docs/api/TinyLife.Objects.IUpdatingObject.UpdateMode.yml b/docs/api/TinyLife.Objects.IUpdatingObject.UpdateMode.yml index d64e189..9d0e32a 100644 --- a/docs/api/TinyLife.Objects.IUpdatingObject.UpdateMode.yml +++ b/docs/api/TinyLife.Objects.IUpdatingObject.UpdateMode.yml @@ -15,14 +15,6 @@ items: nameWithType: IUpdatingObject.UpdateMode fullName: TinyLife.Objects.IUpdatingObject.UpdateMode type: Enum - source: - remote: - path: TinyLife/Objects/IUpdatingObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: UpdateMode - path: ../TinyLife/Objects/IUpdatingObject.cs - startLine: 31 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -44,14 +36,6 @@ items: nameWithType: IUpdatingObject.UpdateMode.MajorIfActive fullName: TinyLife.Objects.IUpdatingObject.UpdateMode.MajorIfActive type: Field - source: - remote: - path: TinyLife/Objects/IUpdatingObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: MajorIfActive - path: ../TinyLife/Objects/IUpdatingObject.cs - startLine: 37 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -75,14 +59,6 @@ items: nameWithType: IUpdatingObject.UpdateMode.AlwaysMajor fullName: TinyLife.Objects.IUpdatingObject.UpdateMode.AlwaysMajor type: Field - source: - remote: - path: TinyLife/Objects/IUpdatingObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AlwaysMajor - path: ../TinyLife/Objects/IUpdatingObject.cs - startLine: 41 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -103,14 +79,6 @@ items: nameWithType: IUpdatingObject.UpdateMode.Minor fullName: TinyLife.Objects.IUpdatingObject.UpdateMode.Minor type: Field - source: - remote: - path: TinyLife/Objects/IUpdatingObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Minor - path: ../TinyLife/Objects/IUpdatingObject.cs - startLine: 45 assemblies: - Tiny Life namespace: TinyLife.Objects diff --git a/docs/api/TinyLife.Objects.IUpdatingObject.yml b/docs/api/TinyLife.Objects.IUpdatingObject.yml index 0f061eb..aed2b89 100644 --- a/docs/api/TinyLife.Objects.IUpdatingObject.yml +++ b/docs/api/TinyLife.Objects.IUpdatingObject.yml @@ -14,14 +14,6 @@ items: nameWithType: IUpdatingObject fullName: TinyLife.Objects.IUpdatingObject type: Interface - source: - remote: - path: TinyLife/Objects/IUpdatingObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IUpdatingObject - path: ../TinyLife/Objects/IUpdatingObject.cs - startLine: 10 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -46,14 +38,6 @@ items: nameWithType: IUpdatingObject.CurrentMode fullName: TinyLife.Objects.IUpdatingObject.CurrentMode type: Property - source: - remote: - path: TinyLife/Objects/IUpdatingObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CurrentMode - path: ../TinyLife/Objects/IUpdatingObject.cs - startLine: 17 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -82,14 +66,6 @@ items: nameWithType: IUpdatingObject.Update(GameTime, TimeSpan, float) fullName: TinyLife.Objects.IUpdatingObject.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) type: Method - source: - remote: - path: TinyLife/Objects/IUpdatingObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Update - path: ../TinyLife/Objects/IUpdatingObject.cs - startLine: 26 assemblies: - Tiny Life namespace: TinyLife.Objects diff --git a/docs/api/TinyLife.Objects.LifeSpan.yml b/docs/api/TinyLife.Objects.LifeSpan.yml index a70783f..f8cfae1 100644 --- a/docs/api/TinyLife.Objects.LifeSpan.yml +++ b/docs/api/TinyLife.Objects.LifeSpan.yml @@ -18,14 +18,6 @@ items: nameWithType: LifeSpan fullName: TinyLife.Objects.LifeSpan type: Enum - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: LifeSpan - path: ../TinyLife/Objects/PersonLike.cs - startLine: 3590 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -52,14 +44,6 @@ items: nameWithType: LifeSpan.VeryShort fullName: TinyLife.Objects.LifeSpan.VeryShort type: Field - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: VeryShort - path: ../TinyLife/Objects/PersonLike.cs - startLine: 3593 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -78,14 +62,6 @@ items: nameWithType: LifeSpan.Short fullName: TinyLife.Objects.LifeSpan.Short type: Field - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Short - path: ../TinyLife/Objects/PersonLike.cs - startLine: 3594 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -104,14 +80,6 @@ items: nameWithType: LifeSpan.Normal fullName: TinyLife.Objects.LifeSpan.Normal type: Field - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Normal - path: ../TinyLife/Objects/PersonLike.cs - startLine: 3595 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -130,14 +98,6 @@ items: nameWithType: LifeSpan.Long fullName: TinyLife.Objects.LifeSpan.Long type: Field - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Long - path: ../TinyLife/Objects/PersonLike.cs - startLine: 3596 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -156,14 +116,6 @@ items: nameWithType: LifeSpan.VeryLong fullName: TinyLife.Objects.LifeSpan.VeryLong type: Field - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: VeryLong - path: ../TinyLife/Objects/PersonLike.cs - startLine: 3597 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -182,14 +134,6 @@ items: nameWithType: LifeSpan.Infinite fullName: TinyLife.Objects.LifeSpan.Infinite type: Field - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Infinite - path: ../TinyLife/Objects/PersonLike.cs - startLine: 3598 assemblies: - Tiny Life namespace: TinyLife.Objects diff --git a/docs/api/TinyLife.Objects.Light.yml b/docs/api/TinyLife.Objects.Light.yml index df6c47d..ceb4297 100644 --- a/docs/api/TinyLife.Objects.Light.yml +++ b/docs/api/TinyLife.Objects.Light.yml @@ -27,14 +27,6 @@ items: nameWithType: Light fullName: TinyLife.Objects.Light type: Class - source: - remote: - path: TinyLife/Objects/Light.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Light - path: ../TinyLife/Objects/Light.cs - startLine: 13 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -69,14 +61,6 @@ items: nameWithType: Light.CircleTexture fullName: TinyLife.Objects.Light.CircleTexture type: Field - source: - remote: - path: TinyLife/Objects/Light.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CircleTexture - path: ../TinyLife/Objects/Light.cs - startLine: 18 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -98,14 +82,6 @@ items: nameWithType: Light.Map fullName: TinyLife.Objects.Light.Map type: Field - source: - remote: - path: TinyLife/Objects/Light.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Map - path: ../TinyLife/Objects/Light.cs - startLine: 23 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -127,14 +103,6 @@ items: nameWithType: Light.Texture fullName: TinyLife.Objects.Light.Texture type: Field - source: - remote: - path: TinyLife/Objects/Light.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Texture - path: ../TinyLife/Objects/Light.cs - startLine: 28 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -159,14 +127,6 @@ items: nameWithType: Light.Position fullName: TinyLife.Objects.Light.Position type: Property - source: - remote: - path: TinyLife/Objects/Light.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Position - path: ../TinyLife/Objects/Light.cs - startLine: 33 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -193,14 +153,6 @@ items: nameWithType: Light.Floor fullName: TinyLife.Objects.Light.Floor type: Field - source: - remote: - path: TinyLife/Objects/Light.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Floor - path: ../TinyLife/Objects/Light.cs - startLine: 48 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -222,14 +174,6 @@ items: nameWithType: Light.PositionOffset fullName: TinyLife.Objects.Light.PositionOffset type: Field - source: - remote: - path: TinyLife/Objects/Light.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PositionOffset - path: ../TinyLife/Objects/Light.cs - startLine: 53 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -254,14 +198,6 @@ items: nameWithType: Light.ScreenPosOffset fullName: TinyLife.Objects.Light.ScreenPosOffset type: Field - source: - remote: - path: TinyLife/Objects/Light.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ScreenPosOffset - path: ../TinyLife/Objects/Light.cs - startLine: 58 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -286,14 +222,6 @@ items: nameWithType: Light.VisualWorldOffset fullName: TinyLife.Objects.Light.VisualWorldOffset type: Field - source: - remote: - path: TinyLife/Objects/Light.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: VisualWorldOffset - path: ../TinyLife/Objects/Light.cs - startLine: 63 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -318,14 +246,6 @@ items: nameWithType: Light.Size fullName: TinyLife.Objects.Light.Size type: Field - source: - remote: - path: TinyLife/Objects/Light.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Size - path: ../TinyLife/Objects/Light.cs - startLine: 68 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -350,14 +270,6 @@ items: nameWithType: Light.Rotation fullName: TinyLife.Objects.Light.Rotation type: Field - source: - remote: - path: TinyLife/Objects/Light.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Rotation - path: ../TinyLife/Objects/Light.cs - startLine: 73 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -382,14 +294,6 @@ items: nameWithType: Light.Color fullName: TinyLife.Objects.Light.Color type: Field - source: - remote: - path: TinyLife/Objects/Light.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Color - path: ../TinyLife/Objects/Light.cs - startLine: 78 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -414,14 +318,6 @@ items: nameWithType: Light.IsDisabled fullName: TinyLife.Objects.Light.IsDisabled type: Field - source: - remote: - path: TinyLife/Objects/Light.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IsDisabled - path: ../TinyLife/Objects/Light.cs - startLine: 83 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -446,14 +342,6 @@ items: nameWithType: Light.Scale fullName: TinyLife.Objects.Light.Scale type: Field - source: - remote: - path: TinyLife/Objects/Light.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Scale - path: ../TinyLife/Objects/Light.cs - startLine: 87 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -475,14 +363,6 @@ items: nameWithType: Light.Light(Map, Vector2, float, TextureRegion, Vector2, Color) fullName: TinyLife.Objects.Light.Light(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, float, MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color) type: Constructor - source: - remote: - path: TinyLife/Objects/Light.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Objects/Light.cs - startLine: 100 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -525,14 +405,6 @@ items: nameWithType: Light.Draw(GameTime, SpriteBatch) fullName: TinyLife.Objects.Light.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch) type: Method - source: - remote: - path: TinyLife/Objects/Light.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Draw - path: ../TinyLife/Objects/Light.cs - startLine: 114 assemblies: - Tiny Life namespace: TinyLife.Objects diff --git a/docs/api/TinyLife.Objects.LightFurniture.Settings.yml b/docs/api/TinyLife.Objects.LightFurniture.Settings.yml index b2299cb..3031564 100644 --- a/docs/api/TinyLife.Objects.LightFurniture.Settings.yml +++ b/docs/api/TinyLife.Objects.LightFurniture.Settings.yml @@ -17,14 +17,6 @@ items: nameWithType: LightFurniture.Settings fullName: TinyLife.Objects.LightFurniture.Settings type: Struct - source: - remote: - path: TinyLife/Objects/LightFurniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Settings - path: ../TinyLife/Objects/LightFurniture.cs - startLine: 137 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -53,14 +45,6 @@ items: nameWithType: LightFurniture.Settings.CreateLights fullName: TinyLife.Objects.LightFurniture.Settings.CreateLights type: Field - source: - remote: - path: TinyLife/Objects/LightFurniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CreateLights - path: ../TinyLife/Objects/LightFurniture.cs - startLine: 142 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -82,14 +66,6 @@ items: nameWithType: LightFurniture.Settings.IsElectrical fullName: TinyLife.Objects.LightFurniture.Settings.IsElectrical type: Field - source: - remote: - path: TinyLife/Objects/LightFurniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IsElectrical - path: ../TinyLife/Objects/LightFurniture.cs - startLine: 146 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -111,14 +87,6 @@ items: nameWithType: LightFurniture.Settings.Flickers fullName: TinyLife.Objects.LightFurniture.Settings.Flickers type: Field - source: - remote: - path: TinyLife/Objects/LightFurniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Flickers - path: ../TinyLife/Objects/LightFurniture.cs - startLine: 150 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -140,14 +108,6 @@ items: nameWithType: LightFurniture.Settings.FireParticleOffsets fullName: TinyLife.Objects.LightFurniture.Settings.FireParticleOffsets type: Field - source: - remote: - path: TinyLife/Objects/LightFurniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: FireParticleOffsets - path: ../TinyLife/Objects/LightFurniture.cs - startLine: 156 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -174,14 +134,6 @@ items: nameWithType: LightFurniture.Settings.IsAutomatic fullName: TinyLife.Objects.LightFurniture.Settings.IsAutomatic type: Field - source: - remote: - path: TinyLife/Objects/LightFurniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IsAutomatic - path: ../TinyLife/Objects/LightFurniture.cs - startLine: 161 assemblies: - Tiny Life namespace: TinyLife.Objects diff --git a/docs/api/TinyLife.Objects.LightFurniture.yml b/docs/api/TinyLife.Objects.LightFurniture.yml index 29ddaf8..9197994 100644 --- a/docs/api/TinyLife.Objects.LightFurniture.yml +++ b/docs/api/TinyLife.Objects.LightFurniture.yml @@ -22,14 +22,6 @@ items: nameWithType: LightFurniture fullName: TinyLife.Objects.LightFurniture type: Class - source: - remote: - path: TinyLife/Objects/LightFurniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: LightFurniture - path: ../TinyLife/Objects/LightFurniture.cs - startLine: 15 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -115,6 +107,8 @@ items: - TinyLife.Objects.Furniture.ApplyUpgrade(TinyLife.Objects.AppliedUpgrade) - TinyLife.Objects.Furniture.HasFullUpgrade(TinyLife.Objects.Upgrade) - TinyLife.Objects.Furniture.OnNeighborChanged(TinyLife.Objects.Furniture) + - TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single) + - TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) - TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Ui.Elements.Element,System.Single,System.Int32[]) - TinyLife.Objects.Furniture.GetOccupants(TinyLife.Objects.ObjectCategory,System.Boolean) - TinyLife.Objects.Furniture.GetFreeActionSpots(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory) @@ -183,14 +177,6 @@ items: nameWithType: LightFurniture.Lights fullName: TinyLife.Objects.LightFurniture.Lights type: Property - source: - remote: - path: TinyLife/Objects/LightFurniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Lights - path: ../TinyLife/Objects/LightFurniture.cs - startLine: 20 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -214,14 +200,6 @@ items: nameWithType: LightFurniture.IsDisabled fullName: TinyLife.Objects.LightFurniture.IsDisabled type: Field - source: - remote: - path: TinyLife/Objects/LightFurniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IsDisabled - path: ../TinyLife/Objects/LightFurniture.cs - startLine: 26 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -256,14 +234,6 @@ items: nameWithType: LightFurniture.LightSettings fullName: TinyLife.Objects.LightFurniture.LightSettings type: Property - source: - remote: - path: TinyLife/Objects/LightFurniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: LightSettings - path: ../TinyLife/Objects/LightFurniture.cs - startLine: 30 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -287,14 +257,6 @@ items: nameWithType: LightFurniture.LightFurniture(Guid, FurnitureType, int[], Map, Vector2, float) fullName: TinyLife.Objects.LightFurniture.LightFurniture(System.Guid, TinyLife.Objects.FurnitureType, int[], TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, float) type: Constructor - source: - remote: - path: TinyLife/Objects/LightFurniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Objects/LightFurniture.cs - startLine: 37 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -340,14 +302,6 @@ items: nameWithType: LightFurniture.Update(GameTime, TimeSpan, float) fullName: TinyLife.Objects.LightFurniture.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) type: Method - source: - remote: - path: TinyLife/Objects/LightFurniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Update - path: ../TinyLife/Objects/LightFurniture.cs - startLine: 40 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -386,14 +340,6 @@ items: nameWithType: LightFurniture.OnAdded() fullName: TinyLife.Objects.LightFurniture.OnAdded() type: Method - source: - remote: - path: TinyLife/Objects/LightFurniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnAdded - path: ../TinyLife/Objects/LightFurniture.cs - startLine: 79 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -418,14 +364,6 @@ items: nameWithType: LightFurniture.OnRemoved() fullName: TinyLife.Objects.LightFurniture.OnRemoved() type: Method - source: - remote: - path: TinyLife/Objects/LightFurniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnRemoved - path: ../TinyLife/Objects/LightFurniture.cs - startLine: 85 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -450,14 +388,6 @@ items: nameWithType: LightFurniture.Validate() fullName: TinyLife.Objects.LightFurniture.Validate() type: Method - source: - remote: - path: TinyLife/Objects/LightFurniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Validate - path: ../TinyLife/Objects/LightFurniture.cs - startLine: 91 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -487,14 +417,6 @@ items: nameWithType: LightFurniture.OnCameraRotationChanged(Direction2, Direction2) fullName: TinyLife.Objects.LightFurniture.OnCameraRotationChanged(MLEM.Maths.Direction2, MLEM.Maths.Direction2) type: Method - source: - remote: - path: TinyLife/Objects/LightFurniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnCameraRotationChanged - path: ../TinyLife/Objects/LightFurniture.cs - startLine: 101 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -526,14 +448,6 @@ items: nameWithType: LightFurniture.CreateLights() fullName: TinyLife.Objects.LightFurniture.CreateLights() type: Method - source: - remote: - path: TinyLife/Objects/LightFurniture.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CreateLights - path: ../TinyLife/Objects/LightFurniture.cs - startLine: 111 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2514,6 +2428,228 @@ references: name: Furniture href: TinyLife.Objects.Furniture.html - name: ) +- uid: TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single) + commentId: M:TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single) + parent: TinyLife.Objects.Furniture + isExternal: true + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_MarkDirtyForPathfinding_Microsoft_Xna_Framework_Vector2_System_Single_ + name: MarkDirtyForPathfinding(Vector2, float) + nameWithType: Furniture.MarkDirtyForPathfinding(Vector2, float) + fullName: TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2, float) + nameWithType.vb: Furniture.MarkDirtyForPathfinding(Vector2, Single) + fullName.vb: TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2, Single) + name.vb: MarkDirtyForPathfinding(Vector2, Single) + spec.csharp: + - uid: TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single) + name: MarkDirtyForPathfinding + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_MarkDirtyForPathfinding_Microsoft_Xna_Framework_Vector2_System_Single_ + - name: ( + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ) + spec.vb: + - uid: TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single) + name: MarkDirtyForPathfinding + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_MarkDirtyForPathfinding_Microsoft_Xna_Framework_Vector2_System_Single_ + - name: ( + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ) +- uid: TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) + commentId: M:TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) + parent: TinyLife.Objects.Furniture + isExternal: true + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_DrawDirtyOverlay_Microsoft_Xna_Framework_GameTime_System_Object_Microsoft_Xna_Framework_Vector2_System_Single_Microsoft_Xna_Framework_Vector2_System_Nullable_Microsoft_Xna_Framework_Color__MLEM_Maths_Direction2_System_Int32___System_Single_System_Boolean_TinyLife_Objects_ParentInfo_System_Single_System_Collections_Generic_List_MLEM_Graphics_StaticSpriteBatch_Item__ + name: DrawDirtyOverlay(GameTime, object, Vector2, float, Vector2, Color?, Direction2, int[], float, bool, ParentInfo, float, List) + nameWithType: Furniture.DrawDirtyOverlay(GameTime, object, Vector2, float, Vector2, Color?, Direction2, int[], float, bool, ParentInfo, float, List) + fullName: TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime, object, Microsoft.Xna.Framework.Vector2, float, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color?, MLEM.Maths.Direction2, int[], float, bool, TinyLife.Objects.ParentInfo, float, System.Collections.Generic.List) + nameWithType.vb: Furniture.DrawDirtyOverlay(GameTime, Object, Vector2, Single, Vector2, Color?, Direction2, Integer(), Single, Boolean, ParentInfo, Single, List(Of StaticSpriteBatch.Item)) + fullName.vb: TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime, Object, Microsoft.Xna.Framework.Vector2, Single, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color?, MLEM.Maths.Direction2, Integer(), Single, Boolean, TinyLife.Objects.ParentInfo, Single, System.Collections.Generic.List(Of MLEM.Graphics.StaticSpriteBatch.Item)) + name.vb: DrawDirtyOverlay(GameTime, Object, Vector2, Single, Vector2, Color?, Direction2, Integer(), Single, Boolean, ParentInfo, Single, List(Of Item)) + spec.csharp: + - uid: TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) + name: DrawDirtyOverlay + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_DrawDirtyOverlay_Microsoft_Xna_Framework_GameTime_System_Object_Microsoft_Xna_Framework_Vector2_System_Single_Microsoft_Xna_Framework_Vector2_System_Nullable_Microsoft_Xna_Framework_Color__MLEM_Maths_Direction2_System_Int32___System_Single_System_Boolean_TinyLife_Objects_ParentInfo_System_Single_System_Collections_Generic_List_MLEM_Graphics_StaticSpriteBatch_Item__ + - name: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + isExternal: true + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Color + name: Color + isExternal: true + - name: '?' + - name: ',' + - name: " " + - uid: MLEM.Maths.Direction2 + name: Direction2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Int32 + name: int + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: '[' + - name: ']' + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: TinyLife.Objects.ParentInfo + name: ParentInfo + href: TinyLife.Objects.ParentInfo.html + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: System.Collections.Generic.List`1 + name: List + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 + - name: < + - uid: MLEM.Graphics.StaticSpriteBatch.Item + name: Item + isExternal: true + - name: '>' + - name: ) + spec.vb: + - uid: TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) + name: DrawDirtyOverlay + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_DrawDirtyOverlay_Microsoft_Xna_Framework_GameTime_System_Object_Microsoft_Xna_Framework_Vector2_System_Single_Microsoft_Xna_Framework_Vector2_System_Nullable_Microsoft_Xna_Framework_Color__MLEM_Maths_Direction2_System_Int32___System_Single_System_Boolean_TinyLife_Objects_ParentInfo_System_Single_System_Collections_Generic_List_MLEM_Graphics_StaticSpriteBatch_Item__ + - name: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + isExternal: true + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Color + name: Color + isExternal: true + - name: '?' + - name: ',' + - name: " " + - uid: MLEM.Maths.Direction2 + name: Direction2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Int32 + name: Integer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ( + - name: ) + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: TinyLife.Objects.ParentInfo + name: ParentInfo + href: TinyLife.Objects.ParentInfo.html + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: System.Collections.Generic.List`1 + name: List + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 + - name: ( + - name: Of + - name: " " + - uid: MLEM.Graphics.StaticSpriteBatch.Item + name: Item + isExternal: true + - name: ) + - name: ) - uid: TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Ui.Elements.Element,System.Single,System.Int32[]) commentId: M:TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Ui.Elements.Element,System.Single,System.Int32[]) parent: TinyLife.Objects.Furniture diff --git a/docs/api/TinyLife.Objects.MapObject.yml b/docs/api/TinyLife.Objects.MapObject.yml index 566e1f4..6a3b110 100644 --- a/docs/api/TinyLife.Objects.MapObject.yml +++ b/docs/api/TinyLife.Objects.MapObject.yml @@ -64,14 +64,6 @@ items: nameWithType: MapObject fullName: TinyLife.Objects.MapObject type: Class - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: MapObject - path: ../TinyLife/Objects/MapObject.cs - startLine: 31 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -123,14 +115,6 @@ items: nameWithType: MapObject.PersonRotationOrder fullName: TinyLife.Objects.MapObject.PersonRotationOrder type: Field - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PersonRotationOrder - path: ../TinyLife/Objects/MapObject.cs - startLine: 37 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -152,14 +136,6 @@ items: nameWithType: MapObject.OnCreated fullName: TinyLife.Objects.MapObject.OnCreated type: Event - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnCreated - path: ../TinyLife/Objects/MapObject.cs - startLine: 43 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -184,14 +160,6 @@ items: nameWithType: MapObject.OnValidated fullName: TinyLife.Objects.MapObject.OnValidated type: Event - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnValidated - path: ../TinyLife/Objects/MapObject.cs - startLine: 48 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -216,14 +184,6 @@ items: nameWithType: MapObject.OnValidatedEarly fullName: TinyLife.Objects.MapObject.OnValidatedEarly type: Event - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnValidatedEarly - path: ../TinyLife/Objects/MapObject.cs - startLine: 53 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -248,14 +208,6 @@ items: nameWithType: MapObject.OnEventsAttachable fullName: TinyLife.Objects.MapObject.OnEventsAttachable type: Event - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnEventsAttachable - path: ../TinyLife/Objects/MapObject.cs - startLine: 58 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -280,14 +232,6 @@ items: nameWithType: MapObject.OnDraw fullName: TinyLife.Objects.MapObject.OnDraw type: Event - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnDraw - path: ../TinyLife/Objects/MapObject.cs - startLine: 64 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -312,14 +256,6 @@ items: nameWithType: MapObject.OnUpdate fullName: TinyLife.Objects.MapObject.OnUpdate type: Event - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnUpdate - path: ../TinyLife/Objects/MapObject.cs - startLine: 70 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -346,14 +282,6 @@ items: nameWithType: MapObject.OnGetHoverInfo fullName: TinyLife.Objects.MapObject.OnGetHoverInfo type: Event - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnGetHoverInfo - path: ../TinyLife/Objects/MapObject.cs - startLine: 75 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -378,14 +306,6 @@ items: nameWithType: MapObject.OnGetDebugLines fullName: TinyLife.Objects.MapObject.OnGetDebugLines type: Event - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnGetDebugLines - path: ../TinyLife/Objects/MapObject.cs - startLine: 80 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -410,14 +330,6 @@ items: nameWithType: MapObject.Position fullName: TinyLife.Objects.MapObject.Position type: Property - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Position - path: ../TinyLife/Objects/MapObject.cs - startLine: 85 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -451,14 +363,6 @@ items: nameWithType: MapObject.Floor fullName: TinyLife.Objects.MapObject.Floor type: Property - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Floor - path: ../TinyLife/Objects/MapObject.cs - startLine: 118 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -492,14 +396,6 @@ items: nameWithType: MapObject.ParentInfo fullName: TinyLife.Objects.MapObject.ParentInfo type: Property - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ParentInfo - path: ../TinyLife/Objects/MapObject.cs - startLine: 138 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -526,14 +422,6 @@ items: nameWithType: MapObject.Visibility fullName: TinyLife.Objects.MapObject.Visibility type: Property - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Visibility - path: ../TinyLife/Objects/MapObject.cs - startLine: 145 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -563,14 +451,6 @@ items: nameWithType: MapObject.Id fullName: TinyLife.Objects.MapObject.Id type: Property - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Id - path: ../TinyLife/Objects/MapObject.cs - startLine: 149 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -604,14 +484,6 @@ items: nameWithType: MapObject.Map fullName: TinyLife.Objects.MapObject.Map type: Property - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Map - path: ../TinyLife/Objects/MapObject.cs - startLine: 155 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -638,14 +510,6 @@ items: nameWithType: MapObject.CurrentLot fullName: TinyLife.Objects.MapObject.CurrentLot type: Property - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CurrentLot - path: ../TinyLife/Objects/MapObject.cs - startLine: 159 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -669,14 +533,6 @@ items: nameWithType: MapObject.CurrentRoom fullName: TinyLife.Objects.MapObject.CurrentRoom type: Property - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CurrentRoom - path: ../TinyLife/Objects/MapObject.cs - startLine: 163 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -700,14 +556,6 @@ items: nameWithType: MapObject.IsInWorld fullName: TinyLife.Objects.MapObject.IsInWorld type: Property - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IsInWorld - path: ../TinyLife/Objects/MapObject.cs - startLine: 167 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -731,14 +579,6 @@ items: nameWithType: MapObject.HoldingPerson fullName: TinyLife.Objects.MapObject.HoldingPerson type: Property - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: HoldingPerson - path: ../TinyLife/Objects/MapObject.cs - startLine: 172 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -765,14 +605,6 @@ items: nameWithType: MapObject.MapObject(Guid, Map, Vector2, float) fullName: TinyLife.Objects.MapObject.MapObject(System.Guid, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, float) type: Constructor - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Objects/MapObject.cs - startLine: 194 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -809,14 +641,6 @@ items: nameWithType: MapObject.Draw(GameTime, object, Vector2, Color?, List) fullName: TinyLife.Objects.MapObject.Draw(Microsoft.Xna.Framework.GameTime, object, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color?, System.Collections.Generic.List) type: Method - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Draw - path: ../TinyLife/Objects/MapObject.cs - startLine: 215 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -859,14 +683,6 @@ items: nameWithType: MapObject.Intersects(RectangleF) fullName: TinyLife.Objects.MapObject.Intersects(MLEM.Maths.RectangleF) type: Method - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Intersects - path: ../TinyLife/Objects/MapObject.cs - startLine: 223 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -897,14 +713,6 @@ items: nameWithType: MapObject.ValidateEarly() fullName: TinyLife.Objects.MapObject.ValidateEarly() type: Method - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ValidateEarly - path: ../TinyLife/Objects/MapObject.cs - startLine: 231 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -928,14 +736,6 @@ items: nameWithType: MapObject.Validate() fullName: TinyLife.Objects.MapObject.Validate() type: Method - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Validate - path: ../TinyLife/Objects/MapObject.cs - startLine: 241 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -964,14 +764,6 @@ items: nameWithType: MapObject.GetCategories(PersonLike) fullName: TinyLife.Objects.MapObject.GetCategories(TinyLife.Objects.PersonLike) type: Method - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetCategories - path: ../TinyLife/Objects/MapObject.cs - startLine: 252 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -999,14 +791,6 @@ items: nameWithType: MapObject.OnAdded() fullName: TinyLife.Objects.MapObject.OnAdded() type: Method - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnAdded - path: ../TinyLife/Objects/MapObject.cs - startLine: 260 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1030,14 +814,6 @@ items: nameWithType: MapObject.OnRemoved() fullName: TinyLife.Objects.MapObject.OnRemoved() type: Method - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnRemoved - path: ../TinyLife/Objects/MapObject.cs - startLine: 266 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1061,14 +837,6 @@ items: nameWithType: MapObject.GetHoverInfo(Tooltip) fullName: TinyLife.Objects.MapObject.GetHoverInfo(MLEM.Ui.Elements.Tooltip) type: Method - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetHoverInfo - path: ../TinyLife/Objects/MapObject.cs - startLine: 273 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1096,14 +864,6 @@ items: nameWithType: MapObject.GetDebugLines(GameImpl, List) fullName: TinyLife.Objects.MapObject.GetDebugLines(TinyLife.GameImpl, System.Collections.Generic.List) type: Method - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetDebugLines - path: ../TinyLife/Objects/MapObject.cs - startLine: 283 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1137,14 +897,6 @@ items: nameWithType: MapObject.GetAiPriority(PersonLike, ObjectCategory) fullName: TinyLife.Objects.MapObject.GetAiPriority(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory) type: Method - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetAiPriority - path: ../TinyLife/Objects/MapObject.cs - startLine: 300 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1184,14 +936,6 @@ items: nameWithType: MapObject.CanExecuteAction(ActionType, ActionInfo, bool, bool) fullName: TinyLife.Objects.MapObject.CanExecuteAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, bool, bool) type: Method - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CanExecuteAction - path: ../TinyLife/Objects/MapObject.cs - startLine: 313 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1234,14 +978,6 @@ items: nameWithType: MapObject.OnActionCompleted(Action, CompletionType, bool) fullName: TinyLife.Objects.MapObject.OnActionCompleted(TinyLife.Actions.Action, TinyLife.Actions.CompletionType, bool) type: Method - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnActionCompleted - path: ../TinyLife/Objects/MapObject.cs - startLine: 325 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1280,14 +1016,6 @@ items: nameWithType: MapObject.ActionUpdate(Action, GameTime, TimeSpan, float, bool) fullName: TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action, Microsoft.Xna.Framework.GameTime, System.TimeSpan, float, bool) type: Method - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ActionUpdate - path: ../TinyLife/Objects/MapObject.cs - startLine: 337 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1332,14 +1060,6 @@ items: nameWithType: MapObject.GetFreeActionSpotInfos(PersonLike, ObjectCategory) fullName: TinyLife.Objects.MapObject.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory) type: Method - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetFreeActionSpotInfos - path: ../TinyLife/Objects/MapObject.cs - startLine: 346 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1373,14 +1093,6 @@ items: nameWithType: MapObject.OnCameraRotationChanged(Direction2, Direction2) fullName: TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Maths.Direction2, MLEM.Maths.Direction2) type: Method - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnCameraRotationChanged - path: ../TinyLife/Objects/MapObject.cs - startLine: 356 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1411,14 +1123,6 @@ items: nameWithType: MapObject.OnCurrentGameMapChanged(Map, Map) fullName: TinyLife.Objects.MapObject.OnCurrentGameMapChanged(TinyLife.World.Map, TinyLife.World.Map) type: Method - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnCurrentGameMapChanged - path: ../TinyLife/Objects/MapObject.cs - startLine: 364 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1449,14 +1153,6 @@ items: nameWithType: MapObject.ModifyActionCategories(ActionType, ActionInfo, bool, List) fullName: TinyLife.Objects.MapObject.ModifyActionCategories(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, bool, System.Collections.Generic.List) type: Method - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ModifyActionCategories - path: ../TinyLife/Objects/MapObject.cs - startLine: 374 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1496,14 +1192,6 @@ items: nameWithType: MapObject.GetEfficiencyModifier(PersonLike, ActionInfo, bool, SkillType, float) fullName: TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.PersonLike, TinyLife.Actions.ActionInfo, bool, TinyLife.Skills.SkillType, float) type: Method - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetEfficiencyModifier - path: ../TinyLife/Objects/MapObject.cs - startLine: 388 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1553,14 +1241,6 @@ items: nameWithType: MapObject.OnRandomQuality(PersonLike, ActionInfo, bool, SkillType, Random, bool, Dictionary) fullName: TinyLife.Objects.MapObject.OnRandomQuality(TinyLife.Objects.PersonLike, TinyLife.Actions.ActionInfo, bool, TinyLife.Skills.SkillType, System.Random, bool, System.Collections.Generic.Dictionary) type: Method - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnRandomQuality - path: ../TinyLife/Objects/MapObject.cs - startLine: 403 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1609,14 +1289,6 @@ items: nameWithType: MapObject.GetRestoreNeedModifier(PersonLike, ActionInfo, bool, NeedType) fullName: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.PersonLike, TinyLife.Actions.ActionInfo, bool, TinyLife.NeedType) type: Method - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetRestoreNeedModifier - path: ../TinyLife/Objects/MapObject.cs - startLine: 416 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1663,14 +1335,6 @@ items: nameWithType: MapObject.IsFreeSpot(Point) fullName: TinyLife.Objects.MapObject.IsFreeSpot(Microsoft.Xna.Framework.Point) type: Method - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IsFreeSpot - path: ../TinyLife/Objects/MapObject.cs - startLine: 427 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1703,14 +1367,6 @@ items: nameWithType: MapObject.GetPathCostModifier(Point) fullName: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point) type: Method - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetPathCostModifier - path: ../TinyLife/Objects/MapObject.cs - startLine: 439 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1745,14 +1401,6 @@ items: nameWithType: MapObject.ResetToStatic(bool, bool) fullName: TinyLife.Objects.MapObject.ResetToStatic(bool, bool) type: Method - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ResetToStatic - path: ../TinyLife/Objects/MapObject.cs - startLine: 449 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1786,14 +1434,6 @@ items: nameWithType: MapObject.MoveToMap(Map, Vector2?, float?) fullName: TinyLife.Objects.MapObject.MoveToMap(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?, float?) type: Method - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: MoveToMap - path: ../TinyLife/Objects/MapObject.cs - startLine: 462 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1833,14 +1473,6 @@ items: nameWithType: MapObject.OnPositionChanged(Vector2, float) fullName: TinyLife.Objects.MapObject.OnPositionChanged(Microsoft.Xna.Framework.Vector2, float) type: Method - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnPositionChanged - path: ../TinyLife/Objects/MapObject.cs - startLine: 482 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1876,14 +1508,6 @@ items: nameWithType: MapObject.GetFreeActionSpotInfo(PersonLike, ObjectCategory) fullName: TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory) type: Method - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetFreeActionSpotInfo - path: ../TinyLife/Objects/MapObject.cs - startLine: 491 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1917,14 +1541,6 @@ items: nameWithType: MapObject.SetMapAndValidate(Map) fullName: TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map) type: Method - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SetMapAndValidate - path: ../TinyLife/Objects/MapObject.cs - startLine: 502 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1957,14 +1573,6 @@ items: nameWithType: MapObject.HasCategory(PersonLike, ObjectCategory) fullName: TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory) type: Method - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: HasCategory - path: ../TinyLife/Objects/MapObject.cs - startLine: 519 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1995,14 +1603,6 @@ items: nameWithType: MapObject.DoDraw(GameTime, object, Color?, bool, List) fullName: TinyLife.Objects.MapObject.DoDraw(Microsoft.Xna.Framework.GameTime, object, Microsoft.Xna.Framework.Color?, bool, System.Collections.Generic.List) type: Method - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DoDraw - path: ../TinyLife/Objects/MapObject.cs - startLine: 531 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2042,14 +1642,6 @@ items: nameWithType: MapObject.DoUpdate(GameTime, TimeSpan, float) fullName: TinyLife.Objects.MapObject.DoUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) type: Method - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DoUpdate - path: ../TinyLife/Objects/MapObject.cs - startLine: 548 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2085,14 +1677,6 @@ items: nameWithType: MapObject.DrawColumns(Map, Vector2, float, object, Vector2, TextureRegion, Color, Vector2, Point, List, bool, ParentInfo, float, SpriteEffects, bool) fullName: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, float, object, Microsoft.Xna.Framework.Vector2, MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Color, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Point, System.Collections.Generic.List, bool, TinyLife.Objects.ParentInfo, float, Microsoft.Xna.Framework.Graphics.SpriteEffects, bool) type: Method - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DrawColumns - path: ../TinyLife/Objects/MapObject.cs - startLine: 577 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2167,14 +1751,6 @@ items: nameWithType: MapObject.GetModCategory(string) fullName: TinyLife.Objects.MapObject.GetModCategory(string) type: Method - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetModCategory - path: ../TinyLife/Objects/MapObject.cs - startLine: 642 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4983,6 +4559,7 @@ references: - name: '?' - uid: TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single) commentId: M:TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single) + parent: TinyLife.Objects.Furniture isExternal: true href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_MarkDirtyForPathfinding_Microsoft_Xna_Framework_Vector2_System_Single_ name: MarkDirtyForPathfinding(Vector2, float) diff --git a/docs/api/TinyLife.Objects.Newspaper.yml b/docs/api/TinyLife.Objects.Newspaper.yml index 81fb7bb..b21bb11 100644 --- a/docs/api/TinyLife.Objects.Newspaper.yml +++ b/docs/api/TinyLife.Objects.Newspaper.yml @@ -15,14 +15,6 @@ items: nameWithType: Newspaper fullName: TinyLife.Objects.Newspaper type: Class - source: - remote: - path: TinyLife/Objects/Newspaper.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Newspaper - path: ../TinyLife/Objects/Newspaper.cs - startLine: 12 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -104,6 +96,8 @@ items: - TinyLife.Objects.Furniture.ApplyUpgrade(TinyLife.Objects.AppliedUpgrade) - TinyLife.Objects.Furniture.HasFullUpgrade(TinyLife.Objects.Upgrade) - TinyLife.Objects.Furniture.OnNeighborChanged(TinyLife.Objects.Furniture) + - TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single) + - TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) - TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Ui.Elements.Element,System.Single,System.Int32[]) - TinyLife.Objects.Furniture.GetOccupants(TinyLife.Objects.ObjectCategory,System.Boolean) - TinyLife.Objects.Furniture.GetFreeActionSpots(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory) @@ -173,14 +167,6 @@ items: nameWithType: Newspaper.Day fullName: TinyLife.Objects.Newspaper.Day type: Field - source: - remote: - path: TinyLife/Objects/Newspaper.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Day - path: ../TinyLife/Objects/Newspaper.cs - startLine: 18 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -212,14 +198,6 @@ items: nameWithType: Newspaper.IsExpired fullName: TinyLife.Objects.Newspaper.IsExpired type: Property - source: - remote: - path: TinyLife/Objects/Newspaper.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IsExpired - path: ../TinyLife/Objects/Newspaper.cs - startLine: 23 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -246,14 +224,6 @@ items: nameWithType: Newspaper.GetDescription(List, bool) fullName: TinyLife.Objects.Newspaper.GetDescription(System.Collections.Generic.List, bool) type: Method - source: - remote: - path: TinyLife/Objects/Newspaper.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetDescription - path: ../TinyLife/Objects/Newspaper.cs - startLine: 29 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2228,6 +2198,228 @@ references: name: Furniture href: TinyLife.Objects.Furniture.html - name: ) +- uid: TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single) + commentId: M:TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single) + parent: TinyLife.Objects.Furniture + isExternal: true + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_MarkDirtyForPathfinding_Microsoft_Xna_Framework_Vector2_System_Single_ + name: MarkDirtyForPathfinding(Vector2, float) + nameWithType: Furniture.MarkDirtyForPathfinding(Vector2, float) + fullName: TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2, float) + nameWithType.vb: Furniture.MarkDirtyForPathfinding(Vector2, Single) + fullName.vb: TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2, Single) + name.vb: MarkDirtyForPathfinding(Vector2, Single) + spec.csharp: + - uid: TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single) + name: MarkDirtyForPathfinding + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_MarkDirtyForPathfinding_Microsoft_Xna_Framework_Vector2_System_Single_ + - name: ( + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ) + spec.vb: + - uid: TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single) + name: MarkDirtyForPathfinding + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_MarkDirtyForPathfinding_Microsoft_Xna_Framework_Vector2_System_Single_ + - name: ( + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ) +- uid: TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) + commentId: M:TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) + parent: TinyLife.Objects.Furniture + isExternal: true + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_DrawDirtyOverlay_Microsoft_Xna_Framework_GameTime_System_Object_Microsoft_Xna_Framework_Vector2_System_Single_Microsoft_Xna_Framework_Vector2_System_Nullable_Microsoft_Xna_Framework_Color__MLEM_Maths_Direction2_System_Int32___System_Single_System_Boolean_TinyLife_Objects_ParentInfo_System_Single_System_Collections_Generic_List_MLEM_Graphics_StaticSpriteBatch_Item__ + name: DrawDirtyOverlay(GameTime, object, Vector2, float, Vector2, Color?, Direction2, int[], float, bool, ParentInfo, float, List) + nameWithType: Furniture.DrawDirtyOverlay(GameTime, object, Vector2, float, Vector2, Color?, Direction2, int[], float, bool, ParentInfo, float, List) + fullName: TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime, object, Microsoft.Xna.Framework.Vector2, float, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color?, MLEM.Maths.Direction2, int[], float, bool, TinyLife.Objects.ParentInfo, float, System.Collections.Generic.List) + nameWithType.vb: Furniture.DrawDirtyOverlay(GameTime, Object, Vector2, Single, Vector2, Color?, Direction2, Integer(), Single, Boolean, ParentInfo, Single, List(Of StaticSpriteBatch.Item)) + fullName.vb: TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime, Object, Microsoft.Xna.Framework.Vector2, Single, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color?, MLEM.Maths.Direction2, Integer(), Single, Boolean, TinyLife.Objects.ParentInfo, Single, System.Collections.Generic.List(Of MLEM.Graphics.StaticSpriteBatch.Item)) + name.vb: DrawDirtyOverlay(GameTime, Object, Vector2, Single, Vector2, Color?, Direction2, Integer(), Single, Boolean, ParentInfo, Single, List(Of Item)) + spec.csharp: + - uid: TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) + name: DrawDirtyOverlay + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_DrawDirtyOverlay_Microsoft_Xna_Framework_GameTime_System_Object_Microsoft_Xna_Framework_Vector2_System_Single_Microsoft_Xna_Framework_Vector2_System_Nullable_Microsoft_Xna_Framework_Color__MLEM_Maths_Direction2_System_Int32___System_Single_System_Boolean_TinyLife_Objects_ParentInfo_System_Single_System_Collections_Generic_List_MLEM_Graphics_StaticSpriteBatch_Item__ + - name: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + isExternal: true + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Color + name: Color + isExternal: true + - name: '?' + - name: ',' + - name: " " + - uid: MLEM.Maths.Direction2 + name: Direction2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Int32 + name: int + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: '[' + - name: ']' + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: TinyLife.Objects.ParentInfo + name: ParentInfo + href: TinyLife.Objects.ParentInfo.html + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: System.Collections.Generic.List`1 + name: List + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 + - name: < + - uid: MLEM.Graphics.StaticSpriteBatch.Item + name: Item + isExternal: true + - name: '>' + - name: ) + spec.vb: + - uid: TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) + name: DrawDirtyOverlay + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_DrawDirtyOverlay_Microsoft_Xna_Framework_GameTime_System_Object_Microsoft_Xna_Framework_Vector2_System_Single_Microsoft_Xna_Framework_Vector2_System_Nullable_Microsoft_Xna_Framework_Color__MLEM_Maths_Direction2_System_Int32___System_Single_System_Boolean_TinyLife_Objects_ParentInfo_System_Single_System_Collections_Generic_List_MLEM_Graphics_StaticSpriteBatch_Item__ + - name: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + isExternal: true + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Color + name: Color + isExternal: true + - name: '?' + - name: ',' + - name: " " + - uid: MLEM.Maths.Direction2 + name: Direction2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Int32 + name: Integer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ( + - name: ) + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: TinyLife.Objects.ParentInfo + name: ParentInfo + href: TinyLife.Objects.ParentInfo.html + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: System.Collections.Generic.List`1 + name: List + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 + - name: ( + - name: Of + - name: " " + - uid: MLEM.Graphics.StaticSpriteBatch.Item + name: Item + isExternal: true + - name: ) + - name: ) - uid: TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Ui.Elements.Element,System.Single,System.Int32[]) commentId: M:TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Ui.Elements.Element,System.Single,System.Int32[]) parent: TinyLife.Objects.Furniture diff --git a/docs/api/TinyLife.Objects.ObjectCategory.yml b/docs/api/TinyLife.Objects.ObjectCategory.yml index c8b7df2..a85d8da 100644 --- a/docs/api/TinyLife.Objects.ObjectCategory.yml +++ b/docs/api/TinyLife.Objects.ObjectCategory.yml @@ -97,14 +97,6 @@ items: nameWithType: ObjectCategory fullName: TinyLife.Objects.ObjectCategory type: Class - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ObjectCategory - path: ../TinyLife/Objects/MapObject.cs - startLine: 670 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -129,6 +121,7 @@ items: - DynamicEnums.DynamicEnum.AddValue``1(System.String) - DynamicEnums.DynamicEnum.AddFlag``1(System.String) - DynamicEnums.DynamicEnum.GetValues``1 + - DynamicEnums.DynamicEnum.GetUniqueValues``1 - DynamicEnums.DynamicEnum.GetValues(System.Type) - DynamicEnums.DynamicEnum.GetFlags``1({T},System.Boolean) - DynamicEnums.DynamicEnum.GetUniqueFlags``1({T}) @@ -164,14 +157,6 @@ items: nameWithType: ObjectCategory.Nothing fullName: TinyLife.Objects.ObjectCategory.Nothing type: Field - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Nothing - path: ../TinyLife/Objects/MapObject.cs - startLine: 673 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -193,14 +178,6 @@ items: nameWithType: ObjectCategory.Ground fullName: TinyLife.Objects.ObjectCategory.Ground type: Field - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Ground - path: ../TinyLife/Objects/MapObject.cs - startLine: 675 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -222,14 +199,6 @@ items: nameWithType: ObjectCategory.Chair fullName: TinyLife.Objects.ObjectCategory.Chair type: Field - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Chair - path: ../TinyLife/Objects/MapObject.cs - startLine: 677 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -251,14 +220,6 @@ items: nameWithType: ObjectCategory.Sofa fullName: TinyLife.Objects.ObjectCategory.Sofa type: Field - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Sofa - path: ../TinyLife/Objects/MapObject.cs - startLine: 679 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -280,14 +241,6 @@ items: nameWithType: ObjectCategory.BabySittable fullName: TinyLife.Objects.ObjectCategory.BabySittable type: Field - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: BabySittable - path: ../TinyLife/Objects/MapObject.cs - startLine: 681 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -309,14 +262,6 @@ items: nameWithType: ObjectCategory.Toilet fullName: TinyLife.Objects.ObjectCategory.Toilet type: Field - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Toilet - path: ../TinyLife/Objects/MapObject.cs - startLine: 683 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -338,14 +283,6 @@ items: nameWithType: ObjectCategory.SingleBed fullName: TinyLife.Objects.ObjectCategory.SingleBed type: Field - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SingleBed - path: ../TinyLife/Objects/MapObject.cs - startLine: 685 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -367,14 +304,6 @@ items: nameWithType: ObjectCategory.DoubleBed fullName: TinyLife.Objects.ObjectCategory.DoubleBed type: Field - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DoubleBed - path: ../TinyLife/Objects/MapObject.cs - startLine: 687 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -396,14 +325,6 @@ items: nameWithType: ObjectCategory.Fridge fullName: TinyLife.Objects.ObjectCategory.Fridge type: Field - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Fridge - path: ../TinyLife/Objects/MapObject.cs - startLine: 689 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -425,14 +346,6 @@ items: nameWithType: ObjectCategory.Shower fullName: TinyLife.Objects.ObjectCategory.Shower type: Field - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Shower - path: ../TinyLife/Objects/MapObject.cs - startLine: 691 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -454,14 +367,6 @@ items: nameWithType: ObjectCategory.Counter fullName: TinyLife.Objects.ObjectCategory.Counter type: Field - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Counter - path: ../TinyLife/Objects/MapObject.cs - startLine: 693 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -483,14 +388,6 @@ items: nameWithType: ObjectCategory.Stove fullName: TinyLife.Objects.ObjectCategory.Stove type: Field - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Stove - path: ../TinyLife/Objects/MapObject.cs - startLine: 695 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -512,14 +409,6 @@ items: nameWithType: ObjectCategory.Oven fullName: TinyLife.Objects.ObjectCategory.Oven type: Field - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Oven - path: ../TinyLife/Objects/MapObject.cs - startLine: 697 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -541,14 +430,6 @@ items: nameWithType: ObjectCategory.SmallObject fullName: TinyLife.Objects.ObjectCategory.SmallObject type: Field - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SmallObject - path: ../TinyLife/Objects/MapObject.cs - startLine: 699 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -570,14 +451,6 @@ items: nameWithType: ObjectCategory.NonBuyable fullName: TinyLife.Objects.ObjectCategory.NonBuyable type: Field - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: NonBuyable - path: ../TinyLife/Objects/MapObject.cs - startLine: 701 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -599,14 +472,6 @@ items: nameWithType: ObjectCategory.Table fullName: TinyLife.Objects.ObjectCategory.Table type: Field - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Table - path: ../TinyLife/Objects/MapObject.cs - startLine: 703 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -628,14 +493,6 @@ items: nameWithType: ObjectCategory.Holdable fullName: TinyLife.Objects.ObjectCategory.Holdable type: Field - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Holdable - path: ../TinyLife/Objects/MapObject.cs - startLine: 705 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -657,14 +514,6 @@ items: nameWithType: ObjectCategory.DeskObject fullName: TinyLife.Objects.ObjectCategory.DeskObject type: Field - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DeskObject - path: ../TinyLife/Objects/MapObject.cs - startLine: 707 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -686,14 +535,6 @@ items: nameWithType: ObjectCategory.DisallowedOnGround fullName: TinyLife.Objects.ObjectCategory.DisallowedOnGround type: Field - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DisallowedOnGround - path: ../TinyLife/Objects/MapObject.cs - startLine: 709 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -715,14 +556,6 @@ items: nameWithType: ObjectCategory.Computer fullName: TinyLife.Objects.ObjectCategory.Computer type: Field - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Computer - path: ../TinyLife/Objects/MapObject.cs - startLine: 711 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -744,14 +577,6 @@ items: nameWithType: ObjectCategory.Sink fullName: TinyLife.Objects.ObjectCategory.Sink type: Field - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Sink - path: ../TinyLife/Objects/MapObject.cs - startLine: 713 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -773,14 +598,6 @@ items: nameWithType: ObjectCategory.CounterObject fullName: TinyLife.Objects.ObjectCategory.CounterObject type: Field - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CounterObject - path: ../TinyLife/Objects/MapObject.cs - startLine: 715 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -802,14 +619,6 @@ items: nameWithType: ObjectCategory.Cleanable fullName: TinyLife.Objects.ObjectCategory.Cleanable type: Field - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Cleanable - path: ../TinyLife/Objects/MapObject.cs - startLine: 717 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -831,14 +640,6 @@ items: nameWithType: ObjectCategory.People fullName: TinyLife.Objects.ObjectCategory.People type: Field - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: People - path: ../TinyLife/Objects/MapObject.cs - startLine: 719 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -860,14 +661,6 @@ items: nameWithType: ObjectCategory.Mailbox fullName: TinyLife.Objects.ObjectCategory.Mailbox type: Field - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Mailbox - path: ../TinyLife/Objects/MapObject.cs - startLine: 721 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -889,14 +682,6 @@ items: nameWithType: ObjectCategory.Wardrobe fullName: TinyLife.Objects.ObjectCategory.Wardrobe type: Field - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Wardrobe - path: ../TinyLife/Objects/MapObject.cs - startLine: 723 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -918,14 +703,6 @@ items: nameWithType: ObjectCategory.NaturalGroundRequired fullName: TinyLife.Objects.ObjectCategory.NaturalGroundRequired type: Field - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: NaturalGroundRequired - path: ../TinyLife/Objects/MapObject.cs - startLine: 725 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -947,14 +724,6 @@ items: nameWithType: ObjectCategory.WaterRequired fullName: TinyLife.Objects.ObjectCategory.WaterRequired type: Field - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: WaterRequired - path: ../TinyLife/Objects/MapObject.cs - startLine: 727 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -976,14 +745,6 @@ items: nameWithType: ObjectCategory.AllowedOnWater fullName: TinyLife.Objects.ObjectCategory.AllowedOnWater type: Field - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AllowedOnWater - path: ../TinyLife/Objects/MapObject.cs - startLine: 729 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1005,14 +766,6 @@ items: nameWithType: ObjectCategory.Self fullName: TinyLife.Objects.ObjectCategory.Self type: Field - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Self - path: ../TinyLife/Objects/MapObject.cs - startLine: 731 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1034,14 +787,6 @@ items: nameWithType: ObjectCategory.WallHanging fullName: TinyLife.Objects.ObjectCategory.WallHanging type: Field - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: WallHanging - path: ../TinyLife/Objects/MapObject.cs - startLine: 733 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1063,14 +808,6 @@ items: nameWithType: ObjectCategory.ForceGridPlacement fullName: TinyLife.Objects.ObjectCategory.ForceGridPlacement type: Field - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ForceGridPlacement - path: ../TinyLife/Objects/MapObject.cs - startLine: 735 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1092,14 +829,6 @@ items: nameWithType: ObjectCategory.Easel fullName: TinyLife.Objects.ObjectCategory.Easel type: Field - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Easel - path: ../TinyLife/Objects/MapObject.cs - startLine: 737 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1121,14 +850,6 @@ items: nameWithType: ObjectCategory.Mirror fullName: TinyLife.Objects.ObjectCategory.Mirror type: Field - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Mirror - path: ../TinyLife/Objects/MapObject.cs - startLine: 739 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1150,14 +871,6 @@ items: nameWithType: ObjectCategory.Bookshelf fullName: TinyLife.Objects.ObjectCategory.Bookshelf type: Field - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Bookshelf - path: ../TinyLife/Objects/MapObject.cs - startLine: 741 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1179,14 +892,6 @@ items: nameWithType: ObjectCategory.NonColliding fullName: TinyLife.Objects.ObjectCategory.NonColliding type: Field - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: NonColliding - path: ../TinyLife/Objects/MapObject.cs - startLine: 743 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1208,14 +913,6 @@ items: nameWithType: ObjectCategory.Gravestone fullName: TinyLife.Objects.ObjectCategory.Gravestone type: Field - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Gravestone - path: ../TinyLife/Objects/MapObject.cs - startLine: 745 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1237,14 +934,6 @@ items: nameWithType: ObjectCategory.NonSellable fullName: TinyLife.Objects.ObjectCategory.NonSellable type: Field - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: NonSellable - path: ../TinyLife/Objects/MapObject.cs - startLine: 747 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1266,14 +955,6 @@ items: nameWithType: ObjectCategory.NonMovable fullName: TinyLife.Objects.ObjectCategory.NonMovable type: Field - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: NonMovable - path: ../TinyLife/Objects/MapObject.cs - startLine: 749 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1295,14 +976,6 @@ items: nameWithType: ObjectCategory.Tree fullName: TinyLife.Objects.ObjectCategory.Tree type: Field - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Tree - path: ../TinyLife/Objects/MapObject.cs - startLine: 751 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1324,14 +997,6 @@ items: nameWithType: ObjectCategory.Television fullName: TinyLife.Objects.ObjectCategory.Television type: Field - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Television - path: ../TinyLife/Objects/MapObject.cs - startLine: 753 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1353,14 +1018,6 @@ items: nameWithType: ObjectCategory.BartendingObject fullName: TinyLife.Objects.ObjectCategory.BartendingObject type: Field - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: BartendingObject - path: ../TinyLife/Objects/MapObject.cs - startLine: 755 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1382,14 +1039,6 @@ items: nameWithType: ObjectCategory.Walls fullName: TinyLife.Objects.ObjectCategory.Walls type: Field - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Walls - path: ../TinyLife/Objects/MapObject.cs - startLine: 757 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1411,14 +1060,6 @@ items: nameWithType: ObjectCategory.LargeSurfaceObject fullName: TinyLife.Objects.ObjectCategory.LargeSurfaceObject type: Field - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: LargeSurfaceObject - path: ../TinyLife/Objects/MapObject.cs - startLine: 759 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1440,14 +1081,6 @@ items: nameWithType: ObjectCategory.StandingDesk fullName: TinyLife.Objects.ObjectCategory.StandingDesk type: Field - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: StandingDesk - path: ../TinyLife/Objects/MapObject.cs - startLine: 761 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1469,14 +1102,6 @@ items: nameWithType: ObjectCategory.Lamp fullName: TinyLife.Objects.ObjectCategory.Lamp type: Field - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Lamp - path: ../TinyLife/Objects/MapObject.cs - startLine: 763 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1498,14 +1123,6 @@ items: nameWithType: ObjectCategory.CeilingHanging fullName: TinyLife.Objects.ObjectCategory.CeilingHanging type: Field - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CeilingHanging - path: ../TinyLife/Objects/MapObject.cs - startLine: 765 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1527,14 +1144,6 @@ items: nameWithType: ObjectCategory.CanCoverWindow fullName: TinyLife.Objects.ObjectCategory.CanCoverWindow type: Field - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CanCoverWindow - path: ../TinyLife/Objects/MapObject.cs - startLine: 767 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1556,14 +1165,6 @@ items: nameWithType: ObjectCategory.CanCoverDoor fullName: TinyLife.Objects.ObjectCategory.CanCoverDoor type: Field - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CanCoverDoor - path: ../TinyLife/Objects/MapObject.cs - startLine: 769 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1585,14 +1186,6 @@ items: nameWithType: ObjectCategory.Barbecue fullName: TinyLife.Objects.ObjectCategory.Barbecue type: Field - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Barbecue - path: ../TinyLife/Objects/MapObject.cs - startLine: 771 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1614,14 +1207,6 @@ items: nameWithType: ObjectCategory.TrashCan fullName: TinyLife.Objects.ObjectCategory.TrashCan type: Field - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TrashCan - path: ../TinyLife/Objects/MapObject.cs - startLine: 773 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1643,14 +1228,6 @@ items: nameWithType: ObjectCategory.CanBeThrownAway fullName: TinyLife.Objects.ObjectCategory.CanBeThrownAway type: Field - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CanBeThrownAway - path: ../TinyLife/Objects/MapObject.cs - startLine: 775 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1672,14 +1249,6 @@ items: nameWithType: ObjectCategory.CanBeScrapped fullName: TinyLife.Objects.ObjectCategory.CanBeScrapped type: Field - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CanBeScrapped - path: ../TinyLife/Objects/MapObject.cs - startLine: 777 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1701,14 +1270,6 @@ items: nameWithType: ObjectCategory.ObstructedByRoofs fullName: TinyLife.Objects.ObjectCategory.ObstructedByRoofs type: Field - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ObstructedByRoofs - path: ../TinyLife/Objects/MapObject.cs - startLine: 779 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1730,14 +1291,6 @@ items: nameWithType: ObjectCategory.RoofAttached fullName: TinyLife.Objects.ObjectCategory.RoofAttached type: Field - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RoofAttached - path: ../TinyLife/Objects/MapObject.cs - startLine: 781 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1759,14 +1312,6 @@ items: nameWithType: ObjectCategory.FireLight fullName: TinyLife.Objects.ObjectCategory.FireLight type: Field - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: FireLight - path: ../TinyLife/Objects/MapObject.cs - startLine: 783 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1788,14 +1333,6 @@ items: nameWithType: ObjectCategory.ToyBox fullName: TinyLife.Objects.ObjectCategory.ToyBox type: Field - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ToyBox - path: ../TinyLife/Objects/MapObject.cs - startLine: 785 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1817,14 +1354,6 @@ items: nameWithType: ObjectCategory.ChildStove fullName: TinyLife.Objects.ObjectCategory.ChildStove type: Field - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ChildStove - path: ../TinyLife/Objects/MapObject.cs - startLine: 787 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1846,14 +1375,6 @@ items: nameWithType: ObjectCategory.Sandbox fullName: TinyLife.Objects.ObjectCategory.Sandbox type: Field - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Sandbox - path: ../TinyLife/Objects/MapObject.cs - startLine: 789 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1875,14 +1396,6 @@ items: nameWithType: ObjectCategory.JungleGym fullName: TinyLife.Objects.ObjectCategory.JungleGym type: Field - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: JungleGym - path: ../TinyLife/Objects/MapObject.cs - startLine: 791 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1904,14 +1417,6 @@ items: nameWithType: ObjectCategory.Newspaper fullName: TinyLife.Objects.ObjectCategory.Newspaper type: Field - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Newspaper - path: ../TinyLife/Objects/MapObject.cs - startLine: 793 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1933,14 +1438,6 @@ items: nameWithType: ObjectCategory.CoffeeMachine fullName: TinyLife.Objects.ObjectCategory.CoffeeMachine type: Field - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CoffeeMachine - path: ../TinyLife/Objects/MapObject.cs - startLine: 795 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1962,14 +1459,6 @@ items: nameWithType: ObjectCategory.CafeDisplayCase fullName: TinyLife.Objects.ObjectCategory.CafeDisplayCase type: Field - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CafeDisplayCase - path: ../TinyLife/Objects/MapObject.cs - startLine: 797 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1991,14 +1480,6 @@ items: nameWithType: ObjectCategory.GroundItem fullName: TinyLife.Objects.ObjectCategory.GroundItem type: Field - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GroundItem - path: ../TinyLife/Objects/MapObject.cs - startLine: 799 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2020,14 +1501,6 @@ items: nameWithType: ObjectCategory.TreeDecor fullName: TinyLife.Objects.ObjectCategory.TreeDecor type: Field - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TreeDecor - path: ../TinyLife/Objects/MapObject.cs - startLine: 801 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2049,14 +1522,6 @@ items: nameWithType: ObjectCategory.OpeningHoursSign fullName: TinyLife.Objects.ObjectCategory.OpeningHoursSign type: Field - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OpeningHoursSign - path: ../TinyLife/Objects/MapObject.cs - startLine: 803 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2078,14 +1543,6 @@ items: nameWithType: ObjectCategory.TeaKit fullName: TinyLife.Objects.ObjectCategory.TeaKit type: Field - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TeaKit - path: ../TinyLife/Objects/MapObject.cs - startLine: 805 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2107,14 +1564,6 @@ items: nameWithType: ObjectCategory.LandlinePhone fullName: TinyLife.Objects.ObjectCategory.LandlinePhone type: Field - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: LandlinePhone - path: ../TinyLife/Objects/MapObject.cs - startLine: 807 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2136,14 +1585,6 @@ items: nameWithType: ObjectCategory.Rocks fullName: TinyLife.Objects.ObjectCategory.Rocks type: Field - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Rocks - path: ../TinyLife/Objects/MapObject.cs - startLine: 809 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2165,14 +1606,6 @@ items: nameWithType: ObjectCategory.ArtPiece fullName: TinyLife.Objects.ObjectCategory.ArtPiece type: Field - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ArtPiece - path: ../TinyLife/Objects/MapObject.cs - startLine: 811 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2194,14 +1627,6 @@ items: nameWithType: ObjectCategory.TallObject fullName: TinyLife.Objects.ObjectCategory.TallObject type: Field - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TallObject - path: ../TinyLife/Objects/MapObject.cs - startLine: 813 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2223,14 +1648,6 @@ items: nameWithType: ObjectCategory.Potty fullName: TinyLife.Objects.ObjectCategory.Potty type: Field - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Potty - path: ../TinyLife/Objects/MapObject.cs - startLine: 817 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2252,14 +1669,6 @@ items: nameWithType: ObjectCategory.Treadmill fullName: TinyLife.Objects.ObjectCategory.Treadmill type: Field - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Treadmill - path: ../TinyLife/Objects/MapObject.cs - startLine: 819 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2281,14 +1690,6 @@ items: nameWithType: ObjectCategory.DumbbellHolder fullName: TinyLife.Objects.ObjectCategory.DumbbellHolder type: Field - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DumbbellHolder - path: ../TinyLife/Objects/MapObject.cs - startLine: 821 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2310,14 +1711,6 @@ items: nameWithType: ObjectCategory.WoodworkingItem fullName: TinyLife.Objects.ObjectCategory.WoodworkingItem type: Field - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: WoodworkingItem - path: ../TinyLife/Objects/MapObject.cs - startLine: 823 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2339,14 +1732,6 @@ items: nameWithType: ObjectCategory.ChangingStation fullName: TinyLife.Objects.ObjectCategory.ChangingStation type: Field - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ChangingStation - path: ../TinyLife/Objects/MapObject.cs - startLine: 825 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2368,14 +1753,6 @@ items: nameWithType: ObjectCategory.Crib fullName: TinyLife.Objects.ObjectCategory.Crib type: Field - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Crib - path: ../TinyLife/Objects/MapObject.cs - startLine: 827 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2397,14 +1774,6 @@ items: nameWithType: ObjectCategory.BabyBathtub fullName: TinyLife.Objects.ObjectCategory.BabyBathtub type: Field - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: BabyBathtub - path: ../TinyLife/Objects/MapObject.cs - startLine: 829 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2426,14 +1795,6 @@ items: nameWithType: ObjectCategory.ProteinShakeMaker fullName: TinyLife.Objects.ObjectCategory.ProteinShakeMaker type: Field - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ProteinShakeMaker - path: ../TinyLife/Objects/MapObject.cs - startLine: 831 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2455,14 +1816,6 @@ items: nameWithType: ObjectCategory.implicit operator BigInteger(ObjectCategory) fullName: TinyLife.Objects.ObjectCategory.implicit operator System.Numerics.BigInteger(TinyLife.Objects.ObjectCategory) type: Operator - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: op_Implicit - path: ../TinyLife/Objects/MapObject.cs - startLine: 835 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2492,14 +1845,6 @@ items: nameWithType: ObjectCategory.implicit operator ObjectCategory(BigInteger) fullName: TinyLife.Objects.ObjectCategory.implicit operator TinyLife.Objects.ObjectCategory(System.Numerics.BigInteger) type: Operator - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: op_Implicit - path: ../TinyLife/Objects/MapObject.cs - startLine: 840 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2530,14 +1875,6 @@ items: nameWithType: ObjectCategory.operator |(ObjectCategory, ObjectCategory) fullName: TinyLife.Objects.ObjectCategory.operator |(TinyLife.Objects.ObjectCategory, TinyLife.Objects.ObjectCategory) type: Operator - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: op_BitwiseOr - path: ../TinyLife/Objects/MapObject.cs - startLine: 845 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2571,14 +1908,6 @@ items: nameWithType: ObjectCategory.operator &(ObjectCategory, ObjectCategory) fullName: TinyLife.Objects.ObjectCategory.operator &(TinyLife.Objects.ObjectCategory, TinyLife.Objects.ObjectCategory) type: Operator - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: op_BitwiseAnd - path: ../TinyLife/Objects/MapObject.cs - startLine: 850 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2612,14 +1941,6 @@ items: nameWithType: ObjectCategory.operator ^(ObjectCategory, ObjectCategory) fullName: TinyLife.Objects.ObjectCategory.operator ^(TinyLife.Objects.ObjectCategory, TinyLife.Objects.ObjectCategory) type: Operator - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: op_ExclusiveOr - path: ../TinyLife/Objects/MapObject.cs - startLine: 855 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2653,14 +1974,6 @@ items: nameWithType: ObjectCategory.operator ~(ObjectCategory) fullName: TinyLife.Objects.ObjectCategory.operator ~(TinyLife.Objects.ObjectCategory) type: Operator - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: op_OnesComplement - path: ../TinyLife/Objects/MapObject.cs - startLine: 860 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3002,6 +2315,36 @@ references: - name: ) - name: ( - name: ) +- uid: DynamicEnums.DynamicEnum.GetUniqueValues``1 + commentId: M:DynamicEnums.DynamicEnum.GetUniqueValues``1 + parent: DynamicEnums.DynamicEnum + isExternal: true + name: GetUniqueValues() + nameWithType: DynamicEnum.GetUniqueValues() + fullName: DynamicEnums.DynamicEnum.GetUniqueValues() + nameWithType.vb: DynamicEnum.GetUniqueValues(Of T)() + fullName.vb: DynamicEnums.DynamicEnum.GetUniqueValues(Of T)() + name.vb: GetUniqueValues(Of T)() + spec.csharp: + - uid: DynamicEnums.DynamicEnum.GetUniqueValues``1 + name: GetUniqueValues + isExternal: true + - name: < + - name: T + - name: '>' + - name: ( + - name: ) + spec.vb: + - uid: DynamicEnums.DynamicEnum.GetUniqueValues``1 + name: GetUniqueValues + isExternal: true + - name: ( + - name: Of + - name: " " + - name: T + - name: ) + - name: ( + - name: ) - uid: DynamicEnums.DynamicEnum.GetValues(System.Type) commentId: M:DynamicEnums.DynamicEnum.GetValues(System.Type) parent: DynamicEnums.DynamicEnum diff --git a/docs/api/TinyLife.Objects.ObjectSpot.yml b/docs/api/TinyLife.Objects.ObjectSpot.yml index 7e7f127..1dfcbb8 100644 --- a/docs/api/TinyLife.Objects.ObjectSpot.yml +++ b/docs/api/TinyLife.Objects.ObjectSpot.yml @@ -25,14 +25,6 @@ items: nameWithType: ObjectSpot fullName: TinyLife.Objects.ObjectSpot type: Class - source: - remote: - path: TinyLife/Objects/ObjectSpot.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ObjectSpot - path: ../TinyLife/Objects/ObjectSpot.cs - startLine: 12 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -81,14 +73,6 @@ items: nameWithType: ObjectSpot.IsFurnitureAllowed fullName: TinyLife.Objects.ObjectSpot.IsFurnitureAllowed type: Field - source: - remote: - path: TinyLife/Objects/ObjectSpot.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IsFurnitureAllowed - path: ../TinyLife/Objects/ObjectSpot.cs - startLine: 17 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -110,14 +94,6 @@ items: nameWithType: ObjectSpot.ObjectSpot(Vector2, Predicate, float, params Direction2[]) fullName: TinyLife.Objects.ObjectSpot.ObjectSpot(Microsoft.Xna.Framework.Vector2, System.Predicate, float, params MLEM.Maths.Direction2[]) type: Constructor - source: - remote: - path: TinyLife/Objects/ObjectSpot.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Objects/ObjectSpot.cs - startLine: 26 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -154,14 +130,6 @@ items: nameWithType: ObjectSpot.ObjectSpot(Vector2, Vector2, Predicate, float, params Direction2[]) fullName: TinyLife.Objects.ObjectSpot.ObjectSpot(Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Vector2, System.Predicate, float, params MLEM.Maths.Direction2[]) type: Constructor - source: - remote: - path: TinyLife/Objects/ObjectSpot.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Objects/ObjectSpot.cs - startLine: 37 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -201,14 +169,6 @@ items: nameWithType: ObjectSpot.GetContents(Furniture, bool) fullName: TinyLife.Objects.ObjectSpot.GetContents(TinyLife.Objects.Furniture, bool) type: Method - source: - remote: - path: TinyLife/Objects/ObjectSpot.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetContents - path: ../TinyLife/Objects/ObjectSpot.cs - startLine: 49 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -245,14 +205,6 @@ items: nameWithType: ObjectSpot.IsContentAllowed(Furniture, FurnitureType) fullName: TinyLife.Objects.ObjectSpot.IsContentAllowed(TinyLife.Objects.Furniture, TinyLife.Objects.FurnitureType) type: Method - source: - remote: - path: TinyLife/Objects/ObjectSpot.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IsContentAllowed - path: ../TinyLife/Objects/ObjectSpot.cs - startLine: 61 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -283,14 +235,6 @@ items: nameWithType: ObjectSpot.TableSpots(Point, float, float) fullName: TinyLife.Objects.ObjectSpot.TableSpots(Microsoft.Xna.Framework.Point, float, float) type: Method - source: - remote: - path: TinyLife/Objects/ObjectSpot.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TableSpots - path: ../TinyLife/Objects/ObjectSpot.cs - startLine: 73 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -330,14 +274,6 @@ items: nameWithType: ObjectSpot.PicnicTableSpots(Point, float) fullName: TinyLife.Objects.ObjectSpot.PicnicTableSpots(Microsoft.Xna.Framework.Point, float) type: Method - source: - remote: - path: TinyLife/Objects/ObjectSpot.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PicnicTableSpots - path: ../TinyLife/Objects/ObjectSpot.cs - startLine: 106 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -374,14 +310,6 @@ items: nameWithType: ObjectSpot.CounterSpots(bool, float, float) fullName: TinyLife.Objects.ObjectSpot.CounterSpots(bool, float, float) type: Method - source: - remote: - path: TinyLife/Objects/ObjectSpot.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CounterSpots - path: ../TinyLife/Objects/ObjectSpot.cs - startLine: 123 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -421,14 +349,6 @@ items: nameWithType: ObjectSpot.BarSpots(float, float) fullName: TinyLife.Objects.ObjectSpot.BarSpots(float, float) type: Method - source: - remote: - path: TinyLife/Objects/ObjectSpot.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: BarSpots - path: ../TinyLife/Objects/ObjectSpot.cs - startLine: 139 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -460,14 +380,6 @@ items: nameWithType: ObjectSpot.SingleShelfSpots(float, float) fullName: TinyLife.Objects.ObjectSpot.SingleShelfSpots(float, float) type: Method - source: - remote: - path: TinyLife/Objects/ObjectSpot.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SingleShelfSpots - path: ../TinyLife/Objects/ObjectSpot.cs - startLine: 149 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -501,14 +413,6 @@ items: nameWithType: ObjectSpot.DoubleShelfSpots(float, float) fullName: TinyLife.Objects.ObjectSpot.DoubleShelfSpots(float, float) type: Method - source: - remote: - path: TinyLife/Objects/ObjectSpot.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DoubleShelfSpots - path: ../TinyLife/Objects/ObjectSpot.cs - startLine: 162 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -545,14 +449,6 @@ items: nameWithType: ObjectSpot.DeskSpots(float, bool, float) fullName: TinyLife.Objects.ObjectSpot.DeskSpots(float, bool, float) type: Method - source: - remote: - path: TinyLife/Objects/ObjectSpot.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DeskSpots - path: ../TinyLife/Objects/ObjectSpot.cs - startLine: 174 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -586,14 +482,6 @@ items: nameWithType: ObjectSpot.TreeSpots(float, float) fullName: TinyLife.Objects.ObjectSpot.TreeSpots(float, float) type: Method - source: - remote: - path: TinyLife/Objects/ObjectSpot.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TreeSpots - path: ../TinyLife/Objects/ObjectSpot.cs - startLine: 192 assemblies: - Tiny Life namespace: TinyLife.Objects diff --git a/docs/api/TinyLife.Objects.Outfit.yml b/docs/api/TinyLife.Objects.Outfit.yml index 90d787c..7da7470 100644 --- a/docs/api/TinyLife.Objects.Outfit.yml +++ b/docs/api/TinyLife.Objects.Outfit.yml @@ -19,14 +19,6 @@ items: nameWithType: Outfit fullName: TinyLife.Objects.Outfit type: Class - source: - remote: - path: TinyLife/Objects/Clothes.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Outfit - path: ../TinyLife/Objects/Clothes.cs - startLine: 305 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -71,14 +63,6 @@ items: nameWithType: Outfit.Clothes fullName: TinyLife.Objects.Outfit.Clothes type: Field - source: - remote: - path: TinyLife/Objects/Clothes.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Clothes - path: ../TinyLife/Objects/Clothes.cs - startLine: 313 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -113,14 +97,6 @@ items: nameWithType: Outfit.Intentions fullName: TinyLife.Objects.Outfit.Intentions type: Field - source: - remote: - path: TinyLife/Objects/Clothes.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Intentions - path: ../TinyLife/Objects/Clothes.cs - startLine: 319 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -155,14 +131,6 @@ items: nameWithType: Outfit.Outfit(Dictionary) fullName: TinyLife.Objects.Outfit.Outfit(System.Collections.Generic.Dictionary) type: Constructor - source: - remote: - path: TinyLife/Objects/Clothes.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Objects/Clothes.cs - startLine: 325 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -190,14 +158,6 @@ items: nameWithType: Outfit.GetIntentionPercentage(ClothesIntention) fullName: TinyLife.Objects.Outfit.GetIntentionPercentage(TinyLife.Objects.ClothesIntention) type: Method - source: - remote: - path: TinyLife/Objects/Clothes.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetIntentionPercentage - path: ../TinyLife/Objects/Clothes.cs - startLine: 335 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -225,14 +185,6 @@ items: nameWithType: Outfit.GetMostFittingStyle() fullName: TinyLife.Objects.Outfit.GetMostFittingStyle() type: Method - source: - remote: - path: TinyLife/Objects/Clothes.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetMostFittingStyle - path: ../TinyLife/Objects/Clothes.cs - startLine: 353 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -259,14 +211,6 @@ items: nameWithType: Outfit.EnsureIntentionsMatch(int) fullName: TinyLife.Objects.Outfit.EnsureIntentionsMatch(int) type: Method - source: - remote: - path: TinyLife/Objects/Clothes.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: EnsureIntentionsMatch - path: ../TinyLife/Objects/Clothes.cs - startLine: 368 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -297,14 +241,6 @@ items: nameWithType: Outfit.SetRandomClothesItem(Random, PersonLike, ClothesLayer, ClothesIntention, StylePreference?, bool, int, Func) fullName: TinyLife.Objects.Outfit.SetRandomClothesItem(System.Random, TinyLife.Objects.PersonLike, TinyLife.Objects.ClothesLayer, TinyLife.Objects.ClothesIntention, TinyLife.Objects.StylePreference?, bool, int, System.Func) type: Method - source: - remote: - path: TinyLife/Objects/Clothes.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SetRandomClothesItem - path: ../TinyLife/Objects/Clothes.cs - startLine: 390 assemblies: - Tiny Life namespace: TinyLife.Objects diff --git a/docs/api/TinyLife.Objects.OverlayWallHanging.yml b/docs/api/TinyLife.Objects.OverlayWallHanging.yml index 61f02c6..fdd6db8 100644 --- a/docs/api/TinyLife.Objects.OverlayWallHanging.yml +++ b/docs/api/TinyLife.Objects.OverlayWallHanging.yml @@ -14,14 +14,6 @@ items: nameWithType: OverlayWallHanging fullName: TinyLife.Objects.OverlayWallHanging type: Class - source: - remote: - path: TinyLife/Objects/OverlayWallHanging.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OverlayWallHanging - path: ../TinyLife/Objects/OverlayWallHanging.cs - startLine: 16 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -108,6 +100,8 @@ items: - TinyLife.Objects.Furniture.ApplyUpgrade(TinyLife.Objects.AppliedUpgrade) - TinyLife.Objects.Furniture.HasFullUpgrade(TinyLife.Objects.Upgrade) - TinyLife.Objects.Furniture.OnNeighborChanged(TinyLife.Objects.Furniture) + - TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single) + - TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) - TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Ui.Elements.Element,System.Single,System.Int32[]) - TinyLife.Objects.Furniture.GetOccupants(TinyLife.Objects.ObjectCategory,System.Boolean) - TinyLife.Objects.Furniture.GetFreeActionSpots(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory) @@ -177,14 +171,6 @@ items: nameWithType: OverlayWallHanging.OverlayWallHanging(Guid, FurnitureType, int[], Map, Vector2, float) fullName: TinyLife.Objects.OverlayWallHanging.OverlayWallHanging(System.Guid, TinyLife.Objects.FurnitureType, int[], TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, float) type: Constructor - source: - remote: - path: TinyLife/Objects/OverlayWallHanging.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Objects/OverlayWallHanging.cs - startLine: 21 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -230,14 +216,6 @@ items: nameWithType: OverlayWallHanging.Draw(GameTime, object, Vector2, float, Vector2, Color?, Direction2, int[], float, bool, ParentInfo, float, List) fullName: TinyLife.Objects.OverlayWallHanging.Draw(Microsoft.Xna.Framework.GameTime, object, Microsoft.Xna.Framework.Vector2, float, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color?, MLEM.Maths.Direction2, int[], float, bool, TinyLife.Objects.ParentInfo, float, System.Collections.Generic.List) type: Method - source: - remote: - path: TinyLife/Objects/OverlayWallHanging.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Draw - path: ../TinyLife/Objects/OverlayWallHanging.cs - startLine: 26 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2133,6 +2111,228 @@ references: name: Furniture href: TinyLife.Objects.Furniture.html - name: ) +- uid: TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single) + commentId: M:TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single) + parent: TinyLife.Objects.Furniture + isExternal: true + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_MarkDirtyForPathfinding_Microsoft_Xna_Framework_Vector2_System_Single_ + name: MarkDirtyForPathfinding(Vector2, float) + nameWithType: Furniture.MarkDirtyForPathfinding(Vector2, float) + fullName: TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2, float) + nameWithType.vb: Furniture.MarkDirtyForPathfinding(Vector2, Single) + fullName.vb: TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2, Single) + name.vb: MarkDirtyForPathfinding(Vector2, Single) + spec.csharp: + - uid: TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single) + name: MarkDirtyForPathfinding + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_MarkDirtyForPathfinding_Microsoft_Xna_Framework_Vector2_System_Single_ + - name: ( + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ) + spec.vb: + - uid: TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single) + name: MarkDirtyForPathfinding + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_MarkDirtyForPathfinding_Microsoft_Xna_Framework_Vector2_System_Single_ + - name: ( + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ) +- uid: TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) + commentId: M:TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) + parent: TinyLife.Objects.Furniture + isExternal: true + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_DrawDirtyOverlay_Microsoft_Xna_Framework_GameTime_System_Object_Microsoft_Xna_Framework_Vector2_System_Single_Microsoft_Xna_Framework_Vector2_System_Nullable_Microsoft_Xna_Framework_Color__MLEM_Maths_Direction2_System_Int32___System_Single_System_Boolean_TinyLife_Objects_ParentInfo_System_Single_System_Collections_Generic_List_MLEM_Graphics_StaticSpriteBatch_Item__ + name: DrawDirtyOverlay(GameTime, object, Vector2, float, Vector2, Color?, Direction2, int[], float, bool, ParentInfo, float, List) + nameWithType: Furniture.DrawDirtyOverlay(GameTime, object, Vector2, float, Vector2, Color?, Direction2, int[], float, bool, ParentInfo, float, List) + fullName: TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime, object, Microsoft.Xna.Framework.Vector2, float, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color?, MLEM.Maths.Direction2, int[], float, bool, TinyLife.Objects.ParentInfo, float, System.Collections.Generic.List) + nameWithType.vb: Furniture.DrawDirtyOverlay(GameTime, Object, Vector2, Single, Vector2, Color?, Direction2, Integer(), Single, Boolean, ParentInfo, Single, List(Of StaticSpriteBatch.Item)) + fullName.vb: TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime, Object, Microsoft.Xna.Framework.Vector2, Single, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color?, MLEM.Maths.Direction2, Integer(), Single, Boolean, TinyLife.Objects.ParentInfo, Single, System.Collections.Generic.List(Of MLEM.Graphics.StaticSpriteBatch.Item)) + name.vb: DrawDirtyOverlay(GameTime, Object, Vector2, Single, Vector2, Color?, Direction2, Integer(), Single, Boolean, ParentInfo, Single, List(Of Item)) + spec.csharp: + - uid: TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) + name: DrawDirtyOverlay + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_DrawDirtyOverlay_Microsoft_Xna_Framework_GameTime_System_Object_Microsoft_Xna_Framework_Vector2_System_Single_Microsoft_Xna_Framework_Vector2_System_Nullable_Microsoft_Xna_Framework_Color__MLEM_Maths_Direction2_System_Int32___System_Single_System_Boolean_TinyLife_Objects_ParentInfo_System_Single_System_Collections_Generic_List_MLEM_Graphics_StaticSpriteBatch_Item__ + - name: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + isExternal: true + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Color + name: Color + isExternal: true + - name: '?' + - name: ',' + - name: " " + - uid: MLEM.Maths.Direction2 + name: Direction2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Int32 + name: int + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: '[' + - name: ']' + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: TinyLife.Objects.ParentInfo + name: ParentInfo + href: TinyLife.Objects.ParentInfo.html + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: System.Collections.Generic.List`1 + name: List + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 + - name: < + - uid: MLEM.Graphics.StaticSpriteBatch.Item + name: Item + isExternal: true + - name: '>' + - name: ) + spec.vb: + - uid: TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) + name: DrawDirtyOverlay + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_DrawDirtyOverlay_Microsoft_Xna_Framework_GameTime_System_Object_Microsoft_Xna_Framework_Vector2_System_Single_Microsoft_Xna_Framework_Vector2_System_Nullable_Microsoft_Xna_Framework_Color__MLEM_Maths_Direction2_System_Int32___System_Single_System_Boolean_TinyLife_Objects_ParentInfo_System_Single_System_Collections_Generic_List_MLEM_Graphics_StaticSpriteBatch_Item__ + - name: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + isExternal: true + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Color + name: Color + isExternal: true + - name: '?' + - name: ',' + - name: " " + - uid: MLEM.Maths.Direction2 + name: Direction2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Int32 + name: Integer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ( + - name: ) + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: TinyLife.Objects.ParentInfo + name: ParentInfo + href: TinyLife.Objects.ParentInfo.html + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: System.Collections.Generic.List`1 + name: List + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 + - name: ( + - name: Of + - name: " " + - uid: MLEM.Graphics.StaticSpriteBatch.Item + name: Item + isExternal: true + - name: ) + - name: ) - uid: TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Ui.Elements.Element,System.Single,System.Int32[]) commentId: M:TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Ui.Elements.Element,System.Single,System.Int32[]) parent: TinyLife.Objects.Furniture diff --git a/docs/api/TinyLife.Objects.Painting.yml b/docs/api/TinyLife.Objects.Painting.yml index 5eb972c..cc53ee8 100644 --- a/docs/api/TinyLife.Objects.Painting.yml +++ b/docs/api/TinyLife.Objects.Painting.yml @@ -21,14 +21,6 @@ items: nameWithType: Painting fullName: TinyLife.Objects.Painting type: Class - source: - remote: - path: TinyLife/Objects/Painting.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Painting - path: ../TinyLife/Objects/Painting.cs - startLine: 17 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -109,6 +101,8 @@ items: - TinyLife.Objects.Furniture.ApplyUpgrade(TinyLife.Objects.AppliedUpgrade) - TinyLife.Objects.Furniture.HasFullUpgrade(TinyLife.Objects.Upgrade) - TinyLife.Objects.Furniture.OnNeighborChanged(TinyLife.Objects.Furniture) + - TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single) + - TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) - TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Ui.Elements.Element,System.Single,System.Int32[]) - TinyLife.Objects.Furniture.GetOccupants(TinyLife.Objects.ObjectCategory,System.Boolean) - TinyLife.Objects.Furniture.GetFreeActionSpots(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory) @@ -178,14 +172,6 @@ items: nameWithType: Painting.PaintingType fullName: TinyLife.Objects.Painting.PaintingType type: Field - source: - remote: - path: TinyLife/Objects/Painting.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PaintingType - path: ../TinyLife/Objects/Painting.cs - startLine: 23 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -217,14 +203,6 @@ items: nameWithType: Painting.Progress fullName: TinyLife.Objects.Painting.Progress type: Field - source: - remote: - path: TinyLife/Objects/Painting.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Progress - path: ../TinyLife/Objects/Painting.cs - startLine: 29 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -259,14 +237,6 @@ items: nameWithType: Painting.EmitsCreativeEmotion fullName: TinyLife.Objects.Painting.EmitsCreativeEmotion type: Field - source: - remote: - path: TinyLife/Objects/Painting.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: EmitsCreativeEmotion - path: ../TinyLife/Objects/Painting.cs - startLine: 35 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -301,14 +271,6 @@ items: nameWithType: Painting.Painting(Guid, FurnitureType, int[], Map, Vector2, float) fullName: TinyLife.Objects.Painting.Painting(System.Guid, TinyLife.Objects.FurnitureType, int[], TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, float) type: Constructor - source: - remote: - path: TinyLife/Objects/Painting.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Objects/Painting.cs - startLine: 39 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -354,14 +316,6 @@ items: nameWithType: Painting.Draw(GameTime, object, Vector2, float, Vector2, Color?, Direction2, int[], float, bool, ParentInfo, float, List) fullName: TinyLife.Objects.Painting.Draw(Microsoft.Xna.Framework.GameTime, object, Microsoft.Xna.Framework.Vector2, float, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color?, MLEM.Maths.Direction2, int[], float, bool, TinyLife.Objects.ParentInfo, float, System.Collections.Generic.List) type: Method - source: - remote: - path: TinyLife/Objects/Painting.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Draw - path: ../TinyLife/Objects/Painting.cs - startLine: 45 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -429,14 +383,6 @@ items: nameWithType: Painting.GetPrice() fullName: TinyLife.Objects.Painting.GetPrice() type: Method - source: - remote: - path: TinyLife/Objects/Painting.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetPrice - path: ../TinyLife/Objects/Painting.cs - startLine: 60 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -461,14 +407,6 @@ items: nameWithType: Painting.Validate() fullName: TinyLife.Objects.Painting.Validate() type: Method - source: - remote: - path: TinyLife/Objects/Painting.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Validate - path: ../TinyLife/Objects/Painting.cs - startLine: 65 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -498,14 +436,6 @@ items: nameWithType: Painting.GetDescription(List, bool) fullName: TinyLife.Objects.Painting.GetDescription(System.Collections.Generic.List, bool) type: Method - source: - remote: - path: TinyLife/Objects/Painting.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetDescription - path: ../TinyLife/Objects/Painting.cs - startLine: 70 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -540,14 +470,6 @@ items: nameWithType: Painting.CanExecuteAction(ActionType, ActionInfo, bool, bool) fullName: TinyLife.Objects.Painting.CanExecuteAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, bool, bool) type: Method - source: - remote: - path: TinyLife/Objects/Painting.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CanExecuteAction - path: ../TinyLife/Objects/Painting.cs - startLine: 77 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2281,6 +2203,228 @@ references: name: Furniture href: TinyLife.Objects.Furniture.html - name: ) +- uid: TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single) + commentId: M:TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single) + parent: TinyLife.Objects.Furniture + isExternal: true + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_MarkDirtyForPathfinding_Microsoft_Xna_Framework_Vector2_System_Single_ + name: MarkDirtyForPathfinding(Vector2, float) + nameWithType: Furniture.MarkDirtyForPathfinding(Vector2, float) + fullName: TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2, float) + nameWithType.vb: Furniture.MarkDirtyForPathfinding(Vector2, Single) + fullName.vb: TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2, Single) + name.vb: MarkDirtyForPathfinding(Vector2, Single) + spec.csharp: + - uid: TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single) + name: MarkDirtyForPathfinding + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_MarkDirtyForPathfinding_Microsoft_Xna_Framework_Vector2_System_Single_ + - name: ( + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ) + spec.vb: + - uid: TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single) + name: MarkDirtyForPathfinding + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_MarkDirtyForPathfinding_Microsoft_Xna_Framework_Vector2_System_Single_ + - name: ( + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ) +- uid: TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) + commentId: M:TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) + parent: TinyLife.Objects.Furniture + isExternal: true + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_DrawDirtyOverlay_Microsoft_Xna_Framework_GameTime_System_Object_Microsoft_Xna_Framework_Vector2_System_Single_Microsoft_Xna_Framework_Vector2_System_Nullable_Microsoft_Xna_Framework_Color__MLEM_Maths_Direction2_System_Int32___System_Single_System_Boolean_TinyLife_Objects_ParentInfo_System_Single_System_Collections_Generic_List_MLEM_Graphics_StaticSpriteBatch_Item__ + name: DrawDirtyOverlay(GameTime, object, Vector2, float, Vector2, Color?, Direction2, int[], float, bool, ParentInfo, float, List) + nameWithType: Furniture.DrawDirtyOverlay(GameTime, object, Vector2, float, Vector2, Color?, Direction2, int[], float, bool, ParentInfo, float, List) + fullName: TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime, object, Microsoft.Xna.Framework.Vector2, float, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color?, MLEM.Maths.Direction2, int[], float, bool, TinyLife.Objects.ParentInfo, float, System.Collections.Generic.List) + nameWithType.vb: Furniture.DrawDirtyOverlay(GameTime, Object, Vector2, Single, Vector2, Color?, Direction2, Integer(), Single, Boolean, ParentInfo, Single, List(Of StaticSpriteBatch.Item)) + fullName.vb: TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime, Object, Microsoft.Xna.Framework.Vector2, Single, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color?, MLEM.Maths.Direction2, Integer(), Single, Boolean, TinyLife.Objects.ParentInfo, Single, System.Collections.Generic.List(Of MLEM.Graphics.StaticSpriteBatch.Item)) + name.vb: DrawDirtyOverlay(GameTime, Object, Vector2, Single, Vector2, Color?, Direction2, Integer(), Single, Boolean, ParentInfo, Single, List(Of Item)) + spec.csharp: + - uid: TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) + name: DrawDirtyOverlay + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_DrawDirtyOverlay_Microsoft_Xna_Framework_GameTime_System_Object_Microsoft_Xna_Framework_Vector2_System_Single_Microsoft_Xna_Framework_Vector2_System_Nullable_Microsoft_Xna_Framework_Color__MLEM_Maths_Direction2_System_Int32___System_Single_System_Boolean_TinyLife_Objects_ParentInfo_System_Single_System_Collections_Generic_List_MLEM_Graphics_StaticSpriteBatch_Item__ + - name: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + isExternal: true + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Color + name: Color + isExternal: true + - name: '?' + - name: ',' + - name: " " + - uid: MLEM.Maths.Direction2 + name: Direction2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Int32 + name: int + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: '[' + - name: ']' + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: TinyLife.Objects.ParentInfo + name: ParentInfo + href: TinyLife.Objects.ParentInfo.html + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: System.Collections.Generic.List`1 + name: List + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 + - name: < + - uid: MLEM.Graphics.StaticSpriteBatch.Item + name: Item + isExternal: true + - name: '>' + - name: ) + spec.vb: + - uid: TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) + name: DrawDirtyOverlay + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_DrawDirtyOverlay_Microsoft_Xna_Framework_GameTime_System_Object_Microsoft_Xna_Framework_Vector2_System_Single_Microsoft_Xna_Framework_Vector2_System_Nullable_Microsoft_Xna_Framework_Color__MLEM_Maths_Direction2_System_Int32___System_Single_System_Boolean_TinyLife_Objects_ParentInfo_System_Single_System_Collections_Generic_List_MLEM_Graphics_StaticSpriteBatch_Item__ + - name: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + isExternal: true + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Color + name: Color + isExternal: true + - name: '?' + - name: ',' + - name: " " + - uid: MLEM.Maths.Direction2 + name: Direction2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Int32 + name: Integer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ( + - name: ) + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: TinyLife.Objects.ParentInfo + name: ParentInfo + href: TinyLife.Objects.ParentInfo.html + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: System.Collections.Generic.List`1 + name: List + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 + - name: ( + - name: Of + - name: " " + - uid: MLEM.Graphics.StaticSpriteBatch.Item + name: Item + isExternal: true + - name: ) + - name: ) - uid: TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Ui.Elements.Element,System.Single,System.Int32[]) commentId: M:TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Ui.Elements.Element,System.Single,System.Int32[]) parent: TinyLife.Objects.Furniture diff --git a/docs/api/TinyLife.Objects.ParentInfo.AttachmentType.yml b/docs/api/TinyLife.Objects.ParentInfo.AttachmentType.yml index a826133..cfe1c89 100644 --- a/docs/api/TinyLife.Objects.ParentInfo.AttachmentType.yml +++ b/docs/api/TinyLife.Objects.ParentInfo.AttachmentType.yml @@ -21,14 +21,6 @@ items: nameWithType: ParentInfo.AttachmentType fullName: TinyLife.Objects.ParentInfo.AttachmentType type: Enum - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AttachmentType - path: ../TinyLife/Objects/MapObject.cs - startLine: 1162 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -50,14 +42,6 @@ items: nameWithType: ParentInfo.AttachmentType.None fullName: TinyLife.Objects.ParentInfo.AttachmentType.None type: Field - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: None - path: ../TinyLife/Objects/MapObject.cs - startLine: 1165 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -76,14 +60,6 @@ items: nameWithType: ParentInfo.AttachmentType.Furniture fullName: TinyLife.Objects.ParentInfo.AttachmentType.Furniture type: Field - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Furniture - path: ../TinyLife/Objects/MapObject.cs - startLine: 1166 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -102,14 +78,6 @@ items: nameWithType: ParentInfo.AttachmentType.Person fullName: TinyLife.Objects.ParentInfo.AttachmentType.Person type: Field - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Person - path: ../TinyLife/Objects/MapObject.cs - startLine: 1167 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -128,14 +96,6 @@ items: nameWithType: ParentInfo.AttachmentType.Wall fullName: TinyLife.Objects.ParentInfo.AttachmentType.Wall type: Field - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Wall - path: ../TinyLife/Objects/MapObject.cs - startLine: 1168 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -154,14 +114,6 @@ items: nameWithType: ParentInfo.AttachmentType.Roof fullName: TinyLife.Objects.ParentInfo.AttachmentType.Roof type: Field - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Roof - path: ../TinyLife/Objects/MapObject.cs - startLine: 1169 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -180,14 +132,6 @@ items: nameWithType: ParentInfo.AttachmentType.Stairs fullName: TinyLife.Objects.ParentInfo.AttachmentType.Stairs type: Field - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Stairs - path: ../TinyLife/Objects/MapObject.cs - startLine: 1170 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -206,14 +150,6 @@ items: nameWithType: ParentInfo.AttachmentType.Ceiling fullName: TinyLife.Objects.ParentInfo.AttachmentType.Ceiling type: Field - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Ceiling - path: ../TinyLife/Objects/MapObject.cs - startLine: 1171 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -232,14 +168,6 @@ items: nameWithType: ParentInfo.AttachmentType.Ground fullName: TinyLife.Objects.ParentInfo.AttachmentType.Ground type: Field - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Ground - path: ../TinyLife/Objects/MapObject.cs - startLine: 1172 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -258,14 +186,6 @@ items: nameWithType: ParentInfo.AttachmentType.Ui fullName: TinyLife.Objects.ParentInfo.AttachmentType.Ui type: Field - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Ui - path: ../TinyLife/Objects/MapObject.cs - startLine: 1173 assemblies: - Tiny Life namespace: TinyLife.Objects diff --git a/docs/api/TinyLife.Objects.ParentInfo.yml b/docs/api/TinyLife.Objects.ParentInfo.yml index dcb09e3..44d7040 100644 --- a/docs/api/TinyLife.Objects.ParentInfo.yml +++ b/docs/api/TinyLife.Objects.ParentInfo.yml @@ -25,14 +25,6 @@ items: nameWithType: ParentInfo fullName: TinyLife.Objects.ParentInfo type: Struct - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ParentInfo - path: ../TinyLife/Objects/MapObject.cs - startLine: 895 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -64,14 +56,6 @@ items: nameWithType: ParentInfo.Type fullName: TinyLife.Objects.ParentInfo.Type type: Field - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Type - path: ../TinyLife/Objects/MapObject.cs - startLine: 900 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -93,14 +77,6 @@ items: nameWithType: ParentInfo.LayerDepth fullName: TinyLife.Objects.ParentInfo.LayerDepth type: Property - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: LayerDepth - path: ../TinyLife/Objects/MapObject.cs - startLine: 906 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -127,14 +103,6 @@ items: nameWithType: ParentInfo.ShouldDraw fullName: TinyLife.Objects.ParentInfo.ShouldDraw type: Property - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ShouldDraw - path: ../TinyLife/Objects/MapObject.cs - startLine: 910 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -158,14 +126,6 @@ items: nameWithType: ParentInfo.ParentInfo(Furniture, AbstractSpot) fullName: TinyLife.Objects.ParentInfo.ParentInfo(TinyLife.Objects.Furniture, TinyLife.Objects.AbstractSpot) type: Constructor - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Objects/MapObject.cs - startLine: 924 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -196,14 +156,6 @@ items: nameWithType: ParentInfo.ParentInfo(PersonLike) fullName: TinyLife.Objects.ParentInfo.ParentInfo(TinyLife.Objects.PersonLike) type: Constructor - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Objects/MapObject.cs - startLine: 934 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -231,14 +183,6 @@ items: nameWithType: ParentInfo.ParentInfo(Wall) fullName: TinyLife.Objects.ParentInfo.ParentInfo(TinyLife.World.Wall) type: Constructor - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Objects/MapObject.cs - startLine: 943 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -266,14 +210,6 @@ items: nameWithType: ParentInfo.ParentInfo(Roof) fullName: TinyLife.Objects.ParentInfo.ParentInfo(TinyLife.World.Roof) type: Constructor - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Objects/MapObject.cs - startLine: 952 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -301,14 +237,6 @@ items: nameWithType: ParentInfo.ParentInfo(Stairs) fullName: TinyLife.Objects.ParentInfo.ParentInfo(TinyLife.World.Stairs) type: Constructor - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Objects/MapObject.cs - startLine: 961 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -336,14 +264,6 @@ items: nameWithType: ParentInfo.ParentInfo(ParentInfo.AttachmentType) fullName: TinyLife.Objects.ParentInfo.ParentInfo(TinyLife.Objects.ParentInfo.AttachmentType) type: Constructor - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Objects/MapObject.cs - startLine: 972 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -378,14 +298,6 @@ items: nameWithType: ParentInfo.GetDrawOffset(Vector2) fullName: TinyLife.Objects.ParentInfo.GetDrawOffset(Microsoft.Xna.Framework.Vector2) type: Method - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetDrawOffset - path: ../TinyLife/Objects/MapObject.cs - startLine: 983 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -413,14 +325,6 @@ items: nameWithType: ParentInfo.GetDepthOffset(Vector2) fullName: TinyLife.Objects.ParentInfo.GetDepthOffset(Microsoft.Xna.Framework.Vector2) type: Method - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetDepthOffset - path: ../TinyLife/Objects/MapObject.cs - startLine: 1003 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -448,14 +352,6 @@ items: nameWithType: ParentInfo.GetDepthPos(Map, Vector2, float, Point, Point, Point, Point, Point, bool, Point, Point) fullName: TinyLife.Objects.ParentInfo.GetDepthPos(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, float, Microsoft.Xna.Framework.Point, Microsoft.Xna.Framework.Point, Microsoft.Xna.Framework.Point, Microsoft.Xna.Framework.Point, Microsoft.Xna.Framework.Point, bool, Microsoft.Xna.Framework.Point, Microsoft.Xna.Framework.Point) type: Method - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetDepthPos - path: ../TinyLife/Objects/MapObject.cs - startLine: 1040 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -516,14 +412,6 @@ items: nameWithType: ParentInfo.GetRowColumnSize(Point) fullName: TinyLife.Objects.ParentInfo.GetRowColumnSize(Microsoft.Xna.Framework.Point) type: Method - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetRowColumnSize - path: ../TinyLife/Objects/MapObject.cs - startLine: 1126 assemblies: - Tiny Life namespace: TinyLife.Objects diff --git a/docs/api/TinyLife.Objects.Particle.yml b/docs/api/TinyLife.Objects.Particle.yml index 0553d8a..eab6dd8 100644 --- a/docs/api/TinyLife.Objects.Particle.yml +++ b/docs/api/TinyLife.Objects.Particle.yml @@ -50,14 +50,6 @@ items: nameWithType: Particle fullName: TinyLife.Objects.Particle type: Class - source: - remote: - path: TinyLife/Objects/Particle.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Particle - path: ../TinyLife/Objects/Particle.cs - startLine: 19 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -94,14 +86,6 @@ items: nameWithType: Particle.AmbientFallingLeaves fullName: TinyLife.Objects.Particle.AmbientFallingLeaves type: Field - source: - remote: - path: TinyLife/Objects/Particle.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AmbientFallingLeaves - path: ../TinyLife/Objects/Particle.cs - startLine: 26 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -128,14 +112,6 @@ items: nameWithType: Particle.OnParticleUpdate fullName: TinyLife.Objects.Particle.OnParticleUpdate type: Event - source: - remote: - path: TinyLife/Objects/Particle.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnParticleUpdate - path: ../TinyLife/Objects/Particle.cs - startLine: 36 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -157,14 +133,6 @@ items: nameWithType: Particle.Random fullName: TinyLife.Objects.Particle.Random type: Field - source: - remote: - path: TinyLife/Objects/Particle.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Random - path: ../TinyLife/Objects/Particle.cs - startLine: 43 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -186,14 +154,6 @@ items: nameWithType: Particle.Map fullName: TinyLife.Objects.Particle.Map type: Property - source: - remote: - path: TinyLife/Objects/Particle.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Map - path: ../TinyLife/Objects/Particle.cs - startLine: 47 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -217,14 +177,6 @@ items: nameWithType: Particle.Friction fullName: TinyLife.Objects.Particle.Friction type: Field - source: - remote: - path: TinyLife/Objects/Particle.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Friction - path: ../TinyLife/Objects/Particle.cs - startLine: 52 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -246,14 +198,6 @@ items: nameWithType: Particle.TimeToLive fullName: TinyLife.Objects.Particle.TimeToLive type: Field - source: - remote: - path: TinyLife/Objects/Particle.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TimeToLive - path: ../TinyLife/Objects/Particle.cs - startLine: 56 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -275,14 +219,6 @@ items: nameWithType: Particle.Position fullName: TinyLife.Objects.Particle.Position type: Field - source: - remote: - path: TinyLife/Objects/Particle.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Position - path: ../TinyLife/Objects/Particle.cs - startLine: 60 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -304,14 +240,6 @@ items: nameWithType: Particle.Floor fullName: TinyLife.Objects.Particle.Floor type: Field - source: - remote: - path: TinyLife/Objects/Particle.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Floor - path: ../TinyLife/Objects/Particle.cs - startLine: 64 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -333,14 +261,6 @@ items: nameWithType: Particle.Motion fullName: TinyLife.Objects.Particle.Motion type: Field - source: - remote: - path: TinyLife/Objects/Particle.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Motion - path: ../TinyLife/Objects/Particle.cs - startLine: 68 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -362,14 +282,6 @@ items: nameWithType: Particle.DepthOffset fullName: TinyLife.Objects.Particle.DepthOffset type: Field - source: - remote: - path: TinyLife/Objects/Particle.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DepthOffset - path: ../TinyLife/Objects/Particle.cs - startLine: 72 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -391,14 +303,6 @@ items: nameWithType: Particle.Gravity fullName: TinyLife.Objects.Particle.Gravity type: Field - source: - remote: - path: TinyLife/Objects/Particle.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Gravity - path: ../TinyLife/Objects/Particle.cs - startLine: 76 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -420,14 +324,6 @@ items: nameWithType: Particle.VisualMotion fullName: TinyLife.Objects.Particle.VisualMotion type: Field - source: - remote: - path: TinyLife/Objects/Particle.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: VisualMotion - path: ../TinyLife/Objects/Particle.cs - startLine: 82 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -454,14 +350,6 @@ items: nameWithType: Particle.ScreenPosOffset fullName: TinyLife.Objects.Particle.ScreenPosOffset type: Field - source: - remote: - path: TinyLife/Objects/Particle.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ScreenPosOffset - path: ../TinyLife/Objects/Particle.cs - startLine: 87 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -486,14 +374,6 @@ items: nameWithType: Particle.VisualWorldOffset fullName: TinyLife.Objects.Particle.VisualWorldOffset type: Field - source: - remote: - path: TinyLife/Objects/Particle.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: VisualWorldOffset - path: ../TinyLife/Objects/Particle.cs - startLine: 92 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -518,14 +398,6 @@ items: nameWithType: Particle.DepthPosOffset fullName: TinyLife.Objects.Particle.DepthPosOffset type: Field - source: - remote: - path: TinyLife/Objects/Particle.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DepthPosOffset - path: ../TinyLife/Objects/Particle.cs - startLine: 96 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -547,14 +419,6 @@ items: nameWithType: Particle.ParentInfo fullName: TinyLife.Objects.Particle.ParentInfo type: Field - source: - remote: - path: TinyLife/Objects/Particle.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ParentInfo - path: ../TinyLife/Objects/Particle.cs - startLine: 100 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -576,14 +440,6 @@ items: nameWithType: Particle.IgnoreParentDrawPos fullName: TinyLife.Objects.Particle.IgnoreParentDrawPos type: Field - source: - remote: - path: TinyLife/Objects/Particle.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IgnoreParentDrawPos - path: ../TinyLife/Objects/Particle.cs - startLine: 104 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -605,14 +461,6 @@ items: nameWithType: Particle.UpdateWhenPaused fullName: TinyLife.Objects.Particle.UpdateWhenPaused type: Field - source: - remote: - path: TinyLife/Objects/Particle.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: UpdateWhenPaused - path: ../TinyLife/Objects/Particle.cs - startLine: 109 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -637,14 +485,6 @@ items: nameWithType: Particle.Color fullName: TinyLife.Objects.Particle.Color type: Field - source: - remote: - path: TinyLife/Objects/Particle.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Color - path: ../TinyLife/Objects/Particle.cs - startLine: 113 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -666,14 +506,6 @@ items: nameWithType: Particle.SpriteEffects fullName: TinyLife.Objects.Particle.SpriteEffects type: Field - source: - remote: - path: TinyLife/Objects/Particle.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SpriteEffects - path: ../TinyLife/Objects/Particle.cs - startLine: 117 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -695,14 +527,6 @@ items: nameWithType: Particle.ForceOutside fullName: TinyLife.Objects.Particle.ForceOutside type: Field - source: - remote: - path: TinyLife/Objects/Particle.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ForceOutside - path: ../TinyLife/Objects/Particle.cs - startLine: 122 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -727,14 +551,6 @@ items: nameWithType: Particle.OnUpdate fullName: TinyLife.Objects.Particle.OnUpdate type: Field - source: - remote: - path: TinyLife/Objects/Particle.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnUpdate - path: ../TinyLife/Objects/Particle.cs - startLine: 127 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -759,14 +575,6 @@ items: nameWithType: Particle.Light fullName: TinyLife.Objects.Particle.Light type: Field - source: - remote: - path: TinyLife/Objects/Particle.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Light - path: ../TinyLife/Objects/Particle.cs - startLine: 132 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -791,14 +599,6 @@ items: nameWithType: Particle.Scale fullName: TinyLife.Objects.Particle.Scale type: Field - source: - remote: - path: TinyLife/Objects/Particle.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Scale - path: ../TinyLife/Objects/Particle.cs - startLine: 136 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -820,14 +620,6 @@ items: nameWithType: Particle.Alpha fullName: TinyLife.Objects.Particle.Alpha type: Field - source: - remote: - path: TinyLife/Objects/Particle.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Alpha - path: ../TinyLife/Objects/Particle.cs - startLine: 140 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -849,14 +641,6 @@ items: nameWithType: Particle.LifeAnimation fullName: TinyLife.Objects.Particle.LifeAnimation type: Field - source: - remote: - path: TinyLife/Objects/Particle.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: LifeAnimation - path: ../TinyLife/Objects/Particle.cs - startLine: 145 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -878,14 +662,6 @@ items: nameWithType: Particle.SpawnAnimation fullName: TinyLife.Objects.Particle.SpawnAnimation type: Field - source: - remote: - path: TinyLife/Objects/Particle.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SpawnAnimation - path: ../TinyLife/Objects/Particle.cs - startLine: 149 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -907,14 +683,6 @@ items: nameWithType: Particle.DeathAnimation fullName: TinyLife.Objects.Particle.DeathAnimation type: Field - source: - remote: - path: TinyLife/Objects/Particle.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DeathAnimation - path: ../TinyLife/Objects/Particle.cs - startLine: 153 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -936,14 +704,6 @@ items: nameWithType: Particle.Animation fullName: TinyLife.Objects.Particle.Animation type: Field - source: - remote: - path: TinyLife/Objects/Particle.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Animation - path: ../TinyLife/Objects/Particle.cs - startLine: 158 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -965,14 +725,6 @@ items: nameWithType: Particle.TimeLived fullName: TinyLife.Objects.Particle.TimeLived type: Field - source: - remote: - path: TinyLife/Objects/Particle.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TimeLived - path: ../TinyLife/Objects/Particle.cs - startLine: 163 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -997,14 +749,6 @@ items: nameWithType: Particle.Particle(TextureRegion, TimeSpan, Vector2, float) fullName: TinyLife.Objects.Particle.Particle(MLEM.Textures.TextureRegion, System.TimeSpan, Microsoft.Xna.Framework.Vector2, float) type: Constructor - source: - remote: - path: TinyLife/Objects/Particle.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Objects/Particle.cs - startLine: 172 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1041,14 +785,6 @@ items: nameWithType: Particle.Particle(SpriteAnimation, TimeSpan, Vector2, float) fullName: TinyLife.Objects.Particle.Particle(MLEM.Animations.SpriteAnimation, System.TimeSpan, Microsoft.Xna.Framework.Vector2, float) type: Constructor - source: - remote: - path: TinyLife/Objects/Particle.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Objects/Particle.cs - startLine: 182 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1085,14 +821,6 @@ items: nameWithType: Particle.Update(GameTime, TimeSpan, float) fullName: TinyLife.Objects.Particle.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) type: Method - source: - remote: - path: TinyLife/Objects/Particle.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Update - path: ../TinyLife/Objects/Particle.cs - startLine: 195 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1126,14 +854,6 @@ items: nameWithType: Particle.Draw(GameTime, SpriteBatch) fullName: TinyLife.Objects.Particle.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch) type: Method - source: - remote: - path: TinyLife/Objects/Particle.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Draw - path: ../TinyLife/Objects/Particle.cs - startLine: 239 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1161,14 +881,6 @@ items: nameWithType: Particle.Remove() fullName: TinyLife.Objects.Particle.Remove() type: Method - source: - remote: - path: TinyLife/Objects/Particle.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Remove - path: ../TinyLife/Objects/Particle.cs - startLine: 248 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1189,14 +901,6 @@ items: nameWithType: Particle.OnRemoved() fullName: TinyLife.Objects.Particle.OnRemoved() type: Method - source: - remote: - path: TinyLife/Objects/Particle.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnRemoved - path: ../TinyLife/Objects/Particle.cs - startLine: 256 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1217,14 +921,6 @@ items: nameWithType: Particle.OnAdded() fullName: TinyLife.Objects.Particle.OnAdded() type: Method - source: - remote: - path: TinyLife/Objects/Particle.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnAdded - path: ../TinyLife/Objects/Particle.cs - startLine: 263 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1245,14 +941,6 @@ items: nameWithType: Particle.Spawn(Map, Vector2, Func) fullName: TinyLife.Objects.Particle.Spawn(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, System.Func) type: Method - source: - remote: - path: TinyLife/Objects/Particle.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Spawn - path: ../TinyLife/Objects/Particle.cs - startLine: 274 assemblies: - Tiny Life namespace: TinyLife.Objects diff --git a/docs/api/TinyLife.Objects.Person.yml b/docs/api/TinyLife.Objects.Person.yml index 6f7f729..74959cf 100644 --- a/docs/api/TinyLife.Objects.Person.yml +++ b/docs/api/TinyLife.Objects.Person.yml @@ -7,6 +7,7 @@ items: children: - TinyLife.Objects.Person.#ctor(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Single) - TinyLife.Objects.Person.AddJob(TinyLife.Goals.JobType,System.Int32) + - TinyLife.Objects.Person.AgeTextures - TinyLife.Objects.Person.CanExecuteAction(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean) - TinyLife.Objects.Person.Create(TinyLife.World.Map,System.Random,TinyLife.Objects.AgeGroup,System.Boolean,System.Boolean,System.Boolean,System.Boolean,TinyLife.Objects.PersonLike[]) - TinyLife.Objects.Person.CurrentRoomDecorativeRating @@ -16,6 +17,7 @@ items: - TinyLife.Objects.Person.DrawUi(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Maths.Direction2,TinyLife.Objects.Outfit,System.Nullable{TinyLife.Objects.Pose},System.Nullable{TinyLife.Objects.AgeGroup}) - TinyLife.Objects.Person.FullNamePronouns - TinyLife.Objects.Person.GenerateAnimationGroup(TinyLife.Objects.ClothesLayer,System.Int32,System.Collections.Generic.IReadOnlyDictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point) + - TinyLife.Objects.Person.GenerateShadowAnimation - TinyLife.Objects.Person.GetAiPriorityForObject(TinyLife.Objects.MapObject,TinyLife.Objects.ObjectCategory) - TinyLife.Objects.Person.GetCurrentGoals - TinyLife.Objects.Person.GetHeldItemDrawOffset(System.Boolean) @@ -33,6 +35,7 @@ items: - TinyLife.Objects.Person.LifeGoal - TinyLife.Objects.Person.LotEmployment - TinyLife.Objects.Person.OnAgeChanged(TinyLife.Objects.AgeGroup) + - TinyLife.Objects.Person.OnCreate - TinyLife.Objects.Person.OnDrawUi - TinyLife.Objects.Person.OnGenerateAnimationGroup - TinyLife.Objects.Person.OnJobChanged @@ -57,14 +60,6 @@ items: nameWithType: Person fullName: TinyLife.Objects.Person type: Class - source: - remote: - path: TinyLife/Objects/Person.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Person - path: ../TinyLife/Objects/Person.cs - startLine: 29 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -320,6 +315,44 @@ items: - System.Object.ToString extensionMethods: - TinyLife.Objects.Person.TinyLife.Utilities.Extensions.JsonCopy``1 +- uid: TinyLife.Objects.Person.AgeTextures + commentId: F:TinyLife.Objects.Person.AgeTextures + id: AgeTextures + parent: TinyLife.Objects.Person + langs: + - csharp + - vb + name: AgeTextures + nameWithType: Person.AgeTextures + fullName: TinyLife.Objects.Person.AgeTextures + type: Field + assemblies: + - Tiny Life + namespace: TinyLife.Objects + syntax: + content: public static readonly Dictionary AgeTextures + return: + type: System.Collections.Generic.Dictionary{TinyLife.Objects.AgeGroup,System.String} + content.vb: Public Shared ReadOnly AgeTextures As Dictionary(Of AgeGroup, String) +- uid: TinyLife.Objects.Person.OnCreate + commentId: E:TinyLife.Objects.Person.OnCreate + id: OnCreate + parent: TinyLife.Objects.Person + langs: + - csharp + - vb + name: OnCreate + nameWithType: Person.OnCreate + fullName: TinyLife.Objects.Person.OnCreate + type: Event + assemblies: + - Tiny Life + namespace: TinyLife.Objects + syntax: + content: public static event Action<(Person Person, Random Random, AgeGroup AllowedAges, bool InitializeName, bool InitializePersonality, bool GenerateOutfits, PersonLike[] GeneticInfluences, StylePreference Style, EventPhase Phase)> OnCreate + return: + type: System.Action{System.ValueTuple{TinyLife.Objects.Person,System.Random,TinyLife.Objects.AgeGroup,System.Boolean,System.Boolean,System.Boolean,TinyLife.Objects.PersonLike[],System.ValueTuple{TinyLife.Objects.StylePreference,TinyLife.Mods.EventPhase}}} + content.vb: Public Shared Event OnCreate As Action(Of (Person As Person, Random As Random, AllowedAges As AgeGroup, InitializeName As Boolean, InitializePersonality As Boolean, GenerateOutfits As Boolean, GeneticInfluences As PersonLike(), Style As StylePreference, Phase As EventPhase)) - uid: TinyLife.Objects.Person.Projects commentId: F:TinyLife.Objects.Person.Projects id: Projects @@ -331,14 +364,6 @@ items: nameWithType: Person.Projects fullName: TinyLife.Objects.Person.Projects type: Field - source: - remote: - path: TinyLife/Objects/Person.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Projects - path: ../TinyLife/Objects/Person.cs - startLine: 43 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -373,14 +398,6 @@ items: nameWithType: Person.Jobs fullName: TinyLife.Objects.Person.Jobs type: Field - source: - remote: - path: TinyLife/Objects/Person.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Jobs - path: ../TinyLife/Objects/Person.cs - startLine: 49 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -415,14 +432,6 @@ items: nameWithType: Person.Pronouns fullName: TinyLife.Objects.Person.Pronouns type: Field - source: - remote: - path: TinyLife/Objects/Person.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Pronouns - path: ../TinyLife/Objects/Person.cs - startLine: 55 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -454,14 +463,6 @@ items: nameWithType: Person.FullNamePronouns fullName: TinyLife.Objects.Person.FullNamePronouns type: Property - source: - remote: - path: TinyLife/Objects/Person.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: FullNamePronouns - path: ../TinyLife/Objects/Person.cs - startLine: 57 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -486,14 +487,6 @@ items: nameWithType: Person.Job fullName: TinyLife.Objects.Person.Job type: Property - source: - remote: - path: TinyLife/Objects/Person.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Job - path: ../TinyLife/Objects/Person.cs - startLine: 61 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -540,14 +533,6 @@ items: nameWithType: Person.CurrentRoomDecorativeRating fullName: TinyLife.Objects.Person.CurrentRoomDecorativeRating type: Property - source: - remote: - path: TinyLife/Objects/Person.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CurrentRoomDecorativeRating - path: ../TinyLife/Objects/Person.cs - startLine: 66 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -571,14 +556,6 @@ items: nameWithType: Person.LastBedSleptIn fullName: TinyLife.Objects.Person.LastBedSleptIn type: Field - source: - remote: - path: TinyLife/Objects/Person.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: LastBedSleptIn - path: ../TinyLife/Objects/Person.cs - startLine: 71 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -614,14 +591,6 @@ items: nameWithType: Person.LotEmployment fullName: TinyLife.Objects.Person.LotEmployment type: Field - source: - remote: - path: TinyLife/Objects/Person.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: LotEmployment - path: ../TinyLife/Objects/Person.cs - startLine: 77 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -660,14 +629,6 @@ items: nameWithType: Person.LifeGoal fullName: TinyLife.Objects.Person.LifeGoal type: Property - source: - remote: - path: TinyLife/Objects/Person.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: LifeGoal - path: ../TinyLife/Objects/Person.cs - startLine: 81 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -691,14 +652,6 @@ items: nameWithType: Person.PhoneColors fullName: TinyLife.Objects.Person.PhoneColors type: Field - source: - remote: - path: TinyLife/Objects/Person.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PhoneColors - path: ../TinyLife/Objects/Person.cs - startLine: 94 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -730,14 +683,6 @@ items: nameWithType: Person.DiaperDirty fullName: TinyLife.Objects.Person.DiaperDirty type: Field - source: - remote: - path: TinyLife/Objects/Person.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DiaperDirty - path: ../TinyLife/Objects/Person.cs - startLine: 99 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -773,14 +718,6 @@ items: nameWithType: Person.IsRegularVisitor fullName: TinyLife.Objects.Person.IsRegularVisitor type: Property - source: - remote: - path: TinyLife/Objects/Person.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IsRegularVisitor - path: ../TinyLife/Objects/Person.cs - startLine: 102 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -808,14 +745,6 @@ items: nameWithType: Person.DrawSize fullName: TinyLife.Objects.Person.DrawSize type: Property - source: - remote: - path: TinyLife/Objects/Person.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DrawSize - path: ../TinyLife/Objects/Person.cs - startLine: 105 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -840,14 +769,6 @@ items: nameWithType: Person.OnLifeGoalChanged fullName: TinyLife.Objects.Person.OnLifeGoalChanged type: Event - source: - remote: - path: TinyLife/Objects/Person.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnLifeGoalChanged - path: ../TinyLife/Objects/Person.cs - startLine: 111 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -872,14 +793,6 @@ items: nameWithType: Person.OnJobChanged fullName: TinyLife.Objects.Person.OnJobChanged type: Event - source: - remote: - path: TinyLife/Objects/Person.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnJobChanged - path: ../TinyLife/Objects/Person.cs - startLine: 116 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -904,14 +817,6 @@ items: nameWithType: Person.OnGenerateAnimationGroup fullName: TinyLife.Objects.Person.OnGenerateAnimationGroup type: Event - source: - remote: - path: TinyLife/Objects/Person.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnGenerateAnimationGroup - path: ../TinyLife/Objects/Person.cs - startLine: 121 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -936,14 +841,6 @@ items: nameWithType: Person.OnDrawUi fullName: TinyLife.Objects.Person.OnDrawUi type: Event - source: - remote: - path: TinyLife/Objects/Person.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnDrawUi - path: ../TinyLife/Objects/Person.cs - startLine: 126 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -968,14 +865,6 @@ items: nameWithType: Person.Person(Map, Vector2, float) fullName: TinyLife.Objects.Person.Person(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, float) type: Constructor - source: - remote: - path: TinyLife/Objects/Person.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Objects/Person.cs - startLine: 132 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1019,14 +908,6 @@ items: nameWithType: Person.Update(GameTime, TimeSpan, float) fullName: TinyLife.Objects.Person.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) type: Method - source: - remote: - path: TinyLife/Objects/Person.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Update - path: ../TinyLife/Objects/Person.cs - startLine: 136 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1064,14 +945,6 @@ items: nameWithType: Person.UpdatePose() fullName: TinyLife.Objects.Person.UpdatePose() type: Method - source: - remote: - path: TinyLife/Objects/Person.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: UpdatePose - path: ../TinyLife/Objects/Person.cs - startLine: 155 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1093,14 +966,6 @@ items: nameWithType: Person.UpdateAdditionalVisuals() fullName: TinyLife.Objects.Person.UpdateAdditionalVisuals() type: Method - source: - remote: - path: TinyLife/Objects/Person.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: UpdateAdditionalVisuals - path: ../TinyLife/Objects/Person.cs - startLine: 164 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1121,14 +986,6 @@ items: nameWithType: Person.UpdateJobs(TimeSpan) fullName: TinyLife.Objects.Person.UpdateJobs(System.TimeSpan) type: Method - source: - remote: - path: TinyLife/Objects/Person.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: UpdateJobs - path: ../TinyLife/Objects/Person.cs - startLine: 204 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1153,14 +1010,6 @@ items: nameWithType: Person.CanExecuteAction(ActionType, ActionInfo, bool) fullName: TinyLife.Objects.Person.CanExecuteAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, bool) type: Method - source: - remote: - path: TinyLife/Objects/Person.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CanExecuteAction - path: ../TinyLife/Objects/Person.cs - startLine: 210 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1201,14 +1050,6 @@ items: nameWithType: Person.GetPassiveActionPriority(ActionType) fullName: TinyLife.Objects.Person.GetPassiveActionPriority(TinyLife.Actions.ActionType) type: Method - source: - remote: - path: TinyLife/Objects/Person.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetPassiveActionPriority - path: ../TinyLife/Objects/Person.cs - startLine: 217 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1242,14 +1083,6 @@ items: nameWithType: Person.GetAiPriorityForObject(MapObject, ObjectCategory) fullName: TinyLife.Objects.Person.GetAiPriorityForObject(TinyLife.Objects.MapObject, TinyLife.Objects.ObjectCategory) type: Method - source: - remote: - path: TinyLife/Objects/Person.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetAiPriorityForObject - path: ../TinyLife/Objects/Person.cs - startLine: 228 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1284,14 +1117,6 @@ items: nameWithType: Person.ResetToStatic(bool, bool) fullName: TinyLife.Objects.Person.ResetToStatic(bool, bool) type: Method - source: - remote: - path: TinyLife/Objects/Person.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ResetToStatic - path: ../TinyLife/Objects/Person.cs - startLine: 239 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1326,14 +1151,6 @@ items: nameWithType: Person.GenerateAnimationGroup(ClothesLayer, int, IReadOnlyDictionary, Point) fullName: TinyLife.Objects.Person.GenerateAnimationGroup(TinyLife.Objects.ClothesLayer, int, System.Collections.Generic.IReadOnlyDictionary, Microsoft.Xna.Framework.Point) type: Method - source: - remote: - path: TinyLife/Objects/Person.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GenerateAnimationGroup - path: ../TinyLife/Objects/Person.cs - startLine: 260 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1363,6 +1180,28 @@ items: nameWithType.vb: Person.GenerateAnimationGroup(ClothesLayer, Integer, IReadOnlyDictionary(Of Point, TextureRegion), Point) fullName.vb: TinyLife.Objects.Person.GenerateAnimationGroup(TinyLife.Objects.ClothesLayer, Integer, System.Collections.Generic.IReadOnlyDictionary(Of Microsoft.Xna.Framework.Point, MLEM.Textures.TextureRegion), Microsoft.Xna.Framework.Point) name.vb: GenerateAnimationGroup(ClothesLayer, Integer, IReadOnlyDictionary(Of Point, TextureRegion), Point) +- uid: TinyLife.Objects.Person.GenerateShadowAnimation + commentId: M:TinyLife.Objects.Person.GenerateShadowAnimation + id: GenerateShadowAnimation + parent: TinyLife.Objects.Person + langs: + - csharp + - vb + name: GenerateShadowAnimation() + nameWithType: Person.GenerateShadowAnimation() + fullName: TinyLife.Objects.Person.GenerateShadowAnimation() + type: Method + assemblies: + - Tiny Life + namespace: TinyLife.Objects + example: [] + syntax: + content: protected override SpriteAnimationGroup GenerateShadowAnimation() + return: + type: MLEM.Animations.SpriteAnimationGroup + content.vb: Protected Overrides Function GenerateShadowAnimation() As SpriteAnimationGroup + overridden: TinyLife.Objects.PersonLike.GenerateShadowAnimation + overload: TinyLife.Objects.Person.GenerateShadowAnimation* - uid: TinyLife.Objects.Person.DrawLooksLayer(Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Animations.SpriteAnimation,MLEM.Textures.TextureRegion,TinyLife.Objects.WornClothes,System.Int32,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Single,TinyLife.Objects.ParentInfo,Microsoft.Xna.Framework.Color,System.Single,System.Single) commentId: M:TinyLife.Objects.Person.DrawLooksLayer(Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Animations.SpriteAnimation,MLEM.Textures.TextureRegion,TinyLife.Objects.WornClothes,System.Int32,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Single,TinyLife.Objects.ParentInfo,Microsoft.Xna.Framework.Color,System.Single,System.Single) id: DrawLooksLayer(Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Animations.SpriteAnimation,MLEM.Textures.TextureRegion,TinyLife.Objects.WornClothes,System.Int32,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Single,TinyLife.Objects.ParentInfo,Microsoft.Xna.Framework.Color,System.Single,System.Single) @@ -1374,14 +1213,6 @@ items: nameWithType: Person.DrawLooksLayer(SpriteBatch, SpriteAnimation, TextureRegion, WornClothes, int, Vector2, Vector2, float, ParentInfo, Color, float, float) fullName: TinyLife.Objects.Person.DrawLooksLayer(Microsoft.Xna.Framework.Graphics.SpriteBatch, MLEM.Animations.SpriteAnimation, MLEM.Textures.TextureRegion, TinyLife.Objects.WornClothes, int, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Vector2, float, TinyLife.Objects.ParentInfo, Microsoft.Xna.Framework.Color, float, float) type: Method - source: - remote: - path: TinyLife/Objects/Person.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DrawLooksLayer - path: ../TinyLife/Objects/Person.cs - startLine: 298 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1446,14 +1277,6 @@ items: nameWithType: Person.GetHeldItemDrawOffset(bool) fullName: TinyLife.Objects.Person.GetHeldItemDrawOffset(bool) type: Method - source: - remote: - path: TinyLife/Objects/Person.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetHeldItemDrawOffset - path: ../TinyLife/Objects/Person.cs - startLine: 314 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1484,14 +1307,6 @@ items: nameWithType: Person.GetPivot() fullName: TinyLife.Objects.Person.GetPivot() type: Method - source: - remote: - path: TinyLife/Objects/Person.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetPivot - path: ../TinyLife/Objects/Person.cs - startLine: 339 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1516,14 +1331,6 @@ items: nameWithType: Person.OnRoomCheck() fullName: TinyLife.Objects.Person.OnRoomCheck() type: Method - source: - remote: - path: TinyLife/Objects/Person.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnRoomCheck - path: ../TinyLife/Objects/Person.cs - startLine: 344 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1548,14 +1355,6 @@ items: nameWithType: Person.Validate() fullName: TinyLife.Objects.Person.Validate() type: Method - source: - remote: - path: TinyLife/Objects/Person.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Validate - path: ../TinyLife/Objects/Person.cs - startLine: 350 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1585,14 +1384,6 @@ items: nameWithType: Person.GetHoverInfo(Tooltip) fullName: TinyLife.Objects.Person.GetHoverInfo(MLEM.Ui.Elements.Tooltip) type: Method - source: - remote: - path: TinyLife/Objects/Person.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetHoverInfo - path: ../TinyLife/Objects/Person.cs - startLine: 384 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1621,14 +1412,6 @@ items: nameWithType: Person.OnAgeChanged(AgeGroup) fullName: TinyLife.Objects.Person.OnAgeChanged(TinyLife.Objects.AgeGroup) type: Method - source: - remote: - path: TinyLife/Objects/Person.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnAgeChanged - path: ../TinyLife/Objects/Person.cs - startLine: 396 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1654,14 +1437,6 @@ items: nameWithType: Person.GoToExitRoad(Vector2) fullName: TinyLife.Objects.Person.GoToExitRoad(Microsoft.Xna.Framework.Vector2) type: Method - source: - remote: - path: TinyLife/Objects/Person.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GoToExitRoad - path: ../TinyLife/Objects/Person.cs - startLine: 421 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1686,14 +1461,6 @@ items: nameWithType: Person.GetCurrentGoals() fullName: TinyLife.Objects.Person.GetCurrentGoals() type: Method - source: - remote: - path: TinyLife/Objects/Person.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetCurrentGoals - path: ../TinyLife/Objects/Person.cs - startLine: 427 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1721,14 +1488,6 @@ items: nameWithType: Person.DrawUi(SpriteBatch, Vector2, float, Direction2, Outfit, Pose?, AgeGroup?) fullName: TinyLife.Objects.Person.DrawUi(Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.Vector2, float, MLEM.Maths.Direction2, TinyLife.Objects.Outfit, TinyLife.Objects.Pose?, TinyLife.Objects.AgeGroup?) type: Method - source: - remote: - path: TinyLife/Objects/Person.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DrawUi - path: ../TinyLife/Objects/Person.cs - startLine: 439 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1775,14 +1534,6 @@ items: nameWithType: Person.GetPassiveNeedReduction(NeedType) fullName: TinyLife.Objects.Person.GetPassiveNeedReduction(TinyLife.NeedType) type: Method - source: - remote: - path: TinyLife/Objects/Person.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetPassiveNeedReduction - path: ../TinyLife/Objects/Person.cs - startLine: 477 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1814,14 +1565,6 @@ items: nameWithType: Person.GetProjects(string) fullName: TinyLife.Objects.Person.GetProjects(string) type: Method - source: - remote: - path: TinyLife/Objects/Person.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetProjects - path: ../TinyLife/Objects/Person.cs - startLine: 501 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1855,14 +1598,6 @@ items: nameWithType: Person.GetProject(string, string) fullName: TinyLife.Objects.Person.GetProject(string, string) type: Method - source: - remote: - path: TinyLife/Objects/Person.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetProject - path: ../TinyLife/Objects/Person.cs - startLine: 511 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1896,14 +1631,6 @@ items: nameWithType: Person.StartProject(Project) fullName: TinyLife.Objects.Person.StartProject(TinyLife.Goals.Project) type: Method - source: - remote: - path: TinyLife/Objects/Person.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: StartProject - path: ../TinyLife/Objects/Person.cs - startLine: 520 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1931,14 +1658,6 @@ items: nameWithType: Person.SetJob(JobType, int) fullName: TinyLife.Objects.Person.SetJob(TinyLife.Goals.JobType, int) type: Method - source: - remote: - path: TinyLife/Objects/Person.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SetJob - path: ../TinyLife/Objects/Person.cs - startLine: 531 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1984,14 +1703,6 @@ items: nameWithType: Person.AddJob(JobType, int) fullName: TinyLife.Objects.Person.AddJob(TinyLife.Goals.JobType, int) type: Method - source: - remote: - path: TinyLife/Objects/Person.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AddJob - path: ../TinyLife/Objects/Person.cs - startLine: 545 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2025,14 +1736,6 @@ items: nameWithType: Person.RemoveJob(JobType) fullName: TinyLife.Objects.Person.RemoveJob(TinyLife.Goals.JobType) type: Method - source: - remote: - path: TinyLife/Objects/Person.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RemoveJob - path: ../TinyLife/Objects/Person.cs - startLine: 562 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2060,14 +1763,6 @@ items: nameWithType: Person.Create(Map, Random, AgeGroup, bool, bool, bool, bool, PersonLike[]) fullName: TinyLife.Objects.Person.Create(TinyLife.World.Map, System.Random, TinyLife.Objects.AgeGroup, bool, bool, bool, bool, TinyLife.Objects.PersonLike[]) type: Method - source: - remote: - path: TinyLife/Objects/Person.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Create - path: ../TinyLife/Objects/Person.cs - startLine: 597 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -9011,6 +8706,369 @@ references: - uid: TinyLife.Utilities name: Utilities href: TinyLife.Utilities.html +- uid: System.Collections.Generic.Dictionary{TinyLife.Objects.AgeGroup,System.String} + commentId: T:System.Collections.Generic.Dictionary{TinyLife.Objects.AgeGroup,System.String} + parent: System.Collections.Generic + definition: System.Collections.Generic.Dictionary`2 + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2 + name: Dictionary + nameWithType: Dictionary + fullName: System.Collections.Generic.Dictionary + nameWithType.vb: Dictionary(Of AgeGroup, String) + fullName.vb: System.Collections.Generic.Dictionary(Of TinyLife.Objects.AgeGroup, String) + name.vb: Dictionary(Of AgeGroup, String) + spec.csharp: + - uid: System.Collections.Generic.Dictionary`2 + name: Dictionary + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2 + - name: < + - uid: TinyLife.Objects.AgeGroup + name: AgeGroup + href: TinyLife.Objects.AgeGroup.html + - name: ',' + - name: " " + - uid: System.String + name: string + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: '>' + spec.vb: + - uid: System.Collections.Generic.Dictionary`2 + name: Dictionary + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2 + - name: ( + - name: Of + - name: " " + - uid: TinyLife.Objects.AgeGroup + name: AgeGroup + href: TinyLife.Objects.AgeGroup.html + - name: ',' + - name: " " + - uid: System.String + name: String + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: ) +- uid: System.Collections.Generic.Dictionary`2 + commentId: T:System.Collections.Generic.Dictionary`2 + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2 + 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 + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2 + - name: < + - name: TKey + - name: ',' + - name: " " + - name: TValue + - name: '>' + spec.vb: + - uid: System.Collections.Generic.Dictionary`2 + name: Dictionary + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2 + - name: ( + - name: Of + - name: " " + - name: TKey + - name: ',' + - name: " " + - name: TValue + - name: ) +- uid: System.Collections.Generic + commentId: N:System.Collections.Generic + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + name: System.Collections.Generic + nameWithType: System.Collections.Generic + fullName: System.Collections.Generic + spec.csharp: + - uid: System + name: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + - name: . + - uid: System.Collections + name: Collections + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections + - name: . + - uid: System.Collections.Generic + name: Generic + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic + spec.vb: + - uid: System + name: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + - name: . + - uid: System.Collections + name: Collections + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections + - name: . + - uid: System.Collections.Generic + name: Generic + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic +- uid: System.Action{System.ValueTuple{TinyLife.Objects.Person,System.Random,TinyLife.Objects.AgeGroup,System.Boolean,System.Boolean,System.Boolean,TinyLife.Objects.PersonLike[],System.ValueTuple{TinyLife.Objects.StylePreference,TinyLife.Mods.EventPhase}}} + commentId: T:System.Action{System.ValueTuple{TinyLife.Objects.Person,System.Random,TinyLife.Objects.AgeGroup,System.Boolean,System.Boolean,System.Boolean,TinyLife.Objects.PersonLike[],System.ValueTuple{TinyLife.Objects.StylePreference,TinyLife.Mods.EventPhase}}} + parent: System + definition: System.Action`1 + href: https://learn.microsoft.com/dotnet/api/system.action-1 + name: Action<(Person Person, Random Random, AgeGroup AllowedAges, bool InitializeName, bool InitializePersonality, bool GenerateOutfits, PersonLike[] GeneticInfluences, StylePreference Style, EventPhase Phase)> + nameWithType: Action<(Person Person, Random Random, AgeGroup AllowedAges, bool InitializeName, bool InitializePersonality, bool GenerateOutfits, PersonLike[] GeneticInfluences, StylePreference Style, EventPhase Phase)> + fullName: System.Action<(TinyLife.Objects.Person Person, System.Random Random, TinyLife.Objects.AgeGroup AllowedAges, bool InitializeName, bool InitializePersonality, bool GenerateOutfits, TinyLife.Objects.PersonLike[] GeneticInfluences, TinyLife.Objects.StylePreference Style, TinyLife.Mods.EventPhase Phase)> + nameWithType.vb: Action(Of (Person As Person, Random As Random, AllowedAges As AgeGroup, InitializeName As Boolean, InitializePersonality As Boolean, GenerateOutfits As Boolean, GeneticInfluences As PersonLike(), Style As StylePreference, Phase As EventPhase)) + fullName.vb: System.Action(Of (Person As TinyLife.Objects.Person, Random As System.Random, AllowedAges As TinyLife.Objects.AgeGroup, InitializeName As Boolean, InitializePersonality As Boolean, GenerateOutfits As Boolean, GeneticInfluences As TinyLife.Objects.PersonLike(), Style As TinyLife.Objects.StylePreference, Phase As TinyLife.Mods.EventPhase)) + name.vb: Action(Of (Person As Person, Random As Random, AllowedAges As AgeGroup, InitializeName As Boolean, InitializePersonality As Boolean, GenerateOutfits As Boolean, GeneticInfluences As PersonLike(), Style As StylePreference, Phase As EventPhase)) + spec.csharp: + - uid: System.Action`1 + name: Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.action-1 + - name: < + - name: ( + - uid: TinyLife.Objects.Person + name: Person + href: TinyLife.Objects.Person.html + - name: " " + - uid: System.ValueTuple{TinyLife.Objects.Person,System.Random,TinyLife.Objects.AgeGroup,System.Boolean,System.Boolean,System.Boolean,TinyLife.Objects.PersonLike[],System.ValueTuple{TinyLife.Objects.StylePreference,TinyLife.Mods.EventPhase}}.Person + name: Person + href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.person,system.random,tinylife.objects.agegroup,system.boolean,system.boolean,system.boolean,tinylife.objects.personlike[],system.valuetuple-tinylife.objects.stylepreference,tinylife.mods.eventphase--.person + - name: ',' + - name: " " + - uid: System.Random + name: Random + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.random + - name: " " + - uid: System.ValueTuple{TinyLife.Objects.Person,System.Random,TinyLife.Objects.AgeGroup,System.Boolean,System.Boolean,System.Boolean,TinyLife.Objects.PersonLike[],System.ValueTuple{TinyLife.Objects.StylePreference,TinyLife.Mods.EventPhase}}.Random + name: Random + href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.person,system.random,tinylife.objects.agegroup,system.boolean,system.boolean,system.boolean,tinylife.objects.personlike[],system.valuetuple-tinylife.objects.stylepreference,tinylife.mods.eventphase--.random + - name: ',' + - name: " " + - uid: TinyLife.Objects.AgeGroup + name: AgeGroup + href: TinyLife.Objects.AgeGroup.html + - name: " " + - uid: System.ValueTuple{TinyLife.Objects.Person,System.Random,TinyLife.Objects.AgeGroup,System.Boolean,System.Boolean,System.Boolean,TinyLife.Objects.PersonLike[],System.ValueTuple{TinyLife.Objects.StylePreference,TinyLife.Mods.EventPhase}}.AllowedAges + name: AllowedAges + href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.person,system.random,tinylife.objects.agegroup,system.boolean,system.boolean,system.boolean,tinylife.objects.personlike[],system.valuetuple-tinylife.objects.stylepreference,tinylife.mods.eventphase--.allowedages + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: " " + - uid: System.ValueTuple{TinyLife.Objects.Person,System.Random,TinyLife.Objects.AgeGroup,System.Boolean,System.Boolean,System.Boolean,TinyLife.Objects.PersonLike[],System.ValueTuple{TinyLife.Objects.StylePreference,TinyLife.Mods.EventPhase}}.InitializeName + name: InitializeName + href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.person,system.random,tinylife.objects.agegroup,system.boolean,system.boolean,system.boolean,tinylife.objects.personlike[],system.valuetuple-tinylife.objects.stylepreference,tinylife.mods.eventphase--.initializename + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: " " + - uid: System.ValueTuple{TinyLife.Objects.Person,System.Random,TinyLife.Objects.AgeGroup,System.Boolean,System.Boolean,System.Boolean,TinyLife.Objects.PersonLike[],System.ValueTuple{TinyLife.Objects.StylePreference,TinyLife.Mods.EventPhase}}.InitializePersonality + name: InitializePersonality + href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.person,system.random,tinylife.objects.agegroup,system.boolean,system.boolean,system.boolean,tinylife.objects.personlike[],system.valuetuple-tinylife.objects.stylepreference,tinylife.mods.eventphase--.initializepersonality + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: " " + - uid: System.ValueTuple{TinyLife.Objects.Person,System.Random,TinyLife.Objects.AgeGroup,System.Boolean,System.Boolean,System.Boolean,TinyLife.Objects.PersonLike[],System.ValueTuple{TinyLife.Objects.StylePreference,TinyLife.Mods.EventPhase}}.GenerateOutfits + name: GenerateOutfits + href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.person,system.random,tinylife.objects.agegroup,system.boolean,system.boolean,system.boolean,tinylife.objects.personlike[],system.valuetuple-tinylife.objects.stylepreference,tinylife.mods.eventphase--.generateoutfits + - name: ',' + - name: " " + - uid: TinyLife.Objects.PersonLike + name: PersonLike + href: TinyLife.Objects.PersonLike.html + - name: '[' + - name: ']' + - name: " " + - uid: System.ValueTuple{TinyLife.Objects.Person,System.Random,TinyLife.Objects.AgeGroup,System.Boolean,System.Boolean,System.Boolean,TinyLife.Objects.PersonLike[],System.ValueTuple{TinyLife.Objects.StylePreference,TinyLife.Mods.EventPhase}}.GeneticInfluences + name: GeneticInfluences + href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.person,system.random,tinylife.objects.agegroup,system.boolean,system.boolean,system.boolean,tinylife.objects.personlike[],system.valuetuple-tinylife.objects.stylepreference,tinylife.mods.eventphase--.geneticinfluences + - name: ',' + - name: " " + - uid: TinyLife.Objects.StylePreference + name: StylePreference + href: TinyLife.Objects.StylePreference.html + - name: " " + - uid: System.ValueTuple{TinyLife.Objects.Person,System.Random,TinyLife.Objects.AgeGroup,System.Boolean,System.Boolean,System.Boolean,TinyLife.Objects.PersonLike[],System.ValueTuple{TinyLife.Objects.StylePreference,TinyLife.Mods.EventPhase}}.Style + name: Style + href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.person,system.random,tinylife.objects.agegroup,system.boolean,system.boolean,system.boolean,tinylife.objects.personlike[],system.valuetuple-tinylife.objects.stylepreference,tinylife.mods.eventphase--.style + - name: ',' + - name: " " + - uid: TinyLife.Mods.EventPhase + name: EventPhase + href: TinyLife.Mods.EventPhase.html + - name: " " + - uid: System.ValueTuple{TinyLife.Objects.Person,System.Random,TinyLife.Objects.AgeGroup,System.Boolean,System.Boolean,System.Boolean,TinyLife.Objects.PersonLike[],System.ValueTuple{TinyLife.Objects.StylePreference,TinyLife.Mods.EventPhase}}.Phase + name: Phase + href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.person,system.random,tinylife.objects.agegroup,system.boolean,system.boolean,system.boolean,tinylife.objects.personlike[],system.valuetuple-tinylife.objects.stylepreference,tinylife.mods.eventphase--.phase + - name: ) + - name: '>' + spec.vb: + - uid: System.Action`1 + name: Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.action-1 + - name: ( + - name: Of + - name: " " + - name: ( + - uid: System.ValueTuple{TinyLife.Objects.Person,System.Random,TinyLife.Objects.AgeGroup,System.Boolean,System.Boolean,System.Boolean,TinyLife.Objects.PersonLike[],System.ValueTuple{TinyLife.Objects.StylePreference,TinyLife.Mods.EventPhase}}.Person + name: Person + href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.person,system.random,tinylife.objects.agegroup,system.boolean,system.boolean,system.boolean,tinylife.objects.personlike[],system.valuetuple-tinylife.objects.stylepreference,tinylife.mods.eventphase--.person + - name: " " + - name: As + - name: " " + - uid: TinyLife.Objects.Person + name: Person + href: TinyLife.Objects.Person.html + - name: ',' + - name: " " + - uid: System.ValueTuple{TinyLife.Objects.Person,System.Random,TinyLife.Objects.AgeGroup,System.Boolean,System.Boolean,System.Boolean,TinyLife.Objects.PersonLike[],System.ValueTuple{TinyLife.Objects.StylePreference,TinyLife.Mods.EventPhase}}.Random + name: Random + href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.person,system.random,tinylife.objects.agegroup,system.boolean,system.boolean,system.boolean,tinylife.objects.personlike[],system.valuetuple-tinylife.objects.stylepreference,tinylife.mods.eventphase--.random + - name: " " + - name: As + - name: " " + - uid: System.Random + name: Random + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.random + - name: ',' + - name: " " + - uid: System.ValueTuple{TinyLife.Objects.Person,System.Random,TinyLife.Objects.AgeGroup,System.Boolean,System.Boolean,System.Boolean,TinyLife.Objects.PersonLike[],System.ValueTuple{TinyLife.Objects.StylePreference,TinyLife.Mods.EventPhase}}.AllowedAges + name: AllowedAges + href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.person,system.random,tinylife.objects.agegroup,system.boolean,system.boolean,system.boolean,tinylife.objects.personlike[],system.valuetuple-tinylife.objects.stylepreference,tinylife.mods.eventphase--.allowedages + - name: " " + - name: As + - name: " " + - uid: TinyLife.Objects.AgeGroup + name: AgeGroup + href: TinyLife.Objects.AgeGroup.html + - name: ',' + - name: " " + - uid: System.ValueTuple{TinyLife.Objects.Person,System.Random,TinyLife.Objects.AgeGroup,System.Boolean,System.Boolean,System.Boolean,TinyLife.Objects.PersonLike[],System.ValueTuple{TinyLife.Objects.StylePreference,TinyLife.Mods.EventPhase}}.InitializeName + name: InitializeName + href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.person,system.random,tinylife.objects.agegroup,system.boolean,system.boolean,system.boolean,tinylife.objects.personlike[],system.valuetuple-tinylife.objects.stylepreference,tinylife.mods.eventphase--.initializename + - name: " " + - name: As + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: System.ValueTuple{TinyLife.Objects.Person,System.Random,TinyLife.Objects.AgeGroup,System.Boolean,System.Boolean,System.Boolean,TinyLife.Objects.PersonLike[],System.ValueTuple{TinyLife.Objects.StylePreference,TinyLife.Mods.EventPhase}}.InitializePersonality + name: InitializePersonality + href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.person,system.random,tinylife.objects.agegroup,system.boolean,system.boolean,system.boolean,tinylife.objects.personlike[],system.valuetuple-tinylife.objects.stylepreference,tinylife.mods.eventphase--.initializepersonality + - name: " " + - name: As + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: System.ValueTuple{TinyLife.Objects.Person,System.Random,TinyLife.Objects.AgeGroup,System.Boolean,System.Boolean,System.Boolean,TinyLife.Objects.PersonLike[],System.ValueTuple{TinyLife.Objects.StylePreference,TinyLife.Mods.EventPhase}}.GenerateOutfits + name: GenerateOutfits + href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.person,system.random,tinylife.objects.agegroup,system.boolean,system.boolean,system.boolean,tinylife.objects.personlike[],system.valuetuple-tinylife.objects.stylepreference,tinylife.mods.eventphase--.generateoutfits + - name: " " + - name: As + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: System.ValueTuple{TinyLife.Objects.Person,System.Random,TinyLife.Objects.AgeGroup,System.Boolean,System.Boolean,System.Boolean,TinyLife.Objects.PersonLike[],System.ValueTuple{TinyLife.Objects.StylePreference,TinyLife.Mods.EventPhase}}.GeneticInfluences + name: GeneticInfluences + href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.person,system.random,tinylife.objects.agegroup,system.boolean,system.boolean,system.boolean,tinylife.objects.personlike[],system.valuetuple-tinylife.objects.stylepreference,tinylife.mods.eventphase--.geneticinfluences + - name: " " + - name: As + - name: " " + - uid: TinyLife.Objects.PersonLike + name: PersonLike + href: TinyLife.Objects.PersonLike.html + - name: ( + - name: ) + - name: ',' + - name: " " + - uid: System.ValueTuple{TinyLife.Objects.Person,System.Random,TinyLife.Objects.AgeGroup,System.Boolean,System.Boolean,System.Boolean,TinyLife.Objects.PersonLike[],System.ValueTuple{TinyLife.Objects.StylePreference,TinyLife.Mods.EventPhase}}.Style + name: Style + href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.person,system.random,tinylife.objects.agegroup,system.boolean,system.boolean,system.boolean,tinylife.objects.personlike[],system.valuetuple-tinylife.objects.stylepreference,tinylife.mods.eventphase--.style + - name: " " + - name: As + - name: " " + - uid: TinyLife.Objects.StylePreference + name: StylePreference + href: TinyLife.Objects.StylePreference.html + - name: ',' + - name: " " + - uid: System.ValueTuple{TinyLife.Objects.Person,System.Random,TinyLife.Objects.AgeGroup,System.Boolean,System.Boolean,System.Boolean,TinyLife.Objects.PersonLike[],System.ValueTuple{TinyLife.Objects.StylePreference,TinyLife.Mods.EventPhase}}.Phase + name: Phase + href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.person,system.random,tinylife.objects.agegroup,system.boolean,system.boolean,system.boolean,tinylife.objects.personlike[],system.valuetuple-tinylife.objects.stylepreference,tinylife.mods.eventphase--.phase + - name: " " + - name: As + - name: " " + - uid: TinyLife.Mods.EventPhase + name: EventPhase + href: TinyLife.Mods.EventPhase.html + - name: ) + - name: ) +- uid: System.Action`1 + commentId: T:System.Action`1 + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.action-1 + name: Action + nameWithType: Action + fullName: System.Action + nameWithType.vb: Action(Of T) + fullName.vb: System.Action(Of T) + name.vb: Action(Of T) + spec.csharp: + - uid: System.Action`1 + name: Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.action-1 + - name: < + - name: T + - name: '>' + spec.vb: + - uid: System.Action`1 + name: Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.action-1 + - name: ( + - name: Of + - name: " " + - name: T + - name: ) - uid: TinyLife.Goals.Project commentId: T:TinyLife.Goals.Project parent: TinyLife.Goals @@ -9215,43 +9273,6 @@ references: - name: " " - name: T - name: ) -- uid: System.Collections.Generic - commentId: N:System.Collections.Generic - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system - name: System.Collections.Generic - nameWithType: System.Collections.Generic - fullName: System.Collections.Generic - spec.csharp: - - uid: System - name: System - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system - - name: . - - uid: System.Collections - name: Collections - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.collections - - name: . - - uid: System.Collections.Generic - name: Generic - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.collections.generic - spec.vb: - - uid: System - name: System - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system - - name: . - - uid: System.Collections - name: Collections - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.collections - - name: . - - uid: System.Collections.Generic - name: Generic - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.collections.generic - uid: TinyLife.Objects.Person.AddJob(TinyLife.Goals.JobType,System.Int32) commentId: M:TinyLife.Objects.Person.AddJob(TinyLife.Goals.JobType,System.Int32) isExternal: true @@ -9670,34 +9691,6 @@ references: name: Instance href: TinyLife.Goals.LifeGoal.Instance.html - name: ) -- uid: System.Action`1 - commentId: T:System.Action`1 - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.action-1 - name: Action - nameWithType: Action - fullName: System.Action - nameWithType.vb: Action(Of T) - fullName.vb: System.Action(Of T) - name.vb: Action(Of T) - spec.csharp: - - uid: System.Action`1 - name: Action - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.action-1 - - name: < - - name: T - - name: '>' - spec.vb: - - uid: System.Action`1 - name: Action - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.action-1 - - name: ( - - name: Of - - name: " " - - name: T - - name: ) - uid: System.Action{TinyLife.Objects.PersonLike} commentId: T:System.Action{TinyLife.Objects.PersonLike} parent: System @@ -11072,6 +11065,31 @@ references: - name: " " - name: TValue - name: ) +- uid: TinyLife.Objects.PersonLike.GenerateShadowAnimation + commentId: M:TinyLife.Objects.PersonLike.GenerateShadowAnimation + parent: TinyLife.Objects.PersonLike + href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GenerateShadowAnimation + name: GenerateShadowAnimation() + nameWithType: PersonLike.GenerateShadowAnimation() + fullName: TinyLife.Objects.PersonLike.GenerateShadowAnimation() + spec.csharp: + - uid: TinyLife.Objects.PersonLike.GenerateShadowAnimation + name: GenerateShadowAnimation + href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GenerateShadowAnimation + - name: ( + - name: ) + spec.vb: + - uid: TinyLife.Objects.PersonLike.GenerateShadowAnimation + name: GenerateShadowAnimation + href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GenerateShadowAnimation + - name: ( + - name: ) +- uid: TinyLife.Objects.Person.GenerateShadowAnimation* + commentId: Overload:TinyLife.Objects.Person.GenerateShadowAnimation + href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_GenerateShadowAnimation + name: GenerateShadowAnimation + nameWithType: Person.GenerateShadowAnimation + fullName: TinyLife.Objects.Person.GenerateShadowAnimation - uid: TinyLife.Objects.PersonLike.DrawLooksLayer(Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Animations.SpriteAnimation,MLEM.Textures.TextureRegion,TinyLife.Objects.WornClothes,System.Int32,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Single,TinyLife.Objects.ParentInfo,Microsoft.Xna.Framework.Color,System.Single,System.Single) commentId: M:TinyLife.Objects.PersonLike.DrawLooksLayer(Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Animations.SpriteAnimation,MLEM.Textures.TextureRegion,TinyLife.Objects.WornClothes,System.Int32,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Single,TinyLife.Objects.ParentInfo,Microsoft.Xna.Framework.Color,System.Single,System.Single) parent: TinyLife.Objects.PersonLike diff --git a/docs/api/TinyLife.Objects.PersonAi.yml b/docs/api/TinyLife.Objects.PersonAi.yml index db7d65d..823f839 100644 --- a/docs/api/TinyLife.Objects.PersonAi.yml +++ b/docs/api/TinyLife.Objects.PersonAi.yml @@ -13,14 +13,6 @@ items: nameWithType: PersonAi fullName: TinyLife.Objects.PersonAi type: Class - source: - remote: - path: TinyLife/Objects/PersonAi.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PersonAi - path: ../TinyLife/Objects/PersonAi.cs - startLine: 15 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -55,14 +47,6 @@ items: nameWithType: PersonAi.StartAutomatically(PersonLike, ActionType, bool, bool, params ActionArgument[]) fullName: TinyLife.Objects.PersonAi.StartAutomatically(TinyLife.Objects.PersonLike, TinyLife.Actions.ActionType, bool, bool, params TinyLife.Actions.ActionArgument[]) type: Method - source: - remote: - path: TinyLife/Objects/PersonAi.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: StartAutomatically - path: ../TinyLife/Objects/PersonAi.cs - startLine: 139 assemblies: - Tiny Life namespace: TinyLife.Objects diff --git a/docs/api/TinyLife.Objects.PersonLike.AddEmotionDelegate.yml b/docs/api/TinyLife.Objects.PersonLike.AddEmotionDelegate.yml index 46b0ef2..9daa7c6 100644 --- a/docs/api/TinyLife.Objects.PersonLike.AddEmotionDelegate.yml +++ b/docs/api/TinyLife.Objects.PersonLike.AddEmotionDelegate.yml @@ -12,14 +12,6 @@ items: nameWithType: PersonLike.AddEmotionDelegate fullName: TinyLife.Objects.PersonLike.AddEmotionDelegate type: Delegate - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AddEmotionDelegate - path: ../TinyLife/Objects/PersonLike.cs - startLine: 3447 assemblies: - Tiny Life namespace: TinyLife.Objects diff --git a/docs/api/TinyLife.Objects.PersonLike.AiPriorityForObjectDelegate.yml b/docs/api/TinyLife.Objects.PersonLike.AiPriorityForObjectDelegate.yml index 096f600..7a5baa2 100644 --- a/docs/api/TinyLife.Objects.PersonLike.AiPriorityForObjectDelegate.yml +++ b/docs/api/TinyLife.Objects.PersonLike.AiPriorityForObjectDelegate.yml @@ -12,14 +12,6 @@ items: nameWithType: PersonLike.AiPriorityForObjectDelegate fullName: TinyLife.Objects.PersonLike.AiPriorityForObjectDelegate type: Delegate - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AiPriorityForObjectDelegate - path: ../TinyLife/Objects/PersonLike.cs - startLine: 3427 assemblies: - Tiny Life namespace: TinyLife.Objects diff --git a/docs/api/TinyLife.Objects.PersonLike.EfficiencyModifierDelegate.yml b/docs/api/TinyLife.Objects.PersonLike.EfficiencyModifierDelegate.yml index 5ab8356..5aafb7d 100644 --- a/docs/api/TinyLife.Objects.PersonLike.EfficiencyModifierDelegate.yml +++ b/docs/api/TinyLife.Objects.PersonLike.EfficiencyModifierDelegate.yml @@ -12,14 +12,6 @@ items: nameWithType: PersonLike.EfficiencyModifierDelegate fullName: TinyLife.Objects.PersonLike.EfficiencyModifierDelegate type: Delegate - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: EfficiencyModifierDelegate - path: ../TinyLife/Objects/PersonLike.cs - startLine: 3407 assemblies: - Tiny Life namespace: TinyLife.Objects diff --git a/docs/api/TinyLife.Objects.PersonLike.EmotionModifiersChangedDelegate.yml b/docs/api/TinyLife.Objects.PersonLike.EmotionModifiersChangedDelegate.yml index 8addb4a..fdf9d06 100644 --- a/docs/api/TinyLife.Objects.PersonLike.EmotionModifiersChangedDelegate.yml +++ b/docs/api/TinyLife.Objects.PersonLike.EmotionModifiersChangedDelegate.yml @@ -12,14 +12,6 @@ items: nameWithType: PersonLike.EmotionModifiersChangedDelegate fullName: TinyLife.Objects.PersonLike.EmotionModifiersChangedDelegate type: Delegate - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: EmotionModifiersChangedDelegate - path: ../TinyLife/Objects/PersonLike.cs - startLine: 3437 assemblies: - Tiny Life namespace: TinyLife.Objects diff --git a/docs/api/TinyLife.Objects.PersonLike.PassiveActionPriorityDelegate.yml b/docs/api/TinyLife.Objects.PersonLike.PassiveActionPriorityDelegate.yml index a510db0..4f2875c 100644 --- a/docs/api/TinyLife.Objects.PersonLike.PassiveActionPriorityDelegate.yml +++ b/docs/api/TinyLife.Objects.PersonLike.PassiveActionPriorityDelegate.yml @@ -12,14 +12,6 @@ items: nameWithType: PersonLike.PassiveActionPriorityDelegate fullName: TinyLife.Objects.PersonLike.PassiveActionPriorityDelegate type: Delegate - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PassiveActionPriorityDelegate - path: ../TinyLife/Objects/PersonLike.cs - startLine: 3422 assemblies: - Tiny Life namespace: TinyLife.Objects diff --git a/docs/api/TinyLife.Objects.PersonLike.PassiveReductionDelegate.yml b/docs/api/TinyLife.Objects.PersonLike.PassiveReductionDelegate.yml index 9bf267c..3c9c73f 100644 --- a/docs/api/TinyLife.Objects.PersonLike.PassiveReductionDelegate.yml +++ b/docs/api/TinyLife.Objects.PersonLike.PassiveReductionDelegate.yml @@ -12,14 +12,6 @@ items: nameWithType: PersonLike.PassiveReductionDelegate fullName: TinyLife.Objects.PersonLike.PassiveReductionDelegate type: Delegate - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PassiveReductionDelegate - path: ../TinyLife/Objects/PersonLike.cs - startLine: 3452 assemblies: - Tiny Life namespace: TinyLife.Objects diff --git a/docs/api/TinyLife.Objects.PersonLike.RelationshipChangeDelegate.yml b/docs/api/TinyLife.Objects.PersonLike.RelationshipChangeDelegate.yml index 79e2759..d1f9aa8 100644 --- a/docs/api/TinyLife.Objects.PersonLike.RelationshipChangeDelegate.yml +++ b/docs/api/TinyLife.Objects.PersonLike.RelationshipChangeDelegate.yml @@ -12,14 +12,6 @@ items: nameWithType: PersonLike.RelationshipChangeDelegate fullName: TinyLife.Objects.PersonLike.RelationshipChangeDelegate type: Delegate - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RelationshipChangeDelegate - path: ../TinyLife/Objects/PersonLike.cs - startLine: 3442 assemblies: - Tiny Life namespace: TinyLife.Objects diff --git a/docs/api/TinyLife.Objects.PersonLike.RestoreNeedDelegate.yml b/docs/api/TinyLife.Objects.PersonLike.RestoreNeedDelegate.yml index 8c4cf79..004c313 100644 --- a/docs/api/TinyLife.Objects.PersonLike.RestoreNeedDelegate.yml +++ b/docs/api/TinyLife.Objects.PersonLike.RestoreNeedDelegate.yml @@ -12,14 +12,6 @@ items: nameWithType: PersonLike.RestoreNeedDelegate fullName: TinyLife.Objects.PersonLike.RestoreNeedDelegate type: Delegate - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RestoreNeedDelegate - path: ../TinyLife/Objects/PersonLike.cs - startLine: 3432 assemblies: - Tiny Life namespace: TinyLife.Objects diff --git a/docs/api/TinyLife.Objects.PersonLike.SkillBoostDelegate.yml b/docs/api/TinyLife.Objects.PersonLike.SkillBoostDelegate.yml index 53edcce..c6036b8 100644 --- a/docs/api/TinyLife.Objects.PersonLike.SkillBoostDelegate.yml +++ b/docs/api/TinyLife.Objects.PersonLike.SkillBoostDelegate.yml @@ -12,14 +12,6 @@ items: nameWithType: PersonLike.SkillBoostDelegate fullName: TinyLife.Objects.PersonLike.SkillBoostDelegate type: Delegate - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SkillBoostDelegate - path: ../TinyLife/Objects/PersonLike.cs - startLine: 3412 assemblies: - Tiny Life namespace: TinyLife.Objects diff --git a/docs/api/TinyLife.Objects.PersonLike.WalkSpeedDelegate.yml b/docs/api/TinyLife.Objects.PersonLike.WalkSpeedDelegate.yml index b9799a9..45487c6 100644 --- a/docs/api/TinyLife.Objects.PersonLike.WalkSpeedDelegate.yml +++ b/docs/api/TinyLife.Objects.PersonLike.WalkSpeedDelegate.yml @@ -12,14 +12,6 @@ items: nameWithType: PersonLike.WalkSpeedDelegate fullName: TinyLife.Objects.PersonLike.WalkSpeedDelegate type: Delegate - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: WalkSpeedDelegate - path: ../TinyLife/Objects/PersonLike.cs - startLine: 3417 assemblies: - Tiny Life namespace: TinyLife.Objects diff --git a/docs/api/TinyLife.Objects.PersonLike.yml b/docs/api/TinyLife.Objects.PersonLike.yml index 1528250..1de73a7 100644 --- a/docs/api/TinyLife.Objects.PersonLike.yml +++ b/docs/api/TinyLife.Objects.PersonLike.yml @@ -53,6 +53,7 @@ items: - TinyLife.Objects.PersonLike.FullNamePronouns - TinyLife.Objects.PersonLike.GainSkill(TinyLife.Skills.SkillType,System.Single,TinyLife.Actions.ActionInfo,System.Single) - TinyLife.Objects.PersonLike.GenerateAnimationGroup(TinyLife.Objects.ClothesLayer,System.Int32,System.Collections.Generic.IReadOnlyDictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point) + - TinyLife.Objects.PersonLike.GenerateShadowAnimation - TinyLife.Objects.PersonLike.GetAction``1(System.Guid,System.Boolean) - TinyLife.Objects.PersonLike.GetAiPriorityForObject(TinyLife.Objects.MapObject,TinyLife.Objects.ObjectCategory) - TinyLife.Objects.PersonLike.GetCategories(TinyLife.Objects.PersonLike) @@ -220,14 +221,6 @@ items: nameWithType: PersonLike fullName: TinyLife.Objects.PersonLike type: Class - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PersonLike - path: ../TinyLife/Objects/PersonLike.cs - startLine: 40 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -312,14 +305,6 @@ items: nameWithType: PersonLike.DefaultWalkSpeed fullName: TinyLife.Objects.PersonLike.DefaultWalkSpeed type: Field - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DefaultWalkSpeed - path: ../TinyLife/Objects/PersonLike.cs - startLine: 45 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -341,14 +326,6 @@ items: nameWithType: PersonLike.SpeakSounds fullName: TinyLife.Objects.PersonLike.SpeakSounds type: Field - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SpeakSounds - path: ../TinyLife/Objects/PersonLike.cs - startLine: 50 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -370,14 +347,6 @@ items: nameWithType: PersonLike.SpeakStyles fullName: TinyLife.Objects.PersonLike.SpeakStyles type: Field - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SpeakStyles - path: ../TinyLife/Objects/PersonLike.cs - startLine: 54 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -399,14 +368,6 @@ items: nameWithType: PersonLike.VoiceStyles fullName: TinyLife.Objects.PersonLike.VoiceStyles type: Field - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: VoiceStyles - path: ../TinyLife/Objects/PersonLike.cs - startLine: 58 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -428,14 +389,6 @@ items: nameWithType: PersonLike.SupportedAges fullName: TinyLife.Objects.PersonLike.SupportedAges type: Field - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SupportedAges - path: ../TinyLife/Objects/PersonLike.cs - startLine: 63 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -460,14 +413,6 @@ items: nameWithType: PersonLike.ParentInfo fullName: TinyLife.Objects.PersonLike.ParentInfo type: Property - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ParentInfo - path: ../TinyLife/Objects/PersonLike.cs - startLine: 77 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -495,14 +440,6 @@ items: nameWithType: PersonLike.CurrentActions fullName: TinyLife.Objects.PersonLike.CurrentActions type: Field - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CurrentActions - path: ../TinyLife/Objects/PersonLike.cs - startLine: 99 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -537,14 +474,6 @@ items: nameWithType: PersonLike.ActionQueue fullName: TinyLife.Objects.PersonLike.ActionQueue type: Field - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ActionQueue - path: ../TinyLife/Objects/PersonLike.cs - startLine: 106 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -581,14 +510,6 @@ items: nameWithType: PersonLike.AllActions fullName: TinyLife.Objects.PersonLike.AllActions type: Property - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AllActions - path: ../TinyLife/Objects/PersonLike.cs - startLine: 110 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -612,14 +533,6 @@ items: nameWithType: PersonLike.Needs fullName: TinyLife.Objects.PersonLike.Needs type: Field - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Needs - path: ../TinyLife/Objects/PersonLike.cs - startLine: 116 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -654,14 +567,6 @@ items: nameWithType: PersonLike.Skills fullName: TinyLife.Objects.PersonLike.Skills type: Field - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Skills - path: ../TinyLife/Objects/PersonLike.cs - startLine: 122 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -696,14 +601,6 @@ items: nameWithType: PersonLike.Relationships fullName: TinyLife.Objects.PersonLike.Relationships type: Field - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Relationships - path: ../TinyLife/Objects/PersonLike.cs - startLine: 128 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -738,14 +635,6 @@ items: nameWithType: PersonLike.Outfits fullName: TinyLife.Objects.PersonLike.Outfits type: Field - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Outfits - path: ../TinyLife/Objects/PersonLike.cs - startLine: 134 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -784,14 +673,6 @@ items: nameWithType: PersonLike.PersonalityTypes fullName: TinyLife.Objects.PersonLike.PersonalityTypes type: Field - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PersonalityTypes - path: ../TinyLife/Objects/PersonLike.cs - startLine: 140 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -826,14 +707,6 @@ items: nameWithType: PersonLike.EmotionModifiers fullName: TinyLife.Objects.PersonLike.EmotionModifiers type: Field - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: EmotionModifiers - path: ../TinyLife/Objects/PersonLike.cs - startLine: 146 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -868,14 +741,6 @@ items: nameWithType: PersonLike.Memories fullName: TinyLife.Objects.PersonLike.Memories type: Field - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Memories - path: ../TinyLife/Objects/PersonLike.cs - startLine: 152 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -914,14 +779,6 @@ items: nameWithType: PersonLike.FirstName fullName: TinyLife.Objects.PersonLike.FirstName type: Field - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: FirstName - path: ../TinyLife/Objects/PersonLike.cs - startLine: 158 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -953,14 +810,6 @@ items: nameWithType: PersonLike.LastName fullName: TinyLife.Objects.PersonLike.LastName type: Field - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: LastName - path: ../TinyLife/Objects/PersonLike.cs - startLine: 163 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -992,14 +841,6 @@ items: nameWithType: PersonLike.FullName fullName: TinyLife.Objects.PersonLike.FullName type: Property - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: FullName - path: ../TinyLife/Objects/PersonLike.cs - startLine: 167 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1023,14 +864,6 @@ items: nameWithType: PersonLike.FullNamePronouns fullName: TinyLife.Objects.PersonLike.FullNamePronouns type: Property - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: FullNamePronouns - path: ../TinyLife/Objects/PersonLike.cs - startLine: 171 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1054,14 +887,6 @@ items: nameWithType: PersonLike.Rotation fullName: TinyLife.Objects.PersonLike.Rotation type: Property - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Rotation - path: ../TinyLife/Objects/PersonLike.cs - startLine: 175 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1085,14 +910,6 @@ items: nameWithType: PersonLike.VisualRotation fullName: TinyLife.Objects.PersonLike.VisualRotation type: Property - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: VisualRotation - path: ../TinyLife/Objects/PersonLike.cs - startLine: 186 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1116,14 +933,6 @@ items: nameWithType: PersonLike.Household fullName: TinyLife.Objects.PersonLike.Household type: Property - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Household - path: ../TinyLife/Objects/PersonLike.cs - startLine: 190 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1147,14 +956,6 @@ items: nameWithType: PersonLike.CurrentEmote fullName: TinyLife.Objects.PersonLike.CurrentEmote type: Property - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CurrentEmote - path: ../TinyLife/Objects/PersonLike.cs - startLine: 204 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1181,14 +982,6 @@ items: nameWithType: PersonLike.VisitingLot fullName: TinyLife.Objects.PersonLike.VisitingLot type: Property - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: VisitingLot - path: ../TinyLife/Objects/PersonLike.cs - startLine: 210 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1217,14 +1010,6 @@ items: nameWithType: PersonLike.LotVisitCooldown fullName: TinyLife.Objects.PersonLike.LotVisitCooldown type: Property - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: LotVisitCooldown - path: ../TinyLife/Objects/PersonLike.cs - startLine: 226 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1265,14 +1050,6 @@ items: nameWithType: PersonLike.WasInvitedIn fullName: TinyLife.Objects.PersonLike.WasInvitedIn type: Field - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: WasInvitedIn - path: ../TinyLife/Objects/PersonLike.cs - startLine: 232 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1308,14 +1085,6 @@ items: nameWithType: PersonLike.Emotion fullName: TinyLife.Objects.PersonLike.Emotion type: Property - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Emotion - path: ../TinyLife/Objects/PersonLike.cs - startLine: 236 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1339,14 +1108,6 @@ items: nameWithType: PersonLike.EmotionAmount fullName: TinyLife.Objects.PersonLike.EmotionAmount type: Property - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: EmotionAmount - path: ../TinyLife/Objects/PersonLike.cs - startLine: 246 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1370,14 +1131,6 @@ items: nameWithType: PersonLike.IsMoving fullName: TinyLife.Objects.PersonLike.IsMoving type: Property - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IsMoving - path: ../TinyLife/Objects/PersonLike.cs - startLine: 257 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1404,14 +1157,6 @@ items: nameWithType: PersonLike.CurrentOutfitIndex fullName: TinyLife.Objects.PersonLike.CurrentOutfitIndex type: Property - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CurrentOutfitIndex - path: ../TinyLife/Objects/PersonLike.cs - startLine: 262 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1448,14 +1193,6 @@ items: nameWithType: PersonLike.CurrentOutfit fullName: TinyLife.Objects.PersonLike.CurrentOutfit type: Property - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CurrentOutfit - path: ../TinyLife/Objects/PersonLike.cs - startLine: 267 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1479,14 +1216,6 @@ items: nameWithType: PersonLike.IsCurrentHousehold fullName: TinyLife.Objects.PersonLike.IsCurrentHousehold type: Property - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IsCurrentHousehold - path: ../TinyLife/Objects/PersonLike.cs - startLine: 269 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1510,14 +1239,6 @@ items: nameWithType: PersonLike.LifeSpan fullName: TinyLife.Objects.PersonLike.LifeSpan type: Property - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: LifeSpan - path: ../TinyLife/Objects/PersonLike.cs - startLine: 273 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1541,14 +1262,6 @@ items: nameWithType: PersonLike.HomeLot fullName: TinyLife.Objects.PersonLike.HomeLot type: Property - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: HomeLot - path: ../TinyLife/Objects/PersonLike.cs - startLine: 275 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1575,14 +1288,6 @@ items: nameWithType: PersonLike.Money fullName: TinyLife.Objects.PersonLike.Money type: Property - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Money - path: ../TinyLife/Objects/PersonLike.cs - startLine: 277 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1606,14 +1311,6 @@ items: nameWithType: PersonLike.IsRegularVisitor fullName: TinyLife.Objects.PersonLike.IsRegularVisitor type: Property - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IsRegularVisitor - path: ../TinyLife/Objects/PersonLike.cs - startLine: 288 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1640,14 +1337,6 @@ items: nameWithType: PersonLike.Description fullName: TinyLife.Objects.PersonLike.Description type: Field - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Description - path: ../TinyLife/Objects/PersonLike.cs - startLine: 293 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1679,14 +1368,6 @@ items: nameWithType: PersonLike.IsDead fullName: TinyLife.Objects.PersonLike.IsDead type: Field - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IsDead - path: ../TinyLife/Objects/PersonLike.cs - startLine: 299 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1721,14 +1402,6 @@ items: nameWithType: PersonLike.CurrentAgeDays fullName: TinyLife.Objects.PersonLike.CurrentAgeDays type: Field - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CurrentAgeDays - path: ../TinyLife/Objects/PersonLike.cs - startLine: 305 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1763,14 +1436,6 @@ items: nameWithType: PersonLike.DaysLived fullName: TinyLife.Objects.PersonLike.DaysLived type: Field - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DaysLived - path: ../TinyLife/Objects/PersonLike.cs - startLine: 311 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1805,14 +1470,6 @@ items: nameWithType: PersonLike.RandomlyGenerated fullName: TinyLife.Objects.PersonLike.RandomlyGenerated type: Property - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RandomlyGenerated - path: ../TinyLife/Objects/PersonLike.cs - startLine: 315 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1850,14 +1507,6 @@ items: nameWithType: PersonLike.VisuallyOccupiedSpot fullName: TinyLife.Objects.PersonLike.VisuallyOccupiedSpot type: Property - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: VisuallyOccupiedSpot - path: ../TinyLife/Objects/PersonLike.cs - startLine: 323 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1888,14 +1537,6 @@ items: nameWithType: PersonLike.OccupiedFurniture fullName: TinyLife.Objects.PersonLike.OccupiedFurniture type: Property - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OccupiedFurniture - path: ../TinyLife/Objects/PersonLike.cs - startLine: 334 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1924,14 +1565,6 @@ items: nameWithType: PersonLike.CurrentPose fullName: TinyLife.Objects.PersonLike.CurrentPose type: Field - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CurrentPose - path: ../TinyLife/Objects/PersonLike.cs - startLine: 343 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1966,14 +1599,6 @@ items: nameWithType: PersonLike.WornLayers fullName: TinyLife.Objects.PersonLike.WornLayers type: Field - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: WornLayers - path: ../TinyLife/Objects/PersonLike.cs - startLine: 350 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2010,14 +1635,6 @@ items: nameWithType: PersonLike.AnimateHeldObject fullName: TinyLife.Objects.PersonLike.AnimateHeldObject type: Field - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AnimateHeldObject - path: ../TinyLife/Objects/PersonLike.cs - startLine: 355 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2042,14 +1659,6 @@ items: nameWithType: PersonLike.HeldObjectRotation fullName: TinyLife.Objects.PersonLike.HeldObjectRotation type: Field - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: HeldObjectRotation - path: ../TinyLife/Objects/PersonLike.cs - startLine: 361 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2076,14 +1685,6 @@ items: nameWithType: PersonLike.AnimationSpeed fullName: TinyLife.Objects.PersonLike.AnimationSpeed type: Field - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AnimationSpeed - path: ../TinyLife/Objects/PersonLike.cs - startLine: 366 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2108,14 +1709,6 @@ items: nameWithType: PersonLike.Tint fullName: TinyLife.Objects.PersonLike.Tint type: Field - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Tint - path: ../TinyLife/Objects/PersonLike.cs - startLine: 371 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2140,14 +1733,6 @@ items: nameWithType: PersonLike.VisualPosition fullName: TinyLife.Objects.PersonLike.VisualPosition type: Property - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: VisualPosition - path: ../TinyLife/Objects/PersonLike.cs - startLine: 377 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2176,14 +1761,6 @@ items: nameWithType: PersonLike.Portrait fullName: TinyLife.Objects.PersonLike.Portrait type: Property - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Portrait - path: ../TinyLife/Objects/PersonLike.cs - startLine: 385 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2210,14 +1787,6 @@ items: nameWithType: PersonLike.RecentActions fullName: TinyLife.Objects.PersonLike.RecentActions type: Property - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RecentActions - path: ../TinyLife/Objects/PersonLike.cs - startLine: 418 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2244,14 +1813,6 @@ items: nameWithType: PersonLike.RelationshipInterestingness fullName: TinyLife.Objects.PersonLike.RelationshipInterestingness type: Property - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RelationshipInterestingness - path: ../TinyLife/Objects/PersonLike.cs - startLine: 430 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2275,14 +1836,6 @@ items: nameWithType: PersonLike.VoiceStyle fullName: TinyLife.Objects.PersonLike.VoiceStyle type: Field - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: VoiceStyle - path: ../TinyLife/Objects/PersonLike.cs - startLine: 436 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2317,14 +1870,6 @@ items: nameWithType: PersonLike.VoicePitch fullName: TinyLife.Objects.PersonLike.VoicePitch type: Field - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: VoicePitch - path: ../TinyLife/Objects/PersonLike.cs - startLine: 442 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2359,14 +1904,6 @@ items: nameWithType: PersonLike.CurrentSpeakStyle fullName: TinyLife.Objects.PersonLike.CurrentSpeakStyle type: Property - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CurrentSpeakStyle - path: ../TinyLife/Objects/PersonLike.cs - startLine: 447 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2393,14 +1930,6 @@ items: nameWithType: PersonLike.Age fullName: TinyLife.Objects.PersonLike.Age type: Property - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Age - path: ../TinyLife/Objects/PersonLike.cs - startLine: 451 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2424,14 +1953,6 @@ items: nameWithType: PersonLike.PregnancyHoursRemaining fullName: TinyLife.Objects.PersonLike.PregnancyHoursRemaining type: Property - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PregnancyHoursRemaining - path: ../TinyLife/Objects/PersonLike.cs - startLine: 468 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2472,14 +1993,6 @@ items: nameWithType: PersonLike.PregnancyPartner fullName: TinyLife.Objects.PersonLike.PregnancyPartner type: Property - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PregnancyPartner - path: ../TinyLife/Objects/PersonLike.cs - startLine: 474 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2520,14 +2033,6 @@ items: nameWithType: PersonLike.IsInLabor fullName: TinyLife.Objects.PersonLike.IsInLabor type: Field - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IsInLabor - path: ../TinyLife/Objects/PersonLike.cs - startLine: 481 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2566,14 +2071,6 @@ items: nameWithType: PersonLike.IsPregnant fullName: TinyLife.Objects.PersonLike.IsPregnant type: Property - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IsPregnant - path: ../TinyLife/Objects/PersonLike.cs - startLine: 486 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2600,14 +2097,6 @@ items: nameWithType: PersonLike.IsAllowedToDie fullName: TinyLife.Objects.PersonLike.IsAllowedToDie type: Property - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IsAllowedToDie - path: ../TinyLife/Objects/PersonLike.cs - startLine: 491 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2631,14 +2120,6 @@ items: nameWithType: PersonLike.PregnancyAbility fullName: TinyLife.Objects.PersonLike.PregnancyAbility type: Field - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PregnancyAbility - path: ../TinyLife/Objects/PersonLike.cs - startLine: 500 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2670,14 +2151,6 @@ items: nameWithType: PersonLike.Difficulty fullName: TinyLife.Objects.PersonLike.Difficulty type: Property - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Difficulty - path: ../TinyLife/Objects/PersonLike.cs - startLine: 505 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2704,14 +2177,6 @@ items: nameWithType: PersonLike.DrawSize fullName: TinyLife.Objects.PersonLike.DrawSize type: Property - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DrawSize - path: ../TinyLife/Objects/PersonLike.cs - startLine: 510 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2735,14 +2200,6 @@ items: nameWithType: PersonLike.CurrentMode fullName: TinyLife.Objects.PersonLike.CurrentMode type: Property - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CurrentMode - path: ../TinyLife/Objects/PersonLike.cs - startLine: 513 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2773,14 +2230,6 @@ items: nameWithType: PersonLike.OnActionsChanged fullName: TinyLife.Objects.PersonLike.OnActionsChanged type: Event - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnActionsChanged - path: ../TinyLife/Objects/PersonLike.cs - startLine: 527 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2805,14 +2254,6 @@ items: nameWithType: PersonLike.OnNewSkillLearned fullName: TinyLife.Objects.PersonLike.OnNewSkillLearned type: Event - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnNewSkillLearned - path: ../TinyLife/Objects/PersonLike.cs - startLine: 532 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2837,14 +2278,6 @@ items: nameWithType: PersonLike.OnEmotionModifiersChanged fullName: TinyLife.Objects.PersonLike.OnEmotionModifiersChanged type: Event - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnEmotionModifiersChanged - path: ../TinyLife/Objects/PersonLike.cs - startLine: 537 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2869,14 +2302,6 @@ items: nameWithType: PersonLike.OnEmotionChanged fullName: TinyLife.Objects.PersonLike.OnEmotionChanged type: Event - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnEmotionChanged - path: ../TinyLife/Objects/PersonLike.cs - startLine: 542 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2901,14 +2326,6 @@ items: nameWithType: PersonLike.OnGetEfficiencyModifier fullName: TinyLife.Objects.PersonLike.OnGetEfficiencyModifier type: Event - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnGetEfficiencyModifier - path: ../TinyLife/Objects/PersonLike.cs - startLine: 548 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2935,14 +2352,6 @@ items: nameWithType: PersonLike.OnGetPersonalitySkillBoost fullName: TinyLife.Objects.PersonLike.OnGetPersonalitySkillBoost type: Event - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnGetPersonalitySkillBoost - path: ../TinyLife/Objects/PersonLike.cs - startLine: 553 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2967,14 +2376,6 @@ items: nameWithType: PersonLike.OnGetEmotionSkillBoost fullName: TinyLife.Objects.PersonLike.OnGetEmotionSkillBoost type: Event - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnGetEmotionSkillBoost - path: ../TinyLife/Objects/PersonLike.cs - startLine: 558 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2999,14 +2400,6 @@ items: nameWithType: PersonLike.OnGetWalkSpeed fullName: TinyLife.Objects.PersonLike.OnGetWalkSpeed type: Event - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnGetWalkSpeed - path: ../TinyLife/Objects/PersonLike.cs - startLine: 564 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3033,14 +2426,6 @@ items: nameWithType: PersonLike.OnGetPassiveActionPriority fullName: TinyLife.Objects.PersonLike.OnGetPassiveActionPriority type: Event - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnGetPassiveActionPriority - path: ../TinyLife/Objects/PersonLike.cs - startLine: 570 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3067,14 +2452,6 @@ items: nameWithType: PersonLike.OnGetAiPriorityForObject fullName: TinyLife.Objects.PersonLike.OnGetAiPriorityForObject type: Event - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnGetAiPriorityForObject - path: ../TinyLife/Objects/PersonLike.cs - startLine: 575 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3099,14 +2476,6 @@ items: nameWithType: PersonLike.OnActionInitialized fullName: TinyLife.Objects.PersonLike.OnActionInitialized type: Event - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnActionInitialized - path: ../TinyLife/Objects/PersonLike.cs - startLine: 580 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3131,14 +2500,6 @@ items: nameWithType: PersonLike.OnActionsCompleted fullName: TinyLife.Objects.PersonLike.OnActionsCompleted type: Event - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnActionsCompleted - path: ../TinyLife/Objects/PersonLike.cs - startLine: 585 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3163,14 +2524,6 @@ items: nameWithType: PersonLike.OnActionUpdated fullName: TinyLife.Objects.PersonLike.OnActionUpdated type: Event - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnActionUpdated - path: ../TinyLife/Objects/PersonLike.cs - startLine: 590 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3195,14 +2548,6 @@ items: nameWithType: PersonLike.OnOutfitChanged fullName: TinyLife.Objects.PersonLike.OnOutfitChanged type: Event - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnOutfitChanged - path: ../TinyLife/Objects/PersonLike.cs - startLine: 595 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3227,14 +2572,6 @@ items: nameWithType: PersonLike.OnRestoreNeed fullName: TinyLife.Objects.PersonLike.OnRestoreNeed type: Event - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnRestoreNeed - path: ../TinyLife/Objects/PersonLike.cs - startLine: 601 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3261,14 +2598,6 @@ items: nameWithType: PersonLike.OnChangeFriendship fullName: TinyLife.Objects.PersonLike.OnChangeFriendship type: Event - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnChangeFriendship - path: ../TinyLife/Objects/PersonLike.cs - startLine: 607 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3295,14 +2624,6 @@ items: nameWithType: PersonLike.OnChangeRomance fullName: TinyLife.Objects.PersonLike.OnChangeRomance type: Event - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnChangeRomance - path: ../TinyLife/Objects/PersonLike.cs - startLine: 613 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3329,14 +2650,6 @@ items: nameWithType: PersonLike.OnMemoriesChanged fullName: TinyLife.Objects.PersonLike.OnMemoriesChanged type: Event - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnMemoriesChanged - path: ../TinyLife/Objects/PersonLike.cs - startLine: 618 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3361,14 +2674,6 @@ items: nameWithType: PersonLike.OnGetCurrentGoals fullName: TinyLife.Objects.PersonLike.OnGetCurrentGoals type: Event - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnGetCurrentGoals - path: ../TinyLife/Objects/PersonLike.cs - startLine: 624 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3395,14 +2700,6 @@ items: nameWithType: PersonLike.OnAddEmotion fullName: TinyLife.Objects.PersonLike.OnAddEmotion type: Event - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnAddEmotion - path: ../TinyLife/Objects/PersonLike.cs - startLine: 630 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3429,14 +2726,6 @@ items: nameWithType: PersonLike.OnGetPassiveNeedReduction fullName: TinyLife.Objects.PersonLike.OnGetPassiveNeedReduction type: Event - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnGetPassiveNeedReduction - path: ../TinyLife/Objects/PersonLike.cs - startLine: 636 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3461,14 +2750,6 @@ items: nameWithType: PersonLike.OnDrawLooks fullName: TinyLife.Objects.PersonLike.OnDrawLooks type: Event - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnDrawLooks - path: ../TinyLife/Objects/PersonLike.cs - startLine: 641 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3493,14 +2774,6 @@ items: nameWithType: PersonLike.OnDrawLooksLayer fullName: TinyLife.Objects.PersonLike.OnDrawLooksLayer type: Event - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnDrawLooksLayer - path: ../TinyLife/Objects/PersonLike.cs - startLine: 646 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3525,14 +2798,6 @@ items: nameWithType: PersonLike.Animations fullName: TinyLife.Objects.PersonLike.Animations type: Field - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Animations - path: ../TinyLife/Objects/PersonLike.cs - startLine: 651 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3554,14 +2819,6 @@ items: nameWithType: PersonLike.PersonLike(Map, Vector2, float) fullName: TinyLife.Objects.PersonLike.PersonLike(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, float) type: Constructor - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Objects/PersonLike.cs - startLine: 700 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3595,14 +2852,6 @@ items: nameWithType: PersonLike.DrawUi(SpriteBatch, Vector2, float, Direction2, Outfit, Pose?, AgeGroup?) fullName: TinyLife.Objects.PersonLike.DrawUi(Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.Vector2, float, MLEM.Maths.Direction2, TinyLife.Objects.Outfit, TinyLife.Objects.Pose?, TinyLife.Objects.AgeGroup?) type: Method - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DrawUi - path: ../TinyLife/Objects/PersonLike.cs - startLine: 714 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3648,14 +2897,6 @@ items: nameWithType: PersonLike.GenerateAnimationGroup(ClothesLayer, int, IReadOnlyDictionary, Point) fullName: TinyLife.Objects.PersonLike.GenerateAnimationGroup(TinyLife.Objects.ClothesLayer, int, System.Collections.Generic.IReadOnlyDictionary, Microsoft.Xna.Framework.Point) type: Method - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GenerateAnimationGroup - path: ../TinyLife/Objects/PersonLike.cs - startLine: 724 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3684,6 +2925,26 @@ items: nameWithType.vb: PersonLike.GenerateAnimationGroup(ClothesLayer, Integer, IReadOnlyDictionary(Of Point, TextureRegion), Point) fullName.vb: TinyLife.Objects.PersonLike.GenerateAnimationGroup(TinyLife.Objects.ClothesLayer, Integer, System.Collections.Generic.IReadOnlyDictionary(Of Microsoft.Xna.Framework.Point, MLEM.Textures.TextureRegion), Microsoft.Xna.Framework.Point) name.vb: GenerateAnimationGroup(ClothesLayer, Integer, IReadOnlyDictionary(Of Point, TextureRegion), Point) +- uid: TinyLife.Objects.PersonLike.GenerateShadowAnimation + commentId: M:TinyLife.Objects.PersonLike.GenerateShadowAnimation + id: GenerateShadowAnimation + parent: TinyLife.Objects.PersonLike + langs: + - csharp + - vb + name: GenerateShadowAnimation() + nameWithType: PersonLike.GenerateShadowAnimation() + fullName: TinyLife.Objects.PersonLike.GenerateShadowAnimation() + type: Method + assemblies: + - Tiny Life + namespace: TinyLife.Objects + syntax: + content: protected abstract SpriteAnimationGroup GenerateShadowAnimation() + return: + type: MLEM.Animations.SpriteAnimationGroup + content.vb: Protected MustOverride Function GenerateShadowAnimation() As SpriteAnimationGroup + overload: TinyLife.Objects.PersonLike.GenerateShadowAnimation* - uid: TinyLife.Objects.PersonLike.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) commentId: M:TinyLife.Objects.PersonLike.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) @@ -3695,14 +2956,6 @@ items: nameWithType: PersonLike.Update(GameTime, TimeSpan, float) fullName: TinyLife.Objects.PersonLike.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) type: Method - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Update - path: ../TinyLife/Objects/PersonLike.cs - startLine: 727 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3741,14 +2994,6 @@ items: nameWithType: PersonLike.Draw(GameTime, object, Vector2, Color?, List) fullName: TinyLife.Objects.PersonLike.Draw(Microsoft.Xna.Framework.GameTime, object, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color?, System.Collections.Generic.List) type: Method - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Draw - path: ../TinyLife/Objects/PersonLike.cs - startLine: 785 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3791,14 +3036,6 @@ items: nameWithType: PersonLike.Validate() fullName: TinyLife.Objects.PersonLike.Validate() type: Method - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Validate - path: ../TinyLife/Objects/PersonLike.cs - startLine: 830 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3828,14 +3065,6 @@ items: nameWithType: PersonLike.GetCategories(PersonLike) fullName: TinyLife.Objects.PersonLike.GetCategories(TinyLife.Objects.PersonLike) type: Method - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetCategories - path: ../TinyLife/Objects/PersonLike.cs - startLine: 910 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3864,14 +3093,6 @@ items: nameWithType: PersonLike.Intersects(RectangleF) fullName: TinyLife.Objects.PersonLike.Intersects(MLEM.Maths.RectangleF) type: Method - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Intersects - path: ../TinyLife/Objects/PersonLike.cs - startLine: 915 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3903,14 +3124,6 @@ items: nameWithType: PersonLike.GetHoverInfo(Tooltip) fullName: TinyLife.Objects.PersonLike.GetHoverInfo(MLEM.Ui.Elements.Tooltip) type: Method - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetHoverInfo - path: ../TinyLife/Objects/PersonLike.cs - startLine: 920 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3939,14 +3152,6 @@ items: nameWithType: PersonLike.GetDebugLines(GameImpl, List) fullName: TinyLife.Objects.PersonLike.GetDebugLines(TinyLife.GameImpl, System.Collections.Generic.List) type: Method - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetDebugLines - path: ../TinyLife/Objects/PersonLike.cs - startLine: 935 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3981,14 +3186,6 @@ items: nameWithType: PersonLike.GetFreeActionSpotInfos(PersonLike, ObjectCategory) fullName: TinyLife.Objects.PersonLike.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory) type: Method - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetFreeActionSpotInfos - path: ../TinyLife/Objects/PersonLike.cs - startLine: 955 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4023,14 +3220,6 @@ items: nameWithType: PersonLike.OnCameraRotationChanged(Direction2, Direction2) fullName: TinyLife.Objects.PersonLike.OnCameraRotationChanged(MLEM.Maths.Direction2, MLEM.Maths.Direction2) type: Method - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnCameraRotationChanged - path: ../TinyLife/Objects/PersonLike.cs - startLine: 969 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4062,14 +3251,6 @@ items: nameWithType: PersonLike.FocusCameraOnEvent(bool, bool) fullName: TinyLife.Objects.PersonLike.FocusCameraOnEvent(bool, bool) type: Method - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: FocusCameraOnEvent - path: ../TinyLife/Objects/PersonLike.cs - startLine: 980 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4105,14 +3286,6 @@ items: nameWithType: PersonLike.ResetToStatic(bool, bool) fullName: TinyLife.Objects.PersonLike.ResetToStatic(bool, bool) type: Method - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ResetToStatic - path: ../TinyLife/Objects/PersonLike.cs - startLine: 996 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4147,14 +3320,6 @@ items: nameWithType: PersonLike.MoveToMap(Map, Vector2?, float?) fullName: TinyLife.Objects.PersonLike.MoveToMap(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?, float?) type: Method - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: MoveToMap - path: ../TinyLife/Objects/PersonLike.cs - startLine: 1051 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4195,14 +3360,6 @@ items: nameWithType: PersonLike.PrepareForPermanentRemoval() fullName: TinyLife.Objects.PersonLike.PrepareForPermanentRemoval() type: Method - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PrepareForPermanentRemoval - path: ../TinyLife/Objects/PersonLike.cs - startLine: 1069 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4226,14 +3383,6 @@ items: nameWithType: PersonLike.VisitLot(Lot) fullName: TinyLife.Objects.PersonLike.VisitLot(TinyLife.World.Lot) type: Method - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: VisitLot - path: ../TinyLife/Objects/PersonLike.cs - startLine: 1083 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4261,14 +3410,6 @@ items: nameWithType: PersonLike.GetRelationship(PersonLike, bool) fullName: TinyLife.Objects.PersonLike.GetRelationship(TinyLife.Objects.PersonLike, bool) type: Method - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetRelationship - path: ../TinyLife/Objects/PersonLike.cs - startLine: 1101 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4305,14 +3446,6 @@ items: nameWithType: PersonLike.ChangeFriendship(PersonLike, float, bool) fullName: TinyLife.Objects.PersonLike.ChangeFriendship(TinyLife.Objects.PersonLike, float, bool) type: Method - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ChangeFriendship - path: ../TinyLife/Objects/PersonLike.cs - startLine: 1127 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4349,14 +3482,6 @@ items: nameWithType: PersonLike.ChangeRomance(PersonLike, float, bool) fullName: TinyLife.Objects.PersonLike.ChangeRomance(TinyLife.Objects.PersonLike, float, bool) type: Method - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ChangeRomance - path: ../TinyLife/Objects/PersonLike.cs - startLine: 1184 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4393,14 +3518,6 @@ items: nameWithType: PersonLike.DisplayEmote(EmoteChoices, bool, float, float) fullName: TinyLife.Objects.PersonLike.DisplayEmote(TinyLife.Actions.EmoteChoices, bool, float, float) type: Method - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DisplayEmote - path: ../TinyLife/Objects/PersonLike.cs - startLine: 1223 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4437,14 +3554,6 @@ items: nameWithType: PersonLike.StopEmoting() fullName: TinyLife.Objects.PersonLike.StopEmoting() type: Method - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: StopEmoting - path: ../TinyLife/Objects/PersonLike.cs - startLine: 1234 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4465,14 +3574,6 @@ items: nameWithType: PersonLike.Speak(SpeakStyle, float, float) fullName: TinyLife.Objects.PersonLike.Speak(TinyLife.Objects.SpeakStyle, float, float) type: Method - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Speak - path: ../TinyLife/Objects/PersonLike.cs - startLine: 1245 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4506,14 +3607,6 @@ items: nameWithType: PersonLike.StopSpeaking() fullName: TinyLife.Objects.PersonLike.StopSpeaking() type: Method - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: StopSpeaking - path: ../TinyLife/Objects/PersonLike.cs - startLine: 1255 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4534,14 +3627,6 @@ items: nameWithType: PersonLike.DisplayEmoteAndSpeak(EmoteChoices, SpeakStyle?, float, float) fullName: TinyLife.Objects.PersonLike.DisplayEmoteAndSpeak(TinyLife.Actions.EmoteChoices, TinyLife.Objects.SpeakStyle?, float, float) type: Method - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DisplayEmoteAndSpeak - path: ../TinyLife/Objects/PersonLike.cs - startLine: 1272 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4581,14 +3666,6 @@ items: nameWithType: PersonLike.GetFreeTalkingSpots(PersonLike) fullName: TinyLife.Objects.PersonLike.GetFreeTalkingSpots(TinyLife.Objects.PersonLike) type: Method - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetFreeTalkingSpots - path: ../TinyLife/Objects/PersonLike.cs - startLine: 1282 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4615,14 +3692,6 @@ items: nameWithType: PersonLike.OccupyActionSpot(Furniture, ActionSpot, bool, Direction2?, bool) fullName: TinyLife.Objects.PersonLike.OccupyActionSpot(TinyLife.Objects.Furniture, TinyLife.Objects.ActionSpot, bool, MLEM.Maths.Direction2?, bool) type: Method - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OccupyActionSpot - path: ../TinyLife/Objects/PersonLike.cs - startLine: 1302 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4669,14 +3738,6 @@ items: nameWithType: PersonLike.OccupyFreeActionSpot(Furniture, ObjectCategory, bool, Direction2?, bool) fullName: TinyLife.Objects.PersonLike.OccupyFreeActionSpot(TinyLife.Objects.Furniture, TinyLife.Objects.ObjectCategory, bool, MLEM.Maths.Direction2?, bool) type: Method - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OccupyFreeActionSpot - path: ../TinyLife/Objects/PersonLike.cs - startLine: 1333 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4722,14 +3783,6 @@ items: nameWithType: PersonLike.OccupyFreeActionSpot(ActionInfo, ObjectCategory, bool, Direction2?, bool) fullName: TinyLife.Objects.PersonLike.OccupyFreeActionSpot(TinyLife.Actions.ActionInfo, TinyLife.Objects.ObjectCategory, bool, MLEM.Maths.Direction2?, bool) type: Method - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OccupyFreeActionSpot - path: ../TinyLife/Objects/PersonLike.cs - startLine: 1351 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4775,14 +3828,6 @@ items: nameWithType: PersonLike.IsCloseForTalking(Vector2, float) fullName: TinyLife.Objects.PersonLike.IsCloseForTalking(Microsoft.Xna.Framework.Vector2, float) type: Method - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IsCloseForTalking - path: ../TinyLife/Objects/PersonLike.cs - startLine: 1363 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4819,14 +3864,6 @@ items: nameWithType: PersonLike.GetNeed(NeedType) fullName: TinyLife.Objects.PersonLike.GetNeed(TinyLife.NeedType) type: Method - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetNeed - path: ../TinyLife/Objects/PersonLike.cs - startLine: 1375 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4854,14 +3891,6 @@ items: nameWithType: PersonLike.GetNeedPercentage(NeedType) fullName: TinyLife.Objects.PersonLike.GetNeedPercentage(TinyLife.NeedType) type: Method - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetNeedPercentage - path: ../TinyLife/Objects/PersonLike.cs - startLine: 1384 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4889,14 +3918,6 @@ items: nameWithType: PersonLike.RestoreNeed(NeedType, float, ActionInfo, float) fullName: TinyLife.Objects.PersonLike.RestoreNeed(TinyLife.NeedType, float, TinyLife.Actions.ActionInfo, float) type: Method - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RestoreNeed - path: ../TinyLife/Objects/PersonLike.cs - startLine: 1396 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4936,14 +3957,6 @@ items: nameWithType: PersonLike.RestoreNeed(NeedType, float, ActionInfo, SkillType, float) fullName: TinyLife.Objects.PersonLike.RestoreNeed(TinyLife.NeedType, float, TinyLife.Actions.ActionInfo, TinyLife.Skills.SkillType, float) type: Method - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RestoreNeed - path: ../TinyLife/Objects/PersonLike.cs - startLine: 1432 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4988,14 +4001,6 @@ items: nameWithType: PersonLike.GetSkill(SkillType, bool) fullName: TinyLife.Objects.PersonLike.GetSkill(TinyLife.Skills.SkillType, bool) type: Method - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetSkill - path: ../TinyLife/Objects/PersonLike.cs - startLine: 1443 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5032,14 +4037,6 @@ items: nameWithType: PersonLike.GetSkillTotalPercentage(SkillType) fullName: TinyLife.Objects.PersonLike.GetSkillTotalPercentage(TinyLife.Skills.SkillType) type: Method - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetSkillTotalPercentage - path: ../TinyLife/Objects/PersonLike.cs - startLine: 1462 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5070,14 +4067,6 @@ items: nameWithType: PersonLike.GetSkillPointPercentage(SkillType) fullName: TinyLife.Objects.PersonLike.GetSkillPointPercentage(TinyLife.Skills.SkillType) type: Method - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetSkillPointPercentage - path: ../TinyLife/Objects/PersonLike.cs - startLine: 1472 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5108,14 +4097,6 @@ items: nameWithType: PersonLike.GetSkillLevel(SkillType) fullName: TinyLife.Objects.PersonLike.GetSkillLevel(TinyLife.Skills.SkillType) type: Method - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetSkillLevel - path: ../TinyLife/Objects/PersonLike.cs - startLine: 1482 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5146,14 +4127,6 @@ items: nameWithType: PersonLike.HasSkillLevel(SkillType, int) fullName: TinyLife.Objects.PersonLike.HasSkillLevel(TinyLife.Skills.SkillType, int) type: Method - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: HasSkillLevel - path: ../TinyLife/Objects/PersonLike.cs - startLine: 1492 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5187,14 +4160,6 @@ items: nameWithType: PersonLike.GainSkill(SkillType, float, ActionInfo, float) fullName: TinyLife.Objects.PersonLike.GainSkill(TinyLife.Skills.SkillType, float, TinyLife.Actions.ActionInfo, float) type: Method - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GainSkill - path: ../TinyLife/Objects/PersonLike.cs - startLine: 1504 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5236,14 +4201,6 @@ items: nameWithType: PersonLike.DepleteNeed(NeedType, float, float) fullName: TinyLife.Objects.PersonLike.DepleteNeed(TinyLife.NeedType, float, float) type: Method - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DepleteNeed - path: ../TinyLife/Objects/PersonLike.cs - startLine: 1528 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5280,14 +4237,6 @@ items: nameWithType: PersonLike.HasPersonality(PersonalityType) fullName: TinyLife.Objects.PersonLike.HasPersonality(TinyLife.PersonalityType) type: Method - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: HasPersonality - path: ../TinyLife/Objects/PersonLike.cs - startLine: 1539 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5315,14 +4264,6 @@ items: nameWithType: PersonLike.EnqueueAction(ActionType, ActionInfo, bool, bool, bool, params ActionArgument[]) fullName: TinyLife.Objects.PersonLike.EnqueueAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, bool, bool, bool, params TinyLife.Actions.ActionArgument[]) type: Method - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: EnqueueAction - path: ../TinyLife/Objects/PersonLike.cs - startLine: 1553 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5370,14 +4311,6 @@ items: nameWithType: PersonLike.CancelAction(Action, Action, bool) fullName: TinyLife.Objects.PersonLike.CancelAction(TinyLife.Actions.Action, TinyLife.Actions.Action, bool) type: Method - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CancelAction - path: ../TinyLife/Objects/PersonLike.cs - startLine: 1573 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5417,14 +4350,6 @@ items: nameWithType: PersonLike.GetHeldObject(bool) fullName: TinyLife.Objects.PersonLike.GetHeldObject(bool) type: Method - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetHeldObject - path: ../TinyLife/Objects/PersonLike.cs - startLine: 1589 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5460,14 +4385,6 @@ items: nameWithType: PersonLike.SetHeldObject(FurnitureType, int[], Guid?, bool) fullName: TinyLife.Objects.PersonLike.SetHeldObject(TinyLife.Objects.FurnitureType, int[], System.Guid?, bool) type: Method - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SetHeldObject - path: ../TinyLife/Objects/PersonLike.cs - startLine: 1607 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5513,14 +4430,6 @@ items: nameWithType: PersonLike.SetHeldObject(MapObject, bool) fullName: TinyLife.Objects.PersonLike.SetHeldObject(TinyLife.Objects.MapObject, bool) type: Method - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SetHeldObject - path: ../TinyLife/Objects/PersonLike.cs - startLine: 1620 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5554,14 +4463,6 @@ items: nameWithType: PersonLike.RemoveHeldObject() fullName: TinyLife.Objects.PersonLike.RemoveHeldObject() type: Method - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RemoveHeldObject - path: ../TinyLife/Objects/PersonLike.cs - startLine: 1633 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5591,14 +4492,6 @@ items: nameWithType: PersonLike.GetHeldActionInfo() fullName: TinyLife.Objects.PersonLike.GetHeldActionInfo() type: Method - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetHeldActionInfo - path: ../TinyLife/Objects/PersonLike.cs - startLine: 1647 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5625,14 +4518,6 @@ items: nameWithType: PersonLike.ToCreatedByString() fullName: TinyLife.Objects.PersonLike.ToCreatedByString() type: Method - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ToCreatedByString - path: ../TinyLife/Objects/PersonLike.cs - startLine: 1656 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5656,14 +4541,6 @@ items: nameWithType: PersonLike.Die(DeathReason) fullName: TinyLife.Objects.PersonLike.Die(TinyLife.Objects.DeathReason) type: Method - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Die - path: ../TinyLife/Objects/PersonLike.cs - startLine: 1664 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5690,14 +4567,6 @@ items: nameWithType: PersonLike.AddEmotion(EmotionModifier, int, TimeSpan, IEmotionSource, bool) fullName: TinyLife.Objects.PersonLike.AddEmotion(TinyLife.Emotions.EmotionModifier, int, System.TimeSpan, TinyLife.Emotions.IEmotionSource, bool) type: Method - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AddEmotion - path: ../TinyLife/Objects/PersonLike.cs - startLine: 1765 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5740,14 +4609,6 @@ items: nameWithType: PersonLike.RemoveEmotion(EmotionModifier) fullName: TinyLife.Objects.PersonLike.RemoveEmotion(TinyLife.Emotions.EmotionModifier) type: Method - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RemoveEmotion - path: ../TinyLife/Objects/PersonLike.cs - startLine: 1814 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5775,14 +4636,6 @@ items: nameWithType: PersonLike.LowerEmotion(EmotionType, float, float) fullName: TinyLife.Objects.PersonLike.LowerEmotion(TinyLife.Emotions.EmotionType, float, float) type: Method - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: LowerEmotion - path: ../TinyLife/Objects/PersonLike.cs - startLine: 1835 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5822,14 +4675,6 @@ items: nameWithType: PersonLike.LowerEmotionModifier(EmotionModifier, float, float) fullName: TinyLife.Objects.PersonLike.LowerEmotionModifier(TinyLife.Emotions.EmotionModifier, float, float) type: Method - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: LowerEmotionModifier - path: ../TinyLife/Objects/PersonLike.cs - startLine: 1854 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5869,14 +4714,6 @@ items: nameWithType: PersonLike.HasEmotionModifier(EmotionModifier) fullName: TinyLife.Objects.PersonLike.HasEmotionModifier(TinyLife.Emotions.EmotionModifier) type: Method - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: HasEmotionModifier - path: ../TinyLife/Objects/PersonLike.cs - startLine: 1870 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5904,14 +4741,6 @@ items: nameWithType: PersonLike.GetCausedEmotion(EmotionModifier) fullName: TinyLife.Objects.PersonLike.GetCausedEmotion(TinyLife.Emotions.EmotionModifier) type: Method - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetCausedEmotion - path: ../TinyLife/Objects/PersonLike.cs - startLine: 1880 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5942,14 +4771,6 @@ items: nameWithType: PersonLike.GetWalkSpeed() fullName: TinyLife.Objects.PersonLike.GetWalkSpeed() type: Method - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetWalkSpeed - path: ../TinyLife/Objects/PersonLike.cs - startLine: 1895 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5976,14 +4797,6 @@ items: nameWithType: PersonLike.GetEfficiencyModifier(float, ActionInfo, SkillType, float) fullName: TinyLife.Objects.PersonLike.GetEfficiencyModifier(float, TinyLife.Actions.ActionInfo, TinyLife.Skills.SkillType, float) type: Method - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetEfficiencyModifier - path: ../TinyLife/Objects/PersonLike.cs - startLine: 1930 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -6026,14 +4839,6 @@ items: nameWithType: PersonLike.HasHouseholdMember(Guid) fullName: TinyLife.Objects.PersonLike.HasHouseholdMember(System.Guid) type: Method - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: HasHouseholdMember - path: ../TinyLife/Objects/PersonLike.cs - startLine: 1978 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -6061,14 +4866,6 @@ items: nameWithType: PersonLike.HasHouseholdMember(PersonLike) fullName: TinyLife.Objects.PersonLike.HasHouseholdMember(TinyLife.Objects.PersonLike) type: Method - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: HasHouseholdMember - path: ../TinyLife/Objects/PersonLike.cs - startLine: 1983 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -6096,14 +4893,6 @@ items: nameWithType: PersonLike.GetPassiveActionPriority(ActionType) fullName: TinyLife.Objects.PersonLike.GetPassiveActionPriority(TinyLife.Actions.ActionType) type: Method - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetPassiveActionPriority - path: ../TinyLife/Objects/PersonLike.cs - startLine: 1994 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -6136,14 +4925,6 @@ items: nameWithType: PersonLike.GetAiPriorityForObject(MapObject, ObjectCategory) fullName: TinyLife.Objects.PersonLike.GetAiPriorityForObject(TinyLife.Objects.MapObject, TinyLife.Objects.ObjectCategory) type: Method - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetAiPriorityForObject - path: ../TinyLife/Objects/PersonLike.cs - startLine: 2018 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -6177,14 +4958,6 @@ items: nameWithType: PersonLike.GetRandomOutfit(ClothesIntention) fullName: TinyLife.Objects.PersonLike.GetRandomOutfit(TinyLife.Objects.ClothesIntention) type: Method - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetRandomOutfit - path: ../TinyLife/Objects/PersonLike.cs - startLine: 2029 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -6212,14 +4985,6 @@ items: nameWithType: PersonLike.SetCurrentOutfit(ClothesIntention) fullName: TinyLife.Objects.PersonLike.SetCurrentOutfit(TinyLife.Objects.ClothesIntention) type: Method - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SetCurrentOutfit - path: ../TinyLife/Objects/PersonLike.cs - startLine: 2041 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -6252,14 +5017,6 @@ items: nameWithType: PersonLike.SetCurrentOutfit(int) fullName: TinyLife.Objects.PersonLike.SetCurrentOutfit(int) type: Method - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SetCurrentOutfit - path: ../TinyLife/Objects/PersonLike.cs - startLine: 2058 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -6293,14 +5050,6 @@ items: nameWithType: PersonLike.SetNewId(Map, IEnumerable, IEnumerable) fullName: TinyLife.Objects.PersonLike.SetNewId(TinyLife.World.Map, System.Collections.Generic.IEnumerable, System.Collections.Generic.IEnumerable) type: Method - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SetNewId - path: ../TinyLife/Objects/PersonLike.cs - startLine: 2074 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -6337,14 +5086,6 @@ items: nameWithType: PersonLike.IsIdMatch(PersonLike) fullName: TinyLife.Objects.PersonLike.IsIdMatch(TinyLife.Objects.PersonLike) type: Method - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IsIdMatch - path: ../TinyLife/Objects/PersonLike.cs - startLine: 2129 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -6375,14 +5116,6 @@ items: nameWithType: PersonLike.IsIdMatch(Guid) fullName: TinyLife.Objects.PersonLike.IsIdMatch(System.Guid) type: Method - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IsIdMatch - path: ../TinyLife/Objects/PersonLike.cs - startLine: 2139 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -6413,14 +5146,6 @@ items: nameWithType: PersonLike.FaceObject(MapObject, ActionSpot) fullName: TinyLife.Objects.PersonLike.FaceObject(TinyLife.Objects.MapObject, TinyLife.Objects.ActionSpot) type: Method - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: FaceObject - path: ../TinyLife/Objects/PersonLike.cs - startLine: 2148 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -6452,14 +5177,6 @@ items: nameWithType: PersonLike.GetPersonalitySkillBoost(SkillType) fullName: TinyLife.Objects.PersonLike.GetPersonalitySkillBoost(TinyLife.Skills.SkillType) type: Method - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetPersonalitySkillBoost - path: ../TinyLife/Objects/PersonLike.cs - startLine: 2172 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -6490,14 +5207,6 @@ items: nameWithType: PersonLike.GetEmotionSkillBoost(SkillType) fullName: TinyLife.Objects.PersonLike.GetEmotionSkillBoost(TinyLife.Skills.SkillType) type: Method - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetEmotionSkillBoost - path: ../TinyLife/Objects/PersonLike.cs - startLine: 2194 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -6528,14 +5237,6 @@ items: nameWithType: PersonLike.GetCurrentGoals() fullName: TinyLife.Objects.PersonLike.GetCurrentGoals() type: Method - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetCurrentGoals - path: ../TinyLife/Objects/PersonLike.cs - startLine: 2218 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -6562,14 +5263,6 @@ items: nameWithType: PersonLike.EarnMoney(float, object) fullName: TinyLife.Objects.PersonLike.EarnMoney(float, object) type: Method - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: EarnMoney - path: ../TinyLife/Objects/PersonLike.cs - startLine: 2239 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -6603,14 +5296,6 @@ items: nameWithType: PersonLike.AddMemory(MemoryType, ActionInfo, int, TimeSpan?) fullName: TinyLife.Objects.PersonLike.AddMemory(TinyLife.Goals.MemoryType, TinyLife.Actions.ActionInfo, int, System.TimeSpan?) type: Method - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AddMemory - path: ../TinyLife/Objects/PersonLike.cs - startLine: 2252 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -6652,14 +5337,6 @@ items: nameWithType: PersonLike.GetMemories(MemoryType) fullName: TinyLife.Objects.PersonLike.GetMemories(TinyLife.Goals.MemoryType) type: Method - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetMemories - path: ../TinyLife/Objects/PersonLike.cs - startLine: 2264 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -6692,14 +5369,6 @@ items: nameWithType: PersonLike.GetMemories(IDictionary) fullName: TinyLife.Objects.PersonLike.GetMemories(System.Collections.Generic.IDictionary) type: Method - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetMemories - path: ../TinyLife/Objects/PersonLike.cs - startLine: 2273 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -6733,14 +5402,6 @@ items: nameWithType: PersonLike.RemoveMemory(MemoryType, int, Func) fullName: TinyLife.Objects.PersonLike.RemoveMemory(TinyLife.Goals.MemoryType, int, System.Func) type: Method - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RemoveMemory - path: ../TinyLife/Objects/PersonLike.cs - startLine: 2284 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -6779,14 +5440,6 @@ items: nameWithType: PersonLike.GetTimeSinceMemory(MemoryType, Func) fullName: TinyLife.Objects.PersonLike.GetTimeSinceMemory(TinyLife.Goals.MemoryType, System.Func) type: Method - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetTimeSinceMemory - path: ../TinyLife/Objects/PersonLike.cs - startLine: 2312 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -6825,14 +5478,6 @@ items: nameWithType: PersonLike.GetTimeSinceMemory(params MemoryType[]) fullName: TinyLife.Objects.PersonLike.GetTimeSinceMemory(params TinyLife.Goals.MemoryType[]) type: Method - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetTimeSinceMemory - path: ../TinyLife/Objects/PersonLike.cs - startLine: 2331 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -6868,14 +5513,6 @@ items: nameWithType: PersonLike.GoToExitRoad(Vector2) fullName: TinyLife.Objects.PersonLike.GoToExitRoad(Microsoft.Xna.Framework.Vector2) type: Method - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GoToExitRoad - path: ../TinyLife/Objects/PersonLike.cs - startLine: 2344 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -6899,14 +5536,6 @@ items: nameWithType: PersonLike.GetAction(Guid, bool) fullName: TinyLife.Objects.PersonLike.GetAction(System.Guid, bool) type: Method - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetAction - path: ../TinyLife/Objects/PersonLike.cs - startLine: 2358 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -6943,14 +5572,6 @@ items: nameWithType: PersonLike.SetPregnancyStatus(int, Guid, bool) fullName: TinyLife.Objects.PersonLike.SetPregnancyStatus(int, System.Guid, bool) type: Method - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SetPregnancyStatus - path: ../TinyLife/Objects/PersonLike.cs - startLine: 2378 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -6984,14 +5605,6 @@ items: nameWithType: PersonLike.SetAnimationsFromLooks() fullName: TinyLife.Objects.PersonLike.SetAnimationsFromLooks() type: Method - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SetAnimationsFromLooks - path: ../TinyLife/Objects/PersonLike.cs - startLine: 2398 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -7012,14 +5625,6 @@ items: nameWithType: PersonLike.ImportAtExitRoad(Map) fullName: TinyLife.Objects.PersonLike.ImportAtExitRoad(TinyLife.World.Map) type: Method - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ImportAtExitRoad - path: ../TinyLife/Objects/PersonLike.cs - startLine: 2413 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -7044,14 +5649,6 @@ items: nameWithType: PersonLike.GoToRandomHomeLocation() fullName: TinyLife.Objects.PersonLike.GoToRandomHomeLocation() type: Method - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GoToRandomHomeLocation - path: ../TinyLife/Objects/PersonLike.cs - startLine: 2425 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -7075,14 +5672,6 @@ items: nameWithType: PersonLike.ShouldDrawHeldItem() fullName: TinyLife.Objects.PersonLike.ShouldDrawHeldItem() type: Method - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ShouldDrawHeldItem - path: ../TinyLife/Objects/PersonLike.cs - startLine: 2447 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -7106,14 +5695,6 @@ items: nameWithType: PersonLike.GetHeldItemDrawOffset(bool) fullName: TinyLife.Objects.PersonLike.GetHeldItemDrawOffset(bool) type: Method - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetHeldItemDrawOffset - path: ../TinyLife/Objects/PersonLike.cs - startLine: 2458 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -7143,14 +5724,6 @@ items: nameWithType: PersonLike.GetHeldItemDepthOffset() fullName: TinyLife.Objects.PersonLike.GetHeldItemDepthOffset() type: Method - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetHeldItemDepthOffset - path: ../TinyLife/Objects/PersonLike.cs - startLine: 2466 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -7174,14 +5747,6 @@ items: nameWithType: PersonLike.GetPivot() fullName: TinyLife.Objects.PersonLike.GetPivot() type: Method - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetPivot - path: ../TinyLife/Objects/PersonLike.cs - startLine: 2477 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -7205,14 +5770,6 @@ items: nameWithType: PersonLike.CanExecuteAction(ActionType, ActionInfo, bool) fullName: TinyLife.Objects.PersonLike.CanExecuteAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, bool) type: Method - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CanExecuteAction - path: ../TinyLife/Objects/PersonLike.cs - startLine: 2489 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -7252,14 +5809,6 @@ items: nameWithType: PersonLike.GetValidClothes(ClothesLayer) fullName: TinyLife.Objects.PersonLike.GetValidClothes(TinyLife.Objects.ClothesLayer) type: Method - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetValidClothes - path: ../TinyLife/Objects/PersonLike.cs - startLine: 2551 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -7287,14 +5836,6 @@ items: nameWithType: PersonLike.CanApplyPersonality(PersonalityType) fullName: TinyLife.Objects.PersonLike.CanApplyPersonality(TinyLife.PersonalityType) type: Method - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CanApplyPersonality - path: ../TinyLife/Objects/PersonLike.cs - startLine: 2563 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -7324,14 +5865,6 @@ items: nameWithType: PersonLike.HasRecentlyFailed(ActionType, float) fullName: TinyLife.Objects.PersonLike.HasRecentlyFailed(TinyLife.Actions.ActionType, float) type: Method - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: HasRecentlyFailed - path: ../TinyLife/Objects/PersonLike.cs - startLine: 2580 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -7368,14 +5901,6 @@ items: nameWithType: PersonLike.CanTakeOff(ClothesLayer) fullName: TinyLife.Objects.PersonLike.CanTakeOff(TinyLife.Objects.ClothesLayer) type: Method - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CanTakeOff - path: ../TinyLife/Objects/PersonLike.cs - startLine: 2589 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -7403,14 +5928,6 @@ items: nameWithType: PersonLike.MoveToMapExitRoad(Map, Vector2) fullName: TinyLife.Objects.PersonLike.MoveToMapExitRoad(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2) type: Method - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: MoveToMapExitRoad - path: ../TinyLife/Objects/PersonLike.cs - startLine: 2600 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -7441,14 +5958,6 @@ items: nameWithType: PersonLike.DrawLooks(SpriteBatch, Vector2, Vector2, float, ParentInfo, Color?, float) fullName: TinyLife.Objects.PersonLike.DrawLooks(Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Vector2, float, TinyLife.Objects.ParentInfo, Microsoft.Xna.Framework.Color?, float) type: Method - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DrawLooks - path: ../TinyLife/Objects/PersonLike.cs - startLine: 2619 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -7494,14 +6003,6 @@ items: nameWithType: PersonLike.DrawLooksLayer(SpriteBatch, SpriteAnimation, TextureRegion, WornClothes, int, Vector2, Vector2, float, ParentInfo, Color, float, float) fullName: TinyLife.Objects.PersonLike.DrawLooksLayer(Microsoft.Xna.Framework.Graphics.SpriteBatch, MLEM.Animations.SpriteAnimation, MLEM.Textures.TextureRegion, TinyLife.Objects.WornClothes, int, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Vector2, float, TinyLife.Objects.ParentInfo, Microsoft.Xna.Framework.Color, float, float) type: Method - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DrawLooksLayer - path: ../TinyLife/Objects/PersonLike.cs - startLine: 2655 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -7565,14 +6066,6 @@ items: nameWithType: PersonLike.OnRoomCheck() fullName: TinyLife.Objects.PersonLike.OnRoomCheck() type: Method - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnRoomCheck - path: ../TinyLife/Objects/PersonLike.cs - startLine: 2664 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -7596,14 +6089,6 @@ items: nameWithType: PersonLike.UpdateAnimations(TimeSpan, float) fullName: TinyLife.Objects.PersonLike.UpdateAnimations(System.TimeSpan, float) type: Method - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: UpdateAnimations - path: ../TinyLife/Objects/PersonLike.cs - startLine: 2692 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -7634,14 +6119,6 @@ items: nameWithType: PersonLike.UpdateSpeech(GameTime, float) fullName: TinyLife.Objects.PersonLike.UpdateSpeech(Microsoft.Xna.Framework.GameTime, float) type: Method - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: UpdateSpeech - path: ../TinyLife/Objects/PersonLike.cs - startLine: 2710 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -7672,14 +6149,6 @@ items: nameWithType: PersonLike.UpdateEmotes(GameTime, float) fullName: TinyLife.Objects.PersonLike.UpdateEmotes(Microsoft.Xna.Framework.GameTime, float) type: Method - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: UpdateEmotes - path: ../TinyLife/Objects/PersonLike.cs - startLine: 2744 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -7710,14 +6179,6 @@ items: nameWithType: PersonLike.UpdatePose() fullName: TinyLife.Objects.PersonLike.UpdatePose() type: Method - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: UpdatePose - path: ../TinyLife/Objects/PersonLike.cs - startLine: 2755 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -7738,14 +6199,6 @@ items: nameWithType: PersonLike.UpdateRelationships(float) fullName: TinyLife.Objects.PersonLike.UpdateRelationships(float) type: Method - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: UpdateRelationships - path: ../TinyLife/Objects/PersonLike.cs - startLine: 2777 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -7773,14 +6226,6 @@ items: nameWithType: PersonLike.UpdateEmotions(GameTime, TimeSpan) fullName: TinyLife.Objects.PersonLike.UpdateEmotions(Microsoft.Xna.Framework.GameTime, System.TimeSpan) type: Method - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: UpdateEmotions - path: ../TinyLife/Objects/PersonLike.cs - startLine: 2800 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -7808,14 +6253,6 @@ items: nameWithType: PersonLike.UpdatePregnancy(TimeSpan) fullName: TinyLife.Objects.PersonLike.UpdatePregnancy(System.TimeSpan) type: Method - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: UpdatePregnancy - path: ../TinyLife/Objects/PersonLike.cs - startLine: 2839 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -7840,14 +6277,6 @@ items: nameWithType: PersonLike.OnNewDay() fullName: TinyLife.Objects.PersonLike.OnNewDay() type: Method - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnNewDay - path: ../TinyLife/Objects/PersonLike.cs - startLine: 2872 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -7868,14 +6297,6 @@ items: nameWithType: PersonLike.UpdateMemories(GameTime, TimeSpan, float) fullName: TinyLife.Objects.PersonLike.UpdateMemories(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) type: Method - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: UpdateMemories - path: ../TinyLife/Objects/PersonLike.cs - startLine: 2893 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -7909,14 +6330,6 @@ items: nameWithType: PersonLike.UpdateNeeds(TimeSpan, float) fullName: TinyLife.Objects.PersonLike.UpdateNeeds(System.TimeSpan, float) type: Method - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: UpdateNeeds - path: ../TinyLife/Objects/PersonLike.cs - startLine: 2903 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -7947,14 +6360,6 @@ items: nameWithType: PersonLike.UpdateActions(GameTime, TimeSpan, float) fullName: TinyLife.Objects.PersonLike.UpdateActions(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) type: Method - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: UpdateActions - path: ../TinyLife/Objects/PersonLike.cs - startLine: 2924 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -7988,14 +6393,6 @@ items: nameWithType: PersonLike.ResetVisuals() fullName: TinyLife.Objects.PersonLike.ResetVisuals() type: Method - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ResetVisuals - path: ../TinyLife/Objects/PersonLike.cs - startLine: 2987 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -8016,14 +6413,6 @@ items: nameWithType: PersonLike.OnActionCompleted(Action, CompletionType) fullName: TinyLife.Objects.PersonLike.OnActionCompleted(TinyLife.Actions.Action, TinyLife.Actions.CompletionType) type: Method - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnActionCompleted - path: ../TinyLife/Objects/PersonLike.cs - startLine: 3012 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -8054,14 +6443,6 @@ items: nameWithType: PersonLike.UpdateAction(Action, GameTime, TimeSpan, float, IEnumerable) fullName: TinyLife.Objects.PersonLike.UpdateAction(TinyLife.Actions.Action, Microsoft.Xna.Framework.GameTime, System.TimeSpan, float, System.Collections.Generic.IEnumerable) type: Method - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: UpdateAction - path: ../TinyLife/Objects/PersonLike.cs - startLine: 3089 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -8101,14 +6482,6 @@ items: nameWithType: PersonLike.InitializeAction(Action) fullName: TinyLife.Objects.PersonLike.InitializeAction(TinyLife.Actions.Action) type: Method - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: InitializeAction - path: ../TinyLife/Objects/PersonLike.cs - startLine: 3102 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -8133,14 +6506,6 @@ items: nameWithType: PersonLike.OnAgeChanged(AgeGroup) fullName: TinyLife.Objects.PersonLike.OnAgeChanged(TinyLife.Objects.AgeGroup) type: Method - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnAgeChanged - path: ../TinyLife/Objects/PersonLike.cs - startLine: 3112 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -8165,14 +6530,6 @@ items: nameWithType: PersonLike.GetPassiveNeedReduction(NeedType) fullName: TinyLife.Objects.PersonLike.GetPassiveNeedReduction(TinyLife.NeedType) type: Method - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetPassiveNeedReduction - path: ../TinyLife/Objects/PersonLike.cs - startLine: 3180 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -8203,14 +6560,6 @@ items: nameWithType: PersonLike.GetRandomSpeakSound(VoiceStyle, SpeakStyle, List, TimeSpan?) fullName: TinyLife.Objects.PersonLike.GetRandomSpeakSound(TinyLife.Objects.VoiceStyle, TinyLife.Objects.SpeakStyle, System.Collections.Generic.List, System.TimeSpan?) type: Method - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetRandomSpeakSound - path: ../TinyLife/Objects/PersonLike.cs - startLine: 3347 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -15941,6 +14290,12 @@ references: - name: " " - name: TValue - name: ) +- uid: TinyLife.Objects.PersonLike.GenerateShadowAnimation* + commentId: Overload:TinyLife.Objects.PersonLike.GenerateShadowAnimation + href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GenerateShadowAnimation + name: GenerateShadowAnimation + nameWithType: PersonLike.GenerateShadowAnimation + fullName: TinyLife.Objects.PersonLike.GenerateShadowAnimation - uid: TinyLife.World.Household.FurnitureStorage commentId: F:TinyLife.World.Household.FurnitureStorage href: TinyLife.World.Household.html#TinyLife_World_Household_FurnitureStorage diff --git a/docs/api/TinyLife.Objects.Pose.yml b/docs/api/TinyLife.Objects.Pose.yml index bea2782..53813ad 100644 --- a/docs/api/TinyLife.Objects.Pose.yml +++ b/docs/api/TinyLife.Objects.Pose.yml @@ -23,14 +23,6 @@ items: nameWithType: Pose fullName: TinyLife.Objects.Pose type: Enum - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Pose - path: ../TinyLife/Objects/PersonLike.cs - startLine: 3504 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -53,14 +45,6 @@ items: nameWithType: Pose.Standing fullName: TinyLife.Objects.Pose.Standing type: Field - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Standing - path: ../TinyLife/Objects/PersonLike.cs - startLine: 3509 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -81,14 +65,6 @@ items: nameWithType: Pose.Walking fullName: TinyLife.Objects.Pose.Walking type: Field - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Walking - path: ../TinyLife/Objects/PersonLike.cs - startLine: 3513 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -109,14 +85,6 @@ items: nameWithType: Pose.Sitting fullName: TinyLife.Objects.Pose.Sitting type: Field - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Sitting - path: ../TinyLife/Objects/PersonLike.cs - startLine: 3517 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -137,14 +105,6 @@ items: nameWithType: Pose.Laying fullName: TinyLife.Objects.Pose.Laying type: Field - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Laying - path: ../TinyLife/Objects/PersonLike.cs - startLine: 3522 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -168,14 +128,6 @@ items: nameWithType: Pose.SittingGround fullName: TinyLife.Objects.Pose.SittingGround type: Field - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SittingGround - path: ../TinyLife/Objects/PersonLike.cs - startLine: 3527 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -199,14 +151,6 @@ items: nameWithType: Pose.WorkingStanding fullName: TinyLife.Objects.Pose.WorkingStanding type: Field - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: WorkingStanding - path: ../TinyLife/Objects/PersonLike.cs - startLine: 3531 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -227,14 +171,6 @@ items: nameWithType: Pose.WorkingSitting fullName: TinyLife.Objects.Pose.WorkingSitting type: Field - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: WorkingSitting - path: ../TinyLife/Objects/PersonLike.cs - startLine: 3535 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -255,14 +191,6 @@ items: nameWithType: Pose.WorkingSittingGround fullName: TinyLife.Objects.Pose.WorkingSittingGround type: Field - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: WorkingSittingGround - path: ../TinyLife/Objects/PersonLike.cs - startLine: 3539 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -283,14 +211,6 @@ items: nameWithType: Pose.Running fullName: TinyLife.Objects.Pose.Running type: Field - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Running - path: ../TinyLife/Objects/PersonLike.cs - startLine: 3543 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -311,14 +231,6 @@ items: nameWithType: Pose.StandingArmsOut fullName: TinyLife.Objects.Pose.StandingArmsOut type: Field - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: StandingArmsOut - path: ../TinyLife/Objects/PersonLike.cs - startLine: 3547 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -339,14 +251,6 @@ items: nameWithType: Pose.WalkingArmsOut fullName: TinyLife.Objects.Pose.WalkingArmsOut type: Field - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: WalkingArmsOut - path: ../TinyLife/Objects/PersonLike.cs - startLine: 3551 assemblies: - Tiny Life namespace: TinyLife.Objects diff --git a/docs/api/TinyLife.Objects.PregnancyAbility.yml b/docs/api/TinyLife.Objects.PregnancyAbility.yml index aa38d7d..97d56b2 100644 --- a/docs/api/TinyLife.Objects.PregnancyAbility.yml +++ b/docs/api/TinyLife.Objects.PregnancyAbility.yml @@ -15,14 +15,6 @@ items: nameWithType: PregnancyAbility fullName: TinyLife.Objects.PregnancyAbility type: Enum - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PregnancyAbility - path: ../TinyLife/Objects/PersonLike.cs - startLine: 3680 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -45,14 +37,6 @@ items: nameWithType: PregnancyAbility.Neither fullName: TinyLife.Objects.PregnancyAbility.Neither type: Field - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Neither - path: ../TinyLife/Objects/PersonLike.cs - startLine: 3685 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -73,14 +57,6 @@ items: nameWithType: PregnancyAbility.GetOthersPregnant fullName: TinyLife.Objects.PregnancyAbility.GetOthersPregnant type: Field - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetOthersPregnant - path: ../TinyLife/Objects/PersonLike.cs - startLine: 3689 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -101,14 +77,6 @@ items: nameWithType: PregnancyAbility.GetPregnant fullName: TinyLife.Objects.PregnancyAbility.GetPregnant type: Field - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetPregnant - path: ../TinyLife/Objects/PersonLike.cs - startLine: 3693 assemblies: - Tiny Life namespace: TinyLife.Objects diff --git a/docs/api/TinyLife.Objects.ScreenObject.yml b/docs/api/TinyLife.Objects.ScreenObject.yml index 77e051c..0016d28 100644 --- a/docs/api/TinyLife.Objects.ScreenObject.yml +++ b/docs/api/TinyLife.Objects.ScreenObject.yml @@ -20,14 +20,6 @@ items: nameWithType: ScreenObject fullName: TinyLife.Objects.ScreenObject type: Class - source: - remote: - path: TinyLife/Objects/ScreenObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ScreenObject - path: ../TinyLife/Objects/ScreenObject.cs - startLine: 13 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -122,6 +114,8 @@ items: - TinyLife.Objects.Furniture.ApplyUpgrade(TinyLife.Objects.AppliedUpgrade) - TinyLife.Objects.Furniture.HasFullUpgrade(TinyLife.Objects.Upgrade) - TinyLife.Objects.Furniture.OnNeighborChanged(TinyLife.Objects.Furniture) + - TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single) + - TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) - TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Ui.Elements.Element,System.Single,System.Int32[]) - TinyLife.Objects.Furniture.GetOccupants(TinyLife.Objects.ObjectCategory,System.Boolean) - TinyLife.Objects.Furniture.GetFreeActionSpots(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory) @@ -191,14 +185,6 @@ items: nameWithType: ScreenObject.ScreenContentOverrides fullName: TinyLife.Objects.ScreenObject.ScreenContentOverrides type: Field - source: - remote: - path: TinyLife/Objects/ScreenObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ScreenContentOverrides - path: ../TinyLife/Objects/ScreenObject.cs - startLine: 25 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -227,14 +213,6 @@ items: nameWithType: ScreenObject.DrawScreenContentOverrides fullName: TinyLife.Objects.ScreenObject.DrawScreenContentOverrides type: Field - source: - remote: - path: TinyLife/Objects/ScreenObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DrawScreenContentOverrides - path: ../TinyLife/Objects/ScreenObject.cs - startLine: 38 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -256,14 +234,6 @@ items: nameWithType: ScreenObject.Content fullName: TinyLife.Objects.ScreenObject.Content type: Property - source: - remote: - path: TinyLife/Objects/ScreenObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Content - path: ../TinyLife/Objects/ScreenObject.cs - startLine: 47 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -302,14 +272,6 @@ items: nameWithType: ScreenObject.IsOn fullName: TinyLife.Objects.ScreenObject.IsOn type: Property - source: - remote: - path: TinyLife/Objects/ScreenObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IsOn - path: ../TinyLife/Objects/ScreenObject.cs - startLine: 53 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -336,14 +298,6 @@ items: nameWithType: ScreenObject.ScreenObject(Guid, FurnitureType, int[], Map, Vector2, float) fullName: TinyLife.Objects.ScreenObject.ScreenObject(System.Guid, TinyLife.Objects.FurnitureType, int[], TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, float) type: Constructor - source: - remote: - path: TinyLife/Objects/ScreenObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Objects/ScreenObject.cs - startLine: 56 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -389,14 +343,6 @@ items: nameWithType: ScreenObject.Draw(GameTime, object, Vector2, float, Vector2, Color?, Direction2, int[], float, bool, ParentInfo, float, List) fullName: TinyLife.Objects.ScreenObject.Draw(Microsoft.Xna.Framework.GameTime, object, Microsoft.Xna.Framework.Vector2, float, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color?, MLEM.Maths.Direction2, int[], float, bool, TinyLife.Objects.ParentInfo, float, System.Collections.Generic.List) type: Method - source: - remote: - path: TinyLife/Objects/ScreenObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Draw - path: ../TinyLife/Objects/ScreenObject.cs - startLine: 60 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -464,14 +410,6 @@ items: nameWithType: ScreenObject.TurnOn(string) fullName: TinyLife.Objects.ScreenObject.TurnOn(string) type: Method - source: - remote: - path: TinyLife/Objects/ScreenObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TurnOn - path: ../TinyLife/Objects/ScreenObject.cs - startLine: 84 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -502,14 +440,6 @@ items: nameWithType: ScreenObject.TurnOff() fullName: TinyLife.Objects.ScreenObject.TurnOff() type: Method - source: - remote: - path: TinyLife/Objects/ScreenObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TurnOff - path: ../TinyLife/Objects/ScreenObject.cs - startLine: 91 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2501,6 +2431,228 @@ references: name: Furniture href: TinyLife.Objects.Furniture.html - name: ) +- uid: TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single) + commentId: M:TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single) + parent: TinyLife.Objects.Furniture + isExternal: true + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_MarkDirtyForPathfinding_Microsoft_Xna_Framework_Vector2_System_Single_ + name: MarkDirtyForPathfinding(Vector2, float) + nameWithType: Furniture.MarkDirtyForPathfinding(Vector2, float) + fullName: TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2, float) + nameWithType.vb: Furniture.MarkDirtyForPathfinding(Vector2, Single) + fullName.vb: TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2, Single) + name.vb: MarkDirtyForPathfinding(Vector2, Single) + spec.csharp: + - uid: TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single) + name: MarkDirtyForPathfinding + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_MarkDirtyForPathfinding_Microsoft_Xna_Framework_Vector2_System_Single_ + - name: ( + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ) + spec.vb: + - uid: TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single) + name: MarkDirtyForPathfinding + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_MarkDirtyForPathfinding_Microsoft_Xna_Framework_Vector2_System_Single_ + - name: ( + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ) +- uid: TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) + commentId: M:TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) + parent: TinyLife.Objects.Furniture + isExternal: true + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_DrawDirtyOverlay_Microsoft_Xna_Framework_GameTime_System_Object_Microsoft_Xna_Framework_Vector2_System_Single_Microsoft_Xna_Framework_Vector2_System_Nullable_Microsoft_Xna_Framework_Color__MLEM_Maths_Direction2_System_Int32___System_Single_System_Boolean_TinyLife_Objects_ParentInfo_System_Single_System_Collections_Generic_List_MLEM_Graphics_StaticSpriteBatch_Item__ + name: DrawDirtyOverlay(GameTime, object, Vector2, float, Vector2, Color?, Direction2, int[], float, bool, ParentInfo, float, List) + nameWithType: Furniture.DrawDirtyOverlay(GameTime, object, Vector2, float, Vector2, Color?, Direction2, int[], float, bool, ParentInfo, float, List) + fullName: TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime, object, Microsoft.Xna.Framework.Vector2, float, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color?, MLEM.Maths.Direction2, int[], float, bool, TinyLife.Objects.ParentInfo, float, System.Collections.Generic.List) + nameWithType.vb: Furniture.DrawDirtyOverlay(GameTime, Object, Vector2, Single, Vector2, Color?, Direction2, Integer(), Single, Boolean, ParentInfo, Single, List(Of StaticSpriteBatch.Item)) + fullName.vb: TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime, Object, Microsoft.Xna.Framework.Vector2, Single, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color?, MLEM.Maths.Direction2, Integer(), Single, Boolean, TinyLife.Objects.ParentInfo, Single, System.Collections.Generic.List(Of MLEM.Graphics.StaticSpriteBatch.Item)) + name.vb: DrawDirtyOverlay(GameTime, Object, Vector2, Single, Vector2, Color?, Direction2, Integer(), Single, Boolean, ParentInfo, Single, List(Of Item)) + spec.csharp: + - uid: TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) + name: DrawDirtyOverlay + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_DrawDirtyOverlay_Microsoft_Xna_Framework_GameTime_System_Object_Microsoft_Xna_Framework_Vector2_System_Single_Microsoft_Xna_Framework_Vector2_System_Nullable_Microsoft_Xna_Framework_Color__MLEM_Maths_Direction2_System_Int32___System_Single_System_Boolean_TinyLife_Objects_ParentInfo_System_Single_System_Collections_Generic_List_MLEM_Graphics_StaticSpriteBatch_Item__ + - name: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + isExternal: true + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Color + name: Color + isExternal: true + - name: '?' + - name: ',' + - name: " " + - uid: MLEM.Maths.Direction2 + name: Direction2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Int32 + name: int + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: '[' + - name: ']' + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: TinyLife.Objects.ParentInfo + name: ParentInfo + href: TinyLife.Objects.ParentInfo.html + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: System.Collections.Generic.List`1 + name: List + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 + - name: < + - uid: MLEM.Graphics.StaticSpriteBatch.Item + name: Item + isExternal: true + - name: '>' + - name: ) + spec.vb: + - uid: TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) + name: DrawDirtyOverlay + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_DrawDirtyOverlay_Microsoft_Xna_Framework_GameTime_System_Object_Microsoft_Xna_Framework_Vector2_System_Single_Microsoft_Xna_Framework_Vector2_System_Nullable_Microsoft_Xna_Framework_Color__MLEM_Maths_Direction2_System_Int32___System_Single_System_Boolean_TinyLife_Objects_ParentInfo_System_Single_System_Collections_Generic_List_MLEM_Graphics_StaticSpriteBatch_Item__ + - name: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + isExternal: true + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Color + name: Color + isExternal: true + - name: '?' + - name: ',' + - name: " " + - uid: MLEM.Maths.Direction2 + name: Direction2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Int32 + name: Integer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ( + - name: ) + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: TinyLife.Objects.ParentInfo + name: ParentInfo + href: TinyLife.Objects.ParentInfo.html + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: System.Collections.Generic.List`1 + name: List + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 + - name: ( + - name: Of + - name: " " + - uid: MLEM.Graphics.StaticSpriteBatch.Item + name: Item + isExternal: true + - name: ) + - name: ) - uid: TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Ui.Elements.Element,System.Single,System.Int32[]) commentId: M:TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Ui.Elements.Element,System.Single,System.Int32[]) parent: TinyLife.Objects.Furniture diff --git a/docs/api/TinyLife.Objects.SpeakStyle.yml b/docs/api/TinyLife.Objects.SpeakStyle.yml index 02fadd7..bcee280 100644 --- a/docs/api/TinyLife.Objects.SpeakStyle.yml +++ b/docs/api/TinyLife.Objects.SpeakStyle.yml @@ -28,14 +28,6 @@ items: nameWithType: SpeakStyle fullName: TinyLife.Objects.SpeakStyle type: Enum - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SpeakStyle - path: ../TinyLife/Objects/PersonLike.cs - startLine: 3635 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -72,14 +64,6 @@ items: nameWithType: SpeakStyle.Affirmative fullName: TinyLife.Objects.SpeakStyle.Affirmative type: Field - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Affirmative - path: ../TinyLife/Objects/PersonLike.cs - startLine: 3639 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -98,14 +82,6 @@ items: nameWithType: SpeakStyle.Angry fullName: TinyLife.Objects.SpeakStyle.Angry type: Field - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Angry - path: ../TinyLife/Objects/PersonLike.cs - startLine: 3640 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -124,14 +100,6 @@ items: nameWithType: SpeakStyle.Annoyed fullName: TinyLife.Objects.SpeakStyle.Annoyed type: Field - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Annoyed - path: ../TinyLife/Objects/PersonLike.cs - startLine: 3641 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -150,14 +118,6 @@ items: nameWithType: SpeakStyle.Bored fullName: TinyLife.Objects.SpeakStyle.Bored type: Field - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Bored - path: ../TinyLife/Objects/PersonLike.cs - startLine: 3642 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -176,14 +136,6 @@ items: nameWithType: SpeakStyle.Childish fullName: TinyLife.Objects.SpeakStyle.Childish type: Field - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Childish - path: ../TinyLife/Objects/PersonLike.cs - startLine: 3643 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -202,14 +154,6 @@ items: nameWithType: SpeakStyle.Confident fullName: TinyLife.Objects.SpeakStyle.Confident type: Field - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Confident - path: ../TinyLife/Objects/PersonLike.cs - startLine: 3644 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -228,14 +172,6 @@ items: nameWithType: SpeakStyle.Confused fullName: TinyLife.Objects.SpeakStyle.Confused type: Field - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Confused - path: ../TinyLife/Objects/PersonLike.cs - startLine: 3645 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -254,14 +190,6 @@ items: nameWithType: SpeakStyle.Disagreeing fullName: TinyLife.Objects.SpeakStyle.Disagreeing type: Field - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Disagreeing - path: ../TinyLife/Objects/PersonLike.cs - startLine: 3646 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -280,14 +208,6 @@ items: nameWithType: SpeakStyle.Excited fullName: TinyLife.Objects.SpeakStyle.Excited type: Field - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Excited - path: ../TinyLife/Objects/PersonLike.cs - startLine: 3647 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -306,14 +226,6 @@ items: nameWithType: SpeakStyle.Happy fullName: TinyLife.Objects.SpeakStyle.Happy type: Field - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Happy - path: ../TinyLife/Objects/PersonLike.cs - startLine: 3648 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -332,14 +244,6 @@ items: nameWithType: SpeakStyle.Neutral fullName: TinyLife.Objects.SpeakStyle.Neutral type: Field - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Neutral - path: ../TinyLife/Objects/PersonLike.cs - startLine: 3649 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -358,14 +262,6 @@ items: nameWithType: SpeakStyle.Questioning fullName: TinyLife.Objects.SpeakStyle.Questioning type: Field - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Questioning - path: ../TinyLife/Objects/PersonLike.cs - startLine: 3650 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -384,14 +280,6 @@ items: nameWithType: SpeakStyle.Sad fullName: TinyLife.Objects.SpeakStyle.Sad type: Field - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Sad - path: ../TinyLife/Objects/PersonLike.cs - startLine: 3651 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -410,14 +298,6 @@ items: nameWithType: SpeakStyle.Scared fullName: TinyLife.Objects.SpeakStyle.Scared type: Field - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Scared - path: ../TinyLife/Objects/PersonLike.cs - startLine: 3652 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -436,14 +316,6 @@ items: nameWithType: SpeakStyle.Shocked fullName: TinyLife.Objects.SpeakStyle.Shocked type: Field - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Shocked - path: ../TinyLife/Objects/PersonLike.cs - startLine: 3653 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -462,14 +334,6 @@ items: nameWithType: SpeakStyle.Thinking fullName: TinyLife.Objects.SpeakStyle.Thinking type: Field - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Thinking - path: ../TinyLife/Objects/PersonLike.cs - startLine: 3654 assemblies: - Tiny Life namespace: TinyLife.Objects diff --git a/docs/api/TinyLife.Objects.StylePreference.yml b/docs/api/TinyLife.Objects.StylePreference.yml index e80dedf..d9674db 100644 --- a/docs/api/TinyLife.Objects.StylePreference.yml +++ b/docs/api/TinyLife.Objects.StylePreference.yml @@ -15,14 +15,6 @@ items: nameWithType: StylePreference fullName: TinyLife.Objects.StylePreference type: Enum - source: - remote: - path: TinyLife/Objects/Clothes.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: StylePreference - path: ../TinyLife/Objects/Clothes.cs - startLine: 530 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -49,14 +41,6 @@ items: nameWithType: StylePreference.Neutral fullName: TinyLife.Objects.StylePreference.Neutral type: Field - source: - remote: - path: TinyLife/Objects/Clothes.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Neutral - path: ../TinyLife/Objects/Clothes.cs - startLine: 533 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -75,14 +59,6 @@ items: nameWithType: StylePreference.Masculine fullName: TinyLife.Objects.StylePreference.Masculine type: Field - source: - remote: - path: TinyLife/Objects/Clothes.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Masculine - path: ../TinyLife/Objects/Clothes.cs - startLine: 534 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -101,14 +77,6 @@ items: nameWithType: StylePreference.Feminine fullName: TinyLife.Objects.StylePreference.Feminine type: Field - source: - remote: - path: TinyLife/Objects/Clothes.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Feminine - path: ../TinyLife/Objects/Clothes.cs - startLine: 535 assemblies: - Tiny Life namespace: TinyLife.Objects diff --git a/docs/api/TinyLife.Objects.Television.Channel.yml b/docs/api/TinyLife.Objects.Television.Channel.yml index 823ff5b..a868e06 100644 --- a/docs/api/TinyLife.Objects.Television.Channel.yml +++ b/docs/api/TinyLife.Objects.Television.Channel.yml @@ -18,14 +18,6 @@ items: nameWithType: Television.Channel fullName: TinyLife.Objects.Television.Channel type: Enum - source: - remote: - path: TinyLife/Objects/Television.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Channel - path: ../TinyLife/Objects/Television.cs - startLine: 115 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -48,14 +40,6 @@ items: nameWithType: Television.Channel.Comedy fullName: TinyLife.Objects.Television.Channel.Comedy type: Field - source: - remote: - path: TinyLife/Objects/Television.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Comedy - path: ../TinyLife/Objects/Television.cs - startLine: 120 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -76,14 +60,6 @@ items: nameWithType: Television.Channel.Cooking fullName: TinyLife.Objects.Television.Channel.Cooking type: Field - source: - remote: - path: TinyLife/Objects/Television.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Cooking - path: ../TinyLife/Objects/Television.cs - startLine: 124 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -104,14 +80,6 @@ items: nameWithType: Television.Channel.Romance fullName: TinyLife.Objects.Television.Channel.Romance type: Field - source: - remote: - path: TinyLife/Objects/Television.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Romance - path: ../TinyLife/Objects/Television.cs - startLine: 128 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -132,14 +100,6 @@ items: nameWithType: Television.Channel.Drama fullName: TinyLife.Objects.Television.Channel.Drama type: Field - source: - remote: - path: TinyLife/Objects/Television.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Drama - path: ../TinyLife/Objects/Television.cs - startLine: 132 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -160,14 +120,6 @@ items: nameWithType: Television.Channel.News fullName: TinyLife.Objects.Television.Channel.News type: Field - source: - remote: - path: TinyLife/Objects/Television.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: News - path: ../TinyLife/Objects/Television.cs - startLine: 136 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -188,14 +140,6 @@ items: nameWithType: Television.Channel.Cartoons fullName: TinyLife.Objects.Television.Channel.Cartoons type: Field - source: - remote: - path: TinyLife/Objects/Television.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Cartoons - path: ../TinyLife/Objects/Television.cs - startLine: 140 assemblies: - Tiny Life namespace: TinyLife.Objects diff --git a/docs/api/TinyLife.Objects.Television.yml b/docs/api/TinyLife.Objects.Television.yml index a53e8af..8b08fab 100644 --- a/docs/api/TinyLife.Objects.Television.yml +++ b/docs/api/TinyLife.Objects.Television.yml @@ -19,14 +19,6 @@ items: nameWithType: Television fullName: TinyLife.Objects.Television type: Class - source: - remote: - path: TinyLife/Objects/Television.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Television - path: ../TinyLife/Objects/Television.cs - startLine: 14 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -125,6 +117,8 @@ items: - TinyLife.Objects.Furniture.ApplyUpgrade(TinyLife.Objects.AppliedUpgrade) - TinyLife.Objects.Furniture.HasFullUpgrade(TinyLife.Objects.Upgrade) - TinyLife.Objects.Furniture.OnNeighborChanged(TinyLife.Objects.Furniture) + - TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single) + - TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) - TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Ui.Elements.Element,System.Single,System.Int32[]) - TinyLife.Objects.Furniture.GetOccupants(TinyLife.Objects.ObjectCategory,System.Boolean) - TinyLife.Objects.Furniture.GetFreeActionSpots(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory) @@ -194,14 +188,6 @@ items: nameWithType: Television.CurrentChannel fullName: TinyLife.Objects.Television.CurrentChannel type: Property - source: - remote: - path: TinyLife/Objects/Television.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CurrentChannel - path: ../TinyLife/Objects/Television.cs - startLine: 21 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -230,14 +216,6 @@ items: nameWithType: Television.Television(Guid, FurnitureType, int[], Map, Vector2, float) fullName: TinyLife.Objects.Television.Television(System.Guid, TinyLife.Objects.FurnitureType, int[], TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, float) type: Constructor - source: - remote: - path: TinyLife/Objects/Television.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Objects/Television.cs - startLine: 38 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -283,14 +261,6 @@ items: nameWithType: Television.Update(GameTime, TimeSpan, float) fullName: TinyLife.Objects.Television.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) type: Method - source: - remote: - path: TinyLife/Objects/Television.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Update - path: ../TinyLife/Objects/Television.cs - startLine: 41 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -328,14 +298,6 @@ items: nameWithType: Television.TurnOff() fullName: TinyLife.Objects.Television.TurnOff() type: Method - source: - remote: - path: TinyLife/Objects/Television.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TurnOff - path: ../TinyLife/Objects/Television.cs - startLine: 68 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -357,14 +319,6 @@ items: nameWithType: Television.GetViewingArea(int) fullName: TinyLife.Objects.Television.GetViewingArea(int) type: Method - source: - remote: - path: TinyLife/Objects/Television.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetViewingArea - path: ../TinyLife/Objects/Television.cs - startLine: 80 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -395,14 +349,6 @@ items: nameWithType: Television.GetSeating(PersonLike, int) fullName: TinyLife.Objects.Television.GetSeating(TinyLife.Objects.PersonLike, int) type: Method - source: - remote: - path: TinyLife/Objects/Television.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetSeating - path: ../TinyLife/Objects/Television.cs - startLine: 93 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -436,14 +382,6 @@ items: nameWithType: Television.GetViewers(int) fullName: TinyLife.Objects.Television.GetViewers(int) type: Method - source: - remote: - path: TinyLife/Objects/Television.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetViewers - path: ../TinyLife/Objects/Television.cs - startLine: 106 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2639,6 +2577,228 @@ references: name: Furniture href: TinyLife.Objects.Furniture.html - name: ) +- uid: TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single) + commentId: M:TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single) + parent: TinyLife.Objects.Furniture + isExternal: true + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_MarkDirtyForPathfinding_Microsoft_Xna_Framework_Vector2_System_Single_ + name: MarkDirtyForPathfinding(Vector2, float) + nameWithType: Furniture.MarkDirtyForPathfinding(Vector2, float) + fullName: TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2, float) + nameWithType.vb: Furniture.MarkDirtyForPathfinding(Vector2, Single) + fullName.vb: TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2, Single) + name.vb: MarkDirtyForPathfinding(Vector2, Single) + spec.csharp: + - uid: TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single) + name: MarkDirtyForPathfinding + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_MarkDirtyForPathfinding_Microsoft_Xna_Framework_Vector2_System_Single_ + - name: ( + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ) + spec.vb: + - uid: TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single) + name: MarkDirtyForPathfinding + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_MarkDirtyForPathfinding_Microsoft_Xna_Framework_Vector2_System_Single_ + - name: ( + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ) +- uid: TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) + commentId: M:TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) + parent: TinyLife.Objects.Furniture + isExternal: true + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_DrawDirtyOverlay_Microsoft_Xna_Framework_GameTime_System_Object_Microsoft_Xna_Framework_Vector2_System_Single_Microsoft_Xna_Framework_Vector2_System_Nullable_Microsoft_Xna_Framework_Color__MLEM_Maths_Direction2_System_Int32___System_Single_System_Boolean_TinyLife_Objects_ParentInfo_System_Single_System_Collections_Generic_List_MLEM_Graphics_StaticSpriteBatch_Item__ + name: DrawDirtyOverlay(GameTime, object, Vector2, float, Vector2, Color?, Direction2, int[], float, bool, ParentInfo, float, List) + nameWithType: Furniture.DrawDirtyOverlay(GameTime, object, Vector2, float, Vector2, Color?, Direction2, int[], float, bool, ParentInfo, float, List) + fullName: TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime, object, Microsoft.Xna.Framework.Vector2, float, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color?, MLEM.Maths.Direction2, int[], float, bool, TinyLife.Objects.ParentInfo, float, System.Collections.Generic.List) + nameWithType.vb: Furniture.DrawDirtyOverlay(GameTime, Object, Vector2, Single, Vector2, Color?, Direction2, Integer(), Single, Boolean, ParentInfo, Single, List(Of StaticSpriteBatch.Item)) + fullName.vb: TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime, Object, Microsoft.Xna.Framework.Vector2, Single, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color?, MLEM.Maths.Direction2, Integer(), Single, Boolean, TinyLife.Objects.ParentInfo, Single, System.Collections.Generic.List(Of MLEM.Graphics.StaticSpriteBatch.Item)) + name.vb: DrawDirtyOverlay(GameTime, Object, Vector2, Single, Vector2, Color?, Direction2, Integer(), Single, Boolean, ParentInfo, Single, List(Of Item)) + spec.csharp: + - uid: TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) + name: DrawDirtyOverlay + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_DrawDirtyOverlay_Microsoft_Xna_Framework_GameTime_System_Object_Microsoft_Xna_Framework_Vector2_System_Single_Microsoft_Xna_Framework_Vector2_System_Nullable_Microsoft_Xna_Framework_Color__MLEM_Maths_Direction2_System_Int32___System_Single_System_Boolean_TinyLife_Objects_ParentInfo_System_Single_System_Collections_Generic_List_MLEM_Graphics_StaticSpriteBatch_Item__ + - name: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + isExternal: true + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Color + name: Color + isExternal: true + - name: '?' + - name: ',' + - name: " " + - uid: MLEM.Maths.Direction2 + name: Direction2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Int32 + name: int + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: '[' + - name: ']' + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: TinyLife.Objects.ParentInfo + name: ParentInfo + href: TinyLife.Objects.ParentInfo.html + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: System.Collections.Generic.List`1 + name: List + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 + - name: < + - uid: MLEM.Graphics.StaticSpriteBatch.Item + name: Item + isExternal: true + - name: '>' + - name: ) + spec.vb: + - uid: TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) + name: DrawDirtyOverlay + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_DrawDirtyOverlay_Microsoft_Xna_Framework_GameTime_System_Object_Microsoft_Xna_Framework_Vector2_System_Single_Microsoft_Xna_Framework_Vector2_System_Nullable_Microsoft_Xna_Framework_Color__MLEM_Maths_Direction2_System_Int32___System_Single_System_Boolean_TinyLife_Objects_ParentInfo_System_Single_System_Collections_Generic_List_MLEM_Graphics_StaticSpriteBatch_Item__ + - name: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + isExternal: true + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Color + name: Color + isExternal: true + - name: '?' + - name: ',' + - name: " " + - uid: MLEM.Maths.Direction2 + name: Direction2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Int32 + name: Integer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ( + - name: ) + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: TinyLife.Objects.ParentInfo + name: ParentInfo + href: TinyLife.Objects.ParentInfo.html + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: System.Collections.Generic.List`1 + name: List + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 + - name: ( + - name: Of + - name: " " + - uid: MLEM.Graphics.StaticSpriteBatch.Item + name: Item + isExternal: true + - name: ) + - name: ) - uid: TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Ui.Elements.Element,System.Single,System.Int32[]) commentId: M:TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Ui.Elements.Element,System.Single,System.Int32[]) parent: TinyLife.Objects.Furniture diff --git a/docs/api/TinyLife.Objects.TrashBag.yml b/docs/api/TinyLife.Objects.TrashBag.yml index 8566e78..1ae1091 100644 --- a/docs/api/TinyLife.Objects.TrashBag.yml +++ b/docs/api/TinyLife.Objects.TrashBag.yml @@ -15,14 +15,6 @@ items: nameWithType: TrashBag fullName: TinyLife.Objects.TrashBag type: Class - source: - remote: - path: TinyLife/Objects/TrashBag.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TrashBag - path: ../TinyLife/Objects/TrashBag.cs - startLine: 9 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -107,6 +99,8 @@ items: - TinyLife.Objects.Furniture.ApplyUpgrade(TinyLife.Objects.AppliedUpgrade) - TinyLife.Objects.Furniture.HasFullUpgrade(TinyLife.Objects.Upgrade) - TinyLife.Objects.Furniture.OnNeighborChanged(TinyLife.Objects.Furniture) + - TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single) + - TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) - TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Ui.Elements.Element,System.Single,System.Int32[]) - TinyLife.Objects.Furniture.GetOccupants(TinyLife.Objects.ObjectCategory,System.Boolean) - TinyLife.Objects.Furniture.GetFreeActionSpots(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory) @@ -176,14 +170,6 @@ items: nameWithType: TrashBag.Content fullName: TinyLife.Objects.TrashBag.Content type: Field - source: - remote: - path: TinyLife/Objects/TrashBag.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Content - path: ../TinyLife/Objects/TrashBag.cs - startLine: 15 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -215,14 +201,6 @@ items: nameWithType: TrashBag.TrashBag(Guid, FurnitureType, int[], Map, Vector2, float) fullName: TinyLife.Objects.TrashBag.TrashBag(System.Guid, TinyLife.Objects.FurnitureType, int[], TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, float) type: Constructor - source: - remote: - path: TinyLife/Objects/TrashBag.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Objects/TrashBag.cs - startLine: 18 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -268,14 +246,6 @@ items: nameWithType: TrashBag.Validate() fullName: TinyLife.Objects.TrashBag.Validate() type: Method - source: - remote: - path: TinyLife/Objects/TrashBag.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Validate - path: ../TinyLife/Objects/TrashBag.cs - startLine: 21 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2315,6 +2285,228 @@ references: name: Furniture href: TinyLife.Objects.Furniture.html - name: ) +- uid: TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single) + commentId: M:TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single) + parent: TinyLife.Objects.Furniture + isExternal: true + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_MarkDirtyForPathfinding_Microsoft_Xna_Framework_Vector2_System_Single_ + name: MarkDirtyForPathfinding(Vector2, float) + nameWithType: Furniture.MarkDirtyForPathfinding(Vector2, float) + fullName: TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2, float) + nameWithType.vb: Furniture.MarkDirtyForPathfinding(Vector2, Single) + fullName.vb: TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2, Single) + name.vb: MarkDirtyForPathfinding(Vector2, Single) + spec.csharp: + - uid: TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single) + name: MarkDirtyForPathfinding + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_MarkDirtyForPathfinding_Microsoft_Xna_Framework_Vector2_System_Single_ + - name: ( + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ) + spec.vb: + - uid: TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single) + name: MarkDirtyForPathfinding + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_MarkDirtyForPathfinding_Microsoft_Xna_Framework_Vector2_System_Single_ + - name: ( + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ) +- uid: TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) + commentId: M:TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) + parent: TinyLife.Objects.Furniture + isExternal: true + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_DrawDirtyOverlay_Microsoft_Xna_Framework_GameTime_System_Object_Microsoft_Xna_Framework_Vector2_System_Single_Microsoft_Xna_Framework_Vector2_System_Nullable_Microsoft_Xna_Framework_Color__MLEM_Maths_Direction2_System_Int32___System_Single_System_Boolean_TinyLife_Objects_ParentInfo_System_Single_System_Collections_Generic_List_MLEM_Graphics_StaticSpriteBatch_Item__ + name: DrawDirtyOverlay(GameTime, object, Vector2, float, Vector2, Color?, Direction2, int[], float, bool, ParentInfo, float, List) + nameWithType: Furniture.DrawDirtyOverlay(GameTime, object, Vector2, float, Vector2, Color?, Direction2, int[], float, bool, ParentInfo, float, List) + fullName: TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime, object, Microsoft.Xna.Framework.Vector2, float, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color?, MLEM.Maths.Direction2, int[], float, bool, TinyLife.Objects.ParentInfo, float, System.Collections.Generic.List) + nameWithType.vb: Furniture.DrawDirtyOverlay(GameTime, Object, Vector2, Single, Vector2, Color?, Direction2, Integer(), Single, Boolean, ParentInfo, Single, List(Of StaticSpriteBatch.Item)) + fullName.vb: TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime, Object, Microsoft.Xna.Framework.Vector2, Single, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color?, MLEM.Maths.Direction2, Integer(), Single, Boolean, TinyLife.Objects.ParentInfo, Single, System.Collections.Generic.List(Of MLEM.Graphics.StaticSpriteBatch.Item)) + name.vb: DrawDirtyOverlay(GameTime, Object, Vector2, Single, Vector2, Color?, Direction2, Integer(), Single, Boolean, ParentInfo, Single, List(Of Item)) + spec.csharp: + - uid: TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) + name: DrawDirtyOverlay + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_DrawDirtyOverlay_Microsoft_Xna_Framework_GameTime_System_Object_Microsoft_Xna_Framework_Vector2_System_Single_Microsoft_Xna_Framework_Vector2_System_Nullable_Microsoft_Xna_Framework_Color__MLEM_Maths_Direction2_System_Int32___System_Single_System_Boolean_TinyLife_Objects_ParentInfo_System_Single_System_Collections_Generic_List_MLEM_Graphics_StaticSpriteBatch_Item__ + - name: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + isExternal: true + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Color + name: Color + isExternal: true + - name: '?' + - name: ',' + - name: " " + - uid: MLEM.Maths.Direction2 + name: Direction2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Int32 + name: int + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: '[' + - name: ']' + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: TinyLife.Objects.ParentInfo + name: ParentInfo + href: TinyLife.Objects.ParentInfo.html + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: System.Collections.Generic.List`1 + name: List + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 + - name: < + - uid: MLEM.Graphics.StaticSpriteBatch.Item + name: Item + isExternal: true + - name: '>' + - name: ) + spec.vb: + - uid: TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) + name: DrawDirtyOverlay + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_DrawDirtyOverlay_Microsoft_Xna_Framework_GameTime_System_Object_Microsoft_Xna_Framework_Vector2_System_Single_Microsoft_Xna_Framework_Vector2_System_Nullable_Microsoft_Xna_Framework_Color__MLEM_Maths_Direction2_System_Int32___System_Single_System_Boolean_TinyLife_Objects_ParentInfo_System_Single_System_Collections_Generic_List_MLEM_Graphics_StaticSpriteBatch_Item__ + - name: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + isExternal: true + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Color + name: Color + isExternal: true + - name: '?' + - name: ',' + - name: " " + - uid: MLEM.Maths.Direction2 + name: Direction2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Int32 + name: Integer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ( + - name: ) + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: TinyLife.Objects.ParentInfo + name: ParentInfo + href: TinyLife.Objects.ParentInfo.html + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: System.Collections.Generic.List`1 + name: List + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 + - name: ( + - name: Of + - name: " " + - uid: MLEM.Graphics.StaticSpriteBatch.Item + name: Item + isExternal: true + - name: ) + - name: ) - uid: TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Ui.Elements.Element,System.Single,System.Int32[]) commentId: M:TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Ui.Elements.Element,System.Single,System.Int32[]) parent: TinyLife.Objects.Furniture diff --git a/docs/api/TinyLife.Objects.TrashCan.yml b/docs/api/TinyLife.Objects.TrashCan.yml index 6d92f65..4554395 100644 --- a/docs/api/TinyLife.Objects.TrashCan.yml +++ b/docs/api/TinyLife.Objects.TrashCan.yml @@ -19,14 +19,6 @@ items: nameWithType: TrashCan fullName: TinyLife.Objects.TrashCan type: Class - source: - remote: - path: TinyLife/Objects/TrashCan.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TrashCan - path: ../TinyLife/Objects/TrashCan.cs - startLine: 17 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -107,6 +99,8 @@ items: - TinyLife.Objects.Furniture.ApplyUpgrade(TinyLife.Objects.AppliedUpgrade) - TinyLife.Objects.Furniture.HasFullUpgrade(TinyLife.Objects.Upgrade) - TinyLife.Objects.Furniture.OnNeighborChanged(TinyLife.Objects.Furniture) + - TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single) + - TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) - TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Ui.Elements.Element,System.Single,System.Int32[]) - TinyLife.Objects.Furniture.GetOccupants(TinyLife.Objects.ObjectCategory,System.Boolean) - TinyLife.Objects.Furniture.GetFreeActionSpots(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory) @@ -176,14 +170,6 @@ items: nameWithType: TrashCan.Content fullName: TinyLife.Objects.TrashCan.Content type: Field - source: - remote: - path: TinyLife/Objects/TrashCan.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Content - path: ../TinyLife/Objects/TrashCan.cs - startLine: 23 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -215,14 +201,6 @@ items: nameWithType: TrashCan.CurrentMode fullName: TinyLife.Objects.TrashCan.CurrentMode type: Property - source: - remote: - path: TinyLife/Objects/TrashCan.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CurrentMode - path: ../TinyLife/Objects/TrashCan.cs - startLine: 27 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -253,14 +231,6 @@ items: nameWithType: TrashCan.TrashCan(Guid, FurnitureType, int[], Map, Vector2, float) fullName: TinyLife.Objects.TrashCan.TrashCan(System.Guid, TinyLife.Objects.FurnitureType, int[], TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, float) type: Constructor - source: - remote: - path: TinyLife/Objects/TrashCan.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Objects/TrashCan.cs - startLine: 30 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -306,14 +276,6 @@ items: nameWithType: TrashCan.Update(GameTime, TimeSpan, float) fullName: TinyLife.Objects.TrashCan.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) type: Method - source: - remote: - path: TinyLife/Objects/TrashCan.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Update - path: ../TinyLife/Objects/TrashCan.cs - startLine: 35 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -352,14 +314,6 @@ items: nameWithType: TrashCan.Draw(GameTime, object, Vector2, float, Vector2, Color?, Direction2, int[], float, bool, ParentInfo, float, List) fullName: TinyLife.Objects.TrashCan.Draw(Microsoft.Xna.Framework.GameTime, object, Microsoft.Xna.Framework.Vector2, float, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color?, MLEM.Maths.Direction2, int[], float, bool, TinyLife.Objects.ParentInfo, float, System.Collections.Generic.List) type: Method - source: - remote: - path: TinyLife/Objects/TrashCan.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Draw - path: ../TinyLife/Objects/TrashCan.cs - startLine: 47 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -427,14 +381,6 @@ items: nameWithType: TrashCan.Validate() fullName: TinyLife.Objects.TrashCan.Validate() type: Method - source: - remote: - path: TinyLife/Objects/TrashCan.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Validate - path: ../TinyLife/Objects/TrashCan.cs - startLine: 58 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -464,14 +410,6 @@ items: nameWithType: TrashCan.GetDecorativeRating(Room) fullName: TinyLife.Objects.TrashCan.GetDecorativeRating(TinyLife.World.Room) type: Method - source: - remote: - path: TinyLife/Objects/TrashCan.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetDecorativeRating - path: ../TinyLife/Objects/TrashCan.cs - startLine: 64 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2294,6 +2232,228 @@ references: name: Furniture href: TinyLife.Objects.Furniture.html - name: ) +- uid: TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single) + commentId: M:TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single) + parent: TinyLife.Objects.Furniture + isExternal: true + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_MarkDirtyForPathfinding_Microsoft_Xna_Framework_Vector2_System_Single_ + name: MarkDirtyForPathfinding(Vector2, float) + nameWithType: Furniture.MarkDirtyForPathfinding(Vector2, float) + fullName: TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2, float) + nameWithType.vb: Furniture.MarkDirtyForPathfinding(Vector2, Single) + fullName.vb: TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2, Single) + name.vb: MarkDirtyForPathfinding(Vector2, Single) + spec.csharp: + - uid: TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single) + name: MarkDirtyForPathfinding + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_MarkDirtyForPathfinding_Microsoft_Xna_Framework_Vector2_System_Single_ + - name: ( + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ) + spec.vb: + - uid: TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single) + name: MarkDirtyForPathfinding + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_MarkDirtyForPathfinding_Microsoft_Xna_Framework_Vector2_System_Single_ + - name: ( + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ) +- uid: TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) + commentId: M:TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) + parent: TinyLife.Objects.Furniture + isExternal: true + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_DrawDirtyOverlay_Microsoft_Xna_Framework_GameTime_System_Object_Microsoft_Xna_Framework_Vector2_System_Single_Microsoft_Xna_Framework_Vector2_System_Nullable_Microsoft_Xna_Framework_Color__MLEM_Maths_Direction2_System_Int32___System_Single_System_Boolean_TinyLife_Objects_ParentInfo_System_Single_System_Collections_Generic_List_MLEM_Graphics_StaticSpriteBatch_Item__ + name: DrawDirtyOverlay(GameTime, object, Vector2, float, Vector2, Color?, Direction2, int[], float, bool, ParentInfo, float, List) + nameWithType: Furniture.DrawDirtyOverlay(GameTime, object, Vector2, float, Vector2, Color?, Direction2, int[], float, bool, ParentInfo, float, List) + fullName: TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime, object, Microsoft.Xna.Framework.Vector2, float, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color?, MLEM.Maths.Direction2, int[], float, bool, TinyLife.Objects.ParentInfo, float, System.Collections.Generic.List) + nameWithType.vb: Furniture.DrawDirtyOverlay(GameTime, Object, Vector2, Single, Vector2, Color?, Direction2, Integer(), Single, Boolean, ParentInfo, Single, List(Of StaticSpriteBatch.Item)) + fullName.vb: TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime, Object, Microsoft.Xna.Framework.Vector2, Single, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color?, MLEM.Maths.Direction2, Integer(), Single, Boolean, TinyLife.Objects.ParentInfo, Single, System.Collections.Generic.List(Of MLEM.Graphics.StaticSpriteBatch.Item)) + name.vb: DrawDirtyOverlay(GameTime, Object, Vector2, Single, Vector2, Color?, Direction2, Integer(), Single, Boolean, ParentInfo, Single, List(Of Item)) + spec.csharp: + - uid: TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) + name: DrawDirtyOverlay + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_DrawDirtyOverlay_Microsoft_Xna_Framework_GameTime_System_Object_Microsoft_Xna_Framework_Vector2_System_Single_Microsoft_Xna_Framework_Vector2_System_Nullable_Microsoft_Xna_Framework_Color__MLEM_Maths_Direction2_System_Int32___System_Single_System_Boolean_TinyLife_Objects_ParentInfo_System_Single_System_Collections_Generic_List_MLEM_Graphics_StaticSpriteBatch_Item__ + - name: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + isExternal: true + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Color + name: Color + isExternal: true + - name: '?' + - name: ',' + - name: " " + - uid: MLEM.Maths.Direction2 + name: Direction2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Int32 + name: int + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: '[' + - name: ']' + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: TinyLife.Objects.ParentInfo + name: ParentInfo + href: TinyLife.Objects.ParentInfo.html + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: System.Collections.Generic.List`1 + name: List + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 + - name: < + - uid: MLEM.Graphics.StaticSpriteBatch.Item + name: Item + isExternal: true + - name: '>' + - name: ) + spec.vb: + - uid: TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) + name: DrawDirtyOverlay + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_DrawDirtyOverlay_Microsoft_Xna_Framework_GameTime_System_Object_Microsoft_Xna_Framework_Vector2_System_Single_Microsoft_Xna_Framework_Vector2_System_Nullable_Microsoft_Xna_Framework_Color__MLEM_Maths_Direction2_System_Int32___System_Single_System_Boolean_TinyLife_Objects_ParentInfo_System_Single_System_Collections_Generic_List_MLEM_Graphics_StaticSpriteBatch_Item__ + - name: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + isExternal: true + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Color + name: Color + isExternal: true + - name: '?' + - name: ',' + - name: " " + - uid: MLEM.Maths.Direction2 + name: Direction2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Int32 + name: Integer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ( + - name: ) + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: TinyLife.Objects.ParentInfo + name: ParentInfo + href: TinyLife.Objects.ParentInfo.html + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: System.Collections.Generic.List`1 + name: List + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 + - name: ( + - name: Of + - name: " " + - uid: MLEM.Graphics.StaticSpriteBatch.Item + name: Item + isExternal: true + - name: ) + - name: ) - uid: TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Ui.Elements.Element,System.Single,System.Int32[]) commentId: M:TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Ui.Elements.Element,System.Single,System.Int32[]) parent: TinyLife.Objects.Furniture diff --git a/docs/api/TinyLife.Objects.UnfinishedWoodwork.yml b/docs/api/TinyLife.Objects.UnfinishedWoodwork.yml index 27fbb4d..1792f6c 100644 --- a/docs/api/TinyLife.Objects.UnfinishedWoodwork.yml +++ b/docs/api/TinyLife.Objects.UnfinishedWoodwork.yml @@ -18,14 +18,6 @@ items: nameWithType: UnfinishedWoodwork fullName: TinyLife.Objects.UnfinishedWoodwork type: Class - source: - remote: - path: TinyLife/Objects/UnfinishedWoodwork.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: UnfinishedWoodwork - path: ../TinyLife/Objects/UnfinishedWoodwork.cs - startLine: 15 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -106,6 +98,8 @@ items: - TinyLife.Objects.Furniture.ApplyUpgrade(TinyLife.Objects.AppliedUpgrade) - TinyLife.Objects.Furniture.HasFullUpgrade(TinyLife.Objects.Upgrade) - TinyLife.Objects.Furniture.OnNeighborChanged(TinyLife.Objects.Furniture) + - TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single) + - TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) - TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Ui.Elements.Element,System.Single,System.Int32[]) - TinyLife.Objects.Furniture.GetOccupants(TinyLife.Objects.ObjectCategory,System.Boolean) - TinyLife.Objects.Furniture.GetFreeActionSpots(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory) @@ -175,14 +169,6 @@ items: nameWithType: UnfinishedWoodwork.Recipe fullName: TinyLife.Objects.UnfinishedWoodwork.Recipe type: Field - source: - remote: - path: TinyLife/Objects/UnfinishedWoodwork.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Recipe - path: ../TinyLife/Objects/UnfinishedWoodwork.cs - startLine: 21 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -214,14 +200,6 @@ items: nameWithType: UnfinishedWoodwork.SelectedColors fullName: TinyLife.Objects.UnfinishedWoodwork.SelectedColors type: Field - source: - remote: - path: TinyLife/Objects/UnfinishedWoodwork.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SelectedColors - path: ../TinyLife/Objects/UnfinishedWoodwork.cs - startLine: 26 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -253,14 +231,6 @@ items: nameWithType: UnfinishedWoodwork.TimeWorked fullName: TinyLife.Objects.UnfinishedWoodwork.TimeWorked type: Field - source: - remote: - path: TinyLife/Objects/UnfinishedWoodwork.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TimeWorked - path: ../TinyLife/Objects/UnfinishedWoodwork.cs - startLine: 32 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -295,14 +265,6 @@ items: nameWithType: UnfinishedWoodwork.UnfinishedWoodwork(Guid, FurnitureType, int[], Map, Vector2, float) fullName: TinyLife.Objects.UnfinishedWoodwork.UnfinishedWoodwork(System.Guid, TinyLife.Objects.FurnitureType, int[], TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, float) type: Constructor - source: - remote: - path: TinyLife/Objects/UnfinishedWoodwork.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Objects/UnfinishedWoodwork.cs - startLine: 35 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -348,14 +310,6 @@ items: nameWithType: UnfinishedWoodwork.Draw(GameTime, object, Vector2, float, Vector2, Color?, Direction2, int[], float, bool, ParentInfo, float, List) fullName: TinyLife.Objects.UnfinishedWoodwork.Draw(Microsoft.Xna.Framework.GameTime, object, Microsoft.Xna.Framework.Vector2, float, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color?, MLEM.Maths.Direction2, int[], float, bool, TinyLife.Objects.ParentInfo, float, System.Collections.Generic.List) type: Method - source: - remote: - path: TinyLife/Objects/UnfinishedWoodwork.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Draw - path: ../TinyLife/Objects/UnfinishedWoodwork.cs - startLine: 38 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -423,14 +377,6 @@ items: nameWithType: UnfinishedWoodwork.Validate() fullName: TinyLife.Objects.UnfinishedWoodwork.Validate() type: Method - source: - remote: - path: TinyLife/Objects/UnfinishedWoodwork.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Validate - path: ../TinyLife/Objects/UnfinishedWoodwork.cs - startLine: 52 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2257,6 +2203,228 @@ references: name: Furniture href: TinyLife.Objects.Furniture.html - name: ) +- uid: TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single) + commentId: M:TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single) + parent: TinyLife.Objects.Furniture + isExternal: true + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_MarkDirtyForPathfinding_Microsoft_Xna_Framework_Vector2_System_Single_ + name: MarkDirtyForPathfinding(Vector2, float) + nameWithType: Furniture.MarkDirtyForPathfinding(Vector2, float) + fullName: TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2, float) + nameWithType.vb: Furniture.MarkDirtyForPathfinding(Vector2, Single) + fullName.vb: TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2, Single) + name.vb: MarkDirtyForPathfinding(Vector2, Single) + spec.csharp: + - uid: TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single) + name: MarkDirtyForPathfinding + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_MarkDirtyForPathfinding_Microsoft_Xna_Framework_Vector2_System_Single_ + - name: ( + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ) + spec.vb: + - uid: TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single) + name: MarkDirtyForPathfinding + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_MarkDirtyForPathfinding_Microsoft_Xna_Framework_Vector2_System_Single_ + - name: ( + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ) +- uid: TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) + commentId: M:TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) + parent: TinyLife.Objects.Furniture + isExternal: true + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_DrawDirtyOverlay_Microsoft_Xna_Framework_GameTime_System_Object_Microsoft_Xna_Framework_Vector2_System_Single_Microsoft_Xna_Framework_Vector2_System_Nullable_Microsoft_Xna_Framework_Color__MLEM_Maths_Direction2_System_Int32___System_Single_System_Boolean_TinyLife_Objects_ParentInfo_System_Single_System_Collections_Generic_List_MLEM_Graphics_StaticSpriteBatch_Item__ + name: DrawDirtyOverlay(GameTime, object, Vector2, float, Vector2, Color?, Direction2, int[], float, bool, ParentInfo, float, List) + nameWithType: Furniture.DrawDirtyOverlay(GameTime, object, Vector2, float, Vector2, Color?, Direction2, int[], float, bool, ParentInfo, float, List) + fullName: TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime, object, Microsoft.Xna.Framework.Vector2, float, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color?, MLEM.Maths.Direction2, int[], float, bool, TinyLife.Objects.ParentInfo, float, System.Collections.Generic.List) + nameWithType.vb: Furniture.DrawDirtyOverlay(GameTime, Object, Vector2, Single, Vector2, Color?, Direction2, Integer(), Single, Boolean, ParentInfo, Single, List(Of StaticSpriteBatch.Item)) + fullName.vb: TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime, Object, Microsoft.Xna.Framework.Vector2, Single, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color?, MLEM.Maths.Direction2, Integer(), Single, Boolean, TinyLife.Objects.ParentInfo, Single, System.Collections.Generic.List(Of MLEM.Graphics.StaticSpriteBatch.Item)) + name.vb: DrawDirtyOverlay(GameTime, Object, Vector2, Single, Vector2, Color?, Direction2, Integer(), Single, Boolean, ParentInfo, Single, List(Of Item)) + spec.csharp: + - uid: TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) + name: DrawDirtyOverlay + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_DrawDirtyOverlay_Microsoft_Xna_Framework_GameTime_System_Object_Microsoft_Xna_Framework_Vector2_System_Single_Microsoft_Xna_Framework_Vector2_System_Nullable_Microsoft_Xna_Framework_Color__MLEM_Maths_Direction2_System_Int32___System_Single_System_Boolean_TinyLife_Objects_ParentInfo_System_Single_System_Collections_Generic_List_MLEM_Graphics_StaticSpriteBatch_Item__ + - name: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + isExternal: true + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Color + name: Color + isExternal: true + - name: '?' + - name: ',' + - name: " " + - uid: MLEM.Maths.Direction2 + name: Direction2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Int32 + name: int + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: '[' + - name: ']' + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: TinyLife.Objects.ParentInfo + name: ParentInfo + href: TinyLife.Objects.ParentInfo.html + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: System.Collections.Generic.List`1 + name: List + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 + - name: < + - uid: MLEM.Graphics.StaticSpriteBatch.Item + name: Item + isExternal: true + - name: '>' + - name: ) + spec.vb: + - uid: TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) + name: DrawDirtyOverlay + href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_DrawDirtyOverlay_Microsoft_Xna_Framework_GameTime_System_Object_Microsoft_Xna_Framework_Vector2_System_Single_Microsoft_Xna_Framework_Vector2_System_Nullable_Microsoft_Xna_Framework_Color__MLEM_Maths_Direction2_System_Int32___System_Single_System_Boolean_TinyLife_Objects_ParentInfo_System_Single_System_Collections_Generic_List_MLEM_Graphics_StaticSpriteBatch_Item__ + - name: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + isExternal: true + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Color + name: Color + isExternal: true + - name: '?' + - name: ',' + - name: " " + - uid: MLEM.Maths.Direction2 + name: Direction2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Int32 + name: Integer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ( + - name: ) + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: TinyLife.Objects.ParentInfo + name: ParentInfo + href: TinyLife.Objects.ParentInfo.html + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: System.Collections.Generic.List`1 + name: List + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 + - name: ( + - name: Of + - name: " " + - uid: MLEM.Graphics.StaticSpriteBatch.Item + name: Item + isExternal: true + - name: ) + - name: ) - uid: TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Ui.Elements.Element,System.Single,System.Int32[]) commentId: M:TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Ui.Elements.Element,System.Single,System.Int32[]) parent: TinyLife.Objects.Furniture diff --git a/docs/api/TinyLife.Objects.Upgrade.yml b/docs/api/TinyLife.Objects.Upgrade.yml index e541ac5..75f7e04 100644 --- a/docs/api/TinyLife.Objects.Upgrade.yml +++ b/docs/api/TinyLife.Objects.Upgrade.yml @@ -37,14 +37,6 @@ items: nameWithType: Upgrade fullName: TinyLife.Objects.Upgrade type: Class - source: - remote: - path: TinyLife/Objects/Upgrade.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Upgrade - path: ../TinyLife/Objects/Upgrade.cs - startLine: 20 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -87,14 +79,6 @@ items: nameWithType: Upgrade.Upgrades fullName: TinyLife.Objects.Upgrade.Upgrades type: Field - source: - remote: - path: TinyLife/Objects/Upgrade.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Upgrades - path: ../TinyLife/Objects/Upgrade.cs - startLine: 28 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -119,14 +103,6 @@ items: nameWithType: Upgrade.ProtectiveCoating fullName: TinyLife.Objects.Upgrade.ProtectiveCoating type: Field - source: - remote: - path: TinyLife/Objects/Upgrade.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ProtectiveCoating - path: ../TinyLife/Objects/Upgrade.cs - startLine: 31 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -146,14 +122,6 @@ items: nameWithType: Upgrade.SofterCushioning fullName: TinyLife.Objects.Upgrade.SofterCushioning type: Field - source: - remote: - path: TinyLife/Objects/Upgrade.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SofterCushioning - path: ../TinyLife/Objects/Upgrade.cs - startLine: 32 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -173,14 +141,6 @@ items: nameWithType: Upgrade.SwivelFaucet fullName: TinyLife.Objects.Upgrade.SwivelFaucet type: Field - source: - remote: - path: TinyLife/Objects/Upgrade.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SwivelFaucet - path: ../TinyLife/Objects/Upgrade.cs - startLine: 33 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -200,14 +160,6 @@ items: nameWithType: Upgrade.Bidet fullName: TinyLife.Objects.Upgrade.Bidet type: Field - source: - remote: - path: TinyLife/Objects/Upgrade.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Bidet - path: ../TinyLife/Objects/Upgrade.cs - startLine: 34 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -227,14 +179,6 @@ items: nameWithType: Upgrade.BetterPressure fullName: TinyLife.Objects.Upgrade.BetterPressure type: Field - source: - remote: - path: TinyLife/Objects/Upgrade.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: BetterPressure - path: ../TinyLife/Objects/Upgrade.cs - startLine: 35 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -254,14 +198,6 @@ items: nameWithType: Upgrade.ConfigurableShowerHead fullName: TinyLife.Objects.Upgrade.ConfigurableShowerHead type: Field - source: - remote: - path: TinyLife/Objects/Upgrade.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ConfigurableShowerHead - path: ../TinyLife/Objects/Upgrade.cs - startLine: 36 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -281,14 +217,6 @@ items: nameWithType: Upgrade.RgbLights fullName: TinyLife.Objects.Upgrade.RgbLights type: Field - source: - remote: - path: TinyLife/Objects/Upgrade.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RgbLights - path: ../TinyLife/Objects/Upgrade.cs - startLine: 37 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -308,14 +236,6 @@ items: nameWithType: Upgrade.TemperatureGauge fullName: TinyLife.Objects.Upgrade.TemperatureGauge type: Field - source: - remote: - path: TinyLife/Objects/Upgrade.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TemperatureGauge - path: ../TinyLife/Objects/Upgrade.cs - startLine: 38 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -335,14 +255,6 @@ items: nameWithType: Upgrade.BetterMemory fullName: TinyLife.Objects.Upgrade.BetterMemory type: Field - source: - remote: - path: TinyLife/Objects/Upgrade.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: BetterMemory - path: ../TinyLife/Objects/Upgrade.cs - startLine: 39 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -362,14 +274,6 @@ items: nameWithType: Upgrade.FridgeTemperatureControl fullName: TinyLife.Objects.Upgrade.FridgeTemperatureControl type: Field - source: - remote: - path: TinyLife/Objects/Upgrade.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: FridgeTemperatureControl - path: ../TinyLife/Objects/Upgrade.cs - startLine: 40 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -389,14 +293,6 @@ items: nameWithType: Upgrade.WaterPurifier fullName: TinyLife.Objects.Upgrade.WaterPurifier type: Field - source: - remote: - path: TinyLife/Objects/Upgrade.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: WaterPurifier - path: ../TinyLife/Objects/Upgrade.cs - startLine: 41 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -416,14 +312,6 @@ items: nameWithType: Upgrade.Name fullName: TinyLife.Objects.Upgrade.Name type: Field - source: - remote: - path: TinyLife/Objects/Upgrade.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Name - path: ../TinyLife/Objects/Upgrade.cs - startLine: 47 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -445,14 +333,6 @@ items: nameWithType: Upgrade.Icon fullName: TinyLife.Objects.Upgrade.Icon type: Field - source: - remote: - path: TinyLife/Objects/Upgrade.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Icon - path: ../TinyLife/Objects/Upgrade.cs - startLine: 51 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -474,14 +354,6 @@ items: nameWithType: Upgrade.RequiredSkillLevel fullName: TinyLife.Objects.Upgrade.RequiredSkillLevel type: Field - source: - remote: - path: TinyLife/Objects/Upgrade.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RequiredSkillLevel - path: ../TinyLife/Objects/Upgrade.cs - startLine: 55 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -503,14 +375,6 @@ items: nameWithType: Upgrade.Price fullName: TinyLife.Objects.Upgrade.Price type: Field - source: - remote: - path: TinyLife/Objects/Upgrade.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Price - path: ../TinyLife/Objects/Upgrade.cs - startLine: 59 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -532,14 +396,6 @@ items: nameWithType: Upgrade.ValidObjects fullName: TinyLife.Objects.Upgrade.ValidObjects type: Field - source: - remote: - path: TinyLife/Objects/Upgrade.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ValidObjects - path: ../TinyLife/Objects/Upgrade.cs - startLine: 63 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -561,14 +417,6 @@ items: nameWithType: Upgrade.HasToLearn fullName: TinyLife.Objects.Upgrade.HasToLearn type: Property - source: - remote: - path: TinyLife/Objects/Upgrade.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: HasToLearn - path: ../TinyLife/Objects/Upgrade.cs - startLine: 69 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -595,14 +443,6 @@ items: nameWithType: Upgrade.Requirements fullName: TinyLife.Objects.Upgrade.Requirements type: Property - source: - remote: - path: TinyLife/Objects/Upgrade.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Requirements - path: ../TinyLife/Objects/Upgrade.cs - startLine: 73 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -626,14 +466,6 @@ items: nameWithType: Upgrade.Memory fullName: TinyLife.Objects.Upgrade.Memory type: Property - source: - remote: - path: TinyLife/Objects/Upgrade.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Memory - path: ../TinyLife/Objects/Upgrade.cs - startLine: 79 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -660,14 +492,6 @@ items: nameWithType: Upgrade.SourceString fullName: TinyLife.Objects.Upgrade.SourceString type: Property - source: - remote: - path: TinyLife/Objects/Upgrade.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SourceString - path: ../TinyLife/Objects/Upgrade.cs - startLine: 81 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -693,14 +517,6 @@ items: nameWithType: Upgrade.Upgrade(string, TextureRegion, int, int, ObjectCategory) fullName: TinyLife.Objects.Upgrade.Upgrade(string, MLEM.Textures.TextureRegion, int, int, TinyLife.Objects.ObjectCategory) type: Constructor - source: - remote: - path: TinyLife/Objects/Upgrade.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Objects/Upgrade.cs - startLine: 91 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -740,14 +556,6 @@ items: nameWithType: Upgrade.Knows(PersonLike) fullName: TinyLife.Objects.Upgrade.Knows(TinyLife.Objects.PersonLike) type: Method - source: - remote: - path: TinyLife/Objects/Upgrade.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Knows - path: ../TinyLife/Objects/Upgrade.cs - startLine: 104 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -775,14 +583,6 @@ items: nameWithType: Upgrade.Learn(PersonLike) fullName: TinyLife.Objects.Upgrade.Learn(TinyLife.Objects.PersonLike) type: Method - source: - remote: - path: TinyLife/Objects/Upgrade.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Learn - path: ../TinyLife/Objects/Upgrade.cs - startLine: 112 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -807,14 +607,6 @@ items: nameWithType: Upgrade.Register(Upgrade) fullName: TinyLife.Objects.Upgrade.Register(TinyLife.Objects.Upgrade) type: Method - source: - remote: - path: TinyLife/Objects/Upgrade.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Register - path: ../TinyLife/Objects/Upgrade.cs - startLine: 125 assemblies: - Tiny Life namespace: TinyLife.Objects diff --git a/docs/api/TinyLife.Objects.Vehicle.VehicleType.yml b/docs/api/TinyLife.Objects.Vehicle.VehicleType.yml index c384439..0aa18a5 100644 --- a/docs/api/TinyLife.Objects.Vehicle.VehicleType.yml +++ b/docs/api/TinyLife.Objects.Vehicle.VehicleType.yml @@ -14,14 +14,6 @@ items: nameWithType: Vehicle.VehicleType fullName: TinyLife.Objects.Vehicle.VehicleType type: Enum - source: - remote: - path: TinyLife/Objects/Vehicle.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: VehicleType - path: ../TinyLife/Objects/Vehicle.cs - startLine: 140 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -43,14 +35,6 @@ items: nameWithType: Vehicle.VehicleType.Car fullName: TinyLife.Objects.Vehicle.VehicleType.Car type: Field - source: - remote: - path: TinyLife/Objects/Vehicle.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Car - path: ../TinyLife/Objects/Vehicle.cs - startLine: 145 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -71,14 +55,6 @@ items: nameWithType: Vehicle.VehicleType.EScooter fullName: TinyLife.Objects.Vehicle.VehicleType.EScooter type: Field - source: - remote: - path: TinyLife/Objects/Vehicle.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: EScooter - path: ../TinyLife/Objects/Vehicle.cs - startLine: 149 assemblies: - Tiny Life namespace: TinyLife.Objects diff --git a/docs/api/TinyLife.Objects.Vehicle.yml b/docs/api/TinyLife.Objects.Vehicle.yml index 1b1d787..bb0334f 100644 --- a/docs/api/TinyLife.Objects.Vehicle.yml +++ b/docs/api/TinyLife.Objects.Vehicle.yml @@ -25,14 +25,6 @@ items: nameWithType: Vehicle fullName: TinyLife.Objects.Vehicle type: Class - source: - remote: - path: TinyLife/Objects/Vehicle.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Vehicle - path: ../TinyLife/Objects/Vehicle.cs - startLine: 18 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -117,14 +109,6 @@ items: nameWithType: Vehicle.Rotation fullName: TinyLife.Objects.Vehicle.Rotation type: Field - source: - remote: - path: TinyLife/Objects/Vehicle.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Rotation - path: ../TinyLife/Objects/Vehicle.cs - startLine: 26 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -156,14 +140,6 @@ items: nameWithType: Vehicle.Driver fullName: TinyLife.Objects.Vehicle.Driver type: Field - source: - remote: - path: TinyLife/Objects/Vehicle.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Driver - path: ../TinyLife/Objects/Vehicle.cs - startLine: 31 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -195,14 +171,6 @@ items: nameWithType: Vehicle.Action fullName: TinyLife.Objects.Vehicle.Action type: Field - source: - remote: - path: TinyLife/Objects/Vehicle.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Action - path: ../TinyLife/Objects/Vehicle.cs - startLine: 36 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -234,14 +202,6 @@ items: nameWithType: Vehicle.Type fullName: TinyLife.Objects.Vehicle.Type type: Field - source: - remote: - path: TinyLife/Objects/Vehicle.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Type - path: ../TinyLife/Objects/Vehicle.cs - startLine: 41 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -273,14 +233,6 @@ items: nameWithType: Vehicle.Vehicle(Guid, Map, Vector2, float, Vehicle.VehicleType) fullName: TinyLife.Objects.Vehicle.Vehicle(System.Guid, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, float, TinyLife.Objects.Vehicle.VehicleType) type: Constructor - source: - remote: - path: TinyLife/Objects/Vehicle.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Objects/Vehicle.cs - startLine: 47 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -314,14 +266,6 @@ items: nameWithType: Vehicle.GetSpeed() fullName: TinyLife.Objects.Vehicle.GetSpeed() type: Method - source: - remote: - path: TinyLife/Objects/Vehicle.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetSpeed - path: ../TinyLife/Objects/Vehicle.cs - startLine: 65 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -345,14 +289,6 @@ items: nameWithType: Vehicle.Update(GameTime, TimeSpan, float) fullName: TinyLife.Objects.Vehicle.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) type: Method - source: - remote: - path: TinyLife/Objects/Vehicle.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Update - path: ../TinyLife/Objects/Vehicle.cs - startLine: 74 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -391,14 +327,6 @@ items: nameWithType: Vehicle.Draw(GameTime, object, Vector2, Color?, List) fullName: TinyLife.Objects.Vehicle.Draw(Microsoft.Xna.Framework.GameTime, object, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color?, System.Collections.Generic.List) type: Method - source: - remote: - path: TinyLife/Objects/Vehicle.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Draw - path: ../TinyLife/Objects/Vehicle.cs - startLine: 89 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -442,14 +370,6 @@ items: nameWithType: Vehicle.OnCameraRotationChanged(Direction2, Direction2) fullName: TinyLife.Objects.Vehicle.OnCameraRotationChanged(MLEM.Maths.Direction2, MLEM.Maths.Direction2) type: Method - source: - remote: - path: TinyLife/Objects/Vehicle.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnCameraRotationChanged - path: ../TinyLife/Objects/Vehicle.cs - startLine: 98 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -481,14 +401,6 @@ items: nameWithType: Vehicle.OnRemoved() fullName: TinyLife.Objects.Vehicle.OnRemoved() type: Method - source: - remote: - path: TinyLife/Objects/Vehicle.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnRemoved - path: ../TinyLife/Objects/Vehicle.cs - startLine: 105 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -513,14 +425,6 @@ items: nameWithType: Vehicle.ResetToStatic(bool, bool) fullName: TinyLife.Objects.Vehicle.ResetToStatic(bool, bool) type: Method - source: - remote: - path: TinyLife/Objects/Vehicle.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ResetToStatic - path: ../TinyLife/Objects/Vehicle.cs - startLine: 111 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -555,14 +459,6 @@ items: nameWithType: Vehicle.GetHoverInfo(Tooltip) fullName: TinyLife.Objects.Vehicle.GetHoverInfo(MLEM.Ui.Elements.Tooltip) type: Method - source: - remote: - path: TinyLife/Objects/Vehicle.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetHoverInfo - path: ../TinyLife/Objects/Vehicle.cs - startLine: 117 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -591,14 +487,6 @@ items: nameWithType: Vehicle.GetDebugLines(GameImpl, List) fullName: TinyLife.Objects.Vehicle.GetDebugLines(TinyLife.GameImpl, System.Collections.Generic.List) type: Method - source: - remote: - path: TinyLife/Objects/Vehicle.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetDebugLines - path: ../TinyLife/Objects/Vehicle.cs - startLine: 125 assemblies: - Tiny Life namespace: TinyLife.Objects diff --git a/docs/api/TinyLife.Objects.Visibility.yml b/docs/api/TinyLife.Objects.Visibility.yml index 425156d..893ca28 100644 --- a/docs/api/TinyLife.Objects.Visibility.yml +++ b/docs/api/TinyLife.Objects.Visibility.yml @@ -16,14 +16,6 @@ items: nameWithType: Visibility fullName: TinyLife.Objects.Visibility type: Enum - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Visibility - path: ../TinyLife/Objects/MapObject.cs - startLine: 869 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -45,14 +37,6 @@ items: nameWithType: Visibility.WhenVisible fullName: TinyLife.Objects.Visibility.WhenVisible type: Field - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: WhenVisible - path: ../TinyLife/Objects/MapObject.cs - startLine: 874 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -73,14 +57,6 @@ items: nameWithType: Visibility.WhenVisibleExt fullName: TinyLife.Objects.Visibility.WhenVisibleExt type: Field - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: WhenVisibleExt - path: ../TinyLife/Objects/MapObject.cs - startLine: 878 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -101,14 +77,6 @@ items: nameWithType: Visibility.HideZoomedOut fullName: TinyLife.Objects.Visibility.HideZoomedOut type: Field - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: HideZoomedOut - path: ../TinyLife/Objects/MapObject.cs - startLine: 882 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -129,14 +97,6 @@ items: nameWithType: Visibility.Static fullName: TinyLife.Objects.Visibility.Static type: Field - source: - remote: - path: TinyLife/Objects/MapObject.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Static - path: ../TinyLife/Objects/MapObject.cs - startLine: 887 assemblies: - Tiny Life namespace: TinyLife.Objects diff --git a/docs/api/TinyLife.Objects.VoiceStyle.yml b/docs/api/TinyLife.Objects.VoiceStyle.yml index 8f0066a..db6571b 100644 --- a/docs/api/TinyLife.Objects.VoiceStyle.yml +++ b/docs/api/TinyLife.Objects.VoiceStyle.yml @@ -17,14 +17,6 @@ items: nameWithType: VoiceStyle fullName: TinyLife.Objects.VoiceStyle type: Enum - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: VoiceStyle - path: ../TinyLife/Objects/PersonLike.cs - startLine: 3663 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -50,14 +42,6 @@ items: nameWithType: VoiceStyle.Low fullName: TinyLife.Objects.VoiceStyle.Low type: Field - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Low - path: ../TinyLife/Objects/PersonLike.cs - startLine: 3666 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -76,14 +60,6 @@ items: nameWithType: VoiceStyle.High fullName: TinyLife.Objects.VoiceStyle.High type: Field - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: High - path: ../TinyLife/Objects/PersonLike.cs - startLine: 3667 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -102,14 +78,6 @@ items: nameWithType: VoiceStyle.Child fullName: TinyLife.Objects.VoiceStyle.Child type: Field - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Child - path: ../TinyLife/Objects/PersonLike.cs - startLine: 3668 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -128,14 +96,6 @@ items: nameWithType: VoiceStyle.Baby fullName: TinyLife.Objects.VoiceStyle.Baby type: Field - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Baby - path: ../TinyLife/Objects/PersonLike.cs - startLine: 3670 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -154,14 +114,6 @@ items: nameWithType: VoiceStyle.MidHigh fullName: TinyLife.Objects.VoiceStyle.MidHigh type: Field - source: - remote: - path: TinyLife/Objects/PersonLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: MidHigh - path: ../TinyLife/Objects/PersonLike.cs - startLine: 3672 assemblies: - Tiny Life namespace: TinyLife.Objects diff --git a/docs/api/TinyLife.Objects.WallLike.yml b/docs/api/TinyLife.Objects.WallLike.yml index 3812456..e3941e6 100644 --- a/docs/api/TinyLife.Objects.WallLike.yml +++ b/docs/api/TinyLife.Objects.WallLike.yml @@ -32,14 +32,6 @@ items: nameWithType: WallLike fullName: TinyLife.Objects.WallLike type: Class - source: - remote: - path: TinyLife/Objects/WallLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: WallLike - path: ../TinyLife/Objects/WallLike.cs - startLine: 17 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -90,14 +82,6 @@ items: nameWithType: WallLike.Positions fullName: TinyLife.Objects.WallLike.Positions type: Field - source: - remote: - path: TinyLife/Objects/WallLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Positions - path: ../TinyLife/Objects/WallLike.cs - startLine: 25 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -132,14 +116,6 @@ items: nameWithType: WallLike.Floor fullName: TinyLife.Objects.WallLike.Floor type: Field - source: - remote: - path: TinyLife/Objects/WallLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Floor - path: ../TinyLife/Objects/WallLike.cs - startLine: 30 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -171,14 +147,6 @@ items: nameWithType: WallLike.IsStatic fullName: TinyLife.Objects.WallLike.IsStatic type: Field - source: - remote: - path: TinyLife/Objects/WallLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IsStatic - path: ../TinyLife/Objects/WallLike.cs - startLine: 35 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -214,14 +182,6 @@ items: nameWithType: WallLike.Opening fullName: TinyLife.Objects.WallLike.Opening type: Property - source: - remote: - path: TinyLife/Objects/WallLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Opening - path: ../TinyLife/Objects/WallLike.cs - startLine: 40 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -258,14 +218,6 @@ items: nameWithType: WallLike.WallLike(int, params Point[]) fullName: TinyLife.Objects.WallLike.WallLike(int, params Microsoft.Xna.Framework.Point[]) type: Constructor - source: - remote: - path: TinyLife/Objects/WallLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Objects/WallLike.cs - startLine: 48 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -296,14 +248,6 @@ items: nameWithType: WallLike.Draw(Map, GameTime, SpriteBatch, Vector2, Color?, bool, bool) fullName: TinyLife.Objects.WallLike.Draw(TinyLife.World.Map, Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color?, bool, bool) type: Method - source: - remote: - path: TinyLife/Objects/WallLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Draw - path: ../TinyLife/Objects/WallLike.cs - startLine: 67 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -349,14 +293,6 @@ items: nameWithType: WallLike.GetPrice() fullName: TinyLife.Objects.WallLike.GetPrice() type: Method - source: - remote: - path: TinyLife/Objects/WallLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetPrice - path: ../TinyLife/Objects/WallLike.cs - startLine: 78 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -380,14 +316,6 @@ items: nameWithType: WallLike.Validate(Map) fullName: TinyLife.Objects.WallLike.Validate(TinyLife.World.Map) type: Method - source: - remote: - path: TinyLife/Objects/WallLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Validate - path: ../TinyLife/Objects/WallLike.cs - startLine: 86 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -414,14 +342,6 @@ items: nameWithType: WallLike.OnAdded(Map) fullName: TinyLife.Objects.WallLike.OnAdded(TinyLife.World.Map) type: Method - source: - remote: - path: TinyLife/Objects/WallLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnAdded - path: ../TinyLife/Objects/WallLike.cs - startLine: 97 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -449,14 +369,6 @@ items: nameWithType: WallLike.OnRemoved(Map) fullName: TinyLife.Objects.WallLike.OnRemoved(TinyLife.World.Map) type: Method - source: - remote: - path: TinyLife/Objects/WallLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnRemoved - path: ../TinyLife/Objects/WallLike.cs - startLine: 108 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -484,14 +396,6 @@ items: nameWithType: WallLike.GetFreeActionSpotInfos(Map, PersonLike) fullName: TinyLife.Objects.WallLike.GetFreeActionSpotInfos(TinyLife.World.Map, TinyLife.Objects.PersonLike) type: Method - source: - remote: - path: TinyLife/Objects/WallLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetFreeActionSpotInfos - path: ../TinyLife/Objects/WallLike.cs - startLine: 120 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -522,14 +426,6 @@ items: nameWithType: WallLike.SetOpening(Map, Opening) fullName: TinyLife.Objects.WallLike.SetOpening(TinyLife.World.Map, TinyLife.World.Opening) type: Method - source: - remote: - path: TinyLife/Objects/WallLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SetOpening - path: ../TinyLife/Objects/WallLike.cs - startLine: 132 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -557,14 +453,6 @@ items: nameWithType: WallLike.NotifyNeighbors(Map) fullName: TinyLife.Objects.WallLike.NotifyNeighbors(TinyLife.World.Map) type: Method - source: - remote: - path: TinyLife/Objects/WallLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: NotifyNeighbors - path: ../TinyLife/Objects/WallLike.cs - startLine: 144 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -589,14 +477,6 @@ items: nameWithType: WallLike.OnNeighborChanged(Map, WallLike) fullName: TinyLife.Objects.WallLike.OnNeighborChanged(TinyLife.World.Map, TinyLife.Objects.WallLike) type: Method - source: - remote: - path: TinyLife/Objects/WallLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnNeighborChanged - path: ../TinyLife/Objects/WallLike.cs - startLine: 159 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -627,14 +507,6 @@ items: nameWithType: WallLike.GetDepth(Map, Point, Point, int, float) fullName: TinyLife.Objects.WallLike.GetDepth(TinyLife.World.Map, Microsoft.Xna.Framework.Point, Microsoft.Xna.Framework.Point, int, float) type: Method - source: - remote: - path: TinyLife/Objects/WallLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetDepth - path: ../TinyLife/Objects/WallLike.cs - startLine: 171 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -680,14 +552,6 @@ items: nameWithType: WallLike.GetIndexForCamera(Point, Point) fullName: TinyLife.Objects.WallLike.GetIndexForCamera(Microsoft.Xna.Framework.Point, Microsoft.Xna.Framework.Point) type: Method - source: - remote: - path: TinyLife/Objects/WallLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetIndexForCamera - path: ../TinyLife/Objects/WallLike.cs - startLine: 182 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -721,14 +585,6 @@ items: nameWithType: WallLike.GetPositionForCamera(Point, Point) fullName: TinyLife.Objects.WallLike.GetPositionForCamera(Microsoft.Xna.Framework.Point, Microsoft.Xna.Framework.Point) type: Method - source: - remote: - path: TinyLife/Objects/WallLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetPositionForCamera - path: ../TinyLife/Objects/WallLike.cs - startLine: 197 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -760,14 +616,6 @@ items: nameWithType: WallLike.GetCenterBottomPos(Point, Point) fullName: TinyLife.Objects.WallLike.GetCenterBottomPos(Microsoft.Xna.Framework.Point, Microsoft.Xna.Framework.Point) type: Method - source: - remote: - path: TinyLife/Objects/WallLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetCenterBottomPos - path: ../TinyLife/Objects/WallLike.cs - startLine: 205 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -796,14 +644,6 @@ items: nameWithType: WallLike.IsVerticalForCamera(bool) fullName: TinyLife.Objects.WallLike.IsVerticalForCamera(bool) type: Method - source: - remote: - path: TinyLife/Objects/WallLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IsVerticalForCamera - path: ../TinyLife/Objects/WallLike.cs - startLine: 222 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -836,14 +676,6 @@ items: nameWithType: WallLike.IsVertical(Point, Point) fullName: TinyLife.Objects.WallLike.IsVertical(Microsoft.Xna.Framework.Point, Microsoft.Xna.Framework.Point) type: Method - source: - remote: - path: TinyLife/Objects/WallLike.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IsVertical - path: ../TinyLife/Objects/WallLike.cs - startLine: 235 assemblies: - Tiny Life namespace: TinyLife.Objects diff --git a/docs/api/TinyLife.Objects.WornClothes.yml b/docs/api/TinyLife.Objects.WornClothes.yml index fb89027..7a0e069 100644 --- a/docs/api/TinyLife.Objects.WornClothes.yml +++ b/docs/api/TinyLife.Objects.WornClothes.yml @@ -19,14 +19,6 @@ items: nameWithType: WornClothes fullName: TinyLife.Objects.WornClothes type: Class - source: - remote: - path: TinyLife/Objects/Clothes.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: WornClothes - path: ../TinyLife/Objects/Clothes.cs - startLine: 243 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -68,14 +60,6 @@ items: nameWithType: WornClothes.Type fullName: TinyLife.Objects.WornClothes.Type type: Field - source: - remote: - path: TinyLife/Objects/Clothes.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Type - path: ../TinyLife/Objects/Clothes.cs - startLine: 250 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -107,14 +91,6 @@ items: nameWithType: WornClothes.Colors fullName: TinyLife.Objects.WornClothes.Colors type: Field - source: - remote: - path: TinyLife/Objects/Clothes.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Colors - path: ../TinyLife/Objects/Clothes.cs - startLine: 257 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -151,14 +127,6 @@ items: nameWithType: WornClothes.FromStorage fullName: TinyLife.Objects.WornClothes.FromStorage type: Field - source: - remote: - path: TinyLife/Objects/Clothes.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: FromStorage - path: ../TinyLife/Objects/Clothes.cs - startLine: 262 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -190,14 +158,6 @@ items: nameWithType: WornClothes.CustomPrice fullName: TinyLife.Objects.WornClothes.CustomPrice type: Field - source: - remote: - path: TinyLife/Objects/Clothes.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CustomPrice - path: ../TinyLife/Objects/Clothes.cs - startLine: 268 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -236,14 +196,6 @@ items: nameWithType: WornClothes.WornClothes(Clothes, int[]) fullName: TinyLife.Objects.WornClothes.WornClothes(TinyLife.Objects.Clothes, int[]) type: Constructor - source: - remote: - path: TinyLife/Objects/Clothes.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Objects/Clothes.cs - startLine: 275 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -274,14 +226,6 @@ items: nameWithType: WornClothes.Validate() fullName: TinyLife.Objects.WornClothes.Validate() type: Method - source: - remote: - path: TinyLife/Objects/Clothes.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Validate - path: ../TinyLife/Objects/Clothes.cs - startLine: 284 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -305,14 +249,6 @@ items: nameWithType: WornClothes.GetPrice() fullName: TinyLife.Objects.WornClothes.GetPrice() type: Method - source: - remote: - path: TinyLife/Objects/Clothes.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetPrice - path: ../TinyLife/Objects/Clothes.cs - startLine: 295 assemblies: - Tiny Life namespace: TinyLife.Objects diff --git a/docs/api/TinyLife.Options.yml b/docs/api/TinyLife.Options.yml index 3a601f2..87a4e42 100644 --- a/docs/api/TinyLife.Options.yml +++ b/docs/api/TinyLife.Options.yml @@ -55,6 +55,7 @@ items: - TinyLife.Options.RotateKeybind - TinyLife.Options.RoundCameraPosition - TinyLife.Options.Save + - TinyLife.Options.SaveCompression - TinyLife.Options.ScreenshotKeybind - TinyLife.Options.SeenObjects - TinyLife.Options.SellHeldObjectKeybind @@ -86,14 +87,6 @@ items: nameWithType: Options fullName: TinyLife.Options type: Class - source: - remote: - path: TinyLife/Options.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Options - path: ../TinyLife/Options.cs - startLine: 35 assemblies: - Tiny Life namespace: TinyLife @@ -141,14 +134,6 @@ items: nameWithType: Options.WallDisplays fullName: TinyLife.Options.WallDisplays type: Field - source: - remote: - path: TinyLife/Options.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: WallDisplays - path: ../TinyLife/Options.cs - startLine: 41 assemblies: - Tiny Life namespace: TinyLife @@ -170,14 +155,6 @@ items: nameWithType: Options.GameSpeeds fullName: TinyLife.Options.GameSpeeds type: Field - source: - remote: - path: TinyLife/Options.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GameSpeeds - path: ../TinyLife/Options.cs - startLine: 45 assemblies: - Tiny Life namespace: TinyLife @@ -199,14 +176,6 @@ items: nameWithType: Options.Keybinds fullName: TinyLife.Options.Keybinds type: Field - source: - remote: - path: TinyLife/Options.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Keybinds - path: ../TinyLife/Options.cs - startLine: 49 assemblies: - Tiny Life namespace: TinyLife @@ -228,14 +197,6 @@ items: nameWithType: Options.UnbindKeybind fullName: TinyLife.Options.UnbindKeybind type: Field - source: - remote: - path: TinyLife/Options.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: UnbindKeybind - path: ../TinyLife/Options.cs - startLine: 53 assemblies: - Tiny Life namespace: TinyLife @@ -257,14 +218,6 @@ items: nameWithType: Options.Instance fullName: TinyLife.Options.Instance type: Property - source: - remote: - path: TinyLife/Options.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Instance - path: ../TinyLife/Options.cs - startLine: 58 assemblies: - Tiny Life namespace: TinyLife @@ -288,14 +241,6 @@ items: nameWithType: Options.CopyFurnitureKeybind fullName: TinyLife.Options.CopyFurnitureKeybind type: Field - source: - remote: - path: TinyLife/Options.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CopyFurnitureKeybind - path: ../TinyLife/Options.cs - startLine: 62 assemblies: - Tiny Life namespace: TinyLife @@ -325,14 +270,6 @@ items: nameWithType: Options.StoreInHouseholdKeybind fullName: TinyLife.Options.StoreInHouseholdKeybind type: Field - source: - remote: - path: TinyLife/Options.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: StoreInHouseholdKeybind - path: ../TinyLife/Options.cs - startLine: 64 assemblies: - Tiny Life namespace: TinyLife @@ -362,14 +299,6 @@ items: nameWithType: Options.RotateKeybind fullName: TinyLife.Options.RotateKeybind type: Field - source: - remote: - path: TinyLife/Options.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RotateKeybind - path: ../TinyLife/Options.cs - startLine: 66 assemblies: - Tiny Life namespace: TinyLife @@ -399,14 +328,6 @@ items: nameWithType: Options.SwitchPersonKeybind fullName: TinyLife.Options.SwitchPersonKeybind type: Field - source: - remote: - path: TinyLife/Options.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SwitchPersonKeybind - path: ../TinyLife/Options.cs - startLine: 68 assemblies: - Tiny Life namespace: TinyLife @@ -436,14 +357,6 @@ items: nameWithType: Options.PauseGameKeybind fullName: TinyLife.Options.PauseGameKeybind type: Field - source: - remote: - path: TinyLife/Options.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PauseGameKeybind - path: ../TinyLife/Options.cs - startLine: 70 assemblies: - Tiny Life namespace: TinyLife @@ -473,14 +386,6 @@ items: nameWithType: Options.IncreaseSpeedKeybind fullName: TinyLife.Options.IncreaseSpeedKeybind type: Field - source: - remote: - path: TinyLife/Options.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IncreaseSpeedKeybind - path: ../TinyLife/Options.cs - startLine: 72 assemblies: - Tiny Life namespace: TinyLife @@ -510,14 +415,6 @@ items: nameWithType: Options.DecreaseSpeedKeybind fullName: TinyLife.Options.DecreaseSpeedKeybind type: Field - source: - remote: - path: TinyLife/Options.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DecreaseSpeedKeybind - path: ../TinyLife/Options.cs - startLine: 74 assemblies: - Tiny Life namespace: TinyLife @@ -547,14 +444,6 @@ items: nameWithType: Options.ScreenshotKeybind fullName: TinyLife.Options.ScreenshotKeybind type: Field - source: - remote: - path: TinyLife/Options.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ScreenshotKeybind - path: ../TinyLife/Options.cs - startLine: 76 assemblies: - Tiny Life namespace: TinyLife @@ -584,14 +473,6 @@ items: nameWithType: Options.SellHeldObjectKeybind fullName: TinyLife.Options.SellHeldObjectKeybind type: Field - source: - remote: - path: TinyLife/Options.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SellHeldObjectKeybind - path: ../TinyLife/Options.cs - startLine: 78 assemblies: - Tiny Life namespace: TinyLife @@ -621,14 +502,6 @@ items: nameWithType: Options.GridKeybind fullName: TinyLife.Options.GridKeybind type: Field - source: - remote: - path: TinyLife/Options.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GridKeybind - path: ../TinyLife/Options.cs - startLine: 80 assemblies: - Tiny Life namespace: TinyLife @@ -658,14 +531,6 @@ items: nameWithType: Options.ZoomInCameraKeybind fullName: TinyLife.Options.ZoomInCameraKeybind type: Field - source: - remote: - path: TinyLife/Options.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ZoomInCameraKeybind - path: ../TinyLife/Options.cs - startLine: 82 assemblies: - Tiny Life namespace: TinyLife @@ -695,14 +560,6 @@ items: nameWithType: Options.ZoomOutCameraKeybind fullName: TinyLife.Options.ZoomOutCameraKeybind type: Field - source: - remote: - path: TinyLife/Options.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ZoomOutCameraKeybind - path: ../TinyLife/Options.cs - startLine: 84 assemblies: - Tiny Life namespace: TinyLife @@ -732,14 +589,6 @@ items: nameWithType: Options.RotateCameraKeybind fullName: TinyLife.Options.RotateCameraKeybind type: Field - source: - remote: - path: TinyLife/Options.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RotateCameraKeybind - path: ../TinyLife/Options.cs - startLine: 86 assemblies: - Tiny Life namespace: TinyLife @@ -769,14 +618,6 @@ items: nameWithType: Options.CameraUpKeybind fullName: TinyLife.Options.CameraUpKeybind type: Field - source: - remote: - path: TinyLife/Options.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CameraUpKeybind - path: ../TinyLife/Options.cs - startLine: 88 assemblies: - Tiny Life namespace: TinyLife @@ -806,14 +647,6 @@ items: nameWithType: Options.CameraDownKeybind fullName: TinyLife.Options.CameraDownKeybind type: Field - source: - remote: - path: TinyLife/Options.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CameraDownKeybind - path: ../TinyLife/Options.cs - startLine: 90 assemblies: - Tiny Life namespace: TinyLife @@ -843,14 +676,6 @@ items: nameWithType: Options.CameraLeftKeybind fullName: TinyLife.Options.CameraLeftKeybind type: Field - source: - remote: - path: TinyLife/Options.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CameraLeftKeybind - path: ../TinyLife/Options.cs - startLine: 92 assemblies: - Tiny Life namespace: TinyLife @@ -880,14 +705,6 @@ items: nameWithType: Options.CameraRightKeybind fullName: TinyLife.Options.CameraRightKeybind type: Field - source: - remote: - path: TinyLife/Options.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CameraRightKeybind - path: ../TinyLife/Options.cs - startLine: 94 assemblies: - Tiny Life namespace: TinyLife @@ -917,14 +734,6 @@ items: nameWithType: Options.WallsUpKeybind fullName: TinyLife.Options.WallsUpKeybind type: Field - source: - remote: - path: TinyLife/Options.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: WallsUpKeybind - path: ../TinyLife/Options.cs - startLine: 96 assemblies: - Tiny Life namespace: TinyLife @@ -954,14 +763,6 @@ items: nameWithType: Options.WallsDownKeybind fullName: TinyLife.Options.WallsDownKeybind type: Field - source: - remote: - path: TinyLife/Options.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: WallsDownKeybind - path: ../TinyLife/Options.cs - startLine: 98 assemblies: - Tiny Life namespace: TinyLife @@ -991,14 +792,6 @@ items: nameWithType: Options.TabForwardKeybind fullName: TinyLife.Options.TabForwardKeybind type: Field - source: - remote: - path: TinyLife/Options.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TabForwardKeybind - path: ../TinyLife/Options.cs - startLine: 100 assemblies: - Tiny Life namespace: TinyLife @@ -1028,14 +821,6 @@ items: nameWithType: Options.TabBackKeybind fullName: TinyLife.Options.TabBackKeybind type: Field - source: - remote: - path: TinyLife/Options.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TabBackKeybind - path: ../TinyLife/Options.cs - startLine: 102 assemblies: - Tiny Life namespace: TinyLife @@ -1065,14 +850,6 @@ items: nameWithType: Options.CheatsKeybind fullName: TinyLife.Options.CheatsKeybind type: Field - source: - remote: - path: TinyLife/Options.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CheatsKeybind - path: ../TinyLife/Options.cs - startLine: 104 assemblies: - Tiny Life namespace: TinyLife @@ -1102,14 +879,6 @@ items: nameWithType: Options.FloorUpKeybind fullName: TinyLife.Options.FloorUpKeybind type: Field - source: - remote: - path: TinyLife/Options.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: FloorUpKeybind - path: ../TinyLife/Options.cs - startLine: 106 assemblies: - Tiny Life namespace: TinyLife @@ -1139,14 +908,6 @@ items: nameWithType: Options.FloorDownKeybind fullName: TinyLife.Options.FloorDownKeybind type: Field - source: - remote: - path: TinyLife/Options.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: FloorDownKeybind - path: ../TinyLife/Options.cs - startLine: 108 assemblies: - Tiny Life namespace: TinyLife @@ -1176,14 +937,6 @@ items: nameWithType: Options.SeenObjects fullName: TinyLife.Options.SeenObjects type: Field - source: - remote: - path: TinyLife/Options.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SeenObjects - path: ../TinyLife/Options.cs - startLine: 115 assemblies: - Tiny Life namespace: TinyLife @@ -1215,14 +968,6 @@ items: nameWithType: Options.AButton fullName: TinyLife.Options.AButton type: Property - source: - remote: - path: TinyLife/Options.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AButton - path: ../TinyLife/Options.cs - startLine: 120 assemblies: - Tiny Life namespace: TinyLife @@ -1246,14 +991,6 @@ items: nameWithType: Options.BButton fullName: TinyLife.Options.BButton type: Property - source: - remote: - path: TinyLife/Options.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: BButton - path: ../TinyLife/Options.cs - startLine: 124 assemblies: - Tiny Life namespace: TinyLife @@ -1277,14 +1014,6 @@ items: nameWithType: Options.XButton fullName: TinyLife.Options.XButton type: Property - source: - remote: - path: TinyLife/Options.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: XButton - path: ../TinyLife/Options.cs - startLine: 128 assemblies: - Tiny Life namespace: TinyLife @@ -1308,14 +1037,6 @@ items: nameWithType: Options.YButton fullName: TinyLife.Options.YButton type: Property - source: - remote: - path: TinyLife/Options.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: YButton - path: ../TinyLife/Options.cs - startLine: 132 assemblies: - Tiny Life namespace: TinyLife @@ -1339,14 +1060,6 @@ items: nameWithType: Options.LeftTrigger fullName: TinyLife.Options.LeftTrigger type: Property - source: - remote: - path: TinyLife/Options.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: LeftTrigger - path: ../TinyLife/Options.cs - startLine: 136 assemblies: - Tiny Life namespace: TinyLife @@ -1370,14 +1083,6 @@ items: nameWithType: Options.RightTrigger fullName: TinyLife.Options.RightTrigger type: Property - source: - remote: - path: TinyLife/Options.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RightTrigger - path: ../TinyLife/Options.cs - startLine: 140 assemblies: - Tiny Life namespace: TinyLife @@ -1401,14 +1106,6 @@ items: nameWithType: Options.WallMode fullName: TinyLife.Options.WallMode type: Field - source: - remote: - path: TinyLife/Options.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: WallMode - path: ../TinyLife/Options.cs - startLine: 146 assemblies: - Tiny Life namespace: TinyLife @@ -1440,14 +1137,6 @@ items: nameWithType: Options.CurrentFloor fullName: TinyLife.Options.CurrentFloor type: Field - source: - remote: - path: TinyLife/Options.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CurrentFloor - path: ../TinyLife/Options.cs - startLine: 152 assemblies: - Tiny Life namespace: TinyLife @@ -1482,14 +1171,6 @@ items: nameWithType: Options.Language fullName: TinyLife.Options.Language type: Field - source: - remote: - path: TinyLife/Options.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Language - path: ../TinyLife/Options.cs - startLine: 158 assemblies: - Tiny Life namespace: TinyLife @@ -1524,14 +1205,6 @@ items: nameWithType: Options.UiScale fullName: TinyLife.Options.UiScale type: Field - source: - remote: - path: TinyLife/Options.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: UiScale - path: ../TinyLife/Options.cs - startLine: 163 assemblies: - Tiny Life namespace: TinyLife @@ -1563,14 +1236,6 @@ items: nameWithType: Options.SoundVolume fullName: TinyLife.Options.SoundVolume type: Field - source: - remote: - path: TinyLife/Options.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SoundVolume - path: ../TinyLife/Options.cs - startLine: 168 assemblies: - Tiny Life namespace: TinyLife @@ -1602,14 +1267,6 @@ items: nameWithType: Options.MusicVolume fullName: TinyLife.Options.MusicVolume type: Field - source: - remote: - path: TinyLife/Options.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: MusicVolume - path: ../TinyLife/Options.cs - startLine: 173 assemblies: - Tiny Life namespace: TinyLife @@ -1641,14 +1298,6 @@ items: nameWithType: Options.WorldSoundVolume fullName: TinyLife.Options.WorldSoundVolume type: Field - source: - remote: - path: TinyLife/Options.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: WorldSoundVolume - path: ../TinyLife/Options.cs - startLine: 179 assemblies: - Tiny Life namespace: TinyLife @@ -1683,14 +1332,6 @@ items: nameWithType: Options.SpeechVolume fullName: TinyLife.Options.SpeechVolume type: Field - source: - remote: - path: TinyLife/Options.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SpeechVolume - path: ../TinyLife/Options.cs - startLine: 185 assemblies: - Tiny Life namespace: TinyLife @@ -1725,14 +1366,6 @@ items: nameWithType: Options.EmotionStingVolume fullName: TinyLife.Options.EmotionStingVolume type: Field - source: - remote: - path: TinyLife/Options.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: EmotionStingVolume - path: ../TinyLife/Options.cs - startLine: 191 assemblies: - Tiny Life namespace: TinyLife @@ -1767,14 +1400,6 @@ items: nameWithType: Options.EventStingVolume fullName: TinyLife.Options.EventStingVolume type: Field - source: - remote: - path: TinyLife/Options.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: EventStingVolume - path: ../TinyLife/Options.cs - startLine: 197 assemblies: - Tiny Life namespace: TinyLife @@ -1809,14 +1434,6 @@ items: nameWithType: Options.SoundscapeVolume fullName: TinyLife.Options.SoundscapeVolume type: Field - source: - remote: - path: TinyLife/Options.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SoundscapeVolume - path: ../TinyLife/Options.cs - startLine: 203 assemblies: - Tiny Life namespace: TinyLife @@ -1851,14 +1468,6 @@ items: nameWithType: Options.AutoSaveIntervalSeconds fullName: TinyLife.Options.AutoSaveIntervalSeconds type: Field - source: - remote: - path: TinyLife/Options.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AutoSaveIntervalSeconds - path: ../TinyLife/Options.cs - startLine: 209 assemblies: - Tiny Life namespace: TinyLife @@ -1893,14 +1502,6 @@ items: nameWithType: Options.CameraRotation fullName: TinyLife.Options.CameraRotation type: Field - source: - remote: - path: TinyLife/Options.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CameraRotation - path: ../TinyLife/Options.cs - startLine: 216 assemblies: - Tiny Life namespace: TinyLife @@ -1937,14 +1538,6 @@ items: nameWithType: Options.BrightnessIncrease fullName: TinyLife.Options.BrightnessIncrease type: Field - source: - remote: - path: TinyLife/Options.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: BrightnessIncrease - path: ../TinyLife/Options.cs - startLine: 221 assemblies: - Tiny Life namespace: TinyLife @@ -1976,14 +1569,6 @@ items: nameWithType: Options.HideHangingObjects fullName: TinyLife.Options.HideHangingObjects type: Field - source: - remote: - path: TinyLife/Options.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: HideHangingObjects - path: ../TinyLife/Options.cs - startLine: 227 assemblies: - Tiny Life namespace: TinyLife @@ -2018,14 +1603,6 @@ items: nameWithType: Options.RoundCameraPosition fullName: TinyLife.Options.RoundCameraPosition type: Field - source: - remote: - path: TinyLife/Options.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RoundCameraPosition - path: ../TinyLife/Options.cs - startLine: 233 assemblies: - Tiny Life namespace: TinyLife @@ -2060,14 +1637,6 @@ items: nameWithType: Options.BlurZoomedOut fullName: TinyLife.Options.BlurZoomedOut type: Field - source: - remote: - path: TinyLife/Options.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: BlurZoomedOut - path: ../TinyLife/Options.cs - startLine: 239 assemblies: - Tiny Life namespace: TinyLife @@ -2102,14 +1671,6 @@ items: nameWithType: Options.UiAnimations fullName: TinyLife.Options.UiAnimations type: Field - source: - remote: - path: TinyLife/Options.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: UiAnimations - path: ../TinyLife/Options.cs - startLine: 245 assemblies: - Tiny Life namespace: TinyLife @@ -2144,14 +1705,6 @@ items: nameWithType: Options.ShowBuildModeGrid fullName: TinyLife.Options.ShowBuildModeGrid type: Field - source: - remote: - path: TinyLife/Options.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ShowBuildModeGrid - path: ../TinyLife/Options.cs - startLine: 250 assemblies: - Tiny Life namespace: TinyLife @@ -2183,14 +1736,6 @@ items: nameWithType: Options.GamepadScreenBorder fullName: TinyLife.Options.GamepadScreenBorder type: Field - source: - remote: - path: TinyLife/Options.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GamepadScreenBorder - path: ../TinyLife/Options.cs - startLine: 255 assemblies: - Tiny Life namespace: TinyLife @@ -2222,14 +1767,6 @@ items: nameWithType: Options.GamepadCursorSpeed fullName: TinyLife.Options.GamepadCursorSpeed type: Field - source: - remote: - path: TinyLife/Options.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GamepadCursorSpeed - path: ../TinyLife/Options.cs - startLine: 260 assemblies: - Tiny Life namespace: TinyLife @@ -2261,14 +1798,6 @@ items: nameWithType: Options.GamepadSwapTriggers fullName: TinyLife.Options.GamepadSwapTriggers type: Field - source: - remote: - path: TinyLife/Options.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GamepadSwapTriggers - path: ../TinyLife/Options.cs - startLine: 265 assemblies: - Tiny Life namespace: TinyLife @@ -2300,14 +1829,6 @@ items: nameWithType: Options.GamepadSwapAForB fullName: TinyLife.Options.GamepadSwapAForB type: Field - source: - remote: - path: TinyLife/Options.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GamepadSwapAForB - path: ../TinyLife/Options.cs - startLine: 270 assemblies: - Tiny Life namespace: TinyLife @@ -2339,14 +1860,6 @@ items: nameWithType: Options.GamepadSwapXForY fullName: TinyLife.Options.GamepadSwapXForY type: Field - source: - remote: - path: TinyLife/Options.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GamepadSwapXForY - path: ../TinyLife/Options.cs - startLine: 275 assemblies: - Tiny Life namespace: TinyLife @@ -2378,14 +1891,6 @@ items: nameWithType: Options.HideControlsHints fullName: TinyLife.Options.HideControlsHints type: Field - source: - remote: - path: TinyLife/Options.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: HideControlsHints - path: ../TinyLife/Options.cs - startLine: 280 assemblies: - Tiny Life namespace: TinyLife @@ -2417,14 +1922,6 @@ items: nameWithType: Options.HideGamepadControlsHints fullName: TinyLife.Options.HideGamepadControlsHints type: Field - source: - remote: - path: TinyLife/Options.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: HideGamepadControlsHints - path: ../TinyLife/Options.cs - startLine: 286 assemblies: - Tiny Life namespace: TinyLife @@ -2459,14 +1956,6 @@ items: nameWithType: Options.HideDemoHints fullName: TinyLife.Options.HideDemoHints type: Field - source: - remote: - path: TinyLife/Options.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: HideDemoHints - path: ../TinyLife/Options.cs - startLine: 291 assemblies: - Tiny Life namespace: TinyLife @@ -2498,14 +1987,6 @@ items: nameWithType: Options.HideEarlyAccessHints fullName: TinyLife.Options.HideEarlyAccessHints type: Field - source: - remote: - path: TinyLife/Options.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: HideEarlyAccessHints - path: ../TinyLife/Options.cs - startLine: 296 assemblies: - Tiny Life namespace: TinyLife @@ -2537,14 +2018,6 @@ items: nameWithType: Options.AllowMods fullName: TinyLife.Options.AllowMods type: Field - source: - remote: - path: TinyLife/Options.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AllowMods - path: ../TinyLife/Options.cs - startLine: 301 assemblies: - Tiny Life namespace: TinyLife @@ -2576,14 +2049,6 @@ items: nameWithType: Options.InGameMusic fullName: TinyLife.Options.InGameMusic type: Field - source: - remote: - path: TinyLife/Options.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: InGameMusic - path: ../TinyLife/Options.cs - startLine: 306 assemblies: - Tiny Life namespace: TinyLife @@ -2615,14 +2080,6 @@ items: nameWithType: Options.TransparentTooltips fullName: TinyLife.Options.TransparentTooltips type: Field - source: - remote: - path: TinyLife/Options.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TransparentTooltips - path: ../TinyLife/Options.cs - startLine: 311 assemblies: - Tiny Life namespace: TinyLife @@ -2654,14 +2111,6 @@ items: nameWithType: Options.InstantTooltips fullName: TinyLife.Options.InstantTooltips type: Field - source: - remote: - path: TinyLife/Options.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: InstantTooltips - path: ../TinyLife/Options.cs - startLine: 316 assemblies: - Tiny Life namespace: TinyLife @@ -2693,14 +2142,6 @@ items: nameWithType: Options.LongerNotifications fullName: TinyLife.Options.LongerNotifications type: Field - source: - remote: - path: TinyLife/Options.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: LongerNotifications - path: ../TinyLife/Options.cs - startLine: 321 assemblies: - Tiny Life namespace: TinyLife @@ -2732,14 +2173,6 @@ items: nameWithType: Options.CursorScale fullName: TinyLife.Options.CursorScale type: Field - source: - remote: - path: TinyLife/Options.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CursorScale - path: ../TinyLife/Options.cs - startLine: 326 assemblies: - Tiny Life namespace: TinyLife @@ -2771,14 +2204,6 @@ items: nameWithType: Options.HighlightTinies fullName: TinyLife.Options.HighlightTinies type: Field - source: - remote: - path: TinyLife/Options.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: HighlightTinies - path: ../TinyLife/Options.cs - startLine: 331 assemblies: - Tiny Life namespace: TinyLife @@ -2810,14 +2235,6 @@ items: nameWithType: Options.PauseOnInteraction fullName: TinyLife.Options.PauseOnInteraction type: Field - source: - remote: - path: TinyLife/Options.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PauseOnInteraction - path: ../TinyLife/Options.cs - startLine: 336 assemblies: - Tiny Life namespace: TinyLife @@ -2838,6 +2255,49 @@ items: - type: System.Runtime.Serialization.DataMemberAttribute ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor arguments: [] +- uid: TinyLife.Options.SaveCompression + commentId: F:TinyLife.Options.SaveCompression + id: SaveCompression + parent: TinyLife.Options + langs: + - csharp + - vb + name: SaveCompression + nameWithType: Options.SaveCompression + fullName: TinyLife.Options.SaveCompression + type: Field + assemblies: + - Tiny Life + namespace: TinyLife + summary: >- + The compression level that should be used by the when saving the game to file. + + This option is not exposed to the options menu by default, and can only be changed by players by manually editing the options file. + example: [] + syntax: + content: >- + [DataMember] + + [JsonConverter(typeof(StringEnumConverter))] + + public CompressionLevel SaveCompression + return: + type: System.IO.Compression.CompressionLevel + content.vb: >- + + + + + Public SaveCompression As CompressionLevel + attributes: + - type: System.Runtime.Serialization.DataMemberAttribute + ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor + arguments: [] + - type: Newtonsoft.Json.JsonConverterAttribute + ctor: Newtonsoft.Json.JsonConverterAttribute.#ctor(System.Type) + arguments: + - type: System.Type + value: Newtonsoft.Json.Converters.StringEnumConverter - uid: TinyLife.Options.Apply(System.Boolean) commentId: M:TinyLife.Options.Apply(System.Boolean) id: Apply(System.Boolean) @@ -2849,14 +2309,6 @@ items: nameWithType: Options.Apply(bool) fullName: TinyLife.Options.Apply(bool) type: Method - source: - remote: - path: TinyLife/Options.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Apply - path: ../TinyLife/Options.cs - startLine: 364 assemblies: - Tiny Life namespace: TinyLife @@ -2883,14 +2335,6 @@ items: nameWithType: Options.Save() fullName: TinyLife.Options.Save() type: Method - source: - remote: - path: TinyLife/Options.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Save - path: ../TinyLife/Options.cs - startLine: 405 assemblies: - Tiny Life namespace: TinyLife @@ -4654,6 +4098,57 @@ references: - uid: TinyLife.Tools name: Tools href: TinyLife.Tools.html +- uid: TinyLife.SaveHandler + commentId: T:TinyLife.SaveHandler + href: TinyLife.SaveHandler.html + name: SaveHandler + nameWithType: SaveHandler + fullName: TinyLife.SaveHandler +- uid: System.IO.Compression.CompressionLevel + commentId: T:System.IO.Compression.CompressionLevel + parent: System.IO.Compression + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.io.compression.compressionlevel + name: CompressionLevel + nameWithType: CompressionLevel + fullName: System.IO.Compression.CompressionLevel +- uid: System.IO.Compression + commentId: N:System.IO.Compression + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + name: System.IO.Compression + nameWithType: System.IO.Compression + fullName: System.IO.Compression + spec.csharp: + - uid: System + name: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + - name: . + - uid: System.IO + name: IO + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.io + - name: . + - uid: System.IO.Compression + name: Compression + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.io.compression + spec.vb: + - uid: System + name: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + - name: . + - uid: System.IO + name: IO + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.io + - name: . + - uid: System.IO.Compression + name: Compression + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.io.compression - uid: TinyLife.Options.Apply* commentId: Overload:TinyLife.Options.Apply href: TinyLife.Options.html#TinyLife_Options_Apply_System_Boolean_ diff --git a/docs/api/TinyLife.PerSaveOptions.MapInfo.yml b/docs/api/TinyLife.PerSaveOptions.MapInfo.yml index 83bd979..cc4e294 100644 --- a/docs/api/TinyLife.PerSaveOptions.MapInfo.yml +++ b/docs/api/TinyLife.PerSaveOptions.MapInfo.yml @@ -16,14 +16,6 @@ items: nameWithType: PerSaveOptions.MapInfo fullName: TinyLife.PerSaveOptions.MapInfo type: Class - source: - remote: - path: TinyLife/Options.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: MapInfo - path: ../TinyLife/Options.cs - startLine: 597 assemblies: - Tiny Life namespace: TinyLife @@ -74,14 +66,6 @@ items: nameWithType: PerSaveOptions.MapInfo.Name fullName: TinyLife.PerSaveOptions.MapInfo.Name type: Field - source: - remote: - path: TinyLife/Options.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Name - path: ../TinyLife/Options.cs - startLine: 604 assemblies: - Tiny Life namespace: TinyLife @@ -113,14 +97,6 @@ items: nameWithType: PerSaveOptions.MapInfo.Custom fullName: TinyLife.PerSaveOptions.MapInfo.Custom type: Field - source: - remote: - path: TinyLife/Options.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Custom - path: ../TinyLife/Options.cs - startLine: 609 assemblies: - Tiny Life namespace: TinyLife @@ -152,14 +128,6 @@ items: nameWithType: PerSaveOptions.MapInfo.DisplayName fullName: TinyLife.PerSaveOptions.MapInfo.DisplayName type: Property - source: - remote: - path: TinyLife/Options.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DisplayName - path: ../TinyLife/Options.cs - startLine: 614 assemblies: - Tiny Life namespace: TinyLife @@ -183,14 +151,6 @@ items: nameWithType: PerSaveOptions.MapInfo.MapInfo(string, bool) fullName: TinyLife.PerSaveOptions.MapInfo.MapInfo(string, bool) type: Constructor - source: - remote: - path: TinyLife/Options.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Options.cs - startLine: 621 assemblies: - Tiny Life namespace: TinyLife diff --git a/docs/api/TinyLife.PerSaveOptions.yml b/docs/api/TinyLife.PerSaveOptions.yml index 17f80bb..bc40a78 100644 --- a/docs/api/TinyLife.PerSaveOptions.yml +++ b/docs/api/TinyLife.PerSaveOptions.yml @@ -33,14 +33,6 @@ items: nameWithType: PerSaveOptions fullName: TinyLife.PerSaveOptions type: Class - source: - remote: - path: TinyLife/Options.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PerSaveOptions - path: ../TinyLife/Options.cs - startLine: 436 assemblies: - Tiny Life namespace: TinyLife @@ -91,14 +83,6 @@ items: nameWithType: PerSaveOptions.Instance fullName: TinyLife.PerSaveOptions.Instance type: Property - source: - remote: - path: TinyLife/Options.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Instance - path: ../TinyLife/Options.cs - startLine: 443 assemblies: - Tiny Life namespace: TinyLife @@ -125,14 +109,6 @@ items: nameWithType: PerSaveOptions.DisplayedHints fullName: TinyLife.PerSaveOptions.DisplayedHints type: Field - source: - remote: - path: TinyLife/Options.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DisplayedHints - path: ../TinyLife/Options.cs - startLine: 449 assemblies: - Tiny Life namespace: TinyLife @@ -164,14 +140,6 @@ items: nameWithType: PerSaveOptions.Maps fullName: TinyLife.PerSaveOptions.Maps type: Field - source: - remote: - path: TinyLife/Options.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Maps - path: ../TinyLife/Options.cs - startLine: 455 assemblies: - Tiny Life namespace: TinyLife @@ -206,14 +174,6 @@ items: nameWithType: PerSaveOptions.DisableAiSelected fullName: TinyLife.PerSaveOptions.DisableAiSelected type: Field - source: - remote: - path: TinyLife/Options.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DisableAiSelected - path: ../TinyLife/Options.cs - startLine: 461 assemblies: - Tiny Life namespace: TinyLife @@ -245,14 +205,6 @@ items: nameWithType: PerSaveOptions.DisableAiHousehold fullName: TinyLife.PerSaveOptions.DisableAiHousehold type: Field - source: - remote: - path: TinyLife/Options.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DisableAiHousehold - path: ../TinyLife/Options.cs - startLine: 466 assemblies: - Tiny Life namespace: TinyLife @@ -284,14 +236,6 @@ items: nameWithType: PerSaveOptions.AiImportantActions fullName: TinyLife.PerSaveOptions.AiImportantActions type: Field - source: - remote: - path: TinyLife/Options.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AiImportantActions - path: ../TinyLife/Options.cs - startLine: 472 assemblies: - Tiny Life namespace: TinyLife @@ -326,14 +270,6 @@ items: nameWithType: PerSaveOptions.AiSkillBuilding fullName: TinyLife.PerSaveOptions.AiSkillBuilding type: Field - source: - remote: - path: TinyLife/Options.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AiSkillBuilding - path: ../TinyLife/Options.cs - startLine: 478 assemblies: - Tiny Life namespace: TinyLife @@ -368,14 +304,6 @@ items: nameWithType: PerSaveOptions.AiRelationships fullName: TinyLife.PerSaveOptions.AiRelationships type: Field - source: - remote: - path: TinyLife/Options.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AiRelationships - path: ../TinyLife/Options.cs - startLine: 484 assemblies: - Tiny Life namespace: TinyLife @@ -410,14 +338,6 @@ items: nameWithType: PerSaveOptions.MaxRegularVisitors fullName: TinyLife.PerSaveOptions.MaxRegularVisitors type: Field - source: - remote: - path: TinyLife/Options.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: MaxRegularVisitors - path: ../TinyLife/Options.cs - startLine: 490 assemblies: - Tiny Life namespace: TinyLife @@ -452,14 +372,6 @@ items: nameWithType: PerSaveOptions.LoadedMods fullName: TinyLife.PerSaveOptions.LoadedMods type: Field - source: - remote: - path: TinyLife/Options.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: LoadedMods - path: ../TinyLife/Options.cs - startLine: 496 assemblies: - Tiny Life namespace: TinyLife @@ -494,14 +406,6 @@ items: nameWithType: PerSaveOptions.MapName fullName: TinyLife.PerSaveOptions.MapName type: Field - source: - remote: - path: TinyLife/Options.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: MapName - path: ../TinyLife/Options.cs - startLine: 502 assemblies: - Tiny Life namespace: TinyLife @@ -545,14 +449,6 @@ items: nameWithType: PerSaveOptions.MapCustom fullName: TinyLife.PerSaveOptions.MapCustom type: Field - source: - remote: - path: TinyLife/Options.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: MapCustom - path: ../TinyLife/Options.cs - startLine: 508 assemblies: - Tiny Life namespace: TinyLife @@ -596,14 +492,6 @@ items: nameWithType: PerSaveOptions.PlayedLifespan fullName: TinyLife.PerSaveOptions.PlayedLifespan type: Field - source: - remote: - path: TinyLife/Options.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PlayedLifespan - path: ../TinyLife/Options.cs - startLine: 514 assemblies: - Tiny Life namespace: TinyLife @@ -638,14 +526,6 @@ items: nameWithType: PerSaveOptions.OtherLifespan fullName: TinyLife.PerSaveOptions.OtherLifespan type: Field - source: - remote: - path: TinyLife/Options.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OtherLifespan - path: ../TinyLife/Options.cs - startLine: 520 assemblies: - Tiny Life namespace: TinyLife @@ -680,14 +560,6 @@ items: nameWithType: PerSaveOptions.LastGameVersion fullName: TinyLife.PerSaveOptions.LastGameVersion type: Field - source: - remote: - path: TinyLife/Options.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: LastGameVersion - path: ../TinyLife/Options.cs - startLine: 525 assemblies: - Tiny Life namespace: TinyLife @@ -719,14 +591,6 @@ items: nameWithType: PerSaveOptions.LastMap fullName: TinyLife.PerSaveOptions.LastMap type: Field - source: - remote: - path: TinyLife/Options.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: LastMap - path: ../TinyLife/Options.cs - startLine: 530 assemblies: - Tiny Life namespace: TinyLife @@ -758,14 +622,6 @@ items: nameWithType: PerSaveOptions.LastPlayedLot fullName: TinyLife.PerSaveOptions.LastPlayedLot type: Field - source: - remote: - path: TinyLife/Options.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: LastPlayedLot - path: ../TinyLife/Options.cs - startLine: 535 assemblies: - Tiny Life namespace: TinyLife @@ -797,14 +653,6 @@ items: nameWithType: PerSaveOptions.PopulateLots fullName: TinyLife.PerSaveOptions.PopulateLots type: Field - source: - remote: - path: TinyLife/Options.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PopulateLots - path: ../TinyLife/Options.cs - startLine: 540 assemblies: - Tiny Life namespace: TinyLife @@ -836,14 +684,6 @@ items: nameWithType: PerSaveOptions.Difficulty fullName: TinyLife.PerSaveOptions.Difficulty type: Field - source: - remote: - path: TinyLife/Options.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Difficulty - path: ../TinyLife/Options.cs - startLine: 546 assemblies: - Tiny Life namespace: TinyLife @@ -878,14 +718,6 @@ items: nameWithType: PerSaveOptions.Save(string) fullName: TinyLife.PerSaveOptions.Save(string) type: Method - source: - remote: - path: TinyLife/Options.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Save - path: ../TinyLife/Options.cs - startLine: 551 assemblies: - Tiny Life namespace: TinyLife @@ -912,14 +744,6 @@ items: nameWithType: PerSaveOptions.Load(string, bool) fullName: TinyLife.PerSaveOptions.Load(string, bool) type: Method - source: - remote: - path: TinyLife/Options.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Load - path: ../TinyLife/Options.cs - startLine: 559 assemblies: - Tiny Life namespace: TinyLife diff --git a/docs/api/TinyLife.PersonalityType.TypeCategory.yml b/docs/api/TinyLife.PersonalityType.TypeCategory.yml index 3c52b22..ac13b90 100644 --- a/docs/api/TinyLife.PersonalityType.TypeCategory.yml +++ b/docs/api/TinyLife.PersonalityType.TypeCategory.yml @@ -15,14 +15,6 @@ items: nameWithType: PersonalityType.TypeCategory fullName: TinyLife.PersonalityType.TypeCategory type: Enum - source: - remote: - path: TinyLife/PersonalityType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TypeCategory - path: ../TinyLife/PersonalityType.cs - startLine: 369 assemblies: - Tiny Life namespace: TinyLife @@ -47,14 +39,6 @@ items: nameWithType: PersonalityType.TypeCategory.Major fullName: TinyLife.PersonalityType.TypeCategory.Major type: Field - source: - remote: - path: TinyLife/PersonalityType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Major - path: ../TinyLife/PersonalityType.cs - startLine: 374 assemblies: - Tiny Life namespace: TinyLife @@ -75,14 +59,6 @@ items: nameWithType: PersonalityType.TypeCategory.Minor fullName: TinyLife.PersonalityType.TypeCategory.Minor type: Field - source: - remote: - path: TinyLife/PersonalityType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Minor - path: ../TinyLife/PersonalityType.cs - startLine: 378 assemblies: - Tiny Life namespace: TinyLife @@ -103,14 +79,6 @@ items: nameWithType: PersonalityType.TypeCategory.Hidden fullName: TinyLife.PersonalityType.TypeCategory.Hidden type: Field - source: - remote: - path: TinyLife/PersonalityType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Hidden - path: ../TinyLife/PersonalityType.cs - startLine: 383 assemblies: - Tiny Life namespace: TinyLife diff --git a/docs/api/TinyLife.PersonalityType.yml b/docs/api/TinyLife.PersonalityType.yml index e116cf2..0badb90 100644 --- a/docs/api/TinyLife.PersonalityType.yml +++ b/docs/api/TinyLife.PersonalityType.yml @@ -72,14 +72,6 @@ items: nameWithType: PersonalityType fullName: TinyLife.PersonalityType type: Class - source: - remote: - path: TinyLife/PersonalityType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PersonalityType - path: ../TinyLife/PersonalityType.cs - startLine: 25 assemblies: - Tiny Life namespace: TinyLife @@ -122,14 +114,6 @@ items: nameWithType: PersonalityType.Types fullName: TinyLife.PersonalityType.Types type: Field - source: - remote: - path: TinyLife/PersonalityType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Types - path: ../TinyLife/PersonalityType.cs - startLine: 35 assemblies: - Tiny Life namespace: TinyLife @@ -154,14 +138,6 @@ items: nameWithType: PersonalityType.MaxMajorsPerPerson fullName: TinyLife.PersonalityType.MaxMajorsPerPerson type: Field - source: - remote: - path: TinyLife/PersonalityType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: MaxMajorsPerPerson - path: ../TinyLife/PersonalityType.cs - startLine: 39 assemblies: - Tiny Life namespace: TinyLife @@ -183,14 +159,6 @@ items: nameWithType: PersonalityType.Lazy fullName: TinyLife.PersonalityType.Lazy type: Field - source: - remote: - path: TinyLife/PersonalityType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Lazy - path: ../TinyLife/PersonalityType.cs - startLine: 49 assemblies: - Tiny Life namespace: TinyLife @@ -210,14 +178,6 @@ items: nameWithType: PersonalityType.Energetic fullName: TinyLife.PersonalityType.Energetic type: Field - source: - remote: - path: TinyLife/PersonalityType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Energetic - path: ../TinyLife/PersonalityType.cs - startLine: 52 assemblies: - Tiny Life namespace: TinyLife @@ -237,14 +197,6 @@ items: nameWithType: PersonalityType.Creative fullName: TinyLife.PersonalityType.Creative type: Field - source: - remote: - path: TinyLife/PersonalityType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Creative - path: ../TinyLife/PersonalityType.cs - startLine: 56 assemblies: - Tiny Life namespace: TinyLife @@ -264,14 +216,6 @@ items: nameWithType: PersonalityType.Likeable fullName: TinyLife.PersonalityType.Likeable type: Field - source: - remote: - path: TinyLife/PersonalityType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Likeable - path: ../TinyLife/PersonalityType.cs - startLine: 59 assemblies: - Tiny Life namespace: TinyLife @@ -291,14 +235,6 @@ items: nameWithType: PersonalityType.Mean fullName: TinyLife.PersonalityType.Mean type: Field - source: - remote: - path: TinyLife/PersonalityType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Mean - path: ../TinyLife/PersonalityType.cs - startLine: 62 assemblies: - Tiny Life namespace: TinyLife @@ -318,14 +254,6 @@ items: nameWithType: PersonalityType.Ambitious fullName: TinyLife.PersonalityType.Ambitious type: Field - source: - remote: - path: TinyLife/PersonalityType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Ambitious - path: ../TinyLife/PersonalityType.cs - startLine: 66 assemblies: - Tiny Life namespace: TinyLife @@ -345,14 +273,6 @@ items: nameWithType: PersonalityType.Thinker fullName: TinyLife.PersonalityType.Thinker type: Field - source: - remote: - path: TinyLife/PersonalityType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Thinker - path: ../TinyLife/PersonalityType.cs - startLine: 70 assemblies: - Tiny Life namespace: TinyLife @@ -372,14 +292,6 @@ items: nameWithType: PersonalityType.Introverted fullName: TinyLife.PersonalityType.Introverted type: Field - source: - remote: - path: TinyLife/PersonalityType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Introverted - path: ../TinyLife/PersonalityType.cs - startLine: 73 assemblies: - Tiny Life namespace: TinyLife @@ -399,14 +311,6 @@ items: nameWithType: PersonalityType.Extroverted fullName: TinyLife.PersonalityType.Extroverted type: Field - source: - remote: - path: TinyLife/PersonalityType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Extroverted - path: ../TinyLife/PersonalityType.cs - startLine: 76 assemblies: - Tiny Life namespace: TinyLife @@ -426,14 +330,6 @@ items: nameWithType: PersonalityType.FamilyFocused fullName: TinyLife.PersonalityType.FamilyFocused type: Field - source: - remote: - path: TinyLife/PersonalityType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: FamilyFocused - path: ../TinyLife/PersonalityType.cs - startLine: 81 assemblies: - Tiny Life namespace: TinyLife @@ -453,14 +349,6 @@ items: nameWithType: PersonalityType.Foodie fullName: TinyLife.PersonalityType.Foodie type: Field - source: - remote: - path: TinyLife/PersonalityType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Foodie - path: ../TinyLife/PersonalityType.cs - startLine: 86 assemblies: - Tiny Life namespace: TinyLife @@ -480,14 +368,6 @@ items: nameWithType: PersonalityType.Outdoorsy fullName: TinyLife.PersonalityType.Outdoorsy type: Field - source: - remote: - path: TinyLife/PersonalityType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Outdoorsy - path: ../TinyLife/PersonalityType.cs - startLine: 89 assemblies: - Tiny Life namespace: TinyLife @@ -507,14 +387,6 @@ items: nameWithType: PersonalityType.Techie fullName: TinyLife.PersonalityType.Techie type: Field - source: - remote: - path: TinyLife/PersonalityType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Techie - path: ../TinyLife/PersonalityType.cs - startLine: 90 assemblies: - Tiny Life namespace: TinyLife @@ -534,14 +406,6 @@ items: nameWithType: PersonalityType.Thrifty fullName: TinyLife.PersonalityType.Thrifty type: Field - source: - remote: - path: TinyLife/PersonalityType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Thrifty - path: ../TinyLife/PersonalityType.cs - startLine: 99 assemblies: - Tiny Life namespace: TinyLife @@ -561,14 +425,6 @@ items: nameWithType: PersonalityType.Homebody fullName: TinyLife.PersonalityType.Homebody type: Field - source: - remote: - path: TinyLife/PersonalityType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Homebody - path: ../TinyLife/PersonalityType.cs - startLine: 109 assemblies: - Tiny Life namespace: TinyLife @@ -588,14 +444,6 @@ items: nameWithType: PersonalityType.Cheerful fullName: TinyLife.PersonalityType.Cheerful type: Field - source: - remote: - path: TinyLife/PersonalityType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Cheerful - path: ../TinyLife/PersonalityType.cs - startLine: 113 assemblies: - Tiny Life namespace: TinyLife @@ -615,14 +463,6 @@ items: nameWithType: PersonalityType.Brave fullName: TinyLife.PersonalityType.Brave type: Field - source: - remote: - path: TinyLife/PersonalityType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Brave - path: ../TinyLife/PersonalityType.cs - startLine: 118 assemblies: - Tiny Life namespace: TinyLife @@ -642,14 +482,6 @@ items: nameWithType: PersonalityType.Independent fullName: TinyLife.PersonalityType.Independent type: Field - source: - remote: - path: TinyLife/PersonalityType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Independent - path: ../TinyLife/PersonalityType.cs - startLine: 125 assemblies: - Tiny Life namespace: TinyLife @@ -669,14 +501,6 @@ items: nameWithType: PersonalityType.FastLearner fullName: TinyLife.PersonalityType.FastLearner type: Field - source: - remote: - path: TinyLife/PersonalityType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: FastLearner - path: ../TinyLife/PersonalityType.cs - startLine: 130 assemblies: - Tiny Life namespace: TinyLife @@ -696,14 +520,6 @@ items: nameWithType: PersonalityType.Clingy fullName: TinyLife.PersonalityType.Clingy type: Field - source: - remote: - path: TinyLife/PersonalityType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Clingy - path: ../TinyLife/PersonalityType.cs - startLine: 134 assemblies: - Tiny Life namespace: TinyLife @@ -723,14 +539,6 @@ items: nameWithType: PersonalityType.AfraidOfStrangers fullName: TinyLife.PersonalityType.AfraidOfStrangers type: Field - source: - remote: - path: TinyLife/PersonalityType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AfraidOfStrangers - path: ../TinyLife/PersonalityType.cs - startLine: 139 assemblies: - Tiny Life namespace: TinyLife @@ -750,14 +558,6 @@ items: nameWithType: PersonalityType.Asexual fullName: TinyLife.PersonalityType.Asexual type: Field - source: - remote: - path: TinyLife/PersonalityType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Asexual - path: ../TinyLife/PersonalityType.cs - startLine: 146 assemblies: - Tiny Life namespace: TinyLife @@ -777,14 +577,6 @@ items: nameWithType: PersonalityType.Aromantic fullName: TinyLife.PersonalityType.Aromantic type: Field - source: - remote: - path: TinyLife/PersonalityType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Aromantic - path: ../TinyLife/PersonalityType.cs - startLine: 150 assemblies: - Tiny Life namespace: TinyLife @@ -804,14 +596,6 @@ items: nameWithType: PersonalityType.HatesChildren fullName: TinyLife.PersonalityType.HatesChildren type: Field - source: - remote: - path: TinyLife/PersonalityType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: HatesChildren - path: ../TinyLife/PersonalityType.cs - startLine: 154 assemblies: - Tiny Life namespace: TinyLife @@ -831,14 +615,6 @@ items: nameWithType: PersonalityType.Pescetarian fullName: TinyLife.PersonalityType.Pescetarian type: Field - source: - remote: - path: TinyLife/PersonalityType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Pescetarian - path: ../TinyLife/PersonalityType.cs - startLine: 158 assemblies: - Tiny Life namespace: TinyLife @@ -858,14 +634,6 @@ items: nameWithType: PersonalityType.Vegetarian fullName: TinyLife.PersonalityType.Vegetarian type: Field - source: - remote: - path: TinyLife/PersonalityType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Vegetarian - path: ../TinyLife/PersonalityType.cs - startLine: 162 assemblies: - Tiny Life namespace: TinyLife @@ -885,14 +653,6 @@ items: nameWithType: PersonalityType.Vegan fullName: TinyLife.PersonalityType.Vegan type: Field - source: - remote: - path: TinyLife/PersonalityType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Vegan - path: ../TinyLife/PersonalityType.cs - startLine: 166 assemblies: - Tiny Life namespace: TinyLife @@ -912,14 +672,6 @@ items: nameWithType: PersonalityType.Daydreamer fullName: TinyLife.PersonalityType.Daydreamer type: Field - source: - remote: - path: TinyLife/PersonalityType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Daydreamer - path: ../TinyLife/PersonalityType.cs - startLine: 171 assemblies: - Tiny Life namespace: TinyLife @@ -939,14 +691,6 @@ items: nameWithType: PersonalityType.CityNative fullName: TinyLife.PersonalityType.CityNative type: Field - source: - remote: - path: TinyLife/PersonalityType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CityNative - path: ../TinyLife/PersonalityType.cs - startLine: 177 assemblies: - Tiny Life namespace: TinyLife @@ -966,14 +710,6 @@ items: nameWithType: PersonalityType.MasterChef fullName: TinyLife.PersonalityType.MasterChef type: Field - source: - remote: - path: TinyLife/PersonalityType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: MasterChef - path: ../TinyLife/PersonalityType.cs - startLine: 181 assemblies: - Tiny Life namespace: TinyLife @@ -993,14 +729,6 @@ items: nameWithType: PersonalityType.SmartKid fullName: TinyLife.PersonalityType.SmartKid type: Field - source: - remote: - path: TinyLife/PersonalityType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SmartKid - path: ../TinyLife/PersonalityType.cs - startLine: 184 assemblies: - Tiny Life namespace: TinyLife @@ -1020,14 +748,6 @@ items: nameWithType: PersonalityType.GymRat fullName: TinyLife.PersonalityType.GymRat type: Field - source: - remote: - path: TinyLife/PersonalityType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GymRat - path: ../TinyLife/PersonalityType.cs - startLine: 188 assemblies: - Tiny Life namespace: TinyLife @@ -1047,14 +767,6 @@ items: nameWithType: PersonalityType.HouseholdHero fullName: TinyLife.PersonalityType.HouseholdHero type: Field - source: - remote: - path: TinyLife/PersonalityType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: HouseholdHero - path: ../TinyLife/PersonalityType.cs - startLine: 191 assemblies: - Tiny Life namespace: TinyLife @@ -1074,14 +786,6 @@ items: nameWithType: PersonalityType.ComputerAddict fullName: TinyLife.PersonalityType.ComputerAddict type: Field - source: - remote: - path: TinyLife/PersonalityType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ComputerAddict - path: ../TinyLife/PersonalityType.cs - startLine: 194 assemblies: - Tiny Life namespace: TinyLife @@ -1101,14 +805,6 @@ items: nameWithType: PersonalityType.FriendOfEveryone fullName: TinyLife.PersonalityType.FriendOfEveryone type: Field - source: - remote: - path: TinyLife/PersonalityType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: FriendOfEveryone - path: ../TinyLife/PersonalityType.cs - startLine: 197 assemblies: - Tiny Life namespace: TinyLife @@ -1128,14 +824,6 @@ items: nameWithType: PersonalityType.Millionaire fullName: TinyLife.PersonalityType.Millionaire type: Field - source: - remote: - path: TinyLife/PersonalityType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Millionaire - path: ../TinyLife/PersonalityType.cs - startLine: 201 assemblies: - Tiny Life namespace: TinyLife @@ -1155,14 +843,6 @@ items: nameWithType: PersonalityType.CapableCarpenter fullName: TinyLife.PersonalityType.CapableCarpenter type: Field - source: - remote: - path: TinyLife/PersonalityType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CapableCarpenter - path: ../TinyLife/PersonalityType.cs - startLine: 204 assemblies: - Tiny Life namespace: TinyLife @@ -1182,14 +862,6 @@ items: nameWithType: PersonalityType.PerfectPainter fullName: TinyLife.PersonalityType.PerfectPainter type: Field - source: - remote: - path: TinyLife/PersonalityType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PerfectPainter - path: ../TinyLife/PersonalityType.cs - startLine: 207 assemblies: - Tiny Life namespace: TinyLife @@ -1209,14 +881,6 @@ items: nameWithType: PersonalityType.CreativeChild fullName: TinyLife.PersonalityType.CreativeChild type: Field - source: - remote: - path: TinyLife/PersonalityType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CreativeChild - path: ../TinyLife/PersonalityType.cs - startLine: 210 assemblies: - Tiny Life namespace: TinyLife @@ -1236,14 +900,6 @@ items: nameWithType: PersonalityType.ReadBaby fullName: TinyLife.PersonalityType.ReadBaby type: Field - source: - remote: - path: TinyLife/PersonalityType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ReadBaby - path: ../TinyLife/PersonalityType.cs - startLine: 215 assemblies: - Tiny Life namespace: TinyLife @@ -1263,14 +919,6 @@ items: nameWithType: PersonalityType.CommunicativeBaby fullName: TinyLife.PersonalityType.CommunicativeBaby type: Field - source: - remote: - path: TinyLife/PersonalityType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CommunicativeBaby - path: ../TinyLife/PersonalityType.cs - startLine: 218 assemblies: - Tiny Life namespace: TinyLife @@ -1290,14 +938,6 @@ items: nameWithType: PersonalityType.Writer fullName: TinyLife.PersonalityType.Writer type: Field - source: - remote: - path: TinyLife/PersonalityType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Writer - path: ../TinyLife/PersonalityType.cs - startLine: 221 assemblies: - Tiny Life namespace: TinyLife @@ -1317,14 +957,6 @@ items: nameWithType: PersonalityType.Name fullName: TinyLife.PersonalityType.Name type: Field - source: - remote: - path: TinyLife/PersonalityType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Name - path: ../TinyLife/PersonalityType.cs - startLine: 231 assemblies: - Tiny Life namespace: TinyLife @@ -1349,14 +981,6 @@ items: nameWithType: PersonalityType.Texture fullName: TinyLife.PersonalityType.Texture type: Field - source: - remote: - path: TinyLife/PersonalityType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Texture - path: ../TinyLife/PersonalityType.cs - startLine: 235 assemblies: - Tiny Life namespace: TinyLife @@ -1378,14 +1002,6 @@ items: nameWithType: PersonalityType.Incompatible fullName: TinyLife.PersonalityType.Incompatible type: Property - source: - remote: - path: TinyLife/PersonalityType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Incompatible - path: ../TinyLife/PersonalityType.cs - startLine: 240 assemblies: - Tiny Life namespace: TinyLife @@ -1412,14 +1028,6 @@ items: nameWithType: PersonalityType.BoostedSkills fullName: TinyLife.PersonalityType.BoostedSkills type: Property - source: - remote: - path: TinyLife/PersonalityType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: BoostedSkills - path: ../TinyLife/PersonalityType.cs - startLine: 247 assemblies: - Tiny Life namespace: TinyLife @@ -1451,14 +1059,6 @@ items: nameWithType: PersonalityType.BoostedSkillTypes fullName: TinyLife.PersonalityType.BoostedSkillTypes type: Property - source: - remote: - path: TinyLife/PersonalityType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: BoostedSkillTypes - path: ../TinyLife/PersonalityType.cs - startLine: 254 assemblies: - Tiny Life namespace: TinyLife @@ -1490,14 +1090,6 @@ items: nameWithType: PersonalityType.ModifiedEmotions fullName: TinyLife.PersonalityType.ModifiedEmotions type: Property - source: - remote: - path: TinyLife/PersonalityType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ModifiedEmotions - path: ../TinyLife/PersonalityType.cs - startLine: 259 assemblies: - Tiny Life namespace: TinyLife @@ -1524,14 +1116,6 @@ items: nameWithType: PersonalityType.ModifiedNeedReductions fullName: TinyLife.PersonalityType.ModifiedNeedReductions type: Property - source: - remote: - path: TinyLife/PersonalityType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ModifiedNeedReductions - path: ../TinyLife/PersonalityType.cs - startLine: 264 assemblies: - Tiny Life namespace: TinyLife @@ -1558,21 +1142,13 @@ items: nameWithType: PersonalityType.AllowedAges fullName: TinyLife.PersonalityType.AllowedAges type: Property - source: - remote: - path: TinyLife/PersonalityType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AllowedAges - path: ../TinyLife/PersonalityType.cs - startLine: 269 assemblies: - Tiny Life namespace: TinyLife summary: >- A set of age group flags that represent people of which ages can have this personality type. - This value defaults to all ages except babies. + This value defaults to . example: [] syntax: content: public AgeGroup AllowedAges { get; init; } @@ -1592,14 +1168,6 @@ items: nameWithType: PersonalityType.AllowedPersonType fullName: TinyLife.PersonalityType.AllowedPersonType type: Property - source: - remote: - path: TinyLife/PersonalityType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AllowedPersonType - path: ../TinyLife/PersonalityType.cs - startLine: 274 assemblies: - Tiny Life namespace: TinyLife @@ -1626,14 +1194,6 @@ items: nameWithType: PersonalityType.Category fullName: TinyLife.PersonalityType.Category type: Property - source: - remote: - path: TinyLife/PersonalityType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Category - path: ../TinyLife/PersonalityType.cs - startLine: 278 assemblies: - Tiny Life namespace: TinyLife @@ -1657,14 +1217,6 @@ items: nameWithType: PersonalityType.SourceString fullName: TinyLife.PersonalityType.SourceString type: Property - source: - remote: - path: TinyLife/PersonalityType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SourceString - path: ../TinyLife/PersonalityType.cs - startLine: 280 assemblies: - Tiny Life namespace: TinyLife @@ -1690,14 +1242,6 @@ items: nameWithType: PersonalityType.PersonalityType(string, TextureRegion) fullName: TinyLife.PersonalityType.PersonalityType(string, MLEM.Textures.TextureRegion) type: Constructor - source: - remote: - path: TinyLife/PersonalityType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/PersonalityType.cs - startLine: 287 assemblies: - Tiny Life namespace: TinyLife @@ -1728,14 +1272,6 @@ items: nameWithType: PersonalityType.IsCompatible(PersonalityType) fullName: TinyLife.PersonalityType.IsCompatible(TinyLife.PersonalityType) type: Method - source: - remote: - path: TinyLife/PersonalityType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IsCompatible - path: ../TinyLife/PersonalityType.cs - startLine: 297 assemblies: - Tiny Life namespace: TinyLife @@ -1763,14 +1299,6 @@ items: nameWithType: PersonalityType.CreateInfoGroup(Anchor, float) fullName: TinyLife.PersonalityType.CreateInfoGroup(MLEM.Ui.Anchor, float) type: Method - source: - remote: - path: TinyLife/PersonalityType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CreateInfoGroup - path: ../TinyLife/PersonalityType.cs - startLine: 307 assemblies: - Tiny Life namespace: TinyLife @@ -1804,14 +1332,6 @@ items: nameWithType: PersonalityType.Register(PersonalityType) fullName: TinyLife.PersonalityType.Register(TinyLife.PersonalityType) type: Method - source: - remote: - path: TinyLife/PersonalityType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Register - path: ../TinyLife/PersonalityType.cs - startLine: 323 assemblies: - Tiny Life namespace: TinyLife @@ -1839,14 +1359,6 @@ items: nameWithType: PersonalityType.FillRandomly(PersonLike, Random, bool) fullName: TinyLife.PersonalityType.FillRandomly(TinyLife.Objects.PersonLike, System.Random, bool) type: Method - source: - remote: - path: TinyLife/PersonalityType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: FillRandomly - path: ../TinyLife/PersonalityType.cs - startLine: 335 assemblies: - Tiny Life namespace: TinyLife @@ -3173,6 +2685,12 @@ references: - name: ) - name: ( - name: ) +- uid: TinyLife.Objects.AgeGroup.ChildOrOlder + commentId: F:TinyLife.Objects.AgeGroup.ChildOrOlder + href: TinyLife.Objects.AgeGroup.html#TinyLife_Objects_AgeGroup_ChildOrOlder + name: ChildOrOlder + nameWithType: AgeGroup.ChildOrOlder + fullName: TinyLife.Objects.AgeGroup.ChildOrOlder - uid: TinyLife.PersonalityType.AllowedAges* commentId: Overload:TinyLife.PersonalityType.AllowedAges href: TinyLife.PersonalityType.html#TinyLife_PersonalityType_AllowedAges diff --git a/docs/api/TinyLife.Relationship.yml b/docs/api/TinyLife.Relationship.yml index ac20cc4..910cb37 100644 --- a/docs/api/TinyLife.Relationship.yml +++ b/docs/api/TinyLife.Relationship.yml @@ -44,14 +44,6 @@ items: nameWithType: Relationship fullName: TinyLife.Relationship type: Class - source: - remote: - path: TinyLife/Relationship.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Relationship - path: ../TinyLife/Relationship.cs - startLine: 24 assemblies: - Tiny Life namespace: TinyLife @@ -104,14 +96,6 @@ items: nameWithType: Relationship.OnRelationshipPanel fullName: TinyLife.Relationship.OnRelationshipPanel type: Event - source: - remote: - path: TinyLife/Relationship.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnRelationshipPanel - path: ../TinyLife/Relationship.cs - startLine: 31 assemblies: - Tiny Life namespace: TinyLife @@ -136,14 +120,6 @@ items: nameWithType: Relationship.OnRelationshipTooltip fullName: TinyLife.Relationship.OnRelationshipTooltip type: Event - source: - remote: - path: TinyLife/Relationship.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnRelationshipTooltip - path: ../TinyLife/Relationship.cs - startLine: 36 assemblies: - Tiny Life namespace: TinyLife @@ -168,14 +144,6 @@ items: nameWithType: Relationship.Max fullName: TinyLife.Relationship.Max type: Field - source: - remote: - path: TinyLife/Relationship.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Max - path: ../TinyLife/Relationship.cs - startLine: 41 assemblies: - Tiny Life namespace: TinyLife @@ -197,14 +165,6 @@ items: nameWithType: Relationship.PassiveFriendReduction fullName: TinyLife.Relationship.PassiveFriendReduction type: Field - source: - remote: - path: TinyLife/Relationship.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PassiveFriendReduction - path: ../TinyLife/Relationship.cs - startLine: 45 assemblies: - Tiny Life namespace: TinyLife @@ -226,14 +186,6 @@ items: nameWithType: Relationship.PassiveRomanceReduction fullName: TinyLife.Relationship.PassiveRomanceReduction type: Field - source: - remote: - path: TinyLife/Relationship.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PassiveRomanceReduction - path: ../TinyLife/Relationship.cs - startLine: 49 assemblies: - Tiny Life namespace: TinyLife @@ -255,14 +207,6 @@ items: nameWithType: Relationship.KnownPersonalityTypes fullName: TinyLife.Relationship.KnownPersonalityTypes type: Field - source: - remote: - path: TinyLife/Relationship.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: KnownPersonalityTypes - path: ../TinyLife/Relationship.cs - startLine: 56 assemblies: - Tiny Life namespace: TinyLife @@ -297,14 +241,6 @@ items: nameWithType: Relationship.OtherPerson fullName: TinyLife.Relationship.OtherPerson type: Property - source: - remote: - path: TinyLife/Relationship.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OtherPerson - path: ../TinyLife/Relationship.cs - startLine: 62 assemblies: - Tiny Life namespace: TinyLife @@ -341,14 +277,6 @@ items: nameWithType: Relationship.Partner fullName: TinyLife.Relationship.Partner type: Property - source: - remote: - path: TinyLife/Relationship.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Partner - path: ../TinyLife/Relationship.cs - startLine: 68 assemblies: - Tiny Life namespace: TinyLife @@ -375,14 +303,6 @@ items: nameWithType: Relationship.FriendLevel fullName: TinyLife.Relationship.FriendLevel type: Property - source: - remote: - path: TinyLife/Relationship.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: FriendLevel - path: ../TinyLife/Relationship.cs - startLine: 85 assemblies: - Tiny Life namespace: TinyLife @@ -411,14 +331,6 @@ items: nameWithType: Relationship.RomanceLevel fullName: TinyLife.Relationship.RomanceLevel type: Property - source: - remote: - path: TinyLife/Relationship.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RomanceLevel - path: ../TinyLife/Relationship.cs - startLine: 95 assemblies: - Tiny Life namespace: TinyLife @@ -449,14 +361,6 @@ items: nameWithType: Relationship.FriendPercentage fullName: TinyLife.Relationship.FriendPercentage type: Property - source: - remote: - path: TinyLife/Relationship.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: FriendPercentage - path: ../TinyLife/Relationship.cs - startLine: 108 assemblies: - Tiny Life namespace: TinyLife @@ -480,14 +384,6 @@ items: nameWithType: Relationship.RomancePercentage fullName: TinyLife.Relationship.RomancePercentage type: Property - source: - remote: - path: TinyLife/Relationship.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RomancePercentage - path: ../TinyLife/Relationship.cs - startLine: 112 assemblies: - Tiny Life namespace: TinyLife @@ -511,14 +407,6 @@ items: nameWithType: Relationship.Type fullName: TinyLife.Relationship.Type type: Property - source: - remote: - path: TinyLife/Relationship.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Type - path: ../TinyLife/Relationship.cs - startLine: 116 assemblies: - Tiny Life namespace: TinyLife @@ -542,14 +430,6 @@ items: nameWithType: Relationship.RomanceType fullName: TinyLife.Relationship.RomanceType type: Property - source: - remote: - path: TinyLife/Relationship.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RomanceType - path: ../TinyLife/Relationship.cs - startLine: 136 assemblies: - Tiny Life namespace: TinyLife @@ -573,14 +453,6 @@ items: nameWithType: Relationship.FriendDisplayString fullName: TinyLife.Relationship.FriendDisplayString type: Property - source: - remote: - path: TinyLife/Relationship.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: FriendDisplayString - path: ../TinyLife/Relationship.cs - startLine: 154 assemblies: - Tiny Life namespace: TinyLife @@ -604,14 +476,6 @@ items: nameWithType: Relationship.RomanceDisplayString fullName: TinyLife.Relationship.RomanceDisplayString type: Property - source: - remote: - path: TinyLife/Relationship.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RomanceDisplayString - path: ../TinyLife/Relationship.cs - startLine: 158 assemblies: - Tiny Life namespace: TinyLife @@ -635,14 +499,6 @@ items: nameWithType: Relationship.Genealogy fullName: TinyLife.Relationship.Genealogy type: Property - source: - remote: - path: TinyLife/Relationship.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Genealogy - path: ../TinyLife/Relationship.cs - startLine: 164 assemblies: - Tiny Life namespace: TinyLife @@ -681,14 +537,6 @@ items: nameWithType: Relationship.Dating fullName: TinyLife.Relationship.Dating type: Field - source: - remote: - path: TinyLife/Relationship.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Dating - path: ../TinyLife/Relationship.cs - startLine: 170 assemblies: - Tiny Life namespace: TinyLife @@ -720,14 +568,6 @@ items: nameWithType: Relationship.HadFirstKiss fullName: TinyLife.Relationship.HadFirstKiss type: Field - source: - remote: - path: TinyLife/Relationship.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: HadFirstKiss - path: ../TinyLife/Relationship.cs - startLine: 175 assemblies: - Tiny Life namespace: TinyLife @@ -768,14 +608,6 @@ items: nameWithType: Relationship.KnownJobType fullName: TinyLife.Relationship.KnownJobType type: Field - source: - remote: - path: TinyLife/Relationship.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: KnownJobType - path: ../TinyLife/Relationship.cs - startLine: 180 assemblies: - Tiny Life namespace: TinyLife @@ -807,14 +639,6 @@ items: nameWithType: Relationship.TryingForBaby fullName: TinyLife.Relationship.TryingForBaby type: Field - source: - remote: - path: TinyLife/Relationship.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TryingForBaby - path: ../TinyLife/Relationship.cs - startLine: 186 assemblies: - Tiny Life namespace: TinyLife @@ -850,14 +674,6 @@ items: nameWithType: Relationship.GetSocialEffectiveness(ActionType) fullName: TinyLife.Relationship.GetSocialEffectiveness(TinyLife.Actions.ActionType) type: Method - source: - remote: - path: TinyLife/Relationship.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetSocialEffectiveness - path: ../TinyLife/Relationship.cs - startLine: 208 assemblies: - Tiny Life namespace: TinyLife @@ -890,14 +706,6 @@ items: nameWithType: Relationship.Validate(PersonLike) fullName: TinyLife.Relationship.Validate(TinyLife.Objects.PersonLike) type: Method - source: - remote: - path: TinyLife/Relationship.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Validate - path: ../TinyLife/Relationship.cs - startLine: 224 assemblies: - Tiny Life namespace: TinyLife @@ -925,14 +733,6 @@ items: nameWithType: Relationship.ResetToStatic(bool, bool) fullName: TinyLife.Relationship.ResetToStatic(bool, bool) type: Method - source: - remote: - path: TinyLife/Relationship.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ResetToStatic - path: ../TinyLife/Relationship.cs - startLine: 244 assemblies: - Tiny Life namespace: TinyLife @@ -966,14 +766,6 @@ items: nameWithType: Relationship.SetGenealogy(GenealogyType, bool, Action, ICollection) fullName: TinyLife.Relationship.SetGenealogy(TinyLife.GenealogyType, bool, System.Action, System.Collections.Generic.ICollection) type: Method - source: - remote: - path: TinyLife/Relationship.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SetGenealogy - path: ../TinyLife/Relationship.cs - startLine: 278 assemblies: - Tiny Life namespace: TinyLife @@ -1010,14 +802,6 @@ items: nameWithType: Relationship.AddMemory(MemoryType, bool, int, TimeSpan?) fullName: TinyLife.Relationship.AddMemory(TinyLife.Goals.MemoryType, bool, int, System.TimeSpan?) type: Method - source: - remote: - path: TinyLife/Relationship.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AddMemory - path: ../TinyLife/Relationship.cs - startLine: 320 assemblies: - Tiny Life namespace: TinyLife @@ -1059,14 +843,6 @@ items: nameWithType: Relationship.GetMemories(MemoryType, bool) fullName: TinyLife.Relationship.GetMemories(TinyLife.Goals.MemoryType, bool) type: Method - source: - remote: - path: TinyLife/Relationship.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetMemories - path: ../TinyLife/Relationship.cs - startLine: 334 assemblies: - Tiny Life namespace: TinyLife @@ -1102,14 +878,6 @@ items: nameWithType: Relationship.RemoveMemory(MemoryType, bool, int, Func) fullName: TinyLife.Relationship.RemoveMemory(TinyLife.Goals.MemoryType, bool, int, System.Func) type: Method - source: - remote: - path: TinyLife/Relationship.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RemoveMemory - path: ../TinyLife/Relationship.cs - startLine: 349 assemblies: - Tiny Life namespace: TinyLife @@ -1151,14 +919,6 @@ items: nameWithType: Relationship.GetTimeSinceMemory(MemoryType, bool, Func) fullName: TinyLife.Relationship.GetTimeSinceMemory(TinyLife.Goals.MemoryType, bool, System.Func) type: Method - source: - remote: - path: TinyLife/Relationship.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetTimeSinceMemory - path: ../TinyLife/Relationship.cs - startLine: 364 assemblies: - Tiny Life namespace: TinyLife @@ -1200,14 +960,6 @@ items: nameWithType: Relationship.CreatePanel(PersonLike, PersonLike, Relationship, Vector2) fullName: TinyLife.Relationship.CreatePanel(TinyLife.Objects.PersonLike, TinyLife.Objects.PersonLike, TinyLife.Relationship, Microsoft.Xna.Framework.Vector2) type: Method - source: - remote: - path: TinyLife/Relationship.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CreatePanel - path: ../TinyLife/Relationship.cs - startLine: 383 assemblies: - Tiny Life namespace: TinyLife @@ -1247,14 +999,6 @@ items: nameWithType: Relationship.CreateBars(Anchor, PersonLike, Relationship, Vector2, float, bool) fullName: TinyLife.Relationship.CreateBars(MLEM.Ui.Anchor, TinyLife.Objects.PersonLike, TinyLife.Relationship, Microsoft.Xna.Framework.Vector2, float, bool) type: Method - source: - remote: - path: TinyLife/Relationship.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CreateBars - path: ../TinyLife/Relationship.cs - startLine: 407 assemblies: - Tiny Life namespace: TinyLife @@ -1300,14 +1044,6 @@ items: nameWithType: Relationship.PopulateTooltip(PersonLike, PersonLike, Relationship, Tooltip) fullName: TinyLife.Relationship.PopulateTooltip(TinyLife.Objects.PersonLike, TinyLife.Objects.PersonLike, TinyLife.Relationship, MLEM.Ui.Elements.Tooltip) type: Method - source: - remote: - path: TinyLife/Relationship.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PopulateTooltip - path: ../TinyLife/Relationship.cs - startLine: 447 assemblies: - Tiny Life namespace: TinyLife diff --git a/docs/api/TinyLife.RelationshipType.yml b/docs/api/TinyLife.RelationshipType.yml index a87120e..f8fe5d9 100644 --- a/docs/api/TinyLife.RelationshipType.yml +++ b/docs/api/TinyLife.RelationshipType.yml @@ -17,14 +17,6 @@ items: nameWithType: RelationshipType fullName: TinyLife.RelationshipType type: Enum - source: - remote: - path: TinyLife/Relationship.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RelationshipType - path: ../TinyLife/Relationship.cs - startLine: 497 assemblies: - Tiny Life namespace: TinyLife @@ -49,14 +41,6 @@ items: nameWithType: RelationshipType.Enemies fullName: TinyLife.RelationshipType.Enemies type: Field - source: - remote: - path: TinyLife/Relationship.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Enemies - path: ../TinyLife/Relationship.cs - startLine: 502 assemblies: - Tiny Life namespace: TinyLife @@ -77,14 +61,6 @@ items: nameWithType: RelationshipType.Disliked fullName: TinyLife.RelationshipType.Disliked type: Field - source: - remote: - path: TinyLife/Relationship.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Disliked - path: ../TinyLife/Relationship.cs - startLine: 506 assemblies: - Tiny Life namespace: TinyLife @@ -105,14 +81,6 @@ items: nameWithType: RelationshipType.Acquaintances fullName: TinyLife.RelationshipType.Acquaintances type: Field - source: - remote: - path: TinyLife/Relationship.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Acquaintances - path: ../TinyLife/Relationship.cs - startLine: 510 assemblies: - Tiny Life namespace: TinyLife @@ -133,14 +101,6 @@ items: nameWithType: RelationshipType.Friends fullName: TinyLife.RelationshipType.Friends type: Field - source: - remote: - path: TinyLife/Relationship.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Friends - path: ../TinyLife/Relationship.cs - startLine: 514 assemblies: - Tiny Life namespace: TinyLife @@ -161,14 +121,6 @@ items: nameWithType: RelationshipType.GoodFriends fullName: TinyLife.RelationshipType.GoodFriends type: Field - source: - remote: - path: TinyLife/Relationship.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GoodFriends - path: ../TinyLife/Relationship.cs - startLine: 518 assemblies: - Tiny Life namespace: TinyLife diff --git a/docs/api/TinyLife.RomanceType.yml b/docs/api/TinyLife.RomanceType.yml index 564d0ef..591c2ea 100644 --- a/docs/api/TinyLife.RomanceType.yml +++ b/docs/api/TinyLife.RomanceType.yml @@ -16,14 +16,6 @@ items: nameWithType: RomanceType fullName: TinyLife.RomanceType type: Enum - source: - remote: - path: TinyLife/Relationship.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RomanceType - path: ../TinyLife/Relationship.cs - startLine: 526 assemblies: - Tiny Life namespace: TinyLife @@ -48,14 +40,6 @@ items: nameWithType: RomanceType.NoRomance fullName: TinyLife.RomanceType.NoRomance type: Field - source: - remote: - path: TinyLife/Relationship.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: NoRomance - path: ../TinyLife/Relationship.cs - startLine: 531 assemblies: - Tiny Life namespace: TinyLife @@ -76,14 +60,6 @@ items: nameWithType: RomanceType.Interested fullName: TinyLife.RomanceType.Interested type: Field - source: - remote: - path: TinyLife/Relationship.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Interested - path: ../TinyLife/Relationship.cs - startLine: 535 assemblies: - Tiny Life namespace: TinyLife @@ -104,14 +80,6 @@ items: nameWithType: RomanceType.Sweethearts fullName: TinyLife.RomanceType.Sweethearts type: Field - source: - remote: - path: TinyLife/Relationship.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Sweethearts - path: ../TinyLife/Relationship.cs - startLine: 539 assemblies: - Tiny Life namespace: TinyLife @@ -132,14 +100,6 @@ items: nameWithType: RomanceType.Soulmates fullName: TinyLife.RomanceType.Soulmates type: Field - source: - remote: - path: TinyLife/Relationship.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Soulmates - path: ../TinyLife/Relationship.cs - startLine: 543 assemblies: - Tiny Life namespace: TinyLife diff --git a/docs/api/TinyLife.SaveHandler.SaveData.yml b/docs/api/TinyLife.SaveHandler.SaveData.yml index 1a07098..abca211 100644 --- a/docs/api/TinyLife.SaveHandler.SaveData.yml +++ b/docs/api/TinyLife.SaveHandler.SaveData.yml @@ -16,14 +16,6 @@ items: nameWithType: SaveHandler.SaveData fullName: TinyLife.SaveHandler.SaveData type: Class - source: - remote: - path: TinyLife/SaveHandler.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SaveData - path: ../TinyLife/SaveHandler.cs - startLine: 393 assemblies: - Tiny Life namespace: TinyLife @@ -64,14 +56,6 @@ items: nameWithType: SaveHandler.SaveData.Maps fullName: TinyLife.SaveHandler.SaveData.Maps type: Property - source: - remote: - path: TinyLife/SaveHandler.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Maps - path: ../TinyLife/SaveHandler.cs - startLine: 398 assemblies: - Tiny Life namespace: TinyLife @@ -95,14 +79,6 @@ items: nameWithType: SaveHandler.SaveData.Time fullName: TinyLife.SaveHandler.SaveData.Time type: Property - source: - remote: - path: TinyLife/SaveHandler.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Time - path: ../TinyLife/SaveHandler.cs - startLine: 402 assemblies: - Tiny Life namespace: TinyLife @@ -126,14 +102,6 @@ items: nameWithType: SaveHandler.SaveData.Achievements fullName: TinyLife.SaveHandler.SaveData.Achievements type: Property - source: - remote: - path: TinyLife/SaveHandler.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Achievements - path: ../TinyLife/SaveHandler.cs - startLine: 407 assemblies: - Tiny Life namespace: TinyLife @@ -157,14 +125,6 @@ items: nameWithType: SaveHandler.SaveData.Map fullName: TinyLife.SaveHandler.SaveData.Map type: Property - source: - remote: - path: TinyLife/SaveHandler.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Map - path: ../TinyLife/SaveHandler.cs - startLine: 413 assemblies: - Tiny Life namespace: TinyLife diff --git a/docs/api/TinyLife.SaveHandler.yml b/docs/api/TinyLife.SaveHandler.yml index 3ee9c00..5359315 100644 --- a/docs/api/TinyLife.SaveHandler.yml +++ b/docs/api/TinyLife.SaveHandler.yml @@ -23,14 +23,6 @@ items: nameWithType: SaveHandler fullName: TinyLife.SaveHandler type: Class - source: - remote: - path: TinyLife/SaveHandler.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SaveHandler - path: ../TinyLife/SaveHandler.cs - startLine: 25 assemblies: - Tiny Life namespace: TinyLife @@ -60,14 +52,6 @@ items: nameWithType: SaveHandler.OnGameSaved fullName: TinyLife.SaveHandler.OnGameSaved type: Event - source: - remote: - path: TinyLife/SaveHandler.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnGameSaved - path: ../TinyLife/SaveHandler.cs - startLine: 30 assemblies: - Tiny Life namespace: TinyLife @@ -89,14 +73,6 @@ items: nameWithType: SaveHandler.OnGameLoaded fullName: TinyLife.SaveHandler.OnGameLoaded type: Event - source: - remote: - path: TinyLife/SaveHandler.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnGameLoaded - path: ../TinyLife/SaveHandler.cs - startLine: 34 assemblies: - Tiny Life namespace: TinyLife @@ -118,14 +94,6 @@ items: nameWithType: SaveHandler.OnSaveDataCreated fullName: TinyLife.SaveHandler.OnSaveDataCreated type: Event - source: - remote: - path: TinyLife/SaveHandler.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnSaveDataCreated - path: ../TinyLife/SaveHandler.cs - startLine: 38 assemblies: - Tiny Life namespace: TinyLife @@ -147,14 +115,6 @@ items: nameWithType: SaveHandler.OnSaveDataLoaded fullName: TinyLife.SaveHandler.OnSaveDataLoaded type: Event - source: - remote: - path: TinyLife/SaveHandler.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnSaveDataLoaded - path: ../TinyLife/SaveHandler.cs - startLine: 42 assemblies: - Tiny Life namespace: TinyLife @@ -176,14 +136,6 @@ items: nameWithType: SaveHandler.OnSaveLoadError fullName: TinyLife.SaveHandler.OnSaveLoadError type: Event - source: - remote: - path: TinyLife/SaveHandler.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnSaveLoadError - path: ../TinyLife/SaveHandler.cs - startLine: 47 assemblies: - Tiny Life namespace: TinyLife @@ -208,14 +160,6 @@ items: nameWithType: SaveHandler.GetGameDir() fullName: TinyLife.SaveHandler.GetGameDir() type: Method - source: - remote: - path: TinyLife/SaveHandler.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetGameDir - path: ../TinyLife/SaveHandler.cs - startLine: 54 assemblies: - Tiny Life namespace: TinyLife @@ -242,14 +186,6 @@ items: nameWithType: SaveHandler.GetSavesDir() fullName: TinyLife.SaveHandler.GetSavesDir() type: Method - source: - remote: - path: TinyLife/SaveHandler.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetSavesDir - path: ../TinyLife/SaveHandler.cs - startLine: 66 assemblies: - Tiny Life namespace: TinyLife @@ -276,14 +212,6 @@ items: nameWithType: SaveHandler.GetSaveDir(string) fullName: TinyLife.SaveHandler.GetSaveDir(string) type: Method - source: - remote: - path: TinyLife/SaveHandler.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetSaveDir - path: ../TinyLife/SaveHandler.cs - startLine: 76 assemblies: - Tiny Life namespace: TinyLife @@ -317,14 +245,6 @@ items: nameWithType: SaveHandler.GetSaveBackups(string) fullName: TinyLife.SaveHandler.GetSaveBackups(string) type: Method - source: - remote: - path: TinyLife/SaveHandler.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetSaveBackups - path: ../TinyLife/SaveHandler.cs - startLine: 85 assemblies: - Tiny Life namespace: TinyLife @@ -355,14 +275,6 @@ items: nameWithType: SaveHandler.CreateSerializerSettings(EventHandler, bool) fullName: TinyLife.SaveHandler.CreateSerializerSettings(System.EventHandler, bool) type: Method - source: - remote: - path: TinyLife/SaveHandler.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CreateSerializerSettings - path: ../TinyLife/SaveHandler.cs - startLine: 96 assemblies: - Tiny Life namespace: TinyLife @@ -399,14 +311,6 @@ items: nameWithType: SaveHandler.CreateSerializer(EventHandler, bool) fullName: TinyLife.SaveHandler.CreateSerializer(System.EventHandler, bool) type: Method - source: - remote: - path: TinyLife/SaveHandler.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CreateSerializer - path: ../TinyLife/SaveHandler.cs - startLine: 132 assemblies: - Tiny Life namespace: TinyLife diff --git a/docs/api/TinyLife.Set.yml b/docs/api/TinyLife.Set.yml index ef16baa..7a5858a 100644 --- a/docs/api/TinyLife.Set.yml +++ b/docs/api/TinyLife.Set.yml @@ -17,14 +17,6 @@ items: nameWithType: Set fullName: TinyLife.Set type: Enum - source: - remote: - path: TinyLife/GameImpl.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Set - path: ../TinyLife/GameImpl.cs - startLine: 1516 assemblies: - Tiny Life namespace: TinyLife @@ -49,18 +41,10 @@ items: nameWithType: Set.Woodworking fullName: TinyLife.Set.Woodworking type: Field - source: - remote: - path: TinyLife/GameImpl.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Woodworking - path: ../TinyLife/GameImpl.cs - startLine: 1522 assemblies: - Tiny Life namespace: TinyLife - summary: The woodworking set with art by Kat + summary: The woodworking set with art by faellynna example: [] syntax: content: Woodworking = 0 @@ -77,14 +61,6 @@ items: nameWithType: Set.Workout fullName: TinyLife.Set.Workout type: Field - source: - remote: - path: TinyLife/GameImpl.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Workout - path: ../TinyLife/GameImpl.cs - startLine: 1526 assemblies: - Tiny Life namespace: TinyLife @@ -105,14 +81,6 @@ items: nameWithType: Set.ChildClothes fullName: TinyLife.Set.ChildClothes type: Field - source: - remote: - path: TinyLife/GameImpl.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ChildClothes - path: ../TinyLife/GameImpl.cs - startLine: 1530 assemblies: - Tiny Life namespace: TinyLife @@ -133,18 +101,10 @@ items: nameWithType: Set.RetroFurniture fullName: TinyLife.Set.RetroFurniture type: Field - source: - remote: - path: TinyLife/GameImpl.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RetroFurniture - path: ../TinyLife/GameImpl.cs - startLine: 1534 assemblies: - Tiny Life namespace: TinyLife - summary: The retro furniture set with art by LawlessThespian + summary: The retro furniture set with art by clovedove example: [] syntax: content: RetroFurniture = 3 @@ -161,14 +121,6 @@ items: nameWithType: Set.ContemporaryComplements fullName: TinyLife.Set.ContemporaryComplements type: Field - source: - remote: - path: TinyLife/GameImpl.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ContemporaryComplements - path: ../TinyLife/GameImpl.cs - startLine: 1538 assemblies: - Tiny Life namespace: TinyLife diff --git a/docs/api/TinyLife.Skills.FoodType.ContainerType.yml b/docs/api/TinyLife.Skills.FoodType.ContainerType.yml index 2ecdfd4..a9eca71 100644 --- a/docs/api/TinyLife.Skills.FoodType.ContainerType.yml +++ b/docs/api/TinyLife.Skills.FoodType.ContainerType.yml @@ -22,14 +22,6 @@ items: nameWithType: FoodType.ContainerType fullName: TinyLife.Skills.FoodType.ContainerType type: Class - source: - remote: - path: TinyLife/Skills/FoodType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ContainerType - path: ../TinyLife/Skills/FoodType.cs - startLine: 646 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -61,14 +53,6 @@ items: nameWithType: FoodType.ContainerType.Plate fullName: TinyLife.Skills.FoodType.ContainerType.Plate type: Field - source: - remote: - path: TinyLife/Skills/FoodType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Plate - path: ../TinyLife/Skills/FoodType.cs - startLine: 651 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -90,14 +74,6 @@ items: nameWithType: FoodType.ContainerType.Bowl fullName: TinyLife.Skills.FoodType.ContainerType.Bowl type: Field - source: - remote: - path: TinyLife/Skills/FoodType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Bowl - path: ../TinyLife/Skills/FoodType.cs - startLine: 658 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -119,14 +95,6 @@ items: nameWithType: FoodType.ContainerType.Glass fullName: TinyLife.Skills.FoodType.ContainerType.Glass type: Field - source: - remote: - path: TinyLife/Skills/FoodType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Glass - path: ../TinyLife/Skills/FoodType.cs - startLine: 665 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -148,14 +116,6 @@ items: nameWithType: FoodType.ContainerType.Mug fullName: TinyLife.Skills.FoodType.ContainerType.Mug type: Field - source: - remote: - path: TinyLife/Skills/FoodType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Mug - path: ../TinyLife/Skills/FoodType.cs - startLine: 672 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -177,14 +137,6 @@ items: nameWithType: FoodType.ContainerType.Name fullName: TinyLife.Skills.FoodType.ContainerType.Name type: Field - source: - remote: - path: TinyLife/Skills/FoodType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Name - path: ../TinyLife/Skills/FoodType.cs - startLine: 680 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -206,14 +158,6 @@ items: nameWithType: FoodType.ContainerType.IsDrink fullName: TinyLife.Skills.FoodType.ContainerType.IsDrink type: Field - source: - remote: - path: TinyLife/Skills/FoodType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IsDrink - path: ../TinyLife/Skills/FoodType.cs - startLine: 684 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -235,14 +179,6 @@ items: nameWithType: FoodType.ContainerType.ContainerType(string, bool, Func, Func, Func) fullName: TinyLife.Skills.FoodType.ContainerType.ContainerType(string, bool, System.Func, System.Func, System.Func) type: Constructor - source: - remote: - path: TinyLife/Skills/FoodType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Skills/FoodType.cs - startLine: 698 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -282,14 +218,6 @@ items: nameWithType: FoodType.ContainerType.GetFilled(bool) fullName: TinyLife.Skills.FoodType.ContainerType.GetFilled(bool) type: Method - source: - remote: - path: TinyLife/Skills/FoodType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetFilled - path: ../TinyLife/Skills/FoodType.cs - startLine: 711 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -320,14 +248,6 @@ items: nameWithType: FoodType.ContainerType.GetEmpty(bool) fullName: TinyLife.Skills.FoodType.ContainerType.GetEmpty(bool) type: Method - source: - remote: - path: TinyLife/Skills/FoodType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetEmpty - path: ../TinyLife/Skills/FoodType.cs - startLine: 720 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -358,14 +278,6 @@ items: nameWithType: FoodType.ContainerType.GetDefaultTexture(FoodType) fullName: TinyLife.Skills.FoodType.ContainerType.GetDefaultTexture(TinyLife.Skills.FoodType) type: Method - source: - remote: - path: TinyLife/Skills/FoodType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetDefaultTexture - path: ../TinyLife/Skills/FoodType.cs - startLine: 729 assemblies: - Tiny Life namespace: TinyLife.Skills diff --git a/docs/api/TinyLife.Skills.FoodType.FoodRestriction.yml b/docs/api/TinyLife.Skills.FoodType.FoodRestriction.yml index a8ef9db..9711cb4 100644 --- a/docs/api/TinyLife.Skills.FoodType.FoodRestriction.yml +++ b/docs/api/TinyLife.Skills.FoodType.FoodRestriction.yml @@ -19,14 +19,6 @@ items: nameWithType: FoodType.FoodRestriction fullName: TinyLife.Skills.FoodType.FoodRestriction type: Enum - source: - remote: - path: TinyLife/Skills/FoodType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: FoodRestriction - path: ../TinyLife/Skills/FoodType.cs - startLine: 739 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -62,14 +54,6 @@ items: nameWithType: FoodType.FoodRestriction.None fullName: TinyLife.Skills.FoodType.FoodRestriction.None type: Field - source: - remote: - path: TinyLife/Skills/FoodType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: None - path: ../TinyLife/Skills/FoodType.cs - startLine: 745 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -90,14 +74,6 @@ items: nameWithType: FoodType.FoodRestriction.NotVegan fullName: TinyLife.Skills.FoodType.FoodRestriction.NotVegan type: Field - source: - remote: - path: TinyLife/Skills/FoodType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: NotVegan - path: ../TinyLife/Skills/FoodType.cs - startLine: 749 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -118,14 +94,6 @@ items: nameWithType: FoodType.FoodRestriction.NotVegetarian fullName: TinyLife.Skills.FoodType.FoodRestriction.NotVegetarian type: Field - source: - remote: - path: TinyLife/Skills/FoodType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: NotVegetarian - path: ../TinyLife/Skills/FoodType.cs - startLine: 753 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -146,14 +114,6 @@ items: nameWithType: FoodType.FoodRestriction.NotPescetarian fullName: TinyLife.Skills.FoodType.FoodRestriction.NotPescetarian type: Field - source: - remote: - path: TinyLife/Skills/FoodType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: NotPescetarian - path: ../TinyLife/Skills/FoodType.cs - startLine: 757 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -174,14 +134,6 @@ items: nameWithType: FoodType.FoodRestriction.NotForBabies fullName: TinyLife.Skills.FoodType.FoodRestriction.NotForBabies type: Field - source: - remote: - path: TinyLife/Skills/FoodType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: NotForBabies - path: ../TinyLife/Skills/FoodType.cs - startLine: 761 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -202,14 +154,6 @@ items: nameWithType: FoodType.FoodRestriction.NotForChildren fullName: TinyLife.Skills.FoodType.FoodRestriction.NotForChildren type: Field - source: - remote: - path: TinyLife/Skills/FoodType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: NotForChildren - path: ../TinyLife/Skills/FoodType.cs - startLine: 765 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -230,14 +174,6 @@ items: nameWithType: FoodType.FoodRestriction.NotForPregnancy fullName: TinyLife.Skills.FoodType.FoodRestriction.NotForPregnancy type: Field - source: - remote: - path: TinyLife/Skills/FoodType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: NotForPregnancy - path: ../TinyLife/Skills/FoodType.cs - startLine: 769 assemblies: - Tiny Life namespace: TinyLife.Skills diff --git a/docs/api/TinyLife.Skills.FoodType.GetPriceDelegate.yml b/docs/api/TinyLife.Skills.FoodType.GetPriceDelegate.yml index 7195ffd..e8db925 100644 --- a/docs/api/TinyLife.Skills.FoodType.GetPriceDelegate.yml +++ b/docs/api/TinyLife.Skills.FoodType.GetPriceDelegate.yml @@ -12,14 +12,6 @@ items: nameWithType: FoodType.GetPriceDelegate fullName: TinyLife.Skills.FoodType.GetPriceDelegate type: Delegate - source: - remote: - path: TinyLife/Skills/FoodType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetPriceDelegate - path: ../TinyLife/Skills/FoodType.cs - startLine: 556 assemblies: - Tiny Life namespace: TinyLife.Skills diff --git a/docs/api/TinyLife.Skills.FoodType.IngredientSource.yml b/docs/api/TinyLife.Skills.FoodType.IngredientSource.yml index fd04eb6..97deddd 100644 --- a/docs/api/TinyLife.Skills.FoodType.IngredientSource.yml +++ b/docs/api/TinyLife.Skills.FoodType.IngredientSource.yml @@ -27,14 +27,6 @@ items: nameWithType: FoodType.IngredientSource fullName: TinyLife.Skills.FoodType.IngredientSource type: Class - source: - remote: - path: TinyLife/Skills/FoodType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IngredientSource - path: ../TinyLife/Skills/FoodType.cs - startLine: 561 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -66,14 +58,6 @@ items: nameWithType: FoodType.IngredientSource.Fridge fullName: TinyLife.Skills.FoodType.IngredientSource.Fridge type: Field - source: - remote: - path: TinyLife/Skills/FoodType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Fridge - path: ../TinyLife/Skills/FoodType.cs - startLine: 566 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -95,14 +79,6 @@ items: nameWithType: FoodType.IngredientSource.Barbecue fullName: TinyLife.Skills.FoodType.IngredientSource.Barbecue type: Field - source: - remote: - path: TinyLife/Skills/FoodType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Barbecue - path: ../TinyLife/Skills/FoodType.cs - startLine: 570 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -124,14 +100,6 @@ items: nameWithType: FoodType.IngredientSource.ChildStove fullName: TinyLife.Skills.FoodType.IngredientSource.ChildStove type: Field - source: - remote: - path: TinyLife/Skills/FoodType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ChildStove - path: ../TinyLife/Skills/FoodType.cs - startLine: 574 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -153,14 +121,6 @@ items: nameWithType: FoodType.IngredientSource.CoffeeMachine fullName: TinyLife.Skills.FoodType.IngredientSource.CoffeeMachine type: Field - source: - remote: - path: TinyLife/Skills/FoodType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CoffeeMachine - path: ../TinyLife/Skills/FoodType.cs - startLine: 578 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -182,14 +142,6 @@ items: nameWithType: FoodType.IngredientSource.Sink fullName: TinyLife.Skills.FoodType.IngredientSource.Sink type: Field - source: - remote: - path: TinyLife/Skills/FoodType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Sink - path: ../TinyLife/Skills/FoodType.cs - startLine: 582 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -211,14 +163,6 @@ items: nameWithType: FoodType.IngredientSource.CafeDisplayCase fullName: TinyLife.Skills.FoodType.IngredientSource.CafeDisplayCase type: Field - source: - remote: - path: TinyLife/Skills/FoodType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CafeDisplayCase - path: ../TinyLife/Skills/FoodType.cs - startLine: 586 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -240,14 +184,6 @@ items: nameWithType: FoodType.IngredientSource.TeaKit fullName: TinyLife.Skills.FoodType.IngredientSource.TeaKit type: Field - source: - remote: - path: TinyLife/Skills/FoodType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TeaKit - path: ../TinyLife/Skills/FoodType.cs - startLine: 590 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -269,14 +205,6 @@ items: nameWithType: FoodType.IngredientSource.ProteinShakeMaker fullName: TinyLife.Skills.FoodType.IngredientSource.ProteinShakeMaker type: Field - source: - remote: - path: TinyLife/Skills/FoodType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ProteinShakeMaker - path: ../TinyLife/Skills/FoodType.cs - startLine: 595 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -298,14 +226,6 @@ items: nameWithType: FoodType.IngredientSource.MixologyKit fullName: TinyLife.Skills.FoodType.IngredientSource.MixologyKit type: Field - source: - remote: - path: TinyLife/Skills/FoodType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: MixologyKit - path: ../TinyLife/Skills/FoodType.cs - startLine: 599 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -327,14 +247,6 @@ items: nameWithType: FoodType.IngredientSource.Name fullName: TinyLife.Skills.FoodType.IngredientSource.Name type: Field - source: - remote: - path: TinyLife/Skills/FoodType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Name - path: ../TinyLife/Skills/FoodType.cs - startLine: 609 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -356,14 +268,6 @@ items: nameWithType: FoodType.IngredientSource.Container fullName: TinyLife.Skills.FoodType.IngredientSource.Container type: Field - source: - remote: - path: TinyLife/Skills/FoodType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Container - path: ../TinyLife/Skills/FoodType.cs - startLine: 613 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -385,14 +289,6 @@ items: nameWithType: FoodType.IngredientSource.OnEaten fullName: TinyLife.Skills.FoodType.IngredientSource.OnEaten type: Property - source: - remote: - path: TinyLife/Skills/FoodType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnEaten - path: ../TinyLife/Skills/FoodType.cs - startLine: 619 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -421,14 +317,6 @@ items: nameWithType: FoodType.IngredientSource.CanEat fullName: TinyLife.Skills.FoodType.IngredientSource.CanEat type: Property - source: - remote: - path: TinyLife/Skills/FoodType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CanEat - path: ../TinyLife/Skills/FoodType.cs - startLine: 624 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -455,14 +343,6 @@ items: nameWithType: FoodType.IngredientSource.RequiredSkill fullName: TinyLife.Skills.FoodType.IngredientSource.RequiredSkill type: Property - source: - remote: - path: TinyLife/Skills/FoodType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RequiredSkill - path: ../TinyLife/Skills/FoodType.cs - startLine: 629 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -489,14 +369,6 @@ items: nameWithType: FoodType.IngredientSource.IngredientSource(string, FoodType.ContainerType) fullName: TinyLife.Skills.FoodType.IngredientSource.IngredientSource(string, TinyLife.Skills.FoodType.ContainerType) type: Constructor - source: - remote: - path: TinyLife/Skills/FoodType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Skills/FoodType.cs - startLine: 636 assemblies: - Tiny Life namespace: TinyLife.Skills diff --git a/docs/api/TinyLife.Skills.FoodType.yml b/docs/api/TinyLife.Skills.FoodType.yml index f86c290..0fbec11 100644 --- a/docs/api/TinyLife.Skills.FoodType.yml +++ b/docs/api/TinyLife.Skills.FoodType.yml @@ -20,7 +20,7 @@ items: - TinyLife.Skills.FoodType.CreateBaked(System.String,System.Int32,System.Int32,System.Single,TinyLife.Skills.FoodType.FoodRestriction,System.Boolean,TinyLife.Skills.FoodType.IngredientSource[]) - TinyLife.Skills.FoodType.CustomTextureFunc - TinyLife.Skills.FoodType.DisplayName - - TinyLife.Skills.FoodType.GetAllContainers(System.Boolean) + - TinyLife.Skills.FoodType.GetAllContainers(System.Boolean,System.Boolean) - TinyLife.Skills.FoodType.GetBuyableVariations(System.Int32,TinyLife.Skills.FoodType.ContainerType) - TinyLife.Skills.FoodType.GetPossibleArguments(TinyLife.Objects.PersonLike,System.Int32,TinyLife.Skills.FoodType.IngredientSource,System.Single,TinyLife.Skills.SkillType,System.Boolean) - TinyLife.Skills.FoodType.GetPrice(TinyLife.Objects.PersonLike,System.Int32,System.Single,System.Single@,System.Nullable{System.Single}@) @@ -47,14 +47,6 @@ items: nameWithType: FoodType fullName: TinyLife.Skills.FoodType type: Class - source: - remote: - path: TinyLife/Skills/FoodType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: FoodType - path: ../TinyLife/Skills/FoodType.cs - startLine: 32 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -106,14 +98,6 @@ items: nameWithType: FoodType.Types fullName: TinyLife.Skills.FoodType.Types type: Field - source: - remote: - path: TinyLife/Skills/FoodType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Types - path: ../TinyLife/Skills/FoodType.cs - startLine: 39 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -135,14 +119,6 @@ items: nameWithType: FoodType.AllRestrictions fullName: TinyLife.Skills.FoodType.AllRestrictions type: Field - source: - remote: - path: TinyLife/Skills/FoodType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AllRestrictions - path: ../TinyLife/Skills/FoodType.cs - startLine: 43 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -164,14 +140,6 @@ items: nameWithType: FoodType.OnFoodEaten fullName: TinyLife.Skills.FoodType.OnFoodEaten type: Event - source: - remote: - path: TinyLife/Skills/FoodType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnFoodEaten - path: ../TinyLife/Skills/FoodType.cs - startLine: 50 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -198,14 +166,6 @@ items: nameWithType: FoodType.OnGetPrice fullName: TinyLife.Skills.FoodType.OnGetPrice type: Event - source: - remote: - path: TinyLife/Skills/FoodType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnGetPrice - path: ../TinyLife/Skills/FoodType.cs - startLine: 54 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -227,14 +187,6 @@ items: nameWithType: FoodType.Name fullName: TinyLife.Skills.FoodType.Name type: Field - source: - remote: - path: TinyLife/Skills/FoodType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Name - path: ../TinyLife/Skills/FoodType.cs - startLine: 167 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -256,14 +208,6 @@ items: nameWithType: FoodType.RequiredSkillLevel fullName: TinyLife.Skills.FoodType.RequiredSkillLevel type: Field - source: - remote: - path: TinyLife/Skills/FoodType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RequiredSkillLevel - path: ../TinyLife/Skills/FoodType.cs - startLine: 171 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -285,14 +229,6 @@ items: nameWithType: FoodType.Price fullName: TinyLife.Skills.FoodType.Price type: Field - source: - remote: - path: TinyLife/Skills/FoodType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Price - path: ../TinyLife/Skills/FoodType.cs - startLine: 176 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -317,14 +253,6 @@ items: nameWithType: FoodType.SaturationModifier fullName: TinyLife.Skills.FoodType.SaturationModifier type: Field - source: - remote: - path: TinyLife/Skills/FoodType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SaturationModifier - path: ../TinyLife/Skills/FoodType.cs - startLine: 180 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -346,14 +274,6 @@ items: nameWithType: FoodType.Color fullName: TinyLife.Skills.FoodType.Color type: Field - source: - remote: - path: TinyLife/Skills/FoodType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Color - path: ../TinyLife/Skills/FoodType.cs - startLine: 184 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -375,14 +295,6 @@ items: nameWithType: FoodType.Sources fullName: TinyLife.Skills.FoodType.Sources type: Field - source: - remote: - path: TinyLife/Skills/FoodType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Sources - path: ../TinyLife/Skills/FoodType.cs - startLine: 188 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -404,14 +316,6 @@ items: nameWithType: FoodType.Restrictions fullName: TinyLife.Skills.FoodType.Restrictions type: Field - source: - remote: - path: TinyLife/Skills/FoodType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Restrictions - path: ../TinyLife/Skills/FoodType.cs - startLine: 192 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -433,14 +337,6 @@ items: nameWithType: FoodType.RequiredSkill fullName: TinyLife.Skills.FoodType.RequiredSkill type: Property - source: - remote: - path: TinyLife/Skills/FoodType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RequiredSkill - path: ../TinyLife/Skills/FoodType.cs - startLine: 198 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -467,14 +363,6 @@ items: nameWithType: FoodType.AdditionalObject fullName: TinyLife.Skills.FoodType.AdditionalObject type: Property - source: - remote: - path: TinyLife/Skills/FoodType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AdditionalObject - path: ../TinyLife/Skills/FoodType.cs - startLine: 204 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -503,14 +391,6 @@ items: nameWithType: FoodType.Container fullName: TinyLife.Skills.FoodType.Container type: Property - source: - remote: - path: TinyLife/Skills/FoodType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Container - path: ../TinyLife/Skills/FoodType.cs - startLine: 208 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -534,14 +414,6 @@ items: nameWithType: FoodType.OnEaten fullName: TinyLife.Skills.FoodType.OnEaten type: Property - source: - remote: - path: TinyLife/Skills/FoodType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnEaten - path: ../TinyLife/Skills/FoodType.cs - startLine: 214 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -570,14 +442,6 @@ items: nameWithType: FoodType.CanEatFunc fullName: TinyLife.Skills.FoodType.CanEatFunc type: Property - source: - remote: - path: TinyLife/Skills/FoodType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CanEatFunc - path: ../TinyLife/Skills/FoodType.cs - startLine: 219 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -604,14 +468,6 @@ items: nameWithType: FoodType.CanCreateFunc fullName: TinyLife.Skills.FoodType.CanCreateFunc type: Property - source: - remote: - path: TinyLife/Skills/FoodType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CanCreateFunc - path: ../TinyLife/Skills/FoodType.cs - startLine: 224 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -638,14 +494,6 @@ items: nameWithType: FoodType.CustomTextureFunc fullName: TinyLife.Skills.FoodType.CustomTextureFunc type: Property - source: - remote: - path: TinyLife/Skills/FoodType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CustomTextureFunc - path: ../TinyLife/Skills/FoodType.cs - startLine: 228 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -669,14 +517,6 @@ items: nameWithType: FoodType.CanHaveCandle fullName: TinyLife.Skills.FoodType.CanHaveCandle type: Field - source: - remote: - path: TinyLife/Skills/FoodType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CanHaveCandle - path: ../TinyLife/Skills/FoodType.cs - startLine: 232 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -698,14 +538,6 @@ items: nameWithType: FoodType.DisplayName fullName: TinyLife.Skills.FoodType.DisplayName type: Property - source: - remote: - path: TinyLife/Skills/FoodType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DisplayName - path: ../TinyLife/Skills/FoodType.cs - startLine: 236 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -729,14 +561,6 @@ items: nameWithType: FoodType.SourceString fullName: TinyLife.Skills.FoodType.SourceString type: Property - source: - remote: - path: TinyLife/Skills/FoodType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SourceString - path: ../TinyLife/Skills/FoodType.cs - startLine: 238 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -762,14 +586,6 @@ items: nameWithType: FoodType.FoodType(string, int, int, float, FoodType.FoodRestriction, FoodType.IngredientSource, Color?) fullName: TinyLife.Skills.FoodType.FoodType(string, int, int, float, TinyLife.Skills.FoodType.FoodRestriction, TinyLife.Skills.FoodType.IngredientSource, Microsoft.Xna.Framework.Color?) type: Constructor - source: - remote: - path: TinyLife/Skills/FoodType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Skills/FoodType.cs - startLine: 250 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -815,14 +631,6 @@ items: nameWithType: FoodType.GetPrice(PersonLike, int, float, out float, out float?) fullName: TinyLife.Skills.FoodType.GetPrice(TinyLife.Objects.PersonLike, int, float, out float, out float?) type: Method - source: - remote: - path: TinyLife/Skills/FoodType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetPrice - path: ../TinyLife/Skills/FoodType.cs - startLine: 271 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -862,14 +670,6 @@ items: nameWithType: FoodType.Construct(Map, Quality, TimeSpan, int, PersonLike, Guid?, bool) fullName: TinyLife.Skills.FoodType.Construct(TinyLife.World.Map, TinyLife.Skills.Quality, System.TimeSpan, int, TinyLife.Objects.PersonLike, System.Guid?, bool) type: Method - source: - remote: - path: TinyLife/Skills/FoodType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Construct - path: ../TinyLife/Skills/FoodType.cs - startLine: 293 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -921,14 +721,6 @@ items: nameWithType: FoodType.ConstructUnfinished(FurnitureType, Map, TimeSpan, int, PersonLike, Guid?, bool) fullName: TinyLife.Skills.FoodType.ConstructUnfinished(TinyLife.Objects.FurnitureType, TinyLife.World.Map, System.TimeSpan, int, TinyLife.Objects.PersonLike, System.Guid?, bool) type: Method - source: - remote: - path: TinyLife/Skills/FoodType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ConstructUnfinished - path: ../TinyLife/Skills/FoodType.cs - startLine: 313 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -980,14 +772,6 @@ items: nameWithType: FoodType.CanEat(PersonLike, FoodTypedItem, bool) fullName: TinyLife.Skills.FoodType.CanEat(TinyLife.Objects.PersonLike, TinyLife.Objects.FoodTypedItem, bool) type: Method - source: - remote: - path: TinyLife/Skills/FoodType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CanEat - path: ../TinyLife/Skills/FoodType.cs - startLine: 330 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -1027,14 +811,6 @@ items: nameWithType: FoodType.CanCreate(ActionInfo, bool, int, float, bool) fullName: TinyLife.Skills.FoodType.CanCreate(TinyLife.Actions.ActionInfo, bool, int, float, bool) type: Method - source: - remote: - path: TinyLife/Skills/FoodType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CanCreate - path: ../TinyLife/Skills/FoodType.cs - startLine: 363 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -1080,14 +856,6 @@ items: nameWithType: FoodType.GetRestrictionsDescription(bool) fullName: TinyLife.Skills.FoodType.GetRestrictionsDescription(bool) type: Method - source: - remote: - path: TinyLife/Skills/FoodType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetRestrictionsDescription - path: ../TinyLife/Skills/FoodType.cs - startLine: 388 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -1121,14 +889,6 @@ items: nameWithType: FoodType.InvokeOnEaten(ActionInfo, FoodTypedItem) fullName: TinyLife.Skills.FoodType.InvokeOnEaten(TinyLife.Actions.ActionInfo, TinyLife.Objects.FoodTypedItem) type: Method - source: - remote: - path: TinyLife/Skills/FoodType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: InvokeOnEaten - path: ../TinyLife/Skills/FoodType.cs - startLine: 403 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -1159,14 +919,6 @@ items: nameWithType: FoodType.GetTexture(int) fullName: TinyLife.Skills.FoodType.GetTexture(int) type: Method - source: - remote: - path: TinyLife/Skills/FoodType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetTexture - path: ../TinyLife/Skills/FoodType.cs - startLine: 452 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -1200,14 +952,6 @@ items: nameWithType: FoodType.Register(FoodType) fullName: TinyLife.Skills.FoodType.Register(TinyLife.Skills.FoodType) type: Method - source: - remote: - path: TinyLife/Skills/FoodType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Register - path: ../TinyLife/Skills/FoodType.cs - startLine: 461 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -1235,14 +979,6 @@ items: nameWithType: FoodType.GetPossibleArguments(PersonLike, int, FoodType.IngredientSource, float, SkillType, bool) fullName: TinyLife.Skills.FoodType.GetPossibleArguments(TinyLife.Objects.PersonLike, int, TinyLife.Skills.FoodType.IngredientSource, float, TinyLife.Skills.SkillType, bool) type: Method - source: - remote: - path: TinyLife/Skills/FoodType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetPossibleArguments - path: ../TinyLife/Skills/FoodType.cs - startLine: 477 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -1277,47 +1013,42 @@ items: nameWithType.vb: FoodType.GetPossibleArguments(PersonLike, Integer, FoodType.IngredientSource, Single, SkillType, Boolean) fullName.vb: TinyLife.Skills.FoodType.GetPossibleArguments(TinyLife.Objects.PersonLike, Integer, TinyLife.Skills.FoodType.IngredientSource, Single, TinyLife.Skills.SkillType, Boolean) name.vb: GetPossibleArguments(PersonLike, Integer, IngredientSource, Single, SkillType, Boolean) -- uid: TinyLife.Skills.FoodType.GetAllContainers(System.Boolean) - commentId: M:TinyLife.Skills.FoodType.GetAllContainers(System.Boolean) - id: GetAllContainers(System.Boolean) +- uid: TinyLife.Skills.FoodType.GetAllContainers(System.Boolean,System.Boolean) + commentId: M:TinyLife.Skills.FoodType.GetAllContainers(System.Boolean,System.Boolean) + id: GetAllContainers(System.Boolean,System.Boolean) parent: TinyLife.Skills.FoodType langs: - csharp - vb - name: GetAllContainers(bool) - nameWithType: FoodType.GetAllContainers(bool) - fullName: TinyLife.Skills.FoodType.GetAllContainers(bool) + name: GetAllContainers(bool, bool) + nameWithType: FoodType.GetAllContainers(bool, bool) + fullName: TinyLife.Skills.FoodType.GetAllContainers(bool, bool) type: Method - source: - remote: - path: TinyLife/Skills/FoodType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetAllContainers - path: ../TinyLife/Skills/FoodType.cs - startLine: 512 assemblies: - Tiny Life namespace: TinyLife.Skills summary: >- Returns all of the furniture types that any registered food types will be stored in, based on the serving size. - This method returns a distinct array of instances of all . + This method returns a distinct collection of instances representing the values of all . example: [] syntax: - content: public static IEnumerable GetAllContainers(bool multiple) + content: public static IEnumerable GetAllContainers(bool multiple, bool empty = false) parameters: - id: multiple type: System.Boolean description: Whether the container should hold multiple servings. + - id: empty + type: System.Boolean + description: Whether to return all empty food containers, rather than all full food containers. return: type: System.Collections.Generic.IEnumerable{TinyLife.Objects.FurnitureType} description: All food containers for the given serving size - content.vb: Public Shared Function GetAllContainers(multiple As Boolean) As IEnumerable(Of FurnitureType) + content.vb: Public Shared Function GetAllContainers(multiple As Boolean, empty As Boolean = False) As IEnumerable(Of FurnitureType) overload: TinyLife.Skills.FoodType.GetAllContainers* - nameWithType.vb: FoodType.GetAllContainers(Boolean) - fullName.vb: TinyLife.Skills.FoodType.GetAllContainers(Boolean) - name.vb: GetAllContainers(Boolean) + nameWithType.vb: FoodType.GetAllContainers(Boolean, Boolean) + fullName.vb: TinyLife.Skills.FoodType.GetAllContainers(Boolean, Boolean) + name.vb: GetAllContainers(Boolean, Boolean) - uid: TinyLife.Skills.FoodType.CreateBaked(System.String,System.Int32,System.Int32,System.Single,TinyLife.Skills.FoodType.FoodRestriction,System.Boolean,TinyLife.Skills.FoodType.IngredientSource[]) commentId: M:TinyLife.Skills.FoodType.CreateBaked(System.String,System.Int32,System.Int32,System.Single,TinyLife.Skills.FoodType.FoodRestriction,System.Boolean,TinyLife.Skills.FoodType.IngredientSource[]) id: CreateBaked(System.String,System.Int32,System.Int32,System.Single,TinyLife.Skills.FoodType.FoodRestriction,System.Boolean,TinyLife.Skills.FoodType.IngredientSource[]) @@ -1329,14 +1060,6 @@ items: nameWithType: FoodType.CreateBaked(string, int, int, float, FoodType.FoodRestriction, bool, params FoodType.IngredientSource[]) fullName: TinyLife.Skills.FoodType.CreateBaked(string, int, int, float, TinyLife.Skills.FoodType.FoodRestriction, bool, params TinyLife.Skills.FoodType.IngredientSource[]) type: Method - source: - remote: - path: TinyLife/Skills/FoodType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CreateBaked - path: ../TinyLife/Skills/FoodType.cs - startLine: 526 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -1384,14 +1107,6 @@ items: nameWithType: FoodType.GetBuyableVariations(int, FoodType.ContainerType) fullName: TinyLife.Skills.FoodType.GetBuyableVariations(int, TinyLife.Skills.FoodType.ContainerType) type: Method - source: - remote: - path: TinyLife/Skills/FoodType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetBuyableVariations - path: ../TinyLife/Skills/FoodType.cs - startLine: 543 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -3994,7 +3709,7 @@ references: fullName: TinyLife.Skills.FoodType.Types - uid: TinyLife.Skills.FoodType.GetAllContainers* commentId: Overload:TinyLife.Skills.FoodType.GetAllContainers - href: TinyLife.Skills.FoodType.html#TinyLife_Skills_FoodType_GetAllContainers_System_Boolean_ + href: TinyLife.Skills.FoodType.html#TinyLife_Skills_FoodType_GetAllContainers_System_Boolean_System_Boolean_ name: GetAllContainers nameWithType: FoodType.GetAllContainers fullName: TinyLife.Skills.FoodType.GetAllContainers diff --git a/docs/api/TinyLife.Skills.PaintingType.yml b/docs/api/TinyLife.Skills.PaintingType.yml index e930387..7c6f30c 100644 --- a/docs/api/TinyLife.Skills.PaintingType.yml +++ b/docs/api/TinyLife.Skills.PaintingType.yml @@ -19,14 +19,6 @@ items: nameWithType: PaintingType fullName: TinyLife.Skills.PaintingType type: Class - source: - remote: - path: TinyLife/Skills/PaintingType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PaintingType - path: ../TinyLife/Skills/PaintingType.cs - startLine: 14 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -67,14 +59,6 @@ items: nameWithType: PaintingType.Types fullName: TinyLife.Skills.PaintingType.Types type: Field - source: - remote: - path: TinyLife/Skills/PaintingType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Types - path: ../TinyLife/Skills/PaintingType.cs - startLine: 21 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -96,14 +80,6 @@ items: nameWithType: PaintingType.Name fullName: TinyLife.Skills.PaintingType.Name type: Field - source: - remote: - path: TinyLife/Skills/PaintingType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Name - path: ../TinyLife/Skills/PaintingType.cs - startLine: 40 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -125,14 +101,6 @@ items: nameWithType: PaintingType.MinLevel fullName: TinyLife.Skills.PaintingType.MinLevel type: Field - source: - remote: - path: TinyLife/Skills/PaintingType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: MinLevel - path: ../TinyLife/Skills/PaintingType.cs - startLine: 44 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -154,14 +122,6 @@ items: nameWithType: PaintingType.Texture fullName: TinyLife.Skills.PaintingType.Texture type: Field - source: - remote: - path: TinyLife/Skills/PaintingType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Texture - path: ../TinyLife/Skills/PaintingType.cs - startLine: 50 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -188,14 +148,6 @@ items: nameWithType: PaintingType.BaseMarkup fullName: TinyLife.Skills.PaintingType.BaseMarkup type: Field - source: - remote: - path: TinyLife/Skills/PaintingType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: BaseMarkup - path: ../TinyLife/Skills/PaintingType.cs - startLine: 55 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -220,14 +172,6 @@ items: nameWithType: PaintingType.PaintingType(string, int, float) fullName: TinyLife.Skills.PaintingType.PaintingType(string, int, float) type: Constructor - source: - remote: - path: TinyLife/Skills/PaintingType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Skills/PaintingType.cs - startLine: 63 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -261,14 +205,6 @@ items: nameWithType: PaintingType.Register(PaintingType) fullName: TinyLife.Skills.PaintingType.Register(TinyLife.Skills.PaintingType) type: Method - source: - remote: - path: TinyLife/Skills/PaintingType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Register - path: ../TinyLife/Skills/PaintingType.cs - startLine: 75 assemblies: - Tiny Life namespace: TinyLife.Skills diff --git a/docs/api/TinyLife.Skills.Quality.yml b/docs/api/TinyLife.Skills.Quality.yml index 456f276..4841a2d 100644 --- a/docs/api/TinyLife.Skills.Quality.yml +++ b/docs/api/TinyLife.Skills.Quality.yml @@ -18,14 +18,6 @@ items: nameWithType: Quality fullName: TinyLife.Skills.Quality type: Enum - source: - remote: - path: TinyLife/Skills/Skill.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Quality - path: ../TinyLife/Skills/Skill.cs - startLine: 382 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -54,14 +46,6 @@ items: nameWithType: Quality.Terrible fullName: TinyLife.Skills.Quality.Terrible type: Field - source: - remote: - path: TinyLife/Skills/Skill.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Terrible - path: ../TinyLife/Skills/Skill.cs - startLine: 387 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -82,14 +66,6 @@ items: nameWithType: Quality.Average fullName: TinyLife.Skills.Quality.Average type: Field - source: - remote: - path: TinyLife/Skills/Skill.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Average - path: ../TinyLife/Skills/Skill.cs - startLine: 391 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -110,14 +86,6 @@ items: nameWithType: Quality.Good fullName: TinyLife.Skills.Quality.Good type: Field - source: - remote: - path: TinyLife/Skills/Skill.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Good - path: ../TinyLife/Skills/Skill.cs - startLine: 395 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -138,14 +106,6 @@ items: nameWithType: Quality.Great fullName: TinyLife.Skills.Quality.Great type: Field - source: - remote: - path: TinyLife/Skills/Skill.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Great - path: ../TinyLife/Skills/Skill.cs - startLine: 399 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -166,14 +126,6 @@ items: nameWithType: Quality.Perfect fullName: TinyLife.Skills.Quality.Perfect type: Field - source: - remote: - path: TinyLife/Skills/Skill.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Perfect - path: ../TinyLife/Skills/Skill.cs - startLine: 403 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -194,14 +146,6 @@ items: nameWithType: Quality.Masterpiece fullName: TinyLife.Skills.Quality.Masterpiece type: Field - source: - remote: - path: TinyLife/Skills/Skill.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Masterpiece - path: ../TinyLife/Skills/Skill.cs - startLine: 408 assemblies: - Tiny Life namespace: TinyLife.Skills diff --git a/docs/api/TinyLife.Skills.Skill.yml b/docs/api/TinyLife.Skills.Skill.yml index ca7ccb9..0d1ae12 100644 --- a/docs/api/TinyLife.Skills.Skill.yml +++ b/docs/api/TinyLife.Skills.Skill.yml @@ -20,14 +20,6 @@ items: nameWithType: Skill fullName: TinyLife.Skills.Skill type: Class - source: - remote: - path: TinyLife/Skills/Skill.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Skill - path: ../TinyLife/Skills/Skill.cs - startLine: 26 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -72,14 +64,6 @@ items: nameWithType: Skill.OnAdditionalEarnedActions fullName: TinyLife.Skills.Skill.OnAdditionalEarnedActions type: Event - source: - remote: - path: TinyLife/Skills/Skill.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnAdditionalEarnedActions - path: ../TinyLife/Skills/Skill.cs - startLine: 32 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -101,14 +85,6 @@ items: nameWithType: Skill.Type fullName: TinyLife.Skills.Skill.Type type: Field - source: - remote: - path: TinyLife/Skills/Skill.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Type - path: ../TinyLife/Skills/Skill.cs - startLine: 38 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -140,14 +116,6 @@ items: nameWithType: Skill.PointsToNextLevel fullName: TinyLife.Skills.Skill.PointsToNextLevel type: Property - source: - remote: - path: TinyLife/Skills/Skill.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PointsToNextLevel - path: ../TinyLife/Skills/Skill.cs - startLine: 43 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -184,14 +152,6 @@ items: nameWithType: Skill.Level fullName: TinyLife.Skills.Skill.Level type: Property - source: - remote: - path: TinyLife/Skills/Skill.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Level - path: ../TinyLife/Skills/Skill.cs - startLine: 49 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -228,14 +188,6 @@ items: nameWithType: Skill.RequiredPointsToNextLevel fullName: TinyLife.Skills.Skill.RequiredPointsToNextLevel type: Property - source: - remote: - path: TinyLife/Skills/Skill.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RequiredPointsToNextLevel - path: ../TinyLife/Skills/Skill.cs - startLine: 56 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -263,14 +215,6 @@ items: nameWithType: Skill.PointPercentage fullName: TinyLife.Skills.Skill.PointPercentage type: Property - source: - remote: - path: TinyLife/Skills/Skill.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PointPercentage - path: ../TinyLife/Skills/Skill.cs - startLine: 61 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -297,14 +241,6 @@ items: nameWithType: Skill.TotalPercentage fullName: TinyLife.Skills.Skill.TotalPercentage type: Property - source: - remote: - path: TinyLife/Skills/Skill.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TotalPercentage - path: ../TinyLife/Skills/Skill.cs - startLine: 66 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -331,14 +267,6 @@ items: nameWithType: Skill.Skill(SkillType) fullName: TinyLife.Skills.Skill.Skill(TinyLife.Skills.SkillType) type: Constructor - source: - remote: - path: TinyLife/Skills/Skill.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Skills/Skill.cs - startLine: 72 assemblies: - Tiny Life namespace: TinyLife.Skills diff --git a/docs/api/TinyLife.Skills.SkillCategory.yml b/docs/api/TinyLife.Skills.SkillCategory.yml index 2f97f22..c70711e 100644 --- a/docs/api/TinyLife.Skills.SkillCategory.yml +++ b/docs/api/TinyLife.Skills.SkillCategory.yml @@ -16,14 +16,6 @@ items: nameWithType: SkillCategory fullName: TinyLife.Skills.SkillCategory type: Enum - source: - remote: - path: TinyLife/Skills/Skill.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SkillCategory - path: ../TinyLife/Skills/Skill.cs - startLine: 353 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -55,14 +47,6 @@ items: nameWithType: SkillCategory.Creative fullName: TinyLife.Skills.SkillCategory.Creative type: Field - source: - remote: - path: TinyLife/Skills/Skill.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Creative - path: ../TinyLife/Skills/Skill.cs - startLine: 360 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -86,14 +70,6 @@ items: nameWithType: SkillCategory.Logical fullName: TinyLife.Skills.SkillCategory.Logical type: Field - source: - remote: - path: TinyLife/Skills/Skill.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Logical - path: ../TinyLife/Skills/Skill.cs - startLine: 364 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -114,14 +90,6 @@ items: nameWithType: SkillCategory.Social fullName: TinyLife.Skills.SkillCategory.Social type: Field - source: - remote: - path: TinyLife/Skills/Skill.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Social - path: ../TinyLife/Skills/Skill.cs - startLine: 369 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -145,14 +113,6 @@ items: nameWithType: SkillCategory.Physical fullName: TinyLife.Skills.SkillCategory.Physical type: Field - source: - remote: - path: TinyLife/Skills/Skill.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Physical - path: ../TinyLife/Skills/Skill.cs - startLine: 374 assemblies: - Tiny Life namespace: TinyLife.Skills diff --git a/docs/api/TinyLife.Skills.SkillType.yml b/docs/api/TinyLife.Skills.SkillType.yml index 2ef3353..186bfe3 100644 --- a/docs/api/TinyLife.Skills.SkillType.yml +++ b/docs/api/TinyLife.Skills.SkillType.yml @@ -19,6 +19,7 @@ items: - TinyLife.Skills.SkillType.Gaming - TinyLife.Skills.SkillType.GetMaxLevel(TinyLife.Objects.AgeGroup) - TinyLife.Skills.SkillType.GetRandomQuality(TinyLife.Objects.PersonLike,System.Random,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Emotions.IEmotionSource,System.Boolean) + - TinyLife.Skills.SkillType.GetRandomQualityWeights(TinyLife.Objects.PersonLike,System.Random,TinyLife.Actions.ActionInfo,System.Boolean) - TinyLife.Skills.SkillType.Humor - TinyLife.Skills.SkillType.MaxLevel - TinyLife.Skills.SkillType.MaxLevelMultipliers @@ -48,14 +49,6 @@ items: nameWithType: SkillType fullName: TinyLife.Skills.SkillType type: Class - source: - remote: - path: TinyLife/Skills/Skill.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SkillType - path: ../TinyLife/Skills/Skill.cs - startLine: 125 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -96,14 +89,6 @@ items: nameWithType: SkillType.AllCategories fullName: TinyLife.Skills.SkillType.AllCategories type: Field - source: - remote: - path: TinyLife/Skills/Skill.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AllCategories - path: ../TinyLife/Skills/Skill.cs - startLine: 131 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -125,18 +110,10 @@ items: nameWithType: SkillType.OnGetRandomQuality fullName: TinyLife.Skills.SkillType.OnGetRandomQuality type: Event - source: - remote: - path: TinyLife/Skills/Skill.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnGetRandomQuality - path: ../TinyLife/Skills/Skill.cs - startLine: 136 assemblies: - Tiny Life namespace: TinyLife.Skills - summary: An event that is raised in before a quality is chosen. + summary: An event that is raised in . example: [] syntax: content: public static event Action<(PersonLike Person, ActionInfo Info, SkillType Skill, Random Random, bool AlwaysAllowAverage, Dictionary Weights)> OnGetRandomQuality @@ -154,14 +131,6 @@ items: nameWithType: SkillType.OnRandomQuality fullName: TinyLife.Skills.SkillType.OnRandomQuality type: Event - source: - remote: - path: TinyLife/Skills/Skill.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnRandomQuality - path: ../TinyLife/Skills/Skill.cs - startLine: 140 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -183,14 +152,6 @@ items: nameWithType: SkillType.Types fullName: TinyLife.Skills.SkillType.Types type: Field - source: - remote: - path: TinyLife/Skills/Skill.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Types - path: ../TinyLife/Skills/Skill.cs - startLine: 147 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -215,14 +176,6 @@ items: nameWithType: SkillType.Cooking fullName: TinyLife.Skills.SkillType.Cooking type: Field - source: - remote: - path: TinyLife/Skills/Skill.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Cooking - path: ../TinyLife/Skills/Skill.cs - startLine: 150 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -242,14 +195,6 @@ items: nameWithType: SkillType.Painting fullName: TinyLife.Skills.SkillType.Painting type: Field - source: - remote: - path: TinyLife/Skills/Skill.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Painting - path: ../TinyLife/Skills/Skill.cs - startLine: 155 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -269,14 +214,6 @@ items: nameWithType: SkillType.Charisma fullName: TinyLife.Skills.SkillType.Charisma type: Field - source: - remote: - path: TinyLife/Skills/Skill.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Charisma - path: ../TinyLife/Skills/Skill.cs - startLine: 156 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -296,14 +233,6 @@ items: nameWithType: SkillType.Humor fullName: TinyLife.Skills.SkillType.Humor type: Field - source: - remote: - path: TinyLife/Skills/Skill.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Humor - path: ../TinyLife/Skills/Skill.cs - startLine: 157 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -323,14 +252,6 @@ items: nameWithType: SkillType.Programming fullName: TinyLife.Skills.SkillType.Programming type: Field - source: - remote: - path: TinyLife/Skills/Skill.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Programming - path: ../TinyLife/Skills/Skill.cs - startLine: 158 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -350,14 +271,6 @@ items: nameWithType: SkillType.Repair fullName: TinyLife.Skills.SkillType.Repair type: Field - source: - remote: - path: TinyLife/Skills/Skill.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Repair - path: ../TinyLife/Skills/Skill.cs - startLine: 159 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -377,14 +290,6 @@ items: nameWithType: SkillType.Writing fullName: TinyLife.Skills.SkillType.Writing type: Field - source: - remote: - path: TinyLife/Skills/Skill.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Writing - path: ../TinyLife/Skills/Skill.cs - startLine: 160 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -404,14 +309,6 @@ items: nameWithType: SkillType.Gaming fullName: TinyLife.Skills.SkillType.Gaming type: Field - source: - remote: - path: TinyLife/Skills/Skill.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Gaming - path: ../TinyLife/Skills/Skill.cs - startLine: 161 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -431,14 +328,6 @@ items: nameWithType: SkillType.Fitness fullName: TinyLife.Skills.SkillType.Fitness type: Field - source: - remote: - path: TinyLife/Skills/Skill.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Fitness - path: ../TinyLife/Skills/Skill.cs - startLine: 162 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -458,14 +347,6 @@ items: nameWithType: SkillType.Cleaning fullName: TinyLife.Skills.SkillType.Cleaning type: Field - source: - remote: - path: TinyLife/Skills/Skill.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Cleaning - path: ../TinyLife/Skills/Skill.cs - startLine: 163 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -485,14 +366,6 @@ items: nameWithType: SkillType.Baking fullName: TinyLife.Skills.SkillType.Baking type: Field - source: - remote: - path: TinyLife/Skills/Skill.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Baking - path: ../TinyLife/Skills/Skill.cs - startLine: 164 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -512,14 +385,6 @@ items: nameWithType: SkillType.Reasoning fullName: TinyLife.Skills.SkillType.Reasoning type: Field - source: - remote: - path: TinyLife/Skills/Skill.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Reasoning - path: ../TinyLife/Skills/Skill.cs - startLine: 169 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -539,14 +404,6 @@ items: nameWithType: SkillType.Woodworking fullName: TinyLife.Skills.SkillType.Woodworking type: Field - source: - remote: - path: TinyLife/Skills/Skill.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Woodworking - path: ../TinyLife/Skills/Skill.cs - startLine: 172 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -566,14 +423,6 @@ items: nameWithType: SkillType.DrinkMixing fullName: TinyLife.Skills.SkillType.DrinkMixing type: Field - source: - remote: - path: TinyLife/Skills/Skill.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DrinkMixing - path: ../TinyLife/Skills/Skill.cs - startLine: 176 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -593,14 +442,6 @@ items: nameWithType: SkillType.Tinkering fullName: TinyLife.Skills.SkillType.Tinkering type: Field - source: - remote: - path: TinyLife/Skills/Skill.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Tinkering - path: ../TinyLife/Skills/Skill.cs - startLine: 180 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -620,14 +461,6 @@ items: nameWithType: SkillType.Reading fullName: TinyLife.Skills.SkillType.Reading type: Field - source: - remote: - path: TinyLife/Skills/Skill.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Reading - path: ../TinyLife/Skills/Skill.cs - startLine: 185 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -647,14 +480,6 @@ items: nameWithType: SkillType.Communication fullName: TinyLife.Skills.SkillType.Communication type: Field - source: - remote: - path: TinyLife/Skills/Skill.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Communication - path: ../TinyLife/Skills/Skill.cs - startLine: 191 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -674,14 +499,6 @@ items: nameWithType: SkillType.Potty fullName: TinyLife.Skills.SkillType.Potty type: Field - source: - remote: - path: TinyLife/Skills/Skill.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Potty - path: ../TinyLife/Skills/Skill.cs - startLine: 196 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -701,14 +518,6 @@ items: nameWithType: SkillType.Name fullName: TinyLife.Skills.SkillType.Name type: Field - source: - remote: - path: TinyLife/Skills/Skill.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Name - path: ../TinyLife/Skills/Skill.cs - startLine: 205 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -730,14 +539,6 @@ items: nameWithType: SkillType.Texture fullName: TinyLife.Skills.SkillType.Texture type: Field - source: - remote: - path: TinyLife/Skills/Skill.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Texture - path: ../TinyLife/Skills/Skill.cs - startLine: 209 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -759,14 +560,6 @@ items: nameWithType: SkillType.MaxLevel fullName: TinyLife.Skills.SkillType.MaxLevel type: Field - source: - remote: - path: TinyLife/Skills/Skill.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: MaxLevel - path: ../TinyLife/Skills/Skill.cs - startLine: 214 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -791,14 +584,6 @@ items: nameWithType: SkillType.Categories fullName: TinyLife.Skills.SkillType.Categories type: Field - source: - remote: - path: TinyLife/Skills/Skill.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Categories - path: ../TinyLife/Skills/Skill.cs - startLine: 219 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -823,14 +608,6 @@ items: nameWithType: SkillType.MaxLevelMultipliers fullName: TinyLife.Skills.SkillType.MaxLevelMultipliers type: Property - source: - remote: - path: TinyLife/Skills/Skill.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: MaxLevelMultipliers - path: ../TinyLife/Skills/Skill.cs - startLine: 224 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -854,21 +631,13 @@ items: nameWithType: SkillType.RequiredAges fullName: TinyLife.Skills.SkillType.RequiredAges type: Property - source: - remote: - path: TinyLife/Skills/Skill.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RequiredAges - path: ../TinyLife/Skills/Skill.cs - startLine: 229 assemblies: - Tiny Life namespace: TinyLife.Skills summary: >- The ages that are required for a to be able to have this skill. - This value defaults to and . + This value defaults to . example: [] syntax: content: public AgeGroup RequiredAges { get; init; } @@ -888,14 +657,6 @@ items: nameWithType: SkillType.RequiredPersonType fullName: TinyLife.Skills.SkillType.RequiredPersonType type: Property - source: - remote: - path: TinyLife/Skills/Skill.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RequiredPersonType - path: ../TinyLife/Skills/Skill.cs - startLine: 234 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -922,14 +683,6 @@ items: nameWithType: SkillType.RewardPersonality fullName: TinyLife.Skills.SkillType.RewardPersonality type: Property - source: - remote: - path: TinyLife/Skills/Skill.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RewardPersonality - path: ../TinyLife/Skills/Skill.cs - startLine: 238 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -953,14 +706,6 @@ items: nameWithType: SkillType.RewardSkills fullName: TinyLife.Skills.SkillType.RewardSkills type: Property - source: - remote: - path: TinyLife/Skills/Skill.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RewardSkills - path: ../TinyLife/Skills/Skill.cs - startLine: 242 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -984,14 +729,6 @@ items: nameWithType: SkillType.AdditionalEarnedActions fullName: TinyLife.Skills.SkillType.AdditionalEarnedActions type: Property - source: - remote: - path: TinyLife/Skills/Skill.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AdditionalEarnedActions - path: ../TinyLife/Skills/Skill.cs - startLine: 247 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -1018,14 +755,6 @@ items: nameWithType: SkillType.SkillType(string, TextureRegion, int, SkillCategory) fullName: TinyLife.Skills.SkillType.SkillType(string, MLEM.Textures.TextureRegion, int, TinyLife.Skills.SkillCategory) type: Constructor - source: - remote: - path: TinyLife/Skills/Skill.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Skills/Skill.cs - startLine: 256 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -1062,14 +791,6 @@ items: nameWithType: SkillType.GetRandomQuality(PersonLike, Random, ActionInfo, bool, IEmotionSource, bool) fullName: TinyLife.Skills.SkillType.GetRandomQuality(TinyLife.Objects.PersonLike, System.Random, TinyLife.Actions.ActionInfo, bool, TinyLife.Emotions.IEmotionSource, bool) type: Method - source: - remote: - path: TinyLife/Skills/Skill.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetRandomQuality - path: ../TinyLife/Skills/Skill.cs - startLine: 279 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -1077,6 +798,8 @@ items: Returns a semi-randomly generated for the given based on their level of this skill. The higher the skill level is, the more likely it is for higher qualities to be returned. + + The returned quality is based on the weights determined by . example: [] syntax: content: public Quality GetRandomQuality(PersonLike person, Random random, ActionInfo info = null, bool modifyEmotions = true, IEmotionSource source = null, bool alwaysAllowAverage = false) @@ -1107,6 +830,48 @@ items: nameWithType.vb: SkillType.GetRandomQuality(PersonLike, Random, ActionInfo, Boolean, IEmotionSource, Boolean) fullName.vb: TinyLife.Skills.SkillType.GetRandomQuality(TinyLife.Objects.PersonLike, System.Random, TinyLife.Actions.ActionInfo, Boolean, TinyLife.Emotions.IEmotionSource, Boolean) name.vb: GetRandomQuality(PersonLike, Random, ActionInfo, Boolean, IEmotionSource, Boolean) +- uid: TinyLife.Skills.SkillType.GetRandomQualityWeights(TinyLife.Objects.PersonLike,System.Random,TinyLife.Actions.ActionInfo,System.Boolean) + commentId: M:TinyLife.Skills.SkillType.GetRandomQualityWeights(TinyLife.Objects.PersonLike,System.Random,TinyLife.Actions.ActionInfo,System.Boolean) + id: GetRandomQualityWeights(TinyLife.Objects.PersonLike,System.Random,TinyLife.Actions.ActionInfo,System.Boolean) + parent: TinyLife.Skills.SkillType + langs: + - csharp + - vb + name: GetRandomQualityWeights(PersonLike, Random, ActionInfo, bool) + nameWithType: SkillType.GetRandomQualityWeights(PersonLike, Random, ActionInfo, bool) + fullName: TinyLife.Skills.SkillType.GetRandomQualityWeights(TinyLife.Objects.PersonLike, System.Random, TinyLife.Actions.ActionInfo, bool) + type: Method + assemblies: + - Tiny Life + namespace: TinyLife.Skills + summary: >- + Returns a set of values and associated weights to be used for determining a random quality for the given using . + + Various factors are taken into account, such as the person's skill level, , , the return values of of all of the info's involved objects, and the event. + example: [] + syntax: + content: public Dictionary GetRandomQualityWeights(PersonLike person, Random random, ActionInfo info = null, bool alwaysAllowAverage = false) + parameters: + - id: person + type: TinyLife.Objects.PersonLike + description: The person that has this skill + - id: random + type: System.Random + description: The random that should be used for calculation + - id: info + type: TinyLife.Actions.ActionInfo + description: The action info to use for determining the random quality. If this is set, will be invoked for all involved objects. + - id: alwaysAllowAverage + type: System.Boolean + description: Whether or not should always be part of the random choice, defaults to false + return: + type: System.Collections.Generic.Dictionary{TinyLife.Skills.Quality,System.Single} + description: A set of qualities along with weights that represent their likelihood of being chosen. + content.vb: Public Function GetRandomQualityWeights(person As PersonLike, random As Random, info As ActionInfo = Nothing, alwaysAllowAverage As Boolean = False) As Dictionary(Of Quality, Single) + overload: TinyLife.Skills.SkillType.GetRandomQualityWeights* + nameWithType.vb: SkillType.GetRandomQualityWeights(PersonLike, Random, ActionInfo, Boolean) + fullName.vb: TinyLife.Skills.SkillType.GetRandomQualityWeights(TinyLife.Objects.PersonLike, System.Random, TinyLife.Actions.ActionInfo, Boolean) + name.vb: GetRandomQualityWeights(PersonLike, Random, ActionInfo, Boolean) - uid: TinyLife.Skills.SkillType.GetMaxLevel(TinyLife.Objects.AgeGroup) commentId: M:TinyLife.Skills.SkillType.GetMaxLevel(TinyLife.Objects.AgeGroup) id: GetMaxLevel(TinyLife.Objects.AgeGroup) @@ -1118,14 +883,6 @@ items: nameWithType: SkillType.GetMaxLevel(AgeGroup) fullName: TinyLife.Skills.SkillType.GetMaxLevel(TinyLife.Objects.AgeGroup) type: Method - source: - remote: - path: TinyLife/Skills/Skill.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetMaxLevel - path: ../TinyLife/Skills/Skill.cs - startLine: 333 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -1153,14 +910,6 @@ items: nameWithType: SkillType.Register(SkillType) fullName: TinyLife.Skills.SkillType.Register(TinyLife.Skills.SkillType) type: Method - source: - remote: - path: TinyLife/Skills/Skill.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Register - path: ../TinyLife/Skills/Skill.cs - startLine: 342 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -1602,20 +1351,20 @@ references: href: TinyLife.Skills.SkillCategory.html - name: ( - name: ) -- uid: TinyLife.Skills.SkillType.GetRandomQuality(TinyLife.Objects.PersonLike,System.Random,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Emotions.IEmotionSource,System.Boolean) - commentId: M:TinyLife.Skills.SkillType.GetRandomQuality(TinyLife.Objects.PersonLike,System.Random,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Emotions.IEmotionSource,System.Boolean) +- uid: TinyLife.Skills.SkillType.GetRandomQualityWeights(TinyLife.Objects.PersonLike,System.Random,TinyLife.Actions.ActionInfo,System.Boolean) + commentId: M:TinyLife.Skills.SkillType.GetRandomQualityWeights(TinyLife.Objects.PersonLike,System.Random,TinyLife.Actions.ActionInfo,System.Boolean) isExternal: true - href: TinyLife.Skills.SkillType.html#TinyLife_Skills_SkillType_GetRandomQuality_TinyLife_Objects_PersonLike_System_Random_TinyLife_Actions_ActionInfo_System_Boolean_TinyLife_Emotions_IEmotionSource_System_Boolean_ - name: GetRandomQuality(PersonLike, Random, ActionInfo, bool, IEmotionSource, bool) - nameWithType: SkillType.GetRandomQuality(PersonLike, Random, ActionInfo, bool, IEmotionSource, bool) - fullName: TinyLife.Skills.SkillType.GetRandomQuality(TinyLife.Objects.PersonLike, System.Random, TinyLife.Actions.ActionInfo, bool, TinyLife.Emotions.IEmotionSource, bool) - nameWithType.vb: SkillType.GetRandomQuality(PersonLike, Random, ActionInfo, Boolean, IEmotionSource, Boolean) - fullName.vb: TinyLife.Skills.SkillType.GetRandomQuality(TinyLife.Objects.PersonLike, System.Random, TinyLife.Actions.ActionInfo, Boolean, TinyLife.Emotions.IEmotionSource, Boolean) - name.vb: GetRandomQuality(PersonLike, Random, ActionInfo, Boolean, IEmotionSource, Boolean) + href: TinyLife.Skills.SkillType.html#TinyLife_Skills_SkillType_GetRandomQualityWeights_TinyLife_Objects_PersonLike_System_Random_TinyLife_Actions_ActionInfo_System_Boolean_ + name: GetRandomQualityWeights(PersonLike, Random, ActionInfo, bool) + nameWithType: SkillType.GetRandomQualityWeights(PersonLike, Random, ActionInfo, bool) + fullName: TinyLife.Skills.SkillType.GetRandomQualityWeights(TinyLife.Objects.PersonLike, System.Random, TinyLife.Actions.ActionInfo, bool) + nameWithType.vb: SkillType.GetRandomQualityWeights(PersonLike, Random, ActionInfo, Boolean) + fullName.vb: TinyLife.Skills.SkillType.GetRandomQualityWeights(TinyLife.Objects.PersonLike, System.Random, TinyLife.Actions.ActionInfo, Boolean) + name.vb: GetRandomQualityWeights(PersonLike, Random, ActionInfo, Boolean) spec.csharp: - - uid: TinyLife.Skills.SkillType.GetRandomQuality(TinyLife.Objects.PersonLike,System.Random,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Emotions.IEmotionSource,System.Boolean) - name: GetRandomQuality - href: TinyLife.Skills.SkillType.html#TinyLife_Skills_SkillType_GetRandomQuality_TinyLife_Objects_PersonLike_System_Random_TinyLife_Actions_ActionInfo_System_Boolean_TinyLife_Emotions_IEmotionSource_System_Boolean_ + - uid: TinyLife.Skills.SkillType.GetRandomQualityWeights(TinyLife.Objects.PersonLike,System.Random,TinyLife.Actions.ActionInfo,System.Boolean) + name: GetRandomQualityWeights + href: TinyLife.Skills.SkillType.html#TinyLife_Skills_SkillType_GetRandomQualityWeights_TinyLife_Objects_PersonLike_System_Random_TinyLife_Actions_ActionInfo_System_Boolean_ - name: ( - uid: TinyLife.Objects.PersonLike name: PersonLike @@ -1633,26 +1382,15 @@ references: href: TinyLife.Actions.ActionInfo.html - name: ',' - name: " " - - uid: System.Boolean - name: bool - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.boolean - - name: ',' - - name: " " - - uid: TinyLife.Emotions.IEmotionSource - name: IEmotionSource - href: TinyLife.Emotions.IEmotionSource.html - - name: ',' - - name: " " - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) spec.vb: - - uid: TinyLife.Skills.SkillType.GetRandomQuality(TinyLife.Objects.PersonLike,System.Random,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Emotions.IEmotionSource,System.Boolean) - name: GetRandomQuality - href: TinyLife.Skills.SkillType.html#TinyLife_Skills_SkillType_GetRandomQuality_TinyLife_Objects_PersonLike_System_Random_TinyLife_Actions_ActionInfo_System_Boolean_TinyLife_Emotions_IEmotionSource_System_Boolean_ + - uid: TinyLife.Skills.SkillType.GetRandomQualityWeights(TinyLife.Objects.PersonLike,System.Random,TinyLife.Actions.ActionInfo,System.Boolean) + name: GetRandomQualityWeights + href: TinyLife.Skills.SkillType.html#TinyLife_Skills_SkillType_GetRandomQualityWeights_TinyLife_Objects_PersonLike_System_Random_TinyLife_Actions_ActionInfo_System_Boolean_ - name: ( - uid: TinyLife.Objects.PersonLike name: PersonLike @@ -1670,17 +1408,6 @@ references: href: TinyLife.Actions.ActionInfo.html - name: ',' - name: " " - - uid: System.Boolean - name: Boolean - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.boolean - - name: ',' - - name: " " - - uid: TinyLife.Emotions.IEmotionSource - name: IEmotionSource - href: TinyLife.Emotions.IEmotionSource.html - - name: ',' - - name: " " - uid: System.Boolean name: Boolean isExternal: true @@ -1891,6 +1618,90 @@ references: - name: " " - name: T - name: ) +- uid: TinyLife.Skills.SkillType.GetRandomQuality(TinyLife.Objects.PersonLike,System.Random,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Emotions.IEmotionSource,System.Boolean) + commentId: M:TinyLife.Skills.SkillType.GetRandomQuality(TinyLife.Objects.PersonLike,System.Random,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Emotions.IEmotionSource,System.Boolean) + isExternal: true + href: TinyLife.Skills.SkillType.html#TinyLife_Skills_SkillType_GetRandomQuality_TinyLife_Objects_PersonLike_System_Random_TinyLife_Actions_ActionInfo_System_Boolean_TinyLife_Emotions_IEmotionSource_System_Boolean_ + name: GetRandomQuality(PersonLike, Random, ActionInfo, bool, IEmotionSource, bool) + nameWithType: SkillType.GetRandomQuality(PersonLike, Random, ActionInfo, bool, IEmotionSource, bool) + fullName: TinyLife.Skills.SkillType.GetRandomQuality(TinyLife.Objects.PersonLike, System.Random, TinyLife.Actions.ActionInfo, bool, TinyLife.Emotions.IEmotionSource, bool) + nameWithType.vb: SkillType.GetRandomQuality(PersonLike, Random, ActionInfo, Boolean, IEmotionSource, Boolean) + fullName.vb: TinyLife.Skills.SkillType.GetRandomQuality(TinyLife.Objects.PersonLike, System.Random, TinyLife.Actions.ActionInfo, Boolean, TinyLife.Emotions.IEmotionSource, Boolean) + name.vb: GetRandomQuality(PersonLike, Random, ActionInfo, Boolean, IEmotionSource, Boolean) + spec.csharp: + - uid: TinyLife.Skills.SkillType.GetRandomQuality(TinyLife.Objects.PersonLike,System.Random,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Emotions.IEmotionSource,System.Boolean) + name: GetRandomQuality + href: TinyLife.Skills.SkillType.html#TinyLife_Skills_SkillType_GetRandomQuality_TinyLife_Objects_PersonLike_System_Random_TinyLife_Actions_ActionInfo_System_Boolean_TinyLife_Emotions_IEmotionSource_System_Boolean_ + - name: ( + - uid: TinyLife.Objects.PersonLike + name: PersonLike + href: TinyLife.Objects.PersonLike.html + - name: ',' + - name: " " + - uid: System.Random + name: Random + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.random + - name: ',' + - name: " " + - uid: TinyLife.Actions.ActionInfo + name: ActionInfo + href: TinyLife.Actions.ActionInfo.html + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: TinyLife.Emotions.IEmotionSource + name: IEmotionSource + href: TinyLife.Emotions.IEmotionSource.html + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) + spec.vb: + - uid: TinyLife.Skills.SkillType.GetRandomQuality(TinyLife.Objects.PersonLike,System.Random,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Emotions.IEmotionSource,System.Boolean) + name: GetRandomQuality + href: TinyLife.Skills.SkillType.html#TinyLife_Skills_SkillType_GetRandomQuality_TinyLife_Objects_PersonLike_System_Random_TinyLife_Actions_ActionInfo_System_Boolean_TinyLife_Emotions_IEmotionSource_System_Boolean_ + - name: ( + - uid: TinyLife.Objects.PersonLike + name: PersonLike + href: TinyLife.Objects.PersonLike.html + - name: ',' + - name: " " + - uid: System.Random + name: Random + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.random + - name: ',' + - name: " " + - uid: TinyLife.Actions.ActionInfo + name: ActionInfo + href: TinyLife.Actions.ActionInfo.html + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: TinyLife.Emotions.IEmotionSource + name: IEmotionSource + href: TinyLife.Emotions.IEmotionSource.html + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) - uid: System.Action{System.ValueTuple{TinyLife.Objects.PersonLike,TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Boolean,TinyLife.Emotions.IEmotionSource,TinyLife.Skills.Quality}} commentId: T:System.Action{System.ValueTuple{TinyLife.Objects.PersonLike,TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Boolean,TinyLife.Emotions.IEmotionSource,TinyLife.Skills.Quality}} parent: System @@ -2342,18 +2153,12 @@ references: - name: " " - name: TResult - name: ) -- uid: TinyLife.Objects.AgeGroup.Child - commentId: F:TinyLife.Objects.AgeGroup.Child - href: TinyLife.Objects.AgeGroup.html#TinyLife_Objects_AgeGroup_Child - name: Child - nameWithType: AgeGroup.Child - fullName: TinyLife.Objects.AgeGroup.Child -- uid: TinyLife.Objects.AgeGroup.Adult - commentId: F:TinyLife.Objects.AgeGroup.Adult - href: TinyLife.Objects.AgeGroup.html#TinyLife_Objects_AgeGroup_Adult - name: Adult - nameWithType: AgeGroup.Adult - fullName: TinyLife.Objects.AgeGroup.Adult +- uid: TinyLife.Objects.AgeGroup.ChildOrOlder + commentId: F:TinyLife.Objects.AgeGroup.ChildOrOlder + href: TinyLife.Objects.AgeGroup.html#TinyLife_Objects_AgeGroup_ChildOrOlder + name: ChildOrOlder + nameWithType: AgeGroup.ChildOrOlder + fullName: TinyLife.Objects.AgeGroup.ChildOrOlder - uid: TinyLife.Skills.SkillType.RequiredAges* commentId: Overload:TinyLife.Skills.SkillType.RequiredAges href: TinyLife.Skills.SkillType.html#TinyLife_Skills_SkillType_RequiredAges @@ -3046,6 +2851,148 @@ references: - uid: TinyLife.Emotions name: Emotions href: TinyLife.Emotions.html +- uid: TinyLife.Objects.PersonLike.PersonalityTypes + commentId: F:TinyLife.Objects.PersonLike.PersonalityTypes + parent: TinyLife.Objects.PersonLike + href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_PersonalityTypes + name: PersonalityTypes + nameWithType: PersonLike.PersonalityTypes + fullName: TinyLife.Objects.PersonLike.PersonalityTypes +- uid: TinyLife.Objects.PersonLike.Emotion + commentId: P:TinyLife.Objects.PersonLike.Emotion + parent: TinyLife.Objects.PersonLike + href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_Emotion + name: Emotion + nameWithType: PersonLike.Emotion + fullName: TinyLife.Objects.PersonLike.Emotion +- uid: TinyLife.Skills.SkillType.OnGetRandomQuality + commentId: E:TinyLife.Skills.SkillType.OnGetRandomQuality + href: TinyLife.Skills.SkillType.html#TinyLife_Skills_SkillType_OnGetRandomQuality + name: OnGetRandomQuality + nameWithType: SkillType.OnGetRandomQuality + fullName: TinyLife.Skills.SkillType.OnGetRandomQuality +- uid: TinyLife.Skills.SkillType.GetRandomQualityWeights* + commentId: Overload:TinyLife.Skills.SkillType.GetRandomQualityWeights + href: TinyLife.Skills.SkillType.html#TinyLife_Skills_SkillType_GetRandomQualityWeights_TinyLife_Objects_PersonLike_System_Random_TinyLife_Actions_ActionInfo_System_Boolean_ + name: GetRandomQualityWeights + nameWithType: SkillType.GetRandomQualityWeights + fullName: TinyLife.Skills.SkillType.GetRandomQualityWeights +- uid: System.Collections.Generic.Dictionary{TinyLife.Skills.Quality,System.Single} + commentId: T:System.Collections.Generic.Dictionary{TinyLife.Skills.Quality,System.Single} + parent: System.Collections.Generic + definition: System.Collections.Generic.Dictionary`2 + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2 + name: Dictionary + nameWithType: Dictionary + fullName: System.Collections.Generic.Dictionary + nameWithType.vb: Dictionary(Of Quality, Single) + fullName.vb: System.Collections.Generic.Dictionary(Of TinyLife.Skills.Quality, Single) + name.vb: Dictionary(Of Quality, Single) + spec.csharp: + - uid: System.Collections.Generic.Dictionary`2 + name: Dictionary + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2 + - name: < + - uid: TinyLife.Skills.Quality + name: Quality + href: TinyLife.Skills.Quality.html + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: '>' + spec.vb: + - uid: System.Collections.Generic.Dictionary`2 + name: Dictionary + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2 + - name: ( + - name: Of + - name: " " + - uid: TinyLife.Skills.Quality + name: Quality + href: TinyLife.Skills.Quality.html + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ) +- uid: System.Collections.Generic.Dictionary`2 + commentId: T:System.Collections.Generic.Dictionary`2 + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2 + 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 + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2 + - name: < + - name: TKey + - name: ',' + - name: " " + - name: TValue + - name: '>' + spec.vb: + - uid: System.Collections.Generic.Dictionary`2 + name: Dictionary + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2 + - name: ( + - name: Of + - name: " " + - name: TKey + - name: ',' + - name: " " + - name: TValue + - name: ) +- uid: System.Collections.Generic + commentId: N:System.Collections.Generic + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + name: System.Collections.Generic + nameWithType: System.Collections.Generic + fullName: System.Collections.Generic + spec.csharp: + - uid: System + name: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + - name: . + - uid: System.Collections + name: Collections + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections + - name: . + - uid: System.Collections.Generic + name: Generic + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic + spec.vb: + - uid: System + name: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + - name: . + - uid: System.Collections + name: Collections + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections + - name: . + - uid: System.Collections.Generic + name: Generic + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic - uid: TinyLife.Skills.SkillType.MaxLevelMultipliers commentId: P:TinyLife.Skills.SkillType.MaxLevelMultipliers href: TinyLife.Skills.SkillType.html#TinyLife_Skills_SkillType_MaxLevelMultipliers diff --git a/docs/api/TinyLife.Skills.WoodworkingRecipe.yml b/docs/api/TinyLife.Skills.WoodworkingRecipe.yml index d522204..d3247ab 100644 --- a/docs/api/TinyLife.Skills.WoodworkingRecipe.yml +++ b/docs/api/TinyLife.Skills.WoodworkingRecipe.yml @@ -20,14 +20,6 @@ items: nameWithType: WoodworkingRecipe fullName: TinyLife.Skills.WoodworkingRecipe type: Class - source: - remote: - path: TinyLife/Skills/WoodworkingRecipe.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: WoodworkingRecipe - path: ../TinyLife/Skills/WoodworkingRecipe.cs - startLine: 19 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -68,14 +60,6 @@ items: nameWithType: WoodworkingRecipe.Recipes fullName: TinyLife.Skills.WoodworkingRecipe.Recipes type: Field - source: - remote: - path: TinyLife/Skills/WoodworkingRecipe.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Recipes - path: ../TinyLife/Skills/WoodworkingRecipe.cs - startLine: 26 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -97,14 +81,6 @@ items: nameWithType: WoodworkingRecipe.Output fullName: TinyLife.Skills.WoodworkingRecipe.Output type: Field - source: - remote: - path: TinyLife/Skills/WoodworkingRecipe.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Output - path: ../TinyLife/Skills/WoodworkingRecipe.cs - startLine: 68 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -126,14 +102,6 @@ items: nameWithType: WoodworkingRecipe.RequiredLevel fullName: TinyLife.Skills.WoodworkingRecipe.RequiredLevel type: Field - source: - remote: - path: TinyLife/Skills/WoodworkingRecipe.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RequiredLevel - path: ../TinyLife/Skills/WoodworkingRecipe.cs - startLine: 72 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -155,14 +123,6 @@ items: nameWithType: WoodworkingRecipe.PriceMultiplier fullName: TinyLife.Skills.WoodworkingRecipe.PriceMultiplier type: Field - source: - remote: - path: TinyLife/Skills/WoodworkingRecipe.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PriceMultiplier - path: ../TinyLife/Skills/WoodworkingRecipe.cs - startLine: 76 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -184,14 +144,6 @@ items: nameWithType: WoodworkingRecipe.CraftingTime fullName: TinyLife.Skills.WoodworkingRecipe.CraftingTime type: Field - source: - remote: - path: TinyLife/Skills/WoodworkingRecipe.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CraftingTime - path: ../TinyLife/Skills/WoodworkingRecipe.cs - startLine: 81 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -216,14 +168,6 @@ items: nameWithType: WoodworkingRecipe.Name fullName: TinyLife.Skills.WoodworkingRecipe.Name type: Property - source: - remote: - path: TinyLife/Skills/WoodworkingRecipe.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Name - path: ../TinyLife/Skills/WoodworkingRecipe.cs - startLine: 86 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -247,14 +191,6 @@ items: nameWithType: WoodworkingRecipe.WoodworkingRecipe(FurnitureType, int, float, TimeSpan) fullName: TinyLife.Skills.WoodworkingRecipe.WoodworkingRecipe(TinyLife.Objects.FurnitureType, int, float, System.TimeSpan) type: Constructor - source: - remote: - path: TinyLife/Skills/WoodworkingRecipe.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Skills/WoodworkingRecipe.cs - startLine: 95 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -291,14 +227,6 @@ items: nameWithType: WoodworkingRecipe.Register(WoodworkingRecipe) fullName: TinyLife.Skills.WoodworkingRecipe.Register(TinyLife.Skills.WoodworkingRecipe) type: Method - source: - remote: - path: TinyLife/Skills/WoodworkingRecipe.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Register - path: ../TinyLife/Skills/WoodworkingRecipe.cs - startLine: 107 assemblies: - Tiny Life namespace: TinyLife.Skills diff --git a/docs/api/TinyLife.Tools.CanPlaceResult.yml b/docs/api/TinyLife.Tools.CanPlaceResult.yml index c5a2492..6be7f4c 100644 --- a/docs/api/TinyLife.Tools.CanPlaceResult.yml +++ b/docs/api/TinyLife.Tools.CanPlaceResult.yml @@ -30,14 +30,6 @@ items: nameWithType: CanPlaceResult fullName: TinyLife.Tools.CanPlaceResult type: Enum - source: - remote: - path: TinyLife/Tools/Tool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CanPlaceResult - path: ../TinyLife/Tools/Tool.cs - startLine: 434 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -59,14 +51,6 @@ items: nameWithType: CanPlaceResult.Valid fullName: TinyLife.Tools.CanPlaceResult.Valid type: Field - source: - remote: - path: TinyLife/Tools/Tool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Valid - path: ../TinyLife/Tools/Tool.cs - startLine: 437 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -85,14 +69,6 @@ items: nameWithType: CanPlaceResult.MiscInvalid fullName: TinyLife.Tools.CanPlaceResult.MiscInvalid type: Field - source: - remote: - path: TinyLife/Tools/Tool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: MiscInvalid - path: ../TinyLife/Tools/Tool.cs - startLine: 438 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -111,14 +87,6 @@ items: nameWithType: CanPlaceResult.NotEnoughMoney fullName: TinyLife.Tools.CanPlaceResult.NotEnoughMoney type: Field - source: - remote: - path: TinyLife/Tools/Tool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: NotEnoughMoney - path: ../TinyLife/Tools/Tool.cs - startLine: 439 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -137,14 +105,6 @@ items: nameWithType: CanPlaceResult.DisallowedOnGround fullName: TinyLife.Tools.CanPlaceResult.DisallowedOnGround type: Field - source: - remote: - path: TinyLife/Tools/Tool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DisallowedOnGround - path: ../TinyLife/Tools/Tool.cs - startLine: 440 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -163,14 +123,6 @@ items: nameWithType: CanPlaceResult.WallInTheWay fullName: TinyLife.Tools.CanPlaceResult.WallInTheWay type: Field - source: - remote: - path: TinyLife/Tools/Tool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: WallInTheWay - path: ../TinyLife/Tools/Tool.cs - startLine: 441 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -189,14 +141,6 @@ items: nameWithType: CanPlaceResult.RoofInTheWay fullName: TinyLife.Tools.CanPlaceResult.RoofInTheWay type: Field - source: - remote: - path: TinyLife/Tools/Tool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RoofInTheWay - path: ../TinyLife/Tools/Tool.cs - startLine: 442 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -215,14 +159,6 @@ items: nameWithType: CanPlaceResult.StairsInTheWay fullName: TinyLife.Tools.CanPlaceResult.StairsInTheWay type: Field - source: - remote: - path: TinyLife/Tools/Tool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: StairsInTheWay - path: ../TinyLife/Tools/Tool.cs - startLine: 443 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -241,14 +177,6 @@ items: nameWithType: CanPlaceResult.ObjectInTheWay fullName: TinyLife.Tools.CanPlaceResult.ObjectInTheWay type: Field - source: - remote: - path: TinyLife/Tools/Tool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ObjectInTheWay - path: ../TinyLife/Tools/Tool.cs - startLine: 444 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -267,14 +195,6 @@ items: nameWithType: CanPlaceResult.RequiresWall fullName: TinyLife.Tools.CanPlaceResult.RequiresWall type: Field - source: - remote: - path: TinyLife/Tools/Tool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RequiresWall - path: ../TinyLife/Tools/Tool.cs - startLine: 445 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -293,14 +213,6 @@ items: nameWithType: CanPlaceResult.RequiresWallNoOpening fullName: TinyLife.Tools.CanPlaceResult.RequiresWallNoOpening type: Field - source: - remote: - path: TinyLife/Tools/Tool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RequiresWallNoOpening - path: ../TinyLife/Tools/Tool.cs - startLine: 446 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -319,14 +231,6 @@ items: nameWithType: CanPlaceResult.NotOnLot fullName: TinyLife.Tools.CanPlaceResult.NotOnLot type: Field - source: - remote: - path: TinyLife/Tools/Tool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: NotOnLot - path: ../TinyLife/Tools/Tool.cs - startLine: 447 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -345,14 +249,6 @@ items: nameWithType: CanPlaceResult.RequiresCeilingAbove fullName: TinyLife.Tools.CanPlaceResult.RequiresCeilingAbove type: Field - source: - remote: - path: TinyLife/Tools/Tool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RequiresCeilingAbove - path: ../TinyLife/Tools/Tool.cs - startLine: 448 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -371,14 +267,6 @@ items: nameWithType: CanPlaceResult.RequiresGableRoof fullName: TinyLife.Tools.CanPlaceResult.RequiresGableRoof type: Field - source: - remote: - path: TinyLife/Tools/Tool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RequiresGableRoof - path: ../TinyLife/Tools/Tool.cs - startLine: 449 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -397,14 +285,6 @@ items: nameWithType: CanPlaceResult.RequiresRoofBelow fullName: TinyLife.Tools.CanPlaceResult.RequiresRoofBelow type: Field - source: - remote: - path: TinyLife/Tools/Tool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RequiresRoofBelow - path: ../TinyLife/Tools/Tool.cs - startLine: 450 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -423,14 +303,6 @@ items: nameWithType: CanPlaceResult.RequiresTileBelow fullName: TinyLife.Tools.CanPlaceResult.RequiresTileBelow type: Field - source: - remote: - path: TinyLife/Tools/Tool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RequiresTileBelow - path: ../TinyLife/Tools/Tool.cs - startLine: 451 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -449,14 +321,6 @@ items: nameWithType: CanPlaceResult.RequiresWater fullName: TinyLife.Tools.CanPlaceResult.RequiresWater type: Field - source: - remote: - path: TinyLife/Tools/Tool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RequiresWater - path: ../TinyLife/Tools/Tool.cs - startLine: 452 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -475,14 +339,6 @@ items: nameWithType: CanPlaceResult.RequiresNaturalGround fullName: TinyLife.Tools.CanPlaceResult.RequiresNaturalGround type: Field - source: - remote: - path: TinyLife/Tools/Tool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RequiresNaturalGround - path: ../TinyLife/Tools/Tool.cs - startLine: 453 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -501,14 +357,6 @@ items: nameWithType: CanPlaceResult.AreaTooLarge fullName: TinyLife.Tools.CanPlaceResult.AreaTooLarge type: Field - source: - remote: - path: TinyLife/Tools/Tool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AreaTooLarge - path: ../TinyLife/Tools/Tool.cs - startLine: 454 assemblies: - Tiny Life namespace: TinyLife.Tools diff --git a/docs/api/TinyLife.Tools.FenceTool.yml b/docs/api/TinyLife.Tools.FenceTool.yml index c4befcf..b475518 100644 --- a/docs/api/TinyLife.Tools.FenceTool.yml +++ b/docs/api/TinyLife.Tools.FenceTool.yml @@ -11,6 +11,7 @@ items: - TinyLife.Tools.FenceTool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Boolean) - TinyLife.Tools.FenceTool.GetMouseCursor - TinyLife.Tools.FenceTool.InitBuildModeUi(MLEM.Ui.Elements.Panel,MLEM.Ui.Elements.Panel) + - TinyLife.Tools.FenceTool.OnBuildModeButton - TinyLife.Tools.FenceTool.ShouldHighlightSelectedObject(System.Object) - TinyLife.Tools.FenceTool.Update(Microsoft.Xna.Framework.GameTime,System.Boolean) langs: @@ -20,14 +21,6 @@ items: nameWithType: FenceTool fullName: TinyLife.Tools.FenceTool type: Class - source: - remote: - path: TinyLife/Tools/FenceTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: FenceTool - path: ../TinyLife/Tools/FenceTool.cs - startLine: 14 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -84,6 +77,25 @@ items: - System.Object.ToString extensionMethods: - TinyLife.Tools.FenceTool.TinyLife.Utilities.Extensions.JsonCopy``1 +- uid: TinyLife.Tools.FenceTool.OnBuildModeButton + commentId: E:TinyLife.Tools.FenceTool.OnBuildModeButton + id: OnBuildModeButton + parent: TinyLife.Tools.FenceTool + langs: + - csharp + - vb + name: OnBuildModeButton + nameWithType: FenceTool.OnBuildModeButton + fullName: TinyLife.Tools.FenceTool.OnBuildModeButton + type: Event + assemblies: + - Tiny Life + namespace: TinyLife.Tools + syntax: + content: public static event Action OnBuildModeButton + return: + type: System.Action{TinyLife.Objects.FenceType,MLEM.Ui.Elements.Button} + content.vb: Public Shared Event OnBuildModeButton As Action(Of FenceType, Button) - uid: TinyLife.Tools.FenceTool.#ctor commentId: M:TinyLife.Tools.FenceTool.#ctor id: '#ctor' @@ -95,14 +107,6 @@ items: nameWithType: FenceTool.FenceTool() fullName: TinyLife.Tools.FenceTool.FenceTool() type: Constructor - source: - remote: - path: TinyLife/Tools/FenceTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Tools/FenceTool.cs - startLine: 24 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -125,14 +129,6 @@ items: nameWithType: FenceTool.Update(GameTime, bool) fullName: TinyLife.Tools.FenceTool.Update(Microsoft.Xna.Framework.GameTime, bool) type: Method - source: - remote: - path: TinyLife/Tools/FenceTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Update - path: ../TinyLife/Tools/FenceTool.cs - startLine: 27 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -167,14 +163,6 @@ items: nameWithType: FenceTool.Draw(GameTime, SpriteBatch, bool) fullName: TinyLife.Tools.FenceTool.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, bool) type: Method - source: - remote: - path: TinyLife/Tools/FenceTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Draw - path: ../TinyLife/Tools/FenceTool.cs - startLine: 60 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -212,14 +200,6 @@ items: nameWithType: FenceTool.GetMouseCursor() fullName: TinyLife.Tools.FenceTool.GetMouseCursor() type: Method - source: - remote: - path: TinyLife/Tools/FenceTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetMouseCursor - path: ../TinyLife/Tools/FenceTool.cs - startLine: 74 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -247,14 +227,6 @@ items: nameWithType: FenceTool.CanPlaceForTooltip() fullName: TinyLife.Tools.FenceTool.CanPlaceForTooltip() type: Method - source: - remote: - path: TinyLife/Tools/FenceTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CanPlaceForTooltip - path: ../TinyLife/Tools/FenceTool.cs - startLine: 79 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -279,14 +251,6 @@ items: nameWithType: FenceTool.CanUndoRedo() fullName: TinyLife.Tools.FenceTool.CanUndoRedo() type: Method - source: - remote: - path: TinyLife/Tools/FenceTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CanUndoRedo - path: ../TinyLife/Tools/FenceTool.cs - startLine: 86 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -311,14 +275,6 @@ items: nameWithType: FenceTool.ShouldHighlightSelectedObject(object) fullName: TinyLife.Tools.FenceTool.ShouldHighlightSelectedObject(object) type: Method - source: - remote: - path: TinyLife/Tools/FenceTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ShouldHighlightSelectedObject - path: ../TinyLife/Tools/FenceTool.cs - startLine: 91 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -353,14 +309,6 @@ items: nameWithType: FenceTool.InitBuildModeUi(Panel, Panel) fullName: TinyLife.Tools.FenceTool.InitBuildModeUi(MLEM.Ui.Elements.Panel, MLEM.Ui.Elements.Panel) type: Method - source: - remote: - path: TinyLife/Tools/FenceTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: InitBuildModeUi - path: ../TinyLife/Tools/FenceTool.cs - startLine: 96 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -1377,6 +1325,83 @@ references: - uid: TinyLife.Utilities name: Utilities href: TinyLife.Utilities.html +- uid: System.Action{TinyLife.Objects.FenceType,MLEM.Ui.Elements.Button} + commentId: T:System.Action{TinyLife.Objects.FenceType,MLEM.Ui.Elements.Button} + parent: System + definition: System.Action`2 + href: https://learn.microsoft.com/dotnet/api/system.action-2 + name: Action + nameWithType: Action + fullName: System.Action + nameWithType.vb: Action(Of FenceType, Button) + fullName.vb: System.Action(Of TinyLife.Objects.FenceType, MLEM.Ui.Elements.Button) + name.vb: Action(Of FenceType, Button) + spec.csharp: + - uid: System.Action`2 + name: Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.action-2 + - name: < + - uid: TinyLife.Objects.FenceType + name: FenceType + href: TinyLife.Objects.FenceType.html + - name: ',' + - name: " " + - uid: MLEM.Ui.Elements.Button + name: Button + isExternal: true + - name: '>' + spec.vb: + - uid: System.Action`2 + name: Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.action-2 + - name: ( + - name: Of + - name: " " + - uid: TinyLife.Objects.FenceType + name: FenceType + href: TinyLife.Objects.FenceType.html + - name: ',' + - name: " " + - uid: MLEM.Ui.Elements.Button + name: Button + isExternal: true + - name: ) +- uid: System.Action`2 + commentId: T:System.Action`2 + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.action-2 + 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 + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.action-2 + - name: < + - name: T1 + - name: ',' + - name: " " + - name: T2 + - name: '>' + spec.vb: + - uid: System.Action`2 + name: Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.action-2 + - name: ( + - name: Of + - name: " " + - name: T1 + - name: ',' + - name: " " + - name: T2 + - name: ) - uid: TinyLife.Tools.FenceTool.#ctor* commentId: Overload:TinyLife.Tools.FenceTool.#ctor href: TinyLife.Tools.FenceTool.html#TinyLife_Tools_FenceTool__ctor diff --git a/docs/api/TinyLife.Tools.FurniturePlacer.GetCustomPriceDelegate.yml b/docs/api/TinyLife.Tools.FurniturePlacer.GetCustomPriceDelegate.yml index 0578af5..69afff6 100644 --- a/docs/api/TinyLife.Tools.FurniturePlacer.GetCustomPriceDelegate.yml +++ b/docs/api/TinyLife.Tools.FurniturePlacer.GetCustomPriceDelegate.yml @@ -12,14 +12,6 @@ items: nameWithType: FurniturePlacer.GetCustomPriceDelegate fullName: TinyLife.Tools.FurniturePlacer.GetCustomPriceDelegate type: Delegate - source: - remote: - path: TinyLife/Tools/FurniturePlacer.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetCustomPriceDelegate - path: ../TinyLife/Tools/FurniturePlacer.cs - startLine: 473 assemblies: - Tiny Life namespace: TinyLife.Tools diff --git a/docs/api/TinyLife.Tools.FurniturePlacer.yml b/docs/api/TinyLife.Tools.FurniturePlacer.yml index 0b409d3..d322edd 100644 --- a/docs/api/TinyLife.Tools.FurniturePlacer.yml +++ b/docs/api/TinyLife.Tools.FurniturePlacer.yml @@ -27,14 +27,6 @@ items: nameWithType: FurniturePlacer fullName: TinyLife.Tools.FurniturePlacer type: Class - source: - remote: - path: TinyLife/Tools/FurniturePlacer.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: FurniturePlacer - path: ../TinyLife/Tools/FurniturePlacer.cs - startLine: 21 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -69,14 +61,6 @@ items: nameWithType: FurniturePlacer.OnGetCustomPrice fullName: TinyLife.Tools.FurniturePlacer.OnGetCustomPrice type: Event - source: - remote: - path: TinyLife/Tools/FurniturePlacer.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnGetCustomPrice - path: ../TinyLife/Tools/FurniturePlacer.cs - startLine: 27 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -101,14 +85,6 @@ items: nameWithType: FurniturePlacer.SelectedFurniture fullName: TinyLife.Tools.FurniturePlacer.SelectedFurniture type: Property - source: - remote: - path: TinyLife/Tools/FurniturePlacer.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SelectedFurniture - path: ../TinyLife/Tools/FurniturePlacer.cs - startLine: 40 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -132,14 +108,6 @@ items: nameWithType: FurniturePlacer.SelectedPreview fullName: TinyLife.Tools.FurniturePlacer.SelectedPreview type: Property - source: - remote: - path: TinyLife/Tools/FurniturePlacer.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SelectedPreview - path: ../TinyLife/Tools/FurniturePlacer.cs - startLine: 44 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -163,14 +131,6 @@ items: nameWithType: FurniturePlacer.SelectedColors fullName: TinyLife.Tools.FurniturePlacer.SelectedColors type: Property - source: - remote: - path: TinyLife/Tools/FurniturePlacer.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SelectedColors - path: ../TinyLife/Tools/FurniturePlacer.cs - startLine: 48 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -194,14 +154,6 @@ items: nameWithType: FurniturePlacer.FurniturePlacer(Action) fullName: TinyLife.Tools.FurniturePlacer.FurniturePlacer(System.Action) type: Constructor - source: - remote: - path: TinyLife/Tools/FurniturePlacer.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Tools/FurniturePlacer.cs - startLine: 65 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -229,14 +181,6 @@ items: nameWithType: FurniturePlacer.Update() fullName: TinyLife.Tools.FurniturePlacer.Update() type: Method - source: - remote: - path: TinyLife/Tools/FurniturePlacer.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Update - path: ../TinyLife/Tools/FurniturePlacer.cs - startLine: 73 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -260,14 +204,6 @@ items: nameWithType: FurniturePlacer.Draw(GameTime, SpriteBatch) fullName: TinyLife.Tools.FurniturePlacer.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch) type: Method - source: - remote: - path: TinyLife/Tools/FurniturePlacer.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Draw - path: ../TinyLife/Tools/FurniturePlacer.cs - startLine: 104 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -295,14 +231,6 @@ items: nameWithType: FurniturePlacer.ShouldHighlightSelectedObject(object) fullName: TinyLife.Tools.FurniturePlacer.ShouldHighlightSelectedObject(object) type: Method - source: - remote: - path: TinyLife/Tools/FurniturePlacer.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ShouldHighlightSelectedObject - path: ../TinyLife/Tools/FurniturePlacer.cs - startLine: 126 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -336,14 +264,6 @@ items: nameWithType: FurniturePlacer.GetMouseCursor() fullName: TinyLife.Tools.FurniturePlacer.GetMouseCursor() type: Method - source: - remote: - path: TinyLife/Tools/FurniturePlacer.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetMouseCursor - path: ../TinyLife/Tools/FurniturePlacer.cs - startLine: 131 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -370,14 +290,6 @@ items: nameWithType: FurniturePlacer.GetCurrentCanPlaceResult() fullName: TinyLife.Tools.FurniturePlacer.GetCurrentCanPlaceResult() type: Method - source: - remote: - path: TinyLife/Tools/FurniturePlacer.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetCurrentCanPlaceResult - path: ../TinyLife/Tools/FurniturePlacer.cs - startLine: 138 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -401,14 +313,6 @@ items: nameWithType: FurniturePlacer.SelectFurniture(FurnitureType, Furniture, Action, Direction2, int[], bool) fullName: TinyLife.Tools.FurniturePlacer.SelectFurniture(TinyLife.Objects.FurnitureType, TinyLife.Objects.Furniture, System.Action, MLEM.Maths.Direction2, int[], bool) type: Method - source: - remote: - path: TinyLife/Tools/FurniturePlacer.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SelectFurniture - path: ../TinyLife/Tools/FurniturePlacer.cs - startLine: 152 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -454,14 +358,6 @@ items: nameWithType: FurniturePlacer.UnselectFurniture() fullName: TinyLife.Tools.FurniturePlacer.UnselectFurniture() type: Method - source: - remote: - path: TinyLife/Tools/FurniturePlacer.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: UnselectFurniture - path: ../TinyLife/Tools/FurniturePlacer.cs - startLine: 170 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -482,14 +378,6 @@ items: nameWithType: FurniturePlacer.PlaceFurniture() fullName: TinyLife.Tools.FurniturePlacer.PlaceFurniture() type: Method - source: - remote: - path: TinyLife/Tools/FurniturePlacer.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PlaceFurniture - path: ../TinyLife/Tools/FurniturePlacer.cs - startLine: 178 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -513,14 +401,6 @@ items: nameWithType: FurniturePlacer.CanPlace() fullName: TinyLife.Tools.FurniturePlacer.CanPlace() type: Method - source: - remote: - path: TinyLife/Tools/FurniturePlacer.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CanPlace - path: ../TinyLife/Tools/FurniturePlacer.cs - startLine: 244 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -544,14 +424,6 @@ items: nameWithType: FurniturePlacer.GetCustomPrice(Furniture) fullName: TinyLife.Tools.FurniturePlacer.GetCustomPrice(TinyLife.Objects.Furniture) type: Method - source: - remote: - path: TinyLife/Tools/FurniturePlacer.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetCustomPrice - path: ../TinyLife/Tools/FurniturePlacer.cs - startLine: 442 assemblies: - Tiny Life namespace: TinyLife.Tools diff --git a/docs/api/TinyLife.Tools.FurnitureTool.Tab.yml b/docs/api/TinyLife.Tools.FurnitureTool.Tab.yml index 7ae28fc..991740a 100644 --- a/docs/api/TinyLife.Tools.FurnitureTool.Tab.yml +++ b/docs/api/TinyLife.Tools.FurnitureTool.Tab.yml @@ -25,14 +25,6 @@ items: nameWithType: FurnitureTool.Tab fullName: TinyLife.Tools.FurnitureTool.Tab type: Enum - source: - remote: - path: TinyLife/Tools/FurnitureTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Tab - path: ../TinyLife/Tools/FurnitureTool.cs - startLine: 178 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -64,14 +56,6 @@ items: nameWithType: FurnitureTool.Tab.All fullName: TinyLife.Tools.FurnitureTool.Tab.All type: Field - source: - remote: - path: TinyLife/Tools/FurnitureTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: All - path: ../TinyLife/Tools/FurnitureTool.cs - startLine: 182 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -90,14 +74,6 @@ items: nameWithType: FurnitureTool.Tab.LivingRoom fullName: TinyLife.Tools.FurnitureTool.Tab.LivingRoom type: Field - source: - remote: - path: TinyLife/Tools/FurnitureTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: LivingRoom - path: ../TinyLife/Tools/FurnitureTool.cs - startLine: 183 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -116,14 +92,6 @@ items: nameWithType: FurnitureTool.Tab.Kitchen fullName: TinyLife.Tools.FurnitureTool.Tab.Kitchen type: Field - source: - remote: - path: TinyLife/Tools/FurnitureTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Kitchen - path: ../TinyLife/Tools/FurnitureTool.cs - startLine: 184 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -142,14 +110,6 @@ items: nameWithType: FurnitureTool.Tab.Bathroom fullName: TinyLife.Tools.FurnitureTool.Tab.Bathroom type: Field - source: - remote: - path: TinyLife/Tools/FurnitureTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Bathroom - path: ../TinyLife/Tools/FurnitureTool.cs - startLine: 185 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -168,14 +128,6 @@ items: nameWithType: FurnitureTool.Tab.DiningRoom fullName: TinyLife.Tools.FurnitureTool.Tab.DiningRoom type: Field - source: - remote: - path: TinyLife/Tools/FurnitureTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DiningRoom - path: ../TinyLife/Tools/FurnitureTool.cs - startLine: 186 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -194,14 +146,6 @@ items: nameWithType: FurnitureTool.Tab.Bedroom fullName: TinyLife.Tools.FurnitureTool.Tab.Bedroom type: Field - source: - remote: - path: TinyLife/Tools/FurnitureTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Bedroom - path: ../TinyLife/Tools/FurnitureTool.cs - startLine: 187 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -220,14 +164,6 @@ items: nameWithType: FurnitureTool.Tab.Office fullName: TinyLife.Tools.FurnitureTool.Tab.Office type: Field - source: - remote: - path: TinyLife/Tools/FurnitureTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Office - path: ../TinyLife/Tools/FurnitureTool.cs - startLine: 188 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -246,14 +182,6 @@ items: nameWithType: FurnitureTool.Tab.KidsRoom fullName: TinyLife.Tools.FurnitureTool.Tab.KidsRoom type: Field - source: - remote: - path: TinyLife/Tools/FurnitureTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: KidsRoom - path: ../TinyLife/Tools/FurnitureTool.cs - startLine: 189 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -272,14 +200,6 @@ items: nameWithType: FurnitureTool.Tab.Decoration fullName: TinyLife.Tools.FurnitureTool.Tab.Decoration type: Field - source: - remote: - path: TinyLife/Tools/FurnitureTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Decoration - path: ../TinyLife/Tools/FurnitureTool.cs - startLine: 190 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -298,14 +218,6 @@ items: nameWithType: FurnitureTool.Tab.Outside fullName: TinyLife.Tools.FurnitureTool.Tab.Outside type: Field - source: - remote: - path: TinyLife/Tools/FurnitureTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Outside - path: ../TinyLife/Tools/FurnitureTool.cs - startLine: 191 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -324,14 +236,6 @@ items: nameWithType: FurnitureTool.Tab.Lighting fullName: TinyLife.Tools.FurnitureTool.Tab.Lighting type: Field - source: - remote: - path: TinyLife/Tools/FurnitureTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Lighting - path: ../TinyLife/Tools/FurnitureTool.cs - startLine: 192 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -350,14 +254,6 @@ items: nameWithType: FurnitureTool.Tab.Other fullName: TinyLife.Tools.FurnitureTool.Tab.Other type: Field - source: - remote: - path: TinyLife/Tools/FurnitureTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Other - path: ../TinyLife/Tools/FurnitureTool.cs - startLine: 193 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -376,14 +272,6 @@ items: nameWithType: FurnitureTool.Tab.Debug fullName: TinyLife.Tools.FurnitureTool.Tab.Debug type: Field - source: - remote: - path: TinyLife/Tools/FurnitureTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Debug - path: ../TinyLife/Tools/FurnitureTool.cs - startLine: 194 assemblies: - Tiny Life namespace: TinyLife.Tools diff --git a/docs/api/TinyLife.Tools.FurnitureTool.yml b/docs/api/TinyLife.Tools.FurnitureTool.yml index 1f338ea..d1c9469 100644 --- a/docs/api/TinyLife.Tools.FurnitureTool.yml +++ b/docs/api/TinyLife.Tools.FurnitureTool.yml @@ -11,6 +11,7 @@ items: - TinyLife.Tools.FurnitureTool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Boolean) - TinyLife.Tools.FurnitureTool.GetMouseCursor - TinyLife.Tools.FurnitureTool.InitBuildModeUi(MLEM.Ui.Elements.Panel,MLEM.Ui.Elements.Panel) + - TinyLife.Tools.FurnitureTool.OnBuildModeButton - TinyLife.Tools.FurnitureTool.ShouldHighlightSelectedObject(System.Object) - TinyLife.Tools.FurnitureTool.Update(Microsoft.Xna.Framework.GameTime,System.Boolean) langs: @@ -20,14 +21,6 @@ items: nameWithType: FurnitureTool fullName: TinyLife.Tools.FurnitureTool type: Class - source: - remote: - path: TinyLife/Tools/FurnitureTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: FurnitureTool - path: ../TinyLife/Tools/FurnitureTool.cs - startLine: 17 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -84,6 +77,25 @@ items: - System.Object.ToString extensionMethods: - TinyLife.Tools.FurnitureTool.TinyLife.Utilities.Extensions.JsonCopy``1 +- uid: TinyLife.Tools.FurnitureTool.OnBuildModeButton + commentId: E:TinyLife.Tools.FurnitureTool.OnBuildModeButton + id: OnBuildModeButton + parent: TinyLife.Tools.FurnitureTool + langs: + - csharp + - vb + name: OnBuildModeButton + nameWithType: FurnitureTool.OnBuildModeButton + fullName: TinyLife.Tools.FurnitureTool.OnBuildModeButton + type: Event + assemblies: + - Tiny Life + namespace: TinyLife.Tools + syntax: + content: public static event Action OnBuildModeButton + return: + type: System.Action{TinyLife.Objects.FurnitureType,TinyLife.Objects.Furniture,MLEM.Ui.Elements.Button} + content.vb: Public Shared Event OnBuildModeButton As Action(Of FurnitureType, Furniture, Button) - uid: TinyLife.Tools.FurnitureTool.#ctor commentId: M:TinyLife.Tools.FurnitureTool.#ctor id: '#ctor' @@ -95,14 +107,6 @@ items: nameWithType: FurnitureTool.FurnitureTool() fullName: TinyLife.Tools.FurnitureTool.FurnitureTool() type: Constructor - source: - remote: - path: TinyLife/Tools/FurnitureTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Tools/FurnitureTool.cs - startLine: 30 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -125,14 +129,6 @@ items: nameWithType: FurnitureTool.Update(GameTime, bool) fullName: TinyLife.Tools.FurnitureTool.Update(Microsoft.Xna.Framework.GameTime, bool) type: Method - source: - remote: - path: TinyLife/Tools/FurnitureTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Update - path: ../TinyLife/Tools/FurnitureTool.cs - startLine: 33 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -167,14 +163,6 @@ items: nameWithType: FurnitureTool.Draw(GameTime, SpriteBatch, bool) fullName: TinyLife.Tools.FurnitureTool.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, bool) type: Method - source: - remote: - path: TinyLife/Tools/FurnitureTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Draw - path: ../TinyLife/Tools/FurnitureTool.cs - startLine: 51 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -212,14 +200,6 @@ items: nameWithType: FurnitureTool.InitBuildModeUi(Panel, Panel) fullName: TinyLife.Tools.FurnitureTool.InitBuildModeUi(MLEM.Ui.Elements.Panel, MLEM.Ui.Elements.Panel) type: Method - source: - remote: - path: TinyLife/Tools/FurnitureTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: InitBuildModeUi - path: ../TinyLife/Tools/FurnitureTool.cs - startLine: 59 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -251,14 +231,6 @@ items: nameWithType: FurnitureTool.Closed() fullName: TinyLife.Tools.FurnitureTool.Closed() type: Method - source: - remote: - path: TinyLife/Tools/FurnitureTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Closed - path: ../TinyLife/Tools/FurnitureTool.cs - startLine: 110 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -283,14 +255,6 @@ items: nameWithType: FurnitureTool.GetMouseCursor() fullName: TinyLife.Tools.FurnitureTool.GetMouseCursor() type: Method - source: - remote: - path: TinyLife/Tools/FurnitureTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetMouseCursor - path: ../TinyLife/Tools/FurnitureTool.cs - startLine: 118 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -318,14 +282,6 @@ items: nameWithType: FurnitureTool.CanPlaceForTooltip() fullName: TinyLife.Tools.FurnitureTool.CanPlaceForTooltip() type: Method - source: - remote: - path: TinyLife/Tools/FurnitureTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CanPlaceForTooltip - path: ../TinyLife/Tools/FurnitureTool.cs - startLine: 123 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -350,14 +306,6 @@ items: nameWithType: FurnitureTool.ShouldHighlightSelectedObject(object) fullName: TinyLife.Tools.FurnitureTool.ShouldHighlightSelectedObject(object) type: Method - source: - remote: - path: TinyLife/Tools/FurnitureTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ShouldHighlightSelectedObject - path: ../TinyLife/Tools/FurnitureTool.cs - startLine: 128 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -1377,6 +1325,99 @@ references: - uid: TinyLife.Utilities name: Utilities href: TinyLife.Utilities.html +- uid: System.Action{TinyLife.Objects.FurnitureType,TinyLife.Objects.Furniture,MLEM.Ui.Elements.Button} + commentId: T:System.Action{TinyLife.Objects.FurnitureType,TinyLife.Objects.Furniture,MLEM.Ui.Elements.Button} + parent: System + definition: System.Action`3 + href: https://learn.microsoft.com/dotnet/api/system.action-3 + name: Action + nameWithType: Action + fullName: System.Action + nameWithType.vb: Action(Of FurnitureType, Furniture, Button) + fullName.vb: System.Action(Of TinyLife.Objects.FurnitureType, TinyLife.Objects.Furniture, MLEM.Ui.Elements.Button) + name.vb: Action(Of FurnitureType, Furniture, Button) + spec.csharp: + - uid: System.Action`3 + name: Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.action-3 + - name: < + - uid: TinyLife.Objects.FurnitureType + name: FurnitureType + href: TinyLife.Objects.FurnitureType.html + - name: ',' + - name: " " + - uid: TinyLife.Objects.Furniture + name: Furniture + href: TinyLife.Objects.Furniture.html + - name: ',' + - name: " " + - uid: MLEM.Ui.Elements.Button + name: Button + isExternal: true + - name: '>' + spec.vb: + - uid: System.Action`3 + name: Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.action-3 + - name: ( + - name: Of + - name: " " + - uid: TinyLife.Objects.FurnitureType + name: FurnitureType + href: TinyLife.Objects.FurnitureType.html + - name: ',' + - name: " " + - uid: TinyLife.Objects.Furniture + name: Furniture + href: TinyLife.Objects.Furniture.html + - name: ',' + - name: " " + - uid: MLEM.Ui.Elements.Button + name: Button + isExternal: true + - name: ) +- uid: System.Action`3 + commentId: T:System.Action`3 + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.action-3 + name: Action + nameWithType: Action + fullName: System.Action + nameWithType.vb: Action(Of T1, T2, T3) + fullName.vb: System.Action(Of T1, T2, T3) + name.vb: Action(Of T1, T2, T3) + spec.csharp: + - uid: System.Action`3 + name: Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.action-3 + - name: < + - name: T1 + - name: ',' + - name: " " + - name: T2 + - name: ',' + - name: " " + - name: T3 + - name: '>' + spec.vb: + - uid: System.Action`3 + name: Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.action-3 + - name: ( + - name: Of + - name: " " + - name: T1 + - name: ',' + - name: " " + - name: T2 + - name: ',' + - name: " " + - name: T3 + - name: ) - uid: TinyLife.Tools.FurnitureTool.#ctor* commentId: Overload:TinyLife.Tools.FurnitureTool.#ctor href: TinyLife.Tools.FurnitureTool.html#TinyLife_Tools_FurnitureTool__ctor diff --git a/docs/api/TinyLife.Tools.LotTool.yml b/docs/api/TinyLife.Tools.LotTool.yml index 2e021f9..7640f13 100644 --- a/docs/api/TinyLife.Tools.LotTool.yml +++ b/docs/api/TinyLife.Tools.LotTool.yml @@ -18,14 +18,6 @@ items: nameWithType: LotTool fullName: TinyLife.Tools.LotTool type: Class - source: - remote: - path: TinyLife/Tools/LotTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: LotTool - path: ../TinyLife/Tools/LotTool.cs - startLine: 14 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -95,14 +87,6 @@ items: nameWithType: LotTool.LotTool() fullName: TinyLife.Tools.LotTool.LotTool() type: Constructor - source: - remote: - path: TinyLife/Tools/LotTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Tools/LotTool.cs - startLine: 20 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -125,14 +109,6 @@ items: nameWithType: LotTool.Update(GameTime, bool) fullName: TinyLife.Tools.LotTool.Update(Microsoft.Xna.Framework.GameTime, bool) type: Method - source: - remote: - path: TinyLife/Tools/LotTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Update - path: ../TinyLife/Tools/LotTool.cs - startLine: 23 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -167,14 +143,6 @@ items: nameWithType: LotTool.Draw(GameTime, SpriteBatch, bool) fullName: TinyLife.Tools.LotTool.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, bool) type: Method - source: - remote: - path: TinyLife/Tools/LotTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Draw - path: ../TinyLife/Tools/LotTool.cs - startLine: 45 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -212,14 +180,6 @@ items: nameWithType: LotTool.CanUndoRedo() fullName: TinyLife.Tools.LotTool.CanUndoRedo() type: Method - source: - remote: - path: TinyLife/Tools/LotTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CanUndoRedo - path: ../TinyLife/Tools/LotTool.cs - startLine: 54 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -244,14 +204,6 @@ items: nameWithType: LotTool.ShouldHighlightSelectedObject(object) fullName: TinyLife.Tools.LotTool.ShouldHighlightSelectedObject(object) type: Method - source: - remote: - path: TinyLife/Tools/LotTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ShouldHighlightSelectedObject - path: ../TinyLife/Tools/LotTool.cs - startLine: 59 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -286,14 +238,6 @@ items: nameWithType: LotTool.OnButtonCreated(Button) fullName: TinyLife.Tools.LotTool.OnButtonCreated(MLEM.Ui.Elements.Button) type: Method - source: - remote: - path: TinyLife/Tools/LotTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnButtonCreated - path: ../TinyLife/Tools/LotTool.cs - startLine: 64 assemblies: - Tiny Life namespace: TinyLife.Tools diff --git a/docs/api/TinyLife.Tools.MoveLotTool.yml b/docs/api/TinyLife.Tools.MoveLotTool.yml index d9feb13..2f8c846 100644 --- a/docs/api/TinyLife.Tools.MoveLotTool.yml +++ b/docs/api/TinyLife.Tools.MoveLotTool.yml @@ -24,14 +24,6 @@ items: nameWithType: MoveLotTool fullName: TinyLife.Tools.MoveLotTool type: Class - source: - remote: - path: TinyLife/Tools/MoveLotTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: MoveLotTool - path: ../TinyLife/Tools/MoveLotTool.cs - startLine: 18 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -98,14 +90,6 @@ items: nameWithType: MoveLotTool.MoveLotTool() fullName: TinyLife.Tools.MoveLotTool.MoveLotTool() type: Constructor - source: - remote: - path: TinyLife/Tools/MoveLotTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Tools/MoveLotTool.cs - startLine: 25 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -128,14 +112,6 @@ items: nameWithType: MoveLotTool.Opened() fullName: TinyLife.Tools.MoveLotTool.Opened() type: Method - source: - remote: - path: TinyLife/Tools/MoveLotTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Opened - path: ../TinyLife/Tools/MoveLotTool.cs - startLine: 28 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -160,14 +136,6 @@ items: nameWithType: MoveLotTool.Closed() fullName: TinyLife.Tools.MoveLotTool.Closed() type: Method - source: - remote: - path: TinyLife/Tools/MoveLotTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Closed - path: ../TinyLife/Tools/MoveLotTool.cs - startLine: 36 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -192,14 +160,6 @@ items: nameWithType: MoveLotTool.Update(GameTime, bool) fullName: TinyLife.Tools.MoveLotTool.Update(Microsoft.Xna.Framework.GameTime, bool) type: Method - source: - remote: - path: TinyLife/Tools/MoveLotTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Update - path: ../TinyLife/Tools/MoveLotTool.cs - startLine: 49 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -234,14 +194,6 @@ items: nameWithType: MoveLotTool.Draw(GameTime, SpriteBatch, bool) fullName: TinyLife.Tools.MoveLotTool.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, bool) type: Method - source: - remote: - path: TinyLife/Tools/MoveLotTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Draw - path: ../TinyLife/Tools/MoveLotTool.cs - startLine: 94 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -279,14 +231,6 @@ items: nameWithType: MoveLotTool.CanSwitchGameModes() fullName: TinyLife.Tools.MoveLotTool.CanSwitchGameModes() type: Method - source: - remote: - path: TinyLife/Tools/MoveLotTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CanSwitchGameModes - path: ../TinyLife/Tools/MoveLotTool.cs - startLine: 101 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -311,14 +255,6 @@ items: nameWithType: MoveLotTool.CanUndoRedo() fullName: TinyLife.Tools.MoveLotTool.CanUndoRedo() type: Method - source: - remote: - path: TinyLife/Tools/MoveLotTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CanUndoRedo - path: ../TinyLife/Tools/MoveLotTool.cs - startLine: 106 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -343,14 +279,6 @@ items: nameWithType: MoveLotTool.ShouldHighlightSelectedObject(object) fullName: TinyLife.Tools.MoveLotTool.ShouldHighlightSelectedObject(object) type: Method - source: - remote: - path: TinyLife/Tools/MoveLotTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ShouldHighlightSelectedObject - path: ../TinyLife/Tools/MoveLotTool.cs - startLine: 111 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -385,14 +313,6 @@ items: nameWithType: MoveLotTool.GetMouseCursor() fullName: TinyLife.Tools.MoveLotTool.GetMouseCursor() type: Method - source: - remote: - path: TinyLife/Tools/MoveLotTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetMouseCursor - path: ../TinyLife/Tools/MoveLotTool.cs - startLine: 116 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -420,14 +340,6 @@ items: nameWithType: MoveLotTool.Move(ExportedLot, Point) fullName: TinyLife.Tools.MoveLotTool.Move(TinyLife.World.ExportedLot, Microsoft.Xna.Framework.Point) type: Method - source: - remote: - path: TinyLife/Tools/MoveLotTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Move - path: ../TinyLife/Tools/MoveLotTool.cs - startLine: 129 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -455,14 +367,6 @@ items: nameWithType: MoveLotTool.Draw(ExportedLot, Point, GameTime, SpriteBatch, bool) fullName: TinyLife.Tools.MoveLotTool.Draw(TinyLife.World.ExportedLot, Microsoft.Xna.Framework.Point, Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, bool) type: Method - source: - remote: - path: TinyLife/Tools/MoveLotTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Draw - path: ../TinyLife/Tools/MoveLotTool.cs - startLine: 152 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -502,14 +406,6 @@ items: nameWithType: MoveLotTool.Rotate(ExportedLot, Point) fullName: TinyLife.Tools.MoveLotTool.Rotate(TinyLife.World.ExportedLot, Microsoft.Xna.Framework.Point) type: Method - source: - remote: - path: TinyLife/Tools/MoveLotTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Rotate - path: ../TinyLife/Tools/MoveLotTool.cs - startLine: 200 assemblies: - Tiny Life namespace: TinyLife.Tools diff --git a/docs/api/TinyLife.Tools.MoveTool.yml b/docs/api/TinyLife.Tools.MoveTool.yml index 65056e2..005037b 100644 --- a/docs/api/TinyLife.Tools.MoveTool.yml +++ b/docs/api/TinyLife.Tools.MoveTool.yml @@ -13,6 +13,7 @@ items: - TinyLife.Tools.MoveTool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Boolean) - TinyLife.Tools.MoveTool.GetMouseCursor - TinyLife.Tools.MoveTool.InitBuildModeUi(MLEM.Ui.Elements.Panel,MLEM.Ui.Elements.Panel) + - TinyLife.Tools.MoveTool.OnBuildModeButton - TinyLife.Tools.MoveTool.OnButtonCreated(MLEM.Ui.Elements.Button) - TinyLife.Tools.MoveTool.Opened - TinyLife.Tools.MoveTool.Reload @@ -25,14 +26,6 @@ items: nameWithType: MoveTool fullName: TinyLife.Tools.MoveTool type: Class - source: - remote: - path: TinyLife/Tools/MoveTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: MoveTool - path: ../TinyLife/Tools/MoveTool.cs - startLine: 21 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -85,6 +78,25 @@ items: - System.Object.ToString extensionMethods: - TinyLife.Tools.MoveTool.TinyLife.Utilities.Extensions.JsonCopy``1 +- uid: TinyLife.Tools.MoveTool.OnBuildModeButton + commentId: E:TinyLife.Tools.MoveTool.OnBuildModeButton + id: OnBuildModeButton + parent: TinyLife.Tools.MoveTool + langs: + - csharp + - vb + name: OnBuildModeButton + nameWithType: MoveTool.OnBuildModeButton + fullName: TinyLife.Tools.MoveTool.OnBuildModeButton + type: Event + assemblies: + - Tiny Life + namespace: TinyLife.Tools + syntax: + content: public static event Action OnBuildModeButton + return: + type: System.Action{TinyLife.Objects.Furniture,MLEM.Ui.Elements.Button} + content.vb: Public Shared Event OnBuildModeButton As Action(Of Furniture, Button) - uid: TinyLife.Tools.MoveTool.#ctor commentId: M:TinyLife.Tools.MoveTool.#ctor id: '#ctor' @@ -96,14 +108,6 @@ items: nameWithType: MoveTool.MoveTool() fullName: TinyLife.Tools.MoveTool.MoveTool() type: Constructor - source: - remote: - path: TinyLife/Tools/MoveTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Tools/MoveTool.cs - startLine: 29 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -126,14 +130,6 @@ items: nameWithType: MoveTool.Opened() fullName: TinyLife.Tools.MoveTool.Opened() type: Method - source: - remote: - path: TinyLife/Tools/MoveTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Opened - path: ../TinyLife/Tools/MoveTool.cs - startLine: 34 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -158,14 +154,6 @@ items: nameWithType: MoveTool.Closed() fullName: TinyLife.Tools.MoveTool.Closed() type: Method - source: - remote: - path: TinyLife/Tools/MoveTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Closed - path: ../TinyLife/Tools/MoveTool.cs - startLine: 41 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -190,14 +178,6 @@ items: nameWithType: MoveTool.InitBuildModeUi(Panel, Panel) fullName: TinyLife.Tools.MoveTool.InitBuildModeUi(MLEM.Ui.Elements.Panel, MLEM.Ui.Elements.Panel) type: Method - source: - remote: - path: TinyLife/Tools/MoveTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: InitBuildModeUi - path: ../TinyLife/Tools/MoveTool.cs - startLine: 53 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -229,14 +209,6 @@ items: nameWithType: MoveTool.Update(GameTime, bool) fullName: TinyLife.Tools.MoveTool.Update(Microsoft.Xna.Framework.GameTime, bool) type: Method - source: - remote: - path: TinyLife/Tools/MoveTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Update - path: ../TinyLife/Tools/MoveTool.cs - startLine: 69 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -271,14 +243,6 @@ items: nameWithType: MoveTool.Draw(GameTime, SpriteBatch, bool) fullName: TinyLife.Tools.MoveTool.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, bool) type: Method - source: - remote: - path: TinyLife/Tools/MoveTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Draw - path: ../TinyLife/Tools/MoveTool.cs - startLine: 106 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -316,14 +280,6 @@ items: nameWithType: MoveTool.GetMouseCursor() fullName: TinyLife.Tools.MoveTool.GetMouseCursor() type: Method - source: - remote: - path: TinyLife/Tools/MoveTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetMouseCursor - path: ../TinyLife/Tools/MoveTool.cs - startLine: 114 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -351,14 +307,6 @@ items: nameWithType: MoveTool.CanPlaceForTooltip() fullName: TinyLife.Tools.MoveTool.CanPlaceForTooltip() type: Method - source: - remote: - path: TinyLife/Tools/MoveTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CanPlaceForTooltip - path: ../TinyLife/Tools/MoveTool.cs - startLine: 119 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -383,14 +331,6 @@ items: nameWithType: MoveTool.CanSwitchGameModes() fullName: TinyLife.Tools.MoveTool.CanSwitchGameModes() type: Method - source: - remote: - path: TinyLife/Tools/MoveTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CanSwitchGameModes - path: ../TinyLife/Tools/MoveTool.cs - startLine: 124 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -415,14 +355,6 @@ items: nameWithType: MoveTool.CanUndoRedo() fullName: TinyLife.Tools.MoveTool.CanUndoRedo() type: Method - source: - remote: - path: TinyLife/Tools/MoveTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CanUndoRedo - path: ../TinyLife/Tools/MoveTool.cs - startLine: 130 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -447,14 +379,6 @@ items: nameWithType: MoveTool.ShouldHighlightSelectedObject(object) fullName: TinyLife.Tools.MoveTool.ShouldHighlightSelectedObject(object) type: Method - source: - remote: - path: TinyLife/Tools/MoveTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ShouldHighlightSelectedObject - path: ../TinyLife/Tools/MoveTool.cs - startLine: 135 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -489,14 +413,6 @@ items: nameWithType: MoveTool.OnButtonCreated(Button) fullName: TinyLife.Tools.MoveTool.OnButtonCreated(MLEM.Ui.Elements.Button) type: Method - source: - remote: - path: TinyLife/Tools/MoveTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnButtonCreated - path: ../TinyLife/Tools/MoveTool.cs - startLine: 140 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -522,14 +438,6 @@ items: nameWithType: MoveTool.Reload() fullName: TinyLife.Tools.MoveTool.Reload() type: Method - source: - remote: - path: TinyLife/Tools/MoveTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Reload - path: ../TinyLife/Tools/MoveTool.cs - startLine: 162 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -1452,6 +1360,83 @@ references: - uid: TinyLife.Utilities name: Utilities href: TinyLife.Utilities.html +- uid: System.Action{TinyLife.Objects.Furniture,MLEM.Ui.Elements.Button} + commentId: T:System.Action{TinyLife.Objects.Furniture,MLEM.Ui.Elements.Button} + parent: System + definition: System.Action`2 + href: https://learn.microsoft.com/dotnet/api/system.action-2 + name: Action + nameWithType: Action + fullName: System.Action + nameWithType.vb: Action(Of Furniture, Button) + fullName.vb: System.Action(Of TinyLife.Objects.Furniture, MLEM.Ui.Elements.Button) + name.vb: Action(Of Furniture, Button) + spec.csharp: + - uid: System.Action`2 + name: Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.action-2 + - name: < + - uid: TinyLife.Objects.Furniture + name: Furniture + href: TinyLife.Objects.Furniture.html + - name: ',' + - name: " " + - uid: MLEM.Ui.Elements.Button + name: Button + isExternal: true + - name: '>' + spec.vb: + - uid: System.Action`2 + name: Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.action-2 + - name: ( + - name: Of + - name: " " + - uid: TinyLife.Objects.Furniture + name: Furniture + href: TinyLife.Objects.Furniture.html + - name: ',' + - name: " " + - uid: MLEM.Ui.Elements.Button + name: Button + isExternal: true + - name: ) +- uid: System.Action`2 + commentId: T:System.Action`2 + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.action-2 + 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 + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.action-2 + - name: < + - name: T1 + - name: ',' + - name: " " + - name: T2 + - name: '>' + spec.vb: + - uid: System.Action`2 + name: Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.action-2 + - name: ( + - name: Of + - name: " " + - name: T1 + - name: ',' + - name: " " + - name: T2 + - name: ) - uid: TinyLife.Tools.MoveTool.#ctor* commentId: Overload:TinyLife.Tools.MoveTool.#ctor href: TinyLife.Tools.MoveTool.html#TinyLife_Tools_MoveTool__ctor diff --git a/docs/api/TinyLife.Tools.OpeningTool.yml b/docs/api/TinyLife.Tools.OpeningTool.yml index e2f213b..9c7d027 100644 --- a/docs/api/TinyLife.Tools.OpeningTool.yml +++ b/docs/api/TinyLife.Tools.OpeningTool.yml @@ -10,6 +10,7 @@ items: - TinyLife.Tools.OpeningTool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Boolean) - TinyLife.Tools.OpeningTool.GetMouseCursor - TinyLife.Tools.OpeningTool.InitBuildModeUi(MLEM.Ui.Elements.Panel,MLEM.Ui.Elements.Panel) + - TinyLife.Tools.OpeningTool.OnBuildModeButton - TinyLife.Tools.OpeningTool.ShouldHighlightSelectedObject(System.Object) - TinyLife.Tools.OpeningTool.Update(Microsoft.Xna.Framework.GameTime,System.Boolean) langs: @@ -19,14 +20,6 @@ items: nameWithType: OpeningTool fullName: TinyLife.Tools.OpeningTool type: Class - source: - remote: - path: TinyLife/Tools/OpeningTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OpeningTool - path: ../TinyLife/Tools/OpeningTool.cs - startLine: 16 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -84,6 +77,25 @@ items: - System.Object.ToString extensionMethods: - TinyLife.Tools.OpeningTool.TinyLife.Utilities.Extensions.JsonCopy``1 +- uid: TinyLife.Tools.OpeningTool.OnBuildModeButton + commentId: E:TinyLife.Tools.OpeningTool.OnBuildModeButton + id: OnBuildModeButton + parent: TinyLife.Tools.OpeningTool + langs: + - csharp + - vb + name: OnBuildModeButton + nameWithType: OpeningTool.OnBuildModeButton + fullName: TinyLife.Tools.OpeningTool.OnBuildModeButton + type: Event + assemblies: + - Tiny Life + namespace: TinyLife.Tools + syntax: + content: public static event Action OnBuildModeButton + return: + type: System.Action{TinyLife.World.OpeningType,MLEM.Ui.Elements.Button} + content.vb: Public Shared Event OnBuildModeButton As Action(Of OpeningType, Button) - uid: TinyLife.Tools.OpeningTool.#ctor commentId: M:TinyLife.Tools.OpeningTool.#ctor id: '#ctor' @@ -95,14 +107,6 @@ items: nameWithType: OpeningTool.OpeningTool() fullName: TinyLife.Tools.OpeningTool.OpeningTool() type: Constructor - source: - remote: - path: TinyLife/Tools/OpeningTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Tools/OpeningTool.cs - startLine: 23 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -125,14 +129,6 @@ items: nameWithType: OpeningTool.Update(GameTime, bool) fullName: TinyLife.Tools.OpeningTool.Update(Microsoft.Xna.Framework.GameTime, bool) type: Method - source: - remote: - path: TinyLife/Tools/OpeningTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Update - path: ../TinyLife/Tools/OpeningTool.cs - startLine: 26 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -167,14 +163,6 @@ items: nameWithType: OpeningTool.Draw(GameTime, SpriteBatch, bool) fullName: TinyLife.Tools.OpeningTool.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, bool) type: Method - source: - remote: - path: TinyLife/Tools/OpeningTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Draw - path: ../TinyLife/Tools/OpeningTool.cs - startLine: 64 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -212,14 +200,6 @@ items: nameWithType: OpeningTool.InitBuildModeUi(Panel, Panel) fullName: TinyLife.Tools.OpeningTool.InitBuildModeUi(MLEM.Ui.Elements.Panel, MLEM.Ui.Elements.Panel) type: Method - source: - remote: - path: TinyLife/Tools/OpeningTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: InitBuildModeUi - path: ../TinyLife/Tools/OpeningTool.cs - startLine: 79 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -251,14 +231,6 @@ items: nameWithType: OpeningTool.GetMouseCursor() fullName: TinyLife.Tools.OpeningTool.GetMouseCursor() type: Method - source: - remote: - path: TinyLife/Tools/OpeningTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetMouseCursor - path: ../TinyLife/Tools/OpeningTool.cs - startLine: 107 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -286,14 +258,6 @@ items: nameWithType: OpeningTool.CanPlaceForTooltip() fullName: TinyLife.Tools.OpeningTool.CanPlaceForTooltip() type: Method - source: - remote: - path: TinyLife/Tools/OpeningTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CanPlaceForTooltip - path: ../TinyLife/Tools/OpeningTool.cs - startLine: 114 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -318,14 +282,6 @@ items: nameWithType: OpeningTool.ShouldHighlightSelectedObject(object) fullName: TinyLife.Tools.OpeningTool.ShouldHighlightSelectedObject(object) type: Method - source: - remote: - path: TinyLife/Tools/OpeningTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ShouldHighlightSelectedObject - path: ../TinyLife/Tools/OpeningTool.cs - startLine: 123 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -1364,6 +1320,83 @@ references: - uid: TinyLife.Utilities name: Utilities href: TinyLife.Utilities.html +- uid: System.Action{TinyLife.World.OpeningType,MLEM.Ui.Elements.Button} + commentId: T:System.Action{TinyLife.World.OpeningType,MLEM.Ui.Elements.Button} + parent: System + definition: System.Action`2 + href: https://learn.microsoft.com/dotnet/api/system.action-2 + name: Action + nameWithType: Action + fullName: System.Action + nameWithType.vb: Action(Of OpeningType, Button) + fullName.vb: System.Action(Of TinyLife.World.OpeningType, MLEM.Ui.Elements.Button) + name.vb: Action(Of OpeningType, Button) + spec.csharp: + - uid: System.Action`2 + name: Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.action-2 + - name: < + - uid: TinyLife.World.OpeningType + name: OpeningType + href: TinyLife.World.OpeningType.html + - name: ',' + - name: " " + - uid: MLEM.Ui.Elements.Button + name: Button + isExternal: true + - name: '>' + spec.vb: + - uid: System.Action`2 + name: Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.action-2 + - name: ( + - name: Of + - name: " " + - uid: TinyLife.World.OpeningType + name: OpeningType + href: TinyLife.World.OpeningType.html + - name: ',' + - name: " " + - uid: MLEM.Ui.Elements.Button + name: Button + isExternal: true + - name: ) +- uid: System.Action`2 + commentId: T:System.Action`2 + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.action-2 + 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 + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.action-2 + - name: < + - name: T1 + - name: ',' + - name: " " + - name: T2 + - name: '>' + spec.vb: + - uid: System.Action`2 + name: Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.action-2 + - name: ( + - name: Of + - name: " " + - name: T1 + - name: ',' + - name: " " + - name: T2 + - name: ) - uid: TinyLife.Tools.OpeningTool.#ctor* commentId: Overload:TinyLife.Tools.OpeningTool.#ctor href: TinyLife.Tools.OpeningTool.html#TinyLife_Tools_OpeningTool__ctor diff --git a/docs/api/TinyLife.Tools.PlayModeTool.StatType.yml b/docs/api/TinyLife.Tools.PlayModeTool.StatType.yml index 0dea06b..0cc9ab9 100644 --- a/docs/api/TinyLife.Tools.PlayModeTool.StatType.yml +++ b/docs/api/TinyLife.Tools.PlayModeTool.StatType.yml @@ -19,14 +19,6 @@ items: nameWithType: PlayModeTool.StatType fullName: TinyLife.Tools.PlayModeTool.StatType type: Enum - source: - remote: - path: TinyLife/Tools/PlayModeTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: StatType - path: ../TinyLife/Tools/PlayModeTool.cs - startLine: 1203 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -48,14 +40,6 @@ items: nameWithType: PlayModeTool.StatType.Needs fullName: TinyLife.Tools.PlayModeTool.StatType.Needs type: Field - source: - remote: - path: TinyLife/Tools/PlayModeTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Needs - path: ../TinyLife/Tools/PlayModeTool.cs - startLine: 1206 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -74,14 +58,6 @@ items: nameWithType: PlayModeTool.StatType.Emotions fullName: TinyLife.Tools.PlayModeTool.StatType.Emotions type: Field - source: - remote: - path: TinyLife/Tools/PlayModeTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Emotions - path: ../TinyLife/Tools/PlayModeTool.cs - startLine: 1207 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -100,14 +76,6 @@ items: nameWithType: PlayModeTool.StatType.Skills fullName: TinyLife.Tools.PlayModeTool.StatType.Skills type: Field - source: - remote: - path: TinyLife/Tools/PlayModeTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Skills - path: ../TinyLife/Tools/PlayModeTool.cs - startLine: 1208 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -126,14 +94,6 @@ items: nameWithType: PlayModeTool.StatType.Relationships fullName: TinyLife.Tools.PlayModeTool.StatType.Relationships type: Field - source: - remote: - path: TinyLife/Tools/PlayModeTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Relationships - path: ../TinyLife/Tools/PlayModeTool.cs - startLine: 1209 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -152,14 +112,6 @@ items: nameWithType: PlayModeTool.StatType.Job fullName: TinyLife.Tools.PlayModeTool.StatType.Job type: Field - source: - remote: - path: TinyLife/Tools/PlayModeTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Job - path: ../TinyLife/Tools/PlayModeTool.cs - startLine: 1210 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -178,14 +130,6 @@ items: nameWithType: PlayModeTool.StatType.LifeGoal fullName: TinyLife.Tools.PlayModeTool.StatType.LifeGoal type: Field - source: - remote: - path: TinyLife/Tools/PlayModeTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: LifeGoal - path: ../TinyLife/Tools/PlayModeTool.cs - startLine: 1211 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -204,14 +148,6 @@ items: nameWithType: PlayModeTool.StatType.About fullName: TinyLife.Tools.PlayModeTool.StatType.About type: Field - source: - remote: - path: TinyLife/Tools/PlayModeTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: About - path: ../TinyLife/Tools/PlayModeTool.cs - startLine: 1212 assemblies: - Tiny Life namespace: TinyLife.Tools diff --git a/docs/api/TinyLife.Tools.PlayModeTool.yml b/docs/api/TinyLife.Tools.PlayModeTool.yml index a111121..ea3733a 100644 --- a/docs/api/TinyLife.Tools.PlayModeTool.yml +++ b/docs/api/TinyLife.Tools.PlayModeTool.yml @@ -23,14 +23,6 @@ items: nameWithType: PlayModeTool fullName: TinyLife.Tools.PlayModeTool type: Class - source: - remote: - path: TinyLife/Tools/PlayModeTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PlayModeTool - path: ../TinyLife/Tools/PlayModeTool.cs - startLine: 31 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -101,14 +93,6 @@ items: nameWithType: PlayModeTool.OnUpdateStatsView fullName: TinyLife.Tools.PlayModeTool.OnUpdateStatsView type: Event - source: - remote: - path: TinyLife/Tools/PlayModeTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnUpdateStatsView - path: ../TinyLife/Tools/PlayModeTool.cs - startLine: 46 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -133,14 +117,6 @@ items: nameWithType: PlayModeTool.SelectedPerson fullName: TinyLife.Tools.PlayModeTool.SelectedPerson type: Property - source: - remote: - path: TinyLife/Tools/PlayModeTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SelectedPerson - path: ../TinyLife/Tools/PlayModeTool.cs - startLine: 51 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -164,14 +140,6 @@ items: nameWithType: PlayModeTool.SelectedStat fullName: TinyLife.Tools.PlayModeTool.SelectedStat type: Property - source: - remote: - path: TinyLife/Tools/PlayModeTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SelectedStat - path: ../TinyLife/Tools/PlayModeTool.cs - startLine: 55 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -195,14 +163,6 @@ items: nameWithType: PlayModeTool.PlayModeTool() fullName: TinyLife.Tools.PlayModeTool.PlayModeTool() type: Constructor - source: - remote: - path: TinyLife/Tools/PlayModeTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Tools/PlayModeTool.cs - startLine: 65 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -225,14 +185,6 @@ items: nameWithType: PlayModeTool.Update(GameTime, bool) fullName: TinyLife.Tools.PlayModeTool.Update(Microsoft.Xna.Framework.GameTime, bool) type: Method - source: - remote: - path: TinyLife/Tools/PlayModeTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Update - path: ../TinyLife/Tools/PlayModeTool.cs - startLine: 68 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -267,14 +219,6 @@ items: nameWithType: PlayModeTool.Opened() fullName: TinyLife.Tools.PlayModeTool.Opened() type: Method - source: - remote: - path: TinyLife/Tools/PlayModeTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Opened - path: ../TinyLife/Tools/PlayModeTool.cs - startLine: 111 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -299,14 +243,6 @@ items: nameWithType: PlayModeTool.Closed() fullName: TinyLife.Tools.PlayModeTool.Closed() type: Method - source: - remote: - path: TinyLife/Tools/PlayModeTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Closed - path: ../TinyLife/Tools/PlayModeTool.cs - startLine: 317 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -331,14 +267,6 @@ items: nameWithType: PlayModeTool.CanUndoRedo() fullName: TinyLife.Tools.PlayModeTool.CanUndoRedo() type: Method - source: - remote: - path: TinyLife/Tools/PlayModeTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CanUndoRedo - path: ../TinyLife/Tools/PlayModeTool.cs - startLine: 328 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -363,14 +291,6 @@ items: nameWithType: PlayModeTool.SetSelectedPerson(PersonLike) fullName: TinyLife.Tools.PlayModeTool.SetSelectedPerson(TinyLife.Objects.PersonLike) type: Method - source: - remote: - path: TinyLife/Tools/PlayModeTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SetSelectedPerson - path: ../TinyLife/Tools/PlayModeTool.cs - startLine: 337 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -398,14 +318,6 @@ items: nameWithType: PlayModeTool.Reload() fullName: TinyLife.Tools.PlayModeTool.Reload() type: Method - source: - remote: - path: TinyLife/Tools/PlayModeTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Reload - path: ../TinyLife/Tools/PlayModeTool.cs - startLine: 1135 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -426,14 +338,6 @@ items: nameWithType: PlayModeTool.PlayEventSting(SoundEffect) fullName: TinyLife.Tools.PlayModeTool.PlayEventSting(Microsoft.Xna.Framework.Audio.SoundEffect) type: Method - source: - remote: - path: TinyLife/Tools/PlayModeTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PlayEventSting - path: ../TinyLife/Tools/PlayModeTool.cs - startLine: 1147 assemblies: - Tiny Life namespace: TinyLife.Tools diff --git a/docs/api/TinyLife.Tools.RemoveTool.yml b/docs/api/TinyLife.Tools.RemoveTool.yml index 012d752..65cb7f2 100644 --- a/docs/api/TinyLife.Tools.RemoveTool.yml +++ b/docs/api/TinyLife.Tools.RemoveTool.yml @@ -28,14 +28,6 @@ items: nameWithType: RemoveTool fullName: TinyLife.Tools.RemoveTool type: Class - source: - remote: - path: TinyLife/Tools/RemoveTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RemoveTool - path: ../TinyLife/Tools/RemoveTool.cs - startLine: 19 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -105,14 +97,6 @@ items: nameWithType: RemoveTool.RemoveTool() fullName: TinyLife.Tools.RemoveTool.RemoveTool() type: Constructor - source: - remote: - path: TinyLife/Tools/RemoveTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Tools/RemoveTool.cs - startLine: 27 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -135,14 +119,6 @@ items: nameWithType: RemoveTool.Update(GameTime, bool) fullName: TinyLife.Tools.RemoveTool.Update(Microsoft.Xna.Framework.GameTime, bool) type: Method - source: - remote: - path: TinyLife/Tools/RemoveTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Update - path: ../TinyLife/Tools/RemoveTool.cs - startLine: 30 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -177,14 +153,6 @@ items: nameWithType: RemoveTool.Draw(GameTime, SpriteBatch, bool) fullName: TinyLife.Tools.RemoveTool.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, bool) type: Method - source: - remote: - path: TinyLife/Tools/RemoveTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Draw - path: ../TinyLife/Tools/RemoveTool.cs - startLine: 54 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -222,14 +190,6 @@ items: nameWithType: RemoveTool.GetMouseCursor() fullName: TinyLife.Tools.RemoveTool.GetMouseCursor() type: Method - source: - remote: - path: TinyLife/Tools/RemoveTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetMouseCursor - path: ../TinyLife/Tools/RemoveTool.cs - startLine: 65 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -257,14 +217,6 @@ items: nameWithType: RemoveTool.CanUndoRedo() fullName: TinyLife.Tools.RemoveTool.CanUndoRedo() type: Method - source: - remote: - path: TinyLife/Tools/RemoveTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CanUndoRedo - path: ../TinyLife/Tools/RemoveTool.cs - startLine: 70 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -289,14 +241,6 @@ items: nameWithType: RemoveTool.ShouldHighlightSelectedObject(object) fullName: TinyLife.Tools.RemoveTool.ShouldHighlightSelectedObject(object) type: Method - source: - remote: - path: TinyLife/Tools/RemoveTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ShouldHighlightSelectedObject - path: ../TinyLife/Tools/RemoveTool.cs - startLine: 75 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -331,14 +275,6 @@ items: nameWithType: RemoveTool.RemoveRoof(Roof, UndoableAction, Rectangle?) fullName: TinyLife.Tools.RemoveTool.RemoveRoof(TinyLife.World.Roof, TinyLife.Tools.UndoableAction, Microsoft.Xna.Framework.Rectangle?) type: Method - source: - remote: - path: TinyLife/Tools/RemoveTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RemoveRoof - path: ../TinyLife/Tools/RemoveTool.cs - startLine: 152 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -369,14 +305,6 @@ items: nameWithType: RemoveTool.RemoveStairs(Stairs, UndoableAction) fullName: TinyLife.Tools.RemoveTool.RemoveStairs(TinyLife.World.Stairs, TinyLife.Tools.UndoableAction) type: Method - source: - remote: - path: TinyLife/Tools/RemoveTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RemoveStairs - path: ../TinyLife/Tools/RemoveTool.cs - startLine: 175 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -404,14 +332,6 @@ items: nameWithType: RemoveTool.RemoveWall(WallLike, UndoableAction) fullName: TinyLife.Tools.RemoveTool.RemoveWall(TinyLife.Objects.WallLike, TinyLife.Tools.UndoableAction) type: Method - source: - remote: - path: TinyLife/Tools/RemoveTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RemoveWall - path: ../TinyLife/Tools/RemoveTool.cs - startLine: 190 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -439,14 +359,6 @@ items: nameWithType: RemoveTool.RemoveNonGroundTile(Point, int, UndoableAction) fullName: TinyLife.Tools.RemoveTool.RemoveNonGroundTile(Microsoft.Xna.Framework.Point, int, TinyLife.Tools.UndoableAction) type: Method - source: - remote: - path: TinyLife/Tools/RemoveTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RemoveNonGroundTile - path: ../TinyLife/Tools/RemoveTool.cs - startLine: 220 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -483,14 +395,6 @@ items: nameWithType: RemoveTool.RemoveFurniture(Furniture, UndoableAction) fullName: TinyLife.Tools.RemoveTool.RemoveFurniture(TinyLife.Objects.Furniture, TinyLife.Tools.UndoableAction) type: Method - source: - remote: - path: TinyLife/Tools/RemoveTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RemoveFurniture - path: ../TinyLife/Tools/RemoveTool.cs - startLine: 253 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -524,14 +428,6 @@ items: nameWithType: RemoveTool.StoreOrRemoveFurniture(Furniture, UndoableAction) fullName: TinyLife.Tools.RemoveTool.StoreOrRemoveFurniture(TinyLife.Objects.Furniture, TinyLife.Tools.UndoableAction) type: Method - source: - remote: - path: TinyLife/Tools/RemoveTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: StoreOrRemoveFurniture - path: ../TinyLife/Tools/RemoveTool.cs - startLine: 282 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -565,14 +461,6 @@ items: nameWithType: RemoveTool.PlayDestroySound() fullName: TinyLife.Tools.RemoveTool.PlayDestroySound() type: Method - source: - remote: - path: TinyLife/Tools/RemoveTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PlayDestroySound - path: ../TinyLife/Tools/RemoveTool.cs - startLine: 311 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -593,14 +481,6 @@ items: nameWithType: RemoveTool.SpawnDestroyParticles(Furniture) fullName: TinyLife.Tools.RemoveTool.SpawnDestroyParticles(TinyLife.Objects.Furniture) type: Method - source: - remote: - path: TinyLife/Tools/RemoveTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SpawnDestroyParticles - path: ../TinyLife/Tools/RemoveTool.cs - startLine: 320 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -628,14 +508,6 @@ items: nameWithType: RemoveTool.SpawnDestroyParticles(WallLike) fullName: TinyLife.Tools.RemoveTool.SpawnDestroyParticles(TinyLife.Objects.WallLike) type: Method - source: - remote: - path: TinyLife/Tools/RemoveTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SpawnDestroyParticles - path: ../TinyLife/Tools/RemoveTool.cs - startLine: 330 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -663,14 +535,6 @@ items: nameWithType: RemoveTool.SpawnDestroyParticles(RectangleF, float, float, params (TextureRegion, Color)[]) fullName: TinyLife.Tools.RemoveTool.SpawnDestroyParticles(MLEM.Maths.RectangleF, float, float, params (MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Color)[]) type: Method - source: - remote: - path: TinyLife/Tools/RemoveTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SpawnDestroyParticles - path: ../TinyLife/Tools/RemoveTool.cs - startLine: 350 assemblies: - Tiny Life namespace: TinyLife.Tools diff --git a/docs/api/TinyLife.Tools.RoofTool.yml b/docs/api/TinyLife.Tools.RoofTool.yml index a9044cc..f2e1e2f 100644 --- a/docs/api/TinyLife.Tools.RoofTool.yml +++ b/docs/api/TinyLife.Tools.RoofTool.yml @@ -11,6 +11,7 @@ items: - TinyLife.Tools.RoofTool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Boolean) - TinyLife.Tools.RoofTool.GetMouseCursor - TinyLife.Tools.RoofTool.InitBuildModeUi(MLEM.Ui.Elements.Panel,MLEM.Ui.Elements.Panel) + - TinyLife.Tools.RoofTool.OnBuildModeButton - TinyLife.Tools.RoofTool.ShouldHighlightSelectedObject(System.Object) - TinyLife.Tools.RoofTool.Update(Microsoft.Xna.Framework.GameTime,System.Boolean) langs: @@ -20,14 +21,6 @@ items: nameWithType: RoofTool fullName: TinyLife.Tools.RoofTool type: Class - source: - remote: - path: TinyLife/Tools/RoofTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RoofTool - path: ../TinyLife/Tools/RoofTool.cs - startLine: 19 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -84,6 +77,25 @@ items: - System.Object.ToString extensionMethods: - TinyLife.Tools.RoofTool.TinyLife.Utilities.Extensions.JsonCopy``1 +- uid: TinyLife.Tools.RoofTool.OnBuildModeButton + commentId: E:TinyLife.Tools.RoofTool.OnBuildModeButton + id: OnBuildModeButton + parent: TinyLife.Tools.RoofTool + langs: + - csharp + - vb + name: OnBuildModeButton + nameWithType: RoofTool.OnBuildModeButton + fullName: TinyLife.Tools.RoofTool.OnBuildModeButton + type: Event + assemblies: + - Tiny Life + namespace: TinyLife.Tools + syntax: + content: public static event Action OnBuildModeButton + return: + type: System.Action{TinyLife.World.RoofType,MLEM.Ui.Elements.Button} + content.vb: Public Shared Event OnBuildModeButton As Action(Of RoofType, Button) - uid: TinyLife.Tools.RoofTool.#ctor commentId: M:TinyLife.Tools.RoofTool.#ctor id: '#ctor' @@ -95,14 +107,6 @@ items: nameWithType: RoofTool.RoofTool() fullName: TinyLife.Tools.RoofTool.RoofTool() type: Constructor - source: - remote: - path: TinyLife/Tools/RoofTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Tools/RoofTool.cs - startLine: 31 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -125,14 +129,6 @@ items: nameWithType: RoofTool.Update(GameTime, bool) fullName: TinyLife.Tools.RoofTool.Update(Microsoft.Xna.Framework.GameTime, bool) type: Method - source: - remote: - path: TinyLife/Tools/RoofTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Update - path: ../TinyLife/Tools/RoofTool.cs - startLine: 34 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -167,14 +163,6 @@ items: nameWithType: RoofTool.InitBuildModeUi(Panel, Panel) fullName: TinyLife.Tools.RoofTool.InitBuildModeUi(MLEM.Ui.Elements.Panel, MLEM.Ui.Elements.Panel) type: Method - source: - remote: - path: TinyLife/Tools/RoofTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: InitBuildModeUi - path: ../TinyLife/Tools/RoofTool.cs - startLine: 119 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -206,14 +194,6 @@ items: nameWithType: RoofTool.Draw(GameTime, SpriteBatch, bool) fullName: TinyLife.Tools.RoofTool.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, bool) type: Method - source: - remote: - path: TinyLife/Tools/RoofTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Draw - path: ../TinyLife/Tools/RoofTool.cs - startLine: 142 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -251,14 +231,6 @@ items: nameWithType: RoofTool.CanUndoRedo() fullName: TinyLife.Tools.RoofTool.CanUndoRedo() type: Method - source: - remote: - path: TinyLife/Tools/RoofTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CanUndoRedo - path: ../TinyLife/Tools/RoofTool.cs - startLine: 154 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -283,14 +255,6 @@ items: nameWithType: RoofTool.ShouldHighlightSelectedObject(object) fullName: TinyLife.Tools.RoofTool.ShouldHighlightSelectedObject(object) type: Method - source: - remote: - path: TinyLife/Tools/RoofTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ShouldHighlightSelectedObject - path: ../TinyLife/Tools/RoofTool.cs - startLine: 159 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -325,14 +289,6 @@ items: nameWithType: RoofTool.GetMouseCursor() fullName: TinyLife.Tools.RoofTool.GetMouseCursor() type: Method - source: - remote: - path: TinyLife/Tools/RoofTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetMouseCursor - path: ../TinyLife/Tools/RoofTool.cs - startLine: 164 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -360,14 +316,6 @@ items: nameWithType: RoofTool.CanPlaceForTooltip() fullName: TinyLife.Tools.RoofTool.CanPlaceForTooltip() type: Method - source: - remote: - path: TinyLife/Tools/RoofTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CanPlaceForTooltip - path: ../TinyLife/Tools/RoofTool.cs - startLine: 170 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -1377,6 +1325,83 @@ references: - uid: TinyLife.Utilities name: Utilities href: TinyLife.Utilities.html +- uid: System.Action{TinyLife.World.RoofType,MLEM.Ui.Elements.Button} + commentId: T:System.Action{TinyLife.World.RoofType,MLEM.Ui.Elements.Button} + parent: System + definition: System.Action`2 + href: https://learn.microsoft.com/dotnet/api/system.action-2 + name: Action + nameWithType: Action + fullName: System.Action + nameWithType.vb: Action(Of RoofType, Button) + fullName.vb: System.Action(Of TinyLife.World.RoofType, MLEM.Ui.Elements.Button) + name.vb: Action(Of RoofType, Button) + spec.csharp: + - uid: System.Action`2 + name: Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.action-2 + - name: < + - uid: TinyLife.World.RoofType + name: RoofType + href: TinyLife.World.RoofType.html + - name: ',' + - name: " " + - uid: MLEM.Ui.Elements.Button + name: Button + isExternal: true + - name: '>' + spec.vb: + - uid: System.Action`2 + name: Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.action-2 + - name: ( + - name: Of + - name: " " + - uid: TinyLife.World.RoofType + name: RoofType + href: TinyLife.World.RoofType.html + - name: ',' + - name: " " + - uid: MLEM.Ui.Elements.Button + name: Button + isExternal: true + - name: ) +- uid: System.Action`2 + commentId: T:System.Action`2 + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.action-2 + 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 + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.action-2 + - name: < + - name: T1 + - name: ',' + - name: " " + - name: T2 + - name: '>' + spec.vb: + - uid: System.Action`2 + name: Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.action-2 + - name: ( + - name: Of + - name: " " + - name: T1 + - name: ',' + - name: " " + - name: T2 + - name: ) - uid: TinyLife.Tools.RoofTool.#ctor* commentId: Overload:TinyLife.Tools.RoofTool.#ctor href: TinyLife.Tools.RoofTool.html#TinyLife_Tools_RoofTool__ctor diff --git a/docs/api/TinyLife.Tools.StairsTool.yml b/docs/api/TinyLife.Tools.StairsTool.yml index d7fcae1..344d168 100644 --- a/docs/api/TinyLife.Tools.StairsTool.yml +++ b/docs/api/TinyLife.Tools.StairsTool.yml @@ -17,14 +17,6 @@ items: nameWithType: StairsTool fullName: TinyLife.Tools.StairsTool type: Class - source: - remote: - path: TinyLife/Tools/StairsTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: StairsTool - path: ../TinyLife/Tools/StairsTool.cs - startLine: 17 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -95,14 +87,6 @@ items: nameWithType: StairsTool.StairsTool() fullName: TinyLife.Tools.StairsTool.StairsTool() type: Constructor - source: - remote: - path: TinyLife/Tools/StairsTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Tools/StairsTool.cs - startLine: 28 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -125,14 +109,6 @@ items: nameWithType: StairsTool.Update(GameTime, bool) fullName: TinyLife.Tools.StairsTool.Update(Microsoft.Xna.Framework.GameTime, bool) type: Method - source: - remote: - path: TinyLife/Tools/StairsTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Update - path: ../TinyLife/Tools/StairsTool.cs - startLine: 31 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -167,14 +143,6 @@ items: nameWithType: StairsTool.Draw(GameTime, SpriteBatch, bool) fullName: TinyLife.Tools.StairsTool.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, bool) type: Method - source: - remote: - path: TinyLife/Tools/StairsTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Draw - path: ../TinyLife/Tools/StairsTool.cs - startLine: 78 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -212,14 +180,6 @@ items: nameWithType: StairsTool.ShouldHighlightSelectedObject(object) fullName: TinyLife.Tools.StairsTool.ShouldHighlightSelectedObject(object) type: Method - source: - remote: - path: TinyLife/Tools/StairsTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ShouldHighlightSelectedObject - path: ../TinyLife/Tools/StairsTool.cs - startLine: 97 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -254,14 +214,6 @@ items: nameWithType: StairsTool.InitBuildModeUi(Panel, Panel) fullName: TinyLife.Tools.StairsTool.InitBuildModeUi(MLEM.Ui.Elements.Panel, MLEM.Ui.Elements.Panel) type: Method - source: - remote: - path: TinyLife/Tools/StairsTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: InitBuildModeUi - path: ../TinyLife/Tools/StairsTool.cs - startLine: 102 assemblies: - Tiny Life namespace: TinyLife.Tools diff --git a/docs/api/TinyLife.Tools.TileTool.yml b/docs/api/TinyLife.Tools.TileTool.yml index 85a25fb..3a85b09 100644 --- a/docs/api/TinyLife.Tools.TileTool.yml +++ b/docs/api/TinyLife.Tools.TileTool.yml @@ -11,6 +11,7 @@ items: - TinyLife.Tools.TileTool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Boolean) - TinyLife.Tools.TileTool.GetMouseCursor - TinyLife.Tools.TileTool.InitBuildModeUi(MLEM.Ui.Elements.Panel,MLEM.Ui.Elements.Panel) + - TinyLife.Tools.TileTool.OnBuildModeButton - TinyLife.Tools.TileTool.RemoveTileIncompatibleFurniture(TinyLife.World.Tile,Microsoft.Xna.Framework.Point,System.Int32,TinyLife.Tools.UndoableAction) - TinyLife.Tools.TileTool.ShouldHighlightSelectedObject(System.Object) - TinyLife.Tools.TileTool.Update(Microsoft.Xna.Framework.GameTime,System.Boolean) @@ -21,14 +22,6 @@ items: nameWithType: TileTool fullName: TinyLife.Tools.TileTool type: Class - source: - remote: - path: TinyLife/Tools/TileTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TileTool - path: ../TinyLife/Tools/TileTool.cs - startLine: 22 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -85,6 +78,25 @@ items: - System.Object.ToString extensionMethods: - TinyLife.Tools.TileTool.TinyLife.Utilities.Extensions.JsonCopy``1 +- uid: TinyLife.Tools.TileTool.OnBuildModeButton + commentId: E:TinyLife.Tools.TileTool.OnBuildModeButton + id: OnBuildModeButton + parent: TinyLife.Tools.TileTool + langs: + - csharp + - vb + name: OnBuildModeButton + nameWithType: TileTool.OnBuildModeButton + fullName: TinyLife.Tools.TileTool.OnBuildModeButton + type: Event + assemblies: + - Tiny Life + namespace: TinyLife.Tools + syntax: + content: public static event Action OnBuildModeButton + return: + type: System.Action{TinyLife.World.Tile,MLEM.Ui.Elements.Button} + content.vb: Public Shared Event OnBuildModeButton As Action(Of Tile, Button) - uid: TinyLife.Tools.TileTool.#ctor commentId: M:TinyLife.Tools.TileTool.#ctor id: '#ctor' @@ -96,14 +108,6 @@ items: nameWithType: TileTool.TileTool() fullName: TinyLife.Tools.TileTool.TileTool() type: Constructor - source: - remote: - path: TinyLife/Tools/TileTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Tools/TileTool.cs - startLine: 30 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -126,14 +130,6 @@ items: nameWithType: TileTool.Update(GameTime, bool) fullName: TinyLife.Tools.TileTool.Update(Microsoft.Xna.Framework.GameTime, bool) type: Method - source: - remote: - path: TinyLife/Tools/TileTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Update - path: ../TinyLife/Tools/TileTool.cs - startLine: 33 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -168,14 +164,6 @@ items: nameWithType: TileTool.Draw(GameTime, SpriteBatch, bool) fullName: TinyLife.Tools.TileTool.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, bool) type: Method - source: - remote: - path: TinyLife/Tools/TileTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Draw - path: ../TinyLife/Tools/TileTool.cs - startLine: 89 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -213,14 +201,6 @@ items: nameWithType: TileTool.InitBuildModeUi(Panel, Panel) fullName: TinyLife.Tools.TileTool.InitBuildModeUi(MLEM.Ui.Elements.Panel, MLEM.Ui.Elements.Panel) type: Method - source: - remote: - path: TinyLife/Tools/TileTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: InitBuildModeUi - path: ../TinyLife/Tools/TileTool.cs - startLine: 102 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -252,14 +232,6 @@ items: nameWithType: TileTool.GetMouseCursor() fullName: TinyLife.Tools.TileTool.GetMouseCursor() type: Method - source: - remote: - path: TinyLife/Tools/TileTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetMouseCursor - path: ../TinyLife/Tools/TileTool.cs - startLine: 129 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -287,14 +259,6 @@ items: nameWithType: TileTool.CanPlaceForTooltip() fullName: TinyLife.Tools.TileTool.CanPlaceForTooltip() type: Method - source: - remote: - path: TinyLife/Tools/TileTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CanPlaceForTooltip - path: ../TinyLife/Tools/TileTool.cs - startLine: 136 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -319,14 +283,6 @@ items: nameWithType: TileTool.CanUndoRedo() fullName: TinyLife.Tools.TileTool.CanUndoRedo() type: Method - source: - remote: - path: TinyLife/Tools/TileTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CanUndoRedo - path: ../TinyLife/Tools/TileTool.cs - startLine: 141 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -351,14 +307,6 @@ items: nameWithType: TileTool.ShouldHighlightSelectedObject(object) fullName: TinyLife.Tools.TileTool.ShouldHighlightSelectedObject(object) type: Method - source: - remote: - path: TinyLife/Tools/TileTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ShouldHighlightSelectedObject - path: ../TinyLife/Tools/TileTool.cs - startLine: 146 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -393,14 +341,6 @@ items: nameWithType: TileTool.RemoveTileIncompatibleFurniture(Tile, Point, int, UndoableAction) fullName: TinyLife.Tools.TileTool.RemoveTileIncompatibleFurniture(TinyLife.World.Tile, Microsoft.Xna.Framework.Point, int, TinyLife.Tools.UndoableAction) type: Method - source: - remote: - path: TinyLife/Tools/TileTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RemoveTileIncompatibleFurniture - path: ../TinyLife/Tools/TileTool.cs - startLine: 206 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -1422,6 +1362,83 @@ references: - uid: TinyLife.Utilities name: Utilities href: TinyLife.Utilities.html +- uid: System.Action{TinyLife.World.Tile,MLEM.Ui.Elements.Button} + commentId: T:System.Action{TinyLife.World.Tile,MLEM.Ui.Elements.Button} + parent: System + definition: System.Action`2 + href: https://learn.microsoft.com/dotnet/api/system.action-2 + name: Action + nameWithType: Action + fullName: System.Action + nameWithType.vb: Action(Of Tile, Button) + fullName.vb: System.Action(Of TinyLife.World.Tile, MLEM.Ui.Elements.Button) + name.vb: Action(Of Tile, Button) + spec.csharp: + - uid: System.Action`2 + name: Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.action-2 + - name: < + - uid: TinyLife.World.Tile + name: Tile + href: TinyLife.World.Tile.html + - name: ',' + - name: " " + - uid: MLEM.Ui.Elements.Button + name: Button + isExternal: true + - name: '>' + spec.vb: + - uid: System.Action`2 + name: Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.action-2 + - name: ( + - name: Of + - name: " " + - uid: TinyLife.World.Tile + name: Tile + href: TinyLife.World.Tile.html + - name: ',' + - name: " " + - uid: MLEM.Ui.Elements.Button + name: Button + isExternal: true + - name: ) +- uid: System.Action`2 + commentId: T:System.Action`2 + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.action-2 + 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 + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.action-2 + - name: < + - name: T1 + - name: ',' + - name: " " + - name: T2 + - name: '>' + spec.vb: + - uid: System.Action`2 + name: Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.action-2 + - name: ( + - name: Of + - name: " " + - name: T1 + - name: ',' + - name: " " + - name: T2 + - name: ) - uid: TinyLife.Tools.TileTool.#ctor* commentId: Overload:TinyLife.Tools.TileTool.#ctor href: TinyLife.Tools.TileTool.html#TinyLife_Tools_TileTool__ctor diff --git a/docs/api/TinyLife.Tools.Tool.yml b/docs/api/TinyLife.Tools.Tool.yml index 21b2fdf..bfcce6e 100644 --- a/docs/api/TinyLife.Tools.Tool.yml +++ b/docs/api/TinyLife.Tools.Tool.yml @@ -52,14 +52,6 @@ items: nameWithType: Tool fullName: TinyLife.Tools.Tool type: Class - source: - remote: - path: TinyLife/Tools/Tool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Tool - path: ../TinyLife/Tools/Tool.cs - startLine: 24 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -108,14 +100,6 @@ items: nameWithType: Tool.RemoveTool fullName: TinyLife.Tools.Tool.RemoveTool type: Field - source: - remote: - path: TinyLife/Tools/Tool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RemoveTool - path: ../TinyLife/Tools/Tool.cs - startLine: 29 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -137,14 +121,6 @@ items: nameWithType: Tool.MoveTool fullName: TinyLife.Tools.Tool.MoveTool type: Field - source: - remote: - path: TinyLife/Tools/Tool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: MoveTool - path: ../TinyLife/Tools/Tool.cs - startLine: 33 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -166,14 +142,6 @@ items: nameWithType: Tool.PlayModeTool fullName: TinyLife.Tools.Tool.PlayModeTool type: Field - source: - remote: - path: TinyLife/Tools/Tool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PlayModeTool - path: ../TinyLife/Tools/Tool.cs - startLine: 37 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -195,14 +163,6 @@ items: nameWithType: Tool.BuildTools fullName: TinyLife.Tools.Tool.BuildTools type: Field - source: - remote: - path: TinyLife/Tools/Tool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: BuildTools - path: ../TinyLife/Tools/Tool.cs - startLine: 42 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -227,14 +187,6 @@ items: nameWithType: Tool.SelectedObject fullName: TinyLife.Tools.Tool.SelectedObject type: Property - source: - remote: - path: TinyLife/Tools/Tool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SelectedObject - path: ../TinyLife/Tools/Tool.cs - startLine: 53 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -261,14 +213,6 @@ items: nameWithType: Tool.SelectedWall fullName: TinyLife.Tools.Tool.SelectedWall type: Property - source: - remote: - path: TinyLife/Tools/Tool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SelectedWall - path: ../TinyLife/Tools/Tool.cs - startLine: 58 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -295,14 +239,6 @@ items: nameWithType: Tool.SelectedRoof fullName: TinyLife.Tools.Tool.SelectedRoof type: Property - source: - remote: - path: TinyLife/Tools/Tool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SelectedRoof - path: ../TinyLife/Tools/Tool.cs - startLine: 63 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -329,14 +265,6 @@ items: nameWithType: Tool.SelectedStairs fullName: TinyLife.Tools.Tool.SelectedStairs type: Property - source: - remote: - path: TinyLife/Tools/Tool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SelectedStairs - path: ../TinyLife/Tools/Tool.cs - startLine: 68 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -363,14 +291,6 @@ items: nameWithType: Tool.IsRotateCwPressed fullName: TinyLife.Tools.Tool.IsRotateCwPressed type: Property - source: - remote: - path: TinyLife/Tools/Tool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IsRotateCwPressed - path: ../TinyLife/Tools/Tool.cs - startLine: 73 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -397,14 +317,6 @@ items: nameWithType: Tool.IsRotateCcwPressed fullName: TinyLife.Tools.Tool.IsRotateCcwPressed type: Property - source: - remote: - path: TinyLife/Tools/Tool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IsRotateCcwPressed - path: ../TinyLife/Tools/Tool.cs - startLine: 78 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -431,14 +343,6 @@ items: nameWithType: Tool.IsCopyPressed fullName: TinyLife.Tools.Tool.IsCopyPressed type: Property - source: - remote: - path: TinyLife/Tools/Tool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IsCopyPressed - path: ../TinyLife/Tools/Tool.cs - startLine: 82 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -462,14 +366,6 @@ items: nameWithType: Tool.OnOpened fullName: TinyLife.Tools.Tool.OnOpened type: Event - source: - remote: - path: TinyLife/Tools/Tool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnOpened - path: ../TinyLife/Tools/Tool.cs - startLine: 87 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -491,14 +387,6 @@ items: nameWithType: Tool.OnClosed fullName: TinyLife.Tools.Tool.OnClosed type: Event - source: - remote: - path: TinyLife/Tools/Tool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnClosed - path: ../TinyLife/Tools/Tool.cs - startLine: 91 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -520,14 +408,6 @@ items: nameWithType: Tool.OnUpdate fullName: TinyLife.Tools.Tool.OnUpdate type: Event - source: - remote: - path: TinyLife/Tools/Tool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnUpdate - path: ../TinyLife/Tools/Tool.cs - startLine: 95 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -549,14 +429,6 @@ items: nameWithType: Tool.OnDraw fullName: TinyLife.Tools.Tool.OnDraw type: Event - source: - remote: - path: TinyLife/Tools/Tool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnDraw - path: ../TinyLife/Tools/Tool.cs - startLine: 99 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -578,14 +450,6 @@ items: nameWithType: Tool.OnInitBuildModeUi fullName: TinyLife.Tools.Tool.OnInitBuildModeUi type: Event - source: - remote: - path: TinyLife/Tools/Tool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnInitBuildModeUi - path: ../TinyLife/Tools/Tool.cs - startLine: 103 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -607,14 +471,6 @@ items: nameWithType: Tool.Input fullName: TinyLife.Tools.Tool.Input type: Property - source: - remote: - path: TinyLife/Tools/Tool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Input - path: ../TinyLife/Tools/Tool.cs - startLine: 106 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -638,14 +494,6 @@ items: nameWithType: Tool.Map fullName: TinyLife.Tools.Tool.Map type: Property - source: - remote: - path: TinyLife/Tools/Tool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Map - path: ../TinyLife/Tools/Tool.cs - startLine: 108 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -672,14 +520,6 @@ items: nameWithType: Tool.Money fullName: TinyLife.Tools.Tool.Money type: Property - source: - remote: - path: TinyLife/Tools/Tool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Money - path: ../TinyLife/Tools/Tool.cs - startLine: 110 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -703,14 +543,6 @@ items: nameWithType: Tool.CurrentFloor fullName: TinyLife.Tools.Tool.CurrentFloor type: Property - source: - remote: - path: TinyLife/Tools/Tool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CurrentFloor - path: ../TinyLife/Tools/Tool.cs - startLine: 115 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -737,14 +569,6 @@ items: nameWithType: Tool.Texture fullName: TinyLife.Tools.Tool.Texture type: Field - source: - remote: - path: TinyLife/Tools/Tool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Texture - path: ../TinyLife/Tools/Tool.cs - startLine: 123 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -766,14 +590,6 @@ items: nameWithType: Tool.DisplayAsTab fullName: TinyLife.Tools.Tool.DisplayAsTab type: Field - source: - remote: - path: TinyLife/Tools/Tool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DisplayAsTab - path: ../TinyLife/Tools/Tool.cs - startLine: 127 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -795,14 +611,6 @@ items: nameWithType: Tool.MousePos fullName: TinyLife.Tools.Tool.MousePos type: Field - source: - remote: - path: TinyLife/Tools/Tool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: MousePos - path: ../TinyLife/Tools/Tool.cs - startLine: 132 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -827,14 +635,6 @@ items: nameWithType: Tool.Tool(TextureRegion, bool) fullName: TinyLife.Tools.Tool.Tool(MLEM.Textures.TextureRegion, bool) type: Constructor - source: - remote: - path: TinyLife/Tools/Tool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Tools/Tool.cs - startLine: 139 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -865,14 +665,6 @@ items: nameWithType: Tool.InitBuildModeUi(Panel, Panel) fullName: TinyLife.Tools.Tool.InitBuildModeUi(MLEM.Ui.Elements.Panel, MLEM.Ui.Elements.Panel) type: Method - source: - remote: - path: TinyLife/Tools/Tool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: InitBuildModeUi - path: ../TinyLife/Tools/Tool.cs - startLine: 150 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -903,14 +695,6 @@ items: nameWithType: Tool.Opened() fullName: TinyLife.Tools.Tool.Opened() type: Method - source: - remote: - path: TinyLife/Tools/Tool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Opened - path: ../TinyLife/Tools/Tool.cs - startLine: 158 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -934,14 +718,6 @@ items: nameWithType: Tool.Closed() fullName: TinyLife.Tools.Tool.Closed() type: Method - source: - remote: - path: TinyLife/Tools/Tool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Closed - path: ../TinyLife/Tools/Tool.cs - startLine: 177 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -965,14 +741,6 @@ items: nameWithType: Tool.Update(GameTime, bool) fullName: TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime, bool) type: Method - source: - remote: - path: TinyLife/Tools/Tool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Update - path: ../TinyLife/Tools/Tool.cs - startLine: 191 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -1006,14 +774,6 @@ items: nameWithType: Tool.Draw(GameTime, SpriteBatch, bool) fullName: TinyLife.Tools.Tool.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, bool) type: Method - source: - remote: - path: TinyLife/Tools/Tool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Draw - path: ../TinyLife/Tools/Tool.cs - startLine: 230 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -1050,14 +810,6 @@ items: nameWithType: Tool.GetMouseCursor() fullName: TinyLife.Tools.Tool.GetMouseCursor() type: Method - source: - remote: - path: TinyLife/Tools/Tool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetMouseCursor - path: ../TinyLife/Tools/Tool.cs - startLine: 239 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -1084,14 +836,6 @@ items: nameWithType: Tool.CanPlaceForTooltip() fullName: TinyLife.Tools.Tool.CanPlaceForTooltip() type: Method - source: - remote: - path: TinyLife/Tools/Tool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CanPlaceForTooltip - path: ../TinyLife/Tools/Tool.cs - startLine: 247 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -1115,14 +859,6 @@ items: nameWithType: Tool.CanSwitchGameModes() fullName: TinyLife.Tools.Tool.CanSwitchGameModes() type: Method - source: - remote: - path: TinyLife/Tools/Tool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CanSwitchGameModes - path: ../TinyLife/Tools/Tool.cs - startLine: 255 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -1146,14 +882,6 @@ items: nameWithType: Tool.CanUndoRedo() fullName: TinyLife.Tools.Tool.CanUndoRedo() type: Method - source: - remote: - path: TinyLife/Tools/Tool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CanUndoRedo - path: ../TinyLife/Tools/Tool.cs - startLine: 263 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -1177,14 +905,6 @@ items: nameWithType: Tool.ShouldHighlightSelectedObject(object) fullName: TinyLife.Tools.Tool.ShouldHighlightSelectedObject(object) type: Method - source: - remote: - path: TinyLife/Tools/Tool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ShouldHighlightSelectedObject - path: ../TinyLife/Tools/Tool.cs - startLine: 273 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -1218,14 +938,6 @@ items: nameWithType: Tool.OnButtonCreated(Button) fullName: TinyLife.Tools.Tool.OnButtonCreated(MLEM.Ui.Elements.Button) type: Method - source: - remote: - path: TinyLife/Tools/Tool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnButtonCreated - path: ../TinyLife/Tools/Tool.cs - startLine: 281 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -1250,14 +962,6 @@ items: nameWithType: Tool.IsOnLot(Point) fullName: TinyLife.Tools.Tool.IsOnLot(Microsoft.Xna.Framework.Point) type: Method - source: - remote: - path: TinyLife/Tools/Tool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IsOnLot - path: ../TinyLife/Tools/Tool.cs - startLine: 288 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -1285,14 +989,6 @@ items: nameWithType: Tool.ColorSelection(ColorScheme[], Action, Func) fullName: TinyLife.Tools.Tool.ColorSelection(TinyLife.Utilities.ColorScheme[], System.Action, System.Func) type: Method - source: - remote: - path: TinyLife/Tools/Tool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ColorSelection - path: ../TinyLife/Tools/Tool.cs - startLine: 306 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -1332,14 +1028,6 @@ items: nameWithType: Tool.ColorSelection(ColorScheme, Action, Func) fullName: TinyLife.Tools.Tool.ColorSelection(TinyLife.Utilities.ColorScheme, System.Action, System.Func) type: Method - source: - remote: - path: TinyLife/Tools/Tool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ColorSelection - path: ../TinyLife/Tools/Tool.cs - startLine: 328 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -1379,14 +1067,6 @@ items: nameWithType: Tool.BuildModeButton(string, Element.GenericCallback, Element.DrawCallback, float, TextureRegion, string, IEnumerable, float?) fullName: TinyLife.Tools.Tool.BuildModeButton(string, MLEM.Ui.Elements.Element.GenericCallback, MLEM.Ui.Elements.Element.DrawCallback, float, MLEM.Textures.TextureRegion, string, System.Collections.Generic.IEnumerable, float?) type: Method - source: - remote: - path: TinyLife/Tools/Tool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: BuildModeButton - path: ../TinyLife/Tools/Tool.cs - startLine: 367 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -1438,14 +1118,6 @@ items: nameWithType: Tool.SelectFirstContentItem() fullName: TinyLife.Tools.Tool.SelectFirstContentItem() type: Method - source: - remote: - path: TinyLife/Tools/Tool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SelectFirstContentItem - path: ../TinyLife/Tools/Tool.cs - startLine: 417 assemblies: - Tiny Life namespace: TinyLife.Tools diff --git a/docs/api/TinyLife.Tools.UndoRedoStack.yml b/docs/api/TinyLife.Tools.UndoRedoStack.yml index 93df350..ab791e3 100644 --- a/docs/api/TinyLife.Tools.UndoRedoStack.yml +++ b/docs/api/TinyLife.Tools.UndoRedoStack.yml @@ -17,14 +17,6 @@ items: nameWithType: UndoRedoStack fullName: TinyLife.Tools.UndoRedoStack type: Class - source: - remote: - path: TinyLife/Tools/UndoRedoStack.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: UndoRedoStack - path: ../TinyLife/Tools/UndoRedoStack.cs - startLine: 9 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -57,14 +49,6 @@ items: nameWithType: UndoRedoStack.Add(UndoableAction) fullName: TinyLife.Tools.UndoRedoStack.Add(TinyLife.Tools.UndoableAction) type: Method - source: - remote: - path: TinyLife/Tools/UndoRedoStack.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Add - path: ../TinyLife/Tools/UndoRedoStack.cs - startLine: 19 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -92,14 +76,6 @@ items: nameWithType: UndoRedoStack.AddAndExecute(UndoableAction) fullName: TinyLife.Tools.UndoRedoStack.AddAndExecute(TinyLife.Tools.UndoableAction) type: Method - source: - remote: - path: TinyLife/Tools/UndoRedoStack.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AddAndExecute - path: ../TinyLife/Tools/UndoRedoStack.cs - startLine: 30 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -129,14 +105,6 @@ items: nameWithType: UndoRedoStack.Undo() fullName: TinyLife.Tools.UndoRedoStack.Undo() type: Method - source: - remote: - path: TinyLife/Tools/UndoRedoStack.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Undo - path: ../TinyLife/Tools/UndoRedoStack.cs - startLine: 38 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -157,14 +125,6 @@ items: nameWithType: UndoRedoStack.Redo() fullName: TinyLife.Tools.UndoRedoStack.Redo() type: Method - source: - remote: - path: TinyLife/Tools/UndoRedoStack.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Redo - path: ../TinyLife/Tools/UndoRedoStack.cs - startLine: 53 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -185,14 +145,6 @@ items: nameWithType: UndoRedoStack.Clear() fullName: TinyLife.Tools.UndoRedoStack.Clear() type: Method - source: - remote: - path: TinyLife/Tools/UndoRedoStack.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Clear - path: ../TinyLife/Tools/UndoRedoStack.cs - startLine: 68 assemblies: - Tiny Life namespace: TinyLife.Tools diff --git a/docs/api/TinyLife.Tools.UndoableAction.yml b/docs/api/TinyLife.Tools.UndoableAction.yml index cc5d33c..4db505e 100644 --- a/docs/api/TinyLife.Tools.UndoableAction.yml +++ b/docs/api/TinyLife.Tools.UndoableAction.yml @@ -17,14 +17,6 @@ items: nameWithType: UndoableAction fullName: TinyLife.Tools.UndoableAction type: Class - source: - remote: - path: TinyLife/Tools/UndoRedoStack.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: UndoableAction - path: ../TinyLife/Tools/UndoRedoStack.cs - startLine: 79 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -59,14 +51,6 @@ items: nameWithType: UndoableAction.UndoableAction(bool) fullName: TinyLife.Tools.UndoableAction.UndoableAction(bool) type: Constructor - source: - remote: - path: TinyLife/Tools/UndoRedoStack.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Tools/UndoRedoStack.cs - startLine: 91 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -94,14 +78,6 @@ items: nameWithType: UndoableAction.Add(Action, Action) fullName: TinyLife.Tools.UndoableAction.Add(System.Action, System.Action) type: Method - source: - remote: - path: TinyLife/Tools/UndoRedoStack.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Add - path: ../TinyLife/Tools/UndoRedoStack.cs - startLine: 101 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -132,14 +108,6 @@ items: nameWithType: UndoableAction.AddBothAfter(Action) fullName: TinyLife.Tools.UndoableAction.AddBothAfter(System.Action) type: Method - source: - remote: - path: TinyLife/Tools/UndoRedoStack.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AddBothAfter - path: ../TinyLife/Tools/UndoRedoStack.cs - startLine: 116 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -167,14 +135,6 @@ items: nameWithType: UndoableAction.ExecuteAction() fullName: TinyLife.Tools.UndoableAction.ExecuteAction() type: Method - source: - remote: - path: TinyLife/Tools/UndoRedoStack.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ExecuteAction - path: ../TinyLife/Tools/UndoRedoStack.cs - startLine: 127 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -195,14 +155,6 @@ items: nameWithType: UndoableAction.ExecuteUndo() fullName: TinyLife.Tools.UndoableAction.ExecuteUndo() type: Method - source: - remote: - path: TinyLife/Tools/UndoRedoStack.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ExecuteUndo - path: ../TinyLife/Tools/UndoRedoStack.cs - startLine: 135 assemblies: - Tiny Life namespace: TinyLife.Tools diff --git a/docs/api/TinyLife.Tools.WallTool.yml b/docs/api/TinyLife.Tools.WallTool.yml index ef9db68..2e7266d 100644 --- a/docs/api/TinyLife.Tools.WallTool.yml +++ b/docs/api/TinyLife.Tools.WallTool.yml @@ -19,14 +19,6 @@ items: nameWithType: WallTool fullName: TinyLife.Tools.WallTool type: Class - source: - remote: - path: TinyLife/Tools/WallTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: WallTool - path: ../TinyLife/Tools/WallTool.cs - startLine: 17 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -95,14 +87,6 @@ items: nameWithType: WallTool.WallTool() fullName: TinyLife.Tools.WallTool.WallTool() type: Constructor - source: - remote: - path: TinyLife/Tools/WallTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Tools/WallTool.cs - startLine: 24 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -125,14 +109,6 @@ items: nameWithType: WallTool.Update(GameTime, bool) fullName: TinyLife.Tools.WallTool.Update(Microsoft.Xna.Framework.GameTime, bool) type: Method - source: - remote: - path: TinyLife/Tools/WallTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Update - path: ../TinyLife/Tools/WallTool.cs - startLine: 27 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -167,14 +143,6 @@ items: nameWithType: WallTool.Draw(GameTime, SpriteBatch, bool) fullName: TinyLife.Tools.WallTool.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, bool) type: Method - source: - remote: - path: TinyLife/Tools/WallTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Draw - path: ../TinyLife/Tools/WallTool.cs - startLine: 53 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -212,14 +180,6 @@ items: nameWithType: WallTool.GetMouseCursor() fullName: TinyLife.Tools.WallTool.GetMouseCursor() type: Method - source: - remote: - path: TinyLife/Tools/WallTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetMouseCursor - path: ../TinyLife/Tools/WallTool.cs - startLine: 62 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -247,14 +207,6 @@ items: nameWithType: WallTool.CanPlaceForTooltip() fullName: TinyLife.Tools.WallTool.CanPlaceForTooltip() type: Method - source: - remote: - path: TinyLife/Tools/WallTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CanPlaceForTooltip - path: ../TinyLife/Tools/WallTool.cs - startLine: 67 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -279,14 +231,6 @@ items: nameWithType: WallTool.CanUndoRedo() fullName: TinyLife.Tools.WallTool.CanUndoRedo() type: Method - source: - remote: - path: TinyLife/Tools/WallTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CanUndoRedo - path: ../TinyLife/Tools/WallTool.cs - startLine: 74 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -311,14 +255,6 @@ items: nameWithType: WallTool.ShouldHighlightSelectedObject(object) fullName: TinyLife.Tools.WallTool.ShouldHighlightSelectedObject(object) type: Method - source: - remote: - path: TinyLife/Tools/WallTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ShouldHighlightSelectedObject - path: ../TinyLife/Tools/WallTool.cs - startLine: 79 assemblies: - Tiny Life namespace: TinyLife.Tools diff --git a/docs/api/TinyLife.Tools.WallpaperTool.yml b/docs/api/TinyLife.Tools.WallpaperTool.yml index f06b22c..71f2b95 100644 --- a/docs/api/TinyLife.Tools.WallpaperTool.yml +++ b/docs/api/TinyLife.Tools.WallpaperTool.yml @@ -10,6 +10,7 @@ items: - TinyLife.Tools.WallpaperTool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Boolean) - TinyLife.Tools.WallpaperTool.GetMouseCursor - TinyLife.Tools.WallpaperTool.InitBuildModeUi(MLEM.Ui.Elements.Panel,MLEM.Ui.Elements.Panel) + - TinyLife.Tools.WallpaperTool.OnBuildModeButton - TinyLife.Tools.WallpaperTool.ShouldHighlightSelectedObject(System.Object) - TinyLife.Tools.WallpaperTool.Update(Microsoft.Xna.Framework.GameTime,System.Boolean) langs: @@ -19,14 +20,6 @@ items: nameWithType: WallpaperTool fullName: TinyLife.Tools.WallpaperTool type: Class - source: - remote: - path: TinyLife/Tools/WallpaperTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: WallpaperTool - path: ../TinyLife/Tools/WallpaperTool.cs - startLine: 18 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -84,6 +77,25 @@ items: - System.Object.ToString extensionMethods: - TinyLife.Tools.WallpaperTool.TinyLife.Utilities.Extensions.JsonCopy``1 +- uid: TinyLife.Tools.WallpaperTool.OnBuildModeButton + commentId: E:TinyLife.Tools.WallpaperTool.OnBuildModeButton + id: OnBuildModeButton + parent: TinyLife.Tools.WallpaperTool + langs: + - csharp + - vb + name: OnBuildModeButton + nameWithType: WallpaperTool.OnBuildModeButton + fullName: TinyLife.Tools.WallpaperTool.OnBuildModeButton + type: Event + assemblies: + - Tiny Life + namespace: TinyLife.Tools + syntax: + content: public static event Action OnBuildModeButton + return: + type: System.Action{TinyLife.World.Wallpaper,MLEM.Ui.Elements.Button} + content.vb: Public Shared Event OnBuildModeButton As Action(Of Wallpaper, Button) - uid: TinyLife.Tools.WallpaperTool.#ctor commentId: M:TinyLife.Tools.WallpaperTool.#ctor id: '#ctor' @@ -95,14 +107,6 @@ items: nameWithType: WallpaperTool.WallpaperTool() fullName: TinyLife.Tools.WallpaperTool.WallpaperTool() type: Constructor - source: - remote: - path: TinyLife/Tools/WallpaperTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Tools/WallpaperTool.cs - startLine: 25 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -125,14 +129,6 @@ items: nameWithType: WallpaperTool.Update(GameTime, bool) fullName: TinyLife.Tools.WallpaperTool.Update(Microsoft.Xna.Framework.GameTime, bool) type: Method - source: - remote: - path: TinyLife/Tools/WallpaperTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Update - path: ../TinyLife/Tools/WallpaperTool.cs - startLine: 28 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -167,14 +163,6 @@ items: nameWithType: WallpaperTool.Draw(GameTime, SpriteBatch, bool) fullName: TinyLife.Tools.WallpaperTool.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, bool) type: Method - source: - remote: - path: TinyLife/Tools/WallpaperTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Draw - path: ../TinyLife/Tools/WallpaperTool.cs - startLine: 102 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -212,14 +200,6 @@ items: nameWithType: WallpaperTool.InitBuildModeUi(Panel, Panel) fullName: TinyLife.Tools.WallpaperTool.InitBuildModeUi(MLEM.Ui.Elements.Panel, MLEM.Ui.Elements.Panel) type: Method - source: - remote: - path: TinyLife/Tools/WallpaperTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: InitBuildModeUi - path: ../TinyLife/Tools/WallpaperTool.cs - startLine: 127 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -251,14 +231,6 @@ items: nameWithType: WallpaperTool.GetMouseCursor() fullName: TinyLife.Tools.WallpaperTool.GetMouseCursor() type: Method - source: - remote: - path: TinyLife/Tools/WallpaperTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetMouseCursor - path: ../TinyLife/Tools/WallpaperTool.cs - startLine: 152 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -286,14 +258,6 @@ items: nameWithType: WallpaperTool.CanPlaceForTooltip() fullName: TinyLife.Tools.WallpaperTool.CanPlaceForTooltip() type: Method - source: - remote: - path: TinyLife/Tools/WallpaperTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CanPlaceForTooltip - path: ../TinyLife/Tools/WallpaperTool.cs - startLine: 159 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -318,14 +282,6 @@ items: nameWithType: WallpaperTool.ShouldHighlightSelectedObject(object) fullName: TinyLife.Tools.WallpaperTool.ShouldHighlightSelectedObject(object) type: Method - source: - remote: - path: TinyLife/Tools/WallpaperTool.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ShouldHighlightSelectedObject - path: ../TinyLife/Tools/WallpaperTool.cs - startLine: 168 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -1364,6 +1320,83 @@ references: - uid: TinyLife.Utilities name: Utilities href: TinyLife.Utilities.html +- uid: System.Action{TinyLife.World.Wallpaper,MLEM.Ui.Elements.Button} + commentId: T:System.Action{TinyLife.World.Wallpaper,MLEM.Ui.Elements.Button} + parent: System + definition: System.Action`2 + href: https://learn.microsoft.com/dotnet/api/system.action-2 + name: Action + nameWithType: Action + fullName: System.Action + nameWithType.vb: Action(Of Wallpaper, Button) + fullName.vb: System.Action(Of TinyLife.World.Wallpaper, MLEM.Ui.Elements.Button) + name.vb: Action(Of Wallpaper, Button) + spec.csharp: + - uid: System.Action`2 + name: Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.action-2 + - name: < + - uid: TinyLife.World.Wallpaper + name: Wallpaper + href: TinyLife.World.Wallpaper.html + - name: ',' + - name: " " + - uid: MLEM.Ui.Elements.Button + name: Button + isExternal: true + - name: '>' + spec.vb: + - uid: System.Action`2 + name: Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.action-2 + - name: ( + - name: Of + - name: " " + - uid: TinyLife.World.Wallpaper + name: Wallpaper + href: TinyLife.World.Wallpaper.html + - name: ',' + - name: " " + - uid: MLEM.Ui.Elements.Button + name: Button + isExternal: true + - name: ) +- uid: System.Action`2 + commentId: T:System.Action`2 + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.action-2 + 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 + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.action-2 + - name: < + - name: T1 + - name: ',' + - name: " " + - name: T2 + - name: '>' + spec.vb: + - uid: System.Action`2 + name: Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.action-2 + - name: ( + - name: Of + - name: " " + - name: T1 + - name: ',' + - name: " " + - name: T2 + - name: ) - uid: TinyLife.Tools.WallpaperTool.#ctor* commentId: Overload:TinyLife.Tools.WallpaperTool.#ctor href: TinyLife.Tools.WallpaperTool.html#TinyLife_Tools_WallpaperTool__ctor diff --git a/docs/api/TinyLife.Uis.CharacterCreator.BoughtItemDelegate.yml b/docs/api/TinyLife.Uis.CharacterCreator.BoughtItemDelegate.yml index ed315c7..a95971c 100644 --- a/docs/api/TinyLife.Uis.CharacterCreator.BoughtItemDelegate.yml +++ b/docs/api/TinyLife.Uis.CharacterCreator.BoughtItemDelegate.yml @@ -12,14 +12,6 @@ items: nameWithType: CharacterCreator.BoughtItemDelegate fullName: TinyLife.Uis.CharacterCreator.BoughtItemDelegate type: Delegate - source: - remote: - path: TinyLife/Uis/CharacterCreator.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: BoughtItemDelegate - path: ../TinyLife/Uis/CharacterCreator.cs - startLine: 1128 assemblies: - Tiny Life namespace: TinyLife.Uis diff --git a/docs/api/TinyLife.Uis.CharacterCreator.CharacterCompletion.yml b/docs/api/TinyLife.Uis.CharacterCreator.CharacterCompletion.yml index f6f0d39..3cf4ea3 100644 --- a/docs/api/TinyLife.Uis.CharacterCreator.CharacterCompletion.yml +++ b/docs/api/TinyLife.Uis.CharacterCreator.CharacterCompletion.yml @@ -17,14 +17,6 @@ items: nameWithType: CharacterCreator.CharacterCompletion fullName: TinyLife.Uis.CharacterCreator.CharacterCompletion type: Enum - source: - remote: - path: TinyLife/Uis/CharacterCreator.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CharacterCompletion - path: ../TinyLife/Uis/CharacterCreator.cs - startLine: 1133 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -46,14 +38,6 @@ items: nameWithType: CharacterCreator.CharacterCompletion.Valid fullName: TinyLife.Uis.CharacterCreator.CharacterCompletion.Valid type: Field - source: - remote: - path: TinyLife/Uis/CharacterCreator.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Valid - path: ../TinyLife/Uis/CharacterCreator.cs - startLine: 1138 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -74,14 +58,6 @@ items: nameWithType: CharacterCreator.CharacterCompletion.MissingAdult fullName: TinyLife.Uis.CharacterCreator.CharacterCompletion.MissingAdult type: Field - source: - remote: - path: TinyLife/Uis/CharacterCreator.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: MissingAdult - path: ../TinyLife/Uis/CharacterCreator.cs - startLine: 1142 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -102,14 +78,6 @@ items: nameWithType: CharacterCreator.CharacterCompletion.MissingPersonalities fullName: TinyLife.Uis.CharacterCreator.CharacterCompletion.MissingPersonalities type: Field - source: - remote: - path: TinyLife/Uis/CharacterCreator.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: MissingPersonalities - path: ../TinyLife/Uis/CharacterCreator.cs - startLine: 1146 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -130,14 +98,6 @@ items: nameWithType: CharacterCreator.CharacterCompletion.MissingName fullName: TinyLife.Uis.CharacterCreator.CharacterCompletion.MissingName type: Field - source: - remote: - path: TinyLife/Uis/CharacterCreator.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: MissingName - path: ../TinyLife/Uis/CharacterCreator.cs - startLine: 1150 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -158,14 +118,6 @@ items: nameWithType: CharacterCreator.CharacterCompletion.MissingPronouns fullName: TinyLife.Uis.CharacterCreator.CharacterCompletion.MissingPronouns type: Field - source: - remote: - path: TinyLife/Uis/CharacterCreator.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: MissingPronouns - path: ../TinyLife/Uis/CharacterCreator.cs - startLine: 1154 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 9dce790..1be9a4b 100644 --- a/docs/api/TinyLife.Uis.CharacterCreator.GetCustomPriceDelegate.yml +++ b/docs/api/TinyLife.Uis.CharacterCreator.GetCustomPriceDelegate.yml @@ -12,14 +12,6 @@ items: nameWithType: CharacterCreator.GetCustomPriceDelegate fullName: TinyLife.Uis.CharacterCreator.GetCustomPriceDelegate type: Delegate - source: - remote: - path: TinyLife/Uis/CharacterCreator.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetCustomPriceDelegate - path: ../TinyLife/Uis/CharacterCreator.cs - startLine: 1123 assemblies: - Tiny Life namespace: TinyLife.Uis diff --git a/docs/api/TinyLife.Uis.CharacterCreator.yml b/docs/api/TinyLife.Uis.CharacterCreator.yml index a4ff02d..a4bba7c 100644 --- a/docs/api/TinyLife.Uis.CharacterCreator.yml +++ b/docs/api/TinyLife.Uis.CharacterCreator.yml @@ -18,6 +18,7 @@ items: - TinyLife.Uis.CharacterCreator.MaxHouseholdSize - TinyLife.Uis.CharacterCreator.MaxOutfitAmount - TinyLife.Uis.CharacterCreator.OnBoughtItem + - TinyLife.Uis.CharacterCreator.OnBuildModeButton - TinyLife.Uis.CharacterCreator.OnGetCustomPrice - TinyLife.Uis.CharacterCreator.Open(TinyLife.Objects.PersonLike,System.Boolean) langs: @@ -27,14 +28,6 @@ items: nameWithType: CharacterCreator fullName: TinyLife.Uis.CharacterCreator type: Class - source: - remote: - path: TinyLife/Uis/CharacterCreator.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CharacterCreator - path: ../TinyLife/Uis/CharacterCreator.cs - startLine: 26 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -66,14 +59,6 @@ items: nameWithType: CharacterCreator.MaxHouseholdSize fullName: TinyLife.Uis.CharacterCreator.MaxHouseholdSize type: Field - source: - remote: - path: TinyLife/Uis/CharacterCreator.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: MaxHouseholdSize - path: ../TinyLife/Uis/CharacterCreator.cs - startLine: 32 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -98,14 +83,6 @@ items: nameWithType: CharacterCreator.MaxOutfitAmount fullName: TinyLife.Uis.CharacterCreator.MaxOutfitAmount type: Field - source: - remote: - path: TinyLife/Uis/CharacterCreator.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: MaxOutfitAmount - path: ../TinyLife/Uis/CharacterCreator.cs - startLine: 37 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -130,14 +107,6 @@ items: nameWithType: CharacterCreator.Active fullName: TinyLife.Uis.CharacterCreator.Active type: Property - source: - remote: - path: TinyLife/Uis/CharacterCreator.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Active - path: ../TinyLife/Uis/CharacterCreator.cs - startLine: 41 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -161,14 +130,6 @@ items: nameWithType: CharacterCreator.OnGetCustomPrice fullName: TinyLife.Uis.CharacterCreator.OnGetCustomPrice type: Event - source: - remote: - path: TinyLife/Uis/CharacterCreator.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnGetCustomPrice - path: ../TinyLife/Uis/CharacterCreator.cs - startLine: 47 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -193,14 +154,6 @@ items: nameWithType: CharacterCreator.OnBoughtItem fullName: TinyLife.Uis.CharacterCreator.OnBoughtItem type: Event - source: - remote: - path: TinyLife/Uis/CharacterCreator.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnBoughtItem - path: ../TinyLife/Uis/CharacterCreator.cs - startLine: 52 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -214,6 +167,25 @@ items: return: type: TinyLife.Uis.CharacterCreator.BoughtItemDelegate content.vb: Public Shared Event OnBoughtItem As CharacterCreator.BoughtItemDelegate +- uid: TinyLife.Uis.CharacterCreator.OnBuildModeButton + commentId: E:TinyLife.Uis.CharacterCreator.OnBuildModeButton + id: OnBuildModeButton + parent: TinyLife.Uis.CharacterCreator + langs: + - csharp + - vb + name: OnBuildModeButton + nameWithType: CharacterCreator.OnBuildModeButton + fullName: TinyLife.Uis.CharacterCreator.OnBuildModeButton + type: Event + assemblies: + - Tiny Life + namespace: TinyLife.Uis + syntax: + content: public static event Action OnBuildModeButton + return: + type: System.Action{TinyLife.Objects.Clothes,TinyLife.Objects.WornClothes,MLEM.Ui.Elements.Button} + content.vb: Public Shared Event OnBuildModeButton As Action(Of Clothes, WornClothes, Button) - uid: TinyLife.Uis.CharacterCreator.CanCloseOrExport commentId: M:TinyLife.Uis.CharacterCreator.CanCloseOrExport id: CanCloseOrExport @@ -225,14 +197,6 @@ items: nameWithType: CharacterCreator.CanCloseOrExport() fullName: TinyLife.Uis.CharacterCreator.CanCloseOrExport() type: Method - source: - remote: - path: TinyLife/Uis/CharacterCreator.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CanCloseOrExport - path: ../TinyLife/Uis/CharacterCreator.cs - startLine: 403 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -259,14 +223,6 @@ items: nameWithType: CharacterCreator.Open(PersonLike, bool) fullName: TinyLife.Uis.CharacterCreator.Open(TinyLife.Objects.PersonLike, bool) type: Method - source: - remote: - path: TinyLife/Uis/CharacterCreator.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Open - path: ../TinyLife/Uis/CharacterCreator.cs - startLine: 803 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -297,14 +253,6 @@ items: nameWithType: CharacterCreator.GetCustomPrice(PersonLike, WornClothes) fullName: TinyLife.Uis.CharacterCreator.GetCustomPrice(TinyLife.Objects.PersonLike, TinyLife.Objects.WornClothes) type: Method - source: - remote: - path: TinyLife/Uis/CharacterCreator.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetCustomPrice - path: ../TinyLife/Uis/CharacterCreator.cs - startLine: 817 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -338,14 +286,6 @@ items: nameWithType: CharacterCreator.BoughtItem(PersonLike, WornClothes) fullName: TinyLife.Uis.CharacterCreator.BoughtItem(TinyLife.Objects.PersonLike, TinyLife.Objects.WornClothes) type: Method - source: - remote: - path: TinyLife/Uis/CharacterCreator.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: BoughtItem - path: ../TinyLife/Uis/CharacterCreator.cs - startLine: 833 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -376,14 +316,6 @@ items: nameWithType: CharacterCreator.IsPersonComplete(PersonLike) fullName: TinyLife.Uis.CharacterCreator.IsPersonComplete(TinyLife.Objects.PersonLike) type: Method - source: - remote: - path: TinyLife/Uis/CharacterCreator.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IsPersonComplete - path: ../TinyLife/Uis/CharacterCreator.cs - startLine: 845 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -414,14 +346,6 @@ items: nameWithType: CharacterCreator.CreatePersonalitySelector(PersonLike, bool) fullName: TinyLife.Uis.CharacterCreator.CreatePersonalitySelector(TinyLife.Objects.PersonLike, bool) type: Method - source: - remote: - path: TinyLife/Uis/CharacterCreator.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CreatePersonalitySelector - path: ../TinyLife/Uis/CharacterCreator.cs - startLine: 860 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -454,14 +378,6 @@ items: nameWithType: CharacterCreator.CreateNameSelector(PersonLike, Element) fullName: TinyLife.Uis.CharacterCreator.CreateNameSelector(TinyLife.Objects.PersonLike, MLEM.Ui.Elements.Element) type: Method - source: - remote: - path: TinyLife/Uis/CharacterCreator.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CreateNameSelector - path: ../TinyLife/Uis/CharacterCreator.cs - startLine: 895 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -489,14 +405,6 @@ items: nameWithType: CharacterCreator.CreatePronounSelector(Person, Element) fullName: TinyLife.Uis.CharacterCreator.CreatePronounSelector(TinyLife.Objects.Person, MLEM.Ui.Elements.Element) type: Method - source: - remote: - path: TinyLife/Uis/CharacterCreator.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CreatePronounSelector - path: ../TinyLife/Uis/CharacterCreator.cs - startLine: 930 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -526,14 +434,6 @@ items: nameWithType: CharacterCreator.CreatePregnancyAbilitySelector(PersonLike, Element) fullName: TinyLife.Uis.CharacterCreator.CreatePregnancyAbilitySelector(TinyLife.Objects.PersonLike, MLEM.Ui.Elements.Element) type: Method - source: - remote: - path: TinyLife/Uis/CharacterCreator.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CreatePregnancyAbilitySelector - path: ../TinyLife/Uis/CharacterCreator.cs - startLine: 986 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -561,14 +461,6 @@ items: nameWithType: CharacterCreator.CreateVoiceSelector(PersonLike, Element) fullName: TinyLife.Uis.CharacterCreator.CreateVoiceSelector(TinyLife.Objects.PersonLike, MLEM.Ui.Elements.Element) type: Method - source: - remote: - path: TinyLife/Uis/CharacterCreator.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CreateVoiceSelector - path: ../TinyLife/Uis/CharacterCreator.cs - startLine: 1015 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -1126,6 +1018,99 @@ references: - uid: TinyLife.Uis.CharacterCreator.BoughtItemDelegate name: BoughtItemDelegate href: TinyLife.Uis.CharacterCreator.BoughtItemDelegate.html +- uid: System.Action{TinyLife.Objects.Clothes,TinyLife.Objects.WornClothes,MLEM.Ui.Elements.Button} + commentId: T:System.Action{TinyLife.Objects.Clothes,TinyLife.Objects.WornClothes,MLEM.Ui.Elements.Button} + parent: System + definition: System.Action`3 + href: https://learn.microsoft.com/dotnet/api/system.action-3 + name: Action + nameWithType: Action + fullName: System.Action + nameWithType.vb: Action(Of Clothes, WornClothes, Button) + fullName.vb: System.Action(Of TinyLife.Objects.Clothes, TinyLife.Objects.WornClothes, MLEM.Ui.Elements.Button) + name.vb: Action(Of Clothes, WornClothes, Button) + spec.csharp: + - uid: System.Action`3 + name: Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.action-3 + - name: < + - uid: TinyLife.Objects.Clothes + name: Clothes + href: TinyLife.Objects.Clothes.html + - name: ',' + - name: " " + - uid: TinyLife.Objects.WornClothes + name: WornClothes + href: TinyLife.Objects.WornClothes.html + - name: ',' + - name: " " + - uid: MLEM.Ui.Elements.Button + name: Button + isExternal: true + - name: '>' + spec.vb: + - uid: System.Action`3 + name: Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.action-3 + - name: ( + - name: Of + - name: " " + - uid: TinyLife.Objects.Clothes + name: Clothes + href: TinyLife.Objects.Clothes.html + - name: ',' + - name: " " + - uid: TinyLife.Objects.WornClothes + name: WornClothes + href: TinyLife.Objects.WornClothes.html + - name: ',' + - name: " " + - uid: MLEM.Ui.Elements.Button + name: Button + isExternal: true + - name: ) +- uid: System.Action`3 + commentId: T:System.Action`3 + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.action-3 + name: Action + nameWithType: Action + fullName: System.Action + nameWithType.vb: Action(Of T1, T2, T3) + fullName.vb: System.Action(Of T1, T2, T3) + name.vb: Action(Of T1, T2, T3) + spec.csharp: + - uid: System.Action`3 + name: Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.action-3 + - name: < + - name: T1 + - name: ',' + - name: " " + - name: T2 + - name: ',' + - name: " " + - name: T3 + - name: '>' + spec.vb: + - uid: System.Action`3 + name: Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.action-3 + - name: ( + - name: Of + - name: " " + - name: T1 + - name: ',' + - name: " " + - name: T2 + - name: ',' + - name: " " + - name: T3 + - name: ) - uid: TinyLife.Uis.CharacterCreator.IsPersonComplete(TinyLife.Objects.PersonLike) commentId: M:TinyLife.Uis.CharacterCreator.IsPersonComplete(TinyLife.Objects.PersonLike) href: TinyLife.Uis.CharacterCreator.html#TinyLife_Uis_CharacterCreator_IsPersonComplete_TinyLife_Objects_PersonLike_ diff --git a/docs/api/TinyLife.Uis.ControlsHint.yml b/docs/api/TinyLife.Uis.ControlsHint.yml index 6445932..b6e5886 100644 --- a/docs/api/TinyLife.Uis.ControlsHint.yml +++ b/docs/api/TinyLife.Uis.ControlsHint.yml @@ -18,14 +18,6 @@ items: nameWithType: ControlsHint fullName: TinyLife.Uis.ControlsHint type: Class - source: - remote: - path: TinyLife/Uis/ControlsHint.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ControlsHint - path: ../TinyLife/Uis/ControlsHint.cs - startLine: 18 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -60,14 +52,6 @@ items: nameWithType: ControlsHint.Hints fullName: TinyLife.Uis.ControlsHint.Hints type: Field - source: - remote: - path: TinyLife/Uis/ControlsHint.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Hints - path: ../TinyLife/Uis/ControlsHint.cs - startLine: 24 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -89,14 +73,6 @@ items: nameWithType: ControlsHint.Name fullName: TinyLife.Uis.ControlsHint.Name type: Field - source: - remote: - path: TinyLife/Uis/ControlsHint.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Name - path: ../TinyLife/Uis/ControlsHint.cs - startLine: 69 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -118,14 +94,6 @@ items: nameWithType: ControlsHint.Keybind fullName: TinyLife.Uis.ControlsHint.Keybind type: Field - source: - remote: - path: TinyLife/Uis/ControlsHint.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Keybind - path: ../TinyLife/Uis/ControlsHint.cs - startLine: 74 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -150,14 +118,6 @@ items: nameWithType: ControlsHint.ShouldDisplay fullName: TinyLife.Uis.ControlsHint.ShouldDisplay type: Field - source: - remote: - path: TinyLife/Uis/ControlsHint.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ShouldDisplay - path: ../TinyLife/Uis/ControlsHint.cs - startLine: 78 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -179,14 +139,6 @@ items: nameWithType: ControlsHint.ControlsHint(string, Func, Func) fullName: TinyLife.Uis.ControlsHint.ControlsHint(string, System.Func, System.Func) type: Constructor - source: - remote: - path: TinyLife/Uis/ControlsHint.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Uis/ControlsHint.cs - startLine: 86 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -220,14 +172,6 @@ items: nameWithType: ControlsHint.Register(ControlsHint) fullName: TinyLife.Uis.ControlsHint.Register(TinyLife.Uis.ControlsHint) type: Method - source: - remote: - path: TinyLife/Uis/ControlsHint.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Register - path: ../TinyLife/Uis/ControlsHint.cs - 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 939f1d5..19f12d6 100644 --- a/docs/api/TinyLife.Uis.CoveringGroup.yml +++ b/docs/api/TinyLife.Uis.CoveringGroup.yml @@ -16,14 +16,6 @@ items: nameWithType: CoveringGroup fullName: TinyLife.Uis.CoveringGroup type: Class - source: - remote: - path: TinyLife/Uis/CoveringGroup.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CoveringGroup - path: ../TinyLife/Uis/CoveringGroup.cs - startLine: 19 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -181,14 +173,6 @@ items: nameWithType: CoveringGroup.CoveringGroup(bool, Func, bool, bool) fullName: TinyLife.Uis.CoveringGroup.CoveringGroup(bool, System.Func, bool, bool) type: Constructor - source: - remote: - path: TinyLife/Uis/CoveringGroup.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Uis/CoveringGroup.cs - startLine: 32 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -225,14 +209,6 @@ items: nameWithType: CoveringGroup.Draw(GameTime, SpriteBatch, float, SpriteBatchContext) fullName: TinyLife.Uis.CoveringGroup.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, float, MLEM.Graphics.SpriteBatchContext) type: Method - source: - remote: - path: TinyLife/Uis/CoveringGroup.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Draw - path: ../TinyLife/Uis/CoveringGroup.cs - startLine: 103 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -273,14 +249,6 @@ items: nameWithType: CoveringGroup.TryClose(bool) fullName: TinyLife.Uis.CoveringGroup.TryClose(bool) type: Method - source: - remote: - path: TinyLife/Uis/CoveringGroup.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TryClose - path: ../TinyLife/Uis/CoveringGroup.cs - startLine: 117 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -311,14 +279,6 @@ items: nameWithType: CoveringGroup.Close(bool) fullName: TinyLife.Uis.CoveringGroup.Close(bool) type: Method - source: - remote: - path: TinyLife/Uis/CoveringGroup.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Close - path: ../TinyLife/Uis/CoveringGroup.cs - startLine: 128 assemblies: - Tiny Life namespace: TinyLife.Uis diff --git a/docs/api/TinyLife.Uis.CursorType.yml b/docs/api/TinyLife.Uis.CursorType.yml index 334e343..543e9e1 100644 --- a/docs/api/TinyLife.Uis.CursorType.yml +++ b/docs/api/TinyLife.Uis.CursorType.yml @@ -21,14 +21,6 @@ items: nameWithType: CursorType fullName: TinyLife.Uis.CursorType type: Enum - source: - remote: - path: TinyLife/Uis/Cursor.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CursorType - path: ../TinyLife/Uis/Cursor.cs - startLine: 76 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -50,14 +42,6 @@ items: nameWithType: CursorType.None fullName: TinyLife.Uis.CursorType.None type: Field - source: - remote: - path: TinyLife/Uis/Cursor.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: None - path: ../TinyLife/Uis/Cursor.cs - startLine: 81 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -78,14 +62,6 @@ items: nameWithType: CursorType.Default fullName: TinyLife.Uis.CursorType.Default type: Field - source: - remote: - path: TinyLife/Uis/Cursor.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Default - path: ../TinyLife/Uis/Cursor.cs - startLine: 85 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -106,14 +82,6 @@ items: nameWithType: CursorType.Wall fullName: TinyLife.Uis.CursorType.Wall type: Field - source: - remote: - path: TinyLife/Uis/Cursor.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Wall - path: ../TinyLife/Uis/Cursor.cs - startLine: 89 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -134,14 +102,6 @@ items: nameWithType: CursorType.Hammer fullName: TinyLife.Uis.CursorType.Hammer type: Field - source: - remote: - path: TinyLife/Uis/Cursor.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Hammer - path: ../TinyLife/Uis/Cursor.cs - startLine: 93 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -162,14 +122,6 @@ items: nameWithType: CursorType.Range fullName: TinyLife.Uis.CursorType.Range type: Field - source: - remote: - path: TinyLife/Uis/Cursor.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Range - path: ../TinyLife/Uis/Cursor.cs - startLine: 97 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -190,14 +142,6 @@ items: nameWithType: CursorType.Disallowed fullName: TinyLife.Uis.CursorType.Disallowed type: Field - source: - remote: - path: TinyLife/Uis/Cursor.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Disallowed - path: ../TinyLife/Uis/Cursor.cs - startLine: 101 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -218,14 +162,6 @@ items: nameWithType: CursorType.RotatingCamera fullName: TinyLife.Uis.CursorType.RotatingCamera type: Field - source: - remote: - path: TinyLife/Uis/Cursor.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RotatingCamera - path: ../TinyLife/Uis/Cursor.cs - startLine: 105 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -246,14 +182,6 @@ items: nameWithType: CursorType.EditingActions fullName: TinyLife.Uis.CursorType.EditingActions type: Field - source: - remote: - path: TinyLife/Uis/Cursor.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: EditingActions - path: ../TinyLife/Uis/Cursor.cs - startLine: 109 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -274,14 +202,6 @@ items: nameWithType: CursorType.TextInput fullName: TinyLife.Uis.CursorType.TextInput type: Field - source: - remote: - path: TinyLife/Uis/Cursor.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TextInput - path: ../TinyLife/Uis/Cursor.cs - startLine: 113 assemblies: - Tiny Life namespace: TinyLife.Uis diff --git a/docs/api/TinyLife.Uis.InGameHint.yml b/docs/api/TinyLife.Uis.InGameHint.yml index c7f580e..e450e1a 100644 --- a/docs/api/TinyLife.Uis.InGameHint.yml +++ b/docs/api/TinyLife.Uis.InGameHint.yml @@ -32,14 +32,6 @@ items: nameWithType: InGameHint fullName: TinyLife.Uis.InGameHint type: Class - source: - remote: - path: TinyLife/Uis/InGameHint.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: InGameHint - path: ../TinyLife/Uis/InGameHint.cs - startLine: 22 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -74,14 +66,6 @@ items: nameWithType: InGameHint.Hints fullName: TinyLife.Uis.InGameHint.Hints type: Field - source: - remote: - path: TinyLife/Uis/InGameHint.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Hints - path: ../TinyLife/Uis/InGameHint.cs - startLine: 29 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -106,14 +90,6 @@ items: nameWithType: InGameHint.Introduction fullName: TinyLife.Uis.InGameHint.Introduction type: Field - source: - remote: - path: TinyLife/Uis/InGameHint.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Introduction - path: ../TinyLife/Uis/InGameHint.cs - startLine: 32 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -133,14 +109,6 @@ items: nameWithType: InGameHint.PersonalityTypes fullName: TinyLife.Uis.InGameHint.PersonalityTypes type: Field - source: - remote: - path: TinyLife/Uis/InGameHint.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PersonalityTypes - path: ../TinyLife/Uis/InGameHint.cs - startLine: 41 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -160,14 +128,6 @@ items: nameWithType: InGameHint.ClothesIntentions fullName: TinyLife.Uis.InGameHint.ClothesIntentions type: Field - source: - remote: - path: TinyLife/Uis/InGameHint.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ClothesIntentions - path: ../TinyLife/Uis/InGameHint.cs - startLine: 42 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -187,14 +147,6 @@ items: nameWithType: InGameHint.Interactions fullName: TinyLife.Uis.InGameHint.Interactions type: Field - source: - remote: - path: TinyLife/Uis/InGameHint.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Interactions - path: ../TinyLife/Uis/InGameHint.cs - startLine: 43 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -214,14 +166,6 @@ items: nameWithType: InGameHint.Outfits fullName: TinyLife.Uis.InGameHint.Outfits type: Field - source: - remote: - path: TinyLife/Uis/InGameHint.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Outfits - path: ../TinyLife/Uis/InGameHint.cs - startLine: 44 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -241,14 +185,6 @@ items: nameWithType: InGameHint.InteractionPages fullName: TinyLife.Uis.InGameHint.InteractionPages type: Field - source: - remote: - path: TinyLife/Uis/InGameHint.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: InteractionPages - path: ../TinyLife/Uis/InGameHint.cs - startLine: 45 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -268,14 +204,6 @@ items: nameWithType: InGameHint.OutOfTownActions fullName: TinyLife.Uis.InGameHint.OutOfTownActions type: Field - source: - remote: - path: TinyLife/Uis/InGameHint.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OutOfTownActions - path: ../TinyLife/Uis/InGameHint.cs - startLine: 46 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -295,14 +223,6 @@ items: nameWithType: InGameHint.LotEmployments fullName: TinyLife.Uis.InGameHint.LotEmployments type: Field - source: - remote: - path: TinyLife/Uis/InGameHint.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: LotEmployments - path: ../TinyLife/Uis/InGameHint.cs - startLine: 47 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -322,14 +242,6 @@ items: nameWithType: InGameHint.MultiMaps fullName: TinyLife.Uis.InGameHint.MultiMaps type: Field - source: - remote: - path: TinyLife/Uis/InGameHint.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: MultiMaps - path: ../TinyLife/Uis/InGameHint.cs - startLine: 48 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -349,14 +261,6 @@ items: nameWithType: InGameHint.EmotionInfluences fullName: TinyLife.Uis.InGameHint.EmotionInfluences type: Field - source: - remote: - path: TinyLife/Uis/InGameHint.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: EmotionInfluences - path: ../TinyLife/Uis/InGameHint.cs - startLine: 49 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -376,14 +280,6 @@ items: nameWithType: InGameHint.DeathEmotions fullName: TinyLife.Uis.InGameHint.DeathEmotions type: Field - source: - remote: - path: TinyLife/Uis/InGameHint.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DeathEmotions - path: ../TinyLife/Uis/InGameHint.cs - startLine: 50 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -403,14 +299,6 @@ items: nameWithType: InGameHint.Name fullName: TinyLife.Uis.InGameHint.Name type: Field - source: - remote: - path: TinyLife/Uis/InGameHint.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Name - path: ../TinyLife/Uis/InGameHint.cs - startLine: 83 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -432,14 +320,6 @@ items: nameWithType: InGameHint.Icon fullName: TinyLife.Uis.InGameHint.Icon type: Field - source: - remote: - path: TinyLife/Uis/InGameHint.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Icon - path: ../TinyLife/Uis/InGameHint.cs - startLine: 87 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -461,14 +341,6 @@ items: nameWithType: InGameHint.Condition fullName: TinyLife.Uis.InGameHint.Condition type: Field - source: - remote: - path: TinyLife/Uis/InGameHint.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Condition - path: ../TinyLife/Uis/InGameHint.cs - startLine: 91 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -490,14 +362,6 @@ items: nameWithType: InGameHint.AdditionalContent fullName: TinyLife.Uis.InGameHint.AdditionalContent type: Field - source: - remote: - path: TinyLife/Uis/InGameHint.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AdditionalContent - path: ../TinyLife/Uis/InGameHint.cs - startLine: 95 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -519,14 +383,6 @@ items: nameWithType: InGameHint.HasBeenDisplayed fullName: TinyLife.Uis.InGameHint.HasBeenDisplayed type: Property - source: - remote: - path: TinyLife/Uis/InGameHint.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: HasBeenDisplayed - path: ../TinyLife/Uis/InGameHint.cs - startLine: 100 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -550,14 +406,6 @@ items: nameWithType: InGameHint.InGameHint(string, TextureRegion, Func, Action) fullName: TinyLife.Uis.InGameHint.InGameHint(string, MLEM.Textures.TextureRegion, System.Func, System.Action) type: Constructor - source: - remote: - path: TinyLife/Uis/InGameHint.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Uis/InGameHint.cs - startLine: 109 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -594,14 +442,6 @@ items: nameWithType: InGameHint.Display() fullName: TinyLife.Uis.InGameHint.Display() type: Method - source: - remote: - path: TinyLife/Uis/InGameHint.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Display - path: ../TinyLife/Uis/InGameHint.cs - startLine: 119 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -622,14 +462,6 @@ items: nameWithType: InGameHint.Register(InGameHint) fullName: TinyLife.Uis.InGameHint.Register(TinyLife.Uis.InGameHint) type: Method - source: - remote: - path: TinyLife/Uis/InGameHint.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Register - path: ../TinyLife/Uis/InGameHint.cs - startLine: 146 assemblies: - Tiny Life namespace: TinyLife.Uis diff --git a/docs/api/TinyLife.Uis.InGameUi.yml b/docs/api/TinyLife.Uis.InGameUi.yml index 30d6e74..5730f34 100644 --- a/docs/api/TinyLife.Uis.InGameUi.yml +++ b/docs/api/TinyLife.Uis.InGameUi.yml @@ -23,14 +23,6 @@ items: nameWithType: InGameUi fullName: TinyLife.Uis.InGameUi type: Class - source: - remote: - path: TinyLife/Uis/InGameUi.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: InGameUi - path: ../TinyLife/Uis/InGameUi.cs - startLine: 21 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -60,14 +52,6 @@ items: nameWithType: InGameUi.OnModesPanelInitialized fullName: TinyLife.Uis.InGameUi.OnModesPanelInitialized type: Event - source: - remote: - path: TinyLife/Uis/InGameUi.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnModesPanelInitialized - path: ../TinyLife/Uis/InGameUi.cs - startLine: 29 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -92,14 +76,6 @@ items: nameWithType: InGameUi.OnTopRightInitialized fullName: TinyLife.Uis.InGameUi.OnTopRightInitialized type: Event - source: - remote: - path: TinyLife/Uis/InGameUi.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnTopRightInitialized - path: ../TinyLife/Uis/InGameUi.cs - startLine: 34 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -124,14 +100,6 @@ items: nameWithType: InGameUi.OnInitialized fullName: TinyLife.Uis.InGameUi.OnInitialized type: Event - source: - remote: - path: TinyLife/Uis/InGameUi.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnInitialized - path: ../TinyLife/Uis/InGameUi.cs - startLine: 38 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -153,14 +121,6 @@ items: nameWithType: InGameUi.Main fullName: TinyLife.Uis.InGameUi.Main type: Property - source: - remote: - path: TinyLife/Uis/InGameUi.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Main - path: ../TinyLife/Uis/InGameUi.cs - startLine: 43 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -184,14 +144,6 @@ items: nameWithType: InGameUi.BuildContent fullName: TinyLife.Uis.InGameUi.BuildContent type: Property - source: - remote: - path: TinyLife/Uis/InGameUi.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: BuildContent - path: ../TinyLife/Uis/InGameUi.cs - startLine: 47 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -215,14 +167,6 @@ items: nameWithType: InGameUi.BuildZoom fullName: TinyLife.Uis.InGameUi.BuildZoom type: Property - source: - remote: - path: TinyLife/Uis/InGameUi.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: BuildZoom - path: ../TinyLife/Uis/InGameUi.cs - startLine: 51 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -246,14 +190,6 @@ items: nameWithType: InGameUi.BuildView fullName: TinyLife.Uis.InGameUi.BuildView type: Property - source: - remote: - path: TinyLife/Uis/InGameUi.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: BuildView - path: ../TinyLife/Uis/InGameUi.cs - startLine: 55 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -277,14 +213,6 @@ items: nameWithType: InGameUi.BuildTopLeft fullName: TinyLife.Uis.InGameUi.BuildTopLeft type: Property - source: - remote: - path: TinyLife/Uis/InGameUi.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: BuildTopLeft - path: ../TinyLife/Uis/InGameUi.cs - startLine: 59 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -308,14 +236,6 @@ items: nameWithType: InGameUi.LotType fullName: TinyLife.Uis.InGameUi.LotType type: Property - source: - remote: - path: TinyLife/Uis/InGameUi.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: LotType - path: ../TinyLife/Uis/InGameUi.cs - startLine: 63 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -339,14 +259,6 @@ items: nameWithType: InGameUi.LotEmployments fullName: TinyLife.Uis.InGameUi.LotEmployments type: Property - source: - remote: - path: TinyLife/Uis/InGameUi.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: LotEmployments - path: ../TinyLife/Uis/InGameUi.cs - startLine: 67 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -370,14 +282,6 @@ items: nameWithType: InGameUi.BuildBottomRight fullName: TinyLife.Uis.InGameUi.BuildBottomRight type: Property - source: - remote: - path: TinyLife/Uis/InGameUi.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: BuildBottomRight - path: ../TinyLife/Uis/InGameUi.cs - startLine: 71 assemblies: - Tiny Life namespace: TinyLife.Uis diff --git a/docs/api/TinyLife.Uis.MapSelectUi.yml b/docs/api/TinyLife.Uis.MapSelectUi.yml index 0ed88fa..bd65ac1 100644 --- a/docs/api/TinyLife.Uis.MapSelectUi.yml +++ b/docs/api/TinyLife.Uis.MapSelectUi.yml @@ -14,14 +14,6 @@ items: nameWithType: MapSelectUi fullName: TinyLife.Uis.MapSelectUi type: Class - source: - remote: - path: TinyLife/Uis/MapSelectUi.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: MapSelectUi - path: ../TinyLife/Uis/MapSelectUi.cs - startLine: 21 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -51,14 +43,6 @@ items: nameWithType: MapSelectUi.GetHoveredLot() fullName: TinyLife.Uis.MapSelectUi.GetHoveredLot() type: Method - source: - remote: - path: TinyLife/Uis/MapSelectUi.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetHoveredLot - path: ../TinyLife/Uis/MapSelectUi.cs - startLine: 86 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -82,14 +66,6 @@ items: nameWithType: MapSelectUi.OpenSplitMenu(Household, Lot, Action) fullName: TinyLife.Uis.MapSelectUi.OpenSplitMenu(TinyLife.World.Household, TinyLife.World.Lot, System.Action) type: Method - source: - remote: - path: TinyLife/Uis/MapSelectUi.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OpenSplitMenu - path: ../TinyLife/Uis/MapSelectUi.cs - startLine: 97 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 20087fe..cbf3dc2 100644 --- a/docs/api/TinyLife.Uis.Menus.TransitionType.yml +++ b/docs/api/TinyLife.Uis.Menus.TransitionType.yml @@ -14,14 +14,6 @@ items: nameWithType: Menus.TransitionType fullName: TinyLife.Uis.Menus.TransitionType type: Enum - source: - remote: - path: TinyLife/Uis/Menus.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TransitionType - path: ../TinyLife/Uis/Menus.cs - startLine: 1372 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -43,14 +35,6 @@ items: nameWithType: Menus.TransitionType.Swipe fullName: TinyLife.Uis.Menus.TransitionType.Swipe type: Field - source: - remote: - path: TinyLife/Uis/Menus.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Swipe - path: ../TinyLife/Uis/Menus.cs - startLine: 1378 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -74,14 +58,6 @@ items: nameWithType: Menus.TransitionType.Fade fullName: TinyLife.Uis.Menus.TransitionType.Fade type: Field - source: - remote: - path: TinyLife/Uis/Menus.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Fade - path: ../TinyLife/Uis/Menus.cs - startLine: 1383 assemblies: - Tiny Life namespace: TinyLife.Uis diff --git a/docs/api/TinyLife.Uis.Menus.yml b/docs/api/TinyLife.Uis.Menus.yml index 30311f9..84fe8bb 100644 --- a/docs/api/TinyLife.Uis.Menus.yml +++ b/docs/api/TinyLife.Uis.Menus.yml @@ -17,14 +17,6 @@ items: nameWithType: Menus fullName: TinyLife.Uis.Menus type: Class - source: - remote: - path: TinyLife/Uis/Menus.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Menus - path: ../TinyLife/Uis/Menus.cs - startLine: 40 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -54,14 +46,6 @@ items: nameWithType: Menus.Transition(Action, Action, Menus.TransitionType, Menus.TransitionType, float, float, float, Color?) fullName: TinyLife.Uis.Menus.Transition(System.Action, System.Action, TinyLife.Uis.Menus.TransitionType, TinyLife.Uis.Menus.TransitionType, float, float, float, Microsoft.Xna.Framework.Color?) type: Method - source: - remote: - path: TinyLife/Uis/Menus.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Transition - path: ../TinyLife/Uis/Menus.cs - startLine: 66 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -117,14 +101,6 @@ items: nameWithType: Menus.GamepadHint(Anchor, Func, Vector2, Vector2?, Func) fullName: TinyLife.Uis.Menus.GamepadHint(MLEM.Ui.Anchor, System.Func, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Vector2?, System.Func) type: Method - source: - remote: - path: TinyLife/Uis/Menus.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GamepadHint - path: ../TinyLife/Uis/Menus.cs - startLine: 137 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -170,14 +146,6 @@ items: nameWithType: Menus.MenuBackground(float, float, float, float) fullName: TinyLife.Uis.Menus.MenuBackground(float, float, float, float) type: Method - source: - remote: - path: TinyLife/Uis/Menus.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: MenuBackground - path: ../TinyLife/Uis/Menus.cs - startLine: 157 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -217,14 +185,6 @@ items: nameWithType: Menus.CreateLotPreview(Map, string, Point, float, Color, bool, Func) fullName: TinyLife.Uis.Menus.CreateLotPreview(TinyLife.World.Map, string, Microsoft.Xna.Framework.Point, float, Microsoft.Xna.Framework.Color, bool, System.Func) type: Method - source: - remote: - path: TinyLife/Uis/Menus.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CreateLotPreview - path: ../TinyLife/Uis/Menus.cs - startLine: 175 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -273,14 +233,6 @@ items: nameWithType: Menus.CreateHouseholdPreview(Map, string, Point, float, Color, bool, Func) fullName: TinyLife.Uis.Menus.CreateHouseholdPreview(TinyLife.World.Map, string, Microsoft.Xna.Framework.Point, float, Microsoft.Xna.Framework.Color, bool, System.Func) type: Method - source: - remote: - path: TinyLife/Uis/Menus.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CreateHouseholdPreview - path: ../TinyLife/Uis/Menus.cs - startLine: 234 assemblies: - Tiny Life namespace: TinyLife.Uis diff --git a/docs/api/TinyLife.Uis.NotifType.yml b/docs/api/TinyLife.Uis.NotifType.yml index 136277d..7960bda 100644 --- a/docs/api/TinyLife.Uis.NotifType.yml +++ b/docs/api/TinyLife.Uis.NotifType.yml @@ -17,14 +17,6 @@ items: nameWithType: NotifType fullName: TinyLife.Uis.NotifType type: Enum - source: - remote: - path: TinyLife/Uis/Notifications.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: NotifType - path: ../TinyLife/Uis/Notifications.cs - startLine: 364 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -49,14 +41,6 @@ items: nameWithType: NotifType.Info fullName: TinyLife.Uis.NotifType.Info type: Field - source: - remote: - path: TinyLife/Uis/Notifications.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Info - path: ../TinyLife/Uis/Notifications.cs - startLine: 369 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -77,14 +61,6 @@ items: nameWithType: NotifType.Warning fullName: TinyLife.Uis.NotifType.Warning type: Field - source: - remote: - path: TinyLife/Uis/Notifications.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Warning - path: ../TinyLife/Uis/Notifications.cs - startLine: 373 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -105,14 +81,6 @@ items: nameWithType: NotifType.VeryImportant fullName: TinyLife.Uis.NotifType.VeryImportant type: Field - source: - remote: - path: TinyLife/Uis/Notifications.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: VeryImportant - path: ../TinyLife/Uis/Notifications.cs - startLine: 378 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -136,14 +104,6 @@ items: nameWithType: NotifType.VeryPositive fullName: TinyLife.Uis.NotifType.VeryPositive type: Field - source: - remote: - path: TinyLife/Uis/Notifications.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: VeryPositive - path: ../TinyLife/Uis/Notifications.cs - startLine: 382 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -164,14 +124,6 @@ items: nameWithType: NotifType.Debug fullName: TinyLife.Uis.NotifType.Debug type: Field - source: - remote: - path: TinyLife/Uis/Notifications.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Debug - path: ../TinyLife/Uis/Notifications.cs - startLine: 386 assemblies: - Tiny Life namespace: TinyLife.Uis diff --git a/docs/api/TinyLife.Uis.Notifications.yml b/docs/api/TinyLife.Uis.Notifications.yml index 32506ea..efb67f0 100644 --- a/docs/api/TinyLife.Uis.Notifications.yml +++ b/docs/api/TinyLife.Uis.Notifications.yml @@ -16,14 +16,6 @@ items: nameWithType: Notifications fullName: TinyLife.Uis.Notifications type: Class - source: - remote: - path: TinyLife/Uis/Notifications.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Notifications - path: ../TinyLife/Uis/Notifications.cs - startLine: 25 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -56,14 +48,6 @@ items: nameWithType: Notifications.MaxHistoryLength fullName: TinyLife.Uis.Notifications.MaxHistoryLength type: Field - source: - remote: - path: TinyLife/Uis/Notifications.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: MaxHistoryLength - path: ../TinyLife/Uis/Notifications.cs - startLine: 30 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -85,14 +69,6 @@ items: nameWithType: Notifications.Add(MapObject, string, NotifType, bool) fullName: TinyLife.Uis.Notifications.Add(TinyLife.Objects.MapObject, string, TinyLife.Uis.NotifType, bool) type: Method - source: - remote: - path: TinyLife/Uis/Notifications.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Add - path: ../TinyLife/Uis/Notifications.cs - startLine: 61 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -132,14 +108,6 @@ items: nameWithType: Notifications.Add(string, string, NotifType, bool) fullName: TinyLife.Uis.Notifications.Add(string, string, TinyLife.Uis.NotifType, bool) type: Method - source: - remote: - path: TinyLife/Uis/Notifications.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Add - path: ../TinyLife/Uis/Notifications.cs - startLine: 73 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -179,14 +147,6 @@ items: nameWithType: Notifications.RegisterIcon(string, TextureRegion) fullName: TinyLife.Uis.Notifications.RegisterIcon(string, MLEM.Textures.TextureRegion) type: Method - source: - remote: - path: TinyLife/Uis/Notifications.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RegisterIcon - path: ../TinyLife/Uis/Notifications.cs - startLine: 83 assemblies: - Tiny Life namespace: TinyLife.Uis diff --git a/docs/api/TinyLife.Utilities.ColorScheme.yml b/docs/api/TinyLife.Utilities.ColorScheme.yml index a5425ec..89e80aa 100644 --- a/docs/api/TinyLife.Utilities.ColorScheme.yml +++ b/docs/api/TinyLife.Utilities.ColorScheme.yml @@ -33,6 +33,7 @@ items: - TinyLife.Utilities.ColorScheme.MutedPastels - TinyLife.Utilities.ColorScheme.Pastel - TinyLife.Utilities.ColorScheme.Plants + - TinyLife.Utilities.ColorScheme.RedsPinks - TinyLife.Utilities.ColorScheme.RetroAppliances - TinyLife.Utilities.ColorScheme.RetroTv - TinyLife.Utilities.ColorScheme.Rugs @@ -47,6 +48,7 @@ items: - TinyLife.Utilities.ColorScheme.WarmDark - TinyLife.Utilities.ColorScheme.Water - TinyLife.Utilities.ColorScheme.White + - TinyLife.Utilities.ColorScheme.WhiteGradient - TinyLife.Utilities.ColorScheme.op_Addition(TinyLife.Utilities.ColorScheme,TinyLife.Utilities.ColorScheme) - TinyLife.Utilities.ColorScheme.op_Multiply(TinyLife.Utilities.ColorScheme,Microsoft.Xna.Framework.Color) - TinyLife.Utilities.ColorScheme.op_Multiply(TinyLife.Utilities.ColorScheme,System.Single) @@ -57,14 +59,6 @@ items: nameWithType: ColorScheme fullName: TinyLife.Utilities.ColorScheme type: Class - source: - remote: - path: TinyLife/Utilities/ColorScheme.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ColorScheme - path: ../TinyLife/Utilities/ColorScheme.cs - startLine: 16 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -103,14 +97,6 @@ items: nameWithType: ColorScheme.Transparent fullName: TinyLife.Utilities.ColorScheme.Transparent type: Field - source: - remote: - path: TinyLife/Utilities/ColorScheme.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Transparent - path: ../TinyLife/Utilities/ColorScheme.cs - startLine: 23 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -130,14 +116,6 @@ items: nameWithType: ColorScheme.White fullName: TinyLife.Utilities.ColorScheme.White type: Field - source: - remote: - path: TinyLife/Utilities/ColorScheme.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: White - path: ../TinyLife/Utilities/ColorScheme.cs - startLine: 24 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -146,6 +124,25 @@ items: return: type: TinyLife.Utilities.ColorScheme content.vb: Public Shared ReadOnly White As ColorScheme +- uid: TinyLife.Utilities.ColorScheme.WhiteGradient + commentId: F:TinyLife.Utilities.ColorScheme.WhiteGradient + id: WhiteGradient + parent: TinyLife.Utilities.ColorScheme + langs: + - csharp + - vb + name: WhiteGradient + nameWithType: ColorScheme.WhiteGradient + fullName: TinyLife.Utilities.ColorScheme.WhiteGradient + type: Field + assemblies: + - Tiny Life + namespace: TinyLife.Utilities + syntax: + content: public static readonly ColorScheme WhiteGradient + return: + type: TinyLife.Utilities.ColorScheme + content.vb: Public Shared ReadOnly WhiteGradient As ColorScheme - uid: TinyLife.Utilities.ColorScheme.SimpleWood commentId: F:TinyLife.Utilities.ColorScheme.SimpleWood id: SimpleWood @@ -157,14 +154,6 @@ items: nameWithType: ColorScheme.SimpleWood fullName: TinyLife.Utilities.ColorScheme.SimpleWood type: Field - source: - remote: - path: TinyLife/Utilities/ColorScheme.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SimpleWood - path: ../TinyLife/Utilities/ColorScheme.cs - startLine: 25 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -184,14 +173,6 @@ items: nameWithType: ColorScheme.Ceramics fullName: TinyLife.Utilities.ColorScheme.Ceramics type: Field - source: - remote: - path: TinyLife/Utilities/ColorScheme.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Ceramics - path: ../TinyLife/Utilities/ColorScheme.cs - startLine: 26 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -211,14 +192,6 @@ items: nameWithType: ColorScheme.Pastel fullName: TinyLife.Utilities.ColorScheme.Pastel type: Field - source: - remote: - path: TinyLife/Utilities/ColorScheme.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Pastel - path: ../TinyLife/Utilities/ColorScheme.cs - startLine: 27 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -238,14 +211,6 @@ items: nameWithType: ColorScheme.Plants fullName: TinyLife.Utilities.ColorScheme.Plants type: Field - source: - remote: - path: TinyLife/Utilities/ColorScheme.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Plants - path: ../TinyLife/Utilities/ColorScheme.cs - startLine: 28 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -265,14 +230,6 @@ items: nameWithType: ColorScheme.Modern fullName: TinyLife.Utilities.ColorScheme.Modern type: Field - source: - remote: - path: TinyLife/Utilities/ColorScheme.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Modern - path: ../TinyLife/Utilities/ColorScheme.cs - startLine: 29 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -292,14 +249,6 @@ items: nameWithType: ColorScheme.Grays fullName: TinyLife.Utilities.ColorScheme.Grays type: Field - source: - remote: - path: TinyLife/Utilities/ColorScheme.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Grays - path: ../TinyLife/Utilities/ColorScheme.cs - startLine: 30 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -319,14 +268,6 @@ items: nameWithType: ColorScheme.Bricks fullName: TinyLife.Utilities.ColorScheme.Bricks type: Field - source: - remote: - path: TinyLife/Utilities/ColorScheme.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Bricks - path: ../TinyLife/Utilities/ColorScheme.cs - startLine: 31 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -346,14 +287,6 @@ items: nameWithType: ColorScheme.WarmDark fullName: TinyLife.Utilities.ColorScheme.WarmDark type: Field - source: - remote: - path: TinyLife/Utilities/ColorScheme.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: WarmDark - path: ../TinyLife/Utilities/ColorScheme.cs - startLine: 32 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -373,14 +306,6 @@ items: nameWithType: ColorScheme.Skin fullName: TinyLife.Utilities.ColorScheme.Skin type: Field - source: - remote: - path: TinyLife/Utilities/ColorScheme.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Skin - path: ../TinyLife/Utilities/ColorScheme.cs - startLine: 33 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -400,14 +325,6 @@ items: nameWithType: ColorScheme.Hair fullName: TinyLife.Utilities.ColorScheme.Hair type: Field - source: - remote: - path: TinyLife/Utilities/ColorScheme.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Hair - path: ../TinyLife/Utilities/ColorScheme.cs - startLine: 34 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -427,14 +344,6 @@ items: nameWithType: ColorScheme.Eyes fullName: TinyLife.Utilities.ColorScheme.Eyes type: Field - source: - remote: - path: TinyLife/Utilities/ColorScheme.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Eyes - path: ../TinyLife/Utilities/ColorScheme.cs - startLine: 35 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -454,14 +363,6 @@ items: nameWithType: ColorScheme.Flannel fullName: TinyLife.Utilities.ColorScheme.Flannel type: Field - source: - remote: - path: TinyLife/Utilities/ColorScheme.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Flannel - path: ../TinyLife/Utilities/ColorScheme.cs - startLine: 36 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -481,14 +382,6 @@ items: nameWithType: ColorScheme.RetroAppliances fullName: TinyLife.Utilities.ColorScheme.RetroAppliances type: Field - source: - remote: - path: TinyLife/Utilities/ColorScheme.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RetroAppliances - path: ../TinyLife/Utilities/ColorScheme.cs - startLine: 37 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -508,14 +401,6 @@ items: nameWithType: ColorScheme.RetroTv fullName: TinyLife.Utilities.ColorScheme.RetroTv type: Field - source: - remote: - path: TinyLife/Utilities/ColorScheme.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RetroTv - path: ../TinyLife/Utilities/ColorScheme.cs - startLine: 38 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -535,14 +420,6 @@ items: nameWithType: ColorScheme.Dirt fullName: TinyLife.Utilities.ColorScheme.Dirt type: Field - source: - remote: - path: TinyLife/Utilities/ColorScheme.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Dirt - path: ../TinyLife/Utilities/ColorScheme.cs - startLine: 39 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -562,14 +439,6 @@ items: nameWithType: ColorScheme.Khakis fullName: TinyLife.Utilities.ColorScheme.Khakis type: Field - source: - remote: - path: TinyLife/Utilities/ColorScheme.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Khakis - path: ../TinyLife/Utilities/ColorScheme.cs - startLine: 40 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -589,14 +458,6 @@ items: nameWithType: ColorScheme.Rugs fullName: TinyLife.Utilities.ColorScheme.Rugs type: Field - source: - remote: - path: TinyLife/Utilities/ColorScheme.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Rugs - path: ../TinyLife/Utilities/ColorScheme.cs - startLine: 41 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -616,14 +477,6 @@ items: nameWithType: ColorScheme.Thatch fullName: TinyLife.Utilities.ColorScheme.Thatch type: Field - source: - remote: - path: TinyLife/Utilities/ColorScheme.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Thatch - path: ../TinyLife/Utilities/ColorScheme.cs - startLine: 42 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -643,14 +496,6 @@ items: nameWithType: ColorScheme.MutedPastels fullName: TinyLife.Utilities.ColorScheme.MutedPastels type: Field - source: - remote: - path: TinyLife/Utilities/ColorScheme.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: MutedPastels - path: ../TinyLife/Utilities/ColorScheme.cs - startLine: 43 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -670,14 +515,6 @@ items: nameWithType: ColorScheme.DirtPaths fullName: TinyLife.Utilities.ColorScheme.DirtPaths type: Field - source: - remote: - path: TinyLife/Utilities/ColorScheme.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DirtPaths - path: ../TinyLife/Utilities/ColorScheme.cs - startLine: 44 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -697,14 +534,6 @@ items: nameWithType: ColorScheme.ModernShort fullName: TinyLife.Utilities.ColorScheme.ModernShort type: Field - source: - remote: - path: TinyLife/Utilities/ColorScheme.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ModernShort - path: ../TinyLife/Utilities/ColorScheme.cs - startLine: 45 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -724,14 +553,6 @@ items: nameWithType: ColorScheme.CardboardBoxes fullName: TinyLife.Utilities.ColorScheme.CardboardBoxes type: Field - source: - remote: - path: TinyLife/Utilities/ColorScheme.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CardboardBoxes - path: ../TinyLife/Utilities/ColorScheme.cs - startLine: 46 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -751,14 +572,6 @@ items: nameWithType: ColorScheme.Jewelery fullName: TinyLife.Utilities.ColorScheme.Jewelery type: Field - source: - remote: - path: TinyLife/Utilities/ColorScheme.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Jewelery - path: ../TinyLife/Utilities/ColorScheme.cs - startLine: 47 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -778,14 +591,6 @@ items: nameWithType: ColorScheme.Water fullName: TinyLife.Utilities.ColorScheme.Water type: Field - source: - remote: - path: TinyLife/Utilities/ColorScheme.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Water - path: ../TinyLife/Utilities/ColorScheme.cs - startLine: 48 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -805,14 +610,6 @@ items: nameWithType: ColorScheme.DyedWood fullName: TinyLife.Utilities.ColorScheme.DyedWood type: Field - source: - remote: - path: TinyLife/Utilities/ColorScheme.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DyedWood - path: ../TinyLife/Utilities/ColorScheme.cs - startLine: 49 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -832,14 +629,6 @@ items: nameWithType: ColorScheme.TrashCanTypes fullName: TinyLife.Utilities.ColorScheme.TrashCanTypes type: Field - source: - remote: - path: TinyLife/Utilities/ColorScheme.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TrashCanTypes - path: ../TinyLife/Utilities/ColorScheme.cs - startLine: 50 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -859,14 +648,6 @@ items: nameWithType: ColorScheme.TreeTinsel fullName: TinyLife.Utilities.ColorScheme.TreeTinsel type: Field - source: - remote: - path: TinyLife/Utilities/ColorScheme.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TreeTinsel - path: ../TinyLife/Utilities/ColorScheme.cs - startLine: 51 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -886,14 +667,6 @@ items: nameWithType: ColorScheme.TreeBaubles fullName: TinyLife.Utilities.ColorScheme.TreeBaubles type: Field - source: - remote: - path: TinyLife/Utilities/ColorScheme.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TreeBaubles - path: ../TinyLife/Utilities/ColorScheme.cs - startLine: 52 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -913,14 +686,6 @@ items: nameWithType: ColorScheme.ColoredConcrete fullName: TinyLife.Utilities.ColorScheme.ColoredConcrete type: Field - source: - remote: - path: TinyLife/Utilities/ColorScheme.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ColoredConcrete - path: ../TinyLife/Utilities/ColorScheme.cs - startLine: 53 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -940,14 +705,6 @@ items: nameWithType: ColorScheme.Sand fullName: TinyLife.Utilities.ColorScheme.Sand type: Field - source: - remote: - path: TinyLife/Utilities/ColorScheme.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Sand - path: ../TinyLife/Utilities/ColorScheme.cs - startLine: 54 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -967,14 +724,6 @@ items: nameWithType: ColorScheme.ColoredMetal fullName: TinyLife.Utilities.ColorScheme.ColoredMetal type: Field - source: - remote: - path: TinyLife/Utilities/ColorScheme.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ColoredMetal - path: ../TinyLife/Utilities/ColorScheme.cs - startLine: 55 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -983,6 +732,25 @@ items: return: type: TinyLife.Utilities.ColorScheme content.vb: Public Shared ReadOnly ColoredMetal As ColorScheme +- uid: TinyLife.Utilities.ColorScheme.RedsPinks + commentId: F:TinyLife.Utilities.ColorScheme.RedsPinks + id: RedsPinks + parent: TinyLife.Utilities.ColorScheme + langs: + - csharp + - vb + name: RedsPinks + nameWithType: ColorScheme.RedsPinks + fullName: TinyLife.Utilities.ColorScheme.RedsPinks + type: Field + assemblies: + - Tiny Life + namespace: TinyLife.Utilities + syntax: + content: public static readonly ColorScheme RedsPinks + return: + type: TinyLife.Utilities.ColorScheme + content.vb: Public Shared ReadOnly RedsPinks As ColorScheme - uid: TinyLife.Utilities.ColorScheme.Item(System.Int32) commentId: P:TinyLife.Utilities.ColorScheme.Item(System.Int32) id: Item(System.Int32) @@ -994,14 +762,6 @@ items: nameWithType: ColorScheme.this[int] fullName: TinyLife.Utilities.ColorScheme.this[int] type: Property - source: - remote: - path: TinyLife/Utilities/ColorScheme.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: this[] - path: ../TinyLife/Utilities/ColorScheme.cs - startLine: 62 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -1031,14 +791,6 @@ items: nameWithType: ColorScheme.Count fullName: TinyLife.Utilities.ColorScheme.Count type: Property - source: - remote: - path: TinyLife/Utilities/ColorScheme.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Count - path: ../TinyLife/Utilities/ColorScheme.cs - startLine: 66 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -1064,14 +816,6 @@ items: nameWithType: ColorScheme.MergeWith(ColorScheme) fullName: TinyLife.Utilities.ColorScheme.MergeWith(TinyLife.Utilities.ColorScheme) type: Method - source: - remote: - path: TinyLife/Utilities/ColorScheme.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: MergeWith - path: ../TinyLife/Utilities/ColorScheme.cs - startLine: 82 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -1101,14 +845,6 @@ items: nameWithType: ColorScheme.GetEnumerator() fullName: TinyLife.Utilities.ColorScheme.GetEnumerator() type: Method - source: - remote: - path: TinyLife/Utilities/ColorScheme.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetEnumerator - path: ../TinyLife/Utilities/ColorScheme.cs - startLine: 87 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -1134,14 +870,6 @@ items: nameWithType: ColorScheme.Create(params object[]) fullName: TinyLife.Utilities.ColorScheme.Create(params object[]) type: Method - source: - remote: - path: TinyLife/Utilities/ColorScheme.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Create - path: ../TinyLife/Utilities/ColorScheme.cs - startLine: 101 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -1175,14 +903,6 @@ items: nameWithType: ColorScheme.Load(TextureRegion) fullName: TinyLife.Utilities.ColorScheme.Load(MLEM.Textures.TextureRegion) type: Method - source: - remote: - path: TinyLife/Utilities/ColorScheme.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Load - path: ../TinyLife/Utilities/ColorScheme.cs - startLine: 118 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -1213,14 +933,6 @@ items: nameWithType: ColorScheme.Combine(ColorScheme, ColorScheme) fullName: TinyLife.Utilities.ColorScheme.Combine(TinyLife.Utilities.ColorScheme, TinyLife.Utilities.ColorScheme) type: Method - source: - remote: - path: TinyLife/Utilities/ColorScheme.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Combine - path: ../TinyLife/Utilities/ColorScheme.cs - startLine: 140 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -1258,14 +970,6 @@ items: nameWithType: ColorScheme.Multiply(ColorScheme, float) fullName: TinyLife.Utilities.ColorScheme.Multiply(TinyLife.Utilities.ColorScheme, float) type: Method - source: - remote: - path: TinyLife/Utilities/ColorScheme.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Multiply - path: ../TinyLife/Utilities/ColorScheme.cs - startLine: 154 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -1299,14 +1003,6 @@ items: nameWithType: ColorScheme.Multiply(ColorScheme, Color) fullName: TinyLife.Utilities.ColorScheme.Multiply(TinyLife.Utilities.ColorScheme, Microsoft.Xna.Framework.Color) type: Method - source: - remote: - path: TinyLife/Utilities/ColorScheme.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Multiply - path: ../TinyLife/Utilities/ColorScheme.cs - startLine: 164 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -1337,14 +1033,6 @@ items: nameWithType: ColorScheme.operator +(ColorScheme, ColorScheme) fullName: TinyLife.Utilities.ColorScheme.operator +(TinyLife.Utilities.ColorScheme, TinyLife.Utilities.ColorScheme) type: Operator - source: - remote: - path: TinyLife/Utilities/ColorScheme.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: op_Addition - path: ../TinyLife/Utilities/ColorScheme.cs - startLine: 173 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -1385,14 +1073,6 @@ items: nameWithType: ColorScheme.operator *(ColorScheme, float) fullName: TinyLife.Utilities.ColorScheme.operator *(TinyLife.Utilities.ColorScheme, float) type: Operator - source: - remote: - path: TinyLife/Utilities/ColorScheme.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: op_Multiply - path: ../TinyLife/Utilities/ColorScheme.cs - startLine: 178 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -1426,14 +1106,6 @@ items: nameWithType: ColorScheme.operator *(ColorScheme, Color) fullName: TinyLife.Utilities.ColorScheme.operator *(TinyLife.Utilities.ColorScheme, Microsoft.Xna.Framework.Color) type: Operator - source: - remote: - path: TinyLife/Utilities/ColorScheme.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: op_Multiply - path: ../TinyLife/Utilities/ColorScheme.cs - startLine: 183 assemblies: - Tiny Life namespace: TinyLife.Utilities diff --git a/docs/api/TinyLife.Utilities.ColorSettings.yml b/docs/api/TinyLife.Utilities.ColorSettings.yml index eb9dc38..b441078 100644 --- a/docs/api/TinyLife.Utilities.ColorSettings.yml +++ b/docs/api/TinyLife.Utilities.ColorSettings.yml @@ -19,14 +19,6 @@ items: nameWithType: ColorSettings fullName: TinyLife.Utilities.ColorSettings type: Struct - source: - remote: - path: TinyLife/Utilities/ColorScheme.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ColorSettings - path: ../TinyLife/Utilities/ColorScheme.cs - startLine: 193 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -58,14 +50,6 @@ items: nameWithType: ColorSettings.Schemes fullName: TinyLife.Utilities.ColorSettings.Schemes type: Field - source: - remote: - path: TinyLife/Utilities/ColorScheme.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Schemes - path: ../TinyLife/Utilities/ColorScheme.cs - startLine: 199 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -90,14 +74,6 @@ items: nameWithType: ColorSettings.Map fullName: TinyLife.Utilities.ColorSettings.Map type: Field - source: - remote: - path: TinyLife/Utilities/ColorScheme.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Map - path: ../TinyLife/Utilities/ColorScheme.cs - startLine: 204 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -122,14 +98,6 @@ items: nameWithType: ColorSettings.Defaults fullName: TinyLife.Utilities.ColorSettings.Defaults type: Field - source: - remote: - path: TinyLife/Utilities/ColorScheme.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Defaults - path: ../TinyLife/Utilities/ColorScheme.cs - startLine: 210 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -156,14 +124,6 @@ items: nameWithType: ColorSettings.ColorSettings(params ColorScheme[]) fullName: TinyLife.Utilities.ColorSettings.ColorSettings(params TinyLife.Utilities.ColorScheme[]) type: Constructor - source: - remote: - path: TinyLife/Utilities/ColorScheme.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Utilities/ColorScheme.cs - startLine: 216 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -191,14 +151,6 @@ items: nameWithType: ColorSettings.Get(int[], int) fullName: TinyLife.Utilities.ColorSettings.Get(int[], int) type: Method - source: - remote: - path: TinyLife/Utilities/ColorScheme.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Get - path: ../TinyLife/Utilities/ColorScheme.cs - startLine: 228 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -232,14 +184,6 @@ items: nameWithType: ColorSettings.Validate(ref int[]) fullName: TinyLife.Utilities.ColorSettings.Validate(ref int[]) type: Method - source: - remote: - path: TinyLife/Utilities/ColorScheme.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Validate - path: ../TinyLife/Utilities/ColorScheme.cs - startLine: 243 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -267,14 +211,6 @@ items: nameWithType: ColorSettings.CreateRandom(Random) fullName: TinyLife.Utilities.ColorSettings.CreateRandom(System.Random) type: Method - source: - remote: - path: TinyLife/Utilities/ColorScheme.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CreateRandom - path: ../TinyLife/Utilities/ColorScheme.cs - startLine: 265 assemblies: - Tiny Life namespace: TinyLife.Utilities diff --git a/docs/api/TinyLife.Utilities.Extensions.yml b/docs/api/TinyLife.Utilities.Extensions.yml index c4eb8eb..2e5b7b3 100644 --- a/docs/api/TinyLife.Utilities.Extensions.yml +++ b/docs/api/TinyLife.Utilities.Extensions.yml @@ -35,7 +35,7 @@ items: - TinyLife.Utilities.Extensions.Icon(MLEM.Input.MouseButton) - TinyLife.Utilities.Extensions.Icon(Microsoft.Xna.Framework.Input.Buttons) - TinyLife.Utilities.Extensions.IsActiveRoot(MLEM.Ui.Elements.Element) - - TinyLife.Utilities.Extensions.IsAgeAppropriate(TinyLife.GenealogyType,TinyLife.Objects.AgeGroup) + - TinyLife.Utilities.Extensions.IsAgeAppropriate(TinyLife.GenealogyType,TinyLife.Objects.AgeGroup,TinyLife.Objects.AgeGroup) - TinyLife.Utilities.Extensions.IsAvailableForAge(TinyLife.Objects.ClothesIntention,TinyLife.Objects.AgeGroup) - TinyLife.Utilities.Extensions.IsBetween(System.ValueTuple{System.Int32,System.Int32},System.Int32) - TinyLife.Utilities.Extensions.IsHorizontal(MLEM.Maths.Direction2) @@ -68,14 +68,6 @@ items: nameWithType: Extensions fullName: TinyLife.Utilities.Extensions type: Class - source: - remote: - path: TinyLife/Utilities/Extensions.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Extensions - path: ../TinyLife/Utilities/Extensions.cs - startLine: 31 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -106,14 +98,6 @@ items: nameWithType: Extensions.ToScreenPos(Vector2, float, bool, bool, bool) fullName: TinyLife.Utilities.Extensions.ToScreenPos(Microsoft.Xna.Framework.Vector2, float, bool, bool, bool) type: Method - source: - remote: - path: TinyLife/Utilities/Extensions.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ToScreenPos - path: ../TinyLife/Utilities/Extensions.cs - startLine: 42 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -157,14 +141,6 @@ items: nameWithType: Extensions.ToWorldPos(Vector2, float, bool) fullName: TinyLife.Utilities.Extensions.ToWorldPos(Microsoft.Xna.Framework.Vector2, float, bool) type: Method - source: - remote: - path: TinyLife/Utilities/Extensions.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ToWorldPos - path: ../TinyLife/Utilities/Extensions.cs - startLine: 60 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -202,14 +178,6 @@ items: nameWithType: Extensions.ToVisualY(Vector2) fullName: TinyLife.Utilities.Extensions.ToVisualY(Microsoft.Xna.Framework.Vector2) type: Method - source: - remote: - path: TinyLife/Utilities/Extensions.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ToVisualY - path: ../TinyLife/Utilities/Extensions.cs - startLine: 76 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -241,14 +209,6 @@ items: nameWithType: Extensions.ToWallSide(Direction2) fullName: TinyLife.Utilities.Extensions.ToWallSide(MLEM.Maths.Direction2) type: Method - source: - remote: - path: TinyLife/Utilities/Extensions.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ToWallSide - path: ../TinyLife/Utilities/Extensions.cs - startLine: 91 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -280,14 +240,6 @@ items: nameWithType: Extensions.IsVertical(Direction2) fullName: TinyLife.Utilities.Extensions.IsVertical(MLEM.Maths.Direction2) type: Method - source: - remote: - path: TinyLife/Utilities/Extensions.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IsVertical - path: ../TinyLife/Utilities/Extensions.cs - startLine: 101 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -319,14 +271,6 @@ items: nameWithType: Extensions.IsHorizontal(Direction2) fullName: TinyLife.Utilities.Extensions.IsHorizontal(MLEM.Maths.Direction2) type: Method - source: - remote: - path: TinyLife/Utilities/Extensions.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IsHorizontal - path: ../TinyLife/Utilities/Extensions.cs - startLine: 111 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -358,14 +302,6 @@ items: nameWithType: Extensions.JsonCopy(T) fullName: TinyLife.Utilities.Extensions.JsonCopy(T) type: Method - source: - remote: - path: TinyLife/Utilities/Extensions.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: JsonCopy - path: ../TinyLife/Utilities/Extensions.cs - startLine: 121 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -400,14 +336,6 @@ items: nameWithType: Extensions.GetPriceModifier(Quality) fullName: TinyLife.Utilities.Extensions.GetPriceModifier(TinyLife.Skills.Quality) type: Method - source: - remote: - path: TinyLife/Utilities/Extensions.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetPriceModifier - path: ../TinyLife/Utilities/Extensions.cs - startLine: 142 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -451,14 +379,6 @@ items: nameWithType: Extensions.GetDecorativeRating(Quality) fullName: TinyLife.Utilities.Extensions.GetDecorativeRating(TinyLife.Skills.Quality) type: Method - source: - remote: - path: TinyLife/Utilities/Extensions.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetDecorativeRating - path: ../TinyLife/Utilities/Extensions.cs - startLine: 165 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -502,14 +422,6 @@ items: nameWithType: Extensions.GetChanceModifier(Quality) fullName: TinyLife.Utilities.Extensions.GetChanceModifier(TinyLife.Skills.Quality) type: Method - source: - remote: - path: TinyLife/Utilities/Extensions.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetChanceModifier - path: ../TinyLife/Utilities/Extensions.cs - startLine: 189 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -555,14 +467,6 @@ items: nameWithType: Extensions.ToLocalizedString(Quality) fullName: TinyLife.Utilities.Extensions.ToLocalizedString(TinyLife.Skills.Quality) type: Method - source: - remote: - path: TinyLife/Utilities/Extensions.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ToLocalizedString - path: ../TinyLife/Utilities/Extensions.cs - startLine: 205 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -591,14 +495,6 @@ items: nameWithType: Extensions.ToSellingPriceString(float) fullName: TinyLife.Utilities.Extensions.ToSellingPriceString(float) type: Method - source: - remote: - path: TinyLife/Utilities/Extensions.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ToSellingPriceString - path: ../TinyLife/Utilities/Extensions.cs - startLine: 215 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -630,14 +526,6 @@ items: nameWithType: Extensions.BothValid(CanExecuteResult, Func) fullName: TinyLife.Utilities.Extensions.BothValid(TinyLife.Actions.CanExecuteResult, System.Func) type: Method - source: - remote: - path: TinyLife/Utilities/Extensions.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: BothValid - path: ../TinyLife/Utilities/Extensions.cs - startLine: 226 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -675,14 +563,6 @@ items: nameWithType: Extensions.BothValid(CanExecuteResult, CanExecuteResult) fullName: TinyLife.Utilities.Extensions.BothValid(TinyLife.Actions.CanExecuteResult, TinyLife.Actions.CanExecuteResult) type: Method - source: - remote: - path: TinyLife/Utilities/Extensions.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: BothValid - path: ../TinyLife/Utilities/Extensions.cs - startLine: 237 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -717,14 +597,6 @@ items: nameWithType: Extensions.AnyActive(CompletionType, Func) fullName: TinyLife.Utilities.Extensions.AnyActive(TinyLife.Actions.CompletionType, System.Func) type: Method - source: - remote: - path: TinyLife/Utilities/Extensions.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AnyActive - path: ../TinyLife/Utilities/Extensions.cs - startLine: 248 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -762,14 +634,6 @@ items: nameWithType: Extensions.AnyActive(CompletionType, CompletionType) fullName: TinyLife.Utilities.Extensions.AnyActive(TinyLife.Actions.CompletionType, TinyLife.Actions.CompletionType) type: Method - source: - remote: - path: TinyLife/Utilities/Extensions.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AnyActive - path: ../TinyLife/Utilities/Extensions.cs - startLine: 259 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -804,14 +668,6 @@ items: nameWithType: Extensions.AnyInactive(CompletionType, Func) fullName: TinyLife.Utilities.Extensions.AnyInactive(TinyLife.Actions.CompletionType, System.Func) type: Method - source: - remote: - path: TinyLife/Utilities/Extensions.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AnyInactive - path: ../TinyLife/Utilities/Extensions.cs - startLine: 270 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -849,14 +705,6 @@ items: nameWithType: Extensions.AnyInactive(CompletionType, CompletionType) fullName: TinyLife.Utilities.Extensions.AnyInactive(TinyLife.Actions.CompletionType, TinyLife.Actions.CompletionType) type: Method - source: - remote: - path: TinyLife/Utilities/Extensions.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AnyInactive - path: ../TinyLife/Utilities/Extensions.cs - startLine: 281 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -891,14 +739,6 @@ items: nameWithType: Extensions.GetOpposite(GenealogyType) fullName: TinyLife.Utilities.Extensions.GetOpposite(TinyLife.GenealogyType) type: Method - source: - remote: - path: TinyLife/Utilities/Extensions.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetOpposite - path: ../TinyLife/Utilities/Extensions.cs - startLine: 292 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -932,14 +772,6 @@ items: nameWithType: Extensions.GetTransitive(GenealogyType, GenealogyType) fullName: TinyLife.Utilities.Extensions.GetTransitive(TinyLife.GenealogyType, TinyLife.GenealogyType) type: Method - source: - remote: - path: TinyLife/Utilities/Extensions.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetTransitive - path: ../TinyLife/Utilities/Extensions.cs - startLine: 315 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -968,47 +800,39 @@ items: - type: System.ArgumentOutOfRangeException commentId: T:System.ArgumentOutOfRangeException description: If any undefined is passed as a parameter. -- uid: TinyLife.Utilities.Extensions.IsAgeAppropriate(TinyLife.GenealogyType,TinyLife.Objects.AgeGroup) - commentId: M:TinyLife.Utilities.Extensions.IsAgeAppropriate(TinyLife.GenealogyType,TinyLife.Objects.AgeGroup) - id: IsAgeAppropriate(TinyLife.GenealogyType,TinyLife.Objects.AgeGroup) +- uid: TinyLife.Utilities.Extensions.IsAgeAppropriate(TinyLife.GenealogyType,TinyLife.Objects.AgeGroup,TinyLife.Objects.AgeGroup) + commentId: M:TinyLife.Utilities.Extensions.IsAgeAppropriate(TinyLife.GenealogyType,TinyLife.Objects.AgeGroup,TinyLife.Objects.AgeGroup) + id: IsAgeAppropriate(TinyLife.GenealogyType,TinyLife.Objects.AgeGroup,TinyLife.Objects.AgeGroup) isExtensionMethod: true parent: TinyLife.Utilities.Extensions langs: - csharp - vb - name: IsAgeAppropriate(GenealogyType, AgeGroup) - nameWithType: Extensions.IsAgeAppropriate(GenealogyType, AgeGroup) - fullName: TinyLife.Utilities.Extensions.IsAgeAppropriate(TinyLife.GenealogyType, TinyLife.Objects.AgeGroup) + name: IsAgeAppropriate(GenealogyType, AgeGroup, AgeGroup) + nameWithType: Extensions.IsAgeAppropriate(GenealogyType, AgeGroup, AgeGroup) + fullName: TinyLife.Utilities.Extensions.IsAgeAppropriate(TinyLife.GenealogyType, TinyLife.Objects.AgeGroup, TinyLife.Objects.AgeGroup) type: Method - source: - remote: - path: TinyLife/Utilities/Extensions.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IsAgeAppropriate - path: ../TinyLife/Utilities/Extensions.cs - startLine: 395 assemblies: - Tiny Life namespace: TinyLife.Utilities - summary: >- - Returns whether the given is approriate for a person with the given . - - If this method returns false, the genealogy type should not be applied to a whose main person has the given age. + summary: Returns whether the given is appropriate for a relationship between the given values. example: [] syntax: - content: public static bool IsAgeAppropriate(this GenealogyType type, AgeGroup age) + content: public static bool IsAgeAppropriate(this GenealogyType type, AgeGroup myAge, AgeGroup otherAge) parameters: - id: type type: TinyLife.GenealogyType description: The genealogy type in question - - id: age + - id: myAge type: TinyLife.Objects.AgeGroup - description: The age group in question + description: The age group of the person that should have the type. + - id: otherAge + type: TinyLife.Objects.AgeGroup + description: The age group of the other person. return: type: System.Boolean description: Whether the given genealogy type is appropriate for the given age - content.vb: Public Shared Function IsAgeAppropriate(type As GenealogyType, age As AgeGroup) As Boolean + content.vb: Public Shared Function IsAgeAppropriate(type As GenealogyType, myAge As AgeGroup, otherAge As AgeGroup) As Boolean overload: TinyLife.Utilities.Extensions.IsAgeAppropriate* - uid: TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Pose) commentId: M:TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Pose) @@ -1022,14 +846,6 @@ items: nameWithType: Extensions.ToWorking(Pose) fullName: TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Pose) type: Method - source: - remote: - path: TinyLife/Utilities/Extensions.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ToWorking - path: ../TinyLife/Utilities/Extensions.cs - startLine: 409 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -1063,14 +879,6 @@ items: nameWithType: Extensions.GetDefaultPose(AgeGroup) fullName: TinyLife.Utilities.Extensions.GetDefaultPose(TinyLife.Objects.AgeGroup) type: Method - source: - remote: - path: TinyLife/Utilities/Extensions.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetDefaultPose - path: ../TinyLife/Utilities/Extensions.cs - startLine: 430 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -1099,14 +907,6 @@ items: nameWithType: Extensions.AddHoverAnimation(Button) fullName: TinyLife.Utilities.Extensions.AddHoverAnimation(MLEM.Ui.Elements.Button) type: Method - source: - remote: - path: TinyLife/Utilities/Extensions.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AddHoverAnimation - path: ../TinyLife/Utilities/Extensions.cs - startLine: 445 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -1138,14 +938,6 @@ items: nameWithType: Extensions.ToSimpleLocalizedString(TimeSpan) fullName: TinyLife.Utilities.Extensions.ToSimpleLocalizedString(System.TimeSpan) type: Method - source: - remote: - path: TinyLife/Utilities/Extensions.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ToSimpleLocalizedString - path: ../TinyLife/Utilities/Extensions.cs - startLine: 466 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -1177,14 +969,6 @@ items: nameWithType: Extensions.GetDefaultTab(ObjectCategory) fullName: TinyLife.Utilities.Extensions.GetDefaultTab(TinyLife.Objects.ObjectCategory) type: Method - source: - remote: - path: TinyLife/Utilities/Extensions.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetDefaultTab - path: ../TinyLife/Utilities/Extensions.cs - startLine: 479 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -1213,14 +997,6 @@ items: nameWithType: Extensions.GetDefaultDirtyOverlayTextureName(ObjectCategory) fullName: TinyLife.Utilities.Extensions.GetDefaultDirtyOverlayTextureName(TinyLife.Objects.ObjectCategory) type: Method - source: - remote: - path: TinyLife/Utilities/Extensions.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetDefaultDirtyOverlayTextureName - path: ../TinyLife/Utilities/Extensions.cs - startLine: 522 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -1252,14 +1028,6 @@ items: nameWithType: Extensions.IsLockedFor(LockType, PersonLike, Lot) fullName: TinyLife.Utilities.Extensions.IsLockedFor(TinyLife.World.LockType, TinyLife.Objects.PersonLike, TinyLife.World.Lot) type: Method - source: - remote: - path: TinyLife/Utilities/Extensions.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IsLockedFor - path: ../TinyLife/Utilities/Extensions.cs - startLine: 545 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -1294,14 +1062,6 @@ items: nameWithType: Extensions.DrawIsoArea(SpriteBatch, RectangleF, float, Color, int, bool, float) fullName: TinyLife.Utilities.Extensions.DrawIsoArea(Microsoft.Xna.Framework.Graphics.SpriteBatch, MLEM.Maths.RectangleF, float, Microsoft.Xna.Framework.Color, int, bool, float) type: Method - source: - remote: - path: TinyLife/Utilities/Extensions.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DrawIsoArea - path: ../TinyLife/Utilities/Extensions.cs - startLine: 571 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -1348,14 +1108,6 @@ items: nameWithType: Extensions.DrawIsoArea(SpriteBatch, RectangleF, float, Color, int, bool, Func, float?) fullName: TinyLife.Utilities.Extensions.DrawIsoArea(Microsoft.Xna.Framework.Graphics.SpriteBatch, MLEM.Maths.RectangleF, float, Microsoft.Xna.Framework.Color, int, bool, System.Func, float?) type: Method - source: - remote: - path: TinyLife/Utilities/Extensions.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DrawIsoArea - path: ../TinyLife/Utilities/Extensions.cs - startLine: 586 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -1405,14 +1157,6 @@ items: nameWithType: Extensions.IsPartOfPerson(ClothesLayer) fullName: TinyLife.Utilities.Extensions.IsPartOfPerson(TinyLife.Objects.ClothesLayer) type: Method - source: - remote: - path: TinyLife/Utilities/Extensions.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IsPartOfPerson - path: ../TinyLife/Utilities/Extensions.cs - startLine: 623 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -1444,14 +1188,6 @@ items: nameWithType: Extensions.SetPauseGame(RootElement, bool) fullName: TinyLife.Utilities.Extensions.SetPauseGame(MLEM.Ui.RootElement, bool) type: Method - source: - remote: - path: TinyLife/Utilities/Extensions.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SetPauseGame - path: ../TinyLife/Utilities/Extensions.cs - startLine: 633 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -1486,14 +1222,6 @@ items: nameWithType: Extensions.IsActiveRoot(Element) fullName: TinyLife.Utilities.Extensions.IsActiveRoot(MLEM.Ui.Elements.Element) type: Method - source: - remote: - path: TinyLife/Utilities/Extensions.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IsActiveRoot - path: ../TinyLife/Utilities/Extensions.cs - startLine: 643 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -1522,14 +1250,6 @@ items: nameWithType: Extensions.GetRequiredMatchPercentage(ClothesIntention) fullName: TinyLife.Utilities.Extensions.GetRequiredMatchPercentage(TinyLife.Objects.ClothesIntention) type: Method - source: - remote: - path: TinyLife/Utilities/Extensions.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetRequiredMatchPercentage - path: ../TinyLife/Utilities/Extensions.cs - startLine: 653 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -1561,14 +1281,6 @@ items: nameWithType: Extensions.IsAvailableForAge(ClothesIntention, AgeGroup) fullName: TinyLife.Utilities.Extensions.IsAvailableForAge(TinyLife.Objects.ClothesIntention, TinyLife.Objects.AgeGroup) type: Method - source: - remote: - path: TinyLife/Utilities/Extensions.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IsAvailableForAge - path: ../TinyLife/Utilities/Extensions.cs - startLine: 670 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -1603,14 +1315,6 @@ items: nameWithType: Extensions.Weekday(TimeSpan) fullName: TinyLife.Utilities.Extensions.Weekday(System.TimeSpan) type: Method - source: - remote: - path: TinyLife/Utilities/Extensions.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Weekday - path: ../TinyLife/Utilities/Extensions.cs - startLine: 683 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -1639,14 +1343,6 @@ items: nameWithType: Extensions.Icon(Buttons) fullName: TinyLife.Utilities.Extensions.Icon(Microsoft.Xna.Framework.Input.Buttons) type: Method - source: - remote: - path: TinyLife/Utilities/Extensions.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Icon - path: ../TinyLife/Utilities/Extensions.cs - startLine: 693 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -1678,14 +1374,6 @@ items: nameWithType: Extensions.Icon(MouseButton) fullName: TinyLife.Utilities.Extensions.Icon(MLEM.Input.MouseButton) type: Method - source: - remote: - path: TinyLife/Utilities/Extensions.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Icon - path: ../TinyLife/Utilities/Extensions.cs - startLine: 722 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -1714,14 +1402,6 @@ items: nameWithType: Extensions.GetPersonality(FoodType.FoodRestriction, PersonLike) fullName: TinyLife.Utilities.Extensions.GetPersonality(TinyLife.Skills.FoodType.FoodRestriction, TinyLife.Objects.PersonLike) type: Method - source: - remote: - path: TinyLife/Utilities/Extensions.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetPersonality - path: ../TinyLife/Utilities/Extensions.cs - startLine: 740 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -1756,14 +1436,6 @@ items: nameWithType: Extensions.GetDescription(ClothesIntention, AgeGroup?) fullName: TinyLife.Utilities.Extensions.GetDescription(TinyLife.Objects.ClothesIntention, TinyLife.Objects.AgeGroup?) type: Method - source: - remote: - path: TinyLife/Utilities/Extensions.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetDescription - path: ../TinyLife/Utilities/Extensions.cs - startLine: 754 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -1793,14 +1465,6 @@ items: nameWithType: Extensions.Multiplier(LifeSpan) fullName: TinyLife.Utilities.Extensions.Multiplier(TinyLife.Objects.LifeSpan) type: Method - source: - remote: - path: TinyLife/Utilities/Extensions.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Multiplier - path: ../TinyLife/Utilities/Extensions.cs - startLine: 767 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -1833,14 +1497,6 @@ items: nameWithType: Extensions.GetPregnancyHours(LifeSpan) fullName: TinyLife.Utilities.Extensions.GetPregnancyHours(TinyLife.Objects.LifeSpan) type: Method - source: - remote: - path: TinyLife/Utilities/Extensions.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetPregnancyHours - path: ../TinyLife/Utilities/Extensions.cs - startLine: 783 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -1869,14 +1525,6 @@ items: nameWithType: Extensions.GetDaysBeforeAging(AgeGroup, LifeSpan) fullName: TinyLife.Utilities.Extensions.GetDaysBeforeAging(TinyLife.Objects.AgeGroup, TinyLife.Objects.LifeSpan) type: Method - source: - remote: - path: TinyLife/Utilities/Extensions.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetDaysBeforeAging - path: ../TinyLife/Utilities/Extensions.cs - startLine: 794 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -1912,14 +1560,6 @@ items: nameWithType: Extensions.AddGamepadScrolling(Panel) fullName: TinyLife.Utilities.Extensions.AddGamepadScrolling(MLEM.Ui.Elements.Panel) type: Method - source: - remote: - path: TinyLife/Utilities/Extensions.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AddGamepadScrolling - path: ../TinyLife/Utilities/Extensions.cs - startLine: 811 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -1945,14 +1585,6 @@ items: 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: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AddProgressArrows - path: ../TinyLife/Utilities/Extensions.cs - startLine: 831 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -1995,14 +1627,6 @@ items: nameWithType: Extensions.ToTimestampString(TimeSpan) fullName: TinyLife.Utilities.Extensions.ToTimestampString(System.TimeSpan) type: Method - source: - remote: - path: TinyLife/Utilities/Extensions.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ToTimestampString - path: ../TinyLife/Utilities/Extensions.cs - startLine: 866 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -2031,14 +1655,6 @@ items: nameWithType: Extensions.IsBetween((int Start, int End), int) fullName: TinyLife.Utilities.Extensions.IsBetween((int Start, int End), int) type: Method - source: - remote: - path: TinyLife/Utilities/Extensions.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IsBetween - path: ../TinyLife/Utilities/Extensions.cs - startLine: 877 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -2076,14 +1692,6 @@ items: nameWithType: Extensions.Length((int Start, int End)) fullName: TinyLife.Utilities.Extensions.Length((int Start, int End)) type: Method - source: - remote: - path: TinyLife/Utilities/Extensions.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Length - path: ../TinyLife/Utilities/Extensions.cs - startLine: 896 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -2118,14 +1726,6 @@ items: nameWithType: Extensions.GetMostFittingStyle(PregnancyAbility) fullName: TinyLife.Utilities.Extensions.GetMostFittingStyle(TinyLife.Objects.PregnancyAbility) type: Method - source: - remote: - path: TinyLife/Utilities/Extensions.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetMostFittingStyle - path: ../TinyLife/Utilities/Extensions.cs - startLine: 909 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -2154,14 +1754,6 @@ items: nameWithType: Extensions.GetMostFittingStyle(VoiceStyle) fullName: TinyLife.Utilities.Extensions.GetMostFittingStyle(TinyLife.Objects.VoiceStyle) type: Method - source: - remote: - path: TinyLife/Utilities/Extensions.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetMostFittingStyle - path: ../TinyLife/Utilities/Extensions.cs - startLine: 922 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -2190,14 +1782,6 @@ items: nameWithType: Extensions.GetBedCategories(AgeGroup) fullName: TinyLife.Utilities.Extensions.GetBedCategories(TinyLife.Objects.AgeGroup) type: Method - source: - remote: - path: TinyLife/Utilities/Extensions.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetBedCategories - path: ../TinyLife/Utilities/Extensions.cs - startLine: 935 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -2226,14 +1810,6 @@ items: nameWithType: Extensions.SetInWorldSnapping(Tooltip) fullName: TinyLife.Utilities.Extensions.SetInWorldSnapping(MLEM.Ui.Elements.Tooltip) type: Method - source: - remote: - path: TinyLife/Utilities/Extensions.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SetInWorldSnapping - path: ../TinyLife/Utilities/Extensions.cs - startLine: 950 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -2259,14 +1835,6 @@ items: nameWithType: Extensions.ScreenContent(Television.Channel) fullName: TinyLife.Utilities.Extensions.ScreenContent(TinyLife.Objects.Television.Channel) type: Method - source: - remote: - path: TinyLife/Utilities/Extensions.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ScreenContent - path: ../TinyLife/Utilities/Extensions.cs - startLine: 971 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -2295,14 +1863,6 @@ items: nameWithType: Extensions.IsTextFieldSelected(UiSystem) fullName: TinyLife.Utilities.Extensions.IsTextFieldSelected(MLEM.Ui.UiSystem) type: Method - source: - remote: - path: TinyLife/Utilities/Extensions.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IsTextFieldSelected - path: ../TinyLife/Utilities/Extensions.cs - startLine: 985 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -2331,14 +1891,6 @@ items: nameWithType: Extensions.IsTransitioning(UiSystem) fullName: TinyLife.Utilities.Extensions.IsTransitioning(MLEM.Ui.UiSystem) type: Method - source: - remote: - path: TinyLife/Utilities/Extensions.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IsTransitioning - path: ../TinyLife/Utilities/Extensions.cs - startLine: 995 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -2370,14 +1922,6 @@ items: nameWithType: Extensions.Slugify(string) fullName: TinyLife.Utilities.Extensions.Slugify(string) type: Method - source: - remote: - path: TinyLife/Utilities/Extensions.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Slugify - path: ../TinyLife/Utilities/Extensions.cs - startLine: 1004 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -3403,16 +2947,9 @@ references: name: AgeGroup nameWithType: AgeGroup fullName: TinyLife.Objects.AgeGroup -- uid: TinyLife.Relationship - commentId: T:TinyLife.Relationship - parent: TinyLife - href: TinyLife.Relationship.html - name: Relationship - nameWithType: Relationship - fullName: TinyLife.Relationship - uid: TinyLife.Utilities.Extensions.IsAgeAppropriate* commentId: Overload:TinyLife.Utilities.Extensions.IsAgeAppropriate - href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_IsAgeAppropriate_TinyLife_GenealogyType_TinyLife_Objects_AgeGroup_ + href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_IsAgeAppropriate_TinyLife_GenealogyType_TinyLife_Objects_AgeGroup_TinyLife_Objects_AgeGroup_ name: IsAgeAppropriate nameWithType: Extensions.IsAgeAppropriate fullName: TinyLife.Utilities.Extensions.IsAgeAppropriate diff --git a/docs/api/TinyLife.Utilities.SelectionHandler.yml b/docs/api/TinyLife.Utilities.SelectionHandler.yml index c3c2ec0..643edad 100644 --- a/docs/api/TinyLife.Utilities.SelectionHandler.yml +++ b/docs/api/TinyLife.Utilities.SelectionHandler.yml @@ -16,14 +16,6 @@ items: nameWithType: SelectionHandler fullName: TinyLife.Utilities.SelectionHandler type: Class - source: - remote: - path: TinyLife/Utilities/SelectionHandler.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SelectionHandler - path: ../TinyLife/Utilities/SelectionHandler.cs - startLine: 16 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -58,14 +50,6 @@ items: nameWithType: SelectionHandler.SelectedObjectChanged fullName: TinyLife.Utilities.SelectionHandler.SelectedObjectChanged type: Event - source: - remote: - path: TinyLife/Utilities/SelectionHandler.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SelectedObjectChanged - path: ../TinyLife/Utilities/SelectionHandler.cs - startLine: 22 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -90,14 +74,6 @@ items: nameWithType: SelectionHandler.SelectedWallChanged fullName: TinyLife.Utilities.SelectionHandler.SelectedWallChanged type: Event - source: - remote: - path: TinyLife/Utilities/SelectionHandler.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SelectedWallChanged - path: ../TinyLife/Utilities/SelectionHandler.cs - startLine: 27 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -122,14 +98,6 @@ items: nameWithType: SelectionHandler.SelectedRoofChanged fullName: TinyLife.Utilities.SelectionHandler.SelectedRoofChanged type: Event - source: - remote: - path: TinyLife/Utilities/SelectionHandler.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SelectedRoofChanged - path: ../TinyLife/Utilities/SelectionHandler.cs - startLine: 32 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -154,14 +122,6 @@ items: nameWithType: SelectionHandler.SelectedStairsChanged fullName: TinyLife.Utilities.SelectionHandler.SelectedStairsChanged type: Event - source: - remote: - path: TinyLife/Utilities/SelectionHandler.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SelectedStairsChanged - path: ../TinyLife/Utilities/SelectionHandler.cs - startLine: 37 assemblies: - Tiny Life namespace: TinyLife.Utilities diff --git a/docs/api/TinyLife.Utilities.TextureHandler.GameContentLoadedDelegate.yml b/docs/api/TinyLife.Utilities.TextureHandler.GameContentLoadedDelegate.yml index c4b8642..55fd0cc 100644 --- a/docs/api/TinyLife.Utilities.TextureHandler.GameContentLoadedDelegate.yml +++ b/docs/api/TinyLife.Utilities.TextureHandler.GameContentLoadedDelegate.yml @@ -12,14 +12,6 @@ items: nameWithType: TextureHandler.GameContentLoadedDelegate fullName: TinyLife.Utilities.TextureHandler.GameContentLoadedDelegate type: Delegate - source: - remote: - path: TinyLife/Utilities/TextureHandler.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GameContentLoadedDelegate - path: ../TinyLife/Utilities/TextureHandler.cs - startLine: 140 assemblies: - Tiny Life namespace: TinyLife.Utilities diff --git a/docs/api/TinyLife.Utilities.TextureHandler.LoadGameContentDelegate.yml b/docs/api/TinyLife.Utilities.TextureHandler.LoadGameContentDelegate.yml index 6593fcc..0a1f5f3 100644 --- a/docs/api/TinyLife.Utilities.TextureHandler.LoadGameContentDelegate.yml +++ b/docs/api/TinyLife.Utilities.TextureHandler.LoadGameContentDelegate.yml @@ -12,14 +12,6 @@ items: nameWithType: TextureHandler.LoadGameContentDelegate fullName: TinyLife.Utilities.TextureHandler.LoadGameContentDelegate type: Delegate - source: - remote: - path: TinyLife/Utilities/TextureHandler.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: LoadGameContentDelegate - path: ../TinyLife/Utilities/TextureHandler.cs - startLine: 135 assemblies: - Tiny Life namespace: TinyLife.Utilities diff --git a/docs/api/TinyLife.Utilities.TextureHandler.yml b/docs/api/TinyLife.Utilities.TextureHandler.yml index 0ace430..9cba52d 100644 --- a/docs/api/TinyLife.Utilities.TextureHandler.yml +++ b/docs/api/TinyLife.Utilities.TextureHandler.yml @@ -34,14 +34,6 @@ items: nameWithType: TextureHandler fullName: TinyLife.Utilities.TextureHandler type: Class - source: - remote: - path: TinyLife/Utilities/TextureHandler.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TextureHandler - path: ../TinyLife/Utilities/TextureHandler.cs - startLine: 18 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -74,14 +66,6 @@ items: nameWithType: TextureHandler.OnLoadGameContent fullName: TinyLife.Utilities.TextureHandler.OnLoadGameContent type: Event - source: - remote: - path: TinyLife/Utilities/TextureHandler.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnLoadGameContent - path: ../TinyLife/Utilities/TextureHandler.cs - startLine: 24 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -106,14 +90,6 @@ items: nameWithType: TextureHandler.OnGameContentLoaded fullName: TinyLife.Utilities.TextureHandler.OnGameContentLoaded type: Event - source: - remote: - path: TinyLife/Utilities/TextureHandler.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnGameContentLoaded - path: ../TinyLife/Utilities/TextureHandler.cs - startLine: 29 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -138,14 +114,6 @@ items: nameWithType: TextureHandler.TileWidth fullName: TinyLife.Utilities.TextureHandler.TileWidth type: Property - source: - remote: - path: TinyLife/Utilities/TextureHandler.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TileWidth - path: ../TinyLife/Utilities/TextureHandler.cs - startLine: 34 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -169,14 +137,6 @@ items: nameWithType: TextureHandler.TileHeight fullName: TinyLife.Utilities.TextureHandler.TileHeight type: Property - source: - remote: - path: TinyLife/Utilities/TextureHandler.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TileHeight - path: ../TinyLife/Utilities/TextureHandler.cs - startLine: 38 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -200,14 +160,6 @@ items: nameWithType: TextureHandler.TileScale fullName: TinyLife.Utilities.TextureHandler.TileScale type: Property - source: - remote: - path: TinyLife/Utilities/TextureHandler.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TileScale - path: ../TinyLife/Utilities/TextureHandler.cs - startLine: 42 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -231,14 +183,6 @@ items: nameWithType: TextureHandler.TexturePacker fullName: TinyLife.Utilities.TextureHandler.TexturePacker type: Field - source: - remote: - path: TinyLife/Utilities/TextureHandler.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TexturePacker - path: ../TinyLife/Utilities/TextureHandler.cs - startLine: 45 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -258,14 +202,6 @@ items: nameWithType: TextureHandler.FurnitureTextures fullName: TinyLife.Utilities.TextureHandler.FurnitureTextures type: Field - source: - remote: - path: TinyLife/Utilities/TextureHandler.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: FurnitureTextures - path: ../TinyLife/Utilities/TextureHandler.cs - startLine: 46 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -285,22 +221,14 @@ items: nameWithType: TextureHandler.ClothesTextures fullName: TinyLife.Utilities.TextureHandler.ClothesTextures type: Field - source: - remote: - path: TinyLife/Utilities/TextureHandler.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ClothesTextures - path: ../TinyLife/Utilities/TextureHandler.cs - startLine: 47 assemblies: - Tiny Life namespace: TinyLife.Utilities syntax: - content: public static readonly Dictionary<(AgeGroup, ClothesLayer), Dictionary> ClothesTextures + content: public static readonly Dictionary<(string, 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), Dictionary(Of Point, TextureRegion)) + type: System.Collections.Generic.Dictionary{System.ValueTuple{System.String,TinyLife.Objects.ClothesLayer},System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion}} + content.vb: Public Shared ReadOnly ClothesTextures As Dictionary(Of (String, ClothesLayer), Dictionary(Of Point, TextureRegion)) - uid: TinyLife.Utilities.TextureHandler.WallpaperTextures commentId: P:TinyLife.Utilities.TextureHandler.WallpaperTextures id: WallpaperTextures @@ -312,14 +240,6 @@ items: nameWithType: TextureHandler.WallpaperTextures fullName: TinyLife.Utilities.TextureHandler.WallpaperTextures type: Property - source: - remote: - path: TinyLife/Utilities/TextureHandler.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: WallpaperTextures - path: ../TinyLife/Utilities/TextureHandler.cs - startLine: 49 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -341,14 +261,6 @@ items: nameWithType: TextureHandler.FenceTextures fullName: TinyLife.Utilities.TextureHandler.FenceTextures type: Property - source: - remote: - path: TinyLife/Utilities/TextureHandler.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: FenceTextures - path: ../TinyLife/Utilities/TextureHandler.cs - startLine: 50 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -370,14 +282,6 @@ items: nameWithType: TextureHandler.UiTexture fullName: TinyLife.Utilities.TextureHandler.UiTexture type: Property - source: - remote: - path: TinyLife/Utilities/TextureHandler.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: UiTexture - path: ../TinyLife/Utilities/TextureHandler.cs - startLine: 51 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -399,14 +303,6 @@ items: nameWithType: TextureHandler.CursorTexture fullName: TinyLife.Utilities.TextureHandler.CursorTexture type: Property - source: - remote: - path: TinyLife/Utilities/TextureHandler.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CursorTexture - path: ../TinyLife/Utilities/TextureHandler.cs - startLine: 52 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -428,14 +324,6 @@ items: nameWithType: TextureHandler.OpeningTexture fullName: TinyLife.Utilities.TextureHandler.OpeningTexture type: Property - source: - remote: - path: TinyLife/Utilities/TextureHandler.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OpeningTexture - path: ../TinyLife/Utilities/TextureHandler.cs - startLine: 53 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -457,14 +345,6 @@ items: nameWithType: TextureHandler.RoofTexture fullName: TinyLife.Utilities.TextureHandler.RoofTexture type: Property - source: - remote: - path: TinyLife/Utilities/TextureHandler.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RoofTexture - path: ../TinyLife/Utilities/TextureHandler.cs - startLine: 54 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -486,14 +366,6 @@ items: nameWithType: TextureHandler.TileTexture fullName: TinyLife.Utilities.TextureHandler.TileTexture type: Property - source: - remote: - path: TinyLife/Utilities/TextureHandler.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TileTexture - path: ../TinyLife/Utilities/TextureHandler.cs - startLine: 55 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -515,14 +387,6 @@ items: nameWithType: TextureHandler.AutoTileTexture fullName: TinyLife.Utilities.TextureHandler.AutoTileTexture type: Property - source: - remote: - path: TinyLife/Utilities/TextureHandler.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AutoTileTexture - path: ../TinyLife/Utilities/TextureHandler.cs - startLine: 56 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -544,14 +408,6 @@ items: nameWithType: TextureHandler.WaterTexture fullName: TinyLife.Utilities.TextureHandler.WaterTexture type: Property - source: - remote: - path: TinyLife/Utilities/TextureHandler.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: WaterTexture - path: ../TinyLife/Utilities/TextureHandler.cs - startLine: 57 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -573,14 +429,6 @@ items: nameWithType: TextureHandler.VehicleTexture fullName: TinyLife.Utilities.TextureHandler.VehicleTexture type: Property - source: - remote: - path: TinyLife/Utilities/TextureHandler.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: VehicleTexture - path: ../TinyLife/Utilities/TextureHandler.cs - startLine: 58 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -602,14 +450,6 @@ items: nameWithType: TextureHandler.LightTexture fullName: TinyLife.Utilities.TextureHandler.LightTexture type: Property - source: - remote: - path: TinyLife/Utilities/TextureHandler.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: LightTexture - path: ../TinyLife/Utilities/TextureHandler.cs - startLine: 59 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -631,14 +471,6 @@ items: nameWithType: TextureHandler.ParticleTexture fullName: TinyLife.Utilities.TextureHandler.ParticleTexture type: Property - source: - remote: - path: TinyLife/Utilities/TextureHandler.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ParticleTexture - path: ../TinyLife/Utilities/TextureHandler.cs - startLine: 60 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -660,14 +492,6 @@ items: nameWithType: TextureHandler.EmoteTexture fullName: TinyLife.Utilities.TextureHandler.EmoteTexture type: Property - source: - remote: - path: TinyLife/Utilities/TextureHandler.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: EmoteTexture - path: ../TinyLife/Utilities/TextureHandler.cs - startLine: 61 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -689,14 +513,6 @@ items: nameWithType: TextureHandler.StairsTextures fullName: TinyLife.Utilities.TextureHandler.StairsTextures type: Property - source: - remote: - path: TinyLife/Utilities/TextureHandler.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: StairsTextures - path: ../TinyLife/Utilities/TextureHandler.cs - startLine: 62 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -1270,17 +1086,17 @@ references: name: Generic isExternal: true href: https://learn.microsoft.com/dotnet/api/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}} +- uid: System.Collections.Generic.Dictionary{System.ValueTuple{System.String,TinyLife.Objects.ClothesLayer},System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion}} + commentId: T:System.Collections.Generic.Dictionary{System.ValueTuple{System.String,TinyLife.Objects.ClothesLayer},System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion}} parent: System.Collections.Generic definition: System.Collections.Generic.Dictionary`2 href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2 - name: Dictionary<(AgeGroup, ClothesLayer), Dictionary> - nameWithType: Dictionary<(AgeGroup, ClothesLayer), Dictionary> - fullName: System.Collections.Generic.Dictionary<(TinyLife.Objects.AgeGroup, TinyLife.Objects.ClothesLayer), System.Collections.Generic.Dictionary> - nameWithType.vb: Dictionary(Of (AgeGroup, ClothesLayer), Dictionary(Of Point, TextureRegion)) - fullName.vb: System.Collections.Generic.Dictionary(Of (TinyLife.Objects.AgeGroup, TinyLife.Objects.ClothesLayer), System.Collections.Generic.Dictionary(Of Microsoft.Xna.Framework.Point, MLEM.Textures.TextureRegion)) - name.vb: Dictionary(Of (AgeGroup, ClothesLayer), Dictionary(Of Point, TextureRegion)) + name: Dictionary<(string, ClothesLayer), Dictionary> + nameWithType: Dictionary<(string, ClothesLayer), Dictionary> + fullName: System.Collections.Generic.Dictionary<(string, TinyLife.Objects.ClothesLayer), System.Collections.Generic.Dictionary> + nameWithType.vb: Dictionary(Of (String, ClothesLayer), Dictionary(Of Point, TextureRegion)) + fullName.vb: System.Collections.Generic.Dictionary(Of (String, TinyLife.Objects.ClothesLayer), System.Collections.Generic.Dictionary(Of Microsoft.Xna.Framework.Point, MLEM.Textures.TextureRegion)) + name.vb: Dictionary(Of (String, ClothesLayer), Dictionary(Of Point, TextureRegion)) spec.csharp: - uid: System.Collections.Generic.Dictionary`2 name: Dictionary @@ -1288,9 +1104,10 @@ references: href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2 - name: < - name: ( - - uid: TinyLife.Objects.AgeGroup - name: AgeGroup - href: TinyLife.Objects.AgeGroup.html + - uid: System.String + name: string + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string - name: ',' - name: " " - uid: TinyLife.Objects.ClothesLayer @@ -1323,9 +1140,10 @@ references: - name: Of - name: " " - name: ( - - uid: TinyLife.Objects.AgeGroup - name: AgeGroup - href: TinyLife.Objects.AgeGroup.html + - uid: System.String + name: String + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string - name: ',' - name: " " - uid: TinyLife.Objects.ClothesLayer diff --git a/docs/api/TinyLife.WallDisplay.yml b/docs/api/TinyLife.WallDisplay.yml index 96cbc23..3c57d3e 100644 --- a/docs/api/TinyLife.WallDisplay.yml +++ b/docs/api/TinyLife.WallDisplay.yml @@ -15,14 +15,6 @@ items: nameWithType: WallDisplay fullName: TinyLife.WallDisplay type: Enum - source: - remote: - path: TinyLife/Options.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: WallDisplay - path: ../TinyLife/Options.cs - startLine: 664 assemblies: - Tiny Life namespace: TinyLife @@ -47,14 +39,6 @@ items: nameWithType: WallDisplay.Up fullName: TinyLife.WallDisplay.Up type: Field - source: - remote: - path: TinyLife/Options.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Up - path: ../TinyLife/Options.cs - startLine: 669 assemblies: - Tiny Life namespace: TinyLife @@ -75,14 +59,6 @@ items: nameWithType: WallDisplay.Auto fullName: TinyLife.WallDisplay.Auto type: Field - source: - remote: - path: TinyLife/Options.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Auto - path: ../TinyLife/Options.cs - startLine: 673 assemblies: - Tiny Life namespace: TinyLife @@ -103,14 +79,6 @@ items: nameWithType: WallDisplay.Down fullName: TinyLife.WallDisplay.Down type: Field - source: - remote: - path: TinyLife/Options.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Down - path: ../TinyLife/Options.cs - startLine: 677 assemblies: - Tiny Life namespace: TinyLife diff --git a/docs/api/TinyLife.World.AutoTile.yml b/docs/api/TinyLife.World.AutoTile.yml index f6b57de..cc85c40 100644 --- a/docs/api/TinyLife.World.AutoTile.yml +++ b/docs/api/TinyLife.World.AutoTile.yml @@ -18,14 +18,6 @@ items: nameWithType: AutoTile fullName: TinyLife.World.AutoTile type: Class - source: - remote: - path: TinyLife/World/AutoTile.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AutoTile - path: ../TinyLife/World/AutoTile.cs - startLine: 15 assemblies: - Tiny Life namespace: TinyLife.World @@ -45,6 +37,37 @@ items: inheritedMembers: - TinyLife.World.Tile.Tiles - TinyLife.World.Tile.ReferencePrice + - TinyLife.World.Tile.Grass + - TinyLife.World.Tile.FlowerGrass + - TinyLife.World.Tile.Concrete + - TinyLife.World.Tile.LongBoards + - TinyLife.World.Tile.ModernBricks + - TinyLife.World.Tile.BigTiles + - TinyLife.World.Tile.Dirt + - TinyLife.World.Tile.DirtPath + - TinyLife.World.Tile.SimpleCarpet + - TinyLife.World.Tile.PuzzlePieces + - TinyLife.World.Tile.Rocks + - TinyLife.World.Tile.DirtWithGrass + - TinyLife.World.Tile.Water + - TinyLife.World.Tile.LargeConcreteTiles + - TinyLife.World.Tile.Sand + - TinyLife.World.Tile.IntricateCarpet + - TinyLife.World.Tile.ModernTiles + - TinyLife.World.Tile.StraightBoards + - TinyLife.World.Tile.OrnateHardwood + - TinyLife.World.Tile.RicketyHardwood + - TinyLife.World.Tile.CheckeredHardwood + - TinyLife.World.Tile.SmallCheckeredHardwood + - TinyLife.World.Tile.SoftCarpet + - TinyLife.World.Tile.Road1 + - TinyLife.World.Tile.Road2 + - TinyLife.World.Tile.Road3 + - TinyLife.World.Tile.Road4 + - TinyLife.World.Tile.Road5 + - TinyLife.World.Tile.DirtRoad + - TinyLife.World.Tile.DirtRoadLines1 + - TinyLife.World.Tile.DirtRoadLines2 - TinyLife.World.Tile.BaseName - TinyLife.World.Tile.Name - TinyLife.World.Tile.Price @@ -87,14 +110,6 @@ items: nameWithType: AutoTile.DefaultBorderTile fullName: TinyLife.World.AutoTile.DefaultBorderTile type: Property - source: - remote: - path: TinyLife/World/AutoTile.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DefaultBorderTile - path: ../TinyLife/World/AutoTile.cs - startLine: 21 assemblies: - Tiny Life namespace: TinyLife.World @@ -121,14 +136,6 @@ items: nameWithType: AutoTile.AutoTile(string, string, int, Dictionary, Dictionary, ColorSettings, int[], bool, float, Tile.Category, TextureRegion, Func) fullName: TinyLife.World.AutoTile.AutoTile(string, string, int, System.Collections.Generic.Dictionary, System.Collections.Generic.Dictionary, TinyLife.Utilities.ColorSettings, int[], bool, float, TinyLife.World.Tile.Category, MLEM.Textures.TextureRegion, System.Func) type: Constructor - source: - remote: - path: TinyLife/World/AutoTile.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/World/AutoTile.cs - startLine: 24 assemblies: - Tiny Life namespace: TinyLife.World @@ -180,14 +187,6 @@ items: nameWithType: AutoTile.Draw(GameTime, object, Map, Point, int, Vector2, float, float, ICollection, bool, Func) fullName: TinyLife.World.AutoTile.Draw(Microsoft.Xna.Framework.GameTime, object, TinyLife.World.Map, Microsoft.Xna.Framework.Point, int, Microsoft.Xna.Framework.Vector2, float, float, System.Collections.Generic.ICollection, bool, System.Func) type: Method - source: - remote: - path: TinyLife/World/AutoTile.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Draw - path: ../TinyLife/World/AutoTile.cs - startLine: 27 assemblies: - Tiny Life namespace: TinyLife.World @@ -249,14 +248,6 @@ items: nameWithType: AutoTile.OnNeighborChanged(Map, Point, Point, int) fullName: TinyLife.World.AutoTile.OnNeighborChanged(TinyLife.World.Map, Microsoft.Xna.Framework.Point, Microsoft.Xna.Framework.Point, int) type: Method - source: - remote: - path: TinyLife/World/AutoTile.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnNeighborChanged - path: ../TinyLife/World/AutoTile.cs - startLine: 33 assemblies: - Tiny Life namespace: TinyLife.World @@ -297,14 +288,6 @@ items: nameWithType: AutoTile.ConnectsToTile(Map, Point, int, int, int, Func) fullName: TinyLife.World.AutoTile.ConnectsToTile(TinyLife.World.Map, Microsoft.Xna.Framework.Point, int, int, int, System.Func) type: Method - source: - remote: - path: TinyLife/World/AutoTile.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ConnectsToTile - path: ../TinyLife/World/AutoTile.cs - startLine: 49 assemblies: - Tiny Life namespace: TinyLife.World @@ -353,14 +336,6 @@ items: nameWithType: AutoTile.DrawBorder(object, Map, Point, int, int, Vector2, float, float, ICollection, Func) fullName: TinyLife.World.AutoTile.DrawBorder(object, TinyLife.World.Map, Microsoft.Xna.Framework.Point, int, int, Microsoft.Xna.Framework.Vector2, float, float, System.Collections.Generic.ICollection, System.Func) type: Method - source: - remote: - path: TinyLife/World/AutoTile.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DrawBorder - path: ../TinyLife/World/AutoTile.cs - startLine: 70 assemblies: - Tiny Life namespace: TinyLife.World @@ -580,6 +555,223 @@ references: name: ReferencePrice nameWithType: Tile.ReferencePrice fullName: TinyLife.World.Tile.ReferencePrice +- uid: TinyLife.World.Tile.Grass + commentId: F:TinyLife.World.Tile.Grass + parent: TinyLife.World.Tile + href: TinyLife.World.Tile.html#TinyLife_World_Tile_Grass + name: Grass + nameWithType: Tile.Grass + fullName: TinyLife.World.Tile.Grass +- uid: TinyLife.World.Tile.FlowerGrass + commentId: F:TinyLife.World.Tile.FlowerGrass + parent: TinyLife.World.Tile + href: TinyLife.World.Tile.html#TinyLife_World_Tile_FlowerGrass + name: FlowerGrass + nameWithType: Tile.FlowerGrass + fullName: TinyLife.World.Tile.FlowerGrass +- uid: TinyLife.World.Tile.Concrete + commentId: F:TinyLife.World.Tile.Concrete + parent: TinyLife.World.Tile + href: TinyLife.World.Tile.html#TinyLife_World_Tile_Concrete + name: Concrete + nameWithType: Tile.Concrete + fullName: TinyLife.World.Tile.Concrete +- uid: TinyLife.World.Tile.LongBoards + commentId: F:TinyLife.World.Tile.LongBoards + parent: TinyLife.World.Tile + href: TinyLife.World.Tile.html#TinyLife_World_Tile_LongBoards + name: LongBoards + nameWithType: Tile.LongBoards + fullName: TinyLife.World.Tile.LongBoards +- uid: TinyLife.World.Tile.ModernBricks + commentId: F:TinyLife.World.Tile.ModernBricks + parent: TinyLife.World.Tile + href: TinyLife.World.Tile.html#TinyLife_World_Tile_ModernBricks + name: ModernBricks + nameWithType: Tile.ModernBricks + fullName: TinyLife.World.Tile.ModernBricks +- uid: TinyLife.World.Tile.BigTiles + commentId: F:TinyLife.World.Tile.BigTiles + parent: TinyLife.World.Tile + href: TinyLife.World.Tile.html#TinyLife_World_Tile_BigTiles + name: BigTiles + nameWithType: Tile.BigTiles + fullName: TinyLife.World.Tile.BigTiles +- uid: TinyLife.World.Tile.Dirt + commentId: F:TinyLife.World.Tile.Dirt + parent: TinyLife.World.Tile + href: TinyLife.World.Tile.html#TinyLife_World_Tile_Dirt + name: Dirt + nameWithType: Tile.Dirt + fullName: TinyLife.World.Tile.Dirt +- uid: TinyLife.World.Tile.DirtPath + commentId: F:TinyLife.World.Tile.DirtPath + parent: TinyLife.World.Tile + href: TinyLife.World.Tile.html#TinyLife_World_Tile_DirtPath + name: DirtPath + nameWithType: Tile.DirtPath + fullName: TinyLife.World.Tile.DirtPath +- uid: TinyLife.World.Tile.SimpleCarpet + commentId: F:TinyLife.World.Tile.SimpleCarpet + parent: TinyLife.World.Tile + href: TinyLife.World.Tile.html#TinyLife_World_Tile_SimpleCarpet + name: SimpleCarpet + nameWithType: Tile.SimpleCarpet + fullName: TinyLife.World.Tile.SimpleCarpet +- uid: TinyLife.World.Tile.PuzzlePieces + commentId: F:TinyLife.World.Tile.PuzzlePieces + parent: TinyLife.World.Tile + href: TinyLife.World.Tile.html#TinyLife_World_Tile_PuzzlePieces + name: PuzzlePieces + nameWithType: Tile.PuzzlePieces + fullName: TinyLife.World.Tile.PuzzlePieces +- uid: TinyLife.World.Tile.Rocks + commentId: F:TinyLife.World.Tile.Rocks + parent: TinyLife.World.Tile + href: TinyLife.World.Tile.html#TinyLife_World_Tile_Rocks + name: Rocks + nameWithType: Tile.Rocks + fullName: TinyLife.World.Tile.Rocks +- uid: TinyLife.World.Tile.DirtWithGrass + commentId: F:TinyLife.World.Tile.DirtWithGrass + parent: TinyLife.World.Tile + href: TinyLife.World.Tile.html#TinyLife_World_Tile_DirtWithGrass + name: DirtWithGrass + nameWithType: Tile.DirtWithGrass + fullName: TinyLife.World.Tile.DirtWithGrass +- uid: TinyLife.World.Tile.Water + commentId: F:TinyLife.World.Tile.Water + parent: TinyLife.World.Tile + href: TinyLife.World.Tile.html#TinyLife_World_Tile_Water + name: Water + nameWithType: Tile.Water + fullName: TinyLife.World.Tile.Water +- uid: TinyLife.World.Tile.LargeConcreteTiles + commentId: F:TinyLife.World.Tile.LargeConcreteTiles + parent: TinyLife.World.Tile + href: TinyLife.World.Tile.html#TinyLife_World_Tile_LargeConcreteTiles + name: LargeConcreteTiles + nameWithType: Tile.LargeConcreteTiles + fullName: TinyLife.World.Tile.LargeConcreteTiles +- uid: TinyLife.World.Tile.Sand + commentId: F:TinyLife.World.Tile.Sand + parent: TinyLife.World.Tile + href: TinyLife.World.Tile.html#TinyLife_World_Tile_Sand + name: Sand + nameWithType: Tile.Sand + fullName: TinyLife.World.Tile.Sand +- uid: TinyLife.World.Tile.IntricateCarpet + commentId: F:TinyLife.World.Tile.IntricateCarpet + parent: TinyLife.World.Tile + href: TinyLife.World.Tile.html#TinyLife_World_Tile_IntricateCarpet + name: IntricateCarpet + nameWithType: Tile.IntricateCarpet + fullName: TinyLife.World.Tile.IntricateCarpet +- uid: TinyLife.World.Tile.ModernTiles + commentId: F:TinyLife.World.Tile.ModernTiles + parent: TinyLife.World.Tile + href: TinyLife.World.Tile.html#TinyLife_World_Tile_ModernTiles + name: ModernTiles + nameWithType: Tile.ModernTiles + fullName: TinyLife.World.Tile.ModernTiles +- uid: TinyLife.World.Tile.StraightBoards + commentId: F:TinyLife.World.Tile.StraightBoards + parent: TinyLife.World.Tile + href: TinyLife.World.Tile.html#TinyLife_World_Tile_StraightBoards + name: StraightBoards + nameWithType: Tile.StraightBoards + fullName: TinyLife.World.Tile.StraightBoards +- uid: TinyLife.World.Tile.OrnateHardwood + commentId: F:TinyLife.World.Tile.OrnateHardwood + parent: TinyLife.World.Tile + href: TinyLife.World.Tile.html#TinyLife_World_Tile_OrnateHardwood + name: OrnateHardwood + nameWithType: Tile.OrnateHardwood + fullName: TinyLife.World.Tile.OrnateHardwood +- uid: TinyLife.World.Tile.RicketyHardwood + commentId: F:TinyLife.World.Tile.RicketyHardwood + parent: TinyLife.World.Tile + href: TinyLife.World.Tile.html#TinyLife_World_Tile_RicketyHardwood + name: RicketyHardwood + nameWithType: Tile.RicketyHardwood + fullName: TinyLife.World.Tile.RicketyHardwood +- uid: TinyLife.World.Tile.CheckeredHardwood + commentId: F:TinyLife.World.Tile.CheckeredHardwood + parent: TinyLife.World.Tile + href: TinyLife.World.Tile.html#TinyLife_World_Tile_CheckeredHardwood + name: CheckeredHardwood + nameWithType: Tile.CheckeredHardwood + fullName: TinyLife.World.Tile.CheckeredHardwood +- uid: TinyLife.World.Tile.SmallCheckeredHardwood + commentId: F:TinyLife.World.Tile.SmallCheckeredHardwood + parent: TinyLife.World.Tile + href: TinyLife.World.Tile.html#TinyLife_World_Tile_SmallCheckeredHardwood + name: SmallCheckeredHardwood + nameWithType: Tile.SmallCheckeredHardwood + fullName: TinyLife.World.Tile.SmallCheckeredHardwood +- uid: TinyLife.World.Tile.SoftCarpet + commentId: F:TinyLife.World.Tile.SoftCarpet + parent: TinyLife.World.Tile + href: TinyLife.World.Tile.html#TinyLife_World_Tile_SoftCarpet + name: SoftCarpet + nameWithType: Tile.SoftCarpet + fullName: TinyLife.World.Tile.SoftCarpet +- uid: TinyLife.World.Tile.Road1 + commentId: F:TinyLife.World.Tile.Road1 + parent: TinyLife.World.Tile + href: TinyLife.World.Tile.html#TinyLife_World_Tile_Road1 + name: Road1 + nameWithType: Tile.Road1 + fullName: TinyLife.World.Tile.Road1 +- uid: TinyLife.World.Tile.Road2 + commentId: F:TinyLife.World.Tile.Road2 + parent: TinyLife.World.Tile + href: TinyLife.World.Tile.html#TinyLife_World_Tile_Road2 + name: Road2 + nameWithType: Tile.Road2 + fullName: TinyLife.World.Tile.Road2 +- uid: TinyLife.World.Tile.Road3 + commentId: F:TinyLife.World.Tile.Road3 + parent: TinyLife.World.Tile + href: TinyLife.World.Tile.html#TinyLife_World_Tile_Road3 + name: Road3 + nameWithType: Tile.Road3 + fullName: TinyLife.World.Tile.Road3 +- uid: TinyLife.World.Tile.Road4 + commentId: F:TinyLife.World.Tile.Road4 + parent: TinyLife.World.Tile + href: TinyLife.World.Tile.html#TinyLife_World_Tile_Road4 + name: Road4 + nameWithType: Tile.Road4 + fullName: TinyLife.World.Tile.Road4 +- uid: TinyLife.World.Tile.Road5 + commentId: F:TinyLife.World.Tile.Road5 + parent: TinyLife.World.Tile + href: TinyLife.World.Tile.html#TinyLife_World_Tile_Road5 + name: Road5 + nameWithType: Tile.Road5 + fullName: TinyLife.World.Tile.Road5 +- uid: TinyLife.World.Tile.DirtRoad + commentId: F:TinyLife.World.Tile.DirtRoad + parent: TinyLife.World.Tile + href: TinyLife.World.Tile.html#TinyLife_World_Tile_DirtRoad + name: DirtRoad + nameWithType: Tile.DirtRoad + fullName: TinyLife.World.Tile.DirtRoad +- uid: TinyLife.World.Tile.DirtRoadLines1 + commentId: F:TinyLife.World.Tile.DirtRoadLines1 + parent: TinyLife.World.Tile + href: TinyLife.World.Tile.html#TinyLife_World_Tile_DirtRoadLines1 + name: DirtRoadLines1 + nameWithType: Tile.DirtRoadLines1 + fullName: TinyLife.World.Tile.DirtRoadLines1 +- uid: TinyLife.World.Tile.DirtRoadLines2 + commentId: F:TinyLife.World.Tile.DirtRoadLines2 + parent: TinyLife.World.Tile + href: TinyLife.World.Tile.html#TinyLife_World_Tile_DirtRoadLines2 + name: DirtRoadLines2 + nameWithType: Tile.DirtRoadLines2 + fullName: TinyLife.World.Tile.DirtRoadLines2 - uid: TinyLife.World.Tile.BaseName commentId: F:TinyLife.World.Tile.BaseName parent: TinyLife.World.Tile diff --git a/docs/api/TinyLife.World.BillsMail.yml b/docs/api/TinyLife.World.BillsMail.yml index 447ef40..e849f24 100644 --- a/docs/api/TinyLife.World.BillsMail.yml +++ b/docs/api/TinyLife.World.BillsMail.yml @@ -16,14 +16,6 @@ items: nameWithType: BillsMail fullName: TinyLife.World.BillsMail type: Class - source: - remote: - path: TinyLife/World/Mail.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: BillsMail - path: ../TinyLife/World/Mail.cs - startLine: 125 assemblies: - Tiny Life namespace: TinyLife.World @@ -68,14 +60,6 @@ items: nameWithType: BillsMail.Bills fullName: TinyLife.World.BillsMail.Bills type: Field - source: - remote: - path: TinyLife/World/Mail.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Bills - path: ../TinyLife/World/Mail.cs - startLine: 131 assemblies: - Tiny Life namespace: TinyLife.World @@ -107,14 +91,6 @@ items: nameWithType: BillsMail.Total fullName: TinyLife.World.BillsMail.Total type: Property - source: - remote: - path: TinyLife/World/Mail.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Total - path: ../TinyLife/World/Mail.cs - startLine: 135 assemblies: - Tiny Life namespace: TinyLife.World @@ -138,14 +114,6 @@ items: nameWithType: BillsMail.BillsMail(Map, Guid, Dictionary) fullName: TinyLife.World.BillsMail.BillsMail(TinyLife.World.Map, System.Guid, System.Collections.Generic.Dictionary) type: Constructor - source: - remote: - path: TinyLife/World/Mail.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/World/Mail.cs - startLine: 143 assemblies: - Tiny Life namespace: TinyLife.World @@ -179,14 +147,6 @@ items: nameWithType: BillsMail.OnReceived() fullName: TinyLife.World.BillsMail.OnReceived() type: Method - source: - remote: - path: TinyLife/World/Mail.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnReceived - path: ../TinyLife/World/Mail.cs - startLine: 148 assemblies: - Tiny Life namespace: TinyLife.World diff --git a/docs/api/TinyLife.World.Door.yml b/docs/api/TinyLife.World.Door.yml index 7b08ce7..1f1db2c 100644 --- a/docs/api/TinyLife.World.Door.yml +++ b/docs/api/TinyLife.World.Door.yml @@ -16,14 +16,6 @@ items: nameWithType: Door fullName: TinyLife.World.Door type: Class - source: - remote: - path: TinyLife/World/Opening.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Door - path: ../TinyLife/World/Opening.cs - startLine: 103 assemblies: - Tiny Life namespace: TinyLife.World @@ -67,14 +59,6 @@ items: nameWithType: Door.Door(OpeningType, int[]) fullName: TinyLife.World.Door.Door(TinyLife.World.OpeningType, int[]) type: Constructor - source: - remote: - path: TinyLife/World/Opening.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/World/Opening.cs - startLine: 106 assemblies: - Tiny Life namespace: TinyLife.World @@ -105,14 +89,6 @@ items: nameWithType: Door.CanWalkThrough(Map, WallLike, MapObject) fullName: TinyLife.World.Door.CanWalkThrough(TinyLife.World.Map, TinyLife.Objects.WallLike, TinyLife.Objects.MapObject) type: Method - source: - remote: - path: TinyLife/World/Opening.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CanWalkThrough - path: ../TinyLife/World/Opening.cs - startLine: 109 assemblies: - Tiny Life namespace: TinyLife.World @@ -147,14 +123,6 @@ items: nameWithType: Door.CanPlaceOn(FurnitureType) fullName: TinyLife.World.Door.CanPlaceOn(TinyLife.Objects.FurnitureType) type: Method - source: - remote: - path: TinyLife/World/Opening.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CanPlaceOn - path: ../TinyLife/World/Opening.cs - startLine: 114 assemblies: - Tiny Life namespace: TinyLife.World @@ -185,14 +153,6 @@ items: nameWithType: Door.Construct(OpeningType, int[], WallLike) fullName: TinyLife.World.Door.Construct(TinyLife.World.OpeningType, int[], TinyLife.Objects.WallLike) type: Method - source: - remote: - path: TinyLife/World/Opening.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Construct - path: ../TinyLife/World/Opening.cs - startLine: 126 assemblies: - Tiny Life namespace: TinyLife.World diff --git a/docs/api/TinyLife.World.DrawDelegate.yml b/docs/api/TinyLife.World.DrawDelegate.yml index a276aac..e47efb6 100644 --- a/docs/api/TinyLife.World.DrawDelegate.yml +++ b/docs/api/TinyLife.World.DrawDelegate.yml @@ -12,14 +12,6 @@ items: nameWithType: DrawDelegate fullName: TinyLife.World.DrawDelegate type: Delegate - source: - remote: - path: TinyLife/World/Map.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DrawDelegate - path: ../TinyLife/World/Map.cs - startLine: 3080 assemblies: - Tiny Life namespace: TinyLife.World diff --git a/docs/api/TinyLife.World.ExportedHousehold.yml b/docs/api/TinyLife.World.ExportedHousehold.yml index 74aaabb..7364f93 100644 --- a/docs/api/TinyLife.World.ExportedHousehold.yml +++ b/docs/api/TinyLife.World.ExportedHousehold.yml @@ -19,14 +19,6 @@ items: nameWithType: ExportedHousehold fullName: TinyLife.World.ExportedHousehold type: Class - source: - remote: - path: TinyLife/World/Household.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ExportedHousehold - path: ../TinyLife/World/Household.cs - startLine: 703 assemblies: - Tiny Life namespace: TinyLife.World @@ -58,14 +50,6 @@ items: nameWithType: ExportedHousehold.ExportedVersion fullName: TinyLife.World.ExportedHousehold.ExportedVersion type: Field - source: - remote: - path: TinyLife/World/Household.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ExportedVersion - path: ../TinyLife/World/Household.cs - startLine: 708 assemblies: - Tiny Life namespace: TinyLife.World @@ -87,14 +71,6 @@ items: nameWithType: ExportedHousehold.Members fullName: TinyLife.World.ExportedHousehold.Members type: Field - source: - remote: - path: TinyLife/World/Household.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Members - path: ../TinyLife/World/Household.cs - startLine: 713 assemblies: - Tiny Life namespace: TinyLife.World @@ -122,14 +98,6 @@ items: nameWithType: ExportedHousehold.Money fullName: TinyLife.World.ExportedHousehold.Money type: Field - source: - remote: - path: TinyLife/World/Household.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Money - path: ../TinyLife/World/Household.cs - startLine: 717 assemblies: - Tiny Life namespace: TinyLife.World @@ -151,14 +119,6 @@ items: nameWithType: ExportedHousehold.FurnitureStorage fullName: TinyLife.World.ExportedHousehold.FurnitureStorage type: Field - source: - remote: - path: TinyLife/World/Household.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: FurnitureStorage - path: ../TinyLife/World/Household.cs - startLine: 721 assemblies: - Tiny Life namespace: TinyLife.World @@ -180,14 +140,6 @@ items: nameWithType: ExportedHousehold.ClothesStorage fullName: TinyLife.World.ExportedHousehold.ClothesStorage type: Field - source: - remote: - path: TinyLife/World/Household.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ClothesStorage - path: ../TinyLife/World/Household.cs - startLine: 725 assemblies: - Tiny Life namespace: TinyLife.World @@ -209,14 +161,6 @@ items: nameWithType: ExportedHousehold.Description fullName: TinyLife.World.ExportedHousehold.Description type: Field - source: - remote: - path: TinyLife/World/Household.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Description - path: ../TinyLife/World/Household.cs - startLine: 729 assemblies: - Tiny Life namespace: TinyLife.World @@ -238,14 +182,6 @@ items: nameWithType: ExportedHousehold.ValidateForPreview(Map) fullName: TinyLife.World.ExportedHousehold.ValidateForPreview(TinyLife.World.Map) type: Method - source: - remote: - path: TinyLife/World/Household.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ValidateForPreview - path: ../TinyLife/World/Household.cs - startLine: 735 assemblies: - Tiny Life namespace: TinyLife.World diff --git a/docs/api/TinyLife.World.ExportedLot.yml b/docs/api/TinyLife.World.ExportedLot.yml index f8d7cb6..6449bb5 100644 --- a/docs/api/TinyLife.World.ExportedLot.yml +++ b/docs/api/TinyLife.World.ExportedLot.yml @@ -25,14 +25,6 @@ items: nameWithType: ExportedLot fullName: TinyLife.World.ExportedLot type: Class - source: - remote: - path: TinyLife/World/Lot.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ExportedLot - path: ../TinyLife/World/Lot.cs - startLine: 595 assemblies: - Tiny Life namespace: TinyLife.World @@ -67,14 +59,6 @@ items: nameWithType: ExportedLot.ExportedVersion fullName: TinyLife.World.ExportedLot.ExportedVersion type: Field - source: - remote: - path: TinyLife/World/Lot.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ExportedVersion - path: ../TinyLife/World/Lot.cs - startLine: 600 assemblies: - Tiny Life namespace: TinyLife.World @@ -96,14 +80,6 @@ items: nameWithType: ExportedLot.Area fullName: TinyLife.World.ExportedLot.Area type: Field - source: - remote: - path: TinyLife/World/Lot.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Area - path: ../TinyLife/World/Lot.cs - startLine: 604 assemblies: - Tiny Life namespace: TinyLife.World @@ -125,14 +101,6 @@ items: nameWithType: ExportedLot.Type fullName: TinyLife.World.ExportedLot.Type type: Field - source: - remote: - path: TinyLife/World/Lot.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Type - path: ../TinyLife/World/Lot.cs - startLine: 608 assemblies: - Tiny Life namespace: TinyLife.World @@ -154,14 +122,6 @@ items: nameWithType: ExportedLot.Furniture fullName: TinyLife.World.ExportedLot.Furniture type: Field - source: - remote: - path: TinyLife/World/Lot.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Furniture - path: ../TinyLife/World/Lot.cs - startLine: 612 assemblies: - Tiny Life namespace: TinyLife.World @@ -183,14 +143,6 @@ items: nameWithType: ExportedLot.Walls fullName: TinyLife.World.ExportedLot.Walls type: Field - source: - remote: - path: TinyLife/World/Lot.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Walls - path: ../TinyLife/World/Lot.cs - startLine: 617 assemblies: - Tiny Life namespace: TinyLife.World @@ -224,14 +176,6 @@ items: nameWithType: ExportedLot.WallLikes fullName: TinyLife.World.ExportedLot.WallLikes type: Field - source: - remote: - path: TinyLife/World/Lot.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: WallLikes - path: ../TinyLife/World/Lot.cs - startLine: 622 assemblies: - Tiny Life namespace: TinyLife.World @@ -253,14 +197,6 @@ items: nameWithType: ExportedLot.Roofs fullName: TinyLife.World.ExportedLot.Roofs type: Field - source: - remote: - path: TinyLife/World/Lot.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Roofs - path: ../TinyLife/World/Lot.cs - startLine: 626 assemblies: - Tiny Life namespace: TinyLife.World @@ -282,14 +218,6 @@ items: nameWithType: ExportedLot.Stairs fullName: TinyLife.World.ExportedLot.Stairs type: Field - source: - remote: - path: TinyLife/World/Lot.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Stairs - path: ../TinyLife/World/Lot.cs - startLine: 631 assemblies: - Tiny Life namespace: TinyLife.World @@ -311,14 +239,6 @@ items: nameWithType: ExportedLot.Tiles fullName: TinyLife.World.ExportedLot.Tiles type: Field - source: - remote: - path: TinyLife/World/Lot.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Tiles - path: ../TinyLife/World/Lot.cs - startLine: 635 assemblies: - Tiny Life namespace: TinyLife.World @@ -340,14 +260,6 @@ items: nameWithType: ExportedLot.OtherFloorTiles fullName: TinyLife.World.ExportedLot.OtherFloorTiles type: Field - source: - remote: - path: TinyLife/World/Lot.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OtherFloorTiles - path: ../TinyLife/World/Lot.cs - startLine: 640 assemblies: - Tiny Life namespace: TinyLife.World @@ -369,14 +281,6 @@ items: nameWithType: ExportedLot.GetPrice() fullName: TinyLife.World.ExportedLot.GetPrice() type: Method - source: - remote: - path: TinyLife/World/Lot.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetPrice - path: ../TinyLife/World/Lot.cs - startLine: 646 assemblies: - Tiny Life namespace: TinyLife.World @@ -400,14 +304,6 @@ items: nameWithType: ExportedLot.GetCoveredArea() fullName: TinyLife.World.ExportedLot.GetCoveredArea() type: Method - source: - remote: - path: TinyLife/World/Lot.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetCoveredArea - path: ../TinyLife/World/Lot.cs - startLine: 661 assemblies: - Tiny Life namespace: TinyLife.World @@ -434,14 +330,6 @@ items: nameWithType: ExportedLot.ValidateForPreview(Map) fullName: TinyLife.World.ExportedLot.ValidateForPreview(TinyLife.World.Map) type: Method - source: - remote: - path: TinyLife/World/Lot.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ValidateForPreview - path: ../TinyLife/World/Lot.cs - startLine: 681 assemblies: - Tiny Life namespace: TinyLife.World diff --git a/docs/api/TinyLife.World.FurnitureMail.yml b/docs/api/TinyLife.World.FurnitureMail.yml index 3bef31b..bb74189 100644 --- a/docs/api/TinyLife.World.FurnitureMail.yml +++ b/docs/api/TinyLife.World.FurnitureMail.yml @@ -16,14 +16,6 @@ items: nameWithType: FurnitureMail fullName: TinyLife.World.FurnitureMail type: Class - source: - remote: - path: TinyLife/World/Mail.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: FurnitureMail - path: ../TinyLife/World/Mail.cs - startLine: 95 assemblies: - Tiny Life namespace: TinyLife.World @@ -68,14 +60,6 @@ items: nameWithType: FurnitureMail.Item fullName: TinyLife.World.FurnitureMail.Item type: Field - source: - remote: - path: TinyLife/World/Mail.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Item - path: ../TinyLife/World/Mail.cs - startLine: 101 assemblies: - Tiny Life namespace: TinyLife.World @@ -107,14 +91,6 @@ items: nameWithType: FurnitureMail.FurnitureMail(Guid, Furniture) fullName: TinyLife.World.FurnitureMail.FurnitureMail(System.Guid, TinyLife.Objects.Furniture) type: Constructor - source: - remote: - path: TinyLife/World/Mail.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/World/Mail.cs - startLine: 104 assemblies: - Tiny Life namespace: TinyLife.World @@ -142,14 +118,6 @@ items: nameWithType: FurnitureMail.OnCollected(Action) fullName: TinyLife.World.FurnitureMail.OnCollected(TinyLife.Actions.Action) type: Method - source: - remote: - path: TinyLife/World/Mail.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnCollected - path: ../TinyLife/World/Mail.cs - startLine: 113 assemblies: - Tiny Life namespace: TinyLife.World @@ -177,14 +145,6 @@ items: nameWithType: FurnitureMail.Validate(Map) fullName: TinyLife.World.FurnitureMail.Validate(TinyLife.World.Map) type: Method - source: - remote: - path: TinyLife/World/Mail.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Validate - path: ../TinyLife/World/Mail.cs - startLine: 116 assemblies: - Tiny Life namespace: TinyLife.World diff --git a/docs/api/TinyLife.World.Household.RandomConstellation.yml b/docs/api/TinyLife.World.Household.RandomConstellation.yml index 13083d5..1019162 100644 --- a/docs/api/TinyLife.World.Household.RandomConstellation.yml +++ b/docs/api/TinyLife.World.Household.RandomConstellation.yml @@ -16,14 +16,6 @@ items: nameWithType: Household.RandomConstellation fullName: TinyLife.World.Household.RandomConstellation type: Struct - source: - remote: - path: TinyLife/World/Household.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RandomConstellation - path: ../TinyLife/World/Household.cs - startLine: 530 assemblies: - Tiny Life namespace: TinyLife.World @@ -52,14 +44,6 @@ items: nameWithType: Household.RandomConstellation.PossibleMembers fullName: TinyLife.World.Household.RandomConstellation.PossibleMembers type: Field - source: - remote: - path: TinyLife/World/Household.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PossibleMembers - path: ../TinyLife/World/Household.cs - startLine: 536 assemblies: - Tiny Life namespace: TinyLife.World @@ -84,14 +68,6 @@ items: nameWithType: Household.RandomConstellation.PossibleRelations fullName: TinyLife.World.Household.RandomConstellation.PossibleRelations type: Field - source: - remote: - path: TinyLife/World/Household.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PossibleRelations - path: ../TinyLife/World/Household.cs - startLine: 541 assemblies: - Tiny Life namespace: TinyLife.World @@ -116,14 +92,6 @@ items: nameWithType: Household.RandomConstellation.RandomConstellation(IEnumerable<(AgeGroup Age, int Min, int Max)>, IEnumerable) fullName: TinyLife.World.Household.RandomConstellation.RandomConstellation(System.Collections.Generic.IEnumerable<(TinyLife.Objects.AgeGroup Age, int Min, int Max)>, System.Collections.Generic.IEnumerable) type: Constructor - source: - remote: - path: TinyLife/World/Household.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/World/Household.cs - startLine: 548 assemblies: - Tiny Life namespace: TinyLife.World @@ -154,14 +122,6 @@ items: nameWithType: Household.RandomConstellation.Generate(Random) fullName: TinyLife.World.Household.RandomConstellation.Generate(System.Random) type: Method - source: - remote: - path: TinyLife/World/Household.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Generate - path: ../TinyLife/World/Household.cs - startLine: 559 assemblies: - Tiny Life namespace: TinyLife.World diff --git a/docs/api/TinyLife.World.Household.RandomRelation.yml b/docs/api/TinyLife.World.Household.RandomRelation.yml index 98333d4..fe653e4 100644 --- a/docs/api/TinyLife.World.Household.RandomRelation.yml +++ b/docs/api/TinyLife.World.Household.RandomRelation.yml @@ -20,14 +20,6 @@ items: nameWithType: Household.RandomRelation fullName: TinyLife.World.Household.RandomRelation type: Struct - source: - remote: - path: TinyLife/World/Household.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RandomRelation - path: ../TinyLife/World/Household.cs - startLine: 627 assemblies: - Tiny Life namespace: TinyLife.World @@ -56,14 +48,6 @@ items: nameWithType: Household.RandomRelation.FirstPerson fullName: TinyLife.World.Household.RandomRelation.FirstPerson type: Field - source: - remote: - path: TinyLife/World/Household.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: FirstPerson - path: ../TinyLife/World/Household.cs - startLine: 632 assemblies: - Tiny Life namespace: TinyLife.World @@ -85,14 +69,6 @@ items: nameWithType: Household.RandomRelation.SecondPerson fullName: TinyLife.World.Household.RandomRelation.SecondPerson type: Field - source: - remote: - path: TinyLife/World/Household.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SecondPerson - path: ../TinyLife/World/Household.cs - startLine: 636 assemblies: - Tiny Life namespace: TinyLife.World @@ -114,14 +90,6 @@ items: nameWithType: Household.RandomRelation.Relation fullName: TinyLife.World.Household.RandomRelation.Relation type: Field - source: - remote: - path: TinyLife/World/Household.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Relation - path: ../TinyLife/World/Household.cs - startLine: 640 assemblies: - Tiny Life namespace: TinyLife.World @@ -143,14 +111,6 @@ items: nameWithType: Household.RandomRelation.Max fullName: TinyLife.World.Household.RandomRelation.Max type: Field - source: - remote: - path: TinyLife/World/Household.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Max - path: ../TinyLife/World/Household.cs - startLine: 644 assemblies: - Tiny Life namespace: TinyLife.World @@ -172,14 +132,6 @@ items: nameWithType: Household.RandomRelation.RandomRelation(AgeGroup, AgeGroup, RelationshipType, RomanceType, bool, int) fullName: TinyLife.World.Household.RandomRelation.RandomRelation(TinyLife.Objects.AgeGroup, TinyLife.Objects.AgeGroup, TinyLife.RelationshipType, TinyLife.RomanceType, bool, int) type: Constructor - source: - remote: - path: TinyLife/World/Household.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/World/Household.cs - startLine: 655 assemblies: - Tiny Life namespace: TinyLife.World @@ -222,14 +174,6 @@ items: nameWithType: Household.RandomRelation.RandomRelation(AgeGroup, AgeGroup, GenealogyType, RelationshipType, int) fullName: TinyLife.World.Household.RandomRelation.RandomRelation(TinyLife.Objects.AgeGroup, TinyLife.Objects.AgeGroup, TinyLife.GenealogyType, TinyLife.RelationshipType, int) type: Constructor - source: - remote: - path: TinyLife/World/Household.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/World/Household.cs - startLine: 666 assemblies: - Tiny Life namespace: TinyLife.World @@ -269,14 +213,6 @@ items: nameWithType: Household.RandomRelation.RandomRelation(AgeGroup, AgeGroup, GenealogyType, int) fullName: TinyLife.World.Household.RandomRelation.RandomRelation(TinyLife.Objects.AgeGroup, TinyLife.Objects.AgeGroup, TinyLife.GenealogyType, int) type: Constructor - source: - remote: - path: TinyLife/World/Household.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/World/Household.cs - startLine: 676 assemblies: - Tiny Life namespace: TinyLife.World @@ -313,14 +249,6 @@ items: nameWithType: Household.RandomRelation.RandomRelation(AgeGroup, AgeGroup, RelationshipType, int) fullName: TinyLife.World.Household.RandomRelation.RandomRelation(TinyLife.Objects.AgeGroup, TinyLife.Objects.AgeGroup, TinyLife.RelationshipType, int) type: Constructor - source: - remote: - path: TinyLife/World/Household.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/World/Household.cs - startLine: 686 assemblies: - Tiny Life namespace: TinyLife.World diff --git a/docs/api/TinyLife.World.Household.Relation.yml b/docs/api/TinyLife.World.Household.Relation.yml index 963e0b2..8109f53 100644 --- a/docs/api/TinyLife.World.Household.Relation.yml +++ b/docs/api/TinyLife.World.Household.Relation.yml @@ -17,14 +17,6 @@ items: nameWithType: Household.Relation fullName: TinyLife.World.Household.Relation type: Struct - source: - remote: - path: TinyLife/World/Household.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Relation - path: ../TinyLife/World/Household.cs - startLine: 589 assemblies: - Tiny Life namespace: TinyLife.World @@ -53,14 +45,6 @@ items: nameWithType: Household.Relation.GenealogyType fullName: TinyLife.World.Household.Relation.GenealogyType type: Field - source: - remote: - path: TinyLife/World/Household.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GenealogyType - path: ../TinyLife/World/Household.cs - startLine: 594 assemblies: - Tiny Life namespace: TinyLife.World @@ -82,14 +66,6 @@ items: nameWithType: Household.Relation.RelationshipType fullName: TinyLife.World.Household.Relation.RelationshipType type: Field - source: - remote: - path: TinyLife/World/Household.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RelationshipType - path: ../TinyLife/World/Household.cs - startLine: 598 assemblies: - Tiny Life namespace: TinyLife.World @@ -111,14 +87,6 @@ items: nameWithType: Household.Relation.RomanceType fullName: TinyLife.World.Household.Relation.RomanceType type: Field - source: - remote: - path: TinyLife/World/Household.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RomanceType - path: ../TinyLife/World/Household.cs - startLine: 602 assemblies: - Tiny Life namespace: TinyLife.World @@ -140,14 +108,6 @@ items: nameWithType: Household.Relation.Dating fullName: TinyLife.World.Household.Relation.Dating type: Field - source: - remote: - path: TinyLife/World/Household.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Dating - path: ../TinyLife/World/Household.cs - startLine: 606 assemblies: - Tiny Life namespace: TinyLife.World @@ -169,14 +129,6 @@ items: nameWithType: Household.Relation.Relation(GenealogyType, RelationshipType, RomanceType, bool) fullName: TinyLife.World.Household.Relation.Relation(TinyLife.GenealogyType, TinyLife.RelationshipType, TinyLife.RomanceType, bool) type: Constructor - source: - remote: - path: TinyLife/World/Household.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/World/Household.cs - startLine: 615 assemblies: - Tiny Life namespace: TinyLife.World diff --git a/docs/api/TinyLife.World.Household.WeeklyBillsDelegate.yml b/docs/api/TinyLife.World.Household.WeeklyBillsDelegate.yml index ddf4345..529ba04 100644 --- a/docs/api/TinyLife.World.Household.WeeklyBillsDelegate.yml +++ b/docs/api/TinyLife.World.Household.WeeklyBillsDelegate.yml @@ -12,14 +12,6 @@ items: nameWithType: Household.WeeklyBillsDelegate fullName: TinyLife.World.Household.WeeklyBillsDelegate type: Delegate - source: - remote: - path: TinyLife/World/Household.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: WeeklyBillsDelegate - path: ../TinyLife/World/Household.cs - startLine: 525 assemblies: - Tiny Life namespace: TinyLife.World diff --git a/docs/api/TinyLife.World.Household.yml b/docs/api/TinyLife.World.Household.yml index 3b543ad..e9e9cd3 100644 --- a/docs/api/TinyLife.World.Household.yml +++ b/docs/api/TinyLife.World.Household.yml @@ -45,14 +45,6 @@ items: nameWithType: Household fullName: TinyLife.World.Household type: Class - source: - remote: - path: TinyLife/World/Household.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Household - path: ../TinyLife/World/Household.cs - startLine: 24 assemblies: - Tiny Life namespace: TinyLife.World @@ -100,14 +92,6 @@ items: nameWithType: Household.DefaultMoney fullName: TinyLife.World.Household.DefaultMoney type: Field - source: - remote: - path: TinyLife/World/Household.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DefaultMoney - path: ../TinyLife/World/Household.cs - startLine: 31 assemblies: - Tiny Life namespace: TinyLife.World @@ -132,14 +116,6 @@ items: nameWithType: Household.RandomConstellations fullName: TinyLife.World.Household.RandomConstellations type: Field - source: - remote: - path: TinyLife/World/Household.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RandomConstellations - path: ../TinyLife/World/Household.cs - startLine: 37 assemblies: - Tiny Life namespace: TinyLife.World @@ -164,14 +140,6 @@ items: nameWithType: Household.OnGetWeeklyBills fullName: TinyLife.World.Household.OnGetWeeklyBills type: Event - source: - remote: - path: TinyLife/World/Household.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnGetWeeklyBills - path: ../TinyLife/World/Household.cs - startLine: 73 assemblies: - Tiny Life namespace: TinyLife.World @@ -196,14 +164,6 @@ items: nameWithType: Household.FurnitureStorage fullName: TinyLife.World.Household.FurnitureStorage type: Field - source: - remote: - path: TinyLife/World/Household.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: FurnitureStorage - path: ../TinyLife/World/Household.cs - startLine: 80 assemblies: - Tiny Life namespace: TinyLife.World @@ -238,14 +198,6 @@ items: nameWithType: Household.ClothesStorage fullName: TinyLife.World.Household.ClothesStorage type: Field - source: - remote: - path: TinyLife/World/Household.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ClothesStorage - path: ../TinyLife/World/Household.cs - startLine: 86 assemblies: - Tiny Life namespace: TinyLife.World @@ -280,14 +232,6 @@ items: nameWithType: Household.UnopenedMail fullName: TinyLife.World.Household.UnopenedMail type: Field - source: - remote: - path: TinyLife/World/Household.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: UnopenedMail - path: ../TinyLife/World/Household.cs - startLine: 92 assemblies: - Tiny Life namespace: TinyLife.World @@ -322,14 +266,6 @@ items: nameWithType: Household.AddedThroughPopulating fullName: TinyLife.World.Household.AddedThroughPopulating type: Field - source: - remote: - path: TinyLife/World/Household.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AddedThroughPopulating - path: ../TinyLife/World/Household.cs - startLine: 97 assemblies: - Tiny Life namespace: TinyLife.World @@ -361,14 +297,6 @@ items: nameWithType: Household.Money fullName: TinyLife.World.Household.Money type: Property - source: - remote: - path: TinyLife/World/Household.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Money - path: ../TinyLife/World/Household.cs - startLine: 102 assemblies: - Tiny Life namespace: TinyLife.World @@ -402,14 +330,6 @@ items: nameWithType: Household.Members fullName: TinyLife.World.Household.Members type: Property - source: - remote: - path: TinyLife/World/Household.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Members - path: ../TinyLife/World/Household.cs - startLine: 110 assemblies: - Tiny Life namespace: TinyLife.World @@ -433,14 +353,6 @@ items: nameWithType: Household.Lot fullName: TinyLife.World.Household.Lot type: Property - source: - remote: - path: TinyLife/World/Household.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Lot - path: ../TinyLife/World/Household.cs - startLine: 128 assemblies: - Tiny Life namespace: TinyLife.World @@ -467,14 +379,6 @@ items: nameWithType: Household.Name fullName: TinyLife.World.Household.Name type: Property - source: - remote: - path: TinyLife/World/Household.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Name - path: ../TinyLife/World/Household.cs - startLine: 133 assemblies: - Tiny Life namespace: TinyLife.World @@ -501,14 +405,6 @@ items: nameWithType: Household.IsCurrent fullName: TinyLife.World.Household.IsCurrent type: Property - source: - remote: - path: TinyLife/World/Household.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IsCurrent - path: ../TinyLife/World/Household.cs - startLine: 137 assemblies: - Tiny Life namespace: TinyLife.World @@ -532,14 +428,6 @@ items: nameWithType: Household.Description fullName: TinyLife.World.Household.Description type: Field - source: - remote: - path: TinyLife/World/Household.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Description - path: ../TinyLife/World/Household.cs - startLine: 142 assemblies: - Tiny Life namespace: TinyLife.World @@ -571,14 +459,6 @@ items: nameWithType: Household.DisallowNewspapers fullName: TinyLife.World.Household.DisallowNewspapers type: Field - source: - remote: - path: TinyLife/World/Household.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DisallowNewspapers - path: ../TinyLife/World/Household.cs - startLine: 148 assemblies: - Tiny Life namespace: TinyLife.World @@ -613,14 +493,6 @@ items: nameWithType: Household.DisallowFriendsVisiting fullName: TinyLife.World.Household.DisallowFriendsVisiting type: Field - source: - remote: - path: TinyLife/World/Household.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DisallowFriendsVisiting - path: ../TinyLife/World/Household.cs - startLine: 153 assemblies: - Tiny Life namespace: TinyLife.World @@ -652,14 +524,6 @@ items: nameWithType: Household.DisallowStrangersVisiting fullName: TinyLife.World.Household.DisallowStrangersVisiting type: Field - source: - remote: - path: TinyLife/World/Household.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DisallowStrangersVisiting - path: ../TinyLife/World/Household.cs - startLine: 158 assemblies: - Tiny Life namespace: TinyLife.World @@ -691,14 +555,6 @@ items: nameWithType: Household.TotalMemberAmount fullName: TinyLife.World.Household.TotalMemberAmount type: Property - source: - remote: - path: TinyLife/World/Household.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TotalMemberAmount - path: ../TinyLife/World/Household.cs - startLine: 162 assemblies: - Tiny Life namespace: TinyLife.World @@ -722,14 +578,6 @@ items: nameWithType: Household.HasBeenPlayed fullName: TinyLife.World.Household.HasBeenPlayed type: Field - source: - remote: - path: TinyLife/World/Household.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: HasBeenPlayed - path: ../TinyLife/World/Household.cs - startLine: 171 assemblies: - Tiny Life namespace: TinyLife.World @@ -761,14 +609,6 @@ items: nameWithType: Household.Household(Map, Lot, bool) fullName: TinyLife.World.Household.Household(TinyLife.World.Map, TinyLife.World.Lot, bool) type: Constructor - source: - remote: - path: TinyLife/World/Household.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/World/Household.cs - startLine: 191 assemblies: - Tiny Life namespace: TinyLife.World @@ -802,14 +642,6 @@ items: nameWithType: Household.Update(GameTime, TimeSpan, float) fullName: TinyLife.World.Household.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) type: Method - source: - remote: - path: TinyLife/World/Household.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Update - path: ../TinyLife/World/Household.cs - startLine: 203 assemblies: - Tiny Life namespace: TinyLife.World @@ -843,14 +675,6 @@ items: nameWithType: Household.Add(PersonLike) fullName: TinyLife.World.Household.Add(TinyLife.Objects.PersonLike) type: Method - source: - remote: - path: TinyLife/World/Household.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Add - path: ../TinyLife/World/Household.cs - startLine: 222 assemblies: - Tiny Life namespace: TinyLife.World @@ -875,14 +699,6 @@ items: nameWithType: Household.AddToFurnitureStorage(Furniture) fullName: TinyLife.World.Household.AddToFurnitureStorage(TinyLife.Objects.Furniture) type: Method - source: - remote: - path: TinyLife/World/Household.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AddToFurnitureStorage - path: ../TinyLife/World/Household.cs - startLine: 234 assemblies: - Tiny Life namespace: TinyLife.World @@ -911,14 +727,6 @@ items: nameWithType: Household.Remove(PersonLike, bool) fullName: TinyLife.World.Household.Remove(TinyLife.Objects.PersonLike, bool) type: Method - source: - remote: - path: TinyLife/World/Household.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Remove - path: ../TinyLife/World/Household.cs - startLine: 249 assemblies: - Tiny Life namespace: TinyLife.World @@ -949,14 +757,6 @@ items: nameWithType: Household.HasMember(Guid) fullName: TinyLife.World.Household.HasMember(System.Guid) type: Method - source: - remote: - path: TinyLife/World/Household.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: HasMember - path: ../TinyLife/World/Household.cs - startLine: 262 assemblies: - Tiny Life namespace: TinyLife.World @@ -984,14 +784,6 @@ items: nameWithType: Household.Validate(Map) fullName: TinyLife.World.Household.Validate(TinyLife.World.Map) type: Method - source: - remote: - path: TinyLife/World/Household.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Validate - path: ../TinyLife/World/Household.cs - startLine: 271 assemblies: - Tiny Life namespace: TinyLife.World @@ -1018,14 +810,6 @@ items: nameWithType: Household.Export(bool, bool, bool) fullName: TinyLife.World.Household.Export(bool, bool, bool) type: Method - source: - remote: - path: TinyLife/World/Household.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Export - path: ../TinyLife/World/Household.cs - startLine: 289 assemblies: - Tiny Life namespace: TinyLife.World @@ -1062,14 +846,6 @@ items: nameWithType: Household.Import(ExportedHousehold, bool, bool) fullName: TinyLife.World.Household.Import(TinyLife.World.ExportedHousehold, bool, bool) type: Method - source: - remote: - path: TinyLife/World/Household.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Import - path: ../TinyLife/World/Household.cs - startLine: 300 assemblies: - Tiny Life namespace: TinyLife.World @@ -1106,14 +882,6 @@ items: nameWithType: Household.AreUtilitiesDisabled(TimeSpan?) fullName: TinyLife.World.Household.AreUtilitiesDisabled(System.TimeSpan?) type: Method - source: - remote: - path: TinyLife/World/Household.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AreUtilitiesDisabled - path: ../TinyLife/World/Household.cs - startLine: 347 assemblies: - Tiny Life namespace: TinyLife.World @@ -1144,14 +912,6 @@ items: nameWithType: Household.GetWeeklyBills() fullName: TinyLife.World.Household.GetWeeklyBills() type: Method - source: - remote: - path: TinyLife/World/Household.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetWeeklyBills - path: ../TinyLife/World/Household.cs - startLine: 360 assemblies: - Tiny Life namespace: TinyLife.World @@ -1178,14 +938,6 @@ items: nameWithType: Household.GetAgeGroups(IEnumerable) fullName: TinyLife.World.Household.GetAgeGroups(System.Collections.Generic.IEnumerable) type: Method - source: - remote: - path: TinyLife/World/Household.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetAgeGroups - path: ../TinyLife/World/Household.cs - startLine: 393 assemblies: - Tiny Life namespace: TinyLife.World @@ -1216,14 +968,6 @@ items: nameWithType: Household.Generate(Map, Random, List, Dictionary<(int Person, int Other), Household.Relation>) fullName: TinyLife.World.Household.Generate(TinyLife.World.Map, System.Random, System.Collections.Generic.List, System.Collections.Generic.Dictionary<(int Person, int Other), TinyLife.World.Household.Relation>) type: Method - source: - remote: - path: TinyLife/World/Household.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Generate - path: ../TinyLife/World/Household.cs - startLine: 406 assemblies: - Tiny Life namespace: TinyLife.World @@ -1266,14 +1010,6 @@ items: nameWithType: Household.GetMatchingConstellations(AgeGroup) fullName: TinyLife.World.Household.GetMatchingConstellations(TinyLife.Objects.AgeGroup) type: Method - source: - remote: - path: TinyLife/World/Household.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetMatchingConstellations - path: ../TinyLife/World/Household.cs - startLine: 456 assemblies: - Tiny Life namespace: TinyLife.World @@ -1301,14 +1037,6 @@ items: nameWithType: Household.GetExportedHouseholds() fullName: TinyLife.World.Household.GetExportedHouseholds() type: Method - source: - remote: - path: TinyLife/World/Household.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetExportedHouseholds - path: ../TinyLife/World/Household.cs - startLine: 495 assemblies: - Tiny Life namespace: TinyLife.World diff --git a/docs/api/TinyLife.World.LockType.yml b/docs/api/TinyLife.World.LockType.yml index 9291a1d..9d10147 100644 --- a/docs/api/TinyLife.World.LockType.yml +++ b/docs/api/TinyLife.World.LockType.yml @@ -16,14 +16,6 @@ items: nameWithType: LockType fullName: TinyLife.World.LockType type: Enum - source: - remote: - path: TinyLife/World/Opening.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: LockType - path: ../TinyLife/World/Opening.cs - startLine: 211 assemblies: - Tiny Life namespace: TinyLife.World @@ -59,14 +51,6 @@ items: nameWithType: LockType.Household fullName: TinyLife.World.LockType.Household type: Field - source: - remote: - path: TinyLife/World/Opening.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Household - path: ../TinyLife/World/Opening.cs - startLine: 217 assemblies: - Tiny Life namespace: TinyLife.World @@ -87,14 +71,6 @@ items: nameWithType: LockType.HouseholdFriends fullName: TinyLife.World.LockType.HouseholdFriends type: Field - source: - remote: - path: TinyLife/World/Opening.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: HouseholdFriends - path: ../TinyLife/World/Opening.cs - startLine: 221 assemblies: - Tiny Life namespace: TinyLife.World @@ -115,14 +91,6 @@ items: nameWithType: LockType.Employees fullName: TinyLife.World.LockType.Employees type: Field - source: - remote: - path: TinyLife/World/Opening.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Employees - path: ../TinyLife/World/Opening.cs - startLine: 225 assemblies: - Tiny Life namespace: TinyLife.World @@ -143,14 +111,6 @@ items: nameWithType: LockType.Others fullName: TinyLife.World.LockType.Others type: Field - source: - remote: - path: TinyLife/World/Opening.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Others - path: ../TinyLife/World/Opening.cs - startLine: 229 assemblies: - Tiny Life namespace: TinyLife.World diff --git a/docs/api/TinyLife.World.Lot.yml b/docs/api/TinyLife.World.Lot.yml index 1e29a92..37796b1 100644 --- a/docs/api/TinyLife.World.Lot.yml +++ b/docs/api/TinyLife.World.Lot.yml @@ -43,14 +43,6 @@ items: nameWithType: Lot fullName: TinyLife.World.Lot type: Class - source: - remote: - path: TinyLife/World/Lot.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Lot - path: ../TinyLife/World/Lot.cs - startLine: 27 assemblies: - Tiny Life namespace: TinyLife.World @@ -103,14 +95,6 @@ items: nameWithType: Lot.Id fullName: TinyLife.World.Lot.Id type: Field - source: - remote: - path: TinyLife/World/Lot.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Id - path: ../TinyLife/World/Lot.cs - startLine: 35 assemblies: - Tiny Life namespace: TinyLife.World @@ -145,14 +129,6 @@ items: nameWithType: Lot.Area fullName: TinyLife.World.Lot.Area type: Property - source: - remote: - path: TinyLife/World/Lot.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Area - path: ../TinyLife/World/Lot.cs - startLine: 39 assemblies: - Tiny Life namespace: TinyLife.World @@ -186,14 +162,6 @@ items: nameWithType: Lot.Type fullName: TinyLife.World.Lot.Type type: Property - source: - remote: - path: TinyLife/World/Lot.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Type - path: ../TinyLife/World/Lot.cs - startLine: 45 assemblies: - Tiny Life namespace: TinyLife.World @@ -220,14 +188,6 @@ items: nameWithType: Lot.Household fullName: TinyLife.World.Lot.Household type: Property - source: - remote: - path: TinyLife/World/Lot.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Household - path: ../TinyLife/World/Lot.cs - startLine: 63 assemblies: - Tiny Life namespace: TinyLife.World @@ -254,14 +214,6 @@ items: nameWithType: Lot.Name fullName: TinyLife.World.Lot.Name type: Field - source: - remote: - path: TinyLife/World/Lot.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Name - path: ../TinyLife/World/Lot.cs - startLine: 68 assemblies: - Tiny Life namespace: TinyLife.World @@ -293,14 +245,6 @@ items: nameWithType: Lot.Map fullName: TinyLife.World.Lot.Map type: Property - source: - remote: - path: TinyLife/World/Lot.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Map - path: ../TinyLife/World/Lot.cs - startLine: 72 assemblies: - Tiny Life namespace: TinyLife.World @@ -324,14 +268,6 @@ items: nameWithType: Lot.Lot(Map, Rectangle) fullName: TinyLife.World.Lot.Lot(TinyLife.World.Map, Microsoft.Xna.Framework.Rectangle) type: Constructor - source: - remote: - path: TinyLife/World/Lot.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/World/Lot.cs - startLine: 81 assemblies: - Tiny Life namespace: TinyLife.World @@ -362,14 +298,6 @@ items: nameWithType: Lot.Validate(Map) fullName: TinyLife.World.Lot.Validate(TinyLife.World.Map) type: Method - source: - remote: - path: TinyLife/World/Lot.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Validate - path: ../TinyLife/World/Lot.cs - startLine: 89 assemblies: - Tiny Life namespace: TinyLife.World @@ -393,14 +321,6 @@ items: nameWithType: Lot.GetObjects() fullName: TinyLife.World.Lot.GetObjects() type: Method - source: - remote: - path: TinyLife/World/Lot.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetObjects - path: ../TinyLife/World/Lot.cs - startLine: 100 assemblies: - Tiny Life namespace: TinyLife.World @@ -430,14 +350,6 @@ items: nameWithType: Lot.GetWalls() fullName: TinyLife.World.Lot.GetWalls() type: Method - source: - remote: - path: TinyLife/World/Lot.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetWalls - path: ../TinyLife/World/Lot.cs - startLine: 113 assemblies: - Tiny Life namespace: TinyLife.World @@ -466,14 +378,6 @@ items: nameWithType: Lot.GetRoofs() fullName: TinyLife.World.Lot.GetRoofs() type: Method - source: - remote: - path: TinyLife/World/Lot.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetRoofs - path: ../TinyLife/World/Lot.cs - startLine: 126 assemblies: - Tiny Life namespace: TinyLife.World @@ -497,14 +401,6 @@ items: nameWithType: Lot.GetStairs() fullName: TinyLife.World.Lot.GetStairs() type: Method - source: - remote: - path: TinyLife/World/Lot.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetStairs - path: ../TinyLife/World/Lot.cs - startLine: 139 assemblies: - Tiny Life namespace: TinyLife.World @@ -528,14 +424,6 @@ items: nameWithType: Lot.GetTiles() fullName: TinyLife.World.Lot.GetTiles() type: Method - source: - remote: - path: TinyLife/World/Lot.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetTiles - path: ../TinyLife/World/Lot.cs - startLine: 152 assemblies: - Tiny Life namespace: TinyLife.World @@ -559,14 +447,6 @@ items: nameWithType: Lot.GetRooms() fullName: TinyLife.World.Lot.GetRooms() type: Method - source: - remote: - path: TinyLife/World/Lot.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetRooms - path: ../TinyLife/World/Lot.cs - startLine: 160 assemblies: - Tiny Life namespace: TinyLife.World @@ -590,14 +470,6 @@ items: nameWithType: Lot.GetDefaultTile() fullName: TinyLife.World.Lot.GetDefaultTile() type: Method - source: - remote: - path: TinyLife/World/Lot.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetDefaultTile - path: ../TinyLife/World/Lot.cs - startLine: 169 assemblies: - Tiny Life namespace: TinyLife.World @@ -624,14 +496,6 @@ items: nameWithType: Lot.AreRequirementsMet() fullName: TinyLife.World.Lot.AreRequirementsMet() type: Method - source: - remote: - path: TinyLife/World/Lot.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AreRequirementsMet - path: ../TinyLife/World/Lot.cs - startLine: 198 assemblies: - Tiny Life namespace: TinyLife.World @@ -655,14 +519,6 @@ items: nameWithType: Lot.GetFrontDoor() fullName: TinyLife.World.Lot.GetFrontDoor() type: Method - source: - remote: - path: TinyLife/World/Lot.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetFrontDoor - path: ../TinyLife/World/Lot.cs - startLine: 213 assemblies: - Tiny Life namespace: TinyLife.World @@ -689,14 +545,6 @@ items: nameWithType: Lot.GetHomeLocation(PersonLike) fullName: TinyLife.World.Lot.GetHomeLocation(TinyLife.Objects.PersonLike) type: Method - source: - remote: - path: TinyLife/World/Lot.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetHomeLocation - path: ../TinyLife/World/Lot.cs - startLine: 238 assemblies: - Tiny Life namespace: TinyLife.World @@ -727,14 +575,6 @@ items: nameWithType: Lot.GetPrice() fullName: TinyLife.World.Lot.GetPrice() type: Method - source: - remote: - path: TinyLife/World/Lot.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetPrice - path: ../TinyLife/World/Lot.cs - startLine: 258 assemblies: - Tiny Life namespace: TinyLife.World @@ -758,14 +598,6 @@ items: nameWithType: Lot.Export() fullName: TinyLife.World.Lot.Export() type: Method - source: - remote: - path: TinyLife/World/Lot.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Export - path: ../TinyLife/World/Lot.cs - startLine: 272 assemblies: - Tiny Life namespace: TinyLife.World @@ -792,14 +624,6 @@ items: nameWithType: Lot.Import(ExportedLot, string, bool, bool) fullName: TinyLife.World.Lot.Import(TinyLife.World.ExportedLot, string, bool, bool) type: Method - source: - remote: - path: TinyLife/World/Lot.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Import - path: ../TinyLife/World/Lot.cs - startLine: 299 assemblies: - Tiny Life namespace: TinyLife.World @@ -841,14 +665,6 @@ items: nameWithType: Lot.CanImport(ExportedLot) fullName: TinyLife.World.Lot.CanImport(TinyLife.World.ExportedLot) type: Method - source: - remote: - path: TinyLife/World/Lot.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CanImport - path: ../TinyLife/World/Lot.cs - startLine: 315 assemblies: - Tiny Life namespace: TinyLife.World @@ -879,14 +695,6 @@ items: nameWithType: Lot.GetCoveredArea() fullName: TinyLife.World.Lot.GetCoveredArea() type: Method - source: - remote: - path: TinyLife/World/Lot.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetCoveredArea - path: ../TinyLife/World/Lot.cs - startLine: 327 assemblies: - Tiny Life namespace: TinyLife.World @@ -913,14 +721,6 @@ items: nameWithType: Lot.CanVisitRightNow(PersonLike) fullName: TinyLife.World.Lot.CanVisitRightNow(TinyLife.Objects.PersonLike) type: Method - source: - remote: - path: TinyLife/World/Lot.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CanVisitRightNow - path: ../TinyLife/World/Lot.cs - startLine: 337 assemblies: - Tiny Life namespace: TinyLife.World @@ -951,14 +751,6 @@ items: nameWithType: Lot.HasBasicAmenities() fullName: TinyLife.World.Lot.HasBasicAmenities() type: Method - source: - remote: - path: TinyLife/World/Lot.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: HasBasicAmenities - path: ../TinyLife/World/Lot.cs - startLine: 360 assemblies: - Tiny Life namespace: TinyLife.World @@ -985,14 +777,6 @@ items: nameWithType: Lot.CanOccupy((List, Dictionary<(int Person, int Other), Household.Relation>)) fullName: TinyLife.World.Lot.CanOccupy((System.Collections.Generic.List, System.Collections.Generic.Dictionary<(int Person, int Other), TinyLife.World.Household.Relation>)) type: Method - source: - remote: - path: TinyLife/World/Lot.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CanOccupy - path: ../TinyLife/World/Lot.cs - startLine: 377 assemblies: - Tiny Life namespace: TinyLife.World @@ -1023,14 +807,6 @@ items: nameWithType: Lot.CanOccupy(IList) fullName: TinyLife.World.Lot.CanOccupy(System.Collections.Generic.IList) type: Method - source: - remote: - path: TinyLife/World/Lot.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CanOccupy - path: ../TinyLife/World/Lot.cs - startLine: 386 assemblies: - Tiny Life namespace: TinyLife.World @@ -1061,14 +837,6 @@ items: nameWithType: Lot.CanOccupy(IEnumerable, Func) fullName: TinyLife.World.Lot.CanOccupy(System.Collections.Generic.IEnumerable, System.Func) type: Method - source: - remote: - path: TinyLife/World/Lot.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CanOccupy - path: ../TinyLife/World/Lot.cs - startLine: 396 assemblies: - Tiny Life namespace: TinyLife.World @@ -1102,14 +870,6 @@ items: nameWithType: Lot.GetValidOccupyingAges() fullName: TinyLife.World.Lot.GetValidOccupyingAges() type: Method - source: - remote: - path: TinyLife/World/Lot.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetValidOccupyingAges - path: ../TinyLife/World/Lot.cs - startLine: 433 assemblies: - Tiny Life namespace: TinyLife.World @@ -1136,14 +896,6 @@ items: nameWithType: Lot.Clear(bool, bool) fullName: TinyLife.World.Lot.Clear(bool, bool) type: Method - source: - remote: - path: TinyLife/World/Lot.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Clear - path: ../TinyLife/World/Lot.cs - startLine: 484 assemblies: - Tiny Life namespace: TinyLife.World @@ -1174,14 +926,6 @@ items: nameWithType: Lot.GetExportedLots() fullName: TinyLife.World.Lot.GetExportedLots() type: Method - source: - remote: - path: TinyLife/World/Lot.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetExportedLots - path: ../TinyLife/World/Lot.cs - startLine: 549 assemblies: - Tiny Life namespace: TinyLife.World diff --git a/docs/api/TinyLife.World.LotEmployment.Instance.yml b/docs/api/TinyLife.World.LotEmployment.Instance.yml index 4ed0eff..366519a 100644 --- a/docs/api/TinyLife.World.LotEmployment.Instance.yml +++ b/docs/api/TinyLife.World.LotEmployment.Instance.yml @@ -23,14 +23,6 @@ items: nameWithType: LotEmployment.Instance fullName: TinyLife.World.LotEmployment.Instance type: Class - source: - remote: - path: TinyLife/World/LotEmployment.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Instance - path: ../TinyLife/World/LotEmployment.cs - startLine: 367 assemblies: - Tiny Life namespace: TinyLife.World @@ -75,14 +67,6 @@ items: nameWithType: LotEmployment.Instance.Map fullName: TinyLife.World.LotEmployment.Instance.Map type: Property - source: - remote: - path: TinyLife/World/LotEmployment.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Map - path: ../TinyLife/World/LotEmployment.cs - startLine: 373 assemblies: - Tiny Life namespace: TinyLife.World @@ -106,14 +90,6 @@ items: nameWithType: LotEmployment.Instance.EmploymentLot fullName: TinyLife.World.LotEmployment.Instance.EmploymentLot type: Property - source: - remote: - path: TinyLife/World/LotEmployment.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: EmploymentLot - path: ../TinyLife/World/LotEmployment.cs - startLine: 378 assemblies: - Tiny Life namespace: TinyLife.World @@ -140,14 +116,6 @@ items: nameWithType: LotEmployment.Instance.WorkLot fullName: TinyLife.World.LotEmployment.Instance.WorkLot type: Property - source: - remote: - path: TinyLife/World/LotEmployment.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: WorkLot - path: ../TinyLife/World/LotEmployment.cs - startLine: 383 assemblies: - Tiny Life namespace: TinyLife.World @@ -174,14 +142,6 @@ items: nameWithType: LotEmployment.Instance.Type fullName: TinyLife.World.LotEmployment.Instance.Type type: Property - source: - remote: - path: TinyLife/World/LotEmployment.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Type - path: ../TinyLife/World/LotEmployment.cs - startLine: 390 assemblies: - Tiny Life namespace: TinyLife.World @@ -205,14 +165,6 @@ items: nameWithType: LotEmployment.Instance.SetManually fullName: TinyLife.World.LotEmployment.Instance.SetManually type: Property - source: - remote: - path: TinyLife/World/LotEmployment.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SetManually - path: ../TinyLife/World/LotEmployment.cs - startLine: 403 assemblies: - Tiny Life namespace: TinyLife.World @@ -246,14 +198,6 @@ items: nameWithType: LotEmployment.Instance.IsAtWork fullName: TinyLife.World.LotEmployment.Instance.IsAtWork type: Field - source: - remote: - path: TinyLife/World/LotEmployment.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IsAtWork - path: ../TinyLife/World/LotEmployment.cs - startLine: 409 assemblies: - Tiny Life namespace: TinyLife.World @@ -285,14 +229,6 @@ items: nameWithType: LotEmployment.Instance.TimeAtWork fullName: TinyLife.World.LotEmployment.Instance.TimeAtWork type: Field - source: - remote: - path: TinyLife/World/LotEmployment.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TimeAtWork - path: ../TinyLife/World/LotEmployment.cs - startLine: 415 assemblies: - Tiny Life namespace: TinyLife.World @@ -327,14 +263,6 @@ items: nameWithType: LotEmployment.Instance.Instance(Person, Map, Lot, LotEmployment, bool) fullName: TinyLife.World.LotEmployment.Instance.Instance(TinyLife.Objects.Person, TinyLife.World.Map, TinyLife.World.Lot, TinyLife.World.LotEmployment, bool) type: Constructor - source: - remote: - path: TinyLife/World/LotEmployment.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/World/LotEmployment.cs - startLine: 440 assemblies: - Tiny Life namespace: TinyLife.World @@ -374,14 +302,6 @@ items: nameWithType: LotEmployment.Instance.FinishWork(bool) fullName: TinyLife.World.LotEmployment.Instance.FinishWork(bool) type: Method - source: - remote: - path: TinyLife/World/LotEmployment.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: FinishWork - path: ../TinyLife/World/LotEmployment.cs - startLine: 453 assemblies: - Tiny Life namespace: TinyLife.World @@ -412,14 +332,6 @@ items: nameWithType: LotEmployment.Instance.Validate(Person) fullName: TinyLife.World.LotEmployment.Instance.Validate(TinyLife.Objects.Person) type: Method - source: - remote: - path: TinyLife/World/LotEmployment.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Validate - path: ../TinyLife/World/LotEmployment.cs - startLine: 483 assemblies: - Tiny Life namespace: TinyLife.World @@ -450,14 +362,6 @@ items: nameWithType: LotEmployment.Instance.ShouldWorkRightNow() fullName: TinyLife.World.LotEmployment.Instance.ShouldWorkRightNow() type: Method - source: - remote: - path: TinyLife/World/LotEmployment.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ShouldWorkRightNow - path: ../TinyLife/World/LotEmployment.cs - startLine: 495 assemblies: - Tiny Life namespace: TinyLife.World diff --git a/docs/api/TinyLife.World.LotEmployment.yml b/docs/api/TinyLife.World.LotEmployment.yml index 48be0cc..f37edc3 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,MLEM.Textures.TextureRegion,System.ValueTuple{System.Int32,System.Int32},System.Func{TinyLife.Actions.ActionType[]},System.Boolean,System.Int32) + - TinyLife.World.LotEmployment.#ctor(System.String,MLEM.Textures.TextureRegion,System.ValueTuple{System.Int32,System.Int32},System.Func{System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionType}},System.Boolean,System.Int32) - TinyLife.World.LotEmployment.ActionPriorityMultiplier - TinyLife.World.LotEmployment.Actions - TinyLife.World.LotEmployment.AddCurrentPerson(TinyLife.World.Map,TinyLife.World.Lot,TinyLife.Objects.Person,System.Boolean,System.Boolean) @@ -42,14 +42,6 @@ items: nameWithType: LotEmployment fullName: TinyLife.World.LotEmployment type: Class - source: - remote: - path: TinyLife/World/LotEmployment.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: LotEmployment - path: ../TinyLife/World/LotEmployment.cs - startLine: 21 assemblies: - Tiny Life namespace: TinyLife.World @@ -86,14 +78,6 @@ items: nameWithType: LotEmployment.MailCarrier fullName: TinyLife.World.LotEmployment.MailCarrier type: Field - source: - remote: - path: TinyLife/World/LotEmployment.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: MailCarrier - path: ../TinyLife/World/LotEmployment.cs - startLine: 24 assemblies: - Tiny Life namespace: TinyLife.World @@ -113,14 +97,6 @@ items: nameWithType: LotEmployment.TrashCollector fullName: TinyLife.World.LotEmployment.TrashCollector type: Field - source: - remote: - path: TinyLife/World/LotEmployment.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TrashCollector - path: ../TinyLife/World/LotEmployment.cs - startLine: 28 assemblies: - Tiny Life namespace: TinyLife.World @@ -140,14 +116,6 @@ items: nameWithType: LotEmployment.Babysitter fullName: TinyLife.World.LotEmployment.Babysitter type: Field - source: - remote: - path: TinyLife/World/LotEmployment.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Babysitter - path: ../TinyLife/World/LotEmployment.cs - startLine: 32 assemblies: - Tiny Life namespace: TinyLife.World @@ -167,14 +135,6 @@ items: nameWithType: LotEmployment.Barista fullName: TinyLife.World.LotEmployment.Barista type: Field - source: - remote: - path: TinyLife/World/LotEmployment.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Barista - path: ../TinyLife/World/LotEmployment.cs - startLine: 39 assemblies: - Tiny Life namespace: TinyLife.World @@ -194,14 +154,6 @@ items: nameWithType: LotEmployment.Librarian fullName: TinyLife.World.LotEmployment.Librarian type: Field - source: - remote: - path: TinyLife/World/LotEmployment.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Librarian - path: ../TinyLife/World/LotEmployment.cs - startLine: 42 assemblies: - Tiny Life namespace: TinyLife.World @@ -221,14 +173,6 @@ items: nameWithType: LotEmployment.Bartender fullName: TinyLife.World.LotEmployment.Bartender type: Field - source: - remote: - path: TinyLife/World/LotEmployment.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Bartender - path: ../TinyLife/World/LotEmployment.cs - startLine: 47 assemblies: - Tiny Life namespace: TinyLife.World @@ -248,14 +192,6 @@ items: nameWithType: LotEmployment.GymTrainer fullName: TinyLife.World.LotEmployment.GymTrainer type: Field - source: - remote: - path: TinyLife/World/LotEmployment.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GymTrainer - path: ../TinyLife/World/LotEmployment.cs - startLine: 51 assemblies: - Tiny Life namespace: TinyLife.World @@ -275,14 +211,6 @@ items: nameWithType: LotEmployment.MuseumCurator fullName: TinyLife.World.LotEmployment.MuseumCurator type: Field - source: - remote: - path: TinyLife/World/LotEmployment.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: MuseumCurator - path: ../TinyLife/World/LotEmployment.cs - startLine: 54 assemblies: - Tiny Life namespace: TinyLife.World @@ -302,14 +230,6 @@ items: nameWithType: LotEmployment.MapWideEmployments fullName: TinyLife.World.LotEmployment.MapWideEmployments type: Field - source: - remote: - path: TinyLife/World/LotEmployment.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: MapWideEmployments - path: ../TinyLife/World/LotEmployment.cs - startLine: 64 assemblies: - Tiny Life namespace: TinyLife.World @@ -334,14 +254,6 @@ items: nameWithType: LotEmployment.Name fullName: TinyLife.World.LotEmployment.Name type: Field - source: - remote: - path: TinyLife/World/LotEmployment.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Name - path: ../TinyLife/World/LotEmployment.cs - startLine: 69 assemblies: - Tiny Life namespace: TinyLife.World @@ -363,14 +275,6 @@ items: nameWithType: LotEmployment.Icon fullName: TinyLife.World.LotEmployment.Icon type: Field - source: - remote: - path: TinyLife/World/LotEmployment.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Icon - path: ../TinyLife/World/LotEmployment.cs - startLine: 73 assemblies: - Tiny Life namespace: TinyLife.World @@ -392,14 +296,6 @@ items: nameWithType: LotEmployment.Actions fullName: TinyLife.World.LotEmployment.Actions type: Field - source: - remote: - path: TinyLife/World/LotEmployment.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Actions - path: ../TinyLife/World/LotEmployment.cs - startLine: 79 assemblies: - Tiny Life namespace: TinyLife.World @@ -426,14 +322,6 @@ items: nameWithType: LotEmployment.WorkHours fullName: TinyLife.World.LotEmployment.WorkHours type: Field - source: - remote: - path: TinyLife/World/LotEmployment.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: WorkHours - path: ../TinyLife/World/LotEmployment.cs - startLine: 84 assemblies: - Tiny Life namespace: TinyLife.World @@ -458,14 +346,6 @@ items: nameWithType: LotEmployment.ForHireOnce fullName: TinyLife.World.LotEmployment.ForHireOnce type: Field - source: - remote: - path: TinyLife/World/LotEmployment.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ForHireOnce - path: ../TinyLife/World/LotEmployment.cs - startLine: 90 assemblies: - Tiny Life namespace: TinyLife.World @@ -492,14 +372,6 @@ items: nameWithType: LotEmployment.MaxAmount fullName: TinyLife.World.LotEmployment.MaxAmount type: Field - source: - remote: - path: TinyLife/World/LotEmployment.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: MaxAmount - path: ../TinyLife/World/LotEmployment.cs - startLine: 95 assemblies: - Tiny Life namespace: TinyLife.World @@ -524,14 +396,6 @@ items: nameWithType: LotEmployment.IsFinished fullName: TinyLife.World.LotEmployment.IsFinished type: Property - source: - remote: - path: TinyLife/World/LotEmployment.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IsFinished - path: ../TinyLife/World/LotEmployment.cs - startLine: 101 assemblies: - Tiny Life namespace: TinyLife.World @@ -558,14 +422,6 @@ items: nameWithType: LotEmployment.IdleObjects fullName: TinyLife.World.LotEmployment.IdleObjects type: Property - source: - remote: - path: TinyLife/World/LotEmployment.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IdleObjects - path: ../TinyLife/World/LotEmployment.cs - startLine: 106 assemblies: - Tiny Life namespace: TinyLife.World @@ -592,14 +448,6 @@ items: nameWithType: LotEmployment.IdleTime fullName: TinyLife.World.LotEmployment.IdleTime type: Property - source: - remote: - path: TinyLife/World/LotEmployment.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IdleTime - path: ../TinyLife/World/LotEmployment.cs - startLine: 111 assemblies: - Tiny Life namespace: TinyLife.World @@ -626,14 +474,6 @@ items: nameWithType: LotEmployment.ActionPriorityMultiplier fullName: TinyLife.World.LotEmployment.ActionPriorityMultiplier type: Property - source: - remote: - path: TinyLife/World/LotEmployment.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ActionPriorityMultiplier - path: ../TinyLife/World/LotEmployment.cs - startLine: 116 assemblies: - Tiny Life namespace: TinyLife.World @@ -660,14 +500,6 @@ items: nameWithType: LotEmployment.AiPriorityMultiplier fullName: TinyLife.World.LotEmployment.AiPriorityMultiplier type: Property - source: - remote: - path: TinyLife/World/LotEmployment.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AiPriorityMultiplier - path: ../TinyLife/World/LotEmployment.cs - startLine: 121 assemblies: - Tiny Life namespace: TinyLife.World @@ -694,14 +526,6 @@ items: nameWithType: LotEmployment.OnFinished fullName: TinyLife.World.LotEmployment.OnFinished type: Property - source: - remote: - path: TinyLife/World/LotEmployment.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnFinished - path: ../TinyLife/World/LotEmployment.cs - startLine: 125 assemblies: - Tiny Life namespace: TinyLife.World @@ -725,14 +549,6 @@ items: nameWithType: LotEmployment.OffWorkDays fullName: TinyLife.World.LotEmployment.OffWorkDays type: Property - source: - remote: - path: TinyLife/World/LotEmployment.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OffWorkDays - path: ../TinyLife/World/LotEmployment.cs - startLine: 129 assemblies: - Tiny Life namespace: TinyLife.World @@ -756,14 +572,6 @@ items: nameWithType: LotEmployment.HourlyFee fullName: TinyLife.World.LotEmployment.HourlyFee type: Property - source: - remote: - path: TinyLife/World/LotEmployment.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: HourlyFee - path: ../TinyLife/World/LotEmployment.cs - startLine: 133 assemblies: - Tiny Life namespace: TinyLife.World @@ -787,14 +595,6 @@ items: nameWithType: LotEmployment.Hidden fullName: TinyLife.World.LotEmployment.Hidden type: Property - source: - remote: - path: TinyLife/World/LotEmployment.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Hidden - path: ../TinyLife/World/LotEmployment.cs - startLine: 137 assemblies: - Tiny Life namespace: TinyLife.World @@ -807,32 +607,24 @@ items: type: System.Boolean content.vb: Public Property Hidden As Boolean overload: TinyLife.World.LotEmployment.Hidden* -- uid: TinyLife.World.LotEmployment.#ctor(System.String,MLEM.Textures.TextureRegion,System.ValueTuple{System.Int32,System.Int32},System.Func{TinyLife.Actions.ActionType[]},System.Boolean,System.Int32) - commentId: M:TinyLife.World.LotEmployment.#ctor(System.String,MLEM.Textures.TextureRegion,System.ValueTuple{System.Int32,System.Int32},System.Func{TinyLife.Actions.ActionType[]},System.Boolean,System.Int32) - id: '#ctor(System.String,MLEM.Textures.TextureRegion,System.ValueTuple{System.Int32,System.Int32},System.Func{TinyLife.Actions.ActionType[]},System.Boolean,System.Int32)' +- uid: TinyLife.World.LotEmployment.#ctor(System.String,MLEM.Textures.TextureRegion,System.ValueTuple{System.Int32,System.Int32},System.Func{System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionType}},System.Boolean,System.Int32) + commentId: M:TinyLife.World.LotEmployment.#ctor(System.String,MLEM.Textures.TextureRegion,System.ValueTuple{System.Int32,System.Int32},System.Func{System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionType}},System.Boolean,System.Int32) + id: '#ctor(System.String,MLEM.Textures.TextureRegion,System.ValueTuple{System.Int32,System.Int32},System.Func{System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionType}},System.Boolean,System.Int32)' parent: TinyLife.World.LotEmployment langs: - csharp - vb - name: LotEmployment(string, TextureRegion, (int Start, int End), Func, bool, int) - nameWithType: LotEmployment.LotEmployment(string, TextureRegion, (int Start, int End), Func, bool, int) - fullName: TinyLife.World.LotEmployment.LotEmployment(string, MLEM.Textures.TextureRegion, (int Start, int End), System.Func, bool, int) + name: LotEmployment(string, TextureRegion, (int Start, int End), Func>, bool, int) + nameWithType: LotEmployment.LotEmployment(string, TextureRegion, (int Start, int End), Func>, bool, int) + fullName: TinyLife.World.LotEmployment.LotEmployment(string, MLEM.Textures.TextureRegion, (int Start, int End), System.Func>, bool, int) type: Constructor - source: - remote: - path: TinyLife/World/LotEmployment.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/World/LotEmployment.cs - startLine: 148 assemblies: - Tiny Life namespace: TinyLife.World summary: Creates a new lot employment with the given settings example: [] syntax: - content: public LotEmployment(string name, TextureRegion icon, (int Start, int End) workHours, Func actions, bool forHireOnce = false, int maxAmount = 1) + content: public LotEmployment(string name, TextureRegion icon, (int Start, int End) workHours, Func> actions, bool forHireOnce = false, int maxAmount = 1) parameters: - id: name type: System.String @@ -844,19 +636,19 @@ items: 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 + type: System.Func{System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionType}} + description: The that lot employees should execute. Using actions with the category will cause any instances of the action to act as if they had the category instead. Note that, for an returned by this function to have an effect, its needs to be greater than 0. - id: forHireOnce type: System.Boolean description: Whether this lot employment is intended for one-off hires. If this is true, the person will never autonomously start work, and has to be hired for a lot using . - id: maxAmount type: System.Int32 description: The maximum amount of people that can simultaneously be employed in this position. By default, this only has an effect in and when manually invoking . - content.vb: Public Sub New(name As String, icon As TextureRegion, workHours As (Start As Integer, [End] As Integer), actions As Func(Of ActionType()), forHireOnce As Boolean = False, maxAmount As Integer = 1) + content.vb: Public Sub New(name As String, icon As TextureRegion, workHours As (Start As Integer, [End] As Integer), actions As Func(Of IEnumerable(Of ActionType)), forHireOnce As Boolean = False, maxAmount As Integer = 1) overload: TinyLife.World.LotEmployment.#ctor* - nameWithType.vb: LotEmployment.New(String, TextureRegion, (Start As Integer, End As Integer), Func(Of ActionType()), Boolean, Integer) - fullName.vb: TinyLife.World.LotEmployment.New(String, MLEM.Textures.TextureRegion, (Start As Integer, End As Integer), System.Func(Of TinyLife.Actions.ActionType()), Boolean, Integer) - name.vb: New(String, TextureRegion, (Start As Integer, End As Integer), Func(Of ActionType()), Boolean, Integer) + nameWithType.vb: LotEmployment.New(String, TextureRegion, (Start As Integer, End As Integer), Func(Of IEnumerable(Of ActionType)), Boolean, Integer) + fullName.vb: TinyLife.World.LotEmployment.New(String, MLEM.Textures.TextureRegion, (Start As Integer, End As Integer), System.Func(Of System.Collections.Generic.IEnumerable(Of TinyLife.Actions.ActionType)), Boolean, Integer) + name.vb: New(String, TextureRegion, (Start As Integer, End As Integer), Func(Of IEnumerable(Of ActionType)), Boolean, Integer) - uid: TinyLife.World.LotEmployment.GetCurrentPeople(TinyLife.World.Map,TinyLife.World.Lot) commentId: M:TinyLife.World.LotEmployment.GetCurrentPeople(TinyLife.World.Map,TinyLife.World.Lot) id: GetCurrentPeople(TinyLife.World.Map,TinyLife.World.Lot) @@ -868,14 +660,6 @@ items: nameWithType: LotEmployment.GetCurrentPeople(Map, Lot) fullName: TinyLife.World.LotEmployment.GetCurrentPeople(TinyLife.World.Map, TinyLife.World.Lot) type: Method - source: - remote: - path: TinyLife/World/LotEmployment.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetCurrentPeople - path: ../TinyLife/World/LotEmployment.cs - startLine: 165 assemblies: - Tiny Life namespace: TinyLife.World @@ -909,14 +693,6 @@ items: nameWithType: LotEmployment.AddCurrentPerson(Map, Lot, Person, bool, bool) fullName: TinyLife.World.LotEmployment.AddCurrentPerson(TinyLife.World.Map, TinyLife.World.Lot, TinyLife.Objects.Person, bool, bool) type: Method - source: - remote: - path: TinyLife/World/LotEmployment.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AddCurrentPerson - path: ../TinyLife/World/LotEmployment.cs - startLine: 178 assemblies: - Tiny Life namespace: TinyLife.World @@ -961,14 +737,6 @@ items: nameWithType: LotEmployment.RemoveCurrentPeople(Map, Lot, Func) fullName: TinyLife.World.LotEmployment.RemoveCurrentPeople(TinyLife.World.Map, TinyLife.World.Lot, System.Func) type: Method - source: - remote: - path: TinyLife/World/LotEmployment.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RemoveCurrentPeople - path: ../TinyLife/World/LotEmployment.cs - startLine: 197 assemblies: - Tiny Life namespace: TinyLife.World @@ -1002,14 +770,6 @@ items: nameWithType: LotEmployment.HireOnceForLot(Map, Lot, bool) fullName: TinyLife.World.LotEmployment.HireOnceForLot(TinyLife.World.Map, TinyLife.World.Lot, bool) type: Method - source: - remote: - path: TinyLife/World/LotEmployment.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: HireOnceForLot - path: ../TinyLife/World/LotEmployment.cs - startLine: 215 assemblies: - Tiny Life namespace: TinyLife.World @@ -1053,14 +813,6 @@ items: nameWithType: LotEmployment.IsDuringWorkHours(Map) fullName: TinyLife.World.LotEmployment.IsDuringWorkHours(TinyLife.World.Map) type: Method - source: - remote: - path: TinyLife/World/LotEmployment.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IsDuringWorkHours - path: ../TinyLife/World/LotEmployment.cs - startLine: 251 assemblies: - Tiny Life namespace: TinyLife.World @@ -2619,50 +2371,13 @@ references: fullName: TinyLife.World.LotEmployment.Actions - uid: TinyLife.World.LotEmployment.#ctor* commentId: Overload:TinyLife.World.LotEmployment.#ctor - href: TinyLife.World.LotEmployment.html#TinyLife_World_LotEmployment__ctor_System_String_MLEM_Textures_TextureRegion_System_ValueTuple_System_Int32_System_Int32__System_Func_TinyLife_Actions_ActionType____System_Boolean_System_Int32_ + href: TinyLife.World.LotEmployment.html#TinyLife_World_LotEmployment__ctor_System_String_MLEM_Textures_TextureRegion_System_ValueTuple_System_Int32_System_Int32__System_Func_System_Collections_Generic_IEnumerable_TinyLife_Actions_ActionType___System_Boolean_System_Int32_ name: LotEmployment nameWithType: LotEmployment.LotEmployment fullName: TinyLife.World.LotEmployment.LotEmployment nameWithType.vb: LotEmployment.New fullName.vb: TinyLife.World.LotEmployment.New name.vb: New -- uid: System.Func{TinyLife.Actions.ActionType[]} - commentId: T:System.Func{TinyLife.Actions.ActionType[]} - parent: System - definition: System.Func`1 - href: https://learn.microsoft.com/dotnet/api/system.func-1 - name: Func - nameWithType: Func - fullName: System.Func - nameWithType.vb: Func(Of ActionType()) - fullName.vb: System.Func(Of TinyLife.Actions.ActionType()) - name.vb: Func(Of ActionType()) - spec.csharp: - - uid: System.Func`1 - name: Func - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.func-1 - - name: < - - uid: TinyLife.Actions.ActionType - name: ActionType - href: TinyLife.Actions.ActionType.html - - name: '[' - - name: ']' - - name: '>' - spec.vb: - - uid: System.Func`1 - name: Func - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.func-1 - - name: ( - - name: Of - - name: " " - - uid: TinyLife.Actions.ActionType - name: ActionType - href: TinyLife.Actions.ActionType.html - - name: ( - - name: ) - - name: ) - uid: TinyLife.World.LotEmployment.GetCurrentPeople* commentId: Overload:TinyLife.World.LotEmployment.GetCurrentPeople href: TinyLife.World.LotEmployment.html#TinyLife_World_LotEmployment_GetCurrentPeople_TinyLife_World_Map_TinyLife_World_Lot_ diff --git a/docs/api/TinyLife.World.LotType.yml b/docs/api/TinyLife.World.LotType.yml index b64abf8..5ad6c71 100644 --- a/docs/api/TinyLife.World.LotType.yml +++ b/docs/api/TinyLife.World.LotType.yml @@ -35,14 +35,6 @@ items: nameWithType: LotType fullName: TinyLife.World.LotType type: Class - source: - remote: - path: TinyLife/World/Lot.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: LotType - path: ../TinyLife/World/Lot.cs - startLine: 700 assemblies: - Tiny Life namespace: TinyLife.World @@ -83,14 +75,6 @@ items: nameWithType: LotType.Types fullName: TinyLife.World.LotType.Types type: Field - source: - remote: - path: TinyLife/World/Lot.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Types - path: ../TinyLife/World/Lot.cs - startLine: 707 assemblies: - Tiny Life namespace: TinyLife.World @@ -112,14 +96,6 @@ items: nameWithType: LotType.Residential fullName: TinyLife.World.LotType.Residential type: Field - source: - remote: - path: TinyLife/World/Lot.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Residential - path: ../TinyLife/World/Lot.cs - startLine: 710 assemblies: - Tiny Life namespace: TinyLife.World @@ -139,14 +115,6 @@ items: nameWithType: LotType.Park fullName: TinyLife.World.LotType.Park type: Field - source: - remote: - path: TinyLife/World/Lot.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Park - path: ../TinyLife/World/Lot.cs - startLine: 726 assemblies: - Tiny Life namespace: TinyLife.World @@ -166,14 +134,6 @@ items: nameWithType: LotType.Cafe fullName: TinyLife.World.LotType.Cafe type: Field - source: - remote: - path: TinyLife/World/Lot.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Cafe - path: ../TinyLife/World/Lot.cs - startLine: 729 assemblies: - Tiny Life namespace: TinyLife.World @@ -193,14 +153,6 @@ items: nameWithType: LotType.KidsPlayground fullName: TinyLife.World.LotType.KidsPlayground type: Field - source: - remote: - path: TinyLife/World/Lot.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: KidsPlayground - path: ../TinyLife/World/Lot.cs - startLine: 740 assemblies: - Tiny Life namespace: TinyLife.World @@ -220,14 +172,6 @@ items: nameWithType: LotType.Library fullName: TinyLife.World.LotType.Library type: Field - source: - remote: - path: TinyLife/World/Lot.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Library - path: ../TinyLife/World/Lot.cs - startLine: 747 assemblies: - Tiny Life namespace: TinyLife.World @@ -247,14 +191,6 @@ items: nameWithType: LotType.GenericPublicLot fullName: TinyLife.World.LotType.GenericPublicLot type: Field - source: - remote: - path: TinyLife/World/Lot.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GenericPublicLot - path: ../TinyLife/World/Lot.cs - startLine: 756 assemblies: - Tiny Life namespace: TinyLife.World @@ -274,14 +210,6 @@ items: nameWithType: LotType.Gym fullName: TinyLife.World.LotType.Gym type: Field - source: - remote: - path: TinyLife/World/Lot.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Gym - path: ../TinyLife/World/Lot.cs - startLine: 759 assemblies: - Tiny Life namespace: TinyLife.World @@ -301,14 +229,6 @@ items: nameWithType: LotType.Bar fullName: TinyLife.World.LotType.Bar type: Field - source: - remote: - path: TinyLife/World/Lot.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Bar - path: ../TinyLife/World/Lot.cs - startLine: 766 assemblies: - Tiny Life namespace: TinyLife.World @@ -328,14 +248,6 @@ items: nameWithType: LotType.Museum fullName: TinyLife.World.LotType.Museum type: Field - source: - remote: - path: TinyLife/World/Lot.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Museum - path: ../TinyLife/World/Lot.cs - startLine: 777 assemblies: - Tiny Life namespace: TinyLife.World @@ -355,14 +267,6 @@ items: nameWithType: LotType.Name fullName: TinyLife.World.LotType.Name type: Field - source: - remote: - path: TinyLife/World/Lot.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Name - path: ../TinyLife/World/Lot.cs - startLine: 792 assemblies: - Tiny Life namespace: TinyLife.World @@ -384,14 +288,6 @@ items: nameWithType: LotType.Icon fullName: TinyLife.World.LotType.Icon type: Field - source: - remote: - path: TinyLife/World/Lot.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Icon - path: ../TinyLife/World/Lot.cs - startLine: 796 assemblies: - Tiny Life namespace: TinyLife.World @@ -413,14 +309,6 @@ items: nameWithType: LotType.IsResidential fullName: TinyLife.World.LotType.IsResidential type: Field - source: - remote: - path: TinyLife/World/Lot.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IsResidential - path: ../TinyLife/World/Lot.cs - startLine: 801 assemblies: - Tiny Life namespace: TinyLife.World @@ -445,14 +333,6 @@ items: nameWithType: LotType.RequiredFurniture fullName: TinyLife.World.LotType.RequiredFurniture type: Field - source: - remote: - path: TinyLife/World/Lot.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RequiredFurniture - path: ../TinyLife/World/Lot.cs - startLine: 806 assemblies: - Tiny Life namespace: TinyLife.World @@ -477,14 +357,6 @@ items: nameWithType: LotType.GetVisitPriority fullName: TinyLife.World.LotType.GetVisitPriority type: Field - source: - remote: - path: TinyLife/World/Lot.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetVisitPriority - path: ../TinyLife/World/Lot.cs - startLine: 813 assemblies: - Tiny Life namespace: TinyLife.World @@ -513,14 +385,6 @@ items: nameWithType: LotType.Employments fullName: TinyLife.World.LotType.Employments type: Property - source: - remote: - path: TinyLife/World/Lot.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Employments - path: ../TinyLife/World/Lot.cs - startLine: 818 assemblies: - Tiny Life namespace: TinyLife.World @@ -547,14 +411,6 @@ items: nameWithType: LotType.CanExecuteAction fullName: TinyLife.World.LotType.CanExecuteAction type: Property - source: - remote: - path: TinyLife/World/Lot.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CanExecuteAction - path: ../TinyLife/World/Lot.cs - startLine: 823 assemblies: - Tiny Life namespace: TinyLife.World @@ -581,14 +437,6 @@ items: nameWithType: LotType.VisitHours fullName: TinyLife.World.LotType.VisitHours type: Property - source: - remote: - path: TinyLife/World/Lot.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: VisitHours - path: ../TinyLife/World/Lot.cs - startLine: 828 assemblies: - Tiny Life namespace: TinyLife.World @@ -615,14 +463,6 @@ items: nameWithType: LotType.DisplayName fullName: TinyLife.World.LotType.DisplayName type: Property - source: - remote: - path: TinyLife/World/Lot.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DisplayName - path: ../TinyLife/World/Lot.cs - startLine: 833 assemblies: - Tiny Life namespace: TinyLife.World @@ -646,14 +486,6 @@ items: nameWithType: LotType.LotType(string, TextureRegion, bool, Func, params (Predicate, int, string)[]) fullName: TinyLife.World.LotType.LotType(string, MLEM.Textures.TextureRegion, bool, System.Func, params (System.Predicate, int, string)[]) type: Constructor - source: - remote: - path: TinyLife/World/Lot.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/World/Lot.cs - startLine: 843 assemblies: - Tiny Life namespace: TinyLife.World @@ -693,14 +525,6 @@ items: nameWithType: LotType.GetCurrentVisitPriority(Lot, PersonLike, TimeSpan?) fullName: TinyLife.World.LotType.GetCurrentVisitPriority(TinyLife.World.Lot, TinyLife.Objects.PersonLike, System.TimeSpan?) type: Method - source: - remote: - path: TinyLife/World/Lot.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetCurrentVisitPriority - path: ../TinyLife/World/Lot.cs - startLine: 860 assemblies: - Tiny Life namespace: TinyLife.World @@ -739,14 +563,6 @@ items: nameWithType: LotType.Register(LotType) fullName: TinyLife.World.LotType.Register(TinyLife.World.LotType) type: Method - source: - remote: - path: TinyLife/World/Lot.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Register - path: ../TinyLife/World/Lot.cs - startLine: 868 assemblies: - Tiny Life namespace: TinyLife.World @@ -773,14 +589,6 @@ items: nameWithType: LotType.GetScalingVisitPriority(Lot, float, int) fullName: TinyLife.World.LotType.GetScalingVisitPriority(TinyLife.World.Lot, float, int) type: Method - source: - remote: - path: TinyLife/World/Lot.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetScalingVisitPriority - path: ../TinyLife/World/Lot.cs - startLine: 881 assemblies: - Tiny Life namespace: TinyLife.World diff --git a/docs/api/TinyLife.World.Mail.yml b/docs/api/TinyLife.World.Mail.yml index 101eade..11584f6 100644 --- a/docs/api/TinyLife.World.Mail.yml +++ b/docs/api/TinyLife.World.Mail.yml @@ -20,14 +20,6 @@ items: nameWithType: Mail fullName: TinyLife.World.Mail type: Class - source: - remote: - path: TinyLife/World/Mail.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Mail - path: ../TinyLife/World/Mail.cs - startLine: 20 assemblies: - Tiny Life namespace: TinyLife.World @@ -81,14 +73,6 @@ items: nameWithType: Mail.Id fullName: TinyLife.World.Mail.Id type: Field - source: - remote: - path: TinyLife/World/Mail.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Id - path: ../TinyLife/World/Mail.cs - startLine: 28 assemblies: - Tiny Life namespace: TinyLife.World @@ -123,14 +107,6 @@ items: nameWithType: Mail.SentTime fullName: TinyLife.World.Mail.SentTime type: Field - source: - remote: - path: TinyLife/World/Mail.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SentTime - path: ../TinyLife/World/Mail.cs - startLine: 33 assemblies: - Tiny Life namespace: TinyLife.World @@ -162,14 +138,6 @@ items: nameWithType: Mail.Map fullName: TinyLife.World.Mail.Map type: Property - source: - remote: - path: TinyLife/World/Mail.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Map - path: ../TinyLife/World/Mail.cs - startLine: 38 assemblies: - Tiny Life namespace: TinyLife.World @@ -193,14 +161,6 @@ items: nameWithType: Mail.Mail(Map, Guid) fullName: TinyLife.World.Mail.Mail(TinyLife.World.Map, System.Guid) type: Constructor - source: - remote: - path: TinyLife/World/Mail.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/World/Mail.cs - startLine: 48 assemblies: - Tiny Life namespace: TinyLife.World @@ -231,14 +191,6 @@ items: nameWithType: Mail.GetReceivingLot() fullName: TinyLife.World.Mail.GetReceivingLot() type: Method - source: - remote: - path: TinyLife/World/Mail.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetReceivingLot - path: ../TinyLife/World/Mail.cs - startLine: 60 assemblies: - Tiny Life namespace: TinyLife.World @@ -262,14 +214,6 @@ items: nameWithType: Mail.GetReceivingMailbox() fullName: TinyLife.World.Mail.GetReceivingMailbox() type: Method - source: - remote: - path: TinyLife/World/Mail.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetReceivingMailbox - path: ../TinyLife/World/Mail.cs - startLine: 69 assemblies: - Tiny Life namespace: TinyLife.World @@ -296,14 +240,6 @@ items: nameWithType: Mail.OnReceived() fullName: TinyLife.World.Mail.OnReceived() type: Method - source: - remote: - path: TinyLife/World/Mail.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnReceived - path: ../TinyLife/World/Mail.cs - startLine: 78 assemblies: - Tiny Life namespace: TinyLife.World @@ -327,14 +263,6 @@ items: nameWithType: Mail.Validate(Map) fullName: TinyLife.World.Mail.Validate(TinyLife.World.Map) type: Method - source: - remote: - path: TinyLife/World/Mail.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Validate - path: ../TinyLife/World/Mail.cs - startLine: 85 assemblies: - Tiny Life namespace: TinyLife.World diff --git a/docs/api/TinyLife.World.Map.PathfindingNodeConstructDelegate.yml b/docs/api/TinyLife.World.Map.PathfindingNodeConstructDelegate.yml index 0b21f41..20fee18 100644 --- a/docs/api/TinyLife.World.Map.PathfindingNodeConstructDelegate.yml +++ b/docs/api/TinyLife.World.Map.PathfindingNodeConstructDelegate.yml @@ -12,14 +12,6 @@ items: nameWithType: Map.PathfindingNodeConstructDelegate fullName: TinyLife.World.Map.PathfindingNodeConstructDelegate type: Delegate - source: - remote: - path: TinyLife/World/Map.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PathfindingNodeConstructDelegate - path: ../TinyLife/World/Map.cs - startLine: 3048 assemblies: - Tiny Life namespace: TinyLife.World diff --git a/docs/api/TinyLife.World.Map.yml b/docs/api/TinyLife.World.Map.yml index 8897f8b..7f74414 100644 --- a/docs/api/TinyLife.World.Map.yml +++ b/docs/api/TinyLife.World.Map.yml @@ -112,14 +112,6 @@ items: nameWithType: Map fullName: TinyLife.World.Map type: Class - source: - remote: - path: TinyLife/World/Map.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Map - path: ../TinyLife/World/Map.cs - startLine: 40 assemblies: - Tiny Life namespace: TinyLife.World @@ -170,14 +162,6 @@ items: nameWithType: Map.RoadRadius fullName: TinyLife.World.Map.RoadRadius type: Field - source: - remote: - path: TinyLife/World/Map.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RoadRadius - path: ../TinyLife/World/Map.cs - startLine: 47 assemblies: - Tiny Life namespace: TinyLife.World @@ -202,14 +186,6 @@ items: nameWithType: Map.MaxFloor fullName: TinyLife.World.Map.MaxFloor type: Field - source: - remote: - path: TinyLife/World/Map.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: MaxFloor - path: ../TinyLife/World/Map.cs - startLine: 52 assemblies: - Tiny Life namespace: TinyLife.World @@ -234,14 +210,6 @@ items: nameWithType: Map.MinFloor fullName: TinyLife.World.Map.MinFloor type: Field - source: - remote: - path: TinyLife/World/Map.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: MinFloor - path: ../TinyLife/World/Map.cs - startLine: 62 assemblies: - Tiny Life namespace: TinyLife.World @@ -266,14 +234,6 @@ items: nameWithType: Map.MinorUpdateMinutes fullName: TinyLife.World.Map.MinorUpdateMinutes type: Field - source: - remote: - path: TinyLife/World/Map.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: MinorUpdateMinutes - path: ../TinyLife/World/Map.cs - startLine: 66 assemblies: - Tiny Life namespace: TinyLife.World @@ -295,14 +255,6 @@ items: nameWithType: Map.PassiveUpdateMinutes fullName: TinyLife.World.Map.PassiveUpdateMinutes type: Field - source: - remote: - path: TinyLife/World/Map.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PassiveUpdateMinutes - path: ../TinyLife/World/Map.cs - startLine: 70 assemblies: - Tiny Life namespace: TinyLife.World @@ -324,14 +276,6 @@ items: nameWithType: Map.PathfindingDirtyNeighbors fullName: TinyLife.World.Map.PathfindingDirtyNeighbors type: Field - source: - remote: - path: TinyLife/World/Map.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PathfindingDirtyNeighbors - path: ../TinyLife/World/Map.cs - startLine: 76 assemblies: - Tiny Life namespace: TinyLife.World @@ -356,14 +300,6 @@ items: nameWithType: Map.OnEventsAttachable fullName: TinyLife.World.Map.OnEventsAttachable type: Event - source: - remote: - path: TinyLife/World/Map.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnEventsAttachable - path: ../TinyLife/World/Map.cs - startLine: 87 assemblies: - Tiny Life namespace: TinyLife.World @@ -388,14 +324,6 @@ items: nameWithType: Map.OnUpdate fullName: TinyLife.World.Map.OnUpdate type: Event - source: - remote: - path: TinyLife/World/Map.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnUpdate - path: ../TinyLife/World/Map.cs - startLine: 125 assemblies: - Tiny Life namespace: TinyLife.World @@ -420,14 +348,6 @@ items: nameWithType: Map.OnObjectAdded fullName: TinyLife.World.Map.OnObjectAdded type: Event - source: - remote: - path: TinyLife/World/Map.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnObjectAdded - path: ../TinyLife/World/Map.cs - startLine: 130 assemblies: - Tiny Life namespace: TinyLife.World @@ -452,14 +372,6 @@ items: nameWithType: Map.OnObjectRemoved fullName: TinyLife.World.Map.OnObjectRemoved type: Event - source: - remote: - path: TinyLife/World/Map.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnObjectRemoved - path: ../TinyLife/World/Map.cs - startLine: 135 assemblies: - Tiny Life namespace: TinyLife.World @@ -484,14 +396,6 @@ items: nameWithType: Map.OnPathfindingNodeConstruct fullName: TinyLife.World.Map.OnPathfindingNodeConstruct type: Event - source: - remote: - path: TinyLife/World/Map.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnPathfindingNodeConstruct - path: ../TinyLife/World/Map.cs - startLine: 141 assemblies: - Tiny Life namespace: TinyLife.World @@ -518,14 +422,6 @@ items: nameWithType: Map.MailToSend fullName: TinyLife.World.Map.MailToSend type: Field - source: - remote: - path: TinyLife/World/Map.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: MailToSend - path: ../TinyLife/World/Map.cs - startLine: 147 assemblies: - Tiny Life namespace: TinyLife.World @@ -557,14 +453,6 @@ items: nameWithType: Map.AdoptableChildren fullName: TinyLife.World.Map.AdoptableChildren type: Property - source: - remote: - path: TinyLife/World/Map.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AdoptableChildren - path: ../TinyLife/World/Map.cs - startLine: 152 assemblies: - Tiny Life namespace: TinyLife.World @@ -591,14 +479,6 @@ items: nameWithType: Map.SizeInSections fullName: TinyLife.World.Map.SizeInSections type: Property - source: - remote: - path: TinyLife/World/Map.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SizeInSections - path: ../TinyLife/World/Map.cs - startLine: 168 assemblies: - Tiny Life namespace: TinyLife.World @@ -632,14 +512,6 @@ items: nameWithType: Map.Size fullName: TinyLife.World.Map.Size type: Property - source: - remote: - path: TinyLife/World/Map.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Size - path: ../TinyLife/World/Map.cs - startLine: 182 assemblies: - Tiny Life namespace: TinyLife.World @@ -666,14 +538,6 @@ items: nameWithType: Map.StaticVersion fullName: TinyLife.World.Map.StaticVersion type: Property - source: - remote: - path: TinyLife/World/Map.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: StaticVersion - path: ../TinyLife/World/Map.cs - startLine: 196 assemblies: - Tiny Life namespace: TinyLife.World @@ -712,14 +576,6 @@ items: nameWithType: Map.Time fullName: TinyLife.World.Map.Time type: Property - source: - remote: - path: TinyLife/World/Map.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Time - path: ../TinyLife/World/Map.cs - startLine: 201 assemblies: - Tiny Life namespace: TinyLife.World @@ -743,14 +599,6 @@ items: nameWithType: Map.Info fullName: TinyLife.World.Map.Info type: Property - source: - remote: - path: TinyLife/World/Map.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Info - path: ../TinyLife/World/Map.cs - startLine: 205 assemblies: - Tiny Life namespace: TinyLife.World @@ -774,14 +622,6 @@ items: nameWithType: Map.Neighborhood fullName: TinyLife.World.Map.Neighborhood type: Property - source: - remote: - path: TinyLife/World/Map.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Neighborhood - path: ../TinyLife/World/Map.cs - startLine: 210 assemblies: - Tiny Life namespace: TinyLife.World @@ -808,14 +648,6 @@ items: nameWithType: Map.IsCurrent fullName: TinyLife.World.Map.IsCurrent type: Property - source: - remote: - path: TinyLife/World/Map.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IsCurrent - path: ../TinyLife/World/Map.cs - startLine: 214 assemblies: - Tiny Life namespace: TinyLife.World @@ -839,14 +671,6 @@ items: nameWithType: Map.IsActive fullName: TinyLife.World.Map.IsActive type: Property - source: - remote: - path: TinyLife/World/Map.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IsActive - path: ../TinyLife/World/Map.cs - startLine: 218 assemblies: - Tiny Life namespace: TinyLife.World @@ -870,14 +694,6 @@ items: nameWithType: Map.Map(Point) fullName: TinyLife.World.Map.Map(Microsoft.Xna.Framework.Point) type: Constructor - source: - remote: - path: TinyLife/World/Map.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/World/Map.cs - startLine: 264 assemblies: - Tiny Life namespace: TinyLife.World @@ -905,14 +721,6 @@ items: nameWithType: Map.Update(GameTime, TimeSpan, float) fullName: TinyLife.World.Map.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) type: Method - source: - remote: - path: TinyLife/World/Map.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Update - path: ../TinyLife/World/Map.cs - startLine: 274 assemblies: - Tiny Life namespace: TinyLife.World @@ -946,14 +754,6 @@ items: nameWithType: Map.Draw(GameTime, SpriteBatch, bool, RectangleF?, Matrix?, RenderTarget2D, bool) fullName: TinyLife.World.Map.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, bool, MLEM.Maths.RectangleF?, Microsoft.Xna.Framework.Matrix?, Microsoft.Xna.Framework.Graphics.RenderTarget2D, bool) type: Method - source: - remote: - path: TinyLife/World/Map.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Draw - path: ../TinyLife/World/Map.cs - startLine: 411 assemblies: - Tiny Life namespace: TinyLife.World @@ -1002,14 +802,6 @@ items: nameWithType: Map.GetDepth(Vector2, float, float, bool, bool, bool) fullName: TinyLife.World.Map.GetDepth(Microsoft.Xna.Framework.Vector2, float, float, bool, bool, bool) type: Method - source: - remote: - path: TinyLife/World/Map.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetDepth - path: ../TinyLife/World/Map.cs - startLine: 785 assemblies: - Tiny Life namespace: TinyLife.World @@ -1055,14 +847,6 @@ items: nameWithType: Map.IsInBounds(Point) fullName: TinyLife.World.Map.IsInBounds(Microsoft.Xna.Framework.Point) type: Method - source: - remote: - path: TinyLife/World/Map.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IsInBounds - path: ../TinyLife/World/Map.cs - startLine: 798 assemblies: - Tiny Life namespace: TinyLife.World @@ -1090,14 +874,6 @@ items: nameWithType: Map.AddRoad(Point) fullName: TinyLife.World.Map.AddRoad(Microsoft.Xna.Framework.Point) type: Method - source: - remote: - path: TinyLife/World/Map.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AddRoad - path: ../TinyLife/World/Map.cs - startLine: 807 assemblies: - Tiny Life namespace: TinyLife.World @@ -1125,14 +901,6 @@ items: nameWithType: Map.IsRoad(Point) fullName: TinyLife.World.Map.IsRoad(Microsoft.Xna.Framework.Point) type: Method - source: - remote: - path: TinyLife/World/Map.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IsRoad - path: ../TinyLife/World/Map.cs - startLine: 817 assemblies: - Tiny Life namespace: TinyLife.World @@ -1163,14 +931,6 @@ items: nameWithType: Map.GetClosestRoads(Point, int) fullName: TinyLife.World.Map.GetClosestRoads(Microsoft.Xna.Framework.Point, int) type: Method - source: - remote: - path: TinyLife/World/Map.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetClosestRoads - path: ../TinyLife/World/Map.cs - startLine: 827 assemblies: - Tiny Life namespace: TinyLife.World @@ -1204,14 +964,6 @@ items: nameWithType: Map.GetRoads() fullName: TinyLife.World.Map.GetRoads() type: Method - source: - remote: - path: TinyLife/World/Map.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetRoads - path: ../TinyLife/World/Map.cs - startLine: 837 assemblies: - Tiny Life namespace: TinyLife.World @@ -1235,14 +987,6 @@ items: nameWithType: Map.GetClosestRoadsidePosition(Point, Vector2) fullName: TinyLife.World.Map.GetClosestRoadsidePosition(Microsoft.Xna.Framework.Point, Microsoft.Xna.Framework.Vector2) type: Method - source: - remote: - path: TinyLife/World/Map.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetClosestRoadsidePosition - path: ../TinyLife/World/Map.cs - startLine: 848 assemblies: - Tiny Life namespace: TinyLife.World @@ -1273,14 +1017,6 @@ items: nameWithType: Map.GetTilesAround(Vector2, float, int, bool, bool, bool, Predicate) fullName: TinyLife.World.Map.GetTilesAround(Microsoft.Xna.Framework.Vector2, float, int, bool, bool, bool, System.Predicate) type: Method - source: - remote: - path: TinyLife/World/Map.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetTilesAround - path: ../TinyLife/World/Map.cs - startLine: 867 assemblies: - Tiny Life namespace: TinyLife.World @@ -1329,14 +1065,6 @@ items: nameWithType: Map.GetClosestEmptyTile(Vector2, float, int, bool, bool, bool, bool, Predicate) fullName: TinyLife.World.Map.GetClosestEmptyTile(Microsoft.Xna.Framework.Vector2, float, int, bool, bool, bool, bool, System.Predicate) type: Method - source: - remote: - path: TinyLife/World/Map.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetClosestEmptyTile - path: ../TinyLife/World/Map.cs - startLine: 899 assemblies: - Tiny Life namespace: TinyLife.World @@ -1391,14 +1119,6 @@ items: nameWithType: Map.GetRandomTile(Random, Vector2, int, int, bool, bool, bool, Predicate) fullName: TinyLife.World.Map.GetRandomTile(System.Random, Microsoft.Xna.Framework.Vector2, int, int, bool, bool, bool, System.Predicate) type: Method - source: - remote: - path: TinyLife/World/Map.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetRandomTile - path: ../TinyLife/World/Map.cs - startLine: 921 assemblies: - Tiny Life namespace: TinyLife.World @@ -1453,14 +1173,6 @@ items: nameWithType: Map.ValidateEarly(PerSaveOptions.MapInfo, Dictionary, Action, Action) fullName: TinyLife.World.Map.ValidateEarly(TinyLife.PerSaveOptions.MapInfo, System.Collections.Generic.Dictionary, System.Action, System.Action) type: Method - source: - remote: - path: TinyLife/World/Map.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ValidateEarly - path: ../TinyLife/World/Map.cs - startLine: 949 assemblies: - Tiny Life namespace: TinyLife.World @@ -1500,14 +1212,6 @@ items: nameWithType: Map.Validate(bool, Action, Action) fullName: TinyLife.World.Map.Validate(bool, System.Action, System.Action) type: Method - source: - remote: - path: TinyLife/World/Map.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Validate - path: ../TinyLife/World/Map.cs - startLine: 973 assemblies: - Tiny Life namespace: TinyLife.World @@ -1544,14 +1248,6 @@ items: nameWithType: Map.PostValidate(Action, Action) fullName: TinyLife.World.Map.PostValidate(System.Action, System.Action) type: Method - source: - remote: - path: TinyLife/World/Map.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PostValidate - path: ../TinyLife/World/Map.cs - startLine: 1027 assemblies: - Tiny Life namespace: TinyLife.World @@ -1585,14 +1281,6 @@ items: nameWithType: Map.GetRoom(Point, int) fullName: TinyLife.World.Map.GetRoom(Microsoft.Xna.Framework.Point, int) type: Method - source: - remote: - path: TinyLife/World/Map.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetRoom - path: ../TinyLife/World/Map.cs - startLine: 1044 assemblies: - Tiny Life namespace: TinyLife.World @@ -1629,14 +1317,6 @@ items: nameWithType: Map.GetRooms(RectangleF) fullName: TinyLife.World.Map.GetRooms(MLEM.Maths.RectangleF) type: Method - source: - remote: - path: TinyLife/World/Map.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetRooms - path: ../TinyLife/World/Map.cs - startLine: 1060 assemblies: - Tiny Life namespace: TinyLife.World @@ -1667,14 +1347,6 @@ items: nameWithType: Map.GetLot(Guid) fullName: TinyLife.World.Map.GetLot(System.Guid) type: Method - source: - remote: - path: TinyLife/World/Map.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetLot - path: ../TinyLife/World/Map.cs - startLine: 1071 assemblies: - Tiny Life namespace: TinyLife.World @@ -1705,14 +1377,6 @@ items: nameWithType: Map.GetLot(Point) fullName: TinyLife.World.Map.GetLot(Microsoft.Xna.Framework.Point) type: Method - source: - remote: - path: TinyLife/World/Map.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetLot - path: ../TinyLife/World/Map.cs - startLine: 1082 assemblies: - Tiny Life namespace: TinyLife.World @@ -1743,14 +1407,6 @@ items: nameWithType: Map.AddLot(Rectangle) fullName: TinyLife.World.Map.AddLot(Microsoft.Xna.Framework.Rectangle) type: Method - source: - remote: - path: TinyLife/World/Map.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AddLot - path: ../TinyLife/World/Map.cs - startLine: 1095 assemblies: - Tiny Life namespace: TinyLife.World @@ -1778,14 +1434,6 @@ items: nameWithType: Map.AddLot(Lot) fullName: TinyLife.World.Map.AddLot(TinyLife.World.Lot) type: Method - source: - remote: - path: TinyLife/World/Map.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AddLot - path: ../TinyLife/World/Map.cs - startLine: 1105 assemblies: - Tiny Life namespace: TinyLife.World @@ -1810,14 +1458,6 @@ items: nameWithType: Map.RemoveLot(Lot) fullName: TinyLife.World.Map.RemoveLot(TinyLife.World.Lot) type: Method - source: - remote: - path: TinyLife/World/Map.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RemoveLot - path: ../TinyLife/World/Map.cs - startLine: 1113 assemblies: - Tiny Life namespace: TinyLife.World @@ -1842,14 +1482,6 @@ items: nameWithType: Map.GetLots() fullName: TinyLife.World.Map.GetLots() type: Method - source: - remote: - path: TinyLife/World/Map.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetLots - path: ../TinyLife/World/Map.cs - startLine: 1132 assemblies: - Tiny Life namespace: TinyLife.World @@ -1873,14 +1505,6 @@ items: nameWithType: Map.AddWall(WallLike) fullName: TinyLife.World.Map.AddWall(TinyLife.Objects.WallLike) type: Method - source: - remote: - path: TinyLife/World/Map.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AddWall - path: ../TinyLife/World/Map.cs - startLine: 1143 assemblies: - Tiny Life namespace: TinyLife.World @@ -1911,14 +1535,6 @@ items: nameWithType: Map.RemoveWall(WallLike) fullName: TinyLife.World.Map.RemoveWall(TinyLife.Objects.WallLike) type: Method - source: - remote: - path: TinyLife/World/Map.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RemoveWall - path: ../TinyLife/World/Map.cs - startLine: 1157 assemblies: - Tiny Life namespace: TinyLife.World @@ -1946,14 +1562,6 @@ items: nameWithType: Map.GetWallBetween(Point, Point, int) fullName: TinyLife.World.Map.GetWallBetween(Microsoft.Xna.Framework.Point, Microsoft.Xna.Framework.Point, int) type: Method - source: - remote: - path: TinyLife/World/Map.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetWallBetween - path: ../TinyLife/World/Map.cs - startLine: 1174 assemblies: - Tiny Life namespace: TinyLife.World @@ -1995,14 +1603,6 @@ items: nameWithType: Map.GetTile(Point, int) fullName: TinyLife.World.Map.GetTile(Microsoft.Xna.Framework.Point, int) type: Method - source: - remote: - path: TinyLife/World/Map.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetTile - path: ../TinyLife/World/Map.cs - startLine: 1195 assemblies: - Tiny Life namespace: TinyLife.World @@ -2039,14 +1639,6 @@ items: nameWithType: Map.SetTile(Point, int, Tile) fullName: TinyLife.World.Map.SetTile(Microsoft.Xna.Framework.Point, int, TinyLife.World.Tile) type: Method - source: - remote: - path: TinyLife/World/Map.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SetTile - path: ../TinyLife/World/Map.cs - startLine: 1206 assemblies: - Tiny Life namespace: TinyLife.World @@ -2080,14 +1672,6 @@ items: nameWithType: Map.AddRoof(Roof) fullName: TinyLife.World.Map.AddRoof(TinyLife.World.Roof) type: Method - source: - remote: - path: TinyLife/World/Map.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AddRoof - path: ../TinyLife/World/Map.cs - startLine: 1224 assemblies: - Tiny Life namespace: TinyLife.World @@ -2112,14 +1696,6 @@ items: nameWithType: Map.GetRoof(Point, int) fullName: TinyLife.World.Map.GetRoof(Microsoft.Xna.Framework.Point, int) type: Method - source: - remote: - path: TinyLife/World/Map.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetRoof - path: ../TinyLife/World/Map.cs - startLine: 1238 assemblies: - Tiny Life namespace: TinyLife.World @@ -2153,14 +1729,6 @@ items: nameWithType: Map.GetRoofs(RectangleF) fullName: TinyLife.World.Map.GetRoofs(MLEM.Maths.RectangleF) type: Method - source: - remote: - path: TinyLife/World/Map.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetRoofs - path: ../TinyLife/World/Map.cs - startLine: 1253 assemblies: - Tiny Life namespace: TinyLife.World @@ -2188,14 +1756,6 @@ items: nameWithType: Map.RemoveRoof(Roof) fullName: TinyLife.World.Map.RemoveRoof(TinyLife.World.Roof) type: Method - source: - remote: - path: TinyLife/World/Map.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RemoveRoof - path: ../TinyLife/World/Map.cs - startLine: 1266 assemblies: - Tiny Life namespace: TinyLife.World @@ -2220,14 +1780,6 @@ items: nameWithType: Map.GetObjects(RectangleF) fullName: TinyLife.World.Map.GetObjects(MLEM.Maths.RectangleF) type: Method - source: - remote: - path: TinyLife/World/Map.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetObjects - path: ../TinyLife/World/Map.cs - startLine: 1280 assemblies: - Tiny Life namespace: TinyLife.World @@ -2261,14 +1813,6 @@ items: nameWithType: Map.GetObject(Guid) fullName: TinyLife.World.Map.GetObject(System.Guid) type: Method - source: - remote: - path: TinyLife/World/Map.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetObject - path: ../TinyLife/World/Map.cs - startLine: 1296 assemblies: - Tiny Life namespace: TinyLife.World @@ -2305,14 +1849,6 @@ items: nameWithType: Map.AddObject(MapObject) fullName: TinyLife.World.Map.AddObject(TinyLife.Objects.MapObject) type: Method - source: - remote: - path: TinyLife/World/Map.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AddObject - path: ../TinyLife/World/Map.cs - startLine: 1308 assemblies: - Tiny Life namespace: TinyLife.World @@ -2342,14 +1878,6 @@ items: nameWithType: Map.RemoveObject(MapObject) fullName: TinyLife.World.Map.RemoveObject(TinyLife.Objects.MapObject) type: Method - source: - remote: - path: TinyLife/World/Map.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RemoveObject - path: ../TinyLife/World/Map.cs - startLine: 1336 assemblies: - Tiny Life namespace: TinyLife.World @@ -2381,14 +1909,6 @@ items: nameWithType: Map.GetPeople() fullName: TinyLife.World.Map.GetPeople() type: Method - source: - remote: - path: TinyLife/World/Map.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetPeople - path: ../TinyLife/World/Map.cs - startLine: 1364 assemblies: - Tiny Life namespace: TinyLife.World @@ -2412,14 +1932,6 @@ items: nameWithType: Map.GetStoredDeadPeople() fullName: TinyLife.World.Map.GetStoredDeadPeople() type: Method - source: - remote: - path: TinyLife/World/Map.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetStoredDeadPeople - path: ../TinyLife/World/Map.cs - startLine: 1375 assemblies: - Tiny Life namespace: TinyLife.World @@ -2443,14 +1955,6 @@ items: nameWithType: Map.GetAllPeople() fullName: TinyLife.World.Map.GetAllPeople() type: Method - source: - remote: - path: TinyLife/World/Map.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetAllPeople - path: ../TinyLife/World/Map.cs - startLine: 1388 assemblies: - Tiny Life namespace: TinyLife.World @@ -2474,14 +1978,6 @@ items: nameWithType: Map.GetHousehold(PersonLike) fullName: TinyLife.World.Map.GetHousehold(TinyLife.Objects.PersonLike) type: Method - source: - remote: - path: TinyLife/World/Map.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetHousehold - path: ../TinyLife/World/Map.cs - startLine: 1397 assemblies: - Tiny Life namespace: TinyLife.World @@ -2509,14 +2005,6 @@ items: nameWithType: Map.GetHousehold(Lot) fullName: TinyLife.World.Map.GetHousehold(TinyLife.World.Lot) type: Method - source: - remote: - path: TinyLife/World/Map.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetHousehold - path: ../TinyLife/World/Map.cs - startLine: 1410 assemblies: - Tiny Life namespace: TinyLife.World @@ -2544,14 +2032,6 @@ items: nameWithType: Map.AddHousehold(Lot, bool) fullName: TinyLife.World.Map.AddHousehold(TinyLife.World.Lot, bool) type: Method - source: - remote: - path: TinyLife/World/Map.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AddHousehold - path: ../TinyLife/World/Map.cs - startLine: 1424 assemblies: - Tiny Life namespace: TinyLife.World @@ -2585,14 +2065,6 @@ items: nameWithType: Map.RemoveHousehold(Household) fullName: TinyLife.World.Map.RemoveHousehold(TinyLife.World.Household) type: Method - source: - remote: - path: TinyLife/World/Map.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RemoveHousehold - path: ../TinyLife/World/Map.cs - startLine: 1434 assemblies: - Tiny Life namespace: TinyLife.World @@ -2617,14 +2089,6 @@ items: nameWithType: Map.GetHouseholds() fullName: TinyLife.World.Map.GetHouseholds() type: Method - source: - remote: - path: TinyLife/World/Map.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetHouseholds - path: ../TinyLife/World/Map.cs - startLine: 1442 assemblies: - Tiny Life namespace: TinyLife.World @@ -2648,14 +2112,6 @@ items: nameWithType: Map.GetSection(Point, bool) fullName: TinyLife.World.Map.GetSection(Microsoft.Xna.Framework.Point, bool) type: Method - source: - remote: - path: TinyLife/World/Map.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetSection - path: ../TinyLife/World/Map.cs - startLine: 1453 assemblies: - Tiny Life namespace: TinyLife.World @@ -2689,14 +2145,6 @@ items: nameWithType: Map.GetSections(Point, int) fullName: TinyLife.World.Map.GetSections(Microsoft.Xna.Framework.Point, int) type: Method - source: - remote: - path: TinyLife/World/Map.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetSections - path: ../TinyLife/World/Map.cs - startLine: 1471 assemblies: - Tiny Life namespace: TinyLife.World @@ -2730,14 +2178,6 @@ items: nameWithType: Map.GetSections(RectangleF, int) fullName: TinyLife.World.Map.GetSections(MLEM.Maths.RectangleF, int) type: Method - source: - remote: - path: TinyLife/World/Map.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetSections - path: ../TinyLife/World/Map.cs - startLine: 1481 assemblies: - Tiny Life namespace: TinyLife.World @@ -2771,14 +2211,6 @@ items: nameWithType: Map.MarkDirtyForPathfinding(Point, int) fullName: TinyLife.World.Map.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Point, int) type: Method - source: - remote: - path: TinyLife/World/Map.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: MarkDirtyForPathfinding - path: ../TinyLife/World/Map.cs - startLine: 1503 assemblies: - Tiny Life namespace: TinyLife.World @@ -2814,14 +2246,6 @@ items: nameWithType: Map.GetPathCost(MapObject, Point, int, Point, int) fullName: TinyLife.World.Map.GetPathCost(TinyLife.Objects.MapObject, Microsoft.Xna.Framework.Point, int, Microsoft.Xna.Framework.Point, int) type: Method - source: - remote: - path: TinyLife/World/Map.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetPathCost - path: ../TinyLife/World/Map.cs - startLine: 1524 assemblies: - Tiny Life namespace: TinyLife.World @@ -2867,14 +2291,6 @@ items: nameWithType: Map.CanWalkBetween(PersonLike, Point, int, Point, int) fullName: TinyLife.World.Map.CanWalkBetween(TinyLife.Objects.PersonLike, Microsoft.Xna.Framework.Point, int, Microsoft.Xna.Framework.Point, int) type: Method - source: - remote: - path: TinyLife/World/Map.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CanWalkBetween - path: ../TinyLife/World/Map.cs - startLine: 1548 assemblies: - Tiny Life namespace: TinyLife.World @@ -2922,14 +2338,6 @@ items: nameWithType: Map.IsFreeSpot(Point, int) fullName: TinyLife.World.Map.IsFreeSpot(Microsoft.Xna.Framework.Point, int) type: Method - source: - remote: - path: TinyLife/World/Map.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IsFreeSpot - path: ../TinyLife/World/Map.cs - startLine: 1558 assemblies: - Tiny Life namespace: TinyLife.World @@ -2963,14 +2371,6 @@ items: nameWithType: Map.PlaySound(SoundEffect, Vector2, float, float, float, bool, bool) fullName: TinyLife.World.Map.PlaySound(Microsoft.Xna.Framework.Audio.SoundEffect, Microsoft.Xna.Framework.Vector2, float, float, float, bool, bool) type: Method - source: - remote: - path: TinyLife/World/Map.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PlaySound - path: ../TinyLife/World/Map.cs - startLine: 1576 assemblies: - Tiny Life namespace: TinyLife.World @@ -3024,14 +2424,6 @@ items: nameWithType: Map.PlaySound(SoundEffect, MapAudioEmitter, float, float, bool, bool) fullName: TinyLife.World.Map.PlaySound(Microsoft.Xna.Framework.Audio.SoundEffect, TinyLife.World.MapAudioEmitter, float, float, bool, bool) type: Method - source: - remote: - path: TinyLife/World/Map.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PlaySound - path: ../TinyLife/World/Map.cs - startLine: 1592 assemblies: - Tiny Life namespace: TinyLife.World @@ -3082,14 +2474,6 @@ items: nameWithType: Map.GetClosestFreeExitPoint(Vector2) fullName: TinyLife.World.Map.GetClosestFreeExitPoint(Microsoft.Xna.Framework.Vector2) type: Method - source: - remote: - path: TinyLife/World/Map.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetClosestFreeExitPoint - path: ../TinyLife/World/Map.cs - startLine: 1612 assemblies: - Tiny Life namespace: TinyLife.World @@ -3117,14 +2501,6 @@ items: nameWithType: Map.GetExitPoints() fullName: TinyLife.World.Map.GetExitPoints() type: Method - source: - remote: - path: TinyLife/World/Map.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetExitPoints - path: ../TinyLife/World/Map.cs - startLine: 1622 assemblies: - Tiny Life namespace: TinyLife.World @@ -3148,14 +2524,6 @@ items: nameWithType: Map.GetWalls(RectangleF) fullName: TinyLife.World.Map.GetWalls(MLEM.Maths.RectangleF) type: Method - source: - remote: - path: TinyLife/World/Map.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetWalls - path: ../TinyLife/World/Map.cs - startLine: 1651 assemblies: - Tiny Life namespace: TinyLife.World @@ -3191,14 +2559,6 @@ items: nameWithType: Map.GetStairs(RectangleF, bool) fullName: TinyLife.World.Map.GetStairs(MLEM.Maths.RectangleF, bool) type: Method - source: - remote: - path: TinyLife/World/Map.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetStairs - path: ../TinyLife/World/Map.cs - startLine: 1672 assemblies: - Tiny Life namespace: TinyLife.World @@ -3232,14 +2592,6 @@ items: nameWithType: Map.AddStairs(Stairs) fullName: TinyLife.World.Map.AddStairs(TinyLife.World.Stairs) type: Method - source: - remote: - path: TinyLife/World/Map.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AddStairs - path: ../TinyLife/World/Map.cs - startLine: 1685 assemblies: - Tiny Life namespace: TinyLife.World @@ -3264,14 +2616,6 @@ items: nameWithType: Map.RemoveStairs(Stairs) fullName: TinyLife.World.Map.RemoveStairs(TinyLife.World.Stairs) type: Method - source: - remote: - path: TinyLife/World/Map.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RemoveStairs - path: ../TinyLife/World/Map.cs - startLine: 1697 assemblies: - Tiny Life namespace: TinyLife.World @@ -3299,14 +2643,6 @@ items: nameWithType: Map.ApplyCameraRotation(Vector2, bool, Direction2?) fullName: TinyLife.World.Map.ApplyCameraRotation(Microsoft.Xna.Framework.Vector2, bool, MLEM.Maths.Direction2?) type: Method - source: - remote: - path: TinyLife/World/Map.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ApplyCameraRotation - path: ../TinyLife/World/Map.cs - startLine: 1714 assemblies: - Tiny Life namespace: TinyLife.World @@ -3343,14 +2679,6 @@ items: nameWithType: Map.ApplyInverseCameraRotation(Vector2, Direction2?) fullName: TinyLife.World.Map.ApplyInverseCameraRotation(Microsoft.Xna.Framework.Vector2, MLEM.Maths.Direction2?) type: Method - source: - remote: - path: TinyLife/World/Map.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ApplyInverseCameraRotation - path: ../TinyLife/World/Map.cs - startLine: 1730 assemblies: - Tiny Life namespace: TinyLife.World @@ -3381,14 +2709,6 @@ items: nameWithType: Map.OnCameraRotationChanged(Direction2, Direction2) fullName: TinyLife.World.Map.OnCameraRotationChanged(MLEM.Maths.Direction2, MLEM.Maths.Direction2) type: Method - source: - remote: - path: TinyLife/World/Map.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnCameraRotationChanged - path: ../TinyLife/World/Map.cs - startLine: 1745 assemblies: - Tiny Life namespace: TinyLife.World @@ -3419,14 +2739,6 @@ items: nameWithType: Map.OnCurrentGameMapChanged(Map, Map) fullName: TinyLife.World.Map.OnCurrentGameMapChanged(TinyLife.World.Map, TinyLife.World.Map) type: Method - source: - remote: - path: TinyLife/World/Map.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnCurrentGameMapChanged - path: ../TinyLife/World/Map.cs - startLine: 1769 assemblies: - Tiny Life namespace: TinyLife.World @@ -3454,14 +2766,6 @@ items: nameWithType: Map.AddLight(Light) fullName: TinyLife.World.Map.AddLight(TinyLife.Objects.Light) type: Method - source: - remote: - path: TinyLife/World/Map.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AddLight - path: ../TinyLife/World/Map.cs - startLine: 1787 assemblies: - Tiny Life namespace: TinyLife.World @@ -3488,14 +2792,6 @@ items: nameWithType: Map.RemoveLight(Light) fullName: TinyLife.World.Map.RemoveLight(TinyLife.Objects.Light) type: Method - source: - remote: - path: TinyLife/World/Map.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RemoveLight - path: ../TinyLife/World/Map.cs - startLine: 1799 assemblies: - Tiny Life namespace: TinyLife.World @@ -3522,14 +2818,6 @@ items: nameWithType: Map.MoveEverything(Point, Rectangle, bool, Tile) fullName: TinyLife.World.Map.MoveEverything(Microsoft.Xna.Framework.Point, Microsoft.Xna.Framework.Rectangle, bool, TinyLife.World.Tile) type: Method - source: - remote: - path: TinyLife/World/Map.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: MoveEverything - path: ../TinyLife/World/Map.cs - startLine: 1811 assemblies: - Tiny Life namespace: TinyLife.World @@ -3566,14 +2854,6 @@ items: nameWithType: Map.ValidateRooms(Point, int) fullName: TinyLife.World.Map.ValidateRooms(Microsoft.Xna.Framework.Point, int) type: Method - source: - remote: - path: TinyLife/World/Map.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ValidateRooms - path: ../TinyLife/World/Map.cs - startLine: 1907 assemblies: - Tiny Life namespace: TinyLife.World @@ -3607,14 +2887,6 @@ items: nameWithType: Map.GetRegularVisitors() fullName: TinyLife.World.Map.GetRegularVisitors() type: Method - source: - remote: - path: TinyLife/World/Map.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetRegularVisitors - path: ../TinyLife/World/Map.cs - startLine: 1956 assemblies: - Tiny Life namespace: TinyLife.World @@ -3643,14 +2915,6 @@ items: nameWithType: Map.GetAllLotEmployments() fullName: TinyLife.World.Map.GetAllLotEmployments() type: Method - source: - remote: - path: TinyLife/World/Map.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetAllLotEmployments - path: ../TinyLife/World/Map.cs - startLine: 1966 assemblies: - Tiny Life namespace: TinyLife.World @@ -3677,14 +2941,6 @@ items: nameWithType: Map.MarkGroundTileDirtyForDrawing(Point) fullName: TinyLife.World.Map.MarkGroundTileDirtyForDrawing(Microsoft.Xna.Framework.Point) type: Method - source: - remote: - path: TinyLife/World/Map.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: MarkGroundTileDirtyForDrawing - path: ../TinyLife/World/Map.cs - startLine: 1979 assemblies: - Tiny Life namespace: TinyLife.World @@ -3712,14 +2968,6 @@ items: nameWithType: Map.MarkObjectDirtyForDrawing(MapObject, MapSection, bool) fullName: TinyLife.World.Map.MarkObjectDirtyForDrawing(TinyLife.Objects.MapObject, TinyLife.World.MapSection, bool) type: Method - source: - remote: - path: TinyLife/World/Map.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: MarkObjectDirtyForDrawing - path: ../TinyLife/World/Map.cs - startLine: 1995 assemblies: - Tiny Life namespace: TinyLife.World @@ -3756,14 +3004,6 @@ items: nameWithType: Map.PopulateLots() fullName: TinyLife.World.Map.PopulateLots() type: Method - source: - remote: - path: TinyLife/World/Map.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PopulateLots - path: ../TinyLife/World/Map.cs - startLine: 2026 assemblies: - Tiny Life namespace: TinyLife.World @@ -3787,14 +3027,6 @@ items: nameWithType: Map.PrepareForPermanentRemoval() fullName: TinyLife.World.Map.PrepareForPermanentRemoval() type: Method - source: - remote: - path: TinyLife/World/Map.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PrepareForPermanentRemoval - path: ../TinyLife/World/Map.cs - startLine: 2093 assemblies: - Tiny Life namespace: TinyLife.World @@ -3815,14 +3047,6 @@ items: nameWithType: Map.LoadStaticMap(PerSaveOptions.MapInfo) fullName: TinyLife.World.Map.LoadStaticMap(TinyLife.PerSaveOptions.MapInfo) type: Method - source: - remote: - path: TinyLife/World/Map.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: LoadStaticMap - path: ../TinyLife/World/Map.cs - startLine: 2705 assemblies: - Tiny Life namespace: TinyLife.World @@ -3853,14 +3077,6 @@ items: nameWithType: Map.IsLotHidden(Lot) fullName: TinyLife.World.Map.IsLotHidden(TinyLife.World.Lot) type: Method - source: - remote: - path: TinyLife/World/Map.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IsLotHidden - path: ../TinyLife/World/Map.cs - startLine: 2749 assemblies: - Tiny Life namespace: TinyLife.World @@ -3893,14 +3109,6 @@ items: nameWithType: Map.GetMapSampler() fullName: TinyLife.World.Map.GetMapSampler() type: Method - source: - remote: - path: TinyLife/World/Map.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetMapSampler - path: ../TinyLife/World/Map.cs - startLine: 2767 assemblies: - Tiny Life namespace: TinyLife.World @@ -3927,14 +3135,6 @@ items: nameWithType: Map.UpdateExternalPeople(ICollection, Action, Action) fullName: TinyLife.World.Map.UpdateExternalPeople(System.Collections.Generic.ICollection, System.Action, System.Action) type: Method - source: - remote: - path: TinyLife/World/Map.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: UpdateExternalPeople - path: ../TinyLife/World/Map.cs - startLine: 2775 assemblies: - Tiny Life namespace: TinyLife.World @@ -3968,14 +3168,6 @@ items: nameWithType: Map.GetVisibleWorldArea(RectangleF) fullName: TinyLife.World.Map.GetVisibleWorldArea(MLEM.Maths.RectangleF) type: Method - source: - remote: - path: TinyLife/World/Map.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetVisibleWorldArea - path: ../TinyLife/World/Map.cs - startLine: 2876 assemblies: - Tiny Life namespace: TinyLife.World diff --git a/docs/api/TinyLife.World.MapAudioEmitter.yml b/docs/api/TinyLife.World.MapAudioEmitter.yml index 19e33ef..91add73 100644 --- a/docs/api/TinyLife.World.MapAudioEmitter.yml +++ b/docs/api/TinyLife.World.MapAudioEmitter.yml @@ -15,14 +15,6 @@ items: nameWithType: MapAudioEmitter fullName: TinyLife.World.MapAudioEmitter type: Class - source: - remote: - path: TinyLife/World/MapAudioEmitter.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: MapAudioEmitter - path: ../TinyLife/World/MapAudioEmitter.cs - startLine: 9 assemblies: - Tiny Life namespace: TinyLife.World @@ -60,14 +52,6 @@ items: nameWithType: MapAudioEmitter.WorldPosition fullName: TinyLife.World.MapAudioEmitter.WorldPosition type: Property - source: - remote: - path: TinyLife/World/MapAudioEmitter.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: WorldPosition - path: ../TinyLife/World/MapAudioEmitter.cs - startLine: 14 assemblies: - Tiny Life namespace: TinyLife.World @@ -91,14 +75,6 @@ items: nameWithType: MapAudioEmitter.Floor fullName: TinyLife.World.MapAudioEmitter.Floor type: Property - source: - remote: - path: TinyLife/World/MapAudioEmitter.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Floor - path: ../TinyLife/World/MapAudioEmitter.cs - startLine: 24 assemblies: - Tiny Life namespace: TinyLife.World @@ -122,14 +98,6 @@ items: nameWithType: MapAudioEmitter.MapAudioEmitter(Vector2, float) fullName: TinyLife.World.MapAudioEmitter.MapAudioEmitter(Microsoft.Xna.Framework.Vector2, float) type: Constructor - source: - remote: - path: TinyLife/World/MapAudioEmitter.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/World/MapAudioEmitter.cs - startLine: 40 assemblies: - Tiny Life namespace: TinyLife.World diff --git a/docs/api/TinyLife.World.MapSection.yml b/docs/api/TinyLife.World.MapSection.yml index 4f2e0ef..16d9556 100644 --- a/docs/api/TinyLife.World.MapSection.yml +++ b/docs/api/TinyLife.World.MapSection.yml @@ -21,14 +21,6 @@ items: nameWithType: MapSection fullName: TinyLife.World.MapSection type: Class - source: - remote: - path: TinyLife/World/MapSection.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: MapSection - path: ../TinyLife/World/MapSection.cs - startLine: 15 assemblies: - Tiny Life namespace: TinyLife.World @@ -79,14 +71,6 @@ items: nameWithType: MapSection.Size fullName: TinyLife.World.MapSection.Size type: Field - source: - remote: - path: TinyLife/World/MapSection.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Size - path: ../TinyLife/World/MapSection.cs - startLine: 22 assemblies: - Tiny Life namespace: TinyLife.World @@ -111,14 +95,6 @@ items: nameWithType: MapSection.Bleed fullName: TinyLife.World.MapSection.Bleed type: Field - source: - remote: - path: TinyLife/World/MapSection.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Bleed - path: ../TinyLife/World/MapSection.cs - startLine: 28 assemblies: - Tiny Life namespace: TinyLife.World @@ -145,14 +121,6 @@ items: nameWithType: MapSection.SectionPos fullName: TinyLife.World.MapSection.SectionPos type: Field - source: - remote: - path: TinyLife/World/MapSection.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SectionPos - path: ../TinyLife/World/MapSection.cs - startLine: 34 assemblies: - Tiny Life namespace: TinyLife.World @@ -184,14 +152,6 @@ items: nameWithType: MapSection.Pos fullName: TinyLife.World.MapSection.Pos type: Property - source: - remote: - path: TinyLife/World/MapSection.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Pos - path: ../TinyLife/World/MapSection.cs - startLine: 38 assemblies: - Tiny Life namespace: TinyLife.World @@ -215,14 +175,6 @@ items: nameWithType: MapSection.OtherFloorsWithTiles fullName: TinyLife.World.MapSection.OtherFloorsWithTiles type: Property - source: - remote: - path: TinyLife/World/MapSection.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OtherFloorsWithTiles - path: ../TinyLife/World/MapSection.cs - startLine: 42 assemblies: - Tiny Life namespace: TinyLife.World @@ -246,14 +198,6 @@ items: nameWithType: MapSection.MapSection(Map, Point) fullName: TinyLife.World.MapSection.MapSection(TinyLife.World.Map, Microsoft.Xna.Framework.Point) type: Constructor - source: - remote: - path: TinyLife/World/MapSection.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/World/MapSection.cs - startLine: 74 assemblies: - Tiny Life namespace: TinyLife.World @@ -287,14 +231,6 @@ items: nameWithType: MapSection.ValidateEarly(Map) fullName: TinyLife.World.MapSection.ValidateEarly(TinyLife.World.Map) type: Method - source: - remote: - path: TinyLife/World/MapSection.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ValidateEarly - path: ../TinyLife/World/MapSection.cs - startLine: 90 assemblies: - Tiny Life namespace: TinyLife.World @@ -322,14 +258,6 @@ items: nameWithType: MapSection.Validate() fullName: TinyLife.World.MapSection.Validate() type: Method - source: - remote: - path: TinyLife/World/MapSection.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Validate - path: ../TinyLife/World/MapSection.cs - startLine: 124 assemblies: - Tiny Life namespace: TinyLife.World @@ -353,14 +281,6 @@ items: nameWithType: MapSection.GetAllTiles() fullName: TinyLife.World.MapSection.GetAllTiles() type: Method - source: - remote: - path: TinyLife/World/MapSection.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetAllTiles - path: ../TinyLife/World/MapSection.cs - startLine: 169 assemblies: - Tiny Life namespace: TinyLife.World diff --git a/docs/api/TinyLife.World.ObjectUpdateDelegate-1.yml b/docs/api/TinyLife.World.ObjectUpdateDelegate-1.yml index bacb51a..6876e63 100644 --- a/docs/api/TinyLife.World.ObjectUpdateDelegate-1.yml +++ b/docs/api/TinyLife.World.ObjectUpdateDelegate-1.yml @@ -12,14 +12,6 @@ items: nameWithType: ObjectUpdateDelegate fullName: TinyLife.World.ObjectUpdateDelegate type: Delegate - source: - remote: - path: TinyLife/World/Map.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ObjectUpdateDelegate - path: ../TinyLife/World/Map.cs - startLine: 3065 assemblies: - Tiny Life namespace: TinyLife.World diff --git a/docs/api/TinyLife.World.ObjectUpdateDelegateNoPhase-1.yml b/docs/api/TinyLife.World.ObjectUpdateDelegateNoPhase-1.yml index 9313bb6..2cd2c35 100644 --- a/docs/api/TinyLife.World.ObjectUpdateDelegateNoPhase-1.yml +++ b/docs/api/TinyLife.World.ObjectUpdateDelegateNoPhase-1.yml @@ -12,14 +12,6 @@ items: nameWithType: ObjectUpdateDelegateNoPhase fullName: TinyLife.World.ObjectUpdateDelegateNoPhase type: Delegate - source: - remote: - path: TinyLife/World/Map.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ObjectUpdateDelegateNoPhase - path: ../TinyLife/World/Map.cs - startLine: 3070 assemblies: - Tiny Life namespace: TinyLife.World diff --git a/docs/api/TinyLife.World.Opening.yml b/docs/api/TinyLife.World.Opening.yml index ba11fc6..27fcd71 100644 --- a/docs/api/TinyLife.World.Opening.yml +++ b/docs/api/TinyLife.World.Opening.yml @@ -21,14 +21,6 @@ items: nameWithType: Opening fullName: TinyLife.World.Opening type: Class - source: - remote: - path: TinyLife/World/Opening.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Opening - path: ../TinyLife/World/Opening.cs - startLine: 15 assemblies: - Tiny Life namespace: TinyLife.World @@ -75,14 +67,6 @@ items: nameWithType: Opening.Type fullName: TinyLife.World.Opening.Type type: Field - source: - remote: - path: TinyLife/World/Opening.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Type - path: ../TinyLife/World/Opening.cs - startLine: 22 assemblies: - Tiny Life namespace: TinyLife.World @@ -114,14 +98,6 @@ items: nameWithType: Opening.Color fullName: TinyLife.World.Opening.Color type: Field - source: - remote: - path: TinyLife/World/Opening.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Color - path: ../TinyLife/World/Opening.cs - startLine: 28 assemblies: - Tiny Life namespace: TinyLife.World @@ -162,14 +138,6 @@ items: nameWithType: Opening.Colors fullName: TinyLife.World.Opening.Colors type: Field - source: - remote: - path: TinyLife/World/Opening.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Colors - path: ../TinyLife/World/Opening.cs - startLine: 33 assemblies: - Tiny Life namespace: TinyLife.World @@ -201,14 +169,6 @@ items: nameWithType: Opening.Opening(OpeningType, int[]) fullName: TinyLife.World.Opening.Opening(TinyLife.World.OpeningType, int[]) type: Constructor - source: - remote: - path: TinyLife/World/Opening.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/World/Opening.cs - startLine: 40 assemblies: - Tiny Life namespace: TinyLife.World @@ -239,14 +199,6 @@ items: nameWithType: Opening.Draw(GameTime, SpriteBatch, Map, WallLike, Vector2, bool, float, Color?) fullName: TinyLife.World.Opening.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, TinyLife.World.Map, TinyLife.Objects.WallLike, Microsoft.Xna.Framework.Vector2, bool, float, Microsoft.Xna.Framework.Color?) type: Method - source: - remote: - path: TinyLife/World/Opening.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Draw - path: ../TinyLife/World/Opening.cs - startLine: 56 assemblies: - Tiny Life namespace: TinyLife.World @@ -295,14 +247,6 @@ items: nameWithType: Opening.CanWalkThrough(Map, WallLike, MapObject) fullName: TinyLife.World.Opening.CanWalkThrough(TinyLife.World.Map, TinyLife.Objects.WallLike, TinyLife.Objects.MapObject) type: Method - source: - remote: - path: TinyLife/World/Opening.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CanWalkThrough - path: ../TinyLife/World/Opening.cs - startLine: 65 assemblies: - Tiny Life namespace: TinyLife.World @@ -336,14 +280,6 @@ items: nameWithType: Opening.CanPlaceOn(FurnitureType) fullName: TinyLife.World.Opening.CanPlaceOn(TinyLife.Objects.FurnitureType) type: Method - source: - remote: - path: TinyLife/World/Opening.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CanPlaceOn - path: ../TinyLife/World/Opening.cs - startLine: 74 assemblies: - Tiny Life namespace: TinyLife.World @@ -373,14 +309,6 @@ items: nameWithType: Opening.Validate(WallLike, Map) fullName: TinyLife.World.Opening.Validate(TinyLife.Objects.WallLike, TinyLife.World.Map) type: Method - source: - remote: - path: TinyLife/World/Opening.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Validate - path: ../TinyLife/World/Opening.cs - startLine: 84 assemblies: - Tiny Life namespace: TinyLife.World @@ -411,14 +339,6 @@ items: nameWithType: Opening.GetDescription() fullName: TinyLife.World.Opening.GetDescription() type: Method - source: - remote: - path: TinyLife/World/Opening.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetDescription - path: ../TinyLife/World/Opening.cs - startLine: 96 assemblies: - Tiny Life namespace: TinyLife.World diff --git a/docs/api/TinyLife.World.OpeningType.yml b/docs/api/TinyLife.World.OpeningType.yml index a311f3b..7477415 100644 --- a/docs/api/TinyLife.World.OpeningType.yml +++ b/docs/api/TinyLife.World.OpeningType.yml @@ -26,14 +26,6 @@ items: nameWithType: OpeningType fullName: TinyLife.World.OpeningType type: Class - source: - remote: - path: TinyLife/World/OpeningType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OpeningType - path: ../TinyLife/World/OpeningType.cs - startLine: 18 assemblies: - Tiny Life namespace: TinyLife.World @@ -74,14 +66,6 @@ items: nameWithType: OpeningType.Types fullName: TinyLife.World.OpeningType.Types type: Field - source: - remote: - path: TinyLife/World/OpeningType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Types - path: ../TinyLife/World/OpeningType.cs - startLine: 26 assemblies: - Tiny Life namespace: TinyLife.World @@ -106,14 +90,6 @@ items: nameWithType: OpeningType.Name fullName: TinyLife.World.OpeningType.Name type: Field - source: - remote: - path: TinyLife/World/OpeningType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Name - path: ../TinyLife/World/OpeningType.cs - startLine: 67 assemblies: - Tiny Life namespace: TinyLife.World @@ -135,14 +111,6 @@ items: nameWithType: OpeningType.WallMode fullName: TinyLife.World.OpeningType.WallMode type: Field - source: - remote: - path: TinyLife/World/OpeningType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: WallMode - path: ../TinyLife/World/OpeningType.cs - startLine: 71 assemblies: - Tiny Life namespace: TinyLife.World @@ -164,14 +132,6 @@ items: nameWithType: OpeningType.Price fullName: TinyLife.World.OpeningType.Price type: Field - source: - remote: - path: TinyLife/World/OpeningType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Price - path: ../TinyLife/World/OpeningType.cs - startLine: 75 assemblies: - Tiny Life namespace: TinyLife.World @@ -193,14 +153,6 @@ items: nameWithType: OpeningType.Colors fullName: TinyLife.World.OpeningType.Colors type: Field - source: - remote: - path: TinyLife/World/OpeningType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Colors - path: ../TinyLife/World/OpeningType.cs - startLine: 79 assemblies: - Tiny Life namespace: TinyLife.World @@ -222,14 +174,6 @@ items: nameWithType: OpeningType.Icon fullName: TinyLife.World.OpeningType.Icon type: Field - source: - remote: - path: TinyLife/World/OpeningType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Icon - path: ../TinyLife/World/OpeningType.cs - startLine: 84 assemblies: - Tiny Life namespace: TinyLife.World @@ -254,14 +198,6 @@ items: nameWithType: OpeningType.CanBuy fullName: TinyLife.World.OpeningType.CanBuy type: Property - source: - remote: - path: TinyLife/World/OpeningType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CanBuy - path: ../TinyLife/World/OpeningType.cs - startLine: 89 assemblies: - Tiny Life namespace: TinyLife.World @@ -285,14 +221,6 @@ items: nameWithType: OpeningType.OpeningType(string, TextureRegion, WallMode, int, ColorScheme, Func, TextureRegion) fullName: TinyLife.World.OpeningType.OpeningType(string, MLEM.Textures.TextureRegion, TinyLife.World.WallMode, int, TinyLife.Utilities.ColorScheme, System.Func, MLEM.Textures.TextureRegion) type: Constructor - source: - remote: - path: TinyLife/World/OpeningType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/World/OpeningType.cs - startLine: 97 assemblies: - Tiny Life namespace: TinyLife.World @@ -331,14 +259,6 @@ items: nameWithType: OpeningType.OpeningType(string, TextureRegion, WallMode, int, ColorScheme[], Func, TextureRegion) fullName: TinyLife.World.OpeningType.OpeningType(string, MLEM.Textures.TextureRegion, TinyLife.World.WallMode, int, TinyLife.Utilities.ColorScheme[], System.Func, MLEM.Textures.TextureRegion) type: Constructor - source: - remote: - path: TinyLife/World/OpeningType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/World/OpeningType.cs - startLine: 103 assemblies: - Tiny Life namespace: TinyLife.World @@ -377,14 +297,6 @@ items: nameWithType: OpeningType.OpeningType(string, TextureRegion, WallMode, int, ColorSettings, Func, TextureRegion) fullName: TinyLife.World.OpeningType.OpeningType(string, MLEM.Textures.TextureRegion, TinyLife.World.WallMode, int, TinyLife.Utilities.ColorSettings, System.Func, MLEM.Textures.TextureRegion) type: Constructor - source: - remote: - path: TinyLife/World/OpeningType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/World/OpeningType.cs - startLine: 116 assemblies: - Tiny Life namespace: TinyLife.World @@ -430,14 +342,6 @@ items: nameWithType: OpeningType.Draw(GameTime, SpriteBatch, Map, Point, Point, int, Vector2, bool, float, int[], Color?, float, Point) fullName: TinyLife.World.OpeningType.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, TinyLife.World.Map, Microsoft.Xna.Framework.Point, Microsoft.Xna.Framework.Point, int, Microsoft.Xna.Framework.Vector2, bool, float, int[], Microsoft.Xna.Framework.Color?, float, Microsoft.Xna.Framework.Point) type: Method - source: - remote: - path: TinyLife/World/OpeningType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Draw - path: ../TinyLife/World/OpeningType.cs - startLine: 142 assemblies: - Tiny Life namespace: TinyLife.World @@ -501,14 +405,6 @@ items: nameWithType: OpeningType.DrawUi(Element, SpriteBatch, GameTime, Map, int[], float) fullName: TinyLife.World.OpeningType.DrawUi(MLEM.Ui.Elements.Element, Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.GameTime, TinyLife.World.Map, int[], float) type: Method - source: - remote: - path: TinyLife/World/OpeningType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DrawUi - path: ../TinyLife/World/OpeningType.cs - startLine: 166 assemblies: - Tiny Life namespace: TinyLife.World @@ -551,14 +447,6 @@ items: nameWithType: OpeningType.Construct(int[], WallLike) fullName: TinyLife.World.OpeningType.Construct(int[], TinyLife.Objects.WallLike) type: Method - source: - remote: - path: TinyLife/World/OpeningType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Construct - path: ../TinyLife/World/OpeningType.cs - startLine: 179 assemblies: - Tiny Life namespace: TinyLife.World @@ -592,14 +480,6 @@ items: nameWithType: OpeningType.Register(OpeningType) fullName: TinyLife.World.OpeningType.Register(TinyLife.World.OpeningType) type: Method - source: - remote: - path: TinyLife/World/OpeningType.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Register - path: ../TinyLife/World/OpeningType.cs - startLine: 188 assemblies: - Tiny Life namespace: TinyLife.World diff --git a/docs/api/TinyLife.World.Roof.yml b/docs/api/TinyLife.World.Roof.yml index 2d9bb96..5aa64b4 100644 --- a/docs/api/TinyLife.World.Roof.yml +++ b/docs/api/TinyLife.World.Roof.yml @@ -24,14 +24,6 @@ items: nameWithType: Roof fullName: TinyLife.World.Roof type: Class - source: - remote: - path: TinyLife/World/Roof.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Roof - path: ../TinyLife/World/Roof.cs - startLine: 309 assemblies: - Tiny Life namespace: TinyLife.World @@ -73,14 +65,6 @@ items: nameWithType: Roof.Type fullName: TinyLife.World.Roof.Type type: Field - source: - remote: - path: TinyLife/World/Roof.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Type - path: ../TinyLife/World/Roof.cs - startLine: 316 assemblies: - Tiny Life namespace: TinyLife.World @@ -112,14 +96,6 @@ items: nameWithType: Roof.Color fullName: TinyLife.World.Roof.Color type: Field - source: - remote: - path: TinyLife/World/Roof.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Color - path: ../TinyLife/World/Roof.cs - startLine: 321 assemblies: - Tiny Life namespace: TinyLife.World @@ -164,14 +140,6 @@ items: nameWithType: Roof.HeightOffset fullName: TinyLife.World.Roof.HeightOffset type: Field - source: - remote: - path: TinyLife/World/Roof.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: HeightOffset - path: ../TinyLife/World/Roof.cs - startLine: 326 assemblies: - Tiny Life namespace: TinyLife.World @@ -203,14 +171,6 @@ items: nameWithType: Roof.Colors fullName: TinyLife.World.Roof.Colors type: Property - source: - remote: - path: TinyLife/World/Roof.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Colors - path: ../TinyLife/World/Roof.cs - startLine: 331 assemblies: - Tiny Life namespace: TinyLife.World @@ -244,14 +204,6 @@ items: nameWithType: Roof.Rotation fullName: TinyLife.World.Roof.Rotation type: Property - source: - remote: - path: TinyLife/World/Roof.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Rotation - path: ../TinyLife/World/Roof.cs - startLine: 337 assemblies: - Tiny Life namespace: TinyLife.World @@ -288,14 +240,6 @@ items: nameWithType: Roof.Area fullName: TinyLife.World.Roof.Area type: Property - source: - remote: - path: TinyLife/World/Roof.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Area - path: ../TinyLife/World/Roof.cs - startLine: 342 assemblies: - Tiny Life namespace: TinyLife.World @@ -329,14 +273,6 @@ items: nameWithType: Roof.Floor fullName: TinyLife.World.Roof.Floor type: Property - source: - remote: - path: TinyLife/World/Roof.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Floor - path: ../TinyLife/World/Roof.cs - startLine: 348 assemblies: - Tiny Life namespace: TinyLife.World @@ -373,14 +309,6 @@ items: nameWithType: Roof.Wallpaper fullName: TinyLife.World.Roof.Wallpaper type: Field - source: - remote: - path: TinyLife/World/Roof.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Wallpaper - path: ../TinyLife/World/Roof.cs - startLine: 355 assemblies: - Tiny Life namespace: TinyLife.World @@ -415,14 +343,6 @@ items: nameWithType: Roof.Roof(RoofType, Rectangle, int?, Direction2, int[], int) fullName: TinyLife.World.Roof.Roof(TinyLife.World.RoofType, Microsoft.Xna.Framework.Rectangle, int?, MLEM.Maths.Direction2, int[], int) type: Constructor - source: - remote: - path: TinyLife/World/Roof.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/World/Roof.cs - startLine: 366 assemblies: - Tiny Life namespace: TinyLife.World @@ -465,14 +385,6 @@ items: nameWithType: Roof.GetPrice() fullName: TinyLife.World.Roof.GetPrice() type: Method - source: - remote: - path: TinyLife/World/Roof.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetPrice - path: ../TinyLife/World/Roof.cs - startLine: 380 assemblies: - Tiny Life namespace: TinyLife.World @@ -496,14 +408,6 @@ items: nameWithType: Roof.Validate() fullName: TinyLife.World.Roof.Validate() type: Method - source: - remote: - path: TinyLife/World/Roof.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Validate - path: ../TinyLife/World/Roof.cs - startLine: 388 assemblies: - Tiny Life namespace: TinyLife.World @@ -527,14 +431,6 @@ items: nameWithType: Roof.GetRoofAttachedFurnitureOffset(Vector2) fullName: TinyLife.World.Roof.GetRoofAttachedFurnitureOffset(Microsoft.Xna.Framework.Vector2) type: Method - source: - remote: - path: TinyLife/World/Roof.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetRoofAttachedFurnitureOffset - path: ../TinyLife/World/Roof.cs - startLine: 405 assemblies: - Tiny Life namespace: TinyLife.World diff --git a/docs/api/TinyLife.World.RoofStyle.yml b/docs/api/TinyLife.World.RoofStyle.yml index 10ec997..bfbec8b 100644 --- a/docs/api/TinyLife.World.RoofStyle.yml +++ b/docs/api/TinyLife.World.RoofStyle.yml @@ -15,14 +15,6 @@ items: nameWithType: RoofStyle fullName: TinyLife.World.RoofStyle type: Enum - source: - remote: - path: TinyLife/World/Roof.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RoofStyle - path: ../TinyLife/World/Roof.cs - startLine: 418 assemblies: - Tiny Life namespace: TinyLife.World @@ -47,14 +39,6 @@ items: nameWithType: RoofStyle.Flat fullName: TinyLife.World.RoofStyle.Flat type: Field - source: - remote: - path: TinyLife/World/Roof.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Flat - path: ../TinyLife/World/Roof.cs - startLine: 423 assemblies: - Tiny Life namespace: TinyLife.World @@ -75,14 +59,6 @@ items: nameWithType: RoofStyle.Gable fullName: TinyLife.World.RoofStyle.Gable type: Field - source: - remote: - path: TinyLife/World/Roof.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Gable - path: ../TinyLife/World/Roof.cs - startLine: 427 assemblies: - Tiny Life namespace: TinyLife.World @@ -103,14 +79,6 @@ items: nameWithType: RoofStyle.Custom fullName: TinyLife.World.RoofStyle.Custom type: Field - source: - remote: - path: TinyLife/World/Roof.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Custom - path: ../TinyLife/World/Roof.cs - startLine: 431 assemblies: - Tiny Life namespace: TinyLife.World diff --git a/docs/api/TinyLife.World.RoofType.yml b/docs/api/TinyLife.World.RoofType.yml index 182e0a9..160d680 100644 --- a/docs/api/TinyLife.World.RoofType.yml +++ b/docs/api/TinyLife.World.RoofType.yml @@ -35,14 +35,6 @@ items: nameWithType: RoofType fullName: TinyLife.World.RoofType type: Class - source: - remote: - path: TinyLife/World/Roof.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RoofType - path: ../TinyLife/World/Roof.cs - startLine: 21 assemblies: - Tiny Life namespace: TinyLife.World @@ -83,14 +75,6 @@ items: nameWithType: RoofType.Types fullName: TinyLife.World.RoofType.Types type: Field - source: - remote: - path: TinyLife/World/Roof.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Types - path: ../TinyLife/World/Roof.cs - startLine: 28 assemblies: - Tiny Life namespace: TinyLife.World @@ -112,14 +96,6 @@ items: nameWithType: RoofType.ModernFlat fullName: TinyLife.World.RoofType.ModernFlat type: Field - source: - remote: - path: TinyLife/World/Roof.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ModernFlat - path: ../TinyLife/World/Roof.cs - startLine: 31 assemblies: - Tiny Life namespace: TinyLife.World @@ -139,14 +115,6 @@ items: nameWithType: RoofType.OldStyleFlat fullName: TinyLife.World.RoofType.OldStyleFlat type: Field - source: - remote: - path: TinyLife/World/Roof.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OldStyleFlat - path: ../TinyLife/World/Roof.cs - startLine: 32 assemblies: - Tiny Life namespace: TinyLife.World @@ -166,14 +134,6 @@ items: nameWithType: RoofType.SquareShingles fullName: TinyLife.World.RoofType.SquareShingles type: Field - source: - remote: - path: TinyLife/World/Roof.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SquareShingles - path: ../TinyLife/World/Roof.cs - startLine: 33 assemblies: - Tiny Life namespace: TinyLife.World @@ -193,14 +153,6 @@ items: nameWithType: RoofType.SheetMetal fullName: TinyLife.World.RoofType.SheetMetal type: Field - source: - remote: - path: TinyLife/World/Roof.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SheetMetal - path: ../TinyLife/World/Roof.cs - startLine: 34 assemblies: - Tiny Life namespace: TinyLife.World @@ -220,14 +172,6 @@ items: nameWithType: RoofType.FlatSheetMetal fullName: TinyLife.World.RoofType.FlatSheetMetal type: Field - source: - remote: - path: TinyLife/World/Roof.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: FlatSheetMetal - path: ../TinyLife/World/Roof.cs - startLine: 35 assemblies: - Tiny Life namespace: TinyLife.World @@ -247,14 +191,6 @@ items: nameWithType: RoofType.Thatch fullName: TinyLife.World.RoofType.Thatch type: Field - source: - remote: - path: TinyLife/World/Roof.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Thatch - path: ../TinyLife/World/Roof.cs - startLine: 38 assemblies: - Tiny Life namespace: TinyLife.World @@ -274,14 +210,6 @@ items: nameWithType: RoofType.RoundedShingles fullName: TinyLife.World.RoofType.RoundedShingles type: Field - source: - remote: - path: TinyLife/World/Roof.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RoundedShingles - path: ../TinyLife/World/Roof.cs - startLine: 39 assemblies: - Tiny Life namespace: TinyLife.World @@ -301,14 +229,6 @@ items: nameWithType: RoofType.Name fullName: TinyLife.World.RoofType.Name type: Field - source: - remote: - path: TinyLife/World/Roof.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Name - path: ../TinyLife/World/Roof.cs - startLine: 46 assemblies: - Tiny Life namespace: TinyLife.World @@ -330,14 +250,6 @@ items: nameWithType: RoofType.Price fullName: TinyLife.World.RoofType.Price type: Field - source: - remote: - path: TinyLife/World/Roof.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Price - path: ../TinyLife/World/Roof.cs - startLine: 50 assemblies: - Tiny Life namespace: TinyLife.World @@ -359,14 +271,6 @@ items: nameWithType: RoofType.Colors fullName: TinyLife.World.RoofType.Colors type: Field - source: - remote: - path: TinyLife/World/Roof.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Colors - path: ../TinyLife/World/Roof.cs - startLine: 54 assemblies: - Tiny Life namespace: TinyLife.World @@ -388,14 +292,6 @@ items: nameWithType: RoofType.Textures fullName: TinyLife.World.RoofType.Textures type: Field - source: - remote: - path: TinyLife/World/Roof.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Textures - path: ../TinyLife/World/Roof.cs - startLine: 58 assemblies: - Tiny Life namespace: TinyLife.World @@ -417,14 +313,6 @@ items: nameWithType: RoofType.TextureRegion fullName: TinyLife.World.RoofType.TextureRegion type: Field - source: - remote: - path: TinyLife/World/Roof.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TextureRegion - path: ../TinyLife/World/Roof.cs - startLine: 62 assemblies: - Tiny Life namespace: TinyLife.World @@ -446,14 +334,6 @@ items: nameWithType: RoofType.Style fullName: TinyLife.World.RoofType.Style type: Field - source: - remote: - path: TinyLife/World/Roof.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Style - path: ../TinyLife/World/Roof.cs - startLine: 67 assemblies: - Tiny Life namespace: TinyLife.World @@ -478,14 +358,6 @@ items: nameWithType: RoofType.Icon fullName: TinyLife.World.RoofType.Icon type: Field - source: - remote: - path: TinyLife/World/Roof.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Icon - path: ../TinyLife/World/Roof.cs - startLine: 72 assemblies: - Tiny Life namespace: TinyLife.World @@ -510,14 +382,6 @@ items: nameWithType: RoofType.RoofType(string, int, ColorScheme[], RoofStyle, IReadOnlyDictionary, Point, TextureRegion) fullName: TinyLife.World.RoofType.RoofType(string, int, TinyLife.Utilities.ColorScheme[], TinyLife.World.RoofStyle, System.Collections.Generic.IReadOnlyDictionary, Microsoft.Xna.Framework.Point, MLEM.Textures.TextureRegion) type: Constructor - source: - remote: - path: TinyLife/World/Roof.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/World/Roof.cs - startLine: 84 assemblies: - Tiny Life namespace: TinyLife.World @@ -563,14 +427,6 @@ items: nameWithType: RoofType.RoofType(string, int, ColorSettings, RoofStyle, IReadOnlyDictionary, Point, TextureRegion) fullName: TinyLife.World.RoofType.RoofType(string, int, TinyLife.Utilities.ColorSettings, TinyLife.World.RoofStyle, System.Collections.Generic.IReadOnlyDictionary, Microsoft.Xna.Framework.Point, MLEM.Textures.TextureRegion) type: Constructor - source: - remote: - path: TinyLife/World/Roof.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/World/Roof.cs - startLine: 97 assemblies: - Tiny Life namespace: TinyLife.World @@ -616,14 +472,6 @@ items: nameWithType: RoofType.RoofType(string, int, ColorScheme, RoofStyle, IReadOnlyDictionary, Point, TextureRegion) fullName: TinyLife.World.RoofType.RoofType(string, int, TinyLife.Utilities.ColorScheme, TinyLife.World.RoofStyle, System.Collections.Generic.IReadOnlyDictionary, Microsoft.Xna.Framework.Point, MLEM.Textures.TextureRegion) type: Constructor - source: - remote: - path: TinyLife/World/Roof.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/World/Roof.cs - startLine: 117 assemblies: - Tiny Life namespace: TinyLife.World @@ -669,14 +517,6 @@ items: nameWithType: RoofType.DrawUi(SpriteBatch, Element, int[], float) fullName: TinyLife.World.RoofType.DrawUi(Microsoft.Xna.Framework.Graphics.SpriteBatch, MLEM.Ui.Elements.Element, int[], float) type: Method - source: - remote: - path: TinyLife/World/Roof.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DrawUi - path: ../TinyLife/World/Roof.cs - startLine: 127 assemblies: - Tiny Life namespace: TinyLife.World @@ -713,14 +553,6 @@ items: nameWithType: RoofType.Draw(GameTime, SpriteBatch, Map, Rectangle, int, Direction2, int[], Wallpaper, int, float, Color?, bool) fullName: TinyLife.World.RoofType.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, TinyLife.World.Map, Microsoft.Xna.Framework.Rectangle, int, MLEM.Maths.Direction2, int[], TinyLife.World.Wallpaper, int, float, Microsoft.Xna.Framework.Color?, bool) type: Method - source: - remote: - path: TinyLife/World/Roof.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Draw - path: ../TinyLife/World/Roof.cs - startLine: 151 assemblies: - Tiny Life namespace: TinyLife.World @@ -781,14 +613,6 @@ items: nameWithType: RoofType.GetGableOffset(Rectangle, Direction2, Point) fullName: TinyLife.World.RoofType.GetGableOffset(Microsoft.Xna.Framework.Rectangle, MLEM.Maths.Direction2, Microsoft.Xna.Framework.Point) type: Method - source: - remote: - path: TinyLife/World/Roof.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetGableOffset - path: ../TinyLife/World/Roof.cs - startLine: 250 assemblies: - Tiny Life namespace: TinyLife.World @@ -825,14 +649,6 @@ items: nameWithType: RoofType.GetPrice(Rectangle) fullName: TinyLife.World.RoofType.GetPrice(Microsoft.Xna.Framework.Rectangle) type: Method - source: - remote: - path: TinyLife/World/Roof.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetPrice - path: ../TinyLife/World/Roof.cs - startLine: 268 assemblies: - Tiny Life namespace: TinyLife.World @@ -863,14 +679,6 @@ items: nameWithType: RoofType.Register(RoofType) fullName: TinyLife.World.RoofType.Register(TinyLife.World.RoofType) type: Method - source: - remote: - path: TinyLife/World/Roof.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Register - path: ../TinyLife/World/Roof.cs - startLine: 277 assemblies: - Tiny Life namespace: TinyLife.World diff --git a/docs/api/TinyLife.World.Room.yml b/docs/api/TinyLife.World.Room.yml index a58c14b..3ed6238 100644 --- a/docs/api/TinyLife.World.Room.yml +++ b/docs/api/TinyLife.World.Room.yml @@ -27,14 +27,6 @@ items: nameWithType: Room fullName: TinyLife.World.Room type: Class - source: - remote: - path: TinyLife/World/Room.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Room - path: ../TinyLife/World/Room.cs - startLine: 11 assemblies: - Tiny Life namespace: TinyLife.World @@ -66,14 +58,6 @@ items: nameWithType: Room.Map fullName: TinyLife.World.Room.Map type: Field - source: - remote: - path: TinyLife/World/Room.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Map - path: ../TinyLife/World/Room.cs - startLine: 16 assemblies: - Tiny Life namespace: TinyLife.World @@ -95,14 +79,6 @@ items: nameWithType: Room.Floor fullName: TinyLife.World.Room.Floor type: Field - source: - remote: - path: TinyLife/World/Room.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Floor - path: ../TinyLife/World/Room.cs - startLine: 20 assemblies: - Tiny Life namespace: TinyLife.World @@ -124,14 +100,6 @@ items: nameWithType: Room.Center fullName: TinyLife.World.Room.Center type: Field - source: - remote: - path: TinyLife/World/Room.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Center - path: ../TinyLife/World/Room.cs - startLine: 25 assemblies: - Tiny Life namespace: TinyLife.World @@ -156,14 +124,6 @@ items: nameWithType: Room.Tiles fullName: TinyLife.World.Room.Tiles type: Field - source: - remote: - path: TinyLife/World/Room.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Tiles - path: ../TinyLife/World/Room.cs - startLine: 29 assemblies: - Tiny Life namespace: TinyLife.World @@ -185,14 +145,6 @@ items: nameWithType: Room.CoveredSections fullName: TinyLife.World.Room.CoveredSections type: Field - source: - remote: - path: TinyLife/World/Room.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CoveredSections - path: ../TinyLife/World/Room.cs - startLine: 33 assemblies: - Tiny Life namespace: TinyLife.World @@ -214,14 +166,6 @@ items: nameWithType: Room.FullyRoofed fullName: TinyLife.World.Room.FullyRoofed type: Property - source: - remote: - path: TinyLife/World/Room.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: FullyRoofed - path: ../TinyLife/World/Room.cs - startLine: 39 assemblies: - Tiny Life namespace: TinyLife.World @@ -248,14 +192,6 @@ items: nameWithType: Room.HasOpeningsToOutside fullName: TinyLife.World.Room.HasOpeningsToOutside type: Property - source: - remote: - path: TinyLife/World/Room.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: HasOpeningsToOutside - path: ../TinyLife/World/Room.cs - startLine: 44 assemblies: - Tiny Life namespace: TinyLife.World @@ -282,14 +218,6 @@ items: nameWithType: Room.IsSameRoom(ICollection, int) fullName: TinyLife.World.Room.IsSameRoom(System.Collections.Generic.ICollection, int) type: Method - source: - remote: - path: TinyLife/World/Room.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IsSameRoom - path: ../TinyLife/World/Room.cs - startLine: 63 assemblies: - Tiny Life namespace: TinyLife.World @@ -323,14 +251,6 @@ items: nameWithType: Room.Validate() fullName: TinyLife.World.Room.Validate() type: Method - source: - remote: - path: TinyLife/World/Room.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Validate - path: ../TinyLife/World/Room.cs - startLine: 73 assemblies: - Tiny Life namespace: TinyLife.World @@ -354,14 +274,6 @@ items: nameWithType: Room.GetWalls(bool) fullName: TinyLife.World.Room.GetWalls(bool) type: Method - source: - remote: - path: TinyLife/World/Room.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetWalls - path: ../TinyLife/World/Room.cs - startLine: 120 assemblies: - Tiny Life namespace: TinyLife.World @@ -395,14 +307,6 @@ items: nameWithType: Room.GetStairs() fullName: TinyLife.World.Room.GetStairs() type: Method - source: - remote: - path: TinyLife/World/Room.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetStairs - path: ../TinyLife/World/Room.cs - startLine: 146 assemblies: - Tiny Life namespace: TinyLife.World @@ -426,14 +330,6 @@ items: nameWithType: Room.GetObjects() fullName: TinyLife.World.Room.GetObjects() type: Method - source: - remote: - path: TinyLife/World/Room.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetObjects - path: ../TinyLife/World/Room.cs - startLine: 161 assemblies: - Tiny Life namespace: TinyLife.World @@ -462,14 +358,6 @@ items: nameWithType: Room.GetLights() fullName: TinyLife.World.Room.GetLights() type: Method - source: - remote: - path: TinyLife/World/Room.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetLights - path: ../TinyLife/World/Room.cs - startLine: 176 assemblies: - Tiny Life namespace: TinyLife.World @@ -493,14 +381,6 @@ items: nameWithType: Room.GetDecorativeRating() fullName: TinyLife.World.Room.GetDecorativeRating() type: Method - source: - remote: - path: TinyLife/World/Room.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetDecorativeRating - path: ../TinyLife/World/Room.cs - startLine: 192 assemblies: - Tiny Life namespace: TinyLife.World @@ -527,14 +407,6 @@ items: nameWithType: Room.GetConnectedRooms(PersonLike) fullName: TinyLife.World.Room.GetConnectedRooms(TinyLife.Objects.PersonLike) type: Method - source: - remote: - path: TinyLife/World/Room.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetConnectedRooms - path: ../TinyLife/World/Room.cs - startLine: 209 assemblies: - Tiny Life namespace: TinyLife.World diff --git a/docs/api/TinyLife.World.Soundscape.IntensityDelegate.yml b/docs/api/TinyLife.World.Soundscape.IntensityDelegate.yml index b4b40cb..c3d5cd5 100644 --- a/docs/api/TinyLife.World.Soundscape.IntensityDelegate.yml +++ b/docs/api/TinyLife.World.Soundscape.IntensityDelegate.yml @@ -12,14 +12,6 @@ items: nameWithType: Soundscape.IntensityDelegate fullName: TinyLife.World.Soundscape.IntensityDelegate type: Delegate - source: - remote: - path: TinyLife/World/Soundscape.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IntensityDelegate - path: ../TinyLife/World/Soundscape.cs - startLine: 158 assemblies: - Tiny Life namespace: TinyLife.World diff --git a/docs/api/TinyLife.World.Soundscape.yml b/docs/api/TinyLife.World.Soundscape.yml index 727512e..3fcef2b 100644 --- a/docs/api/TinyLife.World.Soundscape.yml +++ b/docs/api/TinyLife.World.Soundscape.yml @@ -18,14 +18,6 @@ items: nameWithType: Soundscape fullName: TinyLife.World.Soundscape type: Class - source: - remote: - path: TinyLife/World/Soundscape.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Soundscape - path: ../TinyLife/World/Soundscape.cs - startLine: 16 assemblies: - Tiny Life namespace: TinyLife.World @@ -60,14 +52,6 @@ items: nameWithType: Soundscape.Soundscapes fullName: TinyLife.World.Soundscape.Soundscapes type: Field - source: - remote: - path: TinyLife/World/Soundscape.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Soundscapes - path: ../TinyLife/World/Soundscape.cs - startLine: 22 assemblies: - Tiny Life namespace: TinyLife.World @@ -92,14 +76,6 @@ items: nameWithType: Soundscape.Soundscape(Soundscape.IntensityDelegate, params SoundEffect[]) fullName: TinyLife.World.Soundscape.Soundscape(TinyLife.World.Soundscape.IntensityDelegate, params Microsoft.Xna.Framework.Audio.SoundEffect[]) type: Constructor - source: - remote: - path: TinyLife/World/Soundscape.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/World/Soundscape.cs - startLine: 48 assemblies: - Tiny Life namespace: TinyLife.World @@ -130,14 +106,6 @@ items: nameWithType: Soundscape.Update(Map, Camera) fullName: TinyLife.World.Soundscape.Update(TinyLife.World.Map, MLEM.Cameras.Camera) type: Method - source: - remote: - path: TinyLife/World/Soundscape.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Update - path: ../TinyLife/World/Soundscape.cs - startLine: 58 assemblies: - Tiny Life namespace: TinyLife.World @@ -165,14 +133,6 @@ items: nameWithType: Soundscape.GetDaytimePercentage(Map) fullName: TinyLife.World.Soundscape.GetDaytimePercentage(TinyLife.World.Map) type: Method - source: - remote: - path: TinyLife/World/Soundscape.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetDaytimePercentage - path: ../TinyLife/World/Soundscape.cs - startLine: 77 assemblies: - Tiny Life namespace: TinyLife.World @@ -200,14 +160,6 @@ items: nameWithType: Soundscape.GetObjectDensity(Map, Vector2, Func, int, int) fullName: TinyLife.World.Soundscape.GetObjectDensity(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, System.Func, int, int) type: Method - source: - remote: - path: TinyLife/World/Soundscape.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetObjectDensity - path: ../TinyLife/World/Soundscape.cs - startLine: 98 assemblies: - Tiny Life namespace: TinyLife.World @@ -253,14 +205,6 @@ items: nameWithType: Soundscape.GetTileDensity(Map, Vector2, Func, int, int) fullName: TinyLife.World.Soundscape.GetTileDensity(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, System.Func, int, int) type: Method - source: - remote: - path: TinyLife/World/Soundscape.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetTileDensity - path: ../TinyLife/World/Soundscape.cs - startLine: 123 assemblies: - Tiny Life namespace: TinyLife.World diff --git a/docs/api/TinyLife.World.Stairs.yml b/docs/api/TinyLife.World.Stairs.yml index 542b62c..09b231a 100644 --- a/docs/api/TinyLife.World.Stairs.yml +++ b/docs/api/TinyLife.World.Stairs.yml @@ -25,14 +25,6 @@ items: nameWithType: Stairs fullName: TinyLife.World.Stairs type: Class - source: - remote: - path: TinyLife/World/Stairs.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Stairs - path: ../TinyLife/World/Stairs.cs - startLine: 20 assemblies: - Tiny Life namespace: TinyLife.World @@ -83,14 +75,6 @@ items: nameWithType: Stairs.Type fullName: TinyLife.World.Stairs.Type type: Field - source: - remote: - path: TinyLife/World/Stairs.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Type - path: ../TinyLife/World/Stairs.cs - startLine: 27 assemblies: - Tiny Life namespace: TinyLife.World @@ -122,14 +106,6 @@ items: nameWithType: Stairs.Colors fullName: TinyLife.World.Stairs.Colors type: Field - source: - remote: - path: TinyLife/World/Stairs.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Colors - path: ../TinyLife/World/Stairs.cs - startLine: 32 assemblies: - Tiny Life namespace: TinyLife.World @@ -161,14 +137,6 @@ items: nameWithType: Stairs.Position fullName: TinyLife.World.Stairs.Position type: Property - source: - remote: - path: TinyLife/World/Stairs.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Position - path: ../TinyLife/World/Stairs.cs - startLine: 37 assemblies: - Tiny Life namespace: TinyLife.World @@ -202,14 +170,6 @@ items: nameWithType: Stairs.Floor fullName: TinyLife.World.Stairs.Floor type: Property - source: - remote: - path: TinyLife/World/Stairs.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Floor - path: ../TinyLife/World/Stairs.cs - startLine: 42 assemblies: - Tiny Life namespace: TinyLife.World @@ -243,14 +203,6 @@ items: nameWithType: Stairs.Rotation fullName: TinyLife.World.Stairs.Rotation type: Property - source: - remote: - path: TinyLife/World/Stairs.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Rotation - path: ../TinyLife/World/Stairs.cs - startLine: 47 assemblies: - Tiny Life namespace: TinyLife.World @@ -284,14 +236,6 @@ items: nameWithType: Stairs.Wallpaper fullName: TinyLife.World.Stairs.Wallpaper type: Field - source: - remote: - path: TinyLife/World/Stairs.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Wallpaper - path: ../TinyLife/World/Stairs.cs - startLine: 53 assemblies: - Tiny Life namespace: TinyLife.World @@ -323,14 +267,6 @@ items: nameWithType: Stairs.Area fullName: TinyLife.World.Stairs.Area type: Property - source: - remote: - path: TinyLife/World/Stairs.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Area - path: ../TinyLife/World/Stairs.cs - startLine: 58 assemblies: - Tiny Life namespace: TinyLife.World @@ -354,14 +290,6 @@ items: nameWithType: Stairs.BottomEntryPosition fullName: TinyLife.World.Stairs.BottomEntryPosition type: Property - source: - remote: - path: TinyLife/World/Stairs.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: BottomEntryPosition - path: ../TinyLife/World/Stairs.cs - startLine: 62 assemblies: - Tiny Life namespace: TinyLife.World @@ -385,14 +313,6 @@ items: nameWithType: Stairs.TopEntryPosition fullName: TinyLife.World.Stairs.TopEntryPosition type: Property - source: - remote: - path: TinyLife/World/Stairs.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TopEntryPosition - path: ../TinyLife/World/Stairs.cs - startLine: 66 assemblies: - Tiny Life namespace: TinyLife.World @@ -416,14 +336,6 @@ items: nameWithType: Stairs.Stairs(StairsType, int[], Map, Point, int, Direction2, bool) fullName: TinyLife.World.Stairs.Stairs(TinyLife.World.StairsType, int[], TinyLife.World.Map, Microsoft.Xna.Framework.Point, int, MLEM.Maths.Direction2, bool) type: Constructor - source: - remote: - path: TinyLife/World/Stairs.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/World/Stairs.cs - startLine: 80 assemblies: - Tiny Life namespace: TinyLife.World @@ -469,14 +381,6 @@ items: nameWithType: Stairs.Validate(Map) fullName: TinyLife.World.Stairs.Validate(TinyLife.World.Map) type: Method - source: - remote: - path: TinyLife/World/Stairs.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Validate - path: ../TinyLife/World/Stairs.cs - startLine: 96 assemblies: - Tiny Life namespace: TinyLife.World @@ -504,14 +408,6 @@ items: nameWithType: Stairs.Draw(GameTime, SpriteBatch, Color?) fullName: TinyLife.World.Stairs.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.Color?) type: Method - source: - remote: - path: TinyLife/World/Stairs.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Draw - path: ../TinyLife/World/Stairs.cs - startLine: 111 assemblies: - Tiny Life namespace: TinyLife.World @@ -542,14 +438,6 @@ items: nameWithType: Stairs.GetArea(Point, Direction2) fullName: TinyLife.World.Stairs.GetArea(Microsoft.Xna.Framework.Point, MLEM.Maths.Direction2) type: Method - source: - remote: - path: TinyLife/World/Stairs.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetArea - path: ../TinyLife/World/Stairs.cs - startLine: 145 assemblies: - Tiny Life namespace: TinyLife.World diff --git a/docs/api/TinyLife.World.StairsType.yml b/docs/api/TinyLife.World.StairsType.yml index f253d7c..604cfcd 100644 --- a/docs/api/TinyLife.World.StairsType.yml +++ b/docs/api/TinyLife.World.StairsType.yml @@ -26,14 +26,6 @@ items: nameWithType: StairsType fullName: TinyLife.World.StairsType type: Class - source: - remote: - path: TinyLife/World/Stairs.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: StairsType - path: ../TinyLife/World/Stairs.cs - startLine: 164 assemblies: - Tiny Life namespace: TinyLife.World @@ -74,14 +66,6 @@ items: nameWithType: StairsType.Types fullName: TinyLife.World.StairsType.Types type: Field - source: - remote: - path: TinyLife/World/Stairs.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Types - path: ../TinyLife/World/Stairs.cs - startLine: 171 assemblies: - Tiny Life namespace: TinyLife.World @@ -103,14 +87,6 @@ items: nameWithType: StairsType.Name fullName: TinyLife.World.StairsType.Name type: Field - source: - remote: - path: TinyLife/World/Stairs.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Name - path: ../TinyLife/World/Stairs.cs - startLine: 181 assemblies: - Tiny Life namespace: TinyLife.World @@ -132,14 +108,6 @@ items: nameWithType: StairsType.Price fullName: TinyLife.World.StairsType.Price type: Field - source: - remote: - path: TinyLife/World/Stairs.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Price - path: ../TinyLife/World/Stairs.cs - startLine: 185 assemblies: - Tiny Life namespace: TinyLife.World @@ -161,14 +129,6 @@ items: nameWithType: StairsType.Textures fullName: TinyLife.World.StairsType.Textures type: Field - source: - remote: - path: TinyLife/World/Stairs.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Textures - path: ../TinyLife/World/Stairs.cs - startLine: 189 assemblies: - Tiny Life namespace: TinyLife.World @@ -190,14 +150,6 @@ items: nameWithType: StairsType.TextureRegion fullName: TinyLife.World.StairsType.TextureRegion type: Field - source: - remote: - path: TinyLife/World/Stairs.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TextureRegion - path: ../TinyLife/World/Stairs.cs - startLine: 194 assemblies: - Tiny Life namespace: TinyLife.World @@ -222,14 +174,6 @@ items: nameWithType: StairsType.Colors fullName: TinyLife.World.StairsType.Colors type: Field - source: - remote: - path: TinyLife/World/Stairs.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Colors - path: ../TinyLife/World/Stairs.cs - startLine: 198 assemblies: - Tiny Life namespace: TinyLife.World @@ -251,14 +195,6 @@ items: nameWithType: StairsType.Icon fullName: TinyLife.World.StairsType.Icon type: Field - source: - remote: - path: TinyLife/World/Stairs.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Icon - path: ../TinyLife/World/Stairs.cs - startLine: 202 assemblies: - Tiny Life namespace: TinyLife.World @@ -280,14 +216,6 @@ items: nameWithType: StairsType.AllowsWallpaper fullName: TinyLife.World.StairsType.AllowsWallpaper type: Field - source: - remote: - path: TinyLife/World/Stairs.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AllowsWallpaper - path: ../TinyLife/World/Stairs.cs - startLine: 206 assemblies: - Tiny Life namespace: TinyLife.World @@ -309,14 +237,6 @@ items: nameWithType: StairsType.StairsType(string, int, Dictionary, Point, bool, TextureRegion, params ColorScheme[]) fullName: TinyLife.World.StairsType.StairsType(string, int, System.Collections.Generic.Dictionary, Microsoft.Xna.Framework.Point, bool, MLEM.Textures.TextureRegion, params TinyLife.Utilities.ColorScheme[]) type: Constructor - source: - remote: - path: TinyLife/World/Stairs.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/World/Stairs.cs - startLine: 218 assemblies: - Tiny Life namespace: TinyLife.World @@ -362,14 +282,6 @@ items: nameWithType: StairsType.StairsType(string, int, Dictionary, Point, bool, TextureRegion, ColorSettings) fullName: TinyLife.World.StairsType.StairsType(string, int, System.Collections.Generic.Dictionary, Microsoft.Xna.Framework.Point, bool, MLEM.Textures.TextureRegion, TinyLife.Utilities.ColorSettings) type: Constructor - source: - remote: - path: TinyLife/World/Stairs.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/World/Stairs.cs - startLine: 231 assemblies: - Tiny Life namespace: TinyLife.World @@ -415,14 +327,6 @@ items: nameWithType: StairsType.StairsType(string, int, Dictionary, Point, bool, params ColorScheme[]) fullName: TinyLife.World.StairsType.StairsType(string, int, System.Collections.Generic.Dictionary, Microsoft.Xna.Framework.Point, bool, params TinyLife.Utilities.ColorScheme[]) type: Constructor - source: - remote: - path: TinyLife/World/Stairs.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/World/Stairs.cs - startLine: 250 assemblies: - Tiny Life namespace: TinyLife.World @@ -465,14 +369,6 @@ items: nameWithType: StairsType.DrawUi(Element, SpriteBatch, GameTime, Map, int[], Wallpaper, float) fullName: TinyLife.World.StairsType.DrawUi(MLEM.Ui.Elements.Element, Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.GameTime, TinyLife.World.Map, int[], TinyLife.World.Wallpaper, float) type: Method - source: - remote: - path: TinyLife/World/Stairs.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DrawUi - path: ../TinyLife/World/Stairs.cs - startLine: 263 assemblies: - Tiny Life namespace: TinyLife.World @@ -518,14 +414,6 @@ items: nameWithType: StairsType.Draw(GameTime, SpriteBatch, Map, Point, int, Vector2, Direction2, Direction2, int[], Wallpaper, float, float, Color?) fullName: TinyLife.World.StairsType.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, TinyLife.World.Map, Microsoft.Xna.Framework.Point, int, Microsoft.Xna.Framework.Vector2, MLEM.Maths.Direction2, MLEM.Maths.Direction2, int[], TinyLife.World.Wallpaper, float, float, Microsoft.Xna.Framework.Color?) type: Method - source: - remote: - path: TinyLife/World/Stairs.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Draw - path: ../TinyLife/World/Stairs.cs - startLine: 285 assemblies: - Tiny Life namespace: TinyLife.World @@ -589,14 +477,6 @@ items: nameWithType: StairsType.Register(StairsType) fullName: TinyLife.World.StairsType.Register(TinyLife.World.StairsType) type: Method - source: - remote: - path: TinyLife/World/Stairs.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Register - path: ../TinyLife/World/Stairs.cs - startLine: 334 assemblies: - Tiny Life namespace: TinyLife.World diff --git a/docs/api/TinyLife.World.SwingingDoor.yml b/docs/api/TinyLife.World.SwingingDoor.yml index e608629..d50d09d 100644 --- a/docs/api/TinyLife.World.SwingingDoor.yml +++ b/docs/api/TinyLife.World.SwingingDoor.yml @@ -18,14 +18,6 @@ items: nameWithType: SwingingDoor fullName: TinyLife.World.SwingingDoor type: Class - source: - remote: - path: TinyLife/World/Opening.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SwingingDoor - path: ../TinyLife/World/Opening.cs - startLine: 133 assemblies: - Tiny Life namespace: TinyLife.World @@ -68,14 +60,6 @@ items: nameWithType: SwingingDoor.Lock fullName: TinyLife.World.SwingingDoor.Lock type: Field - source: - remote: - path: TinyLife/World/Opening.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Lock - path: ../TinyLife/World/Opening.cs - startLine: 139 assemblies: - Tiny Life namespace: TinyLife.World @@ -107,14 +91,6 @@ items: nameWithType: SwingingDoor.SwingingDoor(OpeningType, int[]) fullName: TinyLife.World.SwingingDoor.SwingingDoor(TinyLife.World.OpeningType, int[]) type: Constructor - source: - remote: - path: TinyLife/World/Opening.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/World/Opening.cs - startLine: 142 assemblies: - Tiny Life namespace: TinyLife.World @@ -145,14 +121,6 @@ items: nameWithType: SwingingDoor.Draw(GameTime, SpriteBatch, Map, WallLike, Vector2, bool, float, Color?) fullName: TinyLife.World.SwingingDoor.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, TinyLife.World.Map, TinyLife.Objects.WallLike, Microsoft.Xna.Framework.Vector2, bool, float, Microsoft.Xna.Framework.Color?) type: Method - source: - remote: - path: TinyLife/World/Opening.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Draw - path: ../TinyLife/World/Opening.cs - startLine: 145 assemblies: - Tiny Life namespace: TinyLife.World @@ -202,14 +170,6 @@ items: nameWithType: SwingingDoor.CanWalkThrough(Map, WallLike, MapObject) fullName: TinyLife.World.SwingingDoor.CanWalkThrough(TinyLife.World.Map, TinyLife.Objects.WallLike, TinyLife.Objects.MapObject) type: Method - source: - remote: - path: TinyLife/World/Opening.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CanWalkThrough - path: ../TinyLife/World/Opening.cs - startLine: 156 assemblies: - Tiny Life namespace: TinyLife.World @@ -244,14 +204,6 @@ items: nameWithType: SwingingDoor.IsOpen(Map, WallLike) fullName: TinyLife.World.SwingingDoor.IsOpen(TinyLife.World.Map, TinyLife.Objects.WallLike) type: Method - source: - remote: - path: TinyLife/World/Opening.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IsOpen - path: ../TinyLife/World/Opening.cs - startLine: 170 assemblies: - Tiny Life namespace: TinyLife.World @@ -285,14 +237,6 @@ items: nameWithType: SwingingDoor.Construct(OpeningType, int[], WallLike) fullName: TinyLife.World.SwingingDoor.Construct(TinyLife.World.OpeningType, int[], TinyLife.Objects.WallLike) type: Method - source: - remote: - path: TinyLife/World/Opening.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Construct - path: ../TinyLife/World/Opening.cs - startLine: 183 assemblies: - Tiny Life namespace: TinyLife.World diff --git a/docs/api/TinyLife.World.Tile.Category.yml b/docs/api/TinyLife.World.Tile.Category.yml index 0f6a819..b47a3ff 100644 --- a/docs/api/TinyLife.World.Tile.Category.yml +++ b/docs/api/TinyLife.World.Tile.Category.yml @@ -17,14 +17,6 @@ items: nameWithType: Tile.Category fullName: TinyLife.World.Tile.Category type: Enum - source: - remote: - path: TinyLife/World/Tile.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Category - path: ../TinyLife/World/Tile.cs - startLine: 390 assemblies: - Tiny Life namespace: TinyLife.World @@ -56,14 +48,6 @@ items: nameWithType: Tile.Category.None fullName: TinyLife.World.Tile.Category.None type: Field - source: - remote: - path: TinyLife/World/Tile.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: None - path: ../TinyLife/World/Tile.cs - startLine: 396 assemblies: - Tiny Life namespace: TinyLife.World @@ -84,14 +68,6 @@ items: nameWithType: Tile.Category.Natural fullName: TinyLife.World.Tile.Category.Natural type: Field - source: - remote: - path: TinyLife/World/Tile.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Natural - path: ../TinyLife/World/Tile.cs - startLine: 400 assemblies: - Tiny Life namespace: TinyLife.World @@ -112,14 +88,6 @@ items: nameWithType: Tile.Category.Water fullName: TinyLife.World.Tile.Category.Water type: Field - source: - remote: - path: TinyLife/World/Tile.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Water - path: ../TinyLife/World/Tile.cs - startLine: 404 assemblies: - Tiny Life namespace: TinyLife.World @@ -140,14 +108,6 @@ items: nameWithType: Tile.Category.ValidExitPoint fullName: TinyLife.World.Tile.Category.ValidExitPoint type: Field - source: - remote: - path: TinyLife/World/Tile.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ValidExitPoint - path: ../TinyLife/World/Tile.cs - startLine: 409 assemblies: - Tiny Life namespace: TinyLife.World @@ -171,14 +131,6 @@ items: nameWithType: Tile.Category.Road fullName: TinyLife.World.Tile.Category.Road type: Field - source: - remote: - path: TinyLife/World/Tile.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Road - path: ../TinyLife/World/Tile.cs - startLine: 414 assemblies: - Tiny Life namespace: TinyLife.World diff --git a/docs/api/TinyLife.World.Tile.yml b/docs/api/TinyLife.World.Tile.yml index 0623b49..d2e3152 100644 --- a/docs/api/TinyLife.World.Tile.yml +++ b/docs/api/TinyLife.World.Tile.yml @@ -7,22 +7,40 @@ items: children: - TinyLife.World.Tile.#ctor(System.String,System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},System.Collections.Generic.Dictionary{MLEM.Maths.Direction2,Microsoft.Xna.Framework.Point[]},TinyLife.Utilities.ColorSettings,System.Int32[],System.Boolean,System.Single,TinyLife.World.Tile.Category,MLEM.Textures.TextureRegion,System.Func{Microsoft.Xna.Framework.Point,System.Single}) - TinyLife.World.Tile.BaseName + - TinyLife.World.Tile.BigTiles - TinyLife.World.Tile.CanBuy - TinyLife.World.Tile.Categories + - TinyLife.World.Tile.CheckeredHardwood - TinyLife.World.Tile.ColorSettings - TinyLife.World.Tile.Colors + - TinyLife.World.Tile.Concrete + - TinyLife.World.Tile.Dirt + - TinyLife.World.Tile.DirtPath + - TinyLife.World.Tile.DirtRoad + - TinyLife.World.Tile.DirtRoadLines1 + - TinyLife.World.Tile.DirtRoadLines2 + - TinyLife.World.Tile.DirtWithGrass - TinyLife.World.Tile.Draw(Microsoft.Xna.Framework.GameTime,System.Object,TinyLife.World.Map,Microsoft.Xna.Framework.Point,System.Int32,Microsoft.Xna.Framework.Vector2,System.Single,System.Single,System.Collections.Generic.ICollection{MLEM.Graphics.StaticSpriteBatch.Item},System.Boolean,System.Func{Microsoft.Xna.Framework.Point,System.Int32,TinyLife.World.Tile}) - TinyLife.World.Tile.DrawUi(MLEM.Ui.Elements.Element,Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single) + - TinyLife.World.Tile.FlowerGrass - TinyLife.World.Tile.GetAutoTileBorder(TinyLife.World.Map,Microsoft.Xna.Framework.Point,System.Int32,Microsoft.Xna.Framework.Point,TinyLife.World.Tile,System.Int32) - TinyLife.World.Tile.GetDepth(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Single,System.Single,System.Boolean) - TinyLife.World.Tile.GetPrice - TinyLife.World.Tile.GetVariationTexture(MLEM.Maths.Direction2,Microsoft.Xna.Framework.Point) - TinyLife.World.Tile.GetVisualOffset(MLEM.Maths.Direction2,System.Int32,System.Int32) + - TinyLife.World.Tile.Grass - TinyLife.World.Tile.Icon + - TinyLife.World.Tile.IntricateCarpet + - TinyLife.World.Tile.LargeConcreteTiles + - TinyLife.World.Tile.LongBoards + - TinyLife.World.Tile.ModernBricks + - TinyLife.World.Tile.ModernTiles - TinyLife.World.Tile.Name - TinyLife.World.Tile.OnNeighborChanged(TinyLife.World.Map,Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point,System.Int32) + - TinyLife.World.Tile.OrnateHardwood - TinyLife.World.Tile.PathCostModifier - TinyLife.World.Tile.Price + - TinyLife.World.Tile.PuzzlePieces - TinyLife.World.Tile.ReferencePrice - TinyLife.World.Tile.RegionWeights - TinyLife.World.Tile.Regions @@ -30,8 +48,21 @@ items: - TinyLife.World.Tile.Register(System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point,TinyLife.Utilities.ColorScheme[],System.Single,System.Boolean,TinyLife.World.Tile.Category,MLEM.Textures.TextureRegion,System.Func{MLEM.Maths.Direction2,System.Nullable{Microsoft.Xna.Framework.Point}},System.Int32[],System.Func{Microsoft.Xna.Framework.Point,System.Single},System.Type) - TinyLife.World.Tile.Register(System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point[],TinyLife.Utilities.ColorScheme[],System.Single,System.Boolean,TinyLife.World.Tile.Category,MLEM.Textures.TextureRegion,System.Func{MLEM.Maths.Direction2,Microsoft.Xna.Framework.Point[]},System.Int32[],System.Func{Microsoft.Xna.Framework.Point,System.Single},System.Type) - TinyLife.World.Tile.Register(System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point[],TinyLife.Utilities.ColorSettings,System.Single,System.Boolean,TinyLife.World.Tile.Category,MLEM.Textures.TextureRegion,System.Func{MLEM.Maths.Direction2,Microsoft.Xna.Framework.Point[]},System.Func{Microsoft.Xna.Framework.Point,System.Single},System.Type) + - TinyLife.World.Tile.RicketyHardwood + - TinyLife.World.Tile.Road1 + - TinyLife.World.Tile.Road2 + - TinyLife.World.Tile.Road3 + - TinyLife.World.Tile.Road4 + - TinyLife.World.Tile.Road5 + - TinyLife.World.Tile.Rocks + - TinyLife.World.Tile.Sand + - TinyLife.World.Tile.SimpleCarpet + - TinyLife.World.Tile.SmallCheckeredHardwood + - TinyLife.World.Tile.SoftCarpet + - TinyLife.World.Tile.StraightBoards - TinyLife.World.Tile.Textures - TinyLife.World.Tile.Tiles + - TinyLife.World.Tile.Water langs: - csharp - vb @@ -39,14 +70,6 @@ items: nameWithType: Tile fullName: TinyLife.World.Tile type: Class - source: - remote: - path: TinyLife/World/Tile.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Tile - path: ../TinyLife/World/Tile.cs - startLine: 22 assemblies: - Tiny Life namespace: TinyLife.World @@ -89,14 +112,6 @@ items: nameWithType: Tile.Tiles fullName: TinyLife.World.Tile.Tiles type: Field - source: - remote: - path: TinyLife/World/Tile.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Tiles - path: ../TinyLife/World/Tile.cs - startLine: 29 assemblies: - Tiny Life namespace: TinyLife.World @@ -118,14 +133,6 @@ items: nameWithType: Tile.ReferencePrice fullName: TinyLife.World.Tile.ReferencePrice type: Field - source: - remote: - path: TinyLife/World/Tile.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ReferencePrice - path: ../TinyLife/World/Tile.cs - startLine: 35 assemblies: - Tiny Life namespace: TinyLife.World @@ -141,6 +148,595 @@ items: return: type: System.Int32 content.vb: Public Const ReferencePrice As Integer = 5 +- uid: TinyLife.World.Tile.Grass + commentId: F:TinyLife.World.Tile.Grass + id: Grass + parent: TinyLife.World.Tile + langs: + - csharp + - vb + name: Grass + nameWithType: Tile.Grass + fullName: TinyLife.World.Tile.Grass + type: Field + assemblies: + - Tiny Life + namespace: TinyLife.World + syntax: + content: public static readonly Tile[] Grass + return: + type: TinyLife.World.Tile[] + content.vb: Public Shared ReadOnly Grass As Tile() +- uid: TinyLife.World.Tile.FlowerGrass + commentId: F:TinyLife.World.Tile.FlowerGrass + id: FlowerGrass + parent: TinyLife.World.Tile + langs: + - csharp + - vb + name: FlowerGrass + nameWithType: Tile.FlowerGrass + fullName: TinyLife.World.Tile.FlowerGrass + type: Field + assemblies: + - Tiny Life + namespace: TinyLife.World + syntax: + content: public static readonly Tile[] FlowerGrass + return: + type: TinyLife.World.Tile[] + content.vb: Public Shared ReadOnly FlowerGrass As Tile() +- uid: TinyLife.World.Tile.Concrete + commentId: F:TinyLife.World.Tile.Concrete + id: Concrete + parent: TinyLife.World.Tile + langs: + - csharp + - vb + name: Concrete + nameWithType: Tile.Concrete + fullName: TinyLife.World.Tile.Concrete + type: Field + assemblies: + - Tiny Life + namespace: TinyLife.World + syntax: + content: public static readonly Tile[] Concrete + return: + type: TinyLife.World.Tile[] + content.vb: Public Shared ReadOnly Concrete As Tile() +- uid: TinyLife.World.Tile.LongBoards + commentId: F:TinyLife.World.Tile.LongBoards + id: LongBoards + parent: TinyLife.World.Tile + langs: + - csharp + - vb + name: LongBoards + nameWithType: Tile.LongBoards + fullName: TinyLife.World.Tile.LongBoards + type: Field + assemblies: + - Tiny Life + namespace: TinyLife.World + syntax: + content: public static readonly Tile[] LongBoards + return: + type: TinyLife.World.Tile[] + content.vb: Public Shared ReadOnly LongBoards As Tile() +- uid: TinyLife.World.Tile.ModernBricks + commentId: F:TinyLife.World.Tile.ModernBricks + id: ModernBricks + parent: TinyLife.World.Tile + langs: + - csharp + - vb + name: ModernBricks + nameWithType: Tile.ModernBricks + fullName: TinyLife.World.Tile.ModernBricks + type: Field + assemblies: + - Tiny Life + namespace: TinyLife.World + syntax: + content: public static readonly Tile[] ModernBricks + return: + type: TinyLife.World.Tile[] + content.vb: Public Shared ReadOnly ModernBricks As Tile() +- uid: TinyLife.World.Tile.BigTiles + commentId: F:TinyLife.World.Tile.BigTiles + id: BigTiles + parent: TinyLife.World.Tile + langs: + - csharp + - vb + name: BigTiles + nameWithType: Tile.BigTiles + fullName: TinyLife.World.Tile.BigTiles + type: Field + assemblies: + - Tiny Life + namespace: TinyLife.World + syntax: + content: public static readonly Tile[] BigTiles + return: + type: TinyLife.World.Tile[] + content.vb: Public Shared ReadOnly BigTiles As Tile() +- uid: TinyLife.World.Tile.Dirt + commentId: F:TinyLife.World.Tile.Dirt + id: Dirt + parent: TinyLife.World.Tile + langs: + - csharp + - vb + name: Dirt + nameWithType: Tile.Dirt + fullName: TinyLife.World.Tile.Dirt + type: Field + assemblies: + - Tiny Life + namespace: TinyLife.World + syntax: + content: public static readonly Tile[] Dirt + return: + type: TinyLife.World.Tile[] + content.vb: Public Shared ReadOnly Dirt As Tile() +- uid: TinyLife.World.Tile.DirtPath + commentId: F:TinyLife.World.Tile.DirtPath + id: DirtPath + parent: TinyLife.World.Tile + langs: + - csharp + - vb + name: DirtPath + nameWithType: Tile.DirtPath + fullName: TinyLife.World.Tile.DirtPath + type: Field + assemblies: + - Tiny Life + namespace: TinyLife.World + syntax: + content: public static readonly Tile[] DirtPath + return: + type: TinyLife.World.Tile[] + content.vb: Public Shared ReadOnly DirtPath As Tile() +- uid: TinyLife.World.Tile.SimpleCarpet + commentId: F:TinyLife.World.Tile.SimpleCarpet + id: SimpleCarpet + parent: TinyLife.World.Tile + langs: + - csharp + - vb + name: SimpleCarpet + nameWithType: Tile.SimpleCarpet + fullName: TinyLife.World.Tile.SimpleCarpet + type: Field + assemblies: + - Tiny Life + namespace: TinyLife.World + syntax: + content: public static readonly Tile[] SimpleCarpet + return: + type: TinyLife.World.Tile[] + content.vb: Public Shared ReadOnly SimpleCarpet As Tile() +- uid: TinyLife.World.Tile.PuzzlePieces + commentId: F:TinyLife.World.Tile.PuzzlePieces + id: PuzzlePieces + parent: TinyLife.World.Tile + langs: + - csharp + - vb + name: PuzzlePieces + nameWithType: Tile.PuzzlePieces + fullName: TinyLife.World.Tile.PuzzlePieces + type: Field + assemblies: + - Tiny Life + namespace: TinyLife.World + syntax: + content: public static readonly Tile[] PuzzlePieces + return: + type: TinyLife.World.Tile[] + content.vb: Public Shared ReadOnly PuzzlePieces As Tile() +- uid: TinyLife.World.Tile.Rocks + commentId: F:TinyLife.World.Tile.Rocks + id: Rocks + parent: TinyLife.World.Tile + langs: + - csharp + - vb + name: Rocks + nameWithType: Tile.Rocks + fullName: TinyLife.World.Tile.Rocks + type: Field + assemblies: + - Tiny Life + namespace: TinyLife.World + syntax: + content: public static readonly Tile[] Rocks + return: + type: TinyLife.World.Tile[] + content.vb: Public Shared ReadOnly Rocks As Tile() +- uid: TinyLife.World.Tile.DirtWithGrass + commentId: F:TinyLife.World.Tile.DirtWithGrass + id: DirtWithGrass + parent: TinyLife.World.Tile + langs: + - csharp + - vb + name: DirtWithGrass + nameWithType: Tile.DirtWithGrass + fullName: TinyLife.World.Tile.DirtWithGrass + type: Field + assemblies: + - Tiny Life + namespace: TinyLife.World + syntax: + content: public static readonly Tile[] DirtWithGrass + return: + type: TinyLife.World.Tile[] + content.vb: Public Shared ReadOnly DirtWithGrass As Tile() +- uid: TinyLife.World.Tile.Water + commentId: F:TinyLife.World.Tile.Water + id: Water + parent: TinyLife.World.Tile + langs: + - csharp + - vb + name: Water + nameWithType: Tile.Water + fullName: TinyLife.World.Tile.Water + type: Field + assemblies: + - Tiny Life + namespace: TinyLife.World + syntax: + content: public static readonly Tile[] Water + return: + type: TinyLife.World.Tile[] + content.vb: Public Shared ReadOnly Water As Tile() +- uid: TinyLife.World.Tile.LargeConcreteTiles + commentId: F:TinyLife.World.Tile.LargeConcreteTiles + id: LargeConcreteTiles + parent: TinyLife.World.Tile + langs: + - csharp + - vb + name: LargeConcreteTiles + nameWithType: Tile.LargeConcreteTiles + fullName: TinyLife.World.Tile.LargeConcreteTiles + type: Field + assemblies: + - Tiny Life + namespace: TinyLife.World + syntax: + content: public static readonly Tile[] LargeConcreteTiles + return: + type: TinyLife.World.Tile[] + content.vb: Public Shared ReadOnly LargeConcreteTiles As Tile() +- uid: TinyLife.World.Tile.Sand + commentId: F:TinyLife.World.Tile.Sand + id: Sand + parent: TinyLife.World.Tile + langs: + - csharp + - vb + name: Sand + nameWithType: Tile.Sand + fullName: TinyLife.World.Tile.Sand + type: Field + assemblies: + - Tiny Life + namespace: TinyLife.World + syntax: + content: public static readonly Tile[] Sand + return: + type: TinyLife.World.Tile[] + content.vb: Public Shared ReadOnly Sand As Tile() +- uid: TinyLife.World.Tile.IntricateCarpet + commentId: F:TinyLife.World.Tile.IntricateCarpet + id: IntricateCarpet + parent: TinyLife.World.Tile + langs: + - csharp + - vb + name: IntricateCarpet + nameWithType: Tile.IntricateCarpet + fullName: TinyLife.World.Tile.IntricateCarpet + type: Field + assemblies: + - Tiny Life + namespace: TinyLife.World + syntax: + content: public static readonly Tile[] IntricateCarpet + return: + type: TinyLife.World.Tile[] + content.vb: Public Shared ReadOnly IntricateCarpet As Tile() +- uid: TinyLife.World.Tile.ModernTiles + commentId: F:TinyLife.World.Tile.ModernTiles + id: ModernTiles + parent: TinyLife.World.Tile + langs: + - csharp + - vb + name: ModernTiles + nameWithType: Tile.ModernTiles + fullName: TinyLife.World.Tile.ModernTiles + type: Field + assemblies: + - Tiny Life + namespace: TinyLife.World + syntax: + content: public static readonly Tile[] ModernTiles + return: + type: TinyLife.World.Tile[] + content.vb: Public Shared ReadOnly ModernTiles As Tile() +- uid: TinyLife.World.Tile.StraightBoards + commentId: F:TinyLife.World.Tile.StraightBoards + id: StraightBoards + parent: TinyLife.World.Tile + langs: + - csharp + - vb + name: StraightBoards + nameWithType: Tile.StraightBoards + fullName: TinyLife.World.Tile.StraightBoards + type: Field + assemblies: + - Tiny Life + namespace: TinyLife.World + syntax: + content: public static readonly Tile[] StraightBoards + return: + type: TinyLife.World.Tile[] + content.vb: Public Shared ReadOnly StraightBoards As Tile() +- uid: TinyLife.World.Tile.OrnateHardwood + commentId: F:TinyLife.World.Tile.OrnateHardwood + id: OrnateHardwood + parent: TinyLife.World.Tile + langs: + - csharp + - vb + name: OrnateHardwood + nameWithType: Tile.OrnateHardwood + fullName: TinyLife.World.Tile.OrnateHardwood + type: Field + assemblies: + - Tiny Life + namespace: TinyLife.World + syntax: + content: public static readonly Tile[] OrnateHardwood + return: + type: TinyLife.World.Tile[] + content.vb: Public Shared ReadOnly OrnateHardwood As Tile() +- uid: TinyLife.World.Tile.RicketyHardwood + commentId: F:TinyLife.World.Tile.RicketyHardwood + id: RicketyHardwood + parent: TinyLife.World.Tile + langs: + - csharp + - vb + name: RicketyHardwood + nameWithType: Tile.RicketyHardwood + fullName: TinyLife.World.Tile.RicketyHardwood + type: Field + assemblies: + - Tiny Life + namespace: TinyLife.World + syntax: + content: public static readonly Tile[] RicketyHardwood + return: + type: TinyLife.World.Tile[] + content.vb: Public Shared ReadOnly RicketyHardwood As Tile() +- uid: TinyLife.World.Tile.CheckeredHardwood + commentId: F:TinyLife.World.Tile.CheckeredHardwood + id: CheckeredHardwood + parent: TinyLife.World.Tile + langs: + - csharp + - vb + name: CheckeredHardwood + nameWithType: Tile.CheckeredHardwood + fullName: TinyLife.World.Tile.CheckeredHardwood + type: Field + assemblies: + - Tiny Life + namespace: TinyLife.World + syntax: + content: public static readonly Tile[] CheckeredHardwood + return: + type: TinyLife.World.Tile[] + content.vb: Public Shared ReadOnly CheckeredHardwood As Tile() +- uid: TinyLife.World.Tile.SmallCheckeredHardwood + commentId: F:TinyLife.World.Tile.SmallCheckeredHardwood + id: SmallCheckeredHardwood + parent: TinyLife.World.Tile + langs: + - csharp + - vb + name: SmallCheckeredHardwood + nameWithType: Tile.SmallCheckeredHardwood + fullName: TinyLife.World.Tile.SmallCheckeredHardwood + type: Field + assemblies: + - Tiny Life + namespace: TinyLife.World + syntax: + content: public static readonly Tile[] SmallCheckeredHardwood + return: + type: TinyLife.World.Tile[] + content.vb: Public Shared ReadOnly SmallCheckeredHardwood As Tile() +- uid: TinyLife.World.Tile.SoftCarpet + commentId: F:TinyLife.World.Tile.SoftCarpet + id: SoftCarpet + parent: TinyLife.World.Tile + langs: + - csharp + - vb + name: SoftCarpet + nameWithType: Tile.SoftCarpet + fullName: TinyLife.World.Tile.SoftCarpet + type: Field + assemblies: + - Tiny Life + namespace: TinyLife.World + syntax: + content: public static readonly Tile[] SoftCarpet + return: + type: TinyLife.World.Tile[] + content.vb: Public Shared ReadOnly SoftCarpet As Tile() +- uid: TinyLife.World.Tile.Road1 + commentId: F:TinyLife.World.Tile.Road1 + id: Road1 + parent: TinyLife.World.Tile + langs: + - csharp + - vb + name: Road1 + nameWithType: Tile.Road1 + fullName: TinyLife.World.Tile.Road1 + type: Field + assemblies: + - Tiny Life + namespace: TinyLife.World + syntax: + content: public static readonly Tile[] Road1 + return: + type: TinyLife.World.Tile[] + content.vb: Public Shared ReadOnly Road1 As Tile() +- uid: TinyLife.World.Tile.Road2 + commentId: F:TinyLife.World.Tile.Road2 + id: Road2 + parent: TinyLife.World.Tile + langs: + - csharp + - vb + name: Road2 + nameWithType: Tile.Road2 + fullName: TinyLife.World.Tile.Road2 + type: Field + assemblies: + - Tiny Life + namespace: TinyLife.World + syntax: + content: public static readonly Tile[] Road2 + return: + type: TinyLife.World.Tile[] + content.vb: Public Shared ReadOnly Road2 As Tile() +- uid: TinyLife.World.Tile.Road3 + commentId: F:TinyLife.World.Tile.Road3 + id: Road3 + parent: TinyLife.World.Tile + langs: + - csharp + - vb + name: Road3 + nameWithType: Tile.Road3 + fullName: TinyLife.World.Tile.Road3 + type: Field + assemblies: + - Tiny Life + namespace: TinyLife.World + syntax: + content: public static readonly Tile[] Road3 + return: + type: TinyLife.World.Tile[] + content.vb: Public Shared ReadOnly Road3 As Tile() +- uid: TinyLife.World.Tile.Road4 + commentId: F:TinyLife.World.Tile.Road4 + id: Road4 + parent: TinyLife.World.Tile + langs: + - csharp + - vb + name: Road4 + nameWithType: Tile.Road4 + fullName: TinyLife.World.Tile.Road4 + type: Field + assemblies: + - Tiny Life + namespace: TinyLife.World + syntax: + content: public static readonly Tile[] Road4 + return: + type: TinyLife.World.Tile[] + content.vb: Public Shared ReadOnly Road4 As Tile() +- uid: TinyLife.World.Tile.Road5 + commentId: F:TinyLife.World.Tile.Road5 + id: Road5 + parent: TinyLife.World.Tile + langs: + - csharp + - vb + name: Road5 + nameWithType: Tile.Road5 + fullName: TinyLife.World.Tile.Road5 + type: Field + assemblies: + - Tiny Life + namespace: TinyLife.World + syntax: + content: public static readonly Tile[] Road5 + return: + type: TinyLife.World.Tile[] + content.vb: Public Shared ReadOnly Road5 As Tile() +- uid: TinyLife.World.Tile.DirtRoad + commentId: F:TinyLife.World.Tile.DirtRoad + id: DirtRoad + parent: TinyLife.World.Tile + langs: + - csharp + - vb + name: DirtRoad + nameWithType: Tile.DirtRoad + fullName: TinyLife.World.Tile.DirtRoad + type: Field + assemblies: + - Tiny Life + namespace: TinyLife.World + syntax: + content: public static readonly Tile[] DirtRoad + return: + type: TinyLife.World.Tile[] + content.vb: Public Shared ReadOnly DirtRoad As Tile() +- uid: TinyLife.World.Tile.DirtRoadLines1 + commentId: F:TinyLife.World.Tile.DirtRoadLines1 + id: DirtRoadLines1 + parent: TinyLife.World.Tile + langs: + - csharp + - vb + name: DirtRoadLines1 + nameWithType: Tile.DirtRoadLines1 + fullName: TinyLife.World.Tile.DirtRoadLines1 + type: Field + assemblies: + - Tiny Life + namespace: TinyLife.World + syntax: + content: public static readonly Tile[] DirtRoadLines1 + return: + type: TinyLife.World.Tile[] + content.vb: Public Shared ReadOnly DirtRoadLines1 As Tile() +- uid: TinyLife.World.Tile.DirtRoadLines2 + commentId: F:TinyLife.World.Tile.DirtRoadLines2 + id: DirtRoadLines2 + parent: TinyLife.World.Tile + langs: + - csharp + - vb + name: DirtRoadLines2 + nameWithType: Tile.DirtRoadLines2 + fullName: TinyLife.World.Tile.DirtRoadLines2 + type: Field + assemblies: + - Tiny Life + namespace: TinyLife.World + syntax: + content: public static readonly Tile[] DirtRoadLines2 + return: + type: TinyLife.World.Tile[] + content.vb: Public Shared ReadOnly DirtRoadLines2 As Tile() - uid: TinyLife.World.Tile.BaseName commentId: F:TinyLife.World.Tile.BaseName id: BaseName @@ -152,14 +748,6 @@ items: nameWithType: Tile.BaseName fullName: TinyLife.World.Tile.BaseName type: Field - source: - remote: - path: TinyLife/World/Tile.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: BaseName - path: ../TinyLife/World/Tile.cs - startLine: 80 assemblies: - Tiny Life namespace: TinyLife.World @@ -181,14 +769,6 @@ items: nameWithType: Tile.Name fullName: TinyLife.World.Tile.Name type: Field - source: - remote: - path: TinyLife/World/Tile.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Name - path: ../TinyLife/World/Tile.cs - startLine: 84 assemblies: - Tiny Life namespace: TinyLife.World @@ -210,14 +790,6 @@ items: nameWithType: Tile.Price fullName: TinyLife.World.Tile.Price type: Field - source: - remote: - path: TinyLife/World/Tile.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Price - path: ../TinyLife/World/Tile.cs - startLine: 88 assemblies: - Tiny Life namespace: TinyLife.World @@ -239,14 +811,6 @@ items: nameWithType: Tile.ColorSettings fullName: TinyLife.World.Tile.ColorSettings type: Field - source: - remote: - path: TinyLife/World/Tile.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ColorSettings - path: ../TinyLife/World/Tile.cs - startLine: 92 assemblies: - Tiny Life namespace: TinyLife.World @@ -268,14 +832,6 @@ items: nameWithType: Tile.Colors fullName: TinyLife.World.Tile.Colors type: Field - source: - remote: - path: TinyLife/World/Tile.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Colors - path: ../TinyLife/World/Tile.cs - startLine: 96 assemblies: - Tiny Life namespace: TinyLife.World @@ -297,14 +853,6 @@ items: nameWithType: Tile.CanBuy fullName: TinyLife.World.Tile.CanBuy type: Field - source: - remote: - path: TinyLife/World/Tile.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CanBuy - path: ../TinyLife/World/Tile.cs - startLine: 100 assemblies: - Tiny Life namespace: TinyLife.World @@ -326,14 +874,6 @@ items: nameWithType: Tile.PathCostModifier fullName: TinyLife.World.Tile.PathCostModifier type: Field - source: - remote: - path: TinyLife/World/Tile.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PathCostModifier - path: ../TinyLife/World/Tile.cs - startLine: 105 assemblies: - Tiny Life namespace: TinyLife.World @@ -358,14 +898,6 @@ items: nameWithType: Tile.Categories fullName: TinyLife.World.Tile.Categories type: Field - source: - remote: - path: TinyLife/World/Tile.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Categories - path: ../TinyLife/World/Tile.cs - startLine: 109 assemblies: - Tiny Life namespace: TinyLife.World @@ -387,14 +919,6 @@ items: nameWithType: Tile.Icon fullName: TinyLife.World.Tile.Icon type: Field - source: - remote: - path: TinyLife/World/Tile.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Icon - path: ../TinyLife/World/Tile.cs - startLine: 114 assemblies: - Tiny Life namespace: TinyLife.World @@ -419,14 +943,6 @@ items: nameWithType: Tile.Textures fullName: TinyLife.World.Tile.Textures type: Field - source: - remote: - path: TinyLife/World/Tile.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Textures - path: ../TinyLife/World/Tile.cs - startLine: 118 assemblies: - Tiny Life namespace: TinyLife.World @@ -448,14 +964,6 @@ items: nameWithType: Tile.Regions fullName: TinyLife.World.Tile.Regions type: Field - source: - remote: - path: TinyLife/World/Tile.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Regions - path: ../TinyLife/World/Tile.cs - startLine: 122 assemblies: - Tiny Life namespace: TinyLife.World @@ -477,14 +985,6 @@ items: nameWithType: Tile.RegionWeights fullName: TinyLife.World.Tile.RegionWeights type: Field - source: - remote: - path: TinyLife/World/Tile.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RegionWeights - path: ../TinyLife/World/Tile.cs - startLine: 126 assemblies: - Tiny Life namespace: TinyLife.World @@ -506,14 +1006,6 @@ items: nameWithType: Tile.Tile(string, string, int, Dictionary, Dictionary, ColorSettings, int[], bool, float, Tile.Category, TextureRegion, Func) fullName: TinyLife.World.Tile.Tile(string, string, int, System.Collections.Generic.Dictionary, System.Collections.Generic.Dictionary, TinyLife.Utilities.ColorSettings, int[], bool, float, TinyLife.World.Tile.Category, MLEM.Textures.TextureRegion, System.Func) type: Constructor - source: - remote: - path: TinyLife/World/Tile.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/World/Tile.cs - startLine: 132 assemblies: - Tiny Life namespace: TinyLife.World @@ -565,14 +1057,6 @@ items: nameWithType: Tile.Draw(GameTime, object, Map, Point, int, Vector2, float, float, ICollection, bool, Func) fullName: TinyLife.World.Tile.Draw(Microsoft.Xna.Framework.GameTime, object, TinyLife.World.Map, Microsoft.Xna.Framework.Point, int, Microsoft.Xna.Framework.Vector2, float, float, System.Collections.Generic.ICollection, bool, System.Func) type: Method - source: - remote: - path: TinyLife/World/Tile.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Draw - path: ../TinyLife/World/Tile.cs - startLine: 162 assemblies: - Tiny Life namespace: TinyLife.World @@ -633,14 +1117,6 @@ items: nameWithType: Tile.DrawUi(Element, GameTime, SpriteBatch, float) fullName: TinyLife.World.Tile.DrawUi(MLEM.Ui.Elements.Element, Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, float) type: Method - source: - remote: - path: TinyLife/World/Tile.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DrawUi - path: ../TinyLife/World/Tile.cs - startLine: 188 assemblies: - Tiny Life namespace: TinyLife.World @@ -677,14 +1153,6 @@ items: nameWithType: Tile.GetPrice() fullName: TinyLife.World.Tile.GetPrice() type: Method - source: - remote: - path: TinyLife/World/Tile.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetPrice - path: ../TinyLife/World/Tile.cs - startLine: 198 assemblies: - Tiny Life namespace: TinyLife.World @@ -708,14 +1176,6 @@ items: nameWithType: Tile.OnNeighborChanged(Map, Point, Point, int) fullName: TinyLife.World.Tile.OnNeighborChanged(TinyLife.World.Map, Microsoft.Xna.Framework.Point, Microsoft.Xna.Framework.Point, int) type: Method - source: - remote: - path: TinyLife/World/Tile.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnNeighborChanged - path: ../TinyLife/World/Tile.cs - startLine: 210 assemblies: - Tiny Life namespace: TinyLife.World @@ -755,14 +1215,6 @@ items: nameWithType: Tile.GetAutoTileBorder(Map, Point, int, Point, Tile, int) fullName: TinyLife.World.Tile.GetAutoTileBorder(TinyLife.World.Map, Microsoft.Xna.Framework.Point, int, Microsoft.Xna.Framework.Point, TinyLife.World.Tile, int) type: Method - source: - remote: - path: TinyLife/World/Tile.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetAutoTileBorder - path: ../TinyLife/World/Tile.cs - startLine: 223 assemblies: - Tiny Life namespace: TinyLife.World @@ -811,14 +1263,6 @@ items: nameWithType: Tile.GetVariationTexture(Direction2, Point) fullName: TinyLife.World.Tile.GetVariationTexture(MLEM.Maths.Direction2, Microsoft.Xna.Framework.Point) type: Method - source: - remote: - path: TinyLife/World/Tile.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetVariationTexture - path: ../TinyLife/World/Tile.cs - startLine: 247 assemblies: - Tiny Life namespace: TinyLife.World @@ -852,21 +1296,13 @@ items: nameWithType: Tile.Register(string, int, Dictionary, Point, ColorScheme, float, bool, Tile.Category, TextureRegion, Func, int?, Func, Type) fullName: TinyLife.World.Tile.Register(string, int, System.Collections.Generic.Dictionary, Microsoft.Xna.Framework.Point, TinyLife.Utilities.ColorScheme, float, bool, TinyLife.World.Tile.Category, MLEM.Textures.TextureRegion, System.Func, int?, System.Func, System.Type) type: Method - source: - remote: - path: TinyLife/World/Tile.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Register - path: ../TinyLife/World/Tile.cs - startLine: 270 assemblies: - Tiny Life namespace: TinyLife.World summary: Registers a new tile with the given settings. example: [] syntax: - content: public static void Register(string name, int price, Dictionary textures, Point textureRegion, ColorScheme color, float pathCostModifier = 1, bool canBuy = true, Tile.Category categories = Category.None, TextureRegion icon = null, Func variations = null, int? defaultColor = null, Func regionWeights = null, Type constructedType = null) + content: public static Tile[] Register(string name, int price, Dictionary textures, Point textureRegion, ColorScheme color, float pathCostModifier = 1, bool canBuy = true, Tile.Category categories = Category.None, TextureRegion icon = null, Func variations = null, int? defaultColor = null, Func regionWeights = null, Type constructedType = null) parameters: - id: name type: System.String @@ -907,7 +1343,9 @@ items: - id: constructedType type: System.Type description: The type that tiles should be constructed from, or null to construct instances. - content.vb: Public Shared Sub Register(name As String, price As Integer, textures As Dictionary(Of Point, TextureRegion), textureRegion As Point, color As ColorScheme, pathCostModifier As Single = 1, canBuy As Boolean = True, categories As Tile.Category = Category.None, icon As TextureRegion = Nothing, variations As Func(Of Direction2, Point?) = Nothing, defaultColor As Integer? = Nothing, regionWeights As Func(Of Point, Single) = Nothing, constructedType As Type = Nothing) + return: + type: TinyLife.World.Tile[] + content.vb: Public Shared Function Register(name As String, price As Integer, textures As Dictionary(Of Point, TextureRegion), textureRegion As Point, color As ColorScheme, pathCostModifier As Single = 1, canBuy As Boolean = True, categories As Tile.Category = Category.None, icon As TextureRegion = Nothing, variations As Func(Of Direction2, Point?) = Nothing, defaultColor As Integer? = Nothing, regionWeights As Func(Of Point, Single) = Nothing, constructedType As Type = Nothing) As Tile() overload: TinyLife.World.Tile.Register* nameWithType.vb: Tile.Register(String, Integer, Dictionary(Of Point, TextureRegion), Point, ColorScheme, Single, Boolean, Tile.Category, TextureRegion, Func(Of Direction2, Point?), Integer?, Func(Of Point, Single), Type) fullName.vb: TinyLife.World.Tile.Register(String, Integer, System.Collections.Generic.Dictionary(Of Microsoft.Xna.Framework.Point, MLEM.Textures.TextureRegion), Microsoft.Xna.Framework.Point, TinyLife.Utilities.ColorScheme, Single, Boolean, TinyLife.World.Tile.Category, MLEM.Textures.TextureRegion, System.Func(Of MLEM.Maths.Direction2, Microsoft.Xna.Framework.Point?), Integer?, System.Func(Of Microsoft.Xna.Framework.Point, Single), System.Type) @@ -923,21 +1361,13 @@ items: nameWithType: Tile.Register(string, int, Dictionary, Point, ColorScheme[], float, bool, Tile.Category, TextureRegion, Func, int[], Func, Type) fullName: TinyLife.World.Tile.Register(string, int, System.Collections.Generic.Dictionary, Microsoft.Xna.Framework.Point, TinyLife.Utilities.ColorScheme[], float, bool, TinyLife.World.Tile.Category, MLEM.Textures.TextureRegion, System.Func, int[], System.Func, System.Type) type: Method - source: - remote: - path: TinyLife/World/Tile.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Register - path: ../TinyLife/World/Tile.cs - startLine: 290 assemblies: - Tiny Life namespace: TinyLife.World summary: Registers a new tile with the given settings. example: [] syntax: - content: public static void Register(string name, int price, Dictionary textures, Point textureRegion, ColorScheme[] colors, float pathCostModifier = 1, bool canBuy = true, Tile.Category categories = Category.None, TextureRegion icon = null, Func variations = null, int[] defaultColors = null, Func regionWeights = null, Type constructedType = null) + content: public static Tile[] Register(string name, int price, Dictionary textures, Point textureRegion, ColorScheme[] colors, float pathCostModifier = 1, bool canBuy = true, Tile.Category categories = Category.None, TextureRegion icon = null, Func variations = null, int[] defaultColors = null, Func regionWeights = null, Type constructedType = null) parameters: - id: name type: System.String @@ -978,7 +1408,9 @@ items: - id: constructedType type: System.Type description: The type that tiles should be constructed from, or null to construct instances. - content.vb: Public Shared Sub Register(name As String, price As Integer, textures As Dictionary(Of Point, TextureRegion), textureRegion As Point, colors As ColorScheme(), pathCostModifier As Single = 1, canBuy As Boolean = True, categories As Tile.Category = Category.None, icon As TextureRegion = Nothing, variations As Func(Of Direction2, Point?) = Nothing, defaultColors As Integer() = Nothing, regionWeights As Func(Of Point, Single) = Nothing, constructedType As Type = Nothing) + return: + type: TinyLife.World.Tile[] + content.vb: Public Shared Function Register(name As String, price As Integer, textures As Dictionary(Of Point, TextureRegion), textureRegion As Point, colors As ColorScheme(), pathCostModifier As Single = 1, canBuy As Boolean = True, categories As Tile.Category = Category.None, icon As TextureRegion = Nothing, variations As Func(Of Direction2, Point?) = Nothing, defaultColors As Integer() = Nothing, regionWeights As Func(Of Point, Single) = Nothing, constructedType As Type = Nothing) As Tile() overload: TinyLife.World.Tile.Register* nameWithType.vb: Tile.Register(String, Integer, Dictionary(Of Point, TextureRegion), Point, ColorScheme(), Single, Boolean, Tile.Category, TextureRegion, Func(Of Direction2, Point?), Integer(), Func(Of Point, Single), Type) fullName.vb: TinyLife.World.Tile.Register(String, Integer, System.Collections.Generic.Dictionary(Of Microsoft.Xna.Framework.Point, MLEM.Textures.TextureRegion), Microsoft.Xna.Framework.Point, TinyLife.Utilities.ColorScheme(), Single, Boolean, TinyLife.World.Tile.Category, MLEM.Textures.TextureRegion, System.Func(Of MLEM.Maths.Direction2, Microsoft.Xna.Framework.Point?), Integer(), System.Func(Of Microsoft.Xna.Framework.Point, Single), System.Type) @@ -994,14 +1426,6 @@ items: nameWithType: Tile.Register(string, int, Dictionary, Point[], ColorScheme[], float, bool, Tile.Category, TextureRegion, Func, int[], Func, Type) fullName: TinyLife.World.Tile.Register(string, int, System.Collections.Generic.Dictionary, Microsoft.Xna.Framework.Point[], TinyLife.Utilities.ColorScheme[], float, bool, TinyLife.World.Tile.Category, MLEM.Textures.TextureRegion, System.Func, int[], System.Func, System.Type) type: Method - source: - remote: - path: TinyLife/World/Tile.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Register - path: ../TinyLife/World/Tile.cs - startLine: 314 assemblies: - Tiny Life namespace: TinyLife.World @@ -1068,14 +1492,6 @@ items: nameWithType: Tile.Register(string, int, Dictionary, Point[], ColorSettings, float, bool, Tile.Category, TextureRegion, Func, Func, Type) fullName: TinyLife.World.Tile.Register(string, int, System.Collections.Generic.Dictionary, Microsoft.Xna.Framework.Point[], TinyLife.Utilities.ColorSettings, float, bool, TinyLife.World.Tile.Category, MLEM.Textures.TextureRegion, System.Func, System.Func, System.Type) type: Method - source: - remote: - path: TinyLife/World/Tile.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Register - path: ../TinyLife/World/Tile.cs - startLine: 337 assemblies: - Tiny Life namespace: TinyLife.World @@ -1139,14 +1555,6 @@ items: nameWithType: Tile.GetDepth(Map, Vector2, float, float, bool) fullName: TinyLife.World.Tile.GetDepth(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, float, float, bool) type: Method - source: - remote: - path: TinyLife/World/Tile.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetDepth - path: ../TinyLife/World/Tile.cs - startLine: 362 assemblies: - Tiny Life namespace: TinyLife.World @@ -1189,14 +1597,6 @@ items: nameWithType: Tile.GetVisualOffset(Direction2, int, int) fullName: TinyLife.World.Tile.GetVisualOffset(MLEM.Maths.Direction2, int, int) type: Method - source: - remote: - path: TinyLife/World/Tile.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetVisualOffset - path: ../TinyLife/World/Tile.cs - startLine: 374 assemblies: - Tiny Life namespace: TinyLife.World @@ -1967,6 +2367,27 @@ references: nameWithType.vb: Integer fullName.vb: Integer name.vb: Integer +- uid: TinyLife.World.Tile[] + isExternal: true + href: TinyLife.World.Tile.html + name: Tile[] + nameWithType: Tile[] + fullName: TinyLife.World.Tile[] + nameWithType.vb: Tile() + fullName.vb: TinyLife.World.Tile() + name.vb: Tile() + spec.csharp: + - uid: TinyLife.World.Tile + name: Tile + href: TinyLife.World.Tile.html + - name: '[' + - name: ']' + spec.vb: + - uid: TinyLife.World.Tile + name: Tile + href: TinyLife.World.Tile.html + - name: ( + - name: ) - uid: TinyLife.World.Tile.Name commentId: F:TinyLife.World.Tile.Name parent: TinyLife.World.Tile @@ -3124,27 +3545,6 @@ references: - name: ( - name: ) - name: ) -- uid: TinyLife.World.Tile[] - isExternal: true - href: TinyLife.World.Tile.html - name: Tile[] - nameWithType: Tile[] - fullName: TinyLife.World.Tile[] - nameWithType.vb: Tile() - fullName.vb: TinyLife.World.Tile() - name.vb: Tile() - spec.csharp: - - uid: TinyLife.World.Tile - name: Tile - href: TinyLife.World.Tile.html - - name: '[' - - name: ']' - spec.vb: - - uid: TinyLife.World.Tile - name: Tile - href: TinyLife.World.Tile.html - - name: ( - - name: ) - uid: TinyLife.World.Map.ApplyCameraRotation(Microsoft.Xna.Framework.Vector2,System.Boolean,System.Nullable{MLEM.Maths.Direction2}) commentId: M:TinyLife.World.Map.ApplyCameraRotation(Microsoft.Xna.Framework.Vector2,System.Boolean,System.Nullable{MLEM.Maths.Direction2}) isExternal: true diff --git a/docs/api/TinyLife.World.UpdateDelegate.yml b/docs/api/TinyLife.World.UpdateDelegate.yml index ac88a70..97e6e86 100644 --- a/docs/api/TinyLife.World.UpdateDelegate.yml +++ b/docs/api/TinyLife.World.UpdateDelegate.yml @@ -12,14 +12,6 @@ items: nameWithType: UpdateDelegate fullName: TinyLife.World.UpdateDelegate type: Delegate - source: - remote: - path: TinyLife/World/Map.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: UpdateDelegate - path: ../TinyLife/World/Map.cs - startLine: 3055 assemblies: - Tiny Life namespace: TinyLife.World diff --git a/docs/api/TinyLife.World.UpdateDelegateNoPhase.yml b/docs/api/TinyLife.World.UpdateDelegateNoPhase.yml index 9a01167..a1a3093 100644 --- a/docs/api/TinyLife.World.UpdateDelegateNoPhase.yml +++ b/docs/api/TinyLife.World.UpdateDelegateNoPhase.yml @@ -12,14 +12,6 @@ items: nameWithType: UpdateDelegateNoPhase fullName: TinyLife.World.UpdateDelegateNoPhase type: Delegate - source: - remote: - path: TinyLife/World/Map.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: UpdateDelegateNoPhase - path: ../TinyLife/World/Map.cs - startLine: 3060 assemblies: - Tiny Life namespace: TinyLife.World diff --git a/docs/api/TinyLife.World.Wall.yml b/docs/api/TinyLife.World.Wall.yml index 142c7f3..7e1d91e 100644 --- a/docs/api/TinyLife.World.Wall.yml +++ b/docs/api/TinyLife.World.Wall.yml @@ -21,14 +21,6 @@ items: nameWithType: Wall fullName: TinyLife.World.Wall type: Class - source: - remote: - path: TinyLife/World/Wall.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Wall - path: ../TinyLife/World/Wall.cs - startLine: 11 assemblies: - Tiny Life namespace: TinyLife.World @@ -82,14 +74,6 @@ items: nameWithType: Wall.Price fullName: TinyLife.World.Wall.Price type: Field - source: - remote: - path: TinyLife/World/Wall.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Price - path: ../TinyLife/World/Wall.cs - startLine: 16 assemblies: - Tiny Life namespace: TinyLife.World @@ -111,14 +95,6 @@ items: nameWithType: Wall.Wallpapers fullName: TinyLife.World.Wall.Wallpapers type: Field - source: - remote: - path: TinyLife/World/Wall.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Wallpapers - path: ../TinyLife/World/Wall.cs - startLine: 22 assemblies: - Tiny Life namespace: TinyLife.World @@ -150,14 +126,6 @@ items: nameWithType: Wall.Wall(int, params Point[]) fullName: TinyLife.World.Wall.Wall(int, params Microsoft.Xna.Framework.Point[]) type: Constructor - source: - remote: - path: TinyLife/World/Wall.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/World/Wall.cs - startLine: 33 assemblies: - Tiny Life namespace: TinyLife.World @@ -188,14 +156,6 @@ items: nameWithType: Wall.Draw(Map, GameTime, SpriteBatch, Vector2, Color?, bool, bool) fullName: TinyLife.World.Wall.Draw(TinyLife.World.Map, Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color?, bool, bool) type: Method - source: - remote: - path: TinyLife/World/Wall.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Draw - path: ../TinyLife/World/Wall.cs - startLine: 38 assemblies: - Tiny Life namespace: TinyLife.World @@ -242,14 +202,6 @@ items: nameWithType: Wall.IsDown() fullName: TinyLife.World.Wall.IsDown() type: Method - source: - remote: - path: TinyLife/World/Wall.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IsDown - path: ../TinyLife/World/Wall.cs - startLine: 53 assemblies: - Tiny Life namespace: TinyLife.World @@ -278,14 +230,6 @@ items: nameWithType: Wall.GetDisplayMode() fullName: TinyLife.World.Wall.GetDisplayMode() type: Method - source: - remote: - path: TinyLife/World/Wall.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetDisplayMode - path: ../TinyLife/World/Wall.cs - startLine: 68 assemblies: - Tiny Life namespace: TinyLife.World @@ -312,14 +256,6 @@ items: nameWithType: Wall.GetPrice() fullName: TinyLife.World.Wall.GetPrice() type: Method - source: - remote: - path: TinyLife/World/Wall.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetPrice - path: ../TinyLife/World/Wall.cs - startLine: 73 assemblies: - Tiny Life namespace: TinyLife.World @@ -344,14 +280,6 @@ items: nameWithType: Wall.Validate(Map) fullName: TinyLife.World.Wall.Validate(TinyLife.World.Map) type: Method - source: - remote: - path: TinyLife/World/Wall.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Validate - path: ../TinyLife/World/Wall.cs - startLine: 87 assemblies: - Tiny Life namespace: TinyLife.World @@ -379,14 +307,6 @@ items: nameWithType: Wall.OnAdded(Map) fullName: TinyLife.World.Wall.OnAdded(TinyLife.World.Map) type: Method - source: - remote: - path: TinyLife/World/Wall.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnAdded - path: ../TinyLife/World/Wall.cs - startLine: 96 assemblies: - Tiny Life namespace: TinyLife.World diff --git a/docs/api/TinyLife.World.WallMode.yml b/docs/api/TinyLife.World.WallMode.yml index 170c429..fe552b0 100644 --- a/docs/api/TinyLife.World.WallMode.yml +++ b/docs/api/TinyLife.World.WallMode.yml @@ -33,14 +33,6 @@ items: nameWithType: WallMode fullName: TinyLife.World.WallMode type: Class - source: - remote: - path: TinyLife/World/WallMode.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: WallMode - path: ../TinyLife/World/WallMode.cs - startLine: 16 assemblies: - Tiny Life namespace: TinyLife.World @@ -72,14 +64,6 @@ items: nameWithType: WallMode.Modes fullName: TinyLife.World.WallMode.Modes type: Field - source: - remote: - path: TinyLife/World/WallMode.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Modes - path: ../TinyLife/World/WallMode.cs - startLine: 22 assemblies: - Tiny Life namespace: TinyLife.World @@ -101,14 +85,6 @@ items: nameWithType: WallMode.Full fullName: TinyLife.World.WallMode.Full type: Field - source: - remote: - path: TinyLife/World/WallMode.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Full - path: ../TinyLife/World/WallMode.cs - startLine: 30 assemblies: - Tiny Life namespace: TinyLife.World @@ -130,14 +106,6 @@ items: nameWithType: WallMode.SmallWindow fullName: TinyLife.World.WallMode.SmallWindow type: Field - source: - remote: - path: TinyLife/World/WallMode.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SmallWindow - path: ../TinyLife/World/WallMode.cs - startLine: 34 assemblies: - Tiny Life namespace: TinyLife.World @@ -159,14 +127,6 @@ items: nameWithType: WallMode.Door fullName: TinyLife.World.WallMode.Door type: Field - source: - remote: - path: TinyLife/World/WallMode.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Door - path: ../TinyLife/World/WallMode.cs - startLine: 38 assemblies: - Tiny Life namespace: TinyLife.World @@ -188,14 +148,6 @@ items: nameWithType: WallMode.Roof fullName: TinyLife.World.WallMode.Roof type: Field - source: - remote: - path: TinyLife/World/WallMode.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Roof - path: ../TinyLife/World/WallMode.cs - startLine: 42 assemblies: - Tiny Life namespace: TinyLife.World @@ -217,14 +169,6 @@ items: nameWithType: WallMode.RoofGable fullName: TinyLife.World.WallMode.RoofGable type: Field - source: - remote: - path: TinyLife/World/WallMode.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RoofGable - path: ../TinyLife/World/WallMode.cs - startLine: 46 assemblies: - Tiny Life namespace: TinyLife.World @@ -246,14 +190,6 @@ items: nameWithType: WallMode.RoofGableInverse fullName: TinyLife.World.WallMode.RoofGableInverse type: Field - source: - remote: - path: TinyLife/World/WallMode.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RoofGableInverse - path: ../TinyLife/World/WallMode.cs - startLine: 50 assemblies: - Tiny Life namespace: TinyLife.World @@ -275,14 +211,6 @@ items: nameWithType: WallMode.LongWindow fullName: TinyLife.World.WallMode.LongWindow type: Field - source: - remote: - path: TinyLife/World/WallMode.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: LongWindow - path: ../TinyLife/World/WallMode.cs - startLine: 54 assemblies: - Tiny Life namespace: TinyLife.World @@ -304,14 +232,6 @@ items: nameWithType: WallMode.NarrowWideTop fullName: TinyLife.World.WallMode.NarrowWideTop type: Field - source: - remote: - path: TinyLife/World/WallMode.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: NarrowWideTop - path: ../TinyLife/World/WallMode.cs - startLine: 58 assemblies: - Tiny Life namespace: TinyLife.World @@ -333,14 +253,6 @@ items: nameWithType: WallMode.NarrowLong fullName: TinyLife.World.WallMode.NarrowLong type: Field - source: - remote: - path: TinyLife/World/WallMode.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: NarrowLong - path: ../TinyLife/World/WallMode.cs - startLine: 62 assemblies: - Tiny Life namespace: TinyLife.World @@ -362,14 +274,6 @@ items: nameWithType: WallMode.FullSizeWindow fullName: TinyLife.World.WallMode.FullSizeWindow type: Field - source: - remote: - path: TinyLife/World/WallMode.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: FullSizeWindow - path: ../TinyLife/World/WallMode.cs - startLine: 66 assemblies: - Tiny Life namespace: TinyLife.World @@ -391,14 +295,6 @@ items: nameWithType: WallMode.OutlineOnly fullName: TinyLife.World.WallMode.OutlineOnly type: Field - source: - remote: - path: TinyLife/World/WallMode.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OutlineOnly - path: ../TinyLife/World/WallMode.cs - startLine: 70 assemblies: - Tiny Life namespace: TinyLife.World @@ -420,14 +316,6 @@ items: nameWithType: WallMode.StairsBottom fullName: TinyLife.World.WallMode.StairsBottom type: Field - source: - remote: - path: TinyLife/World/WallMode.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: StairsBottom - path: ../TinyLife/World/WallMode.cs - startLine: 74 assemblies: - Tiny Life namespace: TinyLife.World @@ -449,14 +337,6 @@ items: nameWithType: WallMode.StairsTop fullName: TinyLife.World.WallMode.StairsTop type: Field - source: - remote: - path: TinyLife/World/WallMode.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: StairsTop - path: ../TinyLife/World/WallMode.cs - startLine: 78 assemblies: - Tiny Life namespace: TinyLife.World @@ -478,14 +358,6 @@ items: nameWithType: WallMode.Name fullName: TinyLife.World.WallMode.Name type: Field - source: - remote: - path: TinyLife/World/WallMode.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Name - path: ../TinyLife/World/WallMode.cs - startLine: 83 assemblies: - Tiny Life namespace: TinyLife.World @@ -507,14 +379,6 @@ items: nameWithType: WallMode.MaskTexture fullName: TinyLife.World.WallMode.MaskTexture type: Field - source: - remote: - path: TinyLife/World/WallMode.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: MaskTexture - path: ../TinyLife/World/WallMode.cs - startLine: 88 assemblies: - Tiny Life namespace: TinyLife.World @@ -539,14 +403,6 @@ items: nameWithType: WallMode.MaskPosition fullName: TinyLife.World.WallMode.MaskPosition type: Field - source: - remote: - path: TinyLife/World/WallMode.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: MaskPosition - path: ../TinyLife/World/WallMode.cs - startLine: 93 assemblies: - Tiny Life namespace: TinyLife.World @@ -571,14 +427,6 @@ items: nameWithType: WallMode.WallMode(string, UniformTextureAtlas, Point) fullName: TinyLife.World.WallMode.WallMode(string, MLEM.Textures.UniformTextureAtlas, Microsoft.Xna.Framework.Point) type: Constructor - source: - remote: - path: TinyLife/World/WallMode.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/World/WallMode.cs - startLine: 103 assemblies: - Tiny Life namespace: TinyLife.World @@ -615,14 +463,6 @@ items: nameWithType: WallMode.OffsetTextureRegion(Point, bool, bool) fullName: TinyLife.World.WallMode.OffsetTextureRegion(Microsoft.Xna.Framework.Point, bool, bool) type: Method - source: - remote: - path: TinyLife/World/WallMode.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OffsetTextureRegion - path: ../TinyLife/World/WallMode.cs - startLine: 116 assemblies: - Tiny Life namespace: TinyLife.World @@ -659,14 +499,6 @@ items: nameWithType: WallMode.Register(WallMode) fullName: TinyLife.World.WallMode.Register(TinyLife.World.WallMode) type: Method - source: - remote: - path: TinyLife/World/WallMode.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Register - path: ../TinyLife/World/WallMode.cs - startLine: 130 assemblies: - Tiny Life namespace: TinyLife.World @@ -694,14 +526,6 @@ items: nameWithType: WallMode.ApplyMasks(Texture2D, int, int, RuntimeTexturePacker, Action>) fullName: TinyLife.World.WallMode.ApplyMasks(Microsoft.Xna.Framework.Graphics.Texture2D, int, int, MLEM.Data.RuntimeTexturePacker, System.Action>) type: Method - source: - remote: - path: TinyLife/World/WallMode.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ApplyMasks - path: ../TinyLife/World/WallMode.cs - startLine: 145 assemblies: - Tiny Life namespace: TinyLife.World diff --git a/docs/api/TinyLife.World.Wallpaper.yml b/docs/api/TinyLife.World.Wallpaper.yml index cc30a09..814c50b 100644 --- a/docs/api/TinyLife.World.Wallpaper.yml +++ b/docs/api/TinyLife.World.Wallpaper.yml @@ -7,19 +7,42 @@ items: children: - TinyLife.World.Wallpaper.#ctor(System.String,System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point,TinyLife.Utilities.ColorSettings,System.Int32[],MLEM.Textures.TextureRegion) - TinyLife.World.Wallpaper.BaseName + - TinyLife.World.Wallpaper.BigTiles + - TinyLife.World.Wallpaper.Cacti - TinyLife.World.Wallpaper.ColorSettings - TinyLife.World.Wallpaper.Colors + - TinyLife.World.Wallpaper.Default + - TinyLife.World.Wallpaper.DoubleTimbered + - TinyLife.World.Wallpaper.DoubleTimberedRockBase - TinyLife.World.Wallpaper.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,TinyLife.World.Map,Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point,System.Int32,Microsoft.Xna.Framework.Vector2,TinyLife.World.WallMode,System.Boolean,System.Boolean,System.Single,System.Boolean,System.Single,System.Nullable{Microsoft.Xna.Framework.Color}) - TinyLife.World.Wallpaper.DrawUi(MLEM.Ui.Elements.Element,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.GameTime,TinyLife.World.Map,System.Single) - TinyLife.World.Wallpaper.GetPrice + - TinyLife.World.Wallpaper.HorizontalWoodenSiding - TinyLife.World.Wallpaper.Icon + - TinyLife.World.Wallpaper.MismatchedBricks + - TinyLife.World.Wallpaper.ModernBricks + - TinyLife.World.Wallpaper.ModernLines + - TinyLife.World.Wallpaper.ModernSquares - TinyLife.World.Wallpaper.Name - TinyLife.World.Wallpaper.Price - TinyLife.World.Wallpaper.Register(System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point,TinyLife.Utilities.ColorScheme,MLEM.Textures.TextureRegion,System.Nullable{System.Int32},System.Type) - TinyLife.World.Wallpaper.Register(System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point,TinyLife.Utilities.ColorScheme[],MLEM.Textures.TextureRegion,System.Int32[],System.Type) - TinyLife.World.Wallpaper.Register(System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point,TinyLife.Utilities.ColorSettings,MLEM.Textures.TextureRegion,System.Type) + - TinyLife.World.Wallpaper.RockBase + - TinyLife.World.Wallpaper.SingleColor + - TinyLife.World.Wallpaper.SingleColorBaseboard + - TinyLife.World.Wallpaper.SingleColorTopBottomBoard + - TinyLife.World.Wallpaper.SingleColorWoodBottom + - TinyLife.World.Wallpaper.SingleTimbered + - TinyLife.World.Wallpaper.SingleTimberedRockBase + - TinyLife.World.Wallpaper.SmallClouds + - TinyLife.World.Wallpaper.Stars + - TinyLife.World.Wallpaper.StripedWood - TinyLife.World.Wallpaper.TextureRegion - TinyLife.World.Wallpaper.Textures + - TinyLife.World.Wallpaper.VerticalStripes + - TinyLife.World.Wallpaper.VerticalWallTiles + - TinyLife.World.Wallpaper.VerticalWoodenSiding - TinyLife.World.Wallpaper.Wallpapers langs: - csharp @@ -28,14 +51,6 @@ items: nameWithType: Wallpaper fullName: TinyLife.World.Wallpaper type: Class - source: - remote: - path: TinyLife/World/Wallpaper.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Wallpaper - path: ../TinyLife/World/Wallpaper.cs - startLine: 22 assemblies: - Tiny Life namespace: TinyLife.World @@ -76,14 +91,6 @@ items: nameWithType: Wallpaper.Wallpapers fullName: TinyLife.World.Wallpaper.Wallpapers type: Field - source: - remote: - path: TinyLife/World/Wallpaper.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Wallpapers - path: ../TinyLife/World/Wallpaper.cs - startLine: 30 assemblies: - Tiny Life namespace: TinyLife.World @@ -97,6 +104,443 @@ items: return: type: System.Collections.ObjectModel.ReadOnlyDictionary{System.String,TinyLife.World.Wallpaper[]} content.vb: Public Shared ReadOnly Wallpapers As ReadOnlyDictionary(Of String, Wallpaper()) +- uid: TinyLife.World.Wallpaper.Default + commentId: F:TinyLife.World.Wallpaper.Default + id: Default + parent: TinyLife.World.Wallpaper + langs: + - csharp + - vb + name: Default + nameWithType: Wallpaper.Default + fullName: TinyLife.World.Wallpaper.Default + type: Field + assemblies: + - Tiny Life + namespace: TinyLife.World + syntax: + content: public static readonly Wallpaper[] Default + return: + type: TinyLife.World.Wallpaper[] + content.vb: Public Shared ReadOnly [Default] As Wallpaper() +- uid: TinyLife.World.Wallpaper.SingleColor + commentId: F:TinyLife.World.Wallpaper.SingleColor + id: SingleColor + parent: TinyLife.World.Wallpaper + langs: + - csharp + - vb + name: SingleColor + nameWithType: Wallpaper.SingleColor + fullName: TinyLife.World.Wallpaper.SingleColor + type: Field + assemblies: + - Tiny Life + namespace: TinyLife.World + syntax: + content: public static readonly Wallpaper[] SingleColor + return: + type: TinyLife.World.Wallpaper[] + content.vb: Public Shared ReadOnly SingleColor As Wallpaper() +- uid: TinyLife.World.Wallpaper.ModernBricks + commentId: F:TinyLife.World.Wallpaper.ModernBricks + id: ModernBricks + parent: TinyLife.World.Wallpaper + langs: + - csharp + - vb + name: ModernBricks + nameWithType: Wallpaper.ModernBricks + fullName: TinyLife.World.Wallpaper.ModernBricks + type: Field + assemblies: + - Tiny Life + namespace: TinyLife.World + syntax: + content: public static readonly Wallpaper[] ModernBricks + return: + type: TinyLife.World.Wallpaper[] + content.vb: Public Shared ReadOnly ModernBricks As Wallpaper() +- uid: TinyLife.World.Wallpaper.SingleColorWoodBottom + commentId: F:TinyLife.World.Wallpaper.SingleColorWoodBottom + id: SingleColorWoodBottom + parent: TinyLife.World.Wallpaper + langs: + - csharp + - vb + name: SingleColorWoodBottom + nameWithType: Wallpaper.SingleColorWoodBottom + fullName: TinyLife.World.Wallpaper.SingleColorWoodBottom + type: Field + assemblies: + - Tiny Life + namespace: TinyLife.World + syntax: + content: public static readonly Wallpaper[] SingleColorWoodBottom + return: + type: TinyLife.World.Wallpaper[] + content.vb: Public Shared ReadOnly SingleColorWoodBottom As Wallpaper() +- uid: TinyLife.World.Wallpaper.BigTiles + commentId: F:TinyLife.World.Wallpaper.BigTiles + id: BigTiles + parent: TinyLife.World.Wallpaper + langs: + - csharp + - vb + name: BigTiles + nameWithType: Wallpaper.BigTiles + fullName: TinyLife.World.Wallpaper.BigTiles + type: Field + assemblies: + - Tiny Life + namespace: TinyLife.World + syntax: + content: public static readonly Wallpaper[] BigTiles + return: + type: TinyLife.World.Wallpaper[] + content.vb: Public Shared ReadOnly BigTiles As Wallpaper() +- uid: TinyLife.World.Wallpaper.SingleColorBaseboard + commentId: F:TinyLife.World.Wallpaper.SingleColorBaseboard + id: SingleColorBaseboard + parent: TinyLife.World.Wallpaper + langs: + - csharp + - vb + name: SingleColorBaseboard + nameWithType: Wallpaper.SingleColorBaseboard + fullName: TinyLife.World.Wallpaper.SingleColorBaseboard + type: Field + assemblies: + - Tiny Life + namespace: TinyLife.World + syntax: + content: public static readonly Wallpaper[] SingleColorBaseboard + return: + type: TinyLife.World.Wallpaper[] + content.vb: Public Shared ReadOnly SingleColorBaseboard As Wallpaper() +- uid: TinyLife.World.Wallpaper.SmallClouds + commentId: F:TinyLife.World.Wallpaper.SmallClouds + id: SmallClouds + parent: TinyLife.World.Wallpaper + langs: + - csharp + - vb + name: SmallClouds + nameWithType: Wallpaper.SmallClouds + fullName: TinyLife.World.Wallpaper.SmallClouds + type: Field + assemblies: + - Tiny Life + namespace: TinyLife.World + syntax: + content: public static readonly Wallpaper[] SmallClouds + return: + type: TinyLife.World.Wallpaper[] + content.vb: Public Shared ReadOnly SmallClouds As Wallpaper() +- uid: TinyLife.World.Wallpaper.HorizontalWoodenSiding + commentId: F:TinyLife.World.Wallpaper.HorizontalWoodenSiding + id: HorizontalWoodenSiding + parent: TinyLife.World.Wallpaper + langs: + - csharp + - vb + name: HorizontalWoodenSiding + nameWithType: Wallpaper.HorizontalWoodenSiding + fullName: TinyLife.World.Wallpaper.HorizontalWoodenSiding + type: Field + assemblies: + - Tiny Life + namespace: TinyLife.World + syntax: + content: public static readonly Wallpaper[] HorizontalWoodenSiding + return: + type: TinyLife.World.Wallpaper[] + content.vb: Public Shared ReadOnly HorizontalWoodenSiding As Wallpaper() +- uid: TinyLife.World.Wallpaper.VerticalWoodenSiding + commentId: F:TinyLife.World.Wallpaper.VerticalWoodenSiding + id: VerticalWoodenSiding + parent: TinyLife.World.Wallpaper + langs: + - csharp + - vb + name: VerticalWoodenSiding + nameWithType: Wallpaper.VerticalWoodenSiding + fullName: TinyLife.World.Wallpaper.VerticalWoodenSiding + type: Field + assemblies: + - Tiny Life + namespace: TinyLife.World + syntax: + content: public static readonly Wallpaper[] VerticalWoodenSiding + return: + type: TinyLife.World.Wallpaper[] + content.vb: Public Shared ReadOnly VerticalWoodenSiding As Wallpaper() +- uid: TinyLife.World.Wallpaper.Cacti + commentId: F:TinyLife.World.Wallpaper.Cacti + id: Cacti + parent: TinyLife.World.Wallpaper + langs: + - csharp + - vb + name: Cacti + nameWithType: Wallpaper.Cacti + fullName: TinyLife.World.Wallpaper.Cacti + type: Field + assemblies: + - Tiny Life + namespace: TinyLife.World + syntax: + content: public static readonly Wallpaper[] Cacti + return: + type: TinyLife.World.Wallpaper[] + content.vb: Public Shared ReadOnly Cacti As Wallpaper() +- uid: TinyLife.World.Wallpaper.ModernLines + commentId: F:TinyLife.World.Wallpaper.ModernLines + id: ModernLines + parent: TinyLife.World.Wallpaper + langs: + - csharp + - vb + name: ModernLines + nameWithType: Wallpaper.ModernLines + fullName: TinyLife.World.Wallpaper.ModernLines + type: Field + assemblies: + - Tiny Life + namespace: TinyLife.World + syntax: + content: public static readonly Wallpaper[] ModernLines + return: + type: TinyLife.World.Wallpaper[] + content.vb: Public Shared ReadOnly ModernLines As Wallpaper() +- uid: TinyLife.World.Wallpaper.ModernSquares + commentId: F:TinyLife.World.Wallpaper.ModernSquares + id: ModernSquares + parent: TinyLife.World.Wallpaper + langs: + - csharp + - vb + name: ModernSquares + nameWithType: Wallpaper.ModernSquares + fullName: TinyLife.World.Wallpaper.ModernSquares + type: Field + assemblies: + - Tiny Life + namespace: TinyLife.World + syntax: + content: public static readonly Wallpaper[] ModernSquares + return: + type: TinyLife.World.Wallpaper[] + content.vb: Public Shared ReadOnly ModernSquares As Wallpaper() +- uid: TinyLife.World.Wallpaper.SingleColorTopBottomBoard + commentId: F:TinyLife.World.Wallpaper.SingleColorTopBottomBoard + id: SingleColorTopBottomBoard + parent: TinyLife.World.Wallpaper + langs: + - csharp + - vb + name: SingleColorTopBottomBoard + nameWithType: Wallpaper.SingleColorTopBottomBoard + fullName: TinyLife.World.Wallpaper.SingleColorTopBottomBoard + type: Field + assemblies: + - Tiny Life + namespace: TinyLife.World + syntax: + content: public static readonly Wallpaper[] SingleColorTopBottomBoard + return: + type: TinyLife.World.Wallpaper[] + content.vb: Public Shared ReadOnly SingleColorTopBottomBoard As Wallpaper() +- uid: TinyLife.World.Wallpaper.VerticalStripes + commentId: F:TinyLife.World.Wallpaper.VerticalStripes + id: VerticalStripes + parent: TinyLife.World.Wallpaper + langs: + - csharp + - vb + name: VerticalStripes + nameWithType: Wallpaper.VerticalStripes + fullName: TinyLife.World.Wallpaper.VerticalStripes + type: Field + assemblies: + - Tiny Life + namespace: TinyLife.World + syntax: + content: public static readonly Wallpaper[] VerticalStripes + return: + type: TinyLife.World.Wallpaper[] + content.vb: Public Shared ReadOnly VerticalStripes As Wallpaper() +- uid: TinyLife.World.Wallpaper.Stars + commentId: F:TinyLife.World.Wallpaper.Stars + id: Stars + parent: TinyLife.World.Wallpaper + langs: + - csharp + - vb + name: Stars + nameWithType: Wallpaper.Stars + fullName: TinyLife.World.Wallpaper.Stars + type: Field + assemblies: + - Tiny Life + namespace: TinyLife.World + syntax: + content: public static readonly Wallpaper[] Stars + return: + type: TinyLife.World.Wallpaper[] + content.vb: Public Shared ReadOnly Stars As Wallpaper() +- uid: TinyLife.World.Wallpaper.VerticalWallTiles + commentId: F:TinyLife.World.Wallpaper.VerticalWallTiles + id: VerticalWallTiles + parent: TinyLife.World.Wallpaper + langs: + - csharp + - vb + name: VerticalWallTiles + nameWithType: Wallpaper.VerticalWallTiles + fullName: TinyLife.World.Wallpaper.VerticalWallTiles + type: Field + assemblies: + - Tiny Life + namespace: TinyLife.World + syntax: + content: public static readonly Wallpaper[] VerticalWallTiles + return: + type: TinyLife.World.Wallpaper[] + content.vb: Public Shared ReadOnly VerticalWallTiles As Wallpaper() +- uid: TinyLife.World.Wallpaper.MismatchedBricks + commentId: F:TinyLife.World.Wallpaper.MismatchedBricks + id: MismatchedBricks + parent: TinyLife.World.Wallpaper + langs: + - csharp + - vb + name: MismatchedBricks + nameWithType: Wallpaper.MismatchedBricks + fullName: TinyLife.World.Wallpaper.MismatchedBricks + type: Field + assemblies: + - Tiny Life + namespace: TinyLife.World + syntax: + content: public static readonly Wallpaper[] MismatchedBricks + return: + type: TinyLife.World.Wallpaper[] + content.vb: Public Shared ReadOnly MismatchedBricks As Wallpaper() +- uid: TinyLife.World.Wallpaper.DoubleTimbered + commentId: F:TinyLife.World.Wallpaper.DoubleTimbered + id: DoubleTimbered + parent: TinyLife.World.Wallpaper + langs: + - csharp + - vb + name: DoubleTimbered + nameWithType: Wallpaper.DoubleTimbered + fullName: TinyLife.World.Wallpaper.DoubleTimbered + type: Field + assemblies: + - Tiny Life + namespace: TinyLife.World + syntax: + content: public static readonly Wallpaper[] DoubleTimbered + return: + type: TinyLife.World.Wallpaper[] + content.vb: Public Shared ReadOnly DoubleTimbered As Wallpaper() +- uid: TinyLife.World.Wallpaper.SingleTimbered + commentId: F:TinyLife.World.Wallpaper.SingleTimbered + id: SingleTimbered + parent: TinyLife.World.Wallpaper + langs: + - csharp + - vb + name: SingleTimbered + nameWithType: Wallpaper.SingleTimbered + fullName: TinyLife.World.Wallpaper.SingleTimbered + type: Field + assemblies: + - Tiny Life + namespace: TinyLife.World + syntax: + content: public static readonly Wallpaper[] SingleTimbered + return: + type: TinyLife.World.Wallpaper[] + content.vb: Public Shared ReadOnly SingleTimbered As Wallpaper() +- uid: TinyLife.World.Wallpaper.RockBase + commentId: F:TinyLife.World.Wallpaper.RockBase + id: RockBase + parent: TinyLife.World.Wallpaper + langs: + - csharp + - vb + name: RockBase + nameWithType: Wallpaper.RockBase + fullName: TinyLife.World.Wallpaper.RockBase + type: Field + assemblies: + - Tiny Life + namespace: TinyLife.World + syntax: + content: public static readonly Wallpaper[] RockBase + return: + type: TinyLife.World.Wallpaper[] + content.vb: Public Shared ReadOnly RockBase As Wallpaper() +- uid: TinyLife.World.Wallpaper.DoubleTimberedRockBase + commentId: F:TinyLife.World.Wallpaper.DoubleTimberedRockBase + id: DoubleTimberedRockBase + parent: TinyLife.World.Wallpaper + langs: + - csharp + - vb + name: DoubleTimberedRockBase + nameWithType: Wallpaper.DoubleTimberedRockBase + fullName: TinyLife.World.Wallpaper.DoubleTimberedRockBase + type: Field + assemblies: + - Tiny Life + namespace: TinyLife.World + syntax: + content: public static readonly Wallpaper[] DoubleTimberedRockBase + return: + type: TinyLife.World.Wallpaper[] + content.vb: Public Shared ReadOnly DoubleTimberedRockBase As Wallpaper() +- uid: TinyLife.World.Wallpaper.SingleTimberedRockBase + commentId: F:TinyLife.World.Wallpaper.SingleTimberedRockBase + id: SingleTimberedRockBase + parent: TinyLife.World.Wallpaper + langs: + - csharp + - vb + name: SingleTimberedRockBase + nameWithType: Wallpaper.SingleTimberedRockBase + fullName: TinyLife.World.Wallpaper.SingleTimberedRockBase + type: Field + assemblies: + - Tiny Life + namespace: TinyLife.World + syntax: + content: public static readonly Wallpaper[] SingleTimberedRockBase + return: + type: TinyLife.World.Wallpaper[] + content.vb: Public Shared ReadOnly SingleTimberedRockBase As Wallpaper() +- uid: TinyLife.World.Wallpaper.StripedWood + commentId: F:TinyLife.World.Wallpaper.StripedWood + id: StripedWood + parent: TinyLife.World.Wallpaper + langs: + - csharp + - vb + name: StripedWood + nameWithType: Wallpaper.StripedWood + fullName: TinyLife.World.Wallpaper.StripedWood + type: Field + assemblies: + - Tiny Life + namespace: TinyLife.World + syntax: + content: public static readonly Wallpaper[] StripedWood + return: + type: TinyLife.World.Wallpaper[] + content.vb: Public Shared ReadOnly StripedWood As Wallpaper() - uid: TinyLife.World.Wallpaper.BaseName commentId: F:TinyLife.World.Wallpaper.BaseName id: BaseName @@ -108,14 +552,6 @@ items: nameWithType: Wallpaper.BaseName fullName: TinyLife.World.Wallpaper.BaseName type: Field - source: - remote: - path: TinyLife/World/Wallpaper.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: BaseName - path: ../TinyLife/World/Wallpaper.cs - startLine: 66 assemblies: - Tiny Life namespace: TinyLife.World @@ -137,14 +573,6 @@ items: nameWithType: Wallpaper.Name fullName: TinyLife.World.Wallpaper.Name type: Field - source: - remote: - path: TinyLife/World/Wallpaper.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Name - path: ../TinyLife/World/Wallpaper.cs - startLine: 70 assemblies: - Tiny Life namespace: TinyLife.World @@ -166,14 +594,6 @@ items: nameWithType: Wallpaper.Price fullName: TinyLife.World.Wallpaper.Price type: Field - source: - remote: - path: TinyLife/World/Wallpaper.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Price - path: ../TinyLife/World/Wallpaper.cs - startLine: 74 assemblies: - Tiny Life namespace: TinyLife.World @@ -195,14 +615,6 @@ items: nameWithType: Wallpaper.ColorSettings fullName: TinyLife.World.Wallpaper.ColorSettings type: Field - source: - remote: - path: TinyLife/World/Wallpaper.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ColorSettings - path: ../TinyLife/World/Wallpaper.cs - startLine: 78 assemblies: - Tiny Life namespace: TinyLife.World @@ -224,14 +636,6 @@ items: nameWithType: Wallpaper.Colors fullName: TinyLife.World.Wallpaper.Colors type: Field - source: - remote: - path: TinyLife/World/Wallpaper.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Colors - path: ../TinyLife/World/Wallpaper.cs - startLine: 83 assemblies: - Tiny Life namespace: TinyLife.World @@ -256,14 +660,6 @@ items: nameWithType: Wallpaper.Icon fullName: TinyLife.World.Wallpaper.Icon type: Field - source: - remote: - path: TinyLife/World/Wallpaper.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Icon - path: ../TinyLife/World/Wallpaper.cs - startLine: 88 assemblies: - Tiny Life namespace: TinyLife.World @@ -288,14 +684,6 @@ items: nameWithType: Wallpaper.Textures fullName: TinyLife.World.Wallpaper.Textures type: Field - source: - remote: - path: TinyLife/World/Wallpaper.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Textures - path: ../TinyLife/World/Wallpaper.cs - startLine: 92 assemblies: - Tiny Life namespace: TinyLife.World @@ -317,14 +705,6 @@ items: nameWithType: Wallpaper.TextureRegion fullName: TinyLife.World.Wallpaper.TextureRegion type: Field - source: - remote: - path: TinyLife/World/Wallpaper.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TextureRegion - path: ../TinyLife/World/Wallpaper.cs - startLine: 97 assemblies: - Tiny Life namespace: TinyLife.World @@ -349,14 +729,6 @@ items: nameWithType: Wallpaper.Wallpaper(string, string, int, Dictionary, Point, ColorSettings, int[], TextureRegion) fullName: TinyLife.World.Wallpaper.Wallpaper(string, string, int, System.Collections.Generic.Dictionary, Microsoft.Xna.Framework.Point, TinyLife.Utilities.ColorSettings, int[], MLEM.Textures.TextureRegion) type: Constructor - source: - remote: - path: TinyLife/World/Wallpaper.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/World/Wallpaper.cs - startLine: 103 assemblies: - Tiny Life namespace: TinyLife.World @@ -400,14 +772,6 @@ items: nameWithType: Wallpaper.Draw(GameTime, SpriteBatch, Map, Point, Point, int, Vector2, WallMode, bool, bool, float, bool, float, Color?) fullName: TinyLife.World.Wallpaper.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, TinyLife.World.Map, Microsoft.Xna.Framework.Point, Microsoft.Xna.Framework.Point, int, Microsoft.Xna.Framework.Vector2, TinyLife.World.WallMode, bool, bool, float, bool, float, Microsoft.Xna.Framework.Color?) type: Method - source: - remote: - path: TinyLife/World/Wallpaper.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Draw - path: ../TinyLife/World/Wallpaper.cs - startLine: 131 assemblies: - Tiny Life namespace: TinyLife.World @@ -474,14 +838,6 @@ items: nameWithType: Wallpaper.DrawUi(Element, SpriteBatch, GameTime, Map, float) fullName: TinyLife.World.Wallpaper.DrawUi(MLEM.Ui.Elements.Element, Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.GameTime, TinyLife.World.Map, float) type: Method - source: - remote: - path: TinyLife/World/Wallpaper.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DrawUi - path: ../TinyLife/World/Wallpaper.cs - startLine: 160 assemblies: - Tiny Life namespace: TinyLife.World @@ -521,14 +877,6 @@ items: nameWithType: Wallpaper.GetPrice() fullName: TinyLife.World.Wallpaper.GetPrice() type: Method - source: - remote: - path: TinyLife/World/Wallpaper.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetPrice - path: ../TinyLife/World/Wallpaper.cs - startLine: 171 assemblies: - Tiny Life namespace: TinyLife.World @@ -552,14 +900,6 @@ items: nameWithType: Wallpaper.Register(string, int, Dictionary, Point, ColorScheme, TextureRegion, int?, Type) fullName: TinyLife.World.Wallpaper.Register(string, int, System.Collections.Generic.Dictionary, Microsoft.Xna.Framework.Point, TinyLife.Utilities.ColorScheme, MLEM.Textures.TextureRegion, int?, System.Type) type: Method - source: - remote: - path: TinyLife/World/Wallpaper.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Register - path: ../TinyLife/World/Wallpaper.cs - startLine: 187 assemblies: - Tiny Life namespace: TinyLife.World @@ -613,14 +953,6 @@ items: nameWithType: Wallpaper.Register(string, int, Dictionary, Point, ColorScheme[], TextureRegion, int[], Type) fullName: TinyLife.World.Wallpaper.Register(string, int, System.Collections.Generic.Dictionary, Microsoft.Xna.Framework.Point, TinyLife.Utilities.ColorScheme[], MLEM.Textures.TextureRegion, int[], System.Type) type: Method - source: - remote: - path: TinyLife/World/Wallpaper.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Register - path: ../TinyLife/World/Wallpaper.cs - startLine: 203 assemblies: - Tiny Life namespace: TinyLife.World @@ -674,14 +1006,6 @@ items: nameWithType: Wallpaper.Register(string, int, Dictionary, Point, ColorSettings, TextureRegion, Type) fullName: TinyLife.World.Wallpaper.Register(string, int, System.Collections.Generic.Dictionary, Microsoft.Xna.Framework.Point, TinyLife.Utilities.ColorSettings, MLEM.Textures.TextureRegion, System.Type) type: Method - source: - remote: - path: TinyLife/World/Wallpaper.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Register - path: ../TinyLife/World/Wallpaper.cs - startLine: 222 assemblies: - Tiny Life namespace: TinyLife.World @@ -1459,6 +1783,27 @@ references: name: ObjectModel isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.objectmodel +- uid: TinyLife.World.Wallpaper[] + isExternal: true + href: TinyLife.World.Wallpaper.html + name: Wallpaper[] + nameWithType: Wallpaper[] + fullName: TinyLife.World.Wallpaper[] + nameWithType.vb: Wallpaper() + fullName.vb: TinyLife.World.Wallpaper() + name.vb: Wallpaper() + spec.csharp: + - uid: TinyLife.World.Wallpaper + name: Wallpaper + href: TinyLife.World.Wallpaper.html + - name: '[' + - name: ']' + spec.vb: + - uid: TinyLife.World.Wallpaper + name: Wallpaper + href: TinyLife.World.Wallpaper.html + - name: ( + - name: ) - uid: TinyLife.World.Wallpaper.Name commentId: F:TinyLife.World.Wallpaper.Name href: TinyLife.World.Wallpaper.html#TinyLife_World_Wallpaper_Name @@ -2023,27 +2368,6 @@ references: isExternal: true href: https://learn.microsoft.com/dotnet/api/system.int32 - name: '?' -- uid: TinyLife.World.Wallpaper[] - isExternal: true - href: TinyLife.World.Wallpaper.html - name: Wallpaper[] - nameWithType: Wallpaper[] - fullName: TinyLife.World.Wallpaper[] - nameWithType.vb: Wallpaper() - fullName.vb: TinyLife.World.Wallpaper() - name.vb: Wallpaper() - spec.csharp: - - uid: TinyLife.World.Wallpaper - name: Wallpaper - href: TinyLife.World.Wallpaper.html - - name: '[' - - name: ']' - spec.vb: - - uid: TinyLife.World.Wallpaper - name: Wallpaper - href: TinyLife.World.Wallpaper.html - - name: ( - - name: ) - uid: TinyLife.Utilities.ColorScheme[] isExternal: true href: TinyLife.Utilities.ColorScheme.html diff --git a/docs/api/TinyLife.World.WaterTile.yml b/docs/api/TinyLife.World.WaterTile.yml index bdf6145..ee9dcea 100644 --- a/docs/api/TinyLife.World.WaterTile.yml +++ b/docs/api/TinyLife.World.WaterTile.yml @@ -15,14 +15,6 @@ items: nameWithType: WaterTile fullName: TinyLife.World.WaterTile type: Class - source: - remote: - path: TinyLife/World/WaterTile.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: WaterTile - path: ../TinyLife/World/WaterTile.cs - startLine: 14 assemblies: - Tiny Life namespace: TinyLife.World @@ -41,6 +33,37 @@ items: - TinyLife.World.AutoTile.DrawBorder(System.Object,TinyLife.World.Map,Microsoft.Xna.Framework.Point,System.Int32,System.Int32,Microsoft.Xna.Framework.Vector2,System.Single,System.Single,System.Collections.Generic.ICollection{MLEM.Graphics.StaticSpriteBatch.Item},System.Func{Microsoft.Xna.Framework.Point,System.Int32,TinyLife.World.Tile}) - TinyLife.World.Tile.Tiles - TinyLife.World.Tile.ReferencePrice + - TinyLife.World.Tile.Grass + - TinyLife.World.Tile.FlowerGrass + - TinyLife.World.Tile.Concrete + - TinyLife.World.Tile.LongBoards + - TinyLife.World.Tile.ModernBricks + - TinyLife.World.Tile.BigTiles + - TinyLife.World.Tile.Dirt + - TinyLife.World.Tile.DirtPath + - TinyLife.World.Tile.SimpleCarpet + - TinyLife.World.Tile.PuzzlePieces + - TinyLife.World.Tile.Rocks + - TinyLife.World.Tile.DirtWithGrass + - TinyLife.World.Tile.Water + - TinyLife.World.Tile.LargeConcreteTiles + - TinyLife.World.Tile.Sand + - TinyLife.World.Tile.IntricateCarpet + - TinyLife.World.Tile.ModernTiles + - TinyLife.World.Tile.StraightBoards + - TinyLife.World.Tile.OrnateHardwood + - TinyLife.World.Tile.RicketyHardwood + - TinyLife.World.Tile.CheckeredHardwood + - TinyLife.World.Tile.SmallCheckeredHardwood + - TinyLife.World.Tile.SoftCarpet + - TinyLife.World.Tile.Road1 + - TinyLife.World.Tile.Road2 + - TinyLife.World.Tile.Road3 + - TinyLife.World.Tile.Road4 + - TinyLife.World.Tile.Road5 + - TinyLife.World.Tile.DirtRoad + - TinyLife.World.Tile.DirtRoadLines1 + - TinyLife.World.Tile.DirtRoadLines2 - TinyLife.World.Tile.BaseName - TinyLife.World.Tile.Name - TinyLife.World.Tile.Price @@ -83,14 +106,6 @@ items: nameWithType: WaterTile.WaterTile(string, string, int, Dictionary, Dictionary, ColorSettings, int[], bool, float, Tile.Category, TextureRegion, Func) fullName: TinyLife.World.WaterTile.WaterTile(string, string, int, System.Collections.Generic.Dictionary, System.Collections.Generic.Dictionary, TinyLife.Utilities.ColorSettings, int[], bool, float, TinyLife.World.Tile.Category, MLEM.Textures.TextureRegion, System.Func) type: Constructor - source: - remote: - path: TinyLife/World/WaterTile.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/World/WaterTile.cs - startLine: 17 assemblies: - Tiny Life namespace: TinyLife.World @@ -142,14 +157,6 @@ items: nameWithType: WaterTile.Draw(GameTime, object, Map, Point, int, Vector2, float, float, ICollection, bool, Func) fullName: TinyLife.World.WaterTile.Draw(Microsoft.Xna.Framework.GameTime, object, TinyLife.World.Map, Microsoft.Xna.Framework.Point, int, Microsoft.Xna.Framework.Vector2, float, float, System.Collections.Generic.ICollection, bool, System.Func) type: Method - source: - remote: - path: TinyLife/World/WaterTile.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Draw - path: ../TinyLife/World/WaterTile.cs - startLine: 20 assemblies: - Tiny Life namespace: TinyLife.World @@ -211,14 +218,6 @@ items: nameWithType: WaterTile.ConnectsToTile(Map, Point, int, int, int, Func) fullName: TinyLife.World.WaterTile.ConnectsToTile(TinyLife.World.Map, Microsoft.Xna.Framework.Point, int, int, int, System.Func) type: Method - source: - remote: - path: TinyLife/World/WaterTile.cs - branch: 0.43.8-dev - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ConnectsToTile - path: ../TinyLife/World/WaterTile.cs - startLine: 43 assemblies: - Tiny Life namespace: TinyLife.World @@ -566,6 +565,223 @@ references: name: ReferencePrice nameWithType: Tile.ReferencePrice fullName: TinyLife.World.Tile.ReferencePrice +- uid: TinyLife.World.Tile.Grass + commentId: F:TinyLife.World.Tile.Grass + parent: TinyLife.World.Tile + href: TinyLife.World.Tile.html#TinyLife_World_Tile_Grass + name: Grass + nameWithType: Tile.Grass + fullName: TinyLife.World.Tile.Grass +- uid: TinyLife.World.Tile.FlowerGrass + commentId: F:TinyLife.World.Tile.FlowerGrass + parent: TinyLife.World.Tile + href: TinyLife.World.Tile.html#TinyLife_World_Tile_FlowerGrass + name: FlowerGrass + nameWithType: Tile.FlowerGrass + fullName: TinyLife.World.Tile.FlowerGrass +- uid: TinyLife.World.Tile.Concrete + commentId: F:TinyLife.World.Tile.Concrete + parent: TinyLife.World.Tile + href: TinyLife.World.Tile.html#TinyLife_World_Tile_Concrete + name: Concrete + nameWithType: Tile.Concrete + fullName: TinyLife.World.Tile.Concrete +- uid: TinyLife.World.Tile.LongBoards + commentId: F:TinyLife.World.Tile.LongBoards + parent: TinyLife.World.Tile + href: TinyLife.World.Tile.html#TinyLife_World_Tile_LongBoards + name: LongBoards + nameWithType: Tile.LongBoards + fullName: TinyLife.World.Tile.LongBoards +- uid: TinyLife.World.Tile.ModernBricks + commentId: F:TinyLife.World.Tile.ModernBricks + parent: TinyLife.World.Tile + href: TinyLife.World.Tile.html#TinyLife_World_Tile_ModernBricks + name: ModernBricks + nameWithType: Tile.ModernBricks + fullName: TinyLife.World.Tile.ModernBricks +- uid: TinyLife.World.Tile.BigTiles + commentId: F:TinyLife.World.Tile.BigTiles + parent: TinyLife.World.Tile + href: TinyLife.World.Tile.html#TinyLife_World_Tile_BigTiles + name: BigTiles + nameWithType: Tile.BigTiles + fullName: TinyLife.World.Tile.BigTiles +- uid: TinyLife.World.Tile.Dirt + commentId: F:TinyLife.World.Tile.Dirt + parent: TinyLife.World.Tile + href: TinyLife.World.Tile.html#TinyLife_World_Tile_Dirt + name: Dirt + nameWithType: Tile.Dirt + fullName: TinyLife.World.Tile.Dirt +- uid: TinyLife.World.Tile.DirtPath + commentId: F:TinyLife.World.Tile.DirtPath + parent: TinyLife.World.Tile + href: TinyLife.World.Tile.html#TinyLife_World_Tile_DirtPath + name: DirtPath + nameWithType: Tile.DirtPath + fullName: TinyLife.World.Tile.DirtPath +- uid: TinyLife.World.Tile.SimpleCarpet + commentId: F:TinyLife.World.Tile.SimpleCarpet + parent: TinyLife.World.Tile + href: TinyLife.World.Tile.html#TinyLife_World_Tile_SimpleCarpet + name: SimpleCarpet + nameWithType: Tile.SimpleCarpet + fullName: TinyLife.World.Tile.SimpleCarpet +- uid: TinyLife.World.Tile.PuzzlePieces + commentId: F:TinyLife.World.Tile.PuzzlePieces + parent: TinyLife.World.Tile + href: TinyLife.World.Tile.html#TinyLife_World_Tile_PuzzlePieces + name: PuzzlePieces + nameWithType: Tile.PuzzlePieces + fullName: TinyLife.World.Tile.PuzzlePieces +- uid: TinyLife.World.Tile.Rocks + commentId: F:TinyLife.World.Tile.Rocks + parent: TinyLife.World.Tile + href: TinyLife.World.Tile.html#TinyLife_World_Tile_Rocks + name: Rocks + nameWithType: Tile.Rocks + fullName: TinyLife.World.Tile.Rocks +- uid: TinyLife.World.Tile.DirtWithGrass + commentId: F:TinyLife.World.Tile.DirtWithGrass + parent: TinyLife.World.Tile + href: TinyLife.World.Tile.html#TinyLife_World_Tile_DirtWithGrass + name: DirtWithGrass + nameWithType: Tile.DirtWithGrass + fullName: TinyLife.World.Tile.DirtWithGrass +- uid: TinyLife.World.Tile.Water + commentId: F:TinyLife.World.Tile.Water + parent: TinyLife.World.Tile + href: TinyLife.World.Tile.html#TinyLife_World_Tile_Water + name: Water + nameWithType: Tile.Water + fullName: TinyLife.World.Tile.Water +- uid: TinyLife.World.Tile.LargeConcreteTiles + commentId: F:TinyLife.World.Tile.LargeConcreteTiles + parent: TinyLife.World.Tile + href: TinyLife.World.Tile.html#TinyLife_World_Tile_LargeConcreteTiles + name: LargeConcreteTiles + nameWithType: Tile.LargeConcreteTiles + fullName: TinyLife.World.Tile.LargeConcreteTiles +- uid: TinyLife.World.Tile.Sand + commentId: F:TinyLife.World.Tile.Sand + parent: TinyLife.World.Tile + href: TinyLife.World.Tile.html#TinyLife_World_Tile_Sand + name: Sand + nameWithType: Tile.Sand + fullName: TinyLife.World.Tile.Sand +- uid: TinyLife.World.Tile.IntricateCarpet + commentId: F:TinyLife.World.Tile.IntricateCarpet + parent: TinyLife.World.Tile + href: TinyLife.World.Tile.html#TinyLife_World_Tile_IntricateCarpet + name: IntricateCarpet + nameWithType: Tile.IntricateCarpet + fullName: TinyLife.World.Tile.IntricateCarpet +- uid: TinyLife.World.Tile.ModernTiles + commentId: F:TinyLife.World.Tile.ModernTiles + parent: TinyLife.World.Tile + href: TinyLife.World.Tile.html#TinyLife_World_Tile_ModernTiles + name: ModernTiles + nameWithType: Tile.ModernTiles + fullName: TinyLife.World.Tile.ModernTiles +- uid: TinyLife.World.Tile.StraightBoards + commentId: F:TinyLife.World.Tile.StraightBoards + parent: TinyLife.World.Tile + href: TinyLife.World.Tile.html#TinyLife_World_Tile_StraightBoards + name: StraightBoards + nameWithType: Tile.StraightBoards + fullName: TinyLife.World.Tile.StraightBoards +- uid: TinyLife.World.Tile.OrnateHardwood + commentId: F:TinyLife.World.Tile.OrnateHardwood + parent: TinyLife.World.Tile + href: TinyLife.World.Tile.html#TinyLife_World_Tile_OrnateHardwood + name: OrnateHardwood + nameWithType: Tile.OrnateHardwood + fullName: TinyLife.World.Tile.OrnateHardwood +- uid: TinyLife.World.Tile.RicketyHardwood + commentId: F:TinyLife.World.Tile.RicketyHardwood + parent: TinyLife.World.Tile + href: TinyLife.World.Tile.html#TinyLife_World_Tile_RicketyHardwood + name: RicketyHardwood + nameWithType: Tile.RicketyHardwood + fullName: TinyLife.World.Tile.RicketyHardwood +- uid: TinyLife.World.Tile.CheckeredHardwood + commentId: F:TinyLife.World.Tile.CheckeredHardwood + parent: TinyLife.World.Tile + href: TinyLife.World.Tile.html#TinyLife_World_Tile_CheckeredHardwood + name: CheckeredHardwood + nameWithType: Tile.CheckeredHardwood + fullName: TinyLife.World.Tile.CheckeredHardwood +- uid: TinyLife.World.Tile.SmallCheckeredHardwood + commentId: F:TinyLife.World.Tile.SmallCheckeredHardwood + parent: TinyLife.World.Tile + href: TinyLife.World.Tile.html#TinyLife_World_Tile_SmallCheckeredHardwood + name: SmallCheckeredHardwood + nameWithType: Tile.SmallCheckeredHardwood + fullName: TinyLife.World.Tile.SmallCheckeredHardwood +- uid: TinyLife.World.Tile.SoftCarpet + commentId: F:TinyLife.World.Tile.SoftCarpet + parent: TinyLife.World.Tile + href: TinyLife.World.Tile.html#TinyLife_World_Tile_SoftCarpet + name: SoftCarpet + nameWithType: Tile.SoftCarpet + fullName: TinyLife.World.Tile.SoftCarpet +- uid: TinyLife.World.Tile.Road1 + commentId: F:TinyLife.World.Tile.Road1 + parent: TinyLife.World.Tile + href: TinyLife.World.Tile.html#TinyLife_World_Tile_Road1 + name: Road1 + nameWithType: Tile.Road1 + fullName: TinyLife.World.Tile.Road1 +- uid: TinyLife.World.Tile.Road2 + commentId: F:TinyLife.World.Tile.Road2 + parent: TinyLife.World.Tile + href: TinyLife.World.Tile.html#TinyLife_World_Tile_Road2 + name: Road2 + nameWithType: Tile.Road2 + fullName: TinyLife.World.Tile.Road2 +- uid: TinyLife.World.Tile.Road3 + commentId: F:TinyLife.World.Tile.Road3 + parent: TinyLife.World.Tile + href: TinyLife.World.Tile.html#TinyLife_World_Tile_Road3 + name: Road3 + nameWithType: Tile.Road3 + fullName: TinyLife.World.Tile.Road3 +- uid: TinyLife.World.Tile.Road4 + commentId: F:TinyLife.World.Tile.Road4 + parent: TinyLife.World.Tile + href: TinyLife.World.Tile.html#TinyLife_World_Tile_Road4 + name: Road4 + nameWithType: Tile.Road4 + fullName: TinyLife.World.Tile.Road4 +- uid: TinyLife.World.Tile.Road5 + commentId: F:TinyLife.World.Tile.Road5 + parent: TinyLife.World.Tile + href: TinyLife.World.Tile.html#TinyLife_World_Tile_Road5 + name: Road5 + nameWithType: Tile.Road5 + fullName: TinyLife.World.Tile.Road5 +- uid: TinyLife.World.Tile.DirtRoad + commentId: F:TinyLife.World.Tile.DirtRoad + parent: TinyLife.World.Tile + href: TinyLife.World.Tile.html#TinyLife_World_Tile_DirtRoad + name: DirtRoad + nameWithType: Tile.DirtRoad + fullName: TinyLife.World.Tile.DirtRoad +- uid: TinyLife.World.Tile.DirtRoadLines1 + commentId: F:TinyLife.World.Tile.DirtRoadLines1 + parent: TinyLife.World.Tile + href: TinyLife.World.Tile.html#TinyLife_World_Tile_DirtRoadLines1 + name: DirtRoadLines1 + nameWithType: Tile.DirtRoadLines1 + fullName: TinyLife.World.Tile.DirtRoadLines1 +- uid: TinyLife.World.Tile.DirtRoadLines2 + commentId: F:TinyLife.World.Tile.DirtRoadLines2 + parent: TinyLife.World.Tile + href: TinyLife.World.Tile.html#TinyLife_World_Tile_DirtRoadLines2 + name: DirtRoadLines2 + nameWithType: Tile.DirtRoadLines2 + fullName: TinyLife.World.Tile.DirtRoadLines2 - uid: TinyLife.World.Tile.BaseName commentId: F:TinyLife.World.Tile.BaseName parent: TinyLife.World.Tile diff --git a/docs/api/TinyLife.yml b/docs/api/TinyLife.yml index dba95ef..e3d8f4a 100644 --- a/docs/api/TinyLife.yml +++ b/docs/api/TinyLife.yml @@ -30,7 +30,6 @@ items: - TinyLife.SaveHandler - TinyLife.SaveHandler.SaveData - TinyLife.Set - - TinyLife.StartTogetherAction - TinyLife.WallDisplay langs: - csharp @@ -335,12 +334,6 @@ references: - uid: TinyLife.SaveHandler.SaveData name: SaveData href: TinyLife.SaveHandler.SaveData.html -- uid: TinyLife.StartTogetherAction - commentId: T:TinyLife.StartTogetherAction - href: TinyLife.StartTogetherAction.html - name: StartTogetherAction - nameWithType: StartTogetherAction - fullName: TinyLife.StartTogetherAction - uid: TinyLife commentId: N:TinyLife href: TinyLife.html diff --git a/docs/api/toc.yml b/docs/api/toc.yml index 2b93b9b..322dc95 100644 --- a/docs/api/toc.yml +++ b/docs/api/toc.yml @@ -55,8 +55,6 @@ items: name: SaveHandler.SaveData - uid: TinyLife.Set name: Set - - uid: TinyLife.StartTogetherAction - name: StartTogetherAction - uid: TinyLife.WallDisplay name: WallDisplay - uid: TinyLife.Actions @@ -142,6 +140,8 @@ items: name: SocialAction - uid: TinyLife.Actions.SocialAction.StartPartnerAction name: SocialAction.StartPartnerAction + - uid: TinyLife.Actions.StartTogetherAction + name: StartTogetherAction - uid: TinyLife.Actions.StoreAction name: StoreAction - uid: TinyLife.Actions.TalkAction