This commit is contained in:
Ell 2024-08-31 11:17:42 +02:00
parent 37f93b2a30
commit b276049de9
299 changed files with 13346 additions and 36236 deletions

View file

@ -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 # 0.43.8
*August 15, 2024* *August 15, 2024*

98
docs/api/.manifest generated
View file

@ -938,6 +938,13 @@
"TinyLife.Actions.SocialAction.StartPartnerAction.IsCompleted": "TinyLife.Actions.SocialAction.StartPartnerAction.yml", "TinyLife.Actions.SocialAction.StartPartnerAction.IsCompleted": "TinyLife.Actions.SocialAction.StartPartnerAction.yml",
"TinyLife.Actions.SocialAction.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)": "TinyLife.Actions.SocialAction.yml", "TinyLife.Actions.SocialAction.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.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": "TinyLife.Actions.StoreAction.yml",
"TinyLife.Actions.StoreAction.AndThenInitialize": "TinyLife.Actions.StoreAction.yml", "TinyLife.Actions.StoreAction.AndThenInitialize": "TinyLife.Actions.StoreAction.yml",
"TinyLife.Actions.StoreAction.AndThenIsCompleted": "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.ActionSpot.SinkSpots": "TinyLife.Objects.ActionSpot.yml",
"TinyLife.Objects.AgeGroup": "TinyLife.Objects.AgeGroup.yml", "TinyLife.Objects.AgeGroup": "TinyLife.Objects.AgeGroup.yml",
"TinyLife.Objects.AgeGroup.Adult": "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.Baby": "TinyLife.Objects.AgeGroup.yml",
"TinyLife.Objects.AgeGroup.Child": "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": "TinyLife.Objects.AppliedUpgrade.yml",
"TinyLife.Objects.AppliedUpgrade.#ctor(TinyLife.Objects.Upgrade)": "TinyLife.Objects.AppliedUpgrade.yml", "TinyLife.Objects.AppliedUpgrade.#ctor(TinyLife.Objects.Upgrade)": "TinyLife.Objects.AppliedUpgrade.yml",
"TinyLife.Objects.AppliedUpgrade.Progress": "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.DepthFunction": "TinyLife.Objects.Clothes.yml",
"TinyLife.Objects.Clothes.Description": "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.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.Icon": "TinyLife.Objects.Clothes.yml",
"TinyLife.Objects.Clothes.Intentions": "TinyLife.Objects.Clothes.yml", "TinyLife.Objects.Clothes.Intentions": "TinyLife.Objects.Clothes.yml",
"TinyLife.Objects.Clothes.IsIncompatible": "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.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.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.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.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.FurnitureTypeConstructedDelegate": "TinyLife.Objects.Furniture.FurnitureTypeConstructedDelegate.yml",
"TinyLife.Objects.Furniture.GetActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ActionSpot,MLEM.Maths.Direction2)": "TinyLife.Objects.Furniture.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.Intersects(MLEM.Maths.RectangleF)": "TinyLife.Objects.Furniture.yml",
"TinyLife.Objects.Furniture.IsFreeSpot(Microsoft.Xna.Framework.Point)": "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.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.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.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", "TinyLife.Objects.Furniture.NotifyNeighbors": "TinyLife.Objects.Furniture.yml",
@ -2634,6 +2649,7 @@
"TinyLife.Objects.Person": "TinyLife.Objects.Person.yml", "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.#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.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.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.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", "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.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.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.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.GetAiPriorityForObject(TinyLife.Objects.MapObject,TinyLife.Objects.ObjectCategory)": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.GetCurrentGoals": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.GetCurrentGoals": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.GetHeldItemDrawOffset(System.Boolean)": "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.LifeGoal": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.LotEmployment": "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.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.OnDrawUi": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.OnGenerateAnimationGroup": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.OnGenerateAnimationGroup": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.OnJobChanged": "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.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.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.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.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.GetAiPriorityForObject(TinyLife.Objects.MapObject,TinyLife.Objects.ObjectCategory)": "TinyLife.Objects.PersonLike.yml",
"TinyLife.Objects.PersonLike.GetCategories(TinyLife.Objects.PersonLike)": "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.RotateKeybind": "TinyLife.Options.yml",
"TinyLife.Options.RoundCameraPosition": "TinyLife.Options.yml", "TinyLife.Options.RoundCameraPosition": "TinyLife.Options.yml",
"TinyLife.Options.Save": "TinyLife.Options.yml", "TinyLife.Options.Save": "TinyLife.Options.yml",
"TinyLife.Options.SaveCompression": "TinyLife.Options.yml",
"TinyLife.Options.ScreenshotKeybind": "TinyLife.Options.yml", "TinyLife.Options.ScreenshotKeybind": "TinyLife.Options.yml",
"TinyLife.Options.SeenObjects": "TinyLife.Options.yml", "TinyLife.Options.SeenObjects": "TinyLife.Options.yml",
"TinyLife.Options.SellHeldObjectKeybind": "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.NotPescetarian": "TinyLife.Skills.FoodType.FoodRestriction.yml",
"TinyLife.Skills.FoodType.FoodRestriction.NotVegan": "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.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.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.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", "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.Gaming": "TinyLife.Skills.SkillType.yml",
"TinyLife.Skills.SkillType.GetMaxLevel(TinyLife.Objects.AgeGroup)": "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.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.Humor": "TinyLife.Skills.SkillType.yml",
"TinyLife.Skills.SkillType.MaxLevel": "TinyLife.Skills.SkillType.yml", "TinyLife.Skills.SkillType.MaxLevel": "TinyLife.Skills.SkillType.yml",
"TinyLife.Skills.SkillType.MaxLevelMultipliers": "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.Recipes": "TinyLife.Skills.WoodworkingRecipe.yml",
"TinyLife.Skills.WoodworkingRecipe.Register(TinyLife.Skills.WoodworkingRecipe)": "TinyLife.Skills.WoodworkingRecipe.yml", "TinyLife.Skills.WoodworkingRecipe.Register(TinyLife.Skills.WoodworkingRecipe)": "TinyLife.Skills.WoodworkingRecipe.yml",
"TinyLife.Skills.WoodworkingRecipe.RequiredLevel": "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": "TinyLife.Tools.yml",
"TinyLife.Tools.CanPlaceResult": "TinyLife.Tools.CanPlaceResult.yml", "TinyLife.Tools.CanPlaceResult": "TinyLife.Tools.CanPlaceResult.yml",
"TinyLife.Tools.CanPlaceResult.AreaTooLarge": "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.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.GetMouseCursor": "TinyLife.Tools.FenceTool.yml",
"TinyLife.Tools.FenceTool.InitBuildModeUi(MLEM.Ui.Elements.Panel,MLEM.Ui.Elements.Panel)": "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.ShouldHighlightSelectedObject(System.Object)": "TinyLife.Tools.FenceTool.yml",
"TinyLife.Tools.FenceTool.Update(Microsoft.Xna.Framework.GameTime,System.Boolean)": "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", "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.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.GetMouseCursor": "TinyLife.Tools.FurnitureTool.yml",
"TinyLife.Tools.FurnitureTool.InitBuildModeUi(MLEM.Ui.Elements.Panel,MLEM.Ui.Elements.Panel)": "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.ShouldHighlightSelectedObject(System.Object)": "TinyLife.Tools.FurnitureTool.yml",
"TinyLife.Tools.FurnitureTool.Tab": "TinyLife.Tools.FurnitureTool.Tab.yml", "TinyLife.Tools.FurnitureTool.Tab": "TinyLife.Tools.FurnitureTool.Tab.yml",
"TinyLife.Tools.FurnitureTool.Tab.All": "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.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.GetMouseCursor": "TinyLife.Tools.MoveTool.yml",
"TinyLife.Tools.MoveTool.InitBuildModeUi(MLEM.Ui.Elements.Panel,MLEM.Ui.Elements.Panel)": "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.OnButtonCreated(MLEM.Ui.Elements.Button)": "TinyLife.Tools.MoveTool.yml",
"TinyLife.Tools.MoveTool.Opened": "TinyLife.Tools.MoveTool.yml", "TinyLife.Tools.MoveTool.Opened": "TinyLife.Tools.MoveTool.yml",
"TinyLife.Tools.MoveTool.Reload": "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.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.GetMouseCursor": "TinyLife.Tools.OpeningTool.yml",
"TinyLife.Tools.OpeningTool.InitBuildModeUi(MLEM.Ui.Elements.Panel,MLEM.Ui.Elements.Panel)": "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.ShouldHighlightSelectedObject(System.Object)": "TinyLife.Tools.OpeningTool.yml",
"TinyLife.Tools.OpeningTool.Update(Microsoft.Xna.Framework.GameTime,System.Boolean)": "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", "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.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.GetMouseCursor": "TinyLife.Tools.RoofTool.yml",
"TinyLife.Tools.RoofTool.InitBuildModeUi(MLEM.Ui.Elements.Panel,MLEM.Ui.Elements.Panel)": "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.ShouldHighlightSelectedObject(System.Object)": "TinyLife.Tools.RoofTool.yml",
"TinyLife.Tools.RoofTool.Update(Microsoft.Xna.Framework.GameTime,System.Boolean)": "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", "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.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.GetMouseCursor": "TinyLife.Tools.TileTool.yml",
"TinyLife.Tools.TileTool.InitBuildModeUi(MLEM.Ui.Elements.Panel,MLEM.Ui.Elements.Panel)": "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.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.ShouldHighlightSelectedObject(System.Object)": "TinyLife.Tools.TileTool.yml",
"TinyLife.Tools.TileTool.Update(Microsoft.Xna.Framework.GameTime,System.Boolean)": "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.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.GetMouseCursor": "TinyLife.Tools.WallpaperTool.yml",
"TinyLife.Tools.WallpaperTool.InitBuildModeUi(MLEM.Ui.Elements.Panel,MLEM.Ui.Elements.Panel)": "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.ShouldHighlightSelectedObject(System.Object)": "TinyLife.Tools.WallpaperTool.yml",
"TinyLife.Tools.WallpaperTool.Update(Microsoft.Xna.Framework.GameTime,System.Boolean)": "TinyLife.Tools.WallpaperTool.yml", "TinyLife.Tools.WallpaperTool.Update(Microsoft.Xna.Framework.GameTime,System.Boolean)": "TinyLife.Tools.WallpaperTool.yml",
"TinyLife.Uis": "TinyLife.Uis.yml", "TinyLife.Uis": "TinyLife.Uis.yml",
@ -3715,6 +3736,7 @@
"TinyLife.Uis.CharacterCreator.MaxHouseholdSize": "TinyLife.Uis.CharacterCreator.yml", "TinyLife.Uis.CharacterCreator.MaxHouseholdSize": "TinyLife.Uis.CharacterCreator.yml",
"TinyLife.Uis.CharacterCreator.MaxOutfitAmount": "TinyLife.Uis.CharacterCreator.yml", "TinyLife.Uis.CharacterCreator.MaxOutfitAmount": "TinyLife.Uis.CharacterCreator.yml",
"TinyLife.Uis.CharacterCreator.OnBoughtItem": "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.OnGetCustomPrice": "TinyLife.Uis.CharacterCreator.yml",
"TinyLife.Uis.CharacterCreator.Open(TinyLife.Objects.PersonLike,System.Boolean)": "TinyLife.Uis.CharacterCreator.yml", "TinyLife.Uis.CharacterCreator.Open(TinyLife.Objects.PersonLike,System.Boolean)": "TinyLife.Uis.CharacterCreator.yml",
"TinyLife.Uis.ControlsHint": "TinyLife.Uis.ControlsHint.yml", "TinyLife.Uis.ControlsHint": "TinyLife.Uis.ControlsHint.yml",
@ -3825,6 +3847,7 @@
"TinyLife.Utilities.ColorScheme.MutedPastels": "TinyLife.Utilities.ColorScheme.yml", "TinyLife.Utilities.ColorScheme.MutedPastels": "TinyLife.Utilities.ColorScheme.yml",
"TinyLife.Utilities.ColorScheme.Pastel": "TinyLife.Utilities.ColorScheme.yml", "TinyLife.Utilities.ColorScheme.Pastel": "TinyLife.Utilities.ColorScheme.yml",
"TinyLife.Utilities.ColorScheme.Plants": "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.RetroAppliances": "TinyLife.Utilities.ColorScheme.yml",
"TinyLife.Utilities.ColorScheme.RetroTv": "TinyLife.Utilities.ColorScheme.yml", "TinyLife.Utilities.ColorScheme.RetroTv": "TinyLife.Utilities.ColorScheme.yml",
"TinyLife.Utilities.ColorScheme.Rugs": "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.WarmDark": "TinyLife.Utilities.ColorScheme.yml",
"TinyLife.Utilities.ColorScheme.Water": "TinyLife.Utilities.ColorScheme.yml", "TinyLife.Utilities.ColorScheme.Water": "TinyLife.Utilities.ColorScheme.yml",
"TinyLife.Utilities.ColorScheme.White": "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_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,Microsoft.Xna.Framework.Color)": "TinyLife.Utilities.ColorScheme.yml",
"TinyLife.Utilities.ColorScheme.op_Multiply(TinyLife.Utilities.ColorScheme,System.Single)": "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(MLEM.Input.MouseButton)": "TinyLife.Utilities.Extensions.yml",
"TinyLife.Utilities.Extensions.Icon(Microsoft.Xna.Framework.Input.Buttons)": "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.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.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.IsBetween(System.ValueTuple{System.Int32,System.Int32},System.Int32)": "TinyLife.Utilities.Extensions.yml",
"TinyLife.Utilities.Extensions.IsHorizontal(MLEM.Maths.Direction2)": "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.Type": "TinyLife.World.Lot.yml",
"TinyLife.World.Lot.Validate(TinyLife.World.Map)": "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": "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.ActionPriorityMultiplier": "TinyLife.World.LotEmployment.yml",
"TinyLife.World.LotEmployment.Actions": "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", "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": "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.#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.BaseName": "TinyLife.World.Tile.yml",
"TinyLife.World.Tile.BigTiles": "TinyLife.World.Tile.yml",
"TinyLife.World.Tile.CanBuy": "TinyLife.World.Tile.yml", "TinyLife.World.Tile.CanBuy": "TinyLife.World.Tile.yml",
"TinyLife.World.Tile.Categories": "TinyLife.World.Tile.yml", "TinyLife.World.Tile.Categories": "TinyLife.World.Tile.yml",
"TinyLife.World.Tile.Category": "TinyLife.World.Tile.Category.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.Road": "TinyLife.World.Tile.Category.yml",
"TinyLife.World.Tile.Category.ValidExitPoint": "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.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.ColorSettings": "TinyLife.World.Tile.yml",
"TinyLife.World.Tile.Colors": "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.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.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.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.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.GetPrice": "TinyLife.World.Tile.yml",
"TinyLife.World.Tile.GetVariationTexture(MLEM.Maths.Direction2,Microsoft.Xna.Framework.Point)": "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.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.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.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.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.PathCostModifier": "TinyLife.World.Tile.yml",
"TinyLife.World.Tile.Price": "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.ReferencePrice": "TinyLife.World.Tile.yml",
"TinyLife.World.Tile.RegionWeights": "TinyLife.World.Tile.yml", "TinyLife.World.Tile.RegionWeights": "TinyLife.World.Tile.yml",
"TinyLife.World.Tile.Regions": "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,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.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.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.Textures": "TinyLife.World.Tile.yml",
"TinyLife.World.Tile.Tiles": "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.UpdateDelegate": "TinyLife.World.UpdateDelegate.yml",
"TinyLife.World.UpdateDelegateNoPhase": "TinyLife.World.UpdateDelegateNoPhase.yml", "TinyLife.World.UpdateDelegateNoPhase": "TinyLife.World.UpdateDelegateNoPhase.yml",
"TinyLife.World.Wall": "TinyLife.World.Wall.yml", "TinyLife.World.Wall": "TinyLife.World.Wall.yml",
@ -4470,19 +4525,42 @@
"TinyLife.World.Wallpaper": "TinyLife.World.Wallpaper.yml", "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.#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.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.ColorSettings": "TinyLife.World.Wallpaper.yml",
"TinyLife.World.Wallpaper.Colors": "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.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.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.GetPrice": "TinyLife.World.Wallpaper.yml",
"TinyLife.World.Wallpaper.HorizontalWoodenSiding": "TinyLife.World.Wallpaper.yml",
"TinyLife.World.Wallpaper.Icon": "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.Name": "TinyLife.World.Wallpaper.yml",
"TinyLife.World.Wallpaper.Price": "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.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.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.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.TextureRegion": "TinyLife.World.Wallpaper.yml",
"TinyLife.World.Wallpaper.Textures": "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.Wallpaper.Wallpapers": "TinyLife.World.Wallpaper.yml",
"TinyLife.World.WaterTile": "TinyLife.World.WaterTile.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", "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",

View file

@ -12,14 +12,6 @@ items:
nameWithType: Action.ActionTypeConstructedDelegate nameWithType: Action.ActionTypeConstructedDelegate
fullName: TinyLife.Actions.Action.ActionTypeConstructedDelegate fullName: TinyLife.Actions.Action.ActionTypeConstructedDelegate
type: Delegate 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

View file

@ -77,14 +77,6 @@ items:
nameWithType: Action nameWithType: Action
fullName: TinyLife.Actions.Action fullName: TinyLife.Actions.Action
type: Class 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -152,14 +144,6 @@ items:
nameWithType: Action.Random nameWithType: Action.Random
fullName: TinyLife.Actions.Action.Random fullName: TinyLife.Actions.Action.Random
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -184,14 +168,6 @@ items:
nameWithType: Action.OnActionTypeConstructed nameWithType: Action.OnActionTypeConstructed
fullName: TinyLife.Actions.Action.OnActionTypeConstructed fullName: TinyLife.Actions.Action.OnActionTypeConstructed
type: Event 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -216,14 +192,6 @@ items:
nameWithType: Action.InProgressTime nameWithType: Action.InProgressTime
fullName: TinyLife.Actions.Action.InProgressTime fullName: TinyLife.Actions.Action.InProgressTime
type: Property 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -253,14 +221,6 @@ items:
nameWithType: Action.FullyInProgress nameWithType: Action.FullyInProgress
fullName: TinyLife.Actions.Action.FullyInProgress fullName: TinyLife.Actions.Action.FullyInProgress
type: Property 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -290,14 +250,6 @@ items:
nameWithType: Action.Type nameWithType: Action.Type
fullName: TinyLife.Actions.Action.Type fullName: TinyLife.Actions.Action.Type
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -329,14 +281,6 @@ items:
nameWithType: Action.Info nameWithType: Action.Info
fullName: TinyLife.Actions.Action.Info fullName: TinyLife.Actions.Action.Info
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -368,14 +312,6 @@ items:
nameWithType: Action.Id nameWithType: Action.Id
fullName: TinyLife.Actions.Action.Id fullName: TinyLife.Actions.Action.Id
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -410,14 +346,6 @@ items:
nameWithType: Action.StartedAutomatically nameWithType: Action.StartedAutomatically
fullName: TinyLife.Actions.Action.StartedAutomatically fullName: TinyLife.Actions.Action.StartedAutomatically
type: Property 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -451,14 +379,6 @@ items:
nameWithType: Action.Parent nameWithType: Action.Parent
fullName: TinyLife.Actions.Action.Parent fullName: TinyLife.Actions.Action.Parent
type: Property 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -485,14 +405,6 @@ items:
nameWithType: Action.Person nameWithType: Action.Person
fullName: TinyLife.Actions.Action.Person fullName: TinyLife.Actions.Action.Person
type: Property 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -516,14 +428,6 @@ items:
nameWithType: Action.ElapsedTime nameWithType: Action.ElapsedTime
fullName: TinyLife.Actions.Action.ElapsedTime fullName: TinyLife.Actions.Action.ElapsedTime
type: Property 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -557,14 +461,6 @@ items:
nameWithType: Action.PlayerPromptOpen nameWithType: Action.PlayerPromptOpen
fullName: TinyLife.Actions.Action.PlayerPromptOpen fullName: TinyLife.Actions.Action.PlayerPromptOpen
type: Property 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -591,14 +487,6 @@ items:
nameWithType: Action.ForceResult nameWithType: Action.ForceResult
fullName: TinyLife.Actions.Action.ForceResult fullName: TinyLife.Actions.Action.ForceResult
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -623,14 +511,6 @@ items:
nameWithType: Action.Action(ActionInfo) nameWithType: Action.Action(ActionInfo)
fullName: TinyLife.Actions.Action.Action(TinyLife.Actions.ActionInfo) fullName: TinyLife.Actions.Action.Action(TinyLife.Actions.ActionInfo)
type: Constructor 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -658,14 +538,6 @@ items:
nameWithType: Action.Action(ActionType, ActionInfo) nameWithType: Action.Action(ActionType, ActionInfo)
fullName: TinyLife.Actions.Action.Action(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo) fullName: TinyLife.Actions.Action.Action(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo)
type: Constructor 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -696,14 +568,6 @@ items:
nameWithType: Action.Initialize() nameWithType: Action.Initialize()
fullName: TinyLife.Actions.Action.Initialize() fullName: TinyLife.Actions.Action.Initialize()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -727,14 +591,6 @@ items:
nameWithType: Action.Update(GameTime, TimeSpan, float) nameWithType: Action.Update(GameTime, TimeSpan, float)
fullName: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) fullName: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -771,14 +627,6 @@ items:
nameWithType: Action.IsCompleted() nameWithType: Action.IsCompleted()
fullName: TinyLife.Actions.Action.IsCompleted() fullName: TinyLife.Actions.Action.IsCompleted()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -807,14 +655,6 @@ items:
nameWithType: Action.OnCompleted(CompletionType) nameWithType: Action.OnCompleted(CompletionType)
fullName: TinyLife.Actions.Action.OnCompleted(TinyLife.Actions.CompletionType) fullName: TinyLife.Actions.Action.OnCompleted(TinyLife.Actions.CompletionType)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -844,14 +684,6 @@ items:
nameWithType: Action.Validate(PersonLike) nameWithType: Action.Validate(PersonLike)
fullName: TinyLife.Actions.Action.Validate(TinyLife.Objects.PersonLike) fullName: TinyLife.Actions.Action.Validate(TinyLife.Objects.PersonLike)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -884,14 +716,6 @@ items:
nameWithType: Action.TryForceResult(CompletionType, CanExecuteResult?, MapObject) nameWithType: Action.TryForceResult(CompletionType, CanExecuteResult?, MapObject)
fullName: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType, TinyLife.Actions.CanExecuteResult?, TinyLife.Objects.MapObject) fullName: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType, TinyLife.Actions.CanExecuteResult?, TinyLife.Objects.MapObject)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -930,14 +754,6 @@ items:
nameWithType: Action.CanMultitask(Action) nameWithType: Action.CanMultitask(Action)
fullName: TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action) fullName: TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -972,14 +788,6 @@ items:
nameWithType: Action.CanStartNow() nameWithType: Action.CanStartNow()
fullName: TinyLife.Actions.Action.CanStartNow() fullName: TinyLife.Actions.Action.CanStartNow()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -1007,14 +815,6 @@ items:
nameWithType: Action.CanCancel(Action) nameWithType: Action.CanCancel(Action)
fullName: TinyLife.Actions.Action.CanCancel(TinyLife.Actions.Action) fullName: TinyLife.Actions.Action.CanCancel(TinyLife.Actions.Action)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -1047,14 +847,6 @@ items:
nameWithType: Action.GetNextAction(CompletionType) nameWithType: Action.GetNextAction(CompletionType)
fullName: TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.CompletionType) fullName: TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.CompletionType)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -1087,14 +879,6 @@ items:
nameWithType: Action.GetIconObject() nameWithType: Action.GetIconObject()
fullName: TinyLife.Actions.Action.GetIconObject() fullName: TinyLife.Actions.Action.GetIconObject()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -1123,14 +907,6 @@ items:
nameWithType: Action.CausesExtremelyFastSpeed() nameWithType: Action.CausesExtremelyFastSpeed()
fullName: TinyLife.Actions.Action.CausesExtremelyFastSpeed() fullName: TinyLife.Actions.Action.CausesExtremelyFastSpeed()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -1157,14 +933,6 @@ items:
nameWithType: Action.GetDisplayName() nameWithType: Action.GetDisplayName()
fullName: TinyLife.Actions.Action.GetDisplayName() fullName: TinyLife.Actions.Action.GetDisplayName()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -1191,14 +959,6 @@ items:
nameWithType: Action.CanEnqueueConversation(PersonLike, ActionType) nameWithType: Action.CanEnqueueConversation(PersonLike, ActionType)
fullName: TinyLife.Actions.Action.CanEnqueueConversation(TinyLife.Objects.PersonLike, TinyLife.Actions.ActionType) fullName: TinyLife.Actions.Action.CanEnqueueConversation(TinyLife.Objects.PersonLike, TinyLife.Actions.ActionType)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -1234,14 +994,6 @@ items:
nameWithType: Action.GetProgress() nameWithType: Action.GetProgress()
fullName: TinyLife.Actions.Action.GetProgress() fullName: TinyLife.Actions.Action.GetProgress()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -1270,14 +1022,6 @@ items:
nameWithType: Action.OnChildCompleted(Action, CompletionType, bool) nameWithType: Action.OnChildCompleted(Action, CompletionType, bool)
fullName: TinyLife.Actions.Action.OnChildCompleted(TinyLife.Actions.Action, TinyLife.Actions.CompletionType, bool) fullName: TinyLife.Actions.Action.OnChildCompleted(TinyLife.Actions.Action, TinyLife.Actions.CompletionType, bool)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -1316,14 +1060,6 @@ items:
nameWithType: Action.OpenPlayerPrompt(string, Predicate<Panel>, Action<Panel>, bool, Action<CoveringGroup, Panel>, TextureRegion, float) nameWithType: Action.OpenPlayerPrompt(string, Predicate<Panel>, Action<Panel>, bool, Action<CoveringGroup, Panel>, TextureRegion, float)
fullName: TinyLife.Actions.Action.OpenPlayerPrompt(string, System.Predicate<MLEM.Ui.Elements.Panel>, System.Action<MLEM.Ui.Elements.Panel>, bool, System.Action<TinyLife.Uis.CoveringGroup, MLEM.Ui.Elements.Panel>, MLEM.Textures.TextureRegion, float) fullName: TinyLife.Actions.Action.OpenPlayerPrompt(string, System.Predicate<MLEM.Ui.Elements.Panel>, System.Action<MLEM.Ui.Elements.Panel>, bool, System.Action<TinyLife.Uis.CoveringGroup, MLEM.Ui.Elements.Panel>, MLEM.Textures.TextureRegion, float)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -1380,14 +1116,6 @@ items:
nameWithType: Action.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) fullName: TinyLife.Actions.Action.OpenYesNoPrompt(string, System.Action, System.Action, MLEM.Textures.TextureRegion)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -1431,14 +1159,6 @@ items:
nameWithType: Action.OpenTextPrompt(string, Action<string>, Predicate<string>, TextField.Rule, string, TextureRegion) nameWithType: Action.OpenTextPrompt(string, Action<string>, Predicate<string>, TextField.Rule, string, TextureRegion)
fullName: TinyLife.Actions.Action.OpenTextPrompt(string, System.Action<string>, System.Predicate<string>, MLEM.Ui.Elements.TextField.Rule, string, MLEM.Textures.TextureRegion) fullName: TinyLife.Actions.Action.OpenTextPrompt(string, System.Action<string>, System.Predicate<string>, MLEM.Ui.Elements.TextField.Rule, string, MLEM.Textures.TextureRegion)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -1486,14 +1206,6 @@ items:
nameWithType: Action.OpenChoicePrompt(ChoicePromptInfo) nameWithType: Action.OpenChoicePrompt(ChoicePromptInfo)
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo) fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -1521,14 +1233,6 @@ items:
nameWithType: Action.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) fullName: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime, float, TinyLife.Actions.EmoteChoices, TinyLife.Objects.SpeakStyle, int, float, float, float, float)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -1586,14 +1290,6 @@ items:
nameWithType: Action.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) fullName: TinyLife.Actions.Action.ThinkAlone(Microsoft.Xna.Framework.GameTime, float, TinyLife.Actions.EmoteChoices, float, float, float, float, int)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -1648,14 +1344,6 @@ items:
nameWithType: Action.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) 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 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -1722,14 +1410,6 @@ items:
nameWithType: Action.ResetSpeech() nameWithType: Action.ResetSpeech()
fullName: TinyLife.Actions.Action.ResetSpeech() fullName: TinyLife.Actions.Action.ResetSpeech()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -1750,14 +1430,6 @@ items:
nameWithType: Action.CompleteIfNeedFull(NeedType, PersonLike) nameWithType: Action.CompleteIfNeedFull(NeedType, PersonLike)
fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType, TinyLife.Objects.PersonLike) fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType, TinyLife.Objects.PersonLike)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -1788,14 +1460,6 @@ items:
nameWithType: Action.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) fullName: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan, bool, TinyLife.Skills.SkillType, float, bool)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -1841,14 +1505,6 @@ items:
nameWithType: Action.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) fullName: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan, System.TimeSpan, bool, TinyLife.Skills.SkillType, float, bool)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -1897,14 +1553,6 @@ items:
nameWithType: Action.GetRandomCompletionTime(TimeSpan, TimeSpan) nameWithType: Action.GetRandomCompletionTime(TimeSpan, TimeSpan)
fullName: TinyLife.Actions.Action.GetRandomCompletionTime(System.TimeSpan, System.TimeSpan) fullName: TinyLife.Actions.Action.GetRandomCompletionTime(System.TimeSpan, System.TimeSpan)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -1938,14 +1586,6 @@ items:
nameWithType: Action.CancelIfEmotional(params EmotionType[]) nameWithType: Action.CancelIfEmotional(params EmotionType[])
fullName: TinyLife.Actions.Action.CancelIfEmotional(params TinyLife.Emotions.EmotionType[]) fullName: TinyLife.Actions.Action.CancelIfEmotional(params TinyLife.Emotions.EmotionType[])
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -1980,14 +1620,6 @@ items:
nameWithType: Action.Sit(Furniture, float, ActionSpot) nameWithType: Action.Sit(Furniture, float, ActionSpot)
fullName: TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture, float, TinyLife.Objects.ActionSpot) fullName: TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture, float, TinyLife.Objects.ActionSpot)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -2031,14 +1663,6 @@ items:
nameWithType: Action.GetChildren(bool) nameWithType: Action.GetChildren(bool)
fullName: TinyLife.Actions.Action.GetChildren(bool) fullName: TinyLife.Actions.Action.GetChildren(bool)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -2072,14 +1696,6 @@ items:
nameWithType: Action.GetChild<T>(Guid, bool) nameWithType: Action.GetChild<T>(Guid, bool)
fullName: TinyLife.Actions.Action.GetChild<T>(System.Guid, bool) fullName: TinyLife.Actions.Action.GetChild<T>(System.Guid, bool)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -2119,14 +1735,6 @@ items:
nameWithType: Action.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) fullName: TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo, TinyLife.Objects.ObjectCategory, TinyLife.Objects.ObjectCategory, bool)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -2169,14 +1777,6 @@ items:
nameWithType: Action.PickUpAndGoTo(ActionInfo, Func<Furniture, bool>, Func<Furniture, bool>, bool) nameWithType: Action.PickUpAndGoTo(ActionInfo, Func<Furniture, bool>, Func<Furniture, bool>, bool)
fullName: TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo, System.Func<TinyLife.Objects.Furniture, bool>, System.Func<TinyLife.Objects.Furniture, bool>, bool) fullName: TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo, System.Func<TinyLife.Objects.Furniture, bool>, System.Func<TinyLife.Objects.Furniture, bool>, bool)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -2219,14 +1819,6 @@ items:
nameWithType: Action.GetFreeChair(PersonLike, Furniture) nameWithType: Action.GetFreeChair(PersonLike, Furniture)
fullName: TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture) fullName: TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -2262,14 +1854,6 @@ items:
nameWithType: Action.GetFreeChairs(PersonLike, Furniture, Func<Direction2, bool>) nameWithType: Action.GetFreeChairs(PersonLike, Furniture, Func<Direction2, bool>)
fullName: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func<MLEM.Maths.Direction2, bool>) fullName: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func<MLEM.Maths.Direction2, bool>)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -2311,14 +1895,6 @@ items:
nameWithType: Action.GetSeatCategory(PersonLike) nameWithType: Action.GetSeatCategory(PersonLike)
fullName: TinyLife.Actions.Action.GetSeatCategory(TinyLife.Objects.PersonLike) fullName: TinyLife.Actions.Action.GetSeatCategory(TinyLife.Objects.PersonLike)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -2349,14 +1925,6 @@ items:
nameWithType: Action.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) 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 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -2411,14 +1979,6 @@ items:
nameWithType: Action.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) 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 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -2476,14 +2036,6 @@ items:
nameWithType: Action.FindAllFreeWalls<T>(PersonLike, Map, Vector2?, float?, float?, bool) nameWithType: Action.FindAllFreeWalls<T>(PersonLike, Map, Vector2?, float?, float?, bool)
fullName: TinyLife.Actions.Action.FindAllFreeWalls<T>(TinyLife.Objects.PersonLike, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?, float?, float?, bool) fullName: TinyLife.Actions.Action.FindAllFreeWalls<T>(TinyLife.Objects.PersonLike, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?, float?, float?, bool)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -2531,14 +2083,6 @@ items:
nameWithType: Action.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) fullName: TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.PersonLike, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?, float?, float?, bool)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -2584,14 +2128,6 @@ items:
nameWithType: Action.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) 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 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -2643,14 +2179,6 @@ items:
nameWithType: Action.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?) fullName: TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.PersonLike, TinyLife.Actions.ActionType, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -2690,14 +2218,6 @@ items:
nameWithType: Action.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) fullName: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.PersonLike, TinyLife.Actions.ActionType, bool, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?, bool, bool)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -2749,14 +2269,6 @@ items:
nameWithType: Action.GetRandomValidArguments(ActionType, ActionInfo, bool) nameWithType: Action.GetRandomValidArguments(ActionType, ActionInfo, bool)
fullName: TinyLife.Actions.Action.GetRandomValidArguments(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, bool) fullName: TinyLife.Actions.Action.GetRandomValidArguments(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, bool)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -2793,14 +2305,6 @@ items:
nameWithType: Action.GetTableSpot(Furniture, ActionSpot) nameWithType: Action.GetTableSpot(Furniture, ActionSpot)
fullName: TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture, TinyLife.Objects.ActionSpot) fullName: TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture, TinyLife.Objects.ActionSpot)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -2834,14 +2338,6 @@ items:
nameWithType: Action.InvokeForBoth(PersonLike, PersonLike, Action<PersonLike, PersonLike>) nameWithType: Action.InvokeForBoth(PersonLike, PersonLike, Action<PersonLike, PersonLike>)
fullName: TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.PersonLike, TinyLife.Objects.PersonLike, System.Action<TinyLife.Objects.PersonLike, TinyLife.Objects.PersonLike>) fullName: TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.PersonLike, TinyLife.Objects.PersonLike, System.Action<TinyLife.Objects.PersonLike, TinyLife.Objects.PersonLike>)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -2875,14 +2371,6 @@ items:
nameWithType: Action.CanMultitask(Action, Action) nameWithType: Action.CanMultitask(Action, Action)
fullName: TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action, TinyLife.Actions.Action) fullName: TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action, TinyLife.Actions.Action)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -2916,14 +2404,6 @@ items:
nameWithType: Action.IsInappropriate(ActionType, ActionInfo) nameWithType: Action.IsInappropriate(ActionType, ActionInfo)
fullName: TinyLife.Actions.Action.IsInappropriate(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo) fullName: TinyLife.Actions.Action.IsInappropriate(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -2957,14 +2437,6 @@ items:
nameWithType: Action.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?) fullName: TinyLife.Actions.Action.IsLotContentVisible(TinyLife.World.Lot, TinyLife.Objects.PersonLike, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

View file

@ -30,14 +30,6 @@ items:
nameWithType: ActionArgument nameWithType: ActionArgument
fullName: TinyLife.Actions.ActionArgument fullName: TinyLife.Actions.ActionArgument
type: Class 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -78,14 +70,6 @@ items:
nameWithType: ActionArgument.Name nameWithType: ActionArgument.Name
fullName: TinyLife.Actions.ActionArgument.Name fullName: TinyLife.Actions.ActionArgument.Name
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -107,14 +91,6 @@ items:
nameWithType: ActionArgument.AddedConstructorArguments nameWithType: ActionArgument.AddedConstructorArguments
fullName: TinyLife.Actions.ActionArgument.AddedConstructorArguments fullName: TinyLife.Actions.ActionArgument.AddedConstructorArguments
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -139,14 +115,6 @@ items:
nameWithType: ActionArgument.PassivePriority nameWithType: ActionArgument.PassivePriority
fullName: TinyLife.Actions.ActionArgument.PassivePriority fullName: TinyLife.Actions.ActionArgument.PassivePriority
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -175,14 +143,6 @@ items:
nameWithType: ActionArgument.CanExecute nameWithType: ActionArgument.CanExecute
fullName: TinyLife.Actions.ActionArgument.CanExecute fullName: TinyLife.Actions.ActionArgument.CanExecute
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -209,14 +169,6 @@ items:
nameWithType: ActionArgument.DisplayName nameWithType: ActionArgument.DisplayName
fullName: TinyLife.Actions.ActionArgument.DisplayName fullName: TinyLife.Actions.ActionArgument.DisplayName
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -241,14 +193,6 @@ items:
nameWithType: ActionArgument.Description nameWithType: ActionArgument.Description
fullName: TinyLife.Actions.ActionArgument.Description fullName: TinyLife.Actions.ActionArgument.Description
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -273,14 +217,6 @@ items:
nameWithType: ActionArgument.CustomLayout nameWithType: ActionArgument.CustomLayout
fullName: TinyLife.Actions.ActionArgument.CustomLayout fullName: TinyLife.Actions.ActionArgument.CustomLayout
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -307,14 +243,6 @@ items:
nameWithType: ActionArgument.MarkSeen nameWithType: ActionArgument.MarkSeen
fullName: TinyLife.Actions.ActionArgument.MarkSeen fullName: TinyLife.Actions.ActionArgument.MarkSeen
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -339,14 +267,6 @@ items:
nameWithType: ActionArgument.ActionArgument(string, Func<ActionType, ActionInfo, IEnumerable<object>>) nameWithType: ActionArgument.ActionArgument(string, Func<ActionType, ActionInfo, IEnumerable<object>>)
fullName: TinyLife.Actions.ActionArgument.ActionArgument(string, System.Func<TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, System.Collections.Generic.IEnumerable<object>>) fullName: TinyLife.Actions.ActionArgument.ActionArgument(string, System.Func<TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, System.Collections.Generic.IEnumerable<object>>)
type: Constructor 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -377,14 +297,6 @@ items:
nameWithType: ActionArgument.ActionArgument(string, params object[]) nameWithType: ActionArgument.ActionArgument(string, params object[])
fullName: TinyLife.Actions.ActionArgument.ActionArgument(string, params object[]) fullName: TinyLife.Actions.ActionArgument.ActionArgument(string, params object[])
type: Constructor 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -415,14 +327,6 @@ items:
nameWithType: ActionArgument.ActionArgument(object) nameWithType: ActionArgument.ActionArgument(object)
fullName: TinyLife.Actions.ActionArgument.ActionArgument(object) fullName: TinyLife.Actions.ActionArgument.ActionArgument(object)
type: Constructor 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -453,14 +357,6 @@ items:
nameWithType: ActionArgument.GetDisplayName() nameWithType: ActionArgument.GetDisplayName()
fullName: TinyLife.Actions.ActionArgument.GetDisplayName() fullName: TinyLife.Actions.ActionArgument.GetDisplayName()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -484,14 +380,6 @@ items:
nameWithType: ActionArgument.CanBeExecuted(ActionInfo, bool) nameWithType: ActionArgument.CanBeExecuted(ActionInfo, bool)
fullName: TinyLife.Actions.ActionArgument.CanBeExecuted(TinyLife.Actions.ActionInfo, bool) fullName: TinyLife.Actions.ActionArgument.CanBeExecuted(TinyLife.Actions.ActionInfo, bool)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -528,14 +416,6 @@ items:
nameWithType: ActionArgument.GetPassivePriority(PersonLike) nameWithType: ActionArgument.GetPassivePriority(PersonLike)
fullName: TinyLife.Actions.ActionArgument.GetPassivePriority(TinyLife.Objects.PersonLike) fullName: TinyLife.Actions.ActionArgument.GetPassivePriority(TinyLife.Objects.PersonLike)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -563,14 +443,6 @@ items:
nameWithType: ActionArgument.FreePeople(ActionInfo, Func<(ActionInfo Info, PersonLike Other, bool Automatic), CanExecuteResult>, bool) 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) 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 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -612,14 +484,6 @@ items:
nameWithType: ActionArgument.StoredFurniture(IEnumerable<Furniture>, Func<(ActionInfo Info, Furniture Furniture, bool Automatic), CanExecuteResult>) nameWithType: ActionArgument.StoredFurniture(IEnumerable<Furniture>, Func<(ActionInfo Info, Furniture Furniture, bool Automatic), CanExecuteResult>)
fullName: TinyLife.Actions.ActionArgument.StoredFurniture(System.Collections.Generic.IEnumerable<TinyLife.Objects.Furniture>, System.Func<(TinyLife.Actions.ActionInfo Info, TinyLife.Objects.Furniture Furniture, bool Automatic), TinyLife.Actions.CanExecuteResult>) fullName: TinyLife.Actions.ActionArgument.StoredFurniture(System.Collections.Generic.IEnumerable<TinyLife.Objects.Furniture>, System.Func<(TinyLife.Actions.ActionInfo Info, TinyLife.Objects.Furniture Furniture, bool Automatic), TinyLife.Actions.CanExecuteResult>)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -656,14 +520,6 @@ items:
nameWithType: ActionArgument.ImageLayout(float, Element.DrawCallback, Padding) nameWithType: ActionArgument.ImageLayout(float, Element.DrawCallback, Padding)
fullName: TinyLife.Actions.ActionArgument.ImageLayout(float, MLEM.Ui.Elements.Element.DrawCallback, MLEM.Maths.Padding) fullName: TinyLife.Actions.ActionArgument.ImageLayout(float, MLEM.Ui.Elements.Element.DrawCallback, MLEM.Maths.Padding)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -703,14 +559,6 @@ items:
nameWithType: ActionArgument.PortraitLayout(PersonLike, PersonLike, bool) nameWithType: ActionArgument.PortraitLayout(PersonLike, PersonLike, bool)
fullName: TinyLife.Actions.ActionArgument.PortraitLayout(TinyLife.Objects.PersonLike, TinyLife.Objects.PersonLike, bool) fullName: TinyLife.Actions.ActionArgument.PortraitLayout(TinyLife.Objects.PersonLike, TinyLife.Objects.PersonLike, bool)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

View file

@ -37,14 +37,6 @@ items:
nameWithType: ActionInfo nameWithType: ActionInfo
fullName: TinyLife.Actions.ActionInfo fullName: TinyLife.Actions.ActionInfo
type: Class 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -92,14 +84,6 @@ items:
nameWithType: ActionInfo.Person nameWithType: ActionInfo.Person
fullName: TinyLife.Actions.ActionInfo.Person fullName: TinyLife.Actions.ActionInfo.Person
type: Property 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -123,14 +107,6 @@ items:
nameWithType: ActionInfo.ActionLocation nameWithType: ActionInfo.ActionLocation
fullName: TinyLife.Actions.ActionInfo.ActionLocation fullName: TinyLife.Actions.ActionInfo.ActionLocation
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -167,14 +143,6 @@ items:
nameWithType: ActionInfo.ActionFloor nameWithType: ActionInfo.ActionFloor
fullName: TinyLife.Actions.ActionInfo.ActionFloor fullName: TinyLife.Actions.ActionInfo.ActionFloor
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -206,14 +174,6 @@ items:
nameWithType: ActionInfo.ActionSpot nameWithType: ActionInfo.ActionSpot
fullName: TinyLife.Actions.ActionInfo.ActionSpot fullName: TinyLife.Actions.ActionInfo.ActionSpot
type: Property 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -239,14 +199,6 @@ items:
nameWithType: ActionInfo.CurrentMap nameWithType: ActionInfo.CurrentMap
fullName: TinyLife.Actions.ActionInfo.CurrentMap fullName: TinyLife.Actions.ActionInfo.CurrentMap
type: Property 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -270,14 +222,6 @@ items:
nameWithType: ActionInfo.GoalMap nameWithType: ActionInfo.GoalMap
fullName: TinyLife.Actions.ActionInfo.GoalMap fullName: TinyLife.Actions.ActionInfo.GoalMap
type: Property 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -304,14 +248,6 @@ items:
nameWithType: ActionInfo.Lot nameWithType: ActionInfo.Lot
fullName: TinyLife.Actions.ActionInfo.Lot fullName: TinyLife.Actions.ActionInfo.Lot
type: Property 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -335,14 +271,6 @@ items:
nameWithType: ActionInfo.GetActionObject<T>(bool) nameWithType: ActionInfo.GetActionObject<T>(bool)
fullName: TinyLife.Actions.ActionInfo.GetActionObject<T>(bool) fullName: TinyLife.Actions.ActionInfo.GetActionObject<T>(bool)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -378,14 +306,6 @@ items:
nameWithType: ActionInfo.AddAuxiliaryLocation(Map, Vector2, float) nameWithType: ActionInfo.AddAuxiliaryLocation(Map, Vector2, float)
fullName: TinyLife.Actions.ActionInfo.AddAuxiliaryLocation(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, float) fullName: TinyLife.Actions.ActionInfo.AddAuxiliaryLocation(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, float)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -424,14 +344,6 @@ items:
nameWithType: ActionInfo.AddAuxiliaryLocation(Map, Point, int) nameWithType: ActionInfo.AddAuxiliaryLocation(Map, Point, int)
fullName: TinyLife.Actions.ActionInfo.AddAuxiliaryLocation(TinyLife.World.Map, Microsoft.Xna.Framework.Point, int) fullName: TinyLife.Actions.ActionInfo.AddAuxiliaryLocation(TinyLife.World.Map, Microsoft.Xna.Framework.Point, int)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -470,14 +382,6 @@ items:
nameWithType: ActionInfo.GetInvolvedLocations() nameWithType: ActionInfo.GetInvolvedLocations()
fullName: TinyLife.Actions.ActionInfo.GetInvolvedLocations() fullName: TinyLife.Actions.ActionInfo.GetInvolvedLocations()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -501,14 +405,6 @@ items:
nameWithType: ActionInfo.AddAuxiliaryObject(MapObject, ActionSpot) nameWithType: ActionInfo.AddAuxiliaryObject(MapObject, ActionSpot)
fullName: TinyLife.Actions.ActionInfo.AddAuxiliaryObject(TinyLife.Objects.MapObject, TinyLife.Objects.ActionSpot) fullName: TinyLife.Actions.ActionInfo.AddAuxiliaryObject(TinyLife.Objects.MapObject, TinyLife.Objects.ActionSpot)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -543,14 +439,6 @@ items:
nameWithType: ActionInfo.GetInvolvedObjects<T>(ObjectCategory, bool, bool) nameWithType: ActionInfo.GetInvolvedObjects<T>(ObjectCategory, bool, bool)
fullName: TinyLife.Actions.ActionInfo.GetInvolvedObjects<T>(TinyLife.Objects.ObjectCategory, bool, bool) fullName: TinyLife.Actions.ActionInfo.GetInvolvedObjects<T>(TinyLife.Objects.ObjectCategory, bool, bool)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -593,14 +481,6 @@ items:
nameWithType: ActionInfo.GetInvolvedObject<T>(ObjectCategory, bool, bool, Func<T, bool>) nameWithType: ActionInfo.GetInvolvedObject<T>(ObjectCategory, bool, bool, Func<T, bool>)
fullName: TinyLife.Actions.ActionInfo.GetInvolvedObject<T>(TinyLife.Objects.ObjectCategory, bool, bool, System.Func<T, bool>) fullName: TinyLife.Actions.ActionInfo.GetInvolvedObject<T>(TinyLife.Objects.ObjectCategory, bool, bool, System.Func<T, bool>)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -643,14 +523,6 @@ items:
nameWithType: ActionInfo.GetInvolvedActionSpot(Furniture) nameWithType: ActionInfo.GetInvolvedActionSpot(Furniture)
fullName: TinyLife.Actions.ActionInfo.GetInvolvedActionSpot(TinyLife.Objects.Furniture) fullName: TinyLife.Actions.ActionInfo.GetInvolvedActionSpot(TinyLife.Objects.Furniture)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -683,14 +555,6 @@ items:
nameWithType: ActionInfo.ToFreeActionSpots(ObjectCategory) nameWithType: ActionInfo.ToFreeActionSpots(ObjectCategory)
fullName: TinyLife.Actions.ActionInfo.ToFreeActionSpots(TinyLife.Objects.ObjectCategory) fullName: TinyLife.Actions.ActionInfo.ToFreeActionSpots(TinyLife.Objects.ObjectCategory)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -721,14 +585,6 @@ items:
nameWithType: ActionInfo.ToFreeActionSpot(ObjectCategory) nameWithType: ActionInfo.ToFreeActionSpot(ObjectCategory)
fullName: TinyLife.Actions.ActionInfo.ToFreeActionSpot(TinyLife.Objects.ObjectCategory) fullName: TinyLife.Actions.ActionInfo.ToFreeActionSpot(TinyLife.Objects.ObjectCategory)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -759,14 +615,6 @@ items:
nameWithType: ActionInfo.GetInvolvedObjectIds() nameWithType: ActionInfo.GetInvolvedObjectIds()
fullName: TinyLife.Actions.ActionInfo.GetInvolvedObjectIds() fullName: TinyLife.Actions.ActionInfo.GetInvolvedObjectIds()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -790,14 +638,6 @@ items:
nameWithType: ActionInfo.Validate(PersonLike) nameWithType: ActionInfo.Validate(PersonLike)
fullName: TinyLife.Actions.ActionInfo.Validate(TinyLife.Objects.PersonLike) fullName: TinyLife.Actions.ActionInfo.Validate(TinyLife.Objects.PersonLike)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -827,14 +667,6 @@ items:
nameWithType: ActionInfo.FromLocation(PersonLike, Map, Vector2, float) nameWithType: ActionInfo.FromLocation(PersonLike, Map, Vector2, float)
fullName: TinyLife.Actions.ActionInfo.FromLocation(TinyLife.Objects.PersonLike, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, float) fullName: TinyLife.Actions.ActionInfo.FromLocation(TinyLife.Objects.PersonLike, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, float)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -874,14 +706,6 @@ items:
nameWithType: ActionInfo.FromLocation(PersonLike, Map, Point, float) nameWithType: ActionInfo.FromLocation(PersonLike, Map, Point, float)
fullName: TinyLife.Actions.ActionInfo.FromLocation(TinyLife.Objects.PersonLike, TinyLife.World.Map, Microsoft.Xna.Framework.Point, float) fullName: TinyLife.Actions.ActionInfo.FromLocation(TinyLife.Objects.PersonLike, TinyLife.World.Map, Microsoft.Xna.Framework.Point, float)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -924,14 +748,6 @@ items:
nameWithType: ActionInfo.FromObjectGeneric(PersonLike, Map, Guid, Vector2, float) 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) fullName: TinyLife.Actions.ActionInfo.FromObjectGeneric(TinyLife.Objects.PersonLike, TinyLife.World.Map, System.Guid, Microsoft.Xna.Framework.Vector2, float)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -974,14 +790,6 @@ items:
nameWithType: ActionInfo.FromObjectGeneric(PersonLike, MapObject) nameWithType: ActionInfo.FromObjectGeneric(PersonLike, MapObject)
fullName: TinyLife.Actions.ActionInfo.FromObjectGeneric(TinyLife.Objects.PersonLike, TinyLife.Objects.MapObject) fullName: TinyLife.Actions.ActionInfo.FromObjectGeneric(TinyLife.Objects.PersonLike, TinyLife.Objects.MapObject)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -1012,14 +820,6 @@ items:
nameWithType: ActionInfo.FromSelf(PersonLike) nameWithType: ActionInfo.FromSelf(PersonLike)
fullName: TinyLife.Actions.ActionInfo.FromSelf(TinyLife.Objects.PersonLike) fullName: TinyLife.Actions.ActionInfo.FromSelf(TinyLife.Objects.PersonLike)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -1047,14 +847,6 @@ items:
nameWithType: ActionInfo.FromActionInfo(PersonLike, ActionInfo, bool) nameWithType: ActionInfo.FromActionInfo(PersonLike, ActionInfo, bool)
fullName: TinyLife.Actions.ActionInfo.FromActionInfo(TinyLife.Objects.PersonLike, TinyLife.Actions.ActionInfo, bool) fullName: TinyLife.Actions.ActionInfo.FromActionInfo(TinyLife.Objects.PersonLike, TinyLife.Actions.ActionInfo, bool)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

View file

@ -21,14 +21,6 @@ items:
nameWithType: ActionType.AiSettings nameWithType: ActionType.AiSettings
fullName: TinyLife.Actions.ActionType.AiSettings fullName: TinyLife.Actions.ActionType.AiSettings
type: Struct 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -57,14 +49,6 @@ items:
nameWithType: ActionType.AiSettings.SolvedNeeds nameWithType: ActionType.AiSettings.SolvedNeeds
fullName: TinyLife.Actions.ActionType.AiSettings.SolvedNeeds fullName: TinyLife.Actions.ActionType.AiSettings.SolvedNeeds
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -93,14 +77,6 @@ items:
nameWithType: ActionType.AiSettings.PassivePriority nameWithType: ActionType.AiSettings.PassivePriority
fullName: TinyLife.Actions.ActionType.AiSettings.PassivePriority fullName: TinyLife.Actions.ActionType.AiSettings.PassivePriority
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -131,14 +107,6 @@ items:
nameWithType: ActionType.AiSettings.CanDoRandomly nameWithType: ActionType.AiSettings.CanDoRandomly
fullName: TinyLife.Actions.ActionType.AiSettings.CanDoRandomly fullName: TinyLife.Actions.ActionType.AiSettings.CanDoRandomly
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -167,14 +135,6 @@ items:
nameWithType: ActionType.AiSettings.CanDoAtAnyPoint nameWithType: ActionType.AiSettings.CanDoAtAnyPoint
fullName: TinyLife.Actions.ActionType.AiSettings.CanDoAtAnyPoint fullName: TinyLife.Actions.ActionType.AiSettings.CanDoAtAnyPoint
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -203,14 +163,6 @@ items:
nameWithType: ActionType.AiSettings.NeedsFreeActionSpot nameWithType: ActionType.AiSettings.NeedsFreeActionSpot
fullName: TinyLife.Actions.ActionType.AiSettings.NeedsFreeActionSpot fullName: TinyLife.Actions.ActionType.AiSettings.NeedsFreeActionSpot
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -237,14 +189,6 @@ items:
nameWithType: ActionType.AiSettings.IgnorePartnerNeeds nameWithType: ActionType.AiSettings.IgnorePartnerNeeds
fullName: TinyLife.Actions.ActionType.AiSettings.IgnorePartnerNeeds fullName: TinyLife.Actions.ActionType.AiSettings.IgnorePartnerNeeds
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -271,14 +215,6 @@ items:
nameWithType: ActionType.AiSettings.IgnoreAiDisabled nameWithType: ActionType.AiSettings.IgnoreAiDisabled
fullName: TinyLife.Actions.ActionType.AiSettings.IgnoreAiDisabled fullName: TinyLife.Actions.ActionType.AiSettings.IgnoreAiDisabled
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -300,14 +236,6 @@ items:
nameWithType: ActionType.AiSettings.EnqueuePriority nameWithType: ActionType.AiSettings.EnqueuePriority
fullName: TinyLife.Actions.ActionType.AiSettings.EnqueuePriority fullName: TinyLife.Actions.ActionType.AiSettings.EnqueuePriority
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -329,14 +257,6 @@ items:
nameWithType: ActionType.AiSettings.AiSettings() nameWithType: ActionType.AiSettings.AiSettings()
fullName: TinyLife.Actions.ActionType.AiSettings.AiSettings() fullName: TinyLife.Actions.ActionType.AiSettings.AiSettings()
type: Constructor 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

View file

@ -12,14 +12,6 @@ items:
nameWithType: ActionType.CanExecuteDelegate nameWithType: ActionType.CanExecuteDelegate
fullName: TinyLife.Actions.ActionType.CanExecuteDelegate fullName: TinyLife.Actions.ActionType.CanExecuteDelegate
type: Delegate 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

View file

@ -43,14 +43,6 @@ items:
nameWithType: ActionType.TypeSettings nameWithType: ActionType.TypeSettings
fullName: TinyLife.Actions.ActionType.TypeSettings fullName: TinyLife.Actions.ActionType.TypeSettings
type: Struct 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -81,14 +73,6 @@ items:
nameWithType: ActionType.TypeSettings.Name nameWithType: ActionType.TypeSettings.Name
fullName: TinyLife.Actions.ActionType.TypeSettings.Name fullName: TinyLife.Actions.ActionType.TypeSettings.Name
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -110,14 +94,6 @@ items:
nameWithType: ActionType.TypeSettings.NameWithoutCategory nameWithType: ActionType.TypeSettings.NameWithoutCategory
fullName: TinyLife.Actions.ActionType.TypeSettings.NameWithoutCategory fullName: TinyLife.Actions.ActionType.TypeSettings.NameWithoutCategory
type: Property 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -144,14 +120,6 @@ items:
nameWithType: ActionType.TypeSettings.Categories nameWithType: ActionType.TypeSettings.Categories
fullName: TinyLife.Actions.ActionType.TypeSettings.Categories fullName: TinyLife.Actions.ActionType.TypeSettings.Categories
type: Property 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -178,14 +146,6 @@ items:
nameWithType: ActionType.TypeSettings.Texture nameWithType: ActionType.TypeSettings.Texture
fullName: TinyLife.Actions.ActionType.TypeSettings.Texture fullName: TinyLife.Actions.ActionType.TypeSettings.Texture
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -210,14 +170,6 @@ items:
nameWithType: ActionType.TypeSettings.Context nameWithType: ActionType.TypeSettings.Context
fullName: TinyLife.Actions.ActionType.TypeSettings.Context fullName: TinyLife.Actions.ActionType.TypeSettings.Context
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -242,14 +194,6 @@ items:
nameWithType: ActionType.TypeSettings.CanExecute nameWithType: ActionType.TypeSettings.CanExecute
fullName: TinyLife.Actions.ActionType.TypeSettings.CanExecute fullName: TinyLife.Actions.ActionType.TypeSettings.CanExecute
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -276,14 +220,6 @@ items:
nameWithType: ActionType.TypeSettings.ConstructedType nameWithType: ActionType.TypeSettings.ConstructedType
fullName: TinyLife.Actions.ActionType.TypeSettings.ConstructedType fullName: TinyLife.Actions.ActionType.TypeSettings.ConstructedType
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -308,14 +244,6 @@ items:
nameWithType: ActionType.TypeSettings.ConstructorArguments nameWithType: ActionType.TypeSettings.ConstructorArguments
fullName: TinyLife.Actions.ActionType.TypeSettings.ConstructorArguments fullName: TinyLife.Actions.ActionType.TypeSettings.ConstructorArguments
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -340,14 +268,6 @@ items:
nameWithType: ActionType.TypeSettings.PossibleArguments nameWithType: ActionType.TypeSettings.PossibleArguments
fullName: TinyLife.Actions.ActionType.TypeSettings.PossibleArguments fullName: TinyLife.Actions.ActionType.TypeSettings.PossibleArguments
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -378,14 +298,6 @@ items:
nameWithType: ActionType.TypeSettings.MaximumArguments nameWithType: ActionType.TypeSettings.MaximumArguments
fullName: TinyLife.Actions.ActionType.TypeSettings.MaximumArguments fullName: TinyLife.Actions.ActionType.TypeSettings.MaximumArguments
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -410,14 +322,6 @@ items:
nameWithType: ActionType.TypeSettings.NoValidArgumentsResult nameWithType: ActionType.TypeSettings.NoValidArgumentsResult
fullName: TinyLife.Actions.ActionType.TypeSettings.NoValidArgumentsResult fullName: TinyLife.Actions.ActionType.TypeSettings.NoValidArgumentsResult
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -442,14 +346,6 @@ items:
nameWithType: ActionType.TypeSettings.Ai nameWithType: ActionType.TypeSettings.Ai
fullName: TinyLife.Actions.ActionType.TypeSettings.Ai fullName: TinyLife.Actions.ActionType.TypeSettings.Ai
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -474,14 +370,6 @@ items:
nameWithType: ActionType.TypeSettings.IsInappropriateElsewhere nameWithType: ActionType.TypeSettings.IsInappropriateElsewhere
fullName: TinyLife.Actions.ActionType.TypeSettings.IsInappropriateElsewhere fullName: TinyLife.Actions.ActionType.TypeSettings.IsInappropriateElsewhere
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -508,14 +396,6 @@ items:
nameWithType: ActionType.TypeSettings.IconName nameWithType: ActionType.TypeSettings.IconName
fullName: TinyLife.Actions.ActionType.TypeSettings.IconName fullName: TinyLife.Actions.ActionType.TypeSettings.IconName
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -542,14 +422,6 @@ items:
nameWithType: ActionType.TypeSettings.GetDisplayName nameWithType: ActionType.TypeSettings.GetDisplayName
fullName: TinyLife.Actions.ActionType.TypeSettings.GetDisplayName fullName: TinyLife.Actions.ActionType.TypeSettings.GetDisplayName
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -576,14 +448,6 @@ items:
nameWithType: ActionType.TypeSettings.RequiredSkill nameWithType: ActionType.TypeSettings.RequiredSkill
fullName: TinyLife.Actions.ActionType.TypeSettings.RequiredSkill fullName: TinyLife.Actions.ActionType.TypeSettings.RequiredSkill
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -610,21 +474,13 @@ items:
nameWithType: ActionType.TypeSettings.RequiredAges nameWithType: ActionType.TypeSettings.RequiredAges
fullName: TinyLife.Actions.ActionType.TypeSettings.RequiredAges fullName: TinyLife.Actions.ActionType.TypeSettings.RequiredAges
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
summary: >- summary: >-
A combined flag of <xref href="TinyLife.Objects.AgeGroup" data-throw-if-not-resolved="false"></xref> values that determines people of which ages can do this action. A combined flag of <xref href="TinyLife.Objects.AgeGroup" data-throw-if-not-resolved="false"></xref> values that determines people of which ages can do this action.
This defaults to all age groups except babies. This defaults to <xref href="TinyLife.Objects.AgeGroup.ChildOrOlder" data-throw-if-not-resolved="false"></xref>.
example: [] example: []
syntax: syntax:
content: public AgeGroup RequiredAges content: public AgeGroup RequiredAges
@ -642,14 +498,6 @@ items:
nameWithType: ActionType.TypeSettings.RequiredEmotion nameWithType: ActionType.TypeSettings.RequiredEmotion
fullName: TinyLife.Actions.ActionType.TypeSettings.RequiredEmotion fullName: TinyLife.Actions.ActionType.TypeSettings.RequiredEmotion
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -674,14 +522,6 @@ items:
nameWithType: ActionType.TypeSettings.RequiredPersonality nameWithType: ActionType.TypeSettings.RequiredPersonality
fullName: TinyLife.Actions.ActionType.TypeSettings.RequiredPersonality fullName: TinyLife.Actions.ActionType.TypeSettings.RequiredPersonality
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -706,14 +546,6 @@ items:
nameWithType: ActionType.TypeSettings.IgnoreObjectConditions nameWithType: ActionType.TypeSettings.IgnoreObjectConditions
fullName: TinyLife.Actions.ActionType.TypeSettings.IgnoreObjectConditions fullName: TinyLife.Actions.ActionType.TypeSettings.IgnoreObjectConditions
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -740,14 +572,6 @@ items:
nameWithType: ActionType.TypeSettings.RequiredPartnerEmployment nameWithType: ActionType.TypeSettings.RequiredPartnerEmployment
fullName: TinyLife.Actions.ActionType.TypeSettings.RequiredPartnerEmployment fullName: TinyLife.Actions.ActionType.TypeSettings.RequiredPartnerEmployment
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -774,14 +598,6 @@ items:
nameWithType: ActionType.TypeSettings.RequiredPartnerAges nameWithType: ActionType.TypeSettings.RequiredPartnerAges
fullName: TinyLife.Actions.ActionType.TypeSettings.RequiredPartnerAges fullName: TinyLife.Actions.ActionType.TypeSettings.RequiredPartnerAges
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -806,14 +622,6 @@ items:
nameWithType: ActionType.TypeSettings.RequiredJob nameWithType: ActionType.TypeSettings.RequiredJob
fullName: TinyLife.Actions.ActionType.TypeSettings.RequiredJob fullName: TinyLife.Actions.ActionType.TypeSettings.RequiredJob
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -838,14 +646,6 @@ items:
nameWithType: ActionType.TypeSettings.RequiredUpgrade nameWithType: ActionType.TypeSettings.RequiredUpgrade
fullName: TinyLife.Actions.ActionType.TypeSettings.RequiredUpgrade fullName: TinyLife.Actions.ActionType.TypeSettings.RequiredUpgrade
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -870,14 +670,6 @@ items:
nameWithType: ActionType.TypeSettings.RequiredPersonType nameWithType: ActionType.TypeSettings.RequiredPersonType
fullName: TinyLife.Actions.ActionType.TypeSettings.RequiredPersonType fullName: TinyLife.Actions.ActionType.TypeSettings.RequiredPersonType
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -902,14 +694,6 @@ items:
nameWithType: ActionType.TypeSettings.RequiredPartnerType nameWithType: ActionType.TypeSettings.RequiredPartnerType
fullName: TinyLife.Actions.ActionType.TypeSettings.RequiredPartnerType fullName: TinyLife.Actions.ActionType.TypeSettings.RequiredPartnerType
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -934,14 +718,6 @@ items:
nameWithType: ActionType.TypeSettings.TypeSettings(string, ObjectCategory, Type) nameWithType: ActionType.TypeSettings.TypeSettings(string, ObjectCategory, Type)
fullName: TinyLife.Actions.ActionType.TypeSettings.TypeSettings(string, TinyLife.Objects.ObjectCategory, System.Type) fullName: TinyLife.Actions.ActionType.TypeSettings.TypeSettings(string, TinyLife.Objects.ObjectCategory, System.Type)
type: Constructor 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -975,14 +751,6 @@ items:
nameWithType: ActionType.TypeSettings.TypeSettings() nameWithType: ActionType.TypeSettings.TypeSettings()
fullName: TinyLife.Actions.ActionType.TypeSettings.TypeSettings() fullName: TinyLife.Actions.ActionType.TypeSettings.TypeSettings()
type: Constructor 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -1006,14 +774,6 @@ items:
nameWithType: ActionType.TypeSettings.SetData<T>(string, T) nameWithType: ActionType.TypeSettings.SetData<T>(string, T)
fullName: TinyLife.Actions.ActionType.TypeSettings.SetData<T>(string, T) fullName: TinyLife.Actions.ActionType.TypeSettings.SetData<T>(string, T)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -1048,14 +808,6 @@ items:
nameWithType: ActionType.TypeSettings.GetData<T>(string) nameWithType: ActionType.TypeSettings.GetData<T>(string)
fullName: TinyLife.Actions.ActionType.TypeSettings.GetData<T>(string) fullName: TinyLife.Actions.ActionType.TypeSettings.GetData<T>(string)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -1091,14 +843,6 @@ items:
nameWithType: ActionType.TypeSettings.GetDataKeys() nameWithType: ActionType.TypeSettings.GetDataKeys()
fullName: TinyLife.Actions.ActionType.TypeSettings.GetDataKeys() fullName: TinyLife.Actions.ActionType.TypeSettings.GetDataKeys()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -2693,6 +2437,12 @@ references:
name: AgeGroup name: AgeGroup
nameWithType: AgeGroup nameWithType: AgeGroup
fullName: TinyLife.Objects.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 - uid: TinyLife.Emotions.EmotionType
commentId: T:TinyLife.Emotions.EmotionType commentId: T:TinyLife.Emotions.EmotionType
parent: TinyLife.Emotions parent: TinyLife.Emotions

File diff suppressed because it is too large Load diff

View file

@ -15,14 +15,6 @@ items:
nameWithType: BehaviorAction<T> nameWithType: BehaviorAction<T>
fullName: TinyLife.Actions.BehaviorAction<T> fullName: TinyLife.Actions.BehaviorAction<T>
type: Class 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -150,14 +142,6 @@ items:
nameWithType: BehaviorAction<T>.Behavior nameWithType: BehaviorAction<T>.Behavior
fullName: TinyLife.Actions.BehaviorAction<T>.Behavior fullName: TinyLife.Actions.BehaviorAction<T>.Behavior
type: Property 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -183,14 +167,6 @@ items:
nameWithType: BehaviorAction<T>.BehaviorAction(ActionInfo) nameWithType: BehaviorAction<T>.BehaviorAction(ActionInfo)
fullName: TinyLife.Actions.BehaviorAction<T>.BehaviorAction(TinyLife.Actions.ActionInfo) fullName: TinyLife.Actions.BehaviorAction<T>.BehaviorAction(TinyLife.Actions.ActionInfo)
type: Constructor 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -216,14 +192,6 @@ items:
nameWithType: BehaviorAction<T>.BehaviorAction(ActionType, ActionInfo) nameWithType: BehaviorAction<T>.BehaviorAction(ActionType, ActionInfo)
fullName: TinyLife.Actions.BehaviorAction<T>.BehaviorAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo) fullName: TinyLife.Actions.BehaviorAction<T>.BehaviorAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo)
type: Constructor 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

View file

@ -24,14 +24,6 @@ items:
nameWithType: BehaviorAction nameWithType: BehaviorAction
fullName: TinyLife.Actions.BehaviorAction fullName: TinyLife.Actions.BehaviorAction
type: Class 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -145,14 +137,6 @@ items:
nameWithType: BehaviorAction.FullyInProgress nameWithType: BehaviorAction.FullyInProgress
fullName: TinyLife.Actions.BehaviorAction.FullyInProgress fullName: TinyLife.Actions.BehaviorAction.FullyInProgress
type: Property 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -183,14 +167,6 @@ items:
nameWithType: BehaviorAction.Behavior nameWithType: BehaviorAction.Behavior
fullName: TinyLife.Actions.BehaviorAction.Behavior fullName: TinyLife.Actions.BehaviorAction.Behavior
type: Property 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -214,14 +190,6 @@ items:
nameWithType: BehaviorAction.BehaviorAction(ActionType, ActionInfo, Type) nameWithType: BehaviorAction.BehaviorAction(ActionType, ActionInfo, Type)
fullName: TinyLife.Actions.BehaviorAction.BehaviorAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, System.Type) fullName: TinyLife.Actions.BehaviorAction.BehaviorAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, System.Type)
type: Constructor 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -251,14 +219,6 @@ items:
nameWithType: BehaviorAction.BehaviorAction(ActionInfo, Type) nameWithType: BehaviorAction.BehaviorAction(ActionInfo, Type)
fullName: TinyLife.Actions.BehaviorAction.BehaviorAction(TinyLife.Actions.ActionInfo, System.Type) fullName: TinyLife.Actions.BehaviorAction.BehaviorAction(TinyLife.Actions.ActionInfo, System.Type)
type: Constructor 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -286,14 +246,6 @@ items:
nameWithType: BehaviorAction.CreateFirstActions() nameWithType: BehaviorAction.CreateFirstActions()
fullName: TinyLife.Actions.BehaviorAction.CreateFirstActions() fullName: TinyLife.Actions.BehaviorAction.CreateFirstActions()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -325,14 +277,6 @@ items:
nameWithType: BehaviorAction.CreateLastActions() nameWithType: BehaviorAction.CreateLastActions()
fullName: TinyLife.Actions.BehaviorAction.CreateLastActions() fullName: TinyLife.Actions.BehaviorAction.CreateLastActions()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -364,14 +308,6 @@ items:
nameWithType: BehaviorAction.AndThenInitialize() nameWithType: BehaviorAction.AndThenInitialize()
fullName: TinyLife.Actions.BehaviorAction.AndThenInitialize() fullName: TinyLife.Actions.BehaviorAction.AndThenInitialize()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -396,14 +332,6 @@ items:
nameWithType: BehaviorAction.AndThenUpdate(GameTime, TimeSpan, float) nameWithType: BehaviorAction.AndThenUpdate(GameTime, TimeSpan, float)
fullName: TinyLife.Actions.BehaviorAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) fullName: TinyLife.Actions.BehaviorAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -443,14 +371,6 @@ items:
nameWithType: BehaviorAction.GetIconObject() nameWithType: BehaviorAction.GetIconObject()
fullName: TinyLife.Actions.BehaviorAction.GetIconObject() fullName: TinyLife.Actions.BehaviorAction.GetIconObject()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -480,14 +400,6 @@ items:
nameWithType: BehaviorAction.CanMultitask(Action) nameWithType: BehaviorAction.CanMultitask(Action)
fullName: TinyLife.Actions.BehaviorAction.CanMultitask(TinyLife.Actions.Action) fullName: TinyLife.Actions.BehaviorAction.CanMultitask(TinyLife.Actions.Action)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -523,14 +435,6 @@ items:
nameWithType: BehaviorAction.AndThenOnCompleted(CompletionType) nameWithType: BehaviorAction.AndThenOnCompleted(CompletionType)
fullName: TinyLife.Actions.BehaviorAction.AndThenOnCompleted(TinyLife.Actions.CompletionType) fullName: TinyLife.Actions.BehaviorAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -559,14 +463,6 @@ items:
nameWithType: BehaviorAction.GetNextAction(CompletionType) nameWithType: BehaviorAction.GetNextAction(CompletionType)
fullName: TinyLife.Actions.BehaviorAction.GetNextAction(TinyLife.Actions.CompletionType) fullName: TinyLife.Actions.BehaviorAction.GetNextAction(TinyLife.Actions.CompletionType)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

View file

@ -24,14 +24,6 @@ items:
nameWithType: ActionBehavior nameWithType: ActionBehavior
fullName: TinyLife.Actions.Behaviors.ActionBehavior fullName: TinyLife.Actions.Behaviors.ActionBehavior
type: Class 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -74,14 +66,6 @@ items:
nameWithType: ActionBehavior.Action nameWithType: ActionBehavior.Action
fullName: TinyLife.Actions.Behaviors.ActionBehavior.Action fullName: TinyLife.Actions.Behaviors.ActionBehavior.Action
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -103,14 +87,6 @@ items:
nameWithType: ActionBehavior.FullyInProgress nameWithType: ActionBehavior.FullyInProgress
fullName: TinyLife.Actions.Behaviors.ActionBehavior.FullyInProgress fullName: TinyLife.Actions.Behaviors.ActionBehavior.FullyInProgress
type: Property 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -137,14 +113,6 @@ items:
nameWithType: ActionBehavior.ActionBehavior(Action) nameWithType: ActionBehavior.ActionBehavior(Action)
fullName: TinyLife.Actions.Behaviors.ActionBehavior.ActionBehavior(TinyLife.Actions.Action) fullName: TinyLife.Actions.Behaviors.ActionBehavior.ActionBehavior(TinyLife.Actions.Action)
type: Constructor 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -175,14 +143,6 @@ items:
nameWithType: ActionBehavior.CreateFirstActions() nameWithType: ActionBehavior.CreateFirstActions()
fullName: TinyLife.Actions.Behaviors.ActionBehavior.CreateFirstActions() fullName: TinyLife.Actions.Behaviors.ActionBehavior.CreateFirstActions()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -209,14 +169,6 @@ items:
nameWithType: ActionBehavior.CreateLastActions() nameWithType: ActionBehavior.CreateLastActions()
fullName: TinyLife.Actions.Behaviors.ActionBehavior.CreateLastActions() fullName: TinyLife.Actions.Behaviors.ActionBehavior.CreateLastActions()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -243,14 +195,6 @@ items:
nameWithType: ActionBehavior.Initialize() nameWithType: ActionBehavior.Initialize()
fullName: TinyLife.Actions.Behaviors.ActionBehavior.Initialize() fullName: TinyLife.Actions.Behaviors.ActionBehavior.Initialize()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -274,14 +218,6 @@ items:
nameWithType: ActionBehavior.Update(GameTime, TimeSpan, float) nameWithType: ActionBehavior.Update(GameTime, TimeSpan, float)
fullName: TinyLife.Actions.Behaviors.ActionBehavior.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) fullName: TinyLife.Actions.Behaviors.ActionBehavior.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -318,14 +254,6 @@ items:
nameWithType: ActionBehavior.GetIconObject() nameWithType: ActionBehavior.GetIconObject()
fullName: TinyLife.Actions.Behaviors.ActionBehavior.GetIconObject() fullName: TinyLife.Actions.Behaviors.ActionBehavior.GetIconObject()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -354,14 +282,6 @@ items:
nameWithType: ActionBehavior.CanMultitask(Action) nameWithType: ActionBehavior.CanMultitask(Action)
fullName: TinyLife.Actions.Behaviors.ActionBehavior.CanMultitask(TinyLife.Actions.Action) fullName: TinyLife.Actions.Behaviors.ActionBehavior.CanMultitask(TinyLife.Actions.Action)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -394,14 +314,6 @@ items:
nameWithType: ActionBehavior.OnCompleted(CompletionType) nameWithType: ActionBehavior.OnCompleted(CompletionType)
fullName: TinyLife.Actions.Behaviors.ActionBehavior.OnCompleted(TinyLife.Actions.CompletionType) fullName: TinyLife.Actions.Behaviors.ActionBehavior.OnCompleted(TinyLife.Actions.CompletionType)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -429,14 +341,6 @@ items:
nameWithType: ActionBehavior.GetNextAction(CompletionType) nameWithType: ActionBehavior.GetNextAction(CompletionType)
fullName: TinyLife.Actions.Behaviors.ActionBehavior.GetNextAction(TinyLife.Actions.CompletionType) fullName: TinyLife.Actions.Behaviors.ActionBehavior.GetNextAction(TinyLife.Actions.CompletionType)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -467,14 +371,6 @@ items:
nameWithType: ActionBehavior.CreateDefaultInstance(Type, Action) nameWithType: ActionBehavior.CreateDefaultInstance(Type, Action)
fullName: TinyLife.Actions.Behaviors.ActionBehavior.CreateDefaultInstance(System.Type, TinyLife.Actions.Action) fullName: TinyLife.Actions.Behaviors.ActionBehavior.CreateDefaultInstance(System.Type, TinyLife.Actions.Action)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors

View file

@ -17,14 +17,6 @@ items:
nameWithType: ComputerBehavior nameWithType: ComputerBehavior
fullName: TinyLife.Actions.Behaviors.ComputerBehavior fullName: TinyLife.Actions.Behaviors.ComputerBehavior
type: Class 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -70,14 +62,6 @@ items:
nameWithType: ComputerBehavior.ComputerBehavior(Action, string) nameWithType: ComputerBehavior.ComputerBehavior(Action, string)
fullName: TinyLife.Actions.Behaviors.ComputerBehavior.ComputerBehavior(TinyLife.Actions.Action, string) fullName: TinyLife.Actions.Behaviors.ComputerBehavior.ComputerBehavior(TinyLife.Actions.Action, string)
type: Constructor 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -108,14 +92,6 @@ items:
nameWithType: ComputerBehavior.ComputerBehavior(Action, string, TimeSpan, TimeSpan) nameWithType: ComputerBehavior.ComputerBehavior(Action, string, TimeSpan, TimeSpan)
fullName: TinyLife.Actions.Behaviors.ComputerBehavior.ComputerBehavior(TinyLife.Actions.Action, string, System.TimeSpan, System.TimeSpan) fullName: TinyLife.Actions.Behaviors.ComputerBehavior.ComputerBehavior(TinyLife.Actions.Action, string, System.TimeSpan, System.TimeSpan)
type: Constructor 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -152,14 +128,6 @@ items:
nameWithType: ComputerBehavior.Initialize() nameWithType: ComputerBehavior.Initialize()
fullName: TinyLife.Actions.Behaviors.ComputerBehavior.Initialize() fullName: TinyLife.Actions.Behaviors.ComputerBehavior.Initialize()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -184,14 +152,6 @@ items:
nameWithType: ComputerBehavior.Update(GameTime, TimeSpan, float) nameWithType: ComputerBehavior.Update(GameTime, TimeSpan, float)
fullName: TinyLife.Actions.Behaviors.ComputerBehavior.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) fullName: TinyLife.Actions.Behaviors.ComputerBehavior.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -229,14 +189,6 @@ items:
nameWithType: ComputerBehavior.OnCompleted(CompletionType) nameWithType: ComputerBehavior.OnCompleted(CompletionType)
fullName: TinyLife.Actions.Behaviors.ComputerBehavior.OnCompleted(TinyLife.Actions.CompletionType) fullName: TinyLife.Actions.Behaviors.ComputerBehavior.OnCompleted(TinyLife.Actions.CompletionType)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors

View file

@ -20,14 +20,6 @@ items:
nameWithType: GetAndSitDownBehavior nameWithType: GetAndSitDownBehavior
fullName: TinyLife.Actions.Behaviors.GetAndSitDownBehavior fullName: TinyLife.Actions.Behaviors.GetAndSitDownBehavior
type: Class 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -71,14 +63,6 @@ items:
nameWithType: GetAndSitDownBehavior.GetAndSitDownBehavior(Action, bool, bool, params FurnitureType[]) nameWithType: GetAndSitDownBehavior.GetAndSitDownBehavior(Action, bool, bool, params FurnitureType[])
fullName: TinyLife.Actions.Behaviors.GetAndSitDownBehavior.GetAndSitDownBehavior(TinyLife.Actions.Action, bool, bool, params TinyLife.Objects.FurnitureType[]) fullName: TinyLife.Actions.Behaviors.GetAndSitDownBehavior.GetAndSitDownBehavior(TinyLife.Actions.Action, bool, bool, params TinyLife.Objects.FurnitureType[])
type: Constructor 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -115,14 +99,6 @@ items:
nameWithType: GetAndSitDownBehavior.CreateFirstActions() nameWithType: GetAndSitDownBehavior.CreateFirstActions()
fullName: TinyLife.Actions.Behaviors.GetAndSitDownBehavior.CreateFirstActions() fullName: TinyLife.Actions.Behaviors.GetAndSitDownBehavior.CreateFirstActions()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -150,14 +126,6 @@ items:
nameWithType: GetAndSitDownBehavior.Initialize() nameWithType: GetAndSitDownBehavior.Initialize()
fullName: TinyLife.Actions.Behaviors.GetAndSitDownBehavior.Initialize() fullName: TinyLife.Actions.Behaviors.GetAndSitDownBehavior.Initialize()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -182,14 +150,6 @@ items:
nameWithType: GetAndSitDownBehavior.Update(GameTime, TimeSpan, float) nameWithType: GetAndSitDownBehavior.Update(GameTime, TimeSpan, float)
fullName: TinyLife.Actions.Behaviors.GetAndSitDownBehavior.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) fullName: TinyLife.Actions.Behaviors.GetAndSitDownBehavior.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -227,14 +187,6 @@ items:
nameWithType: GetAndSitDownBehavior.GetIconObject() nameWithType: GetAndSitDownBehavior.GetIconObject()
fullName: TinyLife.Actions.Behaviors.GetAndSitDownBehavior.GetIconObject() fullName: TinyLife.Actions.Behaviors.GetAndSitDownBehavior.GetIconObject()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -264,14 +216,6 @@ items:
nameWithType: GetAndSitDownBehavior.GetNextAction(CompletionType) nameWithType: GetAndSitDownBehavior.GetNextAction(CompletionType)
fullName: TinyLife.Actions.Behaviors.GetAndSitDownBehavior.GetNextAction(TinyLife.Actions.CompletionType) fullName: TinyLife.Actions.Behaviors.GetAndSitDownBehavior.GetNextAction(TinyLife.Actions.CompletionType)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -303,14 +247,6 @@ items:
nameWithType: GetAndSitDownBehavior.GetInteractingItem<T>() nameWithType: GetAndSitDownBehavior.GetInteractingItem<T>()
fullName: TinyLife.Actions.Behaviors.GetAndSitDownBehavior.GetInteractingItem<T>() fullName: TinyLife.Actions.Behaviors.GetAndSitDownBehavior.GetInteractingItem<T>()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -343,14 +279,6 @@ items:
nameWithType: GetAndSitDownBehavior.GetInteractingItemForAction<T>(ActionInfo, params FurnitureType[]) nameWithType: GetAndSitDownBehavior.GetInteractingItemForAction<T>(ActionInfo, params FurnitureType[])
fullName: TinyLife.Actions.Behaviors.GetAndSitDownBehavior.GetInteractingItemForAction<T>(TinyLife.Actions.ActionInfo, params TinyLife.Objects.FurnitureType[]) fullName: TinyLife.Actions.Behaviors.GetAndSitDownBehavior.GetInteractingItemForAction<T>(TinyLife.Actions.ActionInfo, params TinyLife.Objects.FurnitureType[])
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors

View file

@ -19,14 +19,6 @@ items:
nameWithType: PhoneBehavior nameWithType: PhoneBehavior
fullName: TinyLife.Actions.Behaviors.PhoneBehavior fullName: TinyLife.Actions.Behaviors.PhoneBehavior
type: Class 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -64,14 +56,6 @@ items:
nameWithType: PhoneBehavior.PhoneBehavior(Action, bool, string) nameWithType: PhoneBehavior.PhoneBehavior(Action, bool, string)
fullName: TinyLife.Actions.Behaviors.PhoneBehavior.PhoneBehavior(TinyLife.Actions.Action, bool, string) fullName: TinyLife.Actions.Behaviors.PhoneBehavior.PhoneBehavior(TinyLife.Actions.Action, bool, string)
type: Constructor 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -101,14 +85,6 @@ items:
nameWithType: PhoneBehavior.CreateFirstActions() nameWithType: PhoneBehavior.CreateFirstActions()
fullName: TinyLife.Actions.Behaviors.PhoneBehavior.CreateFirstActions() fullName: TinyLife.Actions.Behaviors.PhoneBehavior.CreateFirstActions()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -136,14 +112,6 @@ items:
nameWithType: PhoneBehavior.GetIconObject() nameWithType: PhoneBehavior.GetIconObject()
fullName: TinyLife.Actions.Behaviors.PhoneBehavior.GetIconObject() fullName: TinyLife.Actions.Behaviors.PhoneBehavior.GetIconObject()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -173,14 +141,6 @@ items:
nameWithType: PhoneBehavior.Initialize() nameWithType: PhoneBehavior.Initialize()
fullName: TinyLife.Actions.Behaviors.PhoneBehavior.Initialize() fullName: TinyLife.Actions.Behaviors.PhoneBehavior.Initialize()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -205,14 +165,6 @@ items:
nameWithType: PhoneBehavior.Update(GameTime, TimeSpan, float) nameWithType: PhoneBehavior.Update(GameTime, TimeSpan, float)
fullName: TinyLife.Actions.Behaviors.PhoneBehavior.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) fullName: TinyLife.Actions.Behaviors.PhoneBehavior.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -250,14 +202,6 @@ items:
nameWithType: PhoneBehavior.CanMultitask(Action) nameWithType: PhoneBehavior.CanMultitask(Action)
fullName: TinyLife.Actions.Behaviors.PhoneBehavior.CanMultitask(TinyLife.Actions.Action) fullName: TinyLife.Actions.Behaviors.PhoneBehavior.CanMultitask(TinyLife.Actions.Action)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -291,14 +235,6 @@ items:
nameWithType: PhoneBehavior.OnCompleted(CompletionType) nameWithType: PhoneBehavior.OnCompleted(CompletionType)
fullName: TinyLife.Actions.Behaviors.PhoneBehavior.OnCompleted(TinyLife.Actions.CompletionType) fullName: TinyLife.Actions.Behaviors.PhoneBehavior.OnCompleted(TinyLife.Actions.CompletionType)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors

View file

@ -15,14 +15,6 @@ items:
nameWithType: PickUpOrSpawnBehavior nameWithType: PickUpOrSpawnBehavior
fullName: TinyLife.Actions.Behaviors.PickUpOrSpawnBehavior fullName: TinyLife.Actions.Behaviors.PickUpOrSpawnBehavior
type: Class 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -69,14 +61,6 @@ items:
nameWithType: PickUpOrSpawnBehavior.PickUpOrSpawnBehavior(Action, Func<FurnitureType>, int[], Func<Furniture, bool>) nameWithType: PickUpOrSpawnBehavior.PickUpOrSpawnBehavior(Action, Func<FurnitureType>, int[], Func<Furniture, bool>)
fullName: TinyLife.Actions.Behaviors.PickUpOrSpawnBehavior.PickUpOrSpawnBehavior(TinyLife.Actions.Action, System.Func<TinyLife.Objects.FurnitureType>, int[], System.Func<TinyLife.Objects.Furniture, bool>) fullName: TinyLife.Actions.Behaviors.PickUpOrSpawnBehavior.PickUpOrSpawnBehavior(TinyLife.Actions.Action, System.Func<TinyLife.Objects.FurnitureType>, int[], System.Func<TinyLife.Objects.Furniture, bool>)
type: Constructor 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -117,14 +101,6 @@ items:
nameWithType: PickUpOrSpawnBehavior.CreateFirstActions() nameWithType: PickUpOrSpawnBehavior.CreateFirstActions()
fullName: TinyLife.Actions.Behaviors.PickUpOrSpawnBehavior.CreateFirstActions() fullName: TinyLife.Actions.Behaviors.PickUpOrSpawnBehavior.CreateFirstActions()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -152,14 +128,6 @@ items:
nameWithType: PickUpOrSpawnBehavior.GetNextAction(CompletionType) nameWithType: PickUpOrSpawnBehavior.GetNextAction(CompletionType)
fullName: TinyLife.Actions.Behaviors.PickUpOrSpawnBehavior.GetNextAction(TinyLife.Actions.CompletionType) fullName: TinyLife.Actions.Behaviors.PickUpOrSpawnBehavior.GetNextAction(TinyLife.Actions.CompletionType)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors

View file

@ -18,14 +18,6 @@ items:
nameWithType: ReadBehavior nameWithType: ReadBehavior
fullName: TinyLife.Actions.Behaviors.ReadBehavior fullName: TinyLife.Actions.Behaviors.ReadBehavior
type: Class 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -68,14 +60,6 @@ items:
nameWithType: ReadBehavior.FullyInProgress nameWithType: ReadBehavior.FullyInProgress
fullName: TinyLife.Actions.Behaviors.ReadBehavior.FullyInProgress fullName: TinyLife.Actions.Behaviors.ReadBehavior.FullyInProgress
type: Property 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -103,14 +87,6 @@ items:
nameWithType: ReadBehavior.ReadBehavior(Action, Func<FurnitureType>, int[], Func<Furniture, bool>) nameWithType: ReadBehavior.ReadBehavior(Action, Func<FurnitureType>, int[], Func<Furniture, bool>)
fullName: TinyLife.Actions.Behaviors.ReadBehavior.ReadBehavior(TinyLife.Actions.Action, System.Func<TinyLife.Objects.FurnitureType>, int[], System.Func<TinyLife.Objects.Furniture, bool>) fullName: TinyLife.Actions.Behaviors.ReadBehavior.ReadBehavior(TinyLife.Actions.Action, System.Func<TinyLife.Objects.FurnitureType>, int[], System.Func<TinyLife.Objects.Furniture, bool>)
type: Constructor 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -151,14 +127,6 @@ items:
nameWithType: ReadBehavior.Initialize() nameWithType: ReadBehavior.Initialize()
fullName: TinyLife.Actions.Behaviors.ReadBehavior.Initialize() fullName: TinyLife.Actions.Behaviors.ReadBehavior.Initialize()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -183,14 +151,6 @@ items:
nameWithType: ReadBehavior.Update(GameTime, TimeSpan, float) nameWithType: ReadBehavior.Update(GameTime, TimeSpan, float)
fullName: TinyLife.Actions.Behaviors.ReadBehavior.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) fullName: TinyLife.Actions.Behaviors.ReadBehavior.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -228,14 +188,6 @@ items:
nameWithType: ReadBehavior.CanMultitask(Action) nameWithType: ReadBehavior.CanMultitask(Action)
fullName: TinyLife.Actions.Behaviors.ReadBehavior.CanMultitask(TinyLife.Actions.Action) fullName: TinyLife.Actions.Behaviors.ReadBehavior.CanMultitask(TinyLife.Actions.Action)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -269,14 +221,6 @@ items:
nameWithType: ReadBehavior.OnCompleted(CompletionType) nameWithType: ReadBehavior.OnCompleted(CompletionType)
fullName: TinyLife.Actions.Behaviors.ReadBehavior.OnCompleted(TinyLife.Actions.CompletionType) fullName: TinyLife.Actions.Behaviors.ReadBehavior.OnCompleted(TinyLife.Actions.CompletionType)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors

View file

@ -16,14 +16,6 @@ items:
nameWithType: SinkBehavior nameWithType: SinkBehavior
fullName: TinyLife.Actions.Behaviors.SinkBehavior fullName: TinyLife.Actions.Behaviors.SinkBehavior
type: Class 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -69,14 +61,6 @@ items:
nameWithType: SinkBehavior.SinkBehavior(Action) nameWithType: SinkBehavior.SinkBehavior(Action)
fullName: TinyLife.Actions.Behaviors.SinkBehavior.SinkBehavior(TinyLife.Actions.Action) fullName: TinyLife.Actions.Behaviors.SinkBehavior.SinkBehavior(TinyLife.Actions.Action)
type: Constructor 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -107,14 +91,6 @@ items:
nameWithType: SinkBehavior.CreateFirstActions() nameWithType: SinkBehavior.CreateFirstActions()
fullName: TinyLife.Actions.Behaviors.SinkBehavior.CreateFirstActions() fullName: TinyLife.Actions.Behaviors.SinkBehavior.CreateFirstActions()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -142,14 +118,6 @@ items:
nameWithType: SinkBehavior.Update(GameTime, TimeSpan, float) nameWithType: SinkBehavior.Update(GameTime, TimeSpan, float)
fullName: TinyLife.Actions.Behaviors.SinkBehavior.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) fullName: TinyLife.Actions.Behaviors.SinkBehavior.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -187,14 +155,6 @@ items:
nameWithType: SinkBehavior.OnCompleted(CompletionType) nameWithType: SinkBehavior.OnCompleted(CompletionType)
fullName: TinyLife.Actions.Behaviors.SinkBehavior.OnCompleted(TinyLife.Actions.CompletionType) fullName: TinyLife.Actions.Behaviors.SinkBehavior.OnCompleted(TinyLife.Actions.CompletionType)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors

View file

@ -18,14 +18,6 @@ items:
nameWithType: WorkAtDeskObjectBehavior nameWithType: WorkAtDeskObjectBehavior
fullName: TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior fullName: TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior
type: Class 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -73,14 +65,6 @@ items:
nameWithType: WorkAtDeskObjectBehavior.IsWorking nameWithType: WorkAtDeskObjectBehavior.IsWorking
fullName: TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.IsWorking fullName: TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.IsWorking
type: Property 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -104,14 +88,6 @@ items:
nameWithType: WorkAtDeskObjectBehavior.WorkAtDeskObjectBehavior(Action) nameWithType: WorkAtDeskObjectBehavior.WorkAtDeskObjectBehavior(Action)
fullName: TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.WorkAtDeskObjectBehavior(TinyLife.Actions.Action) fullName: TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.WorkAtDeskObjectBehavior(TinyLife.Actions.Action)
type: Constructor 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -139,14 +115,6 @@ items:
nameWithType: WorkAtDeskObjectBehavior.WorkAtDeskObjectBehavior(Action, TimeSpan, TimeSpan) nameWithType: WorkAtDeskObjectBehavior.WorkAtDeskObjectBehavior(Action, TimeSpan, TimeSpan)
fullName: TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.WorkAtDeskObjectBehavior(TinyLife.Actions.Action, System.TimeSpan, System.TimeSpan) fullName: TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.WorkAtDeskObjectBehavior(TinyLife.Actions.Action, System.TimeSpan, System.TimeSpan)
type: Constructor 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -180,14 +148,6 @@ items:
nameWithType: WorkAtDeskObjectBehavior.CreateFirstActions() nameWithType: WorkAtDeskObjectBehavior.CreateFirstActions()
fullName: TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.CreateFirstActions() fullName: TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.CreateFirstActions()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -215,14 +175,6 @@ items:
nameWithType: WorkAtDeskObjectBehavior.Update(GameTime, TimeSpan, float) nameWithType: WorkAtDeskObjectBehavior.Update(GameTime, TimeSpan, float)
fullName: TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) fullName: TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -260,14 +212,6 @@ items:
nameWithType: WorkAtDeskObjectBehavior.GetNextAction(CompletionType) nameWithType: WorkAtDeskObjectBehavior.GetNextAction(CompletionType)
fullName: TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.GetNextAction(TinyLife.Actions.CompletionType) fullName: TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.GetNextAction(TinyLife.Actions.CompletionType)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors

View file

@ -15,14 +15,6 @@ items:
nameWithType: CanExecuteResult.ResultType nameWithType: CanExecuteResult.ResultType
fullName: TinyLife.Actions.CanExecuteResult.ResultType fullName: TinyLife.Actions.CanExecuteResult.ResultType
type: Enum 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -47,14 +39,6 @@ items:
nameWithType: CanExecuteResult.ResultType.Valid nameWithType: CanExecuteResult.ResultType.Valid
fullName: TinyLife.Actions.CanExecuteResult.ResultType.Valid fullName: TinyLife.Actions.CanExecuteResult.ResultType.Valid
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -78,14 +62,6 @@ items:
nameWithType: CanExecuteResult.ResultType.Invalid nameWithType: CanExecuteResult.ResultType.Invalid
fullName: TinyLife.Actions.CanExecuteResult.ResultType.Invalid fullName: TinyLife.Actions.CanExecuteResult.ResultType.Invalid
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -106,14 +82,6 @@ items:
nameWithType: CanExecuteResult.ResultType.Hidden nameWithType: CanExecuteResult.ResultType.Hidden
fullName: TinyLife.Actions.CanExecuteResult.ResultType.Hidden fullName: TinyLife.Actions.CanExecuteResult.ResultType.Hidden
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

View file

@ -23,14 +23,6 @@ items:
nameWithType: CanExecuteResult nameWithType: CanExecuteResult
fullName: TinyLife.Actions.CanExecuteResult fullName: TinyLife.Actions.CanExecuteResult
type: Struct 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -66,14 +58,6 @@ items:
nameWithType: CanExecuteResult.CanExecuteResult(string, CanExecuteResult.ResultType) nameWithType: CanExecuteResult.CanExecuteResult(string, CanExecuteResult.ResultType)
fullName: TinyLife.Actions.CanExecuteResult.CanExecuteResult(string, TinyLife.Actions.CanExecuteResult.ResultType) fullName: TinyLife.Actions.CanExecuteResult.CanExecuteResult(string, TinyLife.Actions.CanExecuteResult.ResultType)
type: Constructor 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -110,14 +94,6 @@ items:
nameWithType: CanExecuteResult.Name nameWithType: CanExecuteResult.Name
fullName: TinyLife.Actions.CanExecuteResult.Name fullName: TinyLife.Actions.CanExecuteResult.Name
type: Property 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -144,14 +120,6 @@ items:
nameWithType: CanExecuteResult.Type nameWithType: CanExecuteResult.Type
fullName: TinyLife.Actions.CanExecuteResult.Type fullName: TinyLife.Actions.CanExecuteResult.Type
type: Property 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -175,14 +143,6 @@ items:
nameWithType: CanExecuteResult.Valid nameWithType: CanExecuteResult.Valid
fullName: TinyLife.Actions.CanExecuteResult.Valid fullName: TinyLife.Actions.CanExecuteResult.Valid
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -202,14 +162,6 @@ items:
nameWithType: CanExecuteResult.Hidden nameWithType: CanExecuteResult.Hidden
fullName: TinyLife.Actions.CanExecuteResult.Hidden fullName: TinyLife.Actions.CanExecuteResult.Hidden
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -229,14 +181,6 @@ items:
nameWithType: CanExecuteResult.ObjectBroken nameWithType: CanExecuteResult.ObjectBroken
fullName: TinyLife.Actions.CanExecuteResult.ObjectBroken fullName: TinyLife.Actions.CanExecuteResult.ObjectBroken
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -256,14 +200,6 @@ items:
nameWithType: CanExecuteResult.NotYours nameWithType: CanExecuteResult.NotYours
fullName: TinyLife.Actions.CanExecuteResult.NotYours fullName: TinyLife.Actions.CanExecuteResult.NotYours
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -283,14 +219,6 @@ items:
nameWithType: CanExecuteResult.NotEnoughMoney nameWithType: CanExecuteResult.NotEnoughMoney
fullName: TinyLife.Actions.CanExecuteResult.NotEnoughMoney fullName: TinyLife.Actions.CanExecuteResult.NotEnoughMoney
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -310,14 +238,6 @@ items:
nameWithType: CanExecuteResult.NotEnoughSkill nameWithType: CanExecuteResult.NotEnoughSkill
fullName: TinyLife.Actions.CanExecuteResult.NotEnoughSkill fullName: TinyLife.Actions.CanExecuteResult.NotEnoughSkill
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -337,14 +257,6 @@ items:
nameWithType: CanExecuteResult.LotStaffOnly nameWithType: CanExecuteResult.LotStaffOnly
fullName: TinyLife.Actions.CanExecuteResult.LotStaffOnly fullName: TinyLife.Actions.CanExecuteResult.LotStaffOnly
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -364,14 +276,6 @@ items:
nameWithType: CanExecuteResult.NoOneFree nameWithType: CanExecuteResult.NoOneFree
fullName: TinyLife.Actions.CanExecuteResult.NoOneFree fullName: TinyLife.Actions.CanExecuteResult.NoOneFree
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

View file

@ -20,14 +20,6 @@ items:
nameWithType: ChoicePromptInfo.Option nameWithType: ChoicePromptInfo.Option
fullName: TinyLife.Actions.ChoicePromptInfo.Option fullName: TinyLife.Actions.ChoicePromptInfo.Option
type: Class 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -59,14 +51,6 @@ items:
nameWithType: ChoicePromptInfo.Option.Name nameWithType: ChoicePromptInfo.Option.Name
fullName: TinyLife.Actions.ChoicePromptInfo.Option.Name fullName: TinyLife.Actions.ChoicePromptInfo.Option.Name
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -88,14 +72,6 @@ items:
nameWithType: ChoicePromptInfo.Option.SuccessAction nameWithType: ChoicePromptInfo.Option.SuccessAction
fullName: TinyLife.Actions.ChoicePromptInfo.Option.SuccessAction fullName: TinyLife.Actions.ChoicePromptInfo.Option.SuccessAction
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -117,14 +93,6 @@ items:
nameWithType: ChoicePromptInfo.Option.FailAction nameWithType: ChoicePromptInfo.Option.FailAction
fullName: TinyLife.Actions.ChoicePromptInfo.Option.FailAction fullName: TinyLife.Actions.ChoicePromptInfo.Option.FailAction
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -146,14 +114,6 @@ items:
nameWithType: ChoicePromptInfo.Option.SuccessChance nameWithType: ChoicePromptInfo.Option.SuccessChance
fullName: TinyLife.Actions.ChoicePromptInfo.Option.SuccessChance fullName: TinyLife.Actions.ChoicePromptInfo.Option.SuccessChance
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -175,14 +135,6 @@ items:
nameWithType: ChoicePromptInfo.Option.Option(string, Action<ChoicePromptInfo, Person>, Action<ChoicePromptInfo, Person>, Func<Person, float>) nameWithType: ChoicePromptInfo.Option.Option(string, Action<ChoicePromptInfo, Person>, Action<ChoicePromptInfo, Person>, Func<Person, float>)
fullName: TinyLife.Actions.ChoicePromptInfo.Option.Option(string, System.Action<TinyLife.Actions.ChoicePromptInfo, TinyLife.Objects.Person>, System.Action<TinyLife.Actions.ChoicePromptInfo, TinyLife.Objects.Person>, System.Func<TinyLife.Objects.Person, float>) fullName: TinyLife.Actions.ChoicePromptInfo.Option.Option(string, System.Action<TinyLife.Actions.ChoicePromptInfo, TinyLife.Objects.Person>, System.Action<TinyLife.Actions.ChoicePromptInfo, TinyLife.Objects.Person>, System.Func<TinyLife.Objects.Person, float>)
type: Constructor 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -219,14 +171,6 @@ items:
nameWithType: ChoicePromptInfo.Option.Option(string, Func<Person, float>, Func<Person, float>, Func<Person, float>) nameWithType: ChoicePromptInfo.Option.Option(string, Func<Person, float>, Func<Person, float>, Func<Person, float>)
fullName: TinyLife.Actions.ChoicePromptInfo.Option.Option(string, System.Func<TinyLife.Objects.Person, float>, System.Func<TinyLife.Objects.Person, float>, System.Func<TinyLife.Objects.Person, float>) fullName: TinyLife.Actions.ChoicePromptInfo.Option.Option(string, System.Func<TinyLife.Objects.Person, float>, System.Func<TinyLife.Objects.Person, float>, System.Func<TinyLife.Objects.Person, float>)
type: Constructor 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -263,14 +207,6 @@ items:
nameWithType: ChoicePromptInfo.Option.Option(string, EmotionType, SkillType, float, float, float) 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) fullName: TinyLife.Actions.ChoicePromptInfo.Option.Option(string, TinyLife.Emotions.EmotionType, TinyLife.Skills.SkillType, float, float, float)
type: Constructor 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -313,14 +249,6 @@ items:
nameWithType: ChoicePromptInfo.Option.Execute(ChoicePromptInfo, Person, bool) nameWithType: ChoicePromptInfo.Option.Execute(ChoicePromptInfo, Person, bool)
fullName: TinyLife.Actions.ChoicePromptInfo.Option.Execute(TinyLife.Actions.ChoicePromptInfo, TinyLife.Objects.Person, bool) fullName: TinyLife.Actions.ChoicePromptInfo.Option.Execute(TinyLife.Actions.ChoicePromptInfo, TinyLife.Objects.Person, bool)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

View file

@ -16,14 +16,6 @@ items:
nameWithType: ChoicePromptInfo nameWithType: ChoicePromptInfo
fullName: TinyLife.Actions.ChoicePromptInfo fullName: TinyLife.Actions.ChoicePromptInfo
type: Class 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -55,14 +47,6 @@ items:
nameWithType: ChoicePromptInfo.Name nameWithType: ChoicePromptInfo.Name
fullName: TinyLife.Actions.ChoicePromptInfo.Name fullName: TinyLife.Actions.ChoicePromptInfo.Name
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -84,14 +68,6 @@ items:
nameWithType: ChoicePromptInfo.Options nameWithType: ChoicePromptInfo.Options
fullName: TinyLife.Actions.ChoicePromptInfo.Options fullName: TinyLife.Actions.ChoicePromptInfo.Options
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -113,14 +89,6 @@ items:
nameWithType: ChoicePromptInfo.ChoicePromptInfo(string, params ChoicePromptInfo.Option[]) nameWithType: ChoicePromptInfo.ChoicePromptInfo(string, params ChoicePromptInfo.Option[])
fullName: TinyLife.Actions.ChoicePromptInfo.ChoicePromptInfo(string, params TinyLife.Actions.ChoicePromptInfo.Option[]) fullName: TinyLife.Actions.ChoicePromptInfo.ChoicePromptInfo(string, params TinyLife.Actions.ChoicePromptInfo.Option[])
type: Constructor 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -151,14 +119,6 @@ items:
nameWithType: ChoicePromptInfo.CreatePromptContent(Person, CoveringGroup) nameWithType: ChoicePromptInfo.CreatePromptContent(Person, CoveringGroup)
fullName: TinyLife.Actions.ChoicePromptInfo.CreatePromptContent(TinyLife.Objects.Person, TinyLife.Uis.CoveringGroup) fullName: TinyLife.Actions.ChoicePromptInfo.CreatePromptContent(TinyLife.Objects.Person, TinyLife.Uis.CoveringGroup)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

View file

@ -18,14 +18,6 @@ items:
nameWithType: CleanEverythingAction nameWithType: CleanEverythingAction
fullName: TinyLife.Actions.CleanEverythingAction fullName: TinyLife.Actions.CleanEverythingAction
type: Class 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -132,14 +124,6 @@ items:
nameWithType: CleanEverythingAction.CleaningActions nameWithType: CleanEverythingAction.CleaningActions
fullName: TinyLife.Actions.CleanEverythingAction.CleaningActions fullName: TinyLife.Actions.CleanEverythingAction.CleaningActions
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -166,14 +150,6 @@ items:
nameWithType: CleanEverythingAction.CleanEverythingAction(ActionType, ActionInfo) nameWithType: CleanEverythingAction.CleanEverythingAction(ActionType, ActionInfo)
fullName: TinyLife.Actions.CleanEverythingAction.CleanEverythingAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo) fullName: TinyLife.Actions.CleanEverythingAction.CleanEverythingAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo)
type: Constructor 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -204,14 +180,6 @@ items:
nameWithType: CleanEverythingAction.Update(GameTime, TimeSpan, float) nameWithType: CleanEverythingAction.Update(GameTime, TimeSpan, float)
fullName: TinyLife.Actions.CleanEverythingAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) fullName: TinyLife.Actions.CleanEverythingAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -249,14 +217,6 @@ items:
nameWithType: CleanEverythingAction.Validate(PersonLike) nameWithType: CleanEverythingAction.Validate(PersonLike)
fullName: TinyLife.Actions.CleanEverythingAction.Validate(TinyLife.Objects.PersonLike) fullName: TinyLife.Actions.CleanEverythingAction.Validate(TinyLife.Objects.PersonLike)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -290,14 +250,6 @@ items:
nameWithType: CleanEverythingAction.IsCompleted() nameWithType: CleanEverythingAction.IsCompleted()
fullName: TinyLife.Actions.CleanEverythingAction.IsCompleted() fullName: TinyLife.Actions.CleanEverythingAction.IsCompleted()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -327,14 +279,6 @@ items:
nameWithType: CleanEverythingAction.OnCompleted(CompletionType) nameWithType: CleanEverythingAction.OnCompleted(CompletionType)
fullName: TinyLife.Actions.CleanEverythingAction.OnCompleted(TinyLife.Actions.CompletionType) fullName: TinyLife.Actions.CleanEverythingAction.OnCompleted(TinyLife.Actions.CompletionType)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

View file

@ -16,14 +16,6 @@ items:
nameWithType: CompletionType nameWithType: CompletionType
fullName: TinyLife.Actions.CompletionType fullName: TinyLife.Actions.CompletionType
type: Enum 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -49,14 +41,6 @@ items:
nameWithType: CompletionType.Active nameWithType: CompletionType.Active
fullName: TinyLife.Actions.CompletionType.Active fullName: TinyLife.Actions.CompletionType.Active
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -77,14 +61,6 @@ items:
nameWithType: CompletionType.Completed nameWithType: CompletionType.Completed
fullName: TinyLife.Actions.CompletionType.Completed fullName: TinyLife.Actions.CompletionType.Completed
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -105,14 +81,6 @@ items:
nameWithType: CompletionType.Failed nameWithType: CompletionType.Failed
fullName: TinyLife.Actions.CompletionType.Failed fullName: TinyLife.Actions.CompletionType.Failed
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -136,14 +104,6 @@ items:
nameWithType: CompletionType.Canceled nameWithType: CompletionType.Canceled
fullName: TinyLife.Actions.CompletionType.Canceled fullName: TinyLife.Actions.CompletionType.Canceled
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

View file

@ -19,14 +19,6 @@ items:
nameWithType: DebugAction nameWithType: DebugAction
fullName: TinyLife.Actions.DebugAction fullName: TinyLife.Actions.DebugAction
type: Class 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -129,14 +121,6 @@ items:
nameWithType: DebugAction.DebugAction(ActionType, ActionInfo) nameWithType: DebugAction.DebugAction(ActionType, ActionInfo)
fullName: TinyLife.Actions.DebugAction.DebugAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo) fullName: TinyLife.Actions.DebugAction.DebugAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo)
type: Constructor 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -167,14 +151,6 @@ items:
nameWithType: DebugAction.Run() nameWithType: DebugAction.Run()
fullName: TinyLife.Actions.DebugAction.Run() fullName: TinyLife.Actions.DebugAction.Run()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -195,14 +171,6 @@ items:
nameWithType: DebugAction.IsCompleted() nameWithType: DebugAction.IsCompleted()
fullName: TinyLife.Actions.DebugAction.IsCompleted() fullName: TinyLife.Actions.DebugAction.IsCompleted()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -232,14 +200,6 @@ items:
nameWithType: DebugAction.OnCompleted(CompletionType) nameWithType: DebugAction.OnCompleted(CompletionType)
fullName: TinyLife.Actions.DebugAction.OnCompleted(TinyLife.Actions.CompletionType) fullName: TinyLife.Actions.DebugAction.OnCompleted(TinyLife.Actions.CompletionType)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -270,14 +230,6 @@ items:
nameWithType: DebugAction.Create(string, ObjectCategory, Action<Action>, ActionType.CanExecuteDelegate) nameWithType: DebugAction.Create(string, ObjectCategory, Action<Action>, ActionType.CanExecuteDelegate)
fullName: TinyLife.Actions.DebugAction.Create(string, TinyLife.Objects.ObjectCategory, System.Action<TinyLife.Actions.Action>, TinyLife.Actions.ActionType.CanExecuteDelegate) fullName: TinyLife.Actions.DebugAction.Create(string, TinyLife.Objects.ObjectCategory, System.Action<TinyLife.Actions.Action>, TinyLife.Actions.ActionType.CanExecuteDelegate)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -317,14 +269,6 @@ items:
nameWithType: DebugAction.Create(string, ObjectCategory, string, Func<ActionInfo, IEnumerable<object>>, ActionType.CanExecuteDelegate) nameWithType: DebugAction.Create(string, ObjectCategory, string, Func<ActionInfo, IEnumerable<object>>, ActionType.CanExecuteDelegate)
fullName: TinyLife.Actions.DebugAction.Create(string, TinyLife.Objects.ObjectCategory, string, System.Func<TinyLife.Actions.ActionInfo, System.Collections.Generic.IEnumerable<object>>, TinyLife.Actions.ActionType.CanExecuteDelegate) fullName: TinyLife.Actions.DebugAction.Create(string, TinyLife.Objects.ObjectCategory, string, System.Func<TinyLife.Actions.ActionInfo, System.Collections.Generic.IEnumerable<object>>, TinyLife.Actions.ActionType.CanExecuteDelegate)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -367,14 +311,6 @@ items:
nameWithType: DebugAction.Create(string, ObjectCategory, Type, ActionType.CanExecuteDelegate) nameWithType: DebugAction.Create(string, ObjectCategory, Type, ActionType.CanExecuteDelegate)
fullName: TinyLife.Actions.DebugAction.Create(string, TinyLife.Objects.ObjectCategory, System.Type, TinyLife.Actions.ActionType.CanExecuteDelegate) fullName: TinyLife.Actions.DebugAction.Create(string, TinyLife.Objects.ObjectCategory, System.Type, TinyLife.Actions.ActionType.CanExecuteDelegate)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

View file

@ -24,14 +24,6 @@ items:
nameWithType: DeferredAction nameWithType: DeferredAction
fullName: TinyLife.Actions.DeferredAction fullName: TinyLife.Actions.DeferredAction
type: Class 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -128,14 +120,6 @@ items:
nameWithType: DeferredAction.FullyInProgress nameWithType: DeferredAction.FullyInProgress
fullName: TinyLife.Actions.DeferredAction.FullyInProgress fullName: TinyLife.Actions.DeferredAction.FullyInProgress
type: Property 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -166,14 +150,6 @@ items:
nameWithType: DeferredAction.InProgressTime nameWithType: DeferredAction.InProgressTime
fullName: TinyLife.Actions.DeferredAction.InProgressTime fullName: TinyLife.Actions.DeferredAction.InProgressTime
type: Property 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -204,14 +180,6 @@ items:
nameWithType: DeferredAction.Action nameWithType: DeferredAction.Action
fullName: TinyLife.Actions.DeferredAction.Action fullName: TinyLife.Actions.DeferredAction.Action
type: Property 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -235,14 +203,6 @@ items:
nameWithType: DeferredAction.DeferredAction(ActionInfo) nameWithType: DeferredAction.DeferredAction(ActionInfo)
fullName: TinyLife.Actions.DeferredAction.DeferredAction(TinyLife.Actions.ActionInfo) fullName: TinyLife.Actions.DeferredAction.DeferredAction(TinyLife.Actions.ActionInfo)
type: Constructor 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -270,14 +230,6 @@ items:
nameWithType: DeferredAction.DeferredAction(ActionType, ActionInfo) nameWithType: DeferredAction.DeferredAction(ActionType, ActionInfo)
fullName: TinyLife.Actions.DeferredAction.DeferredAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo) fullName: TinyLife.Actions.DeferredAction.DeferredAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo)
type: Constructor 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -308,14 +260,6 @@ items:
nameWithType: DeferredAction.CreateAction() nameWithType: DeferredAction.CreateAction()
fullName: TinyLife.Actions.DeferredAction.CreateAction() fullName: TinyLife.Actions.DeferredAction.CreateAction()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -342,14 +286,6 @@ items:
nameWithType: DeferredAction.Initialize() nameWithType: DeferredAction.Initialize()
fullName: TinyLife.Actions.DeferredAction.Initialize() fullName: TinyLife.Actions.DeferredAction.Initialize()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -374,14 +310,6 @@ items:
nameWithType: DeferredAction.Update(GameTime, TimeSpan, float) nameWithType: DeferredAction.Update(GameTime, TimeSpan, float)
fullName: TinyLife.Actions.DeferredAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) fullName: TinyLife.Actions.DeferredAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -419,14 +347,6 @@ items:
nameWithType: DeferredAction.CanMultitask(Action) nameWithType: DeferredAction.CanMultitask(Action)
fullName: TinyLife.Actions.DeferredAction.CanMultitask(TinyLife.Actions.Action) fullName: TinyLife.Actions.DeferredAction.CanMultitask(TinyLife.Actions.Action)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -462,14 +382,6 @@ items:
nameWithType: DeferredAction.Validate(PersonLike) nameWithType: DeferredAction.Validate(PersonLike)
fullName: TinyLife.Actions.DeferredAction.Validate(TinyLife.Objects.PersonLike) fullName: TinyLife.Actions.DeferredAction.Validate(TinyLife.Objects.PersonLike)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -503,14 +415,6 @@ items:
nameWithType: DeferredAction.IsCompleted() nameWithType: DeferredAction.IsCompleted()
fullName: TinyLife.Actions.DeferredAction.IsCompleted() fullName: TinyLife.Actions.DeferredAction.IsCompleted()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -540,14 +444,6 @@ items:
nameWithType: DeferredAction.OnCompleted(CompletionType) nameWithType: DeferredAction.OnCompleted(CompletionType)
fullName: TinyLife.Actions.DeferredAction.OnCompleted(TinyLife.Actions.CompletionType) fullName: TinyLife.Actions.DeferredAction.OnCompleted(TinyLife.Actions.CompletionType)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

View file

@ -22,14 +22,6 @@ items:
nameWithType: DieAction nameWithType: DieAction
fullName: TinyLife.Actions.DieAction fullName: TinyLife.Actions.DieAction
type: Class 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -129,14 +121,6 @@ items:
nameWithType: DieAction.Reason nameWithType: DieAction.Reason
fullName: TinyLife.Actions.DieAction.Reason fullName: TinyLife.Actions.DieAction.Reason
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -168,14 +152,6 @@ items:
nameWithType: DieAction.DieAction(ActionType, ActionInfo) nameWithType: DieAction.DieAction(ActionType, ActionInfo)
fullName: TinyLife.Actions.DieAction.DieAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo) fullName: TinyLife.Actions.DieAction.DieAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo)
type: Constructor 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -206,14 +182,6 @@ items:
nameWithType: DieAction.Initialize() nameWithType: DieAction.Initialize()
fullName: TinyLife.Actions.DieAction.Initialize() fullName: TinyLife.Actions.DieAction.Initialize()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -238,14 +206,6 @@ items:
nameWithType: DieAction.GetDisplayName() nameWithType: DieAction.GetDisplayName()
fullName: TinyLife.Actions.DieAction.GetDisplayName() fullName: TinyLife.Actions.DieAction.GetDisplayName()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -273,14 +233,6 @@ items:
nameWithType: DieAction.CanCancel(Action) nameWithType: DieAction.CanCancel(Action)
fullName: TinyLife.Actions.DieAction.CanCancel(TinyLife.Actions.Action) fullName: TinyLife.Actions.DieAction.CanCancel(TinyLife.Actions.Action)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -314,14 +266,6 @@ items:
nameWithType: DieAction.CanEnqueueConversation(PersonLike, ActionType) nameWithType: DieAction.CanEnqueueConversation(PersonLike, ActionType)
fullName: TinyLife.Actions.DieAction.CanEnqueueConversation(TinyLife.Objects.PersonLike, TinyLife.Actions.ActionType) fullName: TinyLife.Actions.DieAction.CanEnqueueConversation(TinyLife.Objects.PersonLike, TinyLife.Actions.ActionType)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -358,14 +302,6 @@ items:
nameWithType: DieAction.Update(GameTime, TimeSpan, float) nameWithType: DieAction.Update(GameTime, TimeSpan, float)
fullName: TinyLife.Actions.DieAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) fullName: TinyLife.Actions.DieAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -403,14 +339,6 @@ items:
nameWithType: DieAction.IsCompleted() nameWithType: DieAction.IsCompleted()
fullName: TinyLife.Actions.DieAction.IsCompleted() fullName: TinyLife.Actions.DieAction.IsCompleted()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -440,14 +368,6 @@ items:
nameWithType: DieAction.OnCompleted(CompletionType) nameWithType: DieAction.OnCompleted(CompletionType)
fullName: TinyLife.Actions.DieAction.OnCompleted(TinyLife.Actions.CompletionType) fullName: TinyLife.Actions.DieAction.OnCompleted(TinyLife.Actions.CompletionType)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -478,14 +398,6 @@ items:
nameWithType: DieAction.Enqueue(PersonLike, DeathReason) nameWithType: DieAction.Enqueue(PersonLike, DeathReason)
fullName: TinyLife.Actions.DieAction.Enqueue(TinyLife.Objects.PersonLike, TinyLife.Objects.DeathReason) fullName: TinyLife.Actions.DieAction.Enqueue(TinyLife.Objects.PersonLike, TinyLife.Objects.DeathReason)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

View file

@ -16,14 +16,6 @@ items:
nameWithType: DiscardHeldItemAction nameWithType: DiscardHeldItemAction
fullName: TinyLife.Actions.DiscardHeldItemAction fullName: TinyLife.Actions.DiscardHeldItemAction
type: Class 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -140,14 +132,6 @@ items:
nameWithType: DiscardHeldItemAction.DiscardActions nameWithType: DiscardHeldItemAction.DiscardActions
fullName: TinyLife.Actions.DiscardHeldItemAction.DiscardActions fullName: TinyLife.Actions.DiscardHeldItemAction.DiscardActions
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -172,14 +156,6 @@ items:
nameWithType: DiscardHeldItemAction.DiscardHeldItemAction(PersonLike) nameWithType: DiscardHeldItemAction.DiscardHeldItemAction(PersonLike)
fullName: TinyLife.Actions.DiscardHeldItemAction.DiscardHeldItemAction(TinyLife.Objects.PersonLike) fullName: TinyLife.Actions.DiscardHeldItemAction.DiscardHeldItemAction(TinyLife.Objects.PersonLike)
type: Constructor 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -205,14 +181,6 @@ items:
nameWithType: DiscardHeldItemAction.CreateFirstActions() nameWithType: DiscardHeldItemAction.CreateFirstActions()
fullName: TinyLife.Actions.DiscardHeldItemAction.CreateFirstActions() fullName: TinyLife.Actions.DiscardHeldItemAction.CreateFirstActions()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -244,14 +212,6 @@ items:
nameWithType: DiscardHeldItemAction.AndThenIsCompleted() nameWithType: DiscardHeldItemAction.AndThenIsCompleted()
fullName: TinyLife.Actions.DiscardHeldItemAction.AndThenIsCompleted() fullName: TinyLife.Actions.DiscardHeldItemAction.AndThenIsCompleted()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

View file

@ -19,14 +19,6 @@ items:
nameWithType: DriveAction nameWithType: DriveAction
fullName: TinyLife.Actions.DriveAction fullName: TinyLife.Actions.DriveAction
type: Class 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -132,14 +124,6 @@ items:
nameWithType: DriveAction.DriveAction(ActionInfo) nameWithType: DriveAction.DriveAction(ActionInfo)
fullName: TinyLife.Actions.DriveAction.DriveAction(TinyLife.Actions.ActionInfo) fullName: TinyLife.Actions.DriveAction.DriveAction(TinyLife.Actions.ActionInfo)
type: Constructor 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -167,14 +151,6 @@ items:
nameWithType: DriveAction.FindPath(ICollection<(Point Pos, int Floor)>) nameWithType: DriveAction.FindPath(ICollection<(Point Pos, int Floor)>)
fullName: TinyLife.Actions.DriveAction.FindPath(System.Collections.Generic.ICollection<(Microsoft.Xna.Framework.Point Pos, int Floor)>) fullName: TinyLife.Actions.DriveAction.FindPath(System.Collections.Generic.ICollection<(Microsoft.Xna.Framework.Point Pos, int Floor)>)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -206,14 +182,6 @@ items:
nameWithType: DriveAction.GetSpeed() nameWithType: DriveAction.GetSpeed()
fullName: TinyLife.Actions.DriveAction.GetSpeed() fullName: TinyLife.Actions.DriveAction.GetSpeed()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -238,14 +206,6 @@ items:
nameWithType: DriveAction.OnPathReady() nameWithType: DriveAction.OnPathReady()
fullName: TinyLife.Actions.DriveAction.OnPathReady() fullName: TinyLife.Actions.DriveAction.OnPathReady()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -270,14 +230,6 @@ items:
nameWithType: DriveAction.Update(GameTime, TimeSpan, float) nameWithType: DriveAction.Update(GameTime, TimeSpan, float)
fullName: TinyLife.Actions.DriveAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) fullName: TinyLife.Actions.DriveAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -315,14 +267,6 @@ items:
nameWithType: DriveAction.IsCompleted() nameWithType: DriveAction.IsCompleted()
fullName: TinyLife.Actions.DriveAction.IsCompleted() fullName: TinyLife.Actions.DriveAction.IsCompleted()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -352,14 +296,6 @@ items:
nameWithType: DriveAction.OnCompleted(CompletionType) nameWithType: DriveAction.OnCompleted(CompletionType)
fullName: TinyLife.Actions.DriveAction.OnCompleted(TinyLife.Actions.CompletionType) fullName: TinyLife.Actions.DriveAction.OnCompleted(TinyLife.Actions.CompletionType)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

View file

@ -60,14 +60,6 @@ items:
nameWithType: Emote nameWithType: Emote
fullName: TinyLife.Actions.Emote fullName: TinyLife.Actions.Emote
type: Class 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -99,14 +91,6 @@ items:
nameWithType: Emote.Cutlery nameWithType: Emote.Cutlery
fullName: TinyLife.Actions.Emote.Cutlery fullName: TinyLife.Actions.Emote.Cutlery
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -126,14 +110,6 @@ items:
nameWithType: Emote.Apple nameWithType: Emote.Apple
fullName: TinyLife.Actions.Emote.Apple fullName: TinyLife.Actions.Emote.Apple
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -153,14 +129,6 @@ items:
nameWithType: Emote.Burger nameWithType: Emote.Burger
fullName: TinyLife.Actions.Emote.Burger fullName: TinyLife.Actions.Emote.Burger
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -180,14 +148,6 @@ items:
nameWithType: Emote.Lollipop nameWithType: Emote.Lollipop
fullName: TinyLife.Actions.Emote.Lollipop fullName: TinyLife.Actions.Emote.Lollipop
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -207,14 +167,6 @@ items:
nameWithType: Emote.Skateboard nameWithType: Emote.Skateboard
fullName: TinyLife.Actions.Emote.Skateboard fullName: TinyLife.Actions.Emote.Skateboard
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -234,14 +186,6 @@ items:
nameWithType: Emote.Medal nameWithType: Emote.Medal
fullName: TinyLife.Actions.Emote.Medal fullName: TinyLife.Actions.Emote.Medal
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -261,14 +205,6 @@ items:
nameWithType: Emote.Controller nameWithType: Emote.Controller
fullName: TinyLife.Actions.Emote.Controller fullName: TinyLife.Actions.Emote.Controller
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -288,14 +224,6 @@ items:
nameWithType: Emote.MusicNote nameWithType: Emote.MusicNote
fullName: TinyLife.Actions.Emote.MusicNote fullName: TinyLife.Actions.Emote.MusicNote
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -315,14 +243,6 @@ items:
nameWithType: Emote.Clock nameWithType: Emote.Clock
fullName: TinyLife.Actions.Emote.Clock fullName: TinyLife.Actions.Emote.Clock
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -342,14 +262,6 @@ items:
nameWithType: Emote.House nameWithType: Emote.House
fullName: TinyLife.Actions.Emote.House fullName: TinyLife.Actions.Emote.House
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -369,14 +281,6 @@ items:
nameWithType: Emote.Path nameWithType: Emote.Path
fullName: TinyLife.Actions.Emote.Path fullName: TinyLife.Actions.Emote.Path
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -396,14 +300,6 @@ items:
nameWithType: Emote.X nameWithType: Emote.X
fullName: TinyLife.Actions.Emote.X fullName: TinyLife.Actions.Emote.X
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -423,14 +319,6 @@ items:
nameWithType: Emote.Heart nameWithType: Emote.Heart
fullName: TinyLife.Actions.Emote.Heart fullName: TinyLife.Actions.Emote.Heart
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -450,14 +338,6 @@ items:
nameWithType: Emote.Smile nameWithType: Emote.Smile
fullName: TinyLife.Actions.Emote.Smile fullName: TinyLife.Actions.Emote.Smile
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -477,14 +357,6 @@ items:
nameWithType: Emote.Sleep nameWithType: Emote.Sleep
fullName: TinyLife.Actions.Emote.Sleep fullName: TinyLife.Actions.Emote.Sleep
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -504,14 +376,6 @@ items:
nameWithType: Emote.OhNo nameWithType: Emote.OhNo
fullName: TinyLife.Actions.Emote.OhNo fullName: TinyLife.Actions.Emote.OhNo
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -531,14 +395,6 @@ items:
nameWithType: Emote.Happy nameWithType: Emote.Happy
fullName: TinyLife.Actions.Emote.Happy fullName: TinyLife.Actions.Emote.Happy
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -558,14 +414,6 @@ items:
nameWithType: Emote.Handcuffs nameWithType: Emote.Handcuffs
fullName: TinyLife.Actions.Emote.Handcuffs fullName: TinyLife.Actions.Emote.Handcuffs
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -585,14 +433,6 @@ items:
nameWithType: Emote.BrokenHeart nameWithType: Emote.BrokenHeart
fullName: TinyLife.Actions.Emote.BrokenHeart fullName: TinyLife.Actions.Emote.BrokenHeart
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -612,14 +452,6 @@ items:
nameWithType: Emote.Bowling nameWithType: Emote.Bowling
fullName: TinyLife.Actions.Emote.Bowling fullName: TinyLife.Actions.Emote.Bowling
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -639,14 +471,6 @@ items:
nameWithType: Emote.EightBall nameWithType: Emote.EightBall
fullName: TinyLife.Actions.Emote.EightBall fullName: TinyLife.Actions.Emote.EightBall
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -666,14 +490,6 @@ items:
nameWithType: Emote.Dice nameWithType: Emote.Dice
fullName: TinyLife.Actions.Emote.Dice fullName: TinyLife.Actions.Emote.Dice
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -693,14 +509,6 @@ items:
nameWithType: Emote.MovieClapper nameWithType: Emote.MovieClapper
fullName: TinyLife.Actions.Emote.MovieClapper fullName: TinyLife.Actions.Emote.MovieClapper
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -720,14 +528,6 @@ items:
nameWithType: Emote.Gift nameWithType: Emote.Gift
fullName: TinyLife.Actions.Emote.Gift fullName: TinyLife.Actions.Emote.Gift
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -747,14 +547,6 @@ items:
nameWithType: Emote.Pushpin nameWithType: Emote.Pushpin
fullName: TinyLife.Actions.Emote.Pushpin fullName: TinyLife.Actions.Emote.Pushpin
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -774,14 +566,6 @@ items:
nameWithType: Emote.Cake nameWithType: Emote.Cake
fullName: TinyLife.Actions.Emote.Cake fullName: TinyLife.Actions.Emote.Cake
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -801,14 +585,6 @@ items:
nameWithType: Emote.Trophy nameWithType: Emote.Trophy
fullName: TinyLife.Actions.Emote.Trophy fullName: TinyLife.Actions.Emote.Trophy
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -828,14 +604,6 @@ items:
nameWithType: Emote.EmptyBattery nameWithType: Emote.EmptyBattery
fullName: TinyLife.Actions.Emote.EmptyBattery fullName: TinyLife.Actions.Emote.EmptyBattery
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -855,14 +623,6 @@ items:
nameWithType: Emote.Painting nameWithType: Emote.Painting
fullName: TinyLife.Actions.Emote.Painting fullName: TinyLife.Actions.Emote.Painting
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -882,14 +642,6 @@ items:
nameWithType: Emote.Cat nameWithType: Emote.Cat
fullName: TinyLife.Actions.Emote.Cat fullName: TinyLife.Actions.Emote.Cat
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -909,14 +661,6 @@ items:
nameWithType: Emote.FullBattery nameWithType: Emote.FullBattery
fullName: TinyLife.Actions.Emote.FullBattery fullName: TinyLife.Actions.Emote.FullBattery
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -936,14 +680,6 @@ items:
nameWithType: Emote.Party nameWithType: Emote.Party
fullName: TinyLife.Actions.Emote.Party fullName: TinyLife.Actions.Emote.Party
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -963,14 +699,6 @@ items:
nameWithType: Emote.NoBrain nameWithType: Emote.NoBrain
fullName: TinyLife.Actions.Emote.NoBrain fullName: TinyLife.Actions.Emote.NoBrain
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -990,14 +718,6 @@ items:
nameWithType: Emote.Angry nameWithType: Emote.Angry
fullName: TinyLife.Actions.Emote.Angry fullName: TinyLife.Actions.Emote.Angry
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -1017,14 +737,6 @@ items:
nameWithType: Emote.Relaxed nameWithType: Emote.Relaxed
fullName: TinyLife.Actions.Emote.Relaxed fullName: TinyLife.Actions.Emote.Relaxed
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -1044,14 +756,6 @@ items:
nameWithType: Emote.FireExtinguisher nameWithType: Emote.FireExtinguisher
fullName: TinyLife.Actions.Emote.FireExtinguisher fullName: TinyLife.Actions.Emote.FireExtinguisher
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -1071,14 +775,6 @@ items:
nameWithType: Emote.Stonks nameWithType: Emote.Stonks
fullName: TinyLife.Actions.Emote.Stonks fullName: TinyLife.Actions.Emote.Stonks
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -1098,14 +794,6 @@ items:
nameWithType: Emote.Coffee nameWithType: Emote.Coffee
fullName: TinyLife.Actions.Emote.Coffee fullName: TinyLife.Actions.Emote.Coffee
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -1125,14 +813,6 @@ items:
nameWithType: Emote.Workout nameWithType: Emote.Workout
fullName: TinyLife.Actions.Emote.Workout fullName: TinyLife.Actions.Emote.Workout
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -1152,14 +832,6 @@ items:
nameWithType: Emote.Tick nameWithType: Emote.Tick
fullName: TinyLife.Actions.Emote.Tick fullName: TinyLife.Actions.Emote.Tick
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -1179,14 +851,6 @@ items:
nameWithType: Emote.Bug nameWithType: Emote.Bug
fullName: TinyLife.Actions.Emote.Bug fullName: TinyLife.Actions.Emote.Bug
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -1206,14 +870,6 @@ items:
nameWithType: Emote.Money nameWithType: Emote.Money
fullName: TinyLife.Actions.Emote.Money fullName: TinyLife.Actions.Emote.Money
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -1233,14 +889,6 @@ items:
nameWithType: Emote.LightBulb nameWithType: Emote.LightBulb
fullName: TinyLife.Actions.Emote.LightBulb fullName: TinyLife.Actions.Emote.LightBulb
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -1260,14 +908,6 @@ items:
nameWithType: Emote.Texture nameWithType: Emote.Texture
fullName: TinyLife.Actions.Emote.Texture fullName: TinyLife.Actions.Emote.Texture
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -1289,14 +929,6 @@ items:
nameWithType: Emote.Categories nameWithType: Emote.Categories
fullName: TinyLife.Actions.Emote.Categories fullName: TinyLife.Actions.Emote.Categories
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -1318,14 +950,6 @@ items:
nameWithType: Emote.Draw(Map, Vector2, float, SpriteBatch, Vector2, bool, ParentInfo) 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) 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 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -1371,14 +995,6 @@ items:
nameWithType: Emote.GetEmotes(EmoteCategory) nameWithType: Emote.GetEmotes(EmoteCategory)
fullName: TinyLife.Actions.Emote.GetEmotes(TinyLife.Actions.EmoteCategory) fullName: TinyLife.Actions.Emote.GetEmotes(TinyLife.Actions.EmoteCategory)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -1406,14 +1022,6 @@ items:
nameWithType: Emote.Register(TextureRegion, EmoteCategory) nameWithType: Emote.Register(TextureRegion, EmoteCategory)
fullName: TinyLife.Actions.Emote.Register(MLEM.Textures.TextureRegion, TinyLife.Actions.EmoteCategory) fullName: TinyLife.Actions.Emote.Register(MLEM.Textures.TextureRegion, TinyLife.Actions.EmoteCategory)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

View file

@ -20,14 +20,6 @@ items:
nameWithType: EmoteCategory nameWithType: EmoteCategory
fullName: TinyLife.Actions.EmoteCategory fullName: TinyLife.Actions.EmoteCategory
type: Enum 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -59,14 +51,6 @@ items:
nameWithType: EmoteCategory.General nameWithType: EmoteCategory.General
fullName: TinyLife.Actions.EmoteCategory.General fullName: TinyLife.Actions.EmoteCategory.General
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -85,14 +69,6 @@ items:
nameWithType: EmoteCategory.Travel nameWithType: EmoteCategory.Travel
fullName: TinyLife.Actions.EmoteCategory.Travel fullName: TinyLife.Actions.EmoteCategory.Travel
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -111,14 +87,6 @@ items:
nameWithType: EmoteCategory.Negative nameWithType: EmoteCategory.Negative
fullName: TinyLife.Actions.EmoteCategory.Negative fullName: TinyLife.Actions.EmoteCategory.Negative
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -137,14 +105,6 @@ items:
nameWithType: EmoteCategory.Flirty nameWithType: EmoteCategory.Flirty
fullName: TinyLife.Actions.EmoteCategory.Flirty fullName: TinyLife.Actions.EmoteCategory.Flirty
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -163,14 +123,6 @@ items:
nameWithType: EmoteCategory.Unable nameWithType: EmoteCategory.Unable
fullName: TinyLife.Actions.EmoteCategory.Unable fullName: TinyLife.Actions.EmoteCategory.Unable
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -189,14 +141,6 @@ items:
nameWithType: EmoteCategory.Food nameWithType: EmoteCategory.Food
fullName: TinyLife.Actions.EmoteCategory.Food fullName: TinyLife.Actions.EmoteCategory.Food
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -215,14 +159,6 @@ items:
nameWithType: EmoteCategory.Object nameWithType: EmoteCategory.Object
fullName: TinyLife.Actions.EmoteCategory.Object fullName: TinyLife.Actions.EmoteCategory.Object
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -241,14 +177,6 @@ items:
nameWithType: EmoteCategory.Emotion nameWithType: EmoteCategory.Emotion
fullName: TinyLife.Actions.EmoteCategory.Emotion fullName: TinyLife.Actions.EmoteCategory.Emotion
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

View file

@ -18,14 +18,6 @@ items:
nameWithType: EmoteChoices nameWithType: EmoteChoices
fullName: TinyLife.Actions.EmoteChoices fullName: TinyLife.Actions.EmoteChoices
type: Struct 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -56,14 +48,6 @@ items:
nameWithType: EmoteChoices.EmoteChoices(EmoteCategory) nameWithType: EmoteChoices.EmoteChoices(EmoteCategory)
fullName: TinyLife.Actions.EmoteChoices.EmoteChoices(TinyLife.Actions.EmoteCategory) fullName: TinyLife.Actions.EmoteChoices.EmoteChoices(TinyLife.Actions.EmoteCategory)
type: Constructor 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -90,14 +74,6 @@ items:
nameWithType: EmoteChoices.EmoteChoices(params Emote[]) nameWithType: EmoteChoices.EmoteChoices(params Emote[])
fullName: TinyLife.Actions.EmoteChoices.EmoteChoices(params TinyLife.Actions.Emote[]) fullName: TinyLife.Actions.EmoteChoices.EmoteChoices(params TinyLife.Actions.Emote[])
type: Constructor 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -124,14 +100,6 @@ items:
nameWithType: EmoteChoices.GetEmote(Random) nameWithType: EmoteChoices.GetEmote(Random)
fullName: TinyLife.Actions.EmoteChoices.GetEmote(System.Random) fullName: TinyLife.Actions.EmoteChoices.GetEmote(System.Random)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -159,14 +127,6 @@ items:
nameWithType: EmoteChoices.implicit operator EmoteChoices(EmoteCategory) nameWithType: EmoteChoices.implicit operator EmoteChoices(EmoteCategory)
fullName: TinyLife.Actions.EmoteChoices.implicit operator TinyLife.Actions.EmoteChoices(TinyLife.Actions.EmoteCategory) fullName: TinyLife.Actions.EmoteChoices.implicit operator TinyLife.Actions.EmoteChoices(TinyLife.Actions.EmoteCategory)
type: Operator 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -195,14 +155,6 @@ items:
nameWithType: EmoteChoices.implicit operator EmoteChoices(Emote[]) nameWithType: EmoteChoices.implicit operator EmoteChoices(Emote[])
fullName: TinyLife.Actions.EmoteChoices.implicit operator TinyLife.Actions.EmoteChoices(TinyLife.Actions.Emote[]) fullName: TinyLife.Actions.EmoteChoices.implicit operator TinyLife.Actions.EmoteChoices(TinyLife.Actions.Emote[])
type: Operator 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -231,14 +183,6 @@ items:
nameWithType: EmoteChoices.implicit operator EmoteChoices(Emote) nameWithType: EmoteChoices.implicit operator EmoteChoices(Emote)
fullName: TinyLife.Actions.EmoteChoices.implicit operator TinyLife.Actions.EmoteChoices(TinyLife.Actions.Emote) fullName: TinyLife.Actions.EmoteChoices.implicit operator TinyLife.Actions.EmoteChoices(TinyLife.Actions.Emote)
type: Operator 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

View file

@ -19,14 +19,6 @@ items:
nameWithType: GoHereAction nameWithType: GoHereAction
fullName: TinyLife.Actions.GoHereAction fullName: TinyLife.Actions.GoHereAction
type: Class 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -141,14 +133,6 @@ items:
nameWithType: GoHereAction.WalkSpeedMultiplier nameWithType: GoHereAction.WalkSpeedMultiplier
fullName: TinyLife.Actions.GoHereAction.WalkSpeedMultiplier fullName: TinyLife.Actions.GoHereAction.WalkSpeedMultiplier
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -183,14 +167,6 @@ items:
nameWithType: GoHereAction.DriveSpeedMultiplier nameWithType: GoHereAction.DriveSpeedMultiplier
fullName: TinyLife.Actions.GoHereAction.DriveSpeedMultiplier fullName: TinyLife.Actions.GoHereAction.DriveSpeedMultiplier
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -225,14 +201,6 @@ items:
nameWithType: GoHereAction.GoHereAction(ActionType, ActionInfo) nameWithType: GoHereAction.GoHereAction(ActionType, ActionInfo)
fullName: TinyLife.Actions.GoHereAction.GoHereAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo) fullName: TinyLife.Actions.GoHereAction.GoHereAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo)
type: Constructor 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -263,14 +231,6 @@ items:
nameWithType: GoHereAction.CreateFirstActions() nameWithType: GoHereAction.CreateFirstActions()
fullName: TinyLife.Actions.GoHereAction.CreateFirstActions() fullName: TinyLife.Actions.GoHereAction.CreateFirstActions()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -302,14 +262,6 @@ items:
nameWithType: GoHereAction.AndThenIsCompleted() nameWithType: GoHereAction.AndThenIsCompleted()
fullName: TinyLife.Actions.GoHereAction.AndThenIsCompleted() fullName: TinyLife.Actions.GoHereAction.AndThenIsCompleted()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -337,14 +289,6 @@ items:
nameWithType: GoHereAction.AndThenOnCompleted(CompletionType) nameWithType: GoHereAction.AndThenOnCompleted(CompletionType)
fullName: TinyLife.Actions.GoHereAction.AndThenOnCompleted(TinyLife.Actions.CompletionType) fullName: TinyLife.Actions.GoHereAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -373,14 +317,6 @@ items:
nameWithType: GoHereAction.CanCancel(Action) nameWithType: GoHereAction.CanCancel(Action)
fullName: TinyLife.Actions.GoHereAction.CanCancel(TinyLife.Actions.Action) fullName: TinyLife.Actions.GoHereAction.CanCancel(TinyLife.Actions.Action)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

View file

@ -21,14 +21,6 @@ items:
nameWithType: MultiActionHandler nameWithType: MultiActionHandler
fullName: TinyLife.Actions.Handlers.MultiActionHandler fullName: TinyLife.Actions.Handlers.MultiActionHandler
type: Class 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Handlers namespace: TinyLife.Actions.Handlers
@ -73,14 +65,6 @@ items:
nameWithType: MultiActionHandler.OnInitialize nameWithType: MultiActionHandler.OnInitialize
fullName: TinyLife.Actions.Handlers.MultiActionHandler.OnInitialize fullName: TinyLife.Actions.Handlers.MultiActionHandler.OnInitialize
type: Event 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Handlers namespace: TinyLife.Actions.Handlers
@ -105,14 +89,6 @@ items:
nameWithType: MultiActionHandler.Actions nameWithType: MultiActionHandler.Actions
fullName: TinyLife.Actions.Handlers.MultiActionHandler.Actions fullName: TinyLife.Actions.Handlers.MultiActionHandler.Actions
type: Property 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Handlers namespace: TinyLife.Actions.Handlers
@ -153,14 +129,6 @@ items:
nameWithType: MultiActionHandler.Current nameWithType: MultiActionHandler.Current
fullName: TinyLife.Actions.Handlers.MultiActionHandler.Current fullName: TinyLife.Actions.Handlers.MultiActionHandler.Current
type: Property 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Handlers namespace: TinyLife.Actions.Handlers
@ -184,14 +152,6 @@ items:
nameWithType: MultiActionHandler.MultiActionHandler(Action) nameWithType: MultiActionHandler.MultiActionHandler(Action)
fullName: TinyLife.Actions.Handlers.MultiActionHandler.MultiActionHandler(TinyLife.Actions.Action) fullName: TinyLife.Actions.Handlers.MultiActionHandler.MultiActionHandler(TinyLife.Actions.Action)
type: Constructor 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Handlers namespace: TinyLife.Actions.Handlers
@ -219,14 +179,6 @@ items:
nameWithType: MultiActionHandler.Initialize(ICollection<Action>) nameWithType: MultiActionHandler.Initialize(ICollection<Action>)
fullName: TinyLife.Actions.Handlers.MultiActionHandler.Initialize(System.Collections.Generic.ICollection<TinyLife.Actions.Action>) fullName: TinyLife.Actions.Handlers.MultiActionHandler.Initialize(System.Collections.Generic.ICollection<TinyLife.Actions.Action>)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Handlers namespace: TinyLife.Actions.Handlers
@ -262,14 +214,6 @@ items:
nameWithType: MultiActionHandler.Update(GameTime, TimeSpan, float) nameWithType: MultiActionHandler.Update(GameTime, TimeSpan, float)
fullName: TinyLife.Actions.Handlers.MultiActionHandler.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) fullName: TinyLife.Actions.Handlers.MultiActionHandler.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Handlers namespace: TinyLife.Actions.Handlers
@ -309,14 +253,6 @@ items:
nameWithType: MultiActionHandler.Validate(Action, PersonLike) nameWithType: MultiActionHandler.Validate(Action, PersonLike)
fullName: TinyLife.Actions.Handlers.MultiActionHandler.Validate(TinyLife.Actions.Action, TinyLife.Objects.PersonLike) fullName: TinyLife.Actions.Handlers.MultiActionHandler.Validate(TinyLife.Actions.Action, TinyLife.Objects.PersonLike)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Handlers namespace: TinyLife.Actions.Handlers
@ -350,14 +286,6 @@ items:
nameWithType: MultiActionHandler.IsCompleted() nameWithType: MultiActionHandler.IsCompleted()
fullName: TinyLife.Actions.Handlers.MultiActionHandler.IsCompleted() fullName: TinyLife.Actions.Handlers.MultiActionHandler.IsCompleted()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Handlers namespace: TinyLife.Actions.Handlers
@ -386,14 +314,6 @@ items:
nameWithType: MultiActionHandler.OnCompleted(CompletionType) nameWithType: MultiActionHandler.OnCompleted(CompletionType)
fullName: TinyLife.Actions.Handlers.MultiActionHandler.OnCompleted(TinyLife.Actions.CompletionType) fullName: TinyLife.Actions.Handlers.MultiActionHandler.OnCompleted(TinyLife.Actions.CompletionType)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Handlers namespace: TinyLife.Actions.Handlers

View file

@ -20,14 +20,6 @@ items:
nameWithType: UnderlyingActionHandler nameWithType: UnderlyingActionHandler
fullName: TinyLife.Actions.Handlers.UnderlyingActionHandler fullName: TinyLife.Actions.Handlers.UnderlyingActionHandler
type: Class 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Handlers namespace: TinyLife.Actions.Handlers
@ -72,14 +64,6 @@ items:
nameWithType: UnderlyingActionHandler.Action nameWithType: UnderlyingActionHandler.Action
fullName: TinyLife.Actions.Handlers.UnderlyingActionHandler.Action fullName: TinyLife.Actions.Handlers.UnderlyingActionHandler.Action
type: Property 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Handlers namespace: TinyLife.Actions.Handlers
@ -116,14 +100,6 @@ items:
nameWithType: UnderlyingActionHandler.UnderlyingActionHandler(Action) nameWithType: UnderlyingActionHandler.UnderlyingActionHandler(Action)
fullName: TinyLife.Actions.Handlers.UnderlyingActionHandler.UnderlyingActionHandler(TinyLife.Actions.Action) fullName: TinyLife.Actions.Handlers.UnderlyingActionHandler.UnderlyingActionHandler(TinyLife.Actions.Action)
type: Constructor 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Handlers namespace: TinyLife.Actions.Handlers
@ -151,14 +127,6 @@ items:
nameWithType: UnderlyingActionHandler.Initialize<T>(ActionType, ActionInfo, bool) nameWithType: UnderlyingActionHandler.Initialize<T>(ActionType, ActionInfo, bool)
fullName: TinyLife.Actions.Handlers.UnderlyingActionHandler.Initialize<T>(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, bool) fullName: TinyLife.Actions.Handlers.UnderlyingActionHandler.Initialize<T>(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, bool)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Handlers namespace: TinyLife.Actions.Handlers
@ -196,14 +164,6 @@ items:
nameWithType: UnderlyingActionHandler.InitializeExact(Action) nameWithType: UnderlyingActionHandler.InitializeExact(Action)
fullName: TinyLife.Actions.Handlers.UnderlyingActionHandler.InitializeExact(TinyLife.Actions.Action) fullName: TinyLife.Actions.Handlers.UnderlyingActionHandler.InitializeExact(TinyLife.Actions.Action)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Handlers namespace: TinyLife.Actions.Handlers
@ -231,14 +191,6 @@ items:
nameWithType: UnderlyingActionHandler.Update(GameTime, TimeSpan, float) nameWithType: UnderlyingActionHandler.Update(GameTime, TimeSpan, float)
fullName: TinyLife.Actions.Handlers.UnderlyingActionHandler.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) fullName: TinyLife.Actions.Handlers.UnderlyingActionHandler.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Handlers namespace: TinyLife.Actions.Handlers
@ -275,14 +227,6 @@ items:
nameWithType: UnderlyingActionHandler.Validate(Action, PersonLike) nameWithType: UnderlyingActionHandler.Validate(Action, PersonLike)
fullName: TinyLife.Actions.Handlers.UnderlyingActionHandler.Validate(TinyLife.Actions.Action, TinyLife.Objects.PersonLike) fullName: TinyLife.Actions.Handlers.UnderlyingActionHandler.Validate(TinyLife.Actions.Action, TinyLife.Objects.PersonLike)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Handlers namespace: TinyLife.Actions.Handlers
@ -316,14 +260,6 @@ items:
nameWithType: UnderlyingActionHandler.IsCompleted() nameWithType: UnderlyingActionHandler.IsCompleted()
fullName: TinyLife.Actions.Handlers.UnderlyingActionHandler.IsCompleted() fullName: TinyLife.Actions.Handlers.UnderlyingActionHandler.IsCompleted()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Handlers namespace: TinyLife.Actions.Handlers
@ -347,14 +283,6 @@ items:
nameWithType: UnderlyingActionHandler.OnCompleted(CompletionType) nameWithType: UnderlyingActionHandler.OnCompleted(CompletionType)
fullName: TinyLife.Actions.Handlers.UnderlyingActionHandler.OnCompleted(TinyLife.Actions.CompletionType) fullName: TinyLife.Actions.Handlers.UnderlyingActionHandler.OnCompleted(TinyLife.Actions.CompletionType)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Handlers namespace: TinyLife.Actions.Handlers

View file

@ -31,14 +31,6 @@ items:
nameWithType: HelpAction nameWithType: HelpAction
fullName: TinyLife.Actions.HelpAction fullName: TinyLife.Actions.HelpAction
type: Class 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -163,14 +155,6 @@ items:
nameWithType: HelpAction.IsHelper nameWithType: HelpAction.IsHelper
fullName: TinyLife.Actions.HelpAction.IsHelper fullName: TinyLife.Actions.HelpAction.IsHelper
type: Property 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -194,14 +178,6 @@ items:
nameWithType: HelpAction.HelpedAction nameWithType: HelpAction.HelpedAction
fullName: TinyLife.Actions.HelpAction.HelpedAction fullName: TinyLife.Actions.HelpAction.HelpedAction
type: Property 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -225,14 +201,6 @@ items:
nameWithType: HelpAction.Helper nameWithType: HelpAction.Helper
fullName: TinyLife.Actions.HelpAction.Helper fullName: TinyLife.Actions.HelpAction.Helper
type: Property 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -256,14 +224,6 @@ items:
nameWithType: HelpAction.HelpAction(ActionInfo, bool, PersonLike) nameWithType: HelpAction.HelpAction(ActionInfo, bool, PersonLike)
fullName: TinyLife.Actions.HelpAction.HelpAction(TinyLife.Actions.ActionInfo, bool, TinyLife.Objects.PersonLike) fullName: TinyLife.Actions.HelpAction.HelpAction(TinyLife.Actions.ActionInfo, bool, TinyLife.Objects.PersonLike)
type: Constructor 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -293,14 +253,6 @@ items:
nameWithType: HelpAction.HelpAction(ActionType, ActionInfo, bool, PersonLike) nameWithType: HelpAction.HelpAction(ActionType, ActionInfo, bool, PersonLike)
fullName: TinyLife.Actions.HelpAction.HelpAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, bool, TinyLife.Objects.PersonLike) fullName: TinyLife.Actions.HelpAction.HelpAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, bool, TinyLife.Objects.PersonLike)
type: Constructor 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -332,14 +284,6 @@ items:
nameWithType: HelpAction.CreateHelpedAction(ActionInfo) nameWithType: HelpAction.CreateHelpedAction(ActionInfo)
fullName: TinyLife.Actions.HelpAction.CreateHelpedAction(TinyLife.Actions.ActionInfo) fullName: TinyLife.Actions.HelpAction.CreateHelpedAction(TinyLife.Actions.ActionInfo)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -370,14 +314,6 @@ items:
nameWithType: HelpAction.UpdateHelpedAction(Action, GameTime, TimeSpan, float) nameWithType: HelpAction.UpdateHelpedAction(Action, GameTime, TimeSpan, float)
fullName: TinyLife.Actions.HelpAction.UpdateHelpedAction(TinyLife.Actions.Action, Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) fullName: TinyLife.Actions.HelpAction.UpdateHelpedAction(TinyLife.Actions.Action, Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -414,14 +350,6 @@ items:
nameWithType: HelpAction.OnHelpedActionCompleted(Action, CompletionType) nameWithType: HelpAction.OnHelpedActionCompleted(Action, CompletionType)
fullName: TinyLife.Actions.HelpAction.OnHelpedActionCompleted(TinyLife.Actions.Action, TinyLife.Actions.CompletionType) fullName: TinyLife.Actions.HelpAction.OnHelpedActionCompleted(TinyLife.Actions.Action, TinyLife.Actions.CompletionType)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -449,14 +377,6 @@ items:
nameWithType: HelpAction.CanMultitask(Action) nameWithType: HelpAction.CanMultitask(Action)
fullName: TinyLife.Actions.HelpAction.CanMultitask(TinyLife.Actions.Action) fullName: TinyLife.Actions.HelpAction.CanMultitask(TinyLife.Actions.Action)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -492,14 +412,6 @@ items:
nameWithType: HelpAction.Validate(PersonLike) nameWithType: HelpAction.Validate(PersonLike)
fullName: TinyLife.Actions.HelpAction.Validate(TinyLife.Objects.PersonLike) fullName: TinyLife.Actions.HelpAction.Validate(TinyLife.Objects.PersonLike)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -533,14 +445,6 @@ items:
nameWithType: HelpAction.GetNextAction(CompletionType) nameWithType: HelpAction.GetNextAction(CompletionType)
fullName: TinyLife.Actions.HelpAction.GetNextAction(TinyLife.Actions.CompletionType) fullName: TinyLife.Actions.HelpAction.GetNextAction(TinyLife.Actions.CompletionType)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -574,14 +478,6 @@ items:
nameWithType: HelpAction.GetProgress() nameWithType: HelpAction.GetProgress()
fullName: TinyLife.Actions.HelpAction.GetProgress() fullName: TinyLife.Actions.HelpAction.GetProgress()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -611,14 +507,6 @@ items:
nameWithType: HelpAction.IsConversationCompleted() nameWithType: HelpAction.IsConversationCompleted()
fullName: TinyLife.Actions.HelpAction.IsConversationCompleted() fullName: TinyLife.Actions.HelpAction.IsConversationCompleted()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -648,14 +536,6 @@ items:
nameWithType: HelpAction.CreateFirstActions() nameWithType: HelpAction.CreateFirstActions()
fullName: TinyLife.Actions.HelpAction.CreateFirstActions() fullName: TinyLife.Actions.HelpAction.CreateFirstActions()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -687,14 +567,6 @@ items:
nameWithType: HelpAction.InitializeConversation() nameWithType: HelpAction.InitializeConversation()
fullName: TinyLife.Actions.HelpAction.InitializeConversation() fullName: TinyLife.Actions.HelpAction.InitializeConversation()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -719,14 +591,6 @@ items:
nameWithType: HelpAction.UpdateConversation(GameTime, TimeSpan, float) nameWithType: HelpAction.UpdateConversation(GameTime, TimeSpan, float)
fullName: TinyLife.Actions.HelpAction.UpdateConversation(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) fullName: TinyLife.Actions.HelpAction.UpdateConversation(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -766,14 +630,6 @@ items:
nameWithType: HelpAction.AndThenOnCompleted(CompletionType) nameWithType: HelpAction.AndThenOnCompleted(CompletionType)
fullName: TinyLife.Actions.HelpAction.AndThenOnCompleted(TinyLife.Actions.CompletionType) fullName: TinyLife.Actions.HelpAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -802,14 +658,6 @@ items:
nameWithType: HelpAction.OnChildCompleted(Action, CompletionType, bool) nameWithType: HelpAction.OnChildCompleted(Action, CompletionType, bool)
fullName: TinyLife.Actions.HelpAction.OnChildCompleted(TinyLife.Actions.Action, TinyLife.Actions.CompletionType, bool) fullName: TinyLife.Actions.HelpAction.OnChildCompleted(TinyLife.Actions.Action, TinyLife.Actions.CompletionType, bool)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -849,14 +697,6 @@ items:
nameWithType: HelpAction.CreateActions(string, ObjectCategory, Type, ActionType.CanExecuteDelegate, ActionType.CanExecuteDelegate, ActionType.AiSettings?, ActionType.AiSettings?) 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?) 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 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

View file

@ -19,14 +19,6 @@ items:
nameWithType: HoldingPersonAction nameWithType: HoldingPersonAction
fullName: TinyLife.Actions.HoldingPersonAction fullName: TinyLife.Actions.HoldingPersonAction
type: Class 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -157,14 +149,6 @@ items:
nameWithType: HoldingPersonAction.IsHoldingParty nameWithType: HoldingPersonAction.IsHoldingParty
fullName: TinyLife.Actions.HoldingPersonAction.IsHoldingParty fullName: TinyLife.Actions.HoldingPersonAction.IsHoldingParty
type: Property 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -188,14 +172,6 @@ items:
nameWithType: HoldingPersonAction.HoldingPersonAction(ActionInfo) nameWithType: HoldingPersonAction.HoldingPersonAction(ActionInfo)
fullName: TinyLife.Actions.HoldingPersonAction.HoldingPersonAction(TinyLife.Actions.ActionInfo) fullName: TinyLife.Actions.HoldingPersonAction.HoldingPersonAction(TinyLife.Actions.ActionInfo)
type: Constructor 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -223,14 +199,6 @@ items:
nameWithType: HoldingPersonAction.HoldingPersonAction(ActionType, ActionInfo) nameWithType: HoldingPersonAction.HoldingPersonAction(ActionType, ActionInfo)
fullName: TinyLife.Actions.HoldingPersonAction.HoldingPersonAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo) fullName: TinyLife.Actions.HoldingPersonAction.HoldingPersonAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo)
type: Constructor 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -261,14 +229,6 @@ items:
nameWithType: HoldingPersonAction.CreateFirstActions() nameWithType: HoldingPersonAction.CreateFirstActions()
fullName: TinyLife.Actions.HoldingPersonAction.CreateFirstActions() fullName: TinyLife.Actions.HoldingPersonAction.CreateFirstActions()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -300,14 +260,6 @@ items:
nameWithType: HoldingPersonAction.CreateLastActions() nameWithType: HoldingPersonAction.CreateLastActions()
fullName: TinyLife.Actions.HoldingPersonAction.CreateLastActions() fullName: TinyLife.Actions.HoldingPersonAction.CreateLastActions()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -339,14 +291,6 @@ items:
nameWithType: HoldingPersonAction.CanCancel(Action) nameWithType: HoldingPersonAction.CanCancel(Action)
fullName: TinyLife.Actions.HoldingPersonAction.CanCancel(TinyLife.Actions.Action) fullName: TinyLife.Actions.HoldingPersonAction.CanCancel(TinyLife.Actions.Action)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -380,14 +324,6 @@ items:
nameWithType: HoldingPersonAction.CanMultitask(Action) nameWithType: HoldingPersonAction.CanMultitask(Action)
fullName: TinyLife.Actions.HoldingPersonAction.CanMultitask(TinyLife.Actions.Action) fullName: TinyLife.Actions.HoldingPersonAction.CanMultitask(TinyLife.Actions.Action)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

View file

@ -16,14 +16,6 @@ items:
nameWithType: MultiAction.Stage nameWithType: MultiAction.Stage
fullName: TinyLife.Actions.MultiAction.Stage fullName: TinyLife.Actions.MultiAction.Stage
type: Enum 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -45,14 +37,6 @@ items:
nameWithType: MultiAction.Stage.First nameWithType: MultiAction.Stage.First
fullName: TinyLife.Actions.MultiAction.Stage.First fullName: TinyLife.Actions.MultiAction.Stage.First
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -73,14 +57,6 @@ items:
nameWithType: MultiAction.Stage.Main nameWithType: MultiAction.Stage.Main
fullName: TinyLife.Actions.MultiAction.Stage.Main fullName: TinyLife.Actions.MultiAction.Stage.Main
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -101,14 +77,6 @@ items:
nameWithType: MultiAction.Stage.Last nameWithType: MultiAction.Stage.Last
fullName: TinyLife.Actions.MultiAction.Stage.Last fullName: TinyLife.Actions.MultiAction.Stage.Last
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -129,14 +97,6 @@ items:
nameWithType: MultiAction.Stage.Done nameWithType: MultiAction.Stage.Done
fullName: TinyLife.Actions.MultiAction.Stage.Done fullName: TinyLife.Actions.MultiAction.Stage.Done
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

View file

@ -35,14 +35,6 @@ items:
nameWithType: MultiAction nameWithType: MultiAction
fullName: TinyLife.Actions.MultiAction fullName: TinyLife.Actions.MultiAction
type: Class 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -67,9 +59,9 @@ items:
- TinyLife.Actions.SellAction - TinyLife.Actions.SellAction
- TinyLife.Actions.SitAction - TinyLife.Actions.SitAction
- TinyLife.Actions.SocialAction - TinyLife.Actions.SocialAction
- TinyLife.Actions.StartTogetherAction
- TinyLife.Actions.StoreAction - TinyLife.Actions.StoreAction
- TinyLife.Actions.WatchTvAction - TinyLife.Actions.WatchTvAction
- TinyLife.StartTogetherAction
implements: implements:
- MLEM.Misc.IGenericDataHolder - MLEM.Misc.IGenericDataHolder
inheritedMembers: inheritedMembers:
@ -151,14 +143,6 @@ items:
nameWithType: MultiAction.Handler nameWithType: MultiAction.Handler
fullName: TinyLife.Actions.MultiAction.Handler fullName: TinyLife.Actions.MultiAction.Handler
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -190,14 +174,6 @@ items:
nameWithType: MultiAction.MainElapsedTime nameWithType: MultiAction.MainElapsedTime
fullName: TinyLife.Actions.MultiAction.MainElapsedTime fullName: TinyLife.Actions.MultiAction.MainElapsedTime
type: Property 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -231,14 +207,6 @@ items:
nameWithType: MultiAction.InProgressTime nameWithType: MultiAction.InProgressTime
fullName: TinyLife.Actions.MultiAction.InProgressTime fullName: TinyLife.Actions.MultiAction.InProgressTime
type: Property 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -269,14 +237,6 @@ items:
nameWithType: MultiAction.CurrentStage nameWithType: MultiAction.CurrentStage
fullName: TinyLife.Actions.MultiAction.CurrentStage fullName: TinyLife.Actions.MultiAction.CurrentStage
type: Property 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -310,14 +270,6 @@ items:
nameWithType: MultiAction.MultiAction(ActionInfo) nameWithType: MultiAction.MultiAction(ActionInfo)
fullName: TinyLife.Actions.MultiAction.MultiAction(TinyLife.Actions.ActionInfo) fullName: TinyLife.Actions.MultiAction.MultiAction(TinyLife.Actions.ActionInfo)
type: Constructor 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -345,14 +297,6 @@ items:
nameWithType: MultiAction.MultiAction(ActionType, ActionInfo) nameWithType: MultiAction.MultiAction(ActionType, ActionInfo)
fullName: TinyLife.Actions.MultiAction.MultiAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo) fullName: TinyLife.Actions.MultiAction.MultiAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo)
type: Constructor 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -383,14 +327,6 @@ items:
nameWithType: MultiAction.CreateFirstActions() nameWithType: MultiAction.CreateFirstActions()
fullName: TinyLife.Actions.MultiAction.CreateFirstActions() fullName: TinyLife.Actions.MultiAction.CreateFirstActions()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -421,14 +357,6 @@ items:
nameWithType: MultiAction.CreateLastActions() nameWithType: MultiAction.CreateLastActions()
fullName: TinyLife.Actions.MultiAction.CreateLastActions() fullName: TinyLife.Actions.MultiAction.CreateLastActions()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -459,14 +387,6 @@ items:
nameWithType: MultiAction.AndThenInitialize() nameWithType: MultiAction.AndThenInitialize()
fullName: TinyLife.Actions.MultiAction.AndThenInitialize() fullName: TinyLife.Actions.MultiAction.AndThenInitialize()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -490,14 +410,6 @@ items:
nameWithType: MultiAction.AndThenIsCompleted() nameWithType: MultiAction.AndThenIsCompleted()
fullName: TinyLife.Actions.MultiAction.AndThenIsCompleted() fullName: TinyLife.Actions.MultiAction.AndThenIsCompleted()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -524,14 +436,6 @@ items:
nameWithType: MultiAction.AndThenUpdate(GameTime, TimeSpan, float) nameWithType: MultiAction.AndThenUpdate(GameTime, TimeSpan, float)
fullName: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) fullName: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -570,14 +474,6 @@ items:
nameWithType: MultiAction.OnFirstUpdate(GameTime, TimeSpan, float) nameWithType: MultiAction.OnFirstUpdate(GameTime, TimeSpan, float)
fullName: TinyLife.Actions.MultiAction.OnFirstUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) fullName: TinyLife.Actions.MultiAction.OnFirstUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -611,14 +507,6 @@ items:
nameWithType: MultiAction.OnLastUpdate(GameTime, TimeSpan, float) nameWithType: MultiAction.OnLastUpdate(GameTime, TimeSpan, float)
fullName: TinyLife.Actions.MultiAction.OnLastUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) fullName: TinyLife.Actions.MultiAction.OnLastUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -652,14 +540,6 @@ items:
nameWithType: MultiAction.AndThenOnCompleted(CompletionType) nameWithType: MultiAction.AndThenOnCompleted(CompletionType)
fullName: TinyLife.Actions.MultiAction.AndThenOnCompleted(TinyLife.Actions.CompletionType) fullName: TinyLife.Actions.MultiAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -687,14 +567,6 @@ items:
nameWithType: MultiAction.PreInitialize() nameWithType: MultiAction.PreInitialize()
fullName: TinyLife.Actions.MultiAction.PreInitialize() fullName: TinyLife.Actions.MultiAction.PreInitialize()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -718,14 +590,6 @@ items:
nameWithType: MultiAction.PreCompleted(CompletionType) nameWithType: MultiAction.PreCompleted(CompletionType)
fullName: TinyLife.Actions.MultiAction.PreCompleted(TinyLife.Actions.CompletionType) fullName: TinyLife.Actions.MultiAction.PreCompleted(TinyLife.Actions.CompletionType)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -750,14 +614,6 @@ items:
nameWithType: MultiAction.Update(GameTime, TimeSpan, float) nameWithType: MultiAction.Update(GameTime, TimeSpan, float)
fullName: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) fullName: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -795,14 +651,6 @@ items:
nameWithType: MultiAction.Initialize() nameWithType: MultiAction.Initialize()
fullName: TinyLife.Actions.MultiAction.Initialize() fullName: TinyLife.Actions.MultiAction.Initialize()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -827,14 +675,6 @@ items:
nameWithType: MultiAction.IsCompleted() nameWithType: MultiAction.IsCompleted()
fullName: TinyLife.Actions.MultiAction.IsCompleted() fullName: TinyLife.Actions.MultiAction.IsCompleted()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -864,14 +704,6 @@ items:
nameWithType: MultiAction.OnCompleted(CompletionType) nameWithType: MultiAction.OnCompleted(CompletionType)
fullName: TinyLife.Actions.MultiAction.OnCompleted(TinyLife.Actions.CompletionType) fullName: TinyLife.Actions.MultiAction.OnCompleted(TinyLife.Actions.CompletionType)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -902,14 +734,6 @@ items:
nameWithType: MultiAction.Validate(PersonLike) nameWithType: MultiAction.Validate(PersonLike)
fullName: TinyLife.Actions.MultiAction.Validate(TinyLife.Objects.PersonLike) fullName: TinyLife.Actions.MultiAction.Validate(TinyLife.Objects.PersonLike)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -943,14 +767,6 @@ items:
nameWithType: MultiAction.CanCancel(Action) nameWithType: MultiAction.CanCancel(Action)
fullName: TinyLife.Actions.MultiAction.CanCancel(TinyLife.Actions.Action) fullName: TinyLife.Actions.MultiAction.CanCancel(TinyLife.Actions.Action)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -984,14 +800,6 @@ items:
nameWithType: MultiAction.CanStartNow() nameWithType: MultiAction.CanStartNow()
fullName: TinyLife.Actions.MultiAction.CanStartNow() fullName: TinyLife.Actions.MultiAction.CanStartNow()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

View file

@ -23,14 +23,6 @@ items:
nameWithType: OrderFromStaffAction nameWithType: OrderFromStaffAction
fullName: TinyLife.Actions.OrderFromStaffAction fullName: TinyLife.Actions.OrderFromStaffAction
type: Class 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -163,14 +155,6 @@ items:
nameWithType: OrderFromStaffAction.ImportantObject nameWithType: OrderFromStaffAction.ImportantObject
fullName: TinyLife.Actions.OrderFromStaffAction.ImportantObject fullName: TinyLife.Actions.OrderFromStaffAction.ImportantObject
type: Property 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -194,14 +178,6 @@ items:
nameWithType: OrderFromStaffAction.PickUpOrderAction nameWithType: OrderFromStaffAction.PickUpOrderAction
fullName: TinyLife.Actions.OrderFromStaffAction.PickUpOrderAction fullName: TinyLife.Actions.OrderFromStaffAction.PickUpOrderAction
type: Property 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -228,14 +204,6 @@ items:
nameWithType: OrderFromStaffAction.MaxDistanceFromObject nameWithType: OrderFromStaffAction.MaxDistanceFromObject
fullName: TinyLife.Actions.OrderFromStaffAction.MaxDistanceFromObject fullName: TinyLife.Actions.OrderFromStaffAction.MaxDistanceFromObject
type: Property 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -259,14 +227,6 @@ items:
nameWithType: OrderFromStaffAction.OrderFromStaffAction(ActionType, ActionInfo) nameWithType: OrderFromStaffAction.OrderFromStaffAction(ActionType, ActionInfo)
fullName: TinyLife.Actions.OrderFromStaffAction.OrderFromStaffAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo) fullName: TinyLife.Actions.OrderFromStaffAction.OrderFromStaffAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo)
type: Constructor 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -297,14 +257,6 @@ items:
nameWithType: OrderFromStaffAction.OrderFromStaffAction(ActionInfo) nameWithType: OrderFromStaffAction.OrderFromStaffAction(ActionInfo)
fullName: TinyLife.Actions.OrderFromStaffAction.OrderFromStaffAction(TinyLife.Actions.ActionInfo) fullName: TinyLife.Actions.OrderFromStaffAction.OrderFromStaffAction(TinyLife.Actions.ActionInfo)
type: Constructor 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -332,14 +284,6 @@ items:
nameWithType: OrderFromStaffAction.CreatePrepareAction(ActionInfo) nameWithType: OrderFromStaffAction.CreatePrepareAction(ActionInfo)
fullName: TinyLife.Actions.OrderFromStaffAction.CreatePrepareAction(TinyLife.Actions.ActionInfo) fullName: TinyLife.Actions.OrderFromStaffAction.CreatePrepareAction(TinyLife.Actions.ActionInfo)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -367,14 +311,6 @@ items:
nameWithType: OrderFromStaffAction.CreateFirstActions() nameWithType: OrderFromStaffAction.CreateFirstActions()
fullName: TinyLife.Actions.OrderFromStaffAction.CreateFirstActions() fullName: TinyLife.Actions.OrderFromStaffAction.CreateFirstActions()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -406,14 +342,6 @@ items:
nameWithType: OrderFromStaffAction.UpdateConversation(GameTime, TimeSpan, float) nameWithType: OrderFromStaffAction.UpdateConversation(GameTime, TimeSpan, float)
fullName: TinyLife.Actions.OrderFromStaffAction.UpdateConversation(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) fullName: TinyLife.Actions.OrderFromStaffAction.UpdateConversation(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -453,14 +381,6 @@ items:
nameWithType: OrderFromStaffAction.IsConversationCompleted() nameWithType: OrderFromStaffAction.IsConversationCompleted()
fullName: TinyLife.Actions.OrderFromStaffAction.IsConversationCompleted() fullName: TinyLife.Actions.OrderFromStaffAction.IsConversationCompleted()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -490,14 +410,6 @@ items:
nameWithType: OrderFromStaffAction.CanMultitask(Action) nameWithType: OrderFromStaffAction.CanMultitask(Action)
fullName: TinyLife.Actions.OrderFromStaffAction.CanMultitask(TinyLife.Actions.Action) fullName: TinyLife.Actions.OrderFromStaffAction.CanMultitask(TinyLife.Actions.Action)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -533,14 +445,6 @@ items:
nameWithType: OrderFromStaffAction.GetNextAction(CompletionType) nameWithType: OrderFromStaffAction.GetNextAction(CompletionType)
fullName: TinyLife.Actions.OrderFromStaffAction.GetNextAction(TinyLife.Actions.CompletionType) fullName: TinyLife.Actions.OrderFromStaffAction.GetNextAction(TinyLife.Actions.CompletionType)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

View file

@ -21,14 +21,6 @@ items:
nameWithType: OutOfTownAction nameWithType: OutOfTownAction
fullName: TinyLife.Actions.OutOfTownAction fullName: TinyLife.Actions.OutOfTownAction
type: Class 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -143,14 +135,6 @@ items:
nameWithType: OutOfTownAction.NeedsToTakeCareOf nameWithType: OutOfTownAction.NeedsToTakeCareOf
fullName: TinyLife.Actions.OutOfTownAction.NeedsToTakeCareOf fullName: TinyLife.Actions.OutOfTownAction.NeedsToTakeCareOf
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -177,14 +161,6 @@ items:
nameWithType: OutOfTownAction.OutOfTownAction(ActionType, ActionInfo, bool, bool, params NeedType[]) 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[]) fullName: TinyLife.Actions.OutOfTownAction.OutOfTownAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, bool, bool, params TinyLife.NeedType[])
type: Constructor 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -227,14 +203,6 @@ items:
nameWithType: OutOfTownAction.OutOfTownAction(ActionInfo, bool, bool, params NeedType[]) nameWithType: OutOfTownAction.OutOfTownAction(ActionInfo, bool, bool, params NeedType[])
fullName: TinyLife.Actions.OutOfTownAction.OutOfTownAction(TinyLife.Actions.ActionInfo, bool, bool, params TinyLife.NeedType[]) fullName: TinyLife.Actions.OutOfTownAction.OutOfTownAction(TinyLife.Actions.ActionInfo, bool, bool, params TinyLife.NeedType[])
type: Constructor 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -274,14 +242,6 @@ items:
nameWithType: OutOfTownAction.CreateFirstActions() nameWithType: OutOfTownAction.CreateFirstActions()
fullName: TinyLife.Actions.OutOfTownAction.CreateFirstActions() fullName: TinyLife.Actions.OutOfTownAction.CreateFirstActions()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -313,14 +273,6 @@ items:
nameWithType: OutOfTownAction.AndThenInitialize() nameWithType: OutOfTownAction.AndThenInitialize()
fullName: TinyLife.Actions.OutOfTownAction.AndThenInitialize() fullName: TinyLife.Actions.OutOfTownAction.AndThenInitialize()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -345,14 +297,6 @@ items:
nameWithType: OutOfTownAction.AndThenUpdate(GameTime, TimeSpan, float) nameWithType: OutOfTownAction.AndThenUpdate(GameTime, TimeSpan, float)
fullName: TinyLife.Actions.OutOfTownAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) fullName: TinyLife.Actions.OutOfTownAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -392,14 +336,6 @@ items:
nameWithType: OutOfTownAction.GetNextAction(CompletionType) nameWithType: OutOfTownAction.GetNextAction(CompletionType)
fullName: TinyLife.Actions.OutOfTownAction.GetNextAction(TinyLife.Actions.CompletionType) fullName: TinyLife.Actions.OutOfTownAction.GetNextAction(TinyLife.Actions.CompletionType)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -433,14 +369,6 @@ items:
nameWithType: OutOfTownAction.CanEnqueueConversation(PersonLike, ActionType) nameWithType: OutOfTownAction.CanEnqueueConversation(PersonLike, ActionType)
fullName: TinyLife.Actions.OutOfTownAction.CanEnqueueConversation(TinyLife.Objects.PersonLike, TinyLife.Actions.ActionType) fullName: TinyLife.Actions.OutOfTownAction.CanEnqueueConversation(TinyLife.Objects.PersonLike, TinyLife.Actions.ActionType)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -477,14 +405,6 @@ items:
nameWithType: OutOfTownAction.CausesExtremelyFastSpeed() nameWithType: OutOfTownAction.CausesExtremelyFastSpeed()
fullName: TinyLife.Actions.OutOfTownAction.CausesExtremelyFastSpeed() fullName: TinyLife.Actions.OutOfTownAction.CausesExtremelyFastSpeed()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

View file

@ -25,14 +25,6 @@ items:
nameWithType: PathfindAction nameWithType: PathfindAction
fullName: TinyLife.Actions.PathfindAction fullName: TinyLife.Actions.PathfindAction
type: Class 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -135,14 +127,6 @@ items:
nameWithType: PathfindAction.SpeedMultiplier nameWithType: PathfindAction.SpeedMultiplier
fullName: TinyLife.Actions.PathfindAction.SpeedMultiplier fullName: TinyLife.Actions.PathfindAction.SpeedMultiplier
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -177,14 +161,6 @@ items:
nameWithType: PathfindAction.Path nameWithType: PathfindAction.Path
fullName: TinyLife.Actions.PathfindAction.Path fullName: TinyLife.Actions.PathfindAction.Path
type: Property 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -211,14 +187,6 @@ items:
nameWithType: PathfindAction.PathReady nameWithType: PathfindAction.PathReady
fullName: TinyLife.Actions.PathfindAction.PathReady fullName: TinyLife.Actions.PathfindAction.PathReady
type: Property 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -242,14 +210,6 @@ items:
nameWithType: PathfindAction.PathfindAction(ActionType, ActionInfo) nameWithType: PathfindAction.PathfindAction(ActionType, ActionInfo)
fullName: TinyLife.Actions.PathfindAction.PathfindAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo) fullName: TinyLife.Actions.PathfindAction.PathfindAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo)
type: Constructor 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -280,14 +240,6 @@ items:
nameWithType: PathfindAction.PathfindAction(ActionInfo) nameWithType: PathfindAction.PathfindAction(ActionInfo)
fullName: TinyLife.Actions.PathfindAction.PathfindAction(TinyLife.Actions.ActionInfo) fullName: TinyLife.Actions.PathfindAction.PathfindAction(TinyLife.Actions.ActionInfo)
type: Constructor 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -315,14 +267,6 @@ items:
nameWithType: PathfindAction.FindPath(ICollection<(Point Pos, int Floor)>) nameWithType: PathfindAction.FindPath(ICollection<(Point Pos, int Floor)>)
fullName: TinyLife.Actions.PathfindAction.FindPath(System.Collections.Generic.ICollection<(Microsoft.Xna.Framework.Point Pos, int Floor)>) fullName: TinyLife.Actions.PathfindAction.FindPath(System.Collections.Generic.ICollection<(Microsoft.Xna.Framework.Point Pos, int Floor)>)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -353,14 +297,6 @@ items:
nameWithType: PathfindAction.GetSpeed() nameWithType: PathfindAction.GetSpeed()
fullName: TinyLife.Actions.PathfindAction.GetSpeed() fullName: TinyLife.Actions.PathfindAction.GetSpeed()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -384,14 +320,6 @@ items:
nameWithType: PathfindAction.OnPathReady() nameWithType: PathfindAction.OnPathReady()
fullName: TinyLife.Actions.PathfindAction.OnPathReady() fullName: TinyLife.Actions.PathfindAction.OnPathReady()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -415,14 +343,6 @@ items:
nameWithType: PathfindAction.Initialize() nameWithType: PathfindAction.Initialize()
fullName: TinyLife.Actions.PathfindAction.Initialize() fullName: TinyLife.Actions.PathfindAction.Initialize()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -447,14 +367,6 @@ items:
nameWithType: PathfindAction.Update(GameTime, TimeSpan, float) nameWithType: PathfindAction.Update(GameTime, TimeSpan, float)
fullName: TinyLife.Actions.PathfindAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) fullName: TinyLife.Actions.PathfindAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -492,14 +404,6 @@ items:
nameWithType: PathfindAction.IsCompleted() nameWithType: PathfindAction.IsCompleted()
fullName: TinyLife.Actions.PathfindAction.IsCompleted() fullName: TinyLife.Actions.PathfindAction.IsCompleted()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -529,14 +433,6 @@ items:
nameWithType: PathfindAction.OnCompleted(CompletionType) nameWithType: PathfindAction.OnCompleted(CompletionType)
fullName: TinyLife.Actions.PathfindAction.OnCompleted(TinyLife.Actions.CompletionType) fullName: TinyLife.Actions.PathfindAction.OnCompleted(TinyLife.Actions.CompletionType)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -567,14 +463,6 @@ items:
nameWithType: PathfindAction.Validate(PersonLike) nameWithType: PathfindAction.Validate(PersonLike)
fullName: TinyLife.Actions.PathfindAction.Validate(TinyLife.Objects.PersonLike) fullName: TinyLife.Actions.PathfindAction.Validate(TinyLife.Objects.PersonLike)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

View file

@ -22,14 +22,6 @@ items:
nameWithType: PathfindToPersonAction nameWithType: PathfindToPersonAction
fullName: TinyLife.Actions.PathfindToPersonAction fullName: TinyLife.Actions.PathfindToPersonAction
type: Class 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -130,14 +122,6 @@ items:
nameWithType: PathfindToPersonAction.WalkSpeedMultiplier nameWithType: PathfindToPersonAction.WalkSpeedMultiplier
fullName: TinyLife.Actions.PathfindToPersonAction.WalkSpeedMultiplier fullName: TinyLife.Actions.PathfindToPersonAction.WalkSpeedMultiplier
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -172,14 +156,6 @@ items:
nameWithType: PathfindToPersonAction.DriveSpeedMultiplier nameWithType: PathfindToPersonAction.DriveSpeedMultiplier
fullName: TinyLife.Actions.PathfindToPersonAction.DriveSpeedMultiplier fullName: TinyLife.Actions.PathfindToPersonAction.DriveSpeedMultiplier
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -214,14 +190,6 @@ items:
nameWithType: PathfindToPersonAction.Target nameWithType: PathfindToPersonAction.Target
fullName: TinyLife.Actions.PathfindToPersonAction.Target fullName: TinyLife.Actions.PathfindToPersonAction.Target
type: Property 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -245,14 +213,6 @@ items:
nameWithType: PathfindToPersonAction.PathfindToPersonAction(ActionType, ActionInfo) nameWithType: PathfindToPersonAction.PathfindToPersonAction(ActionType, ActionInfo)
fullName: TinyLife.Actions.PathfindToPersonAction.PathfindToPersonAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo) fullName: TinyLife.Actions.PathfindToPersonAction.PathfindToPersonAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo)
type: Constructor 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -283,14 +243,6 @@ items:
nameWithType: PathfindToPersonAction.PathfindToPersonAction(ActionInfo) nameWithType: PathfindToPersonAction.PathfindToPersonAction(ActionInfo)
fullName: TinyLife.Actions.PathfindToPersonAction.PathfindToPersonAction(TinyLife.Actions.ActionInfo) fullName: TinyLife.Actions.PathfindToPersonAction.PathfindToPersonAction(TinyLife.Actions.ActionInfo)
type: Constructor 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -328,14 +280,6 @@ items:
nameWithType: PathfindToPersonAction.GetMaxPathfindTime() nameWithType: PathfindToPersonAction.GetMaxPathfindTime()
fullName: TinyLife.Actions.PathfindToPersonAction.GetMaxPathfindTime() fullName: TinyLife.Actions.PathfindToPersonAction.GetMaxPathfindTime()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -362,14 +306,6 @@ items:
nameWithType: PathfindToPersonAction.Update(GameTime, TimeSpan, float) nameWithType: PathfindToPersonAction.Update(GameTime, TimeSpan, float)
fullName: TinyLife.Actions.PathfindToPersonAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) fullName: TinyLife.Actions.PathfindToPersonAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -407,14 +343,6 @@ items:
nameWithType: PathfindToPersonAction.Validate(PersonLike) nameWithType: PathfindToPersonAction.Validate(PersonLike)
fullName: TinyLife.Actions.PathfindToPersonAction.Validate(TinyLife.Objects.PersonLike) fullName: TinyLife.Actions.PathfindToPersonAction.Validate(TinyLife.Objects.PersonLike)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -448,14 +376,6 @@ items:
nameWithType: PathfindToPersonAction.IsCompleted() nameWithType: PathfindToPersonAction.IsCompleted()
fullName: TinyLife.Actions.PathfindToPersonAction.IsCompleted() fullName: TinyLife.Actions.PathfindToPersonAction.IsCompleted()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -485,14 +405,6 @@ items:
nameWithType: PathfindToPersonAction.OnCompleted(CompletionType) nameWithType: PathfindToPersonAction.OnCompleted(CompletionType)
fullName: TinyLife.Actions.PathfindToPersonAction.OnCompleted(TinyLife.Actions.CompletionType) fullName: TinyLife.Actions.PathfindToPersonAction.OnCompleted(TinyLife.Actions.CompletionType)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

View file

@ -16,14 +16,6 @@ items:
nameWithType: PutAwayAction nameWithType: PutAwayAction
fullName: TinyLife.Actions.PutAwayAction fullName: TinyLife.Actions.PutAwayAction
type: Class 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -139,14 +131,6 @@ items:
nameWithType: PutAwayAction.Items nameWithType: PutAwayAction.Items
fullName: TinyLife.Actions.PutAwayAction.Items fullName: TinyLife.Actions.PutAwayAction.Items
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -173,14 +157,6 @@ items:
nameWithType: PutAwayAction.CreateFirstActions() nameWithType: PutAwayAction.CreateFirstActions()
fullName: TinyLife.Actions.PutAwayAction.CreateFirstActions() fullName: TinyLife.Actions.PutAwayAction.CreateFirstActions()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -212,14 +188,6 @@ items:
nameWithType: PutAwayAction.AndThenInitialize() nameWithType: PutAwayAction.AndThenInitialize()
fullName: TinyLife.Actions.PutAwayAction.AndThenInitialize() fullName: TinyLife.Actions.PutAwayAction.AndThenInitialize()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -244,14 +212,6 @@ items:
nameWithType: PutAwayAction.AndThenIsCompleted() nameWithType: PutAwayAction.AndThenIsCompleted()
fullName: TinyLife.Actions.PutAwayAction.AndThenIsCompleted() fullName: TinyLife.Actions.PutAwayAction.AndThenIsCompleted()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

View file

@ -17,14 +17,6 @@ items:
nameWithType: SellAction nameWithType: SellAction
fullName: TinyLife.Actions.SellAction fullName: TinyLife.Actions.SellAction
type: Class 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -140,14 +132,6 @@ items:
nameWithType: SellAction.Items nameWithType: SellAction.Items
fullName: TinyLife.Actions.SellAction.Items fullName: TinyLife.Actions.SellAction.Items
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -174,14 +158,6 @@ items:
nameWithType: SellAction.CreateFirstActions() nameWithType: SellAction.CreateFirstActions()
fullName: TinyLife.Actions.SellAction.CreateFirstActions() fullName: TinyLife.Actions.SellAction.CreateFirstActions()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -213,14 +189,6 @@ items:
nameWithType: SellAction.AndThenInitialize() nameWithType: SellAction.AndThenInitialize()
fullName: TinyLife.Actions.SellAction.AndThenInitialize() fullName: TinyLife.Actions.SellAction.AndThenInitialize()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -245,14 +213,6 @@ items:
nameWithType: SellAction.AndThenIsCompleted() nameWithType: SellAction.AndThenIsCompleted()
fullName: TinyLife.Actions.SellAction.AndThenIsCompleted() fullName: TinyLife.Actions.SellAction.AndThenIsCompleted()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -280,14 +240,6 @@ items:
nameWithType: SellAction.GetSoldObject<T>(ActionInfo) nameWithType: SellAction.GetSoldObject<T>(ActionInfo)
fullName: TinyLife.Actions.SellAction.GetSoldObject<T>(TinyLife.Actions.ActionInfo) fullName: TinyLife.Actions.SellAction.GetSoldObject<T>(TinyLife.Actions.ActionInfo)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

View file

@ -22,14 +22,6 @@ items:
nameWithType: SimpleBehaviorAction.ActionSettings nameWithType: SimpleBehaviorAction.ActionSettings
fullName: TinyLife.Actions.SimpleBehaviorAction.ActionSettings fullName: TinyLife.Actions.SimpleBehaviorAction.ActionSettings
type: Struct 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -58,14 +50,6 @@ items:
nameWithType: SimpleBehaviorAction.ActionSettings.Settings nameWithType: SimpleBehaviorAction.ActionSettings.Settings
fullName: TinyLife.Actions.SimpleBehaviorAction.ActionSettings.Settings fullName: TinyLife.Actions.SimpleBehaviorAction.ActionSettings.Settings
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -90,14 +74,6 @@ items:
nameWithType: SimpleBehaviorAction.ActionSettings.ConstructBehavior nameWithType: SimpleBehaviorAction.ActionSettings.ConstructBehavior
fullName: TinyLife.Actions.SimpleBehaviorAction.ActionSettings.ConstructBehavior fullName: TinyLife.Actions.SimpleBehaviorAction.ActionSettings.ConstructBehavior
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -119,14 +95,6 @@ items:
nameWithType: SimpleBehaviorAction.ActionSettings.CompletionTime nameWithType: SimpleBehaviorAction.ActionSettings.CompletionTime
fullName: TinyLife.Actions.SimpleBehaviorAction.ActionSettings.CompletionTime fullName: TinyLife.Actions.SimpleBehaviorAction.ActionSettings.CompletionTime
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -148,14 +116,6 @@ items:
nameWithType: SimpleBehaviorAction.ActionSettings.GainedSkill nameWithType: SimpleBehaviorAction.ActionSettings.GainedSkill
fullName: TinyLife.Actions.SimpleBehaviorAction.ActionSettings.GainedSkill fullName: TinyLife.Actions.SimpleBehaviorAction.ActionSettings.GainedSkill
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -177,14 +137,6 @@ items:
nameWithType: SimpleBehaviorAction.ActionSettings.RestoredNeeds nameWithType: SimpleBehaviorAction.ActionSettings.RestoredNeeds
fullName: TinyLife.Actions.SimpleBehaviorAction.ActionSettings.RestoredNeeds fullName: TinyLife.Actions.SimpleBehaviorAction.ActionSettings.RestoredNeeds
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -206,14 +158,6 @@ items:
nameWithType: SimpleBehaviorAction.ActionSettings.EfficiencyMattersCompletion nameWithType: SimpleBehaviorAction.ActionSettings.EfficiencyMattersCompletion
fullName: TinyLife.Actions.SimpleBehaviorAction.ActionSettings.EfficiencyMattersCompletion fullName: TinyLife.Actions.SimpleBehaviorAction.ActionSettings.EfficiencyMattersCompletion
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -235,14 +179,6 @@ items:
nameWithType: SimpleBehaviorAction.ActionSettings.DisallowedEmotions nameWithType: SimpleBehaviorAction.ActionSettings.DisallowedEmotions
fullName: TinyLife.Actions.SimpleBehaviorAction.ActionSettings.DisallowedEmotions fullName: TinyLife.Actions.SimpleBehaviorAction.ActionSettings.DisallowedEmotions
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -264,14 +200,6 @@ items:
nameWithType: SimpleBehaviorAction.ActionSettings.OnCompleted nameWithType: SimpleBehaviorAction.ActionSettings.OnCompleted
fullName: TinyLife.Actions.SimpleBehaviorAction.ActionSettings.OnCompleted fullName: TinyLife.Actions.SimpleBehaviorAction.ActionSettings.OnCompleted
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -293,14 +221,6 @@ items:
nameWithType: SimpleBehaviorAction.ActionSettings.AllowMultitasking nameWithType: SimpleBehaviorAction.ActionSettings.AllowMultitasking
fullName: TinyLife.Actions.SimpleBehaviorAction.ActionSettings.AllowMultitasking fullName: TinyLife.Actions.SimpleBehaviorAction.ActionSettings.AllowMultitasking
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -324,14 +244,6 @@ items:
nameWithType: SimpleBehaviorAction.ActionSettings.ActionSettings(string, ObjectCategory) nameWithType: SimpleBehaviorAction.ActionSettings.ActionSettings(string, ObjectCategory)
fullName: TinyLife.Actions.SimpleBehaviorAction.ActionSettings.ActionSettings(string, TinyLife.Objects.ObjectCategory) fullName: TinyLife.Actions.SimpleBehaviorAction.ActionSettings.ActionSettings(string, TinyLife.Objects.ObjectCategory)
type: Constructor 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

View file

@ -19,14 +19,6 @@ items:
nameWithType: SimpleBehaviorAction nameWithType: SimpleBehaviorAction
fullName: TinyLife.Actions.SimpleBehaviorAction fullName: TinyLife.Actions.SimpleBehaviorAction
type: Class 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -141,14 +133,6 @@ items:
nameWithType: SimpleBehaviorAction.Settings nameWithType: SimpleBehaviorAction.Settings
fullName: TinyLife.Actions.SimpleBehaviorAction.Settings fullName: TinyLife.Actions.SimpleBehaviorAction.Settings
type: Property 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -172,14 +156,6 @@ items:
nameWithType: SimpleBehaviorAction.SimpleBehaviorAction(ActionType, ActionInfo) nameWithType: SimpleBehaviorAction.SimpleBehaviorAction(ActionType, ActionInfo)
fullName: TinyLife.Actions.SimpleBehaviorAction.SimpleBehaviorAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo) fullName: TinyLife.Actions.SimpleBehaviorAction.SimpleBehaviorAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo)
type: Constructor 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -207,14 +183,6 @@ items:
nameWithType: SimpleBehaviorAction.CanMultitask(Action) nameWithType: SimpleBehaviorAction.CanMultitask(Action)
fullName: TinyLife.Actions.SimpleBehaviorAction.CanMultitask(TinyLife.Actions.Action) fullName: TinyLife.Actions.SimpleBehaviorAction.CanMultitask(TinyLife.Actions.Action)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -250,14 +218,6 @@ items:
nameWithType: SimpleBehaviorAction.AndThenUpdate(GameTime, TimeSpan, float) nameWithType: SimpleBehaviorAction.AndThenUpdate(GameTime, TimeSpan, float)
fullName: TinyLife.Actions.SimpleBehaviorAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) fullName: TinyLife.Actions.SimpleBehaviorAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -297,14 +257,6 @@ items:
nameWithType: SimpleBehaviorAction.AndThenIsCompleted() nameWithType: SimpleBehaviorAction.AndThenIsCompleted()
fullName: TinyLife.Actions.SimpleBehaviorAction.AndThenIsCompleted() fullName: TinyLife.Actions.SimpleBehaviorAction.AndThenIsCompleted()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -332,14 +284,6 @@ items:
nameWithType: SimpleBehaviorAction.AndThenOnCompleted(CompletionType) nameWithType: SimpleBehaviorAction.AndThenOnCompleted(CompletionType)
fullName: TinyLife.Actions.SimpleBehaviorAction.AndThenOnCompleted(TinyLife.Actions.CompletionType) fullName: TinyLife.Actions.SimpleBehaviorAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -368,14 +312,6 @@ items:
nameWithType: SimpleBehaviorAction.Create(SimpleBehaviorAction.ActionSettings) nameWithType: SimpleBehaviorAction.Create(SimpleBehaviorAction.ActionSettings)
fullName: TinyLife.Actions.SimpleBehaviorAction.Create(TinyLife.Actions.SimpleBehaviorAction.ActionSettings) fullName: TinyLife.Actions.SimpleBehaviorAction.Create(TinyLife.Actions.SimpleBehaviorAction.ActionSettings)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

View file

@ -17,14 +17,6 @@ items:
nameWithType: SitAction nameWithType: SitAction
fullName: TinyLife.Actions.SitAction fullName: TinyLife.Actions.SitAction
type: Class 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -141,14 +133,6 @@ items:
nameWithType: SitAction.SitAction(ActionType, ActionInfo) nameWithType: SitAction.SitAction(ActionType, ActionInfo)
fullName: TinyLife.Actions.SitAction.SitAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo) fullName: TinyLife.Actions.SitAction.SitAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo)
type: Constructor 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -179,14 +163,6 @@ items:
nameWithType: SitAction.CreateFirstActions() nameWithType: SitAction.CreateFirstActions()
fullName: TinyLife.Actions.SitAction.CreateFirstActions() fullName: TinyLife.Actions.SitAction.CreateFirstActions()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -218,14 +194,6 @@ items:
nameWithType: SitAction.AndThenUpdate(GameTime, TimeSpan, float) nameWithType: SitAction.AndThenUpdate(GameTime, TimeSpan, float)
fullName: TinyLife.Actions.SitAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) fullName: TinyLife.Actions.SitAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -265,14 +233,6 @@ items:
nameWithType: SitAction.AndThenIsCompleted() nameWithType: SitAction.AndThenIsCompleted()
fullName: TinyLife.Actions.SitAction.AndThenIsCompleted() fullName: TinyLife.Actions.SitAction.AndThenIsCompleted()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -300,14 +260,6 @@ items:
nameWithType: SitAction.CanMultitask(Action) nameWithType: SitAction.CanMultitask(Action)
fullName: TinyLife.Actions.SitAction.CanMultitask(TinyLife.Actions.Action) fullName: TinyLife.Actions.SitAction.CanMultitask(TinyLife.Actions.Action)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

View file

@ -15,14 +15,6 @@ items:
nameWithType: SocialAction.StartPartnerAction nameWithType: SocialAction.StartPartnerAction
fullName: TinyLife.Actions.SocialAction.StartPartnerAction fullName: TinyLife.Actions.SocialAction.StartPartnerAction
type: Class 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -131,14 +123,6 @@ items:
nameWithType: SocialAction.StartPartnerAction.StartPartnerAction(ActionInfo) nameWithType: SocialAction.StartPartnerAction.StartPartnerAction(ActionInfo)
fullName: TinyLife.Actions.SocialAction.StartPartnerAction.StartPartnerAction(TinyLife.Actions.ActionInfo) fullName: TinyLife.Actions.SocialAction.StartPartnerAction.StartPartnerAction(TinyLife.Actions.ActionInfo)
type: Constructor 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -166,14 +150,6 @@ items:
nameWithType: SocialAction.StartPartnerAction.Initialize() nameWithType: SocialAction.StartPartnerAction.Initialize()
fullName: TinyLife.Actions.SocialAction.StartPartnerAction.Initialize() fullName: TinyLife.Actions.SocialAction.StartPartnerAction.Initialize()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -198,14 +174,6 @@ items:
nameWithType: SocialAction.StartPartnerAction.IsCompleted() nameWithType: SocialAction.StartPartnerAction.IsCompleted()
fullName: TinyLife.Actions.SocialAction.StartPartnerAction.IsCompleted() fullName: TinyLife.Actions.SocialAction.StartPartnerAction.IsCompleted()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

View file

@ -43,14 +43,6 @@ items:
nameWithType: SocialAction nameWithType: SocialAction
fullName: TinyLife.Actions.SocialAction fullName: TinyLife.Actions.SocialAction
type: Class 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -165,14 +157,6 @@ items:
nameWithType: SocialAction.IsMain nameWithType: SocialAction.IsMain
fullName: TinyLife.Actions.SocialAction.IsMain fullName: TinyLife.Actions.SocialAction.IsMain
type: Property 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -209,14 +193,6 @@ items:
nameWithType: SocialAction.Partner nameWithType: SocialAction.Partner
fullName: TinyLife.Actions.SocialAction.Partner fullName: TinyLife.Actions.SocialAction.Partner
type: Property 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -240,14 +216,6 @@ items:
nameWithType: SocialAction.PartnerAction nameWithType: SocialAction.PartnerAction
fullName: TinyLife.Actions.SocialAction.PartnerAction fullName: TinyLife.Actions.SocialAction.PartnerAction
type: Property 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -271,14 +239,6 @@ items:
nameWithType: SocialAction.MainAction nameWithType: SocialAction.MainAction
fullName: TinyLife.Actions.SocialAction.MainAction fullName: TinyLife.Actions.SocialAction.MainAction
type: Property 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -302,14 +262,6 @@ items:
nameWithType: SocialAction.ConversationTime nameWithType: SocialAction.ConversationTime
fullName: TinyLife.Actions.SocialAction.ConversationTime fullName: TinyLife.Actions.SocialAction.ConversationTime
type: Property 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -346,14 +298,6 @@ items:
nameWithType: SocialAction.InProgressTime nameWithType: SocialAction.InProgressTime
fullName: TinyLife.Actions.SocialAction.InProgressTime fullName: TinyLife.Actions.SocialAction.InProgressTime
type: Property 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -384,14 +328,6 @@ items:
nameWithType: SocialAction.SocialAction(ActionInfo) nameWithType: SocialAction.SocialAction(ActionInfo)
fullName: TinyLife.Actions.SocialAction.SocialAction(TinyLife.Actions.ActionInfo) fullName: TinyLife.Actions.SocialAction.SocialAction(TinyLife.Actions.ActionInfo)
type: Constructor 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -419,14 +355,6 @@ items:
nameWithType: SocialAction.SocialAction(ActionType, ActionInfo) nameWithType: SocialAction.SocialAction(ActionType, ActionInfo)
fullName: TinyLife.Actions.SocialAction.SocialAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo) fullName: TinyLife.Actions.SocialAction.SocialAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo)
type: Constructor 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -457,14 +385,6 @@ items:
nameWithType: SocialAction.IsConversationCompleted() nameWithType: SocialAction.IsConversationCompleted()
fullName: TinyLife.Actions.SocialAction.IsConversationCompleted() fullName: TinyLife.Actions.SocialAction.IsConversationCompleted()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -493,14 +413,6 @@ items:
nameWithType: SocialAction.CreateFirstActions() nameWithType: SocialAction.CreateFirstActions()
fullName: TinyLife.Actions.SocialAction.CreateFirstActions() fullName: TinyLife.Actions.SocialAction.CreateFirstActions()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -532,14 +444,6 @@ items:
nameWithType: SocialAction.InitializeConversation() nameWithType: SocialAction.InitializeConversation()
fullName: TinyLife.Actions.SocialAction.InitializeConversation() fullName: TinyLife.Actions.SocialAction.InitializeConversation()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -563,14 +467,6 @@ items:
nameWithType: SocialAction.UpdateConversation(GameTime, TimeSpan, float) nameWithType: SocialAction.UpdateConversation(GameTime, TimeSpan, float)
fullName: TinyLife.Actions.SocialAction.UpdateConversation(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) fullName: TinyLife.Actions.SocialAction.UpdateConversation(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -609,14 +505,6 @@ items:
nameWithType: SocialAction.AndThenUpdateBoth(GameTime, TimeSpan, float) nameWithType: SocialAction.AndThenUpdateBoth(GameTime, TimeSpan, float)
fullName: TinyLife.Actions.SocialAction.AndThenUpdateBoth(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) fullName: TinyLife.Actions.SocialAction.AndThenUpdateBoth(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -655,14 +543,6 @@ items:
nameWithType: SocialAction.GetMaxWaitTime() nameWithType: SocialAction.GetMaxWaitTime()
fullName: TinyLife.Actions.SocialAction.GetMaxWaitTime() fullName: TinyLife.Actions.SocialAction.GetMaxWaitTime()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -689,14 +569,6 @@ items:
nameWithType: SocialAction.EnqueuePartnerAction(ActionInfo) nameWithType: SocialAction.EnqueuePartnerAction(ActionInfo)
fullName: TinyLife.Actions.SocialAction.EnqueuePartnerAction(TinyLife.Actions.ActionInfo) fullName: TinyLife.Actions.SocialAction.EnqueuePartnerAction(TinyLife.Actions.ActionInfo)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -729,14 +601,6 @@ items:
nameWithType: SocialAction.GetPartnerArguments(ActionInfo) nameWithType: SocialAction.GetPartnerArguments(ActionInfo)
fullName: TinyLife.Actions.SocialAction.GetPartnerArguments(TinyLife.Actions.ActionInfo) fullName: TinyLife.Actions.SocialAction.GetPartnerArguments(TinyLife.Actions.ActionInfo)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -767,14 +631,6 @@ items:
nameWithType: SocialAction.OnBothCompleted(CompletionType) nameWithType: SocialAction.OnBothCompleted(CompletionType)
fullName: TinyLife.Actions.SocialAction.OnBothCompleted(TinyLife.Actions.CompletionType) fullName: TinyLife.Actions.SocialAction.OnBothCompleted(TinyLife.Actions.CompletionType)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -802,14 +658,6 @@ items:
nameWithType: SocialAction.AndThenUpdate(GameTime, TimeSpan, float) nameWithType: SocialAction.AndThenUpdate(GameTime, TimeSpan, float)
fullName: TinyLife.Actions.SocialAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) fullName: TinyLife.Actions.SocialAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -849,14 +697,6 @@ items:
nameWithType: SocialAction.AndThenIsCompleted() nameWithType: SocialAction.AndThenIsCompleted()
fullName: TinyLife.Actions.SocialAction.AndThenIsCompleted() fullName: TinyLife.Actions.SocialAction.AndThenIsCompleted()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -884,14 +724,6 @@ items:
nameWithType: SocialAction.AndThenInitialize() nameWithType: SocialAction.AndThenInitialize()
fullName: TinyLife.Actions.SocialAction.AndThenInitialize() fullName: TinyLife.Actions.SocialAction.AndThenInitialize()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -916,14 +748,6 @@ items:
nameWithType: SocialAction.AndThenOnCompleted(CompletionType) nameWithType: SocialAction.AndThenOnCompleted(CompletionType)
fullName: TinyLife.Actions.SocialAction.AndThenOnCompleted(TinyLife.Actions.CompletionType) fullName: TinyLife.Actions.SocialAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -952,14 +776,6 @@ items:
nameWithType: SocialAction.CanCancel(Action) nameWithType: SocialAction.CanCancel(Action)
fullName: TinyLife.Actions.SocialAction.CanCancel(TinyLife.Actions.Action) fullName: TinyLife.Actions.SocialAction.CanCancel(TinyLife.Actions.Action)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -993,14 +809,6 @@ items:
nameWithType: SocialAction.CanMultitask(Action) nameWithType: SocialAction.CanMultitask(Action)
fullName: TinyLife.Actions.SocialAction.CanMultitask(TinyLife.Actions.Action) fullName: TinyLife.Actions.SocialAction.CanMultitask(TinyLife.Actions.Action)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -1036,14 +844,6 @@ items:
nameWithType: SocialAction.CanStartNow() nameWithType: SocialAction.CanStartNow()
fullName: TinyLife.Actions.SocialAction.CanStartNow() fullName: TinyLife.Actions.SocialAction.CanStartNow()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -1072,14 +872,6 @@ items:
nameWithType: SocialAction.GetDisplayName() nameWithType: SocialAction.GetDisplayName()
fullName: TinyLife.Actions.SocialAction.GetDisplayName() fullName: TinyLife.Actions.SocialAction.GetDisplayName()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -1107,14 +899,6 @@ items:
nameWithType: SocialAction.TryForceResult(CompletionType, CanExecuteResult?, MapObject) nameWithType: SocialAction.TryForceResult(CompletionType, CanExecuteResult?, MapObject)
fullName: TinyLife.Actions.SocialAction.TryForceResult(TinyLife.Actions.CompletionType, TinyLife.Actions.CanExecuteResult?, TinyLife.Objects.MapObject) fullName: TinyLife.Actions.SocialAction.TryForceResult(TinyLife.Actions.CompletionType, TinyLife.Actions.CanExecuteResult?, TinyLife.Objects.MapObject)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -1154,14 +938,6 @@ items:
nameWithType: SocialAction.InvokeForBoth(Action<PersonLike, PersonLike>) nameWithType: SocialAction.InvokeForBoth(Action<PersonLike, PersonLike>)
fullName: TinyLife.Actions.SocialAction.InvokeForBoth(System.Action<TinyLife.Objects.PersonLike, TinyLife.Objects.PersonLike>) fullName: TinyLife.Actions.SocialAction.InvokeForBoth(System.Action<TinyLife.Objects.PersonLike, TinyLife.Objects.PersonLike>)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -1189,14 +965,6 @@ items:
nameWithType: SocialAction.IsHelper(bool) nameWithType: SocialAction.IsHelper(bool)
fullName: TinyLife.Actions.SocialAction.IsHelper(bool) fullName: TinyLife.Actions.SocialAction.IsHelper(bool)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -1230,14 +998,6 @@ items:
nameWithType: SocialAction.GetHelper(bool) nameWithType: SocialAction.GetHelper(bool)
fullName: TinyLife.Actions.SocialAction.GetHelper(bool) fullName: TinyLife.Actions.SocialAction.GetHelper(bool)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -1271,14 +1031,6 @@ items:
nameWithType: SocialAction.GetRecipientAction(bool) nameWithType: SocialAction.GetRecipientAction(bool)
fullName: TinyLife.Actions.SocialAction.GetRecipientAction(bool) fullName: TinyLife.Actions.SocialAction.GetRecipientAction(bool)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -1312,14 +1064,6 @@ items:
nameWithType: SocialAction.CreateAskOffer(string, ObjectCategory, Type, ActionType.CanExecuteDelegate, ActionType.CanExecuteDelegate, ActionType.AiSettings?, ActionType.AiSettings?, CanExecuteResult?) nameWithType: SocialAction.CreateAskOffer(string, ObjectCategory, Type, ActionType.CanExecuteDelegate, ActionType.CanExecuteDelegate, ActionType.AiSettings?, ActionType.AiSettings?, CanExecuteResult?)
fullName: TinyLife.Actions.SocialAction.CreateAskOffer(string, TinyLife.Objects.ObjectCategory, System.Type, TinyLife.Actions.ActionType.CanExecuteDelegate, TinyLife.Actions.ActionType.CanExecuteDelegate, TinyLife.Actions.ActionType.AiSettings?, TinyLife.Actions.ActionType.AiSettings?, TinyLife.Actions.CanExecuteResult?) 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 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

File diff suppressed because it is too large Load diff

View file

@ -18,14 +18,6 @@ items:
nameWithType: StoreAction nameWithType: StoreAction
fullName: TinyLife.Actions.StoreAction fullName: TinyLife.Actions.StoreAction
type: Class 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -139,14 +131,6 @@ items:
nameWithType: StoreAction.Items nameWithType: StoreAction.Items
fullName: TinyLife.Actions.StoreAction.Items fullName: TinyLife.Actions.StoreAction.Items
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -173,14 +157,6 @@ items:
nameWithType: StoreAction.CreateFirstActions() nameWithType: StoreAction.CreateFirstActions()
fullName: TinyLife.Actions.StoreAction.CreateFirstActions() fullName: TinyLife.Actions.StoreAction.CreateFirstActions()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -212,14 +188,6 @@ items:
nameWithType: StoreAction.AndThenInitialize() nameWithType: StoreAction.AndThenInitialize()
fullName: TinyLife.Actions.StoreAction.AndThenInitialize() fullName: TinyLife.Actions.StoreAction.AndThenInitialize()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -244,14 +212,6 @@ items:
nameWithType: StoreAction.AndThenUpdate(GameTime, TimeSpan, float) nameWithType: StoreAction.AndThenUpdate(GameTime, TimeSpan, float)
fullName: TinyLife.Actions.StoreAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) fullName: TinyLife.Actions.StoreAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -291,14 +251,6 @@ items:
nameWithType: StoreAction.AndThenIsCompleted() nameWithType: StoreAction.AndThenIsCompleted()
fullName: TinyLife.Actions.StoreAction.AndThenIsCompleted() fullName: TinyLife.Actions.StoreAction.AndThenIsCompleted()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -326,14 +278,6 @@ items:
nameWithType: StoreAction.AndThenOnCompleted(CompletionType) nameWithType: StoreAction.AndThenOnCompleted(CompletionType)
fullName: TinyLife.Actions.StoreAction.AndThenOnCompleted(TinyLife.Actions.CompletionType) fullName: TinyLife.Actions.StoreAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

View file

@ -12,14 +12,6 @@ items:
nameWithType: TalkAction.TalkSettings.EvaluationResult nameWithType: TalkAction.TalkSettings.EvaluationResult
fullName: TinyLife.Actions.TalkAction.TalkSettings.EvaluationResult fullName: TinyLife.Actions.TalkAction.TalkSettings.EvaluationResult
type: Delegate 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

View file

@ -36,14 +36,6 @@ items:
nameWithType: TalkAction.TalkSettings nameWithType: TalkAction.TalkSettings
fullName: TinyLife.Actions.TalkAction.TalkSettings fullName: TinyLife.Actions.TalkAction.TalkSettings
type: Struct 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -72,14 +64,6 @@ items:
nameWithType: TalkAction.TalkSettings.Settings nameWithType: TalkAction.TalkSettings.Settings
fullName: TinyLife.Actions.TalkAction.TalkSettings.Settings fullName: TinyLife.Actions.TalkAction.TalkSettings.Settings
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -104,14 +88,6 @@ items:
nameWithType: TalkAction.TalkSettings.FriendshipGain nameWithType: TalkAction.TalkSettings.FriendshipGain
fullName: TinyLife.Actions.TalkAction.TalkSettings.FriendshipGain fullName: TinyLife.Actions.TalkAction.TalkSettings.FriendshipGain
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -136,14 +112,6 @@ items:
nameWithType: TalkAction.TalkSettings.GoBadlyChance nameWithType: TalkAction.TalkSettings.GoBadlyChance
fullName: TinyLife.Actions.TalkAction.TalkSettings.GoBadlyChance fullName: TinyLife.Actions.TalkAction.TalkSettings.GoBadlyChance
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -168,14 +136,6 @@ items:
nameWithType: TalkAction.TalkSettings.TalkMinutes nameWithType: TalkAction.TalkSettings.TalkMinutes
fullName: TinyLife.Actions.TalkAction.TalkSettings.TalkMinutes fullName: TinyLife.Actions.TalkAction.TalkSettings.TalkMinutes
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -197,14 +157,6 @@ items:
nameWithType: TalkAction.TalkSettings.TalkMinutesVariation nameWithType: TalkAction.TalkSettings.TalkMinutesVariation
fullName: TinyLife.Actions.TalkAction.TalkSettings.TalkMinutesVariation fullName: TinyLife.Actions.TalkAction.TalkSettings.TalkMinutesVariation
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -226,14 +178,6 @@ items:
nameWithType: TalkAction.TalkSettings.EmoteCategory nameWithType: TalkAction.TalkSettings.EmoteCategory
fullName: TinyLife.Actions.TalkAction.TalkSettings.EmoteCategory fullName: TinyLife.Actions.TalkAction.TalkSettings.EmoteCategory
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -255,14 +199,6 @@ items:
nameWithType: TalkAction.TalkSettings.SpeakStyle nameWithType: TalkAction.TalkSettings.SpeakStyle
fullName: TinyLife.Actions.TalkAction.TalkSettings.SpeakStyle fullName: TinyLife.Actions.TalkAction.TalkSettings.SpeakStyle
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -284,14 +220,6 @@ items:
nameWithType: TalkAction.TalkSettings.PartnerEmoteCategory nameWithType: TalkAction.TalkSettings.PartnerEmoteCategory
fullName: TinyLife.Actions.TalkAction.TalkSettings.PartnerEmoteCategory fullName: TinyLife.Actions.TalkAction.TalkSettings.PartnerEmoteCategory
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -316,14 +244,6 @@ items:
nameWithType: TalkAction.TalkSettings.PartnerSpeakStyle nameWithType: TalkAction.TalkSettings.PartnerSpeakStyle
fullName: TinyLife.Actions.TalkAction.TalkSettings.PartnerSpeakStyle fullName: TinyLife.Actions.TalkAction.TalkSettings.PartnerSpeakStyle
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -348,14 +268,6 @@ items:
nameWithType: TalkAction.TalkSettings.GainedSkill nameWithType: TalkAction.TalkSettings.GainedSkill
fullName: TinyLife.Actions.TalkAction.TalkSettings.GainedSkill fullName: TinyLife.Actions.TalkAction.TalkSettings.GainedSkill
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -377,14 +289,6 @@ items:
nameWithType: TalkAction.TalkSettings.GainSkillOnFailure nameWithType: TalkAction.TalkSettings.GainSkillOnFailure
fullName: TinyLife.Actions.TalkAction.TalkSettings.GainSkillOnFailure fullName: TinyLife.Actions.TalkAction.TalkSettings.GainSkillOnFailure
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -409,14 +313,6 @@ items:
nameWithType: TalkAction.TalkSettings.RestoredNeed nameWithType: TalkAction.TalkSettings.RestoredNeed
fullName: TinyLife.Actions.TalkAction.TalkSettings.RestoredNeed fullName: TinyLife.Actions.TalkAction.TalkSettings.RestoredNeed
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -441,14 +337,6 @@ items:
nameWithType: TalkAction.TalkSettings.FailEmotion nameWithType: TalkAction.TalkSettings.FailEmotion
fullName: TinyLife.Actions.TalkAction.TalkSettings.FailEmotion fullName: TinyLife.Actions.TalkAction.TalkSettings.FailEmotion
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -473,14 +361,6 @@ items:
nameWithType: TalkAction.TalkSettings.SuccessEmotion nameWithType: TalkAction.TalkSettings.SuccessEmotion
fullName: TinyLife.Actions.TalkAction.TalkSettings.SuccessEmotion fullName: TinyLife.Actions.TalkAction.TalkSettings.SuccessEmotion
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -502,14 +382,6 @@ items:
nameWithType: TalkAction.TalkSettings.GainRomancePercentage nameWithType: TalkAction.TalkSettings.GainRomancePercentage
fullName: TinyLife.Actions.TalkAction.TalkSettings.GainRomancePercentage fullName: TinyLife.Actions.TalkAction.TalkSettings.GainRomancePercentage
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -536,14 +408,6 @@ items:
nameWithType: TalkAction.TalkSettings.LoweredEmotion nameWithType: TalkAction.TalkSettings.LoweredEmotion
fullName: TinyLife.Actions.TalkAction.TalkSettings.LoweredEmotion fullName: TinyLife.Actions.TalkAction.TalkSettings.LoweredEmotion
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -568,14 +432,6 @@ items:
nameWithType: TalkAction.TalkSettings.OnSuccess nameWithType: TalkAction.TalkSettings.OnSuccess
fullName: TinyLife.Actions.TalkAction.TalkSettings.OnSuccess fullName: TinyLife.Actions.TalkAction.TalkSettings.OnSuccess
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -597,14 +453,6 @@ items:
nameWithType: TalkAction.TalkSettings.OnFailure nameWithType: TalkAction.TalkSettings.OnFailure
fullName: TinyLife.Actions.TalkAction.TalkSettings.OnFailure fullName: TinyLife.Actions.TalkAction.TalkSettings.OnFailure
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -626,14 +474,6 @@ items:
nameWithType: TalkAction.TalkSettings.IgnorePriorityDecline nameWithType: TalkAction.TalkSettings.IgnorePriorityDecline
fullName: TinyLife.Actions.TalkAction.TalkSettings.IgnorePriorityDecline fullName: TinyLife.Actions.TalkAction.TalkSettings.IgnorePriorityDecline
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -658,14 +498,6 @@ items:
nameWithType: TalkAction.TalkSettings.TalkSettings() nameWithType: TalkAction.TalkSettings.TalkSettings()
fullName: TinyLife.Actions.TalkAction.TalkSettings.TalkSettings() fullName: TinyLife.Actions.TalkAction.TalkSettings.TalkSettings()
type: Constructor 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -689,14 +521,6 @@ items:
nameWithType: TalkAction.TalkSettings.Update(SocialAction, GameTime, float) nameWithType: TalkAction.TalkSettings.Update(SocialAction, GameTime, float)
fullName: TinyLife.Actions.TalkAction.TalkSettings.Update(TinyLife.Actions.SocialAction, Microsoft.Xna.Framework.GameTime, float) fullName: TinyLife.Actions.TalkAction.TalkSettings.Update(TinyLife.Actions.SocialAction, Microsoft.Xna.Framework.GameTime, float)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -730,14 +554,6 @@ items:
nameWithType: TalkAction.TalkSettings.EvaluateFully(SocialAction) nameWithType: TalkAction.TalkSettings.EvaluateFully(SocialAction)
fullName: TinyLife.Actions.TalkAction.TalkSettings.EvaluateFully(TinyLife.Actions.SocialAction) fullName: TinyLife.Actions.TalkAction.TalkSettings.EvaluateFully(TinyLife.Actions.SocialAction)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -767,14 +583,6 @@ items:
nameWithType: TalkAction.TalkSettings.EvaluateSimple(Action, PersonLike, float, float) nameWithType: TalkAction.TalkSettings.EvaluateSimple(Action, PersonLike, float, float)
fullName: TinyLife.Actions.TalkAction.TalkSettings.EvaluateSimple(TinyLife.Actions.Action, TinyLife.Objects.PersonLike, float, float) fullName: TinyLife.Actions.TalkAction.TalkSettings.EvaluateSimple(TinyLife.Actions.Action, TinyLife.Objects.PersonLike, float, float)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -816,14 +624,6 @@ items:
nameWithType: TalkAction.TalkSettings.EvaluateValues(ActionInfo, PersonLike, float, float) nameWithType: TalkAction.TalkSettings.EvaluateValues(ActionInfo, PersonLike, float, float)
fullName: TinyLife.Actions.TalkAction.TalkSettings.EvaluateValues(TinyLife.Actions.ActionInfo, TinyLife.Objects.PersonLike, float, float) fullName: TinyLife.Actions.TalkAction.TalkSettings.EvaluateValues(TinyLife.Actions.ActionInfo, TinyLife.Objects.PersonLike, float, float)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

View file

@ -24,14 +24,6 @@ items:
nameWithType: TalkAction nameWithType: TalkAction
fullName: TinyLife.Actions.TalkAction fullName: TinyLife.Actions.TalkAction
type: Class 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -168,14 +160,6 @@ items:
nameWithType: TalkAction.OnEvaluate nameWithType: TalkAction.OnEvaluate
fullName: TinyLife.Actions.TalkAction.OnEvaluate fullName: TinyLife.Actions.TalkAction.OnEvaluate
type: Event 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -200,14 +184,6 @@ items:
nameWithType: TalkAction.OnTalkSuccess nameWithType: TalkAction.OnTalkSuccess
fullName: TinyLife.Actions.TalkAction.OnTalkSuccess fullName: TinyLife.Actions.TalkAction.OnTalkSuccess
type: Event 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -232,14 +208,6 @@ items:
nameWithType: TalkAction.OnTalkFailure nameWithType: TalkAction.OnTalkFailure
fullName: TinyLife.Actions.TalkAction.OnTalkFailure fullName: TinyLife.Actions.TalkAction.OnTalkFailure
type: Event 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -264,14 +232,6 @@ items:
nameWithType: TalkAction.Settings nameWithType: TalkAction.Settings
fullName: TinyLife.Actions.TalkAction.Settings fullName: TinyLife.Actions.TalkAction.Settings
type: Property 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -295,14 +255,6 @@ items:
nameWithType: TalkAction.TalkAction(ActionType, ActionInfo) nameWithType: TalkAction.TalkAction(ActionType, ActionInfo)
fullName: TinyLife.Actions.TalkAction.TalkAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo) fullName: TinyLife.Actions.TalkAction.TalkAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo)
type: Constructor 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -333,14 +285,6 @@ items:
nameWithType: TalkAction.UpdateConversation(GameTime, TimeSpan, float) nameWithType: TalkAction.UpdateConversation(GameTime, TimeSpan, float)
fullName: TinyLife.Actions.TalkAction.UpdateConversation(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) fullName: TinyLife.Actions.TalkAction.UpdateConversation(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -380,14 +324,6 @@ items:
nameWithType: TalkAction.AndThenOnCompleted(CompletionType) nameWithType: TalkAction.AndThenOnCompleted(CompletionType)
fullName: TinyLife.Actions.TalkAction.AndThenOnCompleted(TinyLife.Actions.CompletionType) fullName: TinyLife.Actions.TalkAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -416,14 +352,6 @@ items:
nameWithType: TalkAction.IsConversationCompleted() nameWithType: TalkAction.IsConversationCompleted()
fullName: TinyLife.Actions.TalkAction.IsConversationCompleted() fullName: TinyLife.Actions.TalkAction.IsConversationCompleted()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -453,14 +381,6 @@ items:
nameWithType: TalkAction.Create(string, Func<PersonLike, float>, TalkAction.TalkSettings) nameWithType: TalkAction.Create(string, Func<PersonLike, float>, TalkAction.TalkSettings)
fullName: TinyLife.Actions.TalkAction.Create(string, System.Func<TinyLife.Objects.PersonLike, float>, TinyLife.Actions.TalkAction.TalkSettings) fullName: TinyLife.Actions.TalkAction.Create(string, System.Func<TinyLife.Objects.PersonLike, float>, TinyLife.Actions.TalkAction.TalkSettings)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -500,14 +420,6 @@ items:
nameWithType: TalkAction.CreateFunny(string, Func<PersonLike, float>, TalkAction.TalkSettings, int, int) nameWithType: TalkAction.CreateFunny(string, Func<PersonLike, float>, TalkAction.TalkSettings, int, int)
fullName: TinyLife.Actions.TalkAction.CreateFunny(string, System.Func<TinyLife.Objects.PersonLike, float>, TinyLife.Actions.TalkAction.TalkSettings, int, int) fullName: TinyLife.Actions.TalkAction.CreateFunny(string, System.Func<TinyLife.Objects.PersonLike, float>, TinyLife.Actions.TalkAction.TalkSettings, int, int)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -553,14 +465,6 @@ items:
nameWithType: TalkAction.CreateMean(string, Func<PersonLike, float>, TalkAction.TalkSettings) nameWithType: TalkAction.CreateMean(string, Func<PersonLike, float>, TalkAction.TalkSettings)
fullName: TinyLife.Actions.TalkAction.CreateMean(string, System.Func<TinyLife.Objects.PersonLike, float>, TinyLife.Actions.TalkAction.TalkSettings) fullName: TinyLife.Actions.TalkAction.CreateMean(string, System.Func<TinyLife.Objects.PersonLike, float>, TinyLife.Actions.TalkAction.TalkSettings)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -600,14 +504,6 @@ items:
nameWithType: TalkAction.CreateRomantic(string, Func<PersonLike, float>, TalkAction.TalkSettings) nameWithType: TalkAction.CreateRomantic(string, Func<PersonLike, float>, TalkAction.TalkSettings)
fullName: TinyLife.Actions.TalkAction.CreateRomantic(string, System.Func<TinyLife.Objects.PersonLike, float>, TinyLife.Actions.TalkAction.TalkSettings) fullName: TinyLife.Actions.TalkAction.CreateRomantic(string, System.Func<TinyLife.Objects.PersonLike, float>, TinyLife.Actions.TalkAction.TalkSettings)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

View file

@ -18,14 +18,6 @@ items:
nameWithType: TellPeopleToLeaveRoomAction nameWithType: TellPeopleToLeaveRoomAction
fullName: TinyLife.Actions.TellPeopleToLeaveRoomAction fullName: TinyLife.Actions.TellPeopleToLeaveRoomAction
type: Class 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -127,14 +119,6 @@ items:
nameWithType: TellPeopleToLeaveRoomAction.ExcludedPeople nameWithType: TellPeopleToLeaveRoomAction.ExcludedPeople
fullName: TinyLife.Actions.TellPeopleToLeaveRoomAction.ExcludedPeople fullName: TinyLife.Actions.TellPeopleToLeaveRoomAction.ExcludedPeople
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -166,14 +150,6 @@ items:
nameWithType: TellPeopleToLeaveRoomAction.TellPeopleToLeaveRoomAction(ActionInfo, params Guid[]) nameWithType: TellPeopleToLeaveRoomAction.TellPeopleToLeaveRoomAction(ActionInfo, params Guid[])
fullName: TinyLife.Actions.TellPeopleToLeaveRoomAction.TellPeopleToLeaveRoomAction(TinyLife.Actions.ActionInfo, params System.Guid[]) fullName: TinyLife.Actions.TellPeopleToLeaveRoomAction.TellPeopleToLeaveRoomAction(TinyLife.Actions.ActionInfo, params System.Guid[])
type: Constructor 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -201,14 +177,6 @@ items:
nameWithType: TellPeopleToLeaveRoomAction.Initialize() nameWithType: TellPeopleToLeaveRoomAction.Initialize()
fullName: TinyLife.Actions.TellPeopleToLeaveRoomAction.Initialize() fullName: TinyLife.Actions.TellPeopleToLeaveRoomAction.Initialize()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -233,14 +201,6 @@ items:
nameWithType: TellPeopleToLeaveRoomAction.IsCompleted() nameWithType: TellPeopleToLeaveRoomAction.IsCompleted()
fullName: TinyLife.Actions.TellPeopleToLeaveRoomAction.IsCompleted() fullName: TinyLife.Actions.TellPeopleToLeaveRoomAction.IsCompleted()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -270,14 +230,6 @@ items:
nameWithType: TellPeopleToLeaveRoomAction.OnCompleted(CompletionType) nameWithType: TellPeopleToLeaveRoomAction.OnCompleted(CompletionType)
fullName: TinyLife.Actions.TellPeopleToLeaveRoomAction.OnCompleted(TinyLife.Actions.CompletionType) fullName: TinyLife.Actions.TellPeopleToLeaveRoomAction.OnCompleted(TinyLife.Actions.CompletionType)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -308,14 +260,6 @@ items:
nameWithType: TellPeopleToLeaveRoomAction.TryToLeaveRoom(Room, PersonLike) nameWithType: TellPeopleToLeaveRoomAction.TryToLeaveRoom(Room, PersonLike)
fullName: TinyLife.Actions.TellPeopleToLeaveRoomAction.TryToLeaveRoom(TinyLife.World.Room, TinyLife.Objects.PersonLike) fullName: TinyLife.Actions.TellPeopleToLeaveRoomAction.TryToLeaveRoom(TinyLife.World.Room, TinyLife.Objects.PersonLike)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

View file

@ -20,14 +20,6 @@ items:
nameWithType: TryGoHereAction nameWithType: TryGoHereAction
fullName: TinyLife.Actions.TryGoHereAction fullName: TinyLife.Actions.TryGoHereAction
type: Class 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -127,14 +119,6 @@ items:
nameWithType: TryGoHereAction.TryGoHereAction(PersonLike, IEnumerable<(Map Map, Point Pos, float Floor)>) 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)>) 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 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -162,14 +146,6 @@ items:
nameWithType: TryGoHereAction.TryGoHereAction(PersonLike, IEnumerable<(Map Map, Vector2 Pos, float Floor)>) 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)>) 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 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -197,14 +173,6 @@ items:
nameWithType: TryGoHereAction.TryGoHereAction(ActionInfo) nameWithType: TryGoHereAction.TryGoHereAction(ActionInfo)
fullName: TinyLife.Actions.TryGoHereAction.TryGoHereAction(TinyLife.Actions.ActionInfo) fullName: TinyLife.Actions.TryGoHereAction.TryGoHereAction(TinyLife.Actions.ActionInfo)
type: Constructor 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -242,14 +210,6 @@ items:
nameWithType: TryGoHereAction.Initialize() nameWithType: TryGoHereAction.Initialize()
fullName: TinyLife.Actions.TryGoHereAction.Initialize() fullName: TinyLife.Actions.TryGoHereAction.Initialize()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -274,14 +234,6 @@ items:
nameWithType: TryGoHereAction.Update(GameTime, TimeSpan, float) nameWithType: TryGoHereAction.Update(GameTime, TimeSpan, float)
fullName: TinyLife.Actions.TryGoHereAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) fullName: TinyLife.Actions.TryGoHereAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -319,14 +271,6 @@ items:
nameWithType: TryGoHereAction.Validate(PersonLike) nameWithType: TryGoHereAction.Validate(PersonLike)
fullName: TinyLife.Actions.TryGoHereAction.Validate(TinyLife.Objects.PersonLike) fullName: TinyLife.Actions.TryGoHereAction.Validate(TinyLife.Objects.PersonLike)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -360,14 +304,6 @@ items:
nameWithType: TryGoHereAction.IsCompleted() nameWithType: TryGoHereAction.IsCompleted()
fullName: TinyLife.Actions.TryGoHereAction.IsCompleted() fullName: TinyLife.Actions.TryGoHereAction.IsCompleted()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -397,14 +333,6 @@ items:
nameWithType: TryGoHereAction.OnCompleted(CompletionType) nameWithType: TryGoHereAction.OnCompleted(CompletionType)
fullName: TinyLife.Actions.TryGoHereAction.OnCompleted(TinyLife.Actions.CompletionType) fullName: TinyLife.Actions.TryGoHereAction.OnCompleted(TinyLife.Actions.CompletionType)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

View file

@ -17,14 +17,6 @@ items:
nameWithType: WalkAction nameWithType: WalkAction
fullName: TinyLife.Actions.WalkAction fullName: TinyLife.Actions.WalkAction
type: Class 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -130,14 +122,6 @@ items:
nameWithType: WalkAction.DrainEnergy nameWithType: WalkAction.DrainEnergy
fullName: TinyLife.Actions.WalkAction.DrainEnergy fullName: TinyLife.Actions.WalkAction.DrainEnergy
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -172,14 +156,6 @@ items:
nameWithType: WalkAction.WalkAction(ActionInfo) nameWithType: WalkAction.WalkAction(ActionInfo)
fullName: TinyLife.Actions.WalkAction.WalkAction(TinyLife.Actions.ActionInfo) fullName: TinyLife.Actions.WalkAction.WalkAction(TinyLife.Actions.ActionInfo)
type: Constructor 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -207,14 +183,6 @@ items:
nameWithType: WalkAction.FindPath(ICollection<(Point Pos, int Floor)>) nameWithType: WalkAction.FindPath(ICollection<(Point Pos, int Floor)>)
fullName: TinyLife.Actions.WalkAction.FindPath(System.Collections.Generic.ICollection<(Microsoft.Xna.Framework.Point Pos, int Floor)>) fullName: TinyLife.Actions.WalkAction.FindPath(System.Collections.Generic.ICollection<(Microsoft.Xna.Framework.Point Pos, int Floor)>)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -246,14 +214,6 @@ items:
nameWithType: WalkAction.GetSpeed() nameWithType: WalkAction.GetSpeed()
fullName: TinyLife.Actions.WalkAction.GetSpeed() fullName: TinyLife.Actions.WalkAction.GetSpeed()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -278,14 +238,6 @@ items:
nameWithType: WalkAction.Update(GameTime, TimeSpan, float) nameWithType: WalkAction.Update(GameTime, TimeSpan, float)
fullName: TinyLife.Actions.WalkAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) fullName: TinyLife.Actions.WalkAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

View file

@ -19,14 +19,6 @@ items:
nameWithType: WatchTvAction nameWithType: WatchTvAction
fullName: TinyLife.Actions.WatchTvAction fullName: TinyLife.Actions.WatchTvAction
type: Class 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -139,14 +131,6 @@ items:
nameWithType: WatchTvAction.FullyInProgress nameWithType: WatchTvAction.FullyInProgress
fullName: TinyLife.Actions.WatchTvAction.FullyInProgress fullName: TinyLife.Actions.WatchTvAction.FullyInProgress
type: Property 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -177,14 +161,6 @@ items:
nameWithType: WatchTvAction.WatchTvAction(ActionType, ActionInfo, Television.Channel) nameWithType: WatchTvAction.WatchTvAction(ActionType, ActionInfo, Television.Channel)
fullName: TinyLife.Actions.WatchTvAction.WatchTvAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, TinyLife.Objects.Television.Channel) fullName: TinyLife.Actions.WatchTvAction.WatchTvAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, TinyLife.Objects.Television.Channel)
type: Constructor 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -214,14 +190,6 @@ items:
nameWithType: WatchTvAction.CreateFirstActions() nameWithType: WatchTvAction.CreateFirstActions()
fullName: TinyLife.Actions.WatchTvAction.CreateFirstActions() fullName: TinyLife.Actions.WatchTvAction.CreateFirstActions()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -253,14 +221,6 @@ items:
nameWithType: WatchTvAction.AndThenUpdate(GameTime, TimeSpan, float) nameWithType: WatchTvAction.AndThenUpdate(GameTime, TimeSpan, float)
fullName: TinyLife.Actions.WatchTvAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) fullName: TinyLife.Actions.WatchTvAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -300,14 +260,6 @@ items:
nameWithType: WatchTvAction.AndThenIsCompleted() nameWithType: WatchTvAction.AndThenIsCompleted()
fullName: TinyLife.Actions.WatchTvAction.AndThenIsCompleted() fullName: TinyLife.Actions.WatchTvAction.AndThenIsCompleted()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -335,14 +287,6 @@ items:
nameWithType: WatchTvAction.CanMultitask(Action) nameWithType: WatchTvAction.CanMultitask(Action)
fullName: TinyLife.Actions.WatchTvAction.CanMultitask(TinyLife.Actions.Action) fullName: TinyLife.Actions.WatchTvAction.CanMultitask(TinyLife.Actions.Action)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -378,14 +322,6 @@ items:
nameWithType: WatchTvAction.AndThenOnCompleted(CompletionType) nameWithType: WatchTvAction.AndThenOnCompleted(CompletionType)
fullName: TinyLife.Actions.WatchTvAction.AndThenOnCompleted(TinyLife.Actions.CompletionType) fullName: TinyLife.Actions.WatchTvAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

View file

@ -20,14 +20,6 @@ items:
nameWithType: WorkAction nameWithType: WorkAction
fullName: TinyLife.Actions.WorkAction fullName: TinyLife.Actions.WorkAction
type: Class 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -139,14 +131,6 @@ items:
nameWithType: WorkAction.Job nameWithType: WorkAction.Job
fullName: TinyLife.Actions.WorkAction.Job fullName: TinyLife.Actions.WorkAction.Job
type: Property 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -170,14 +154,6 @@ items:
nameWithType: WorkAction.WorkAction(ActionType, ActionInfo) nameWithType: WorkAction.WorkAction(ActionType, ActionInfo)
fullName: TinyLife.Actions.WorkAction.WorkAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo) fullName: TinyLife.Actions.WorkAction.WorkAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo)
type: Constructor 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -205,14 +181,6 @@ items:
nameWithType: WorkAction.CanCancel(Action) nameWithType: WorkAction.CanCancel(Action)
fullName: TinyLife.Actions.WorkAction.CanCancel(TinyLife.Actions.Action) fullName: TinyLife.Actions.WorkAction.CanCancel(TinyLife.Actions.Action)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -246,14 +214,6 @@ items:
nameWithType: WorkAction.PreInitialize() nameWithType: WorkAction.PreInitialize()
fullName: TinyLife.Actions.WorkAction.PreInitialize() fullName: TinyLife.Actions.WorkAction.PreInitialize()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -278,14 +238,6 @@ items:
nameWithType: WorkAction.AndThenInitialize() nameWithType: WorkAction.AndThenInitialize()
fullName: TinyLife.Actions.WorkAction.AndThenInitialize() fullName: TinyLife.Actions.WorkAction.AndThenInitialize()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -310,14 +262,6 @@ items:
nameWithType: WorkAction.AndThenUpdate(GameTime, TimeSpan, float) nameWithType: WorkAction.AndThenUpdate(GameTime, TimeSpan, float)
fullName: TinyLife.Actions.WorkAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) fullName: TinyLife.Actions.WorkAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -357,14 +301,6 @@ items:
nameWithType: WorkAction.AndThenIsCompleted() nameWithType: WorkAction.AndThenIsCompleted()
fullName: TinyLife.Actions.WorkAction.AndThenIsCompleted() fullName: TinyLife.Actions.WorkAction.AndThenIsCompleted()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -392,14 +328,6 @@ items:
nameWithType: WorkAction.AndThenOnCompleted(CompletionType) nameWithType: WorkAction.AndThenOnCompleted(CompletionType)
fullName: TinyLife.Actions.WorkAction.AndThenOnCompleted(TinyLife.Actions.CompletionType) fullName: TinyLife.Actions.WorkAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

View file

@ -44,6 +44,7 @@ items:
- TinyLife.Actions.SitAction - TinyLife.Actions.SitAction
- TinyLife.Actions.SocialAction - TinyLife.Actions.SocialAction
- TinyLife.Actions.SocialAction.StartPartnerAction - TinyLife.Actions.SocialAction.StartPartnerAction
- TinyLife.Actions.StartTogetherAction
- TinyLife.Actions.StoreAction - TinyLife.Actions.StoreAction
- TinyLife.Actions.TalkAction - TinyLife.Actions.TalkAction
- TinyLife.Actions.TalkAction.TalkSettings - TinyLife.Actions.TalkAction.TalkSettings
@ -487,6 +488,12 @@ references:
- uid: TinyLife.Actions.SocialAction.StartPartnerAction - uid: TinyLife.Actions.SocialAction.StartPartnerAction
name: StartPartnerAction name: StartPartnerAction
href: TinyLife.Actions.SocialAction.StartPartnerAction.html 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 - uid: TinyLife.Actions.StoreAction
commentId: T:TinyLife.Actions.StoreAction commentId: T:TinyLife.Actions.StoreAction
href: TinyLife.Actions.StoreAction.html href: TinyLife.Actions.StoreAction.html

View file

@ -12,14 +12,6 @@ items:
nameWithType: Debug.CheatDelegate nameWithType: Debug.CheatDelegate
fullName: TinyLife.Debug.CheatDelegate fullName: TinyLife.Debug.CheatDelegate
type: Delegate 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife

View file

@ -12,14 +12,6 @@ items:
nameWithType: Debug.DebugDelegate nameWithType: Debug.DebugDelegate
fullName: TinyLife.Debug.DebugDelegate fullName: TinyLife.Debug.DebugDelegate
type: Delegate 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife

View file

@ -15,14 +15,6 @@ items:
nameWithType: Debug nameWithType: Debug
fullName: TinyLife.Debug fullName: TinyLife.Debug
type: Class 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -54,14 +46,6 @@ items:
nameWithType: Debug.Cheats nameWithType: Debug.Cheats
fullName: TinyLife.Debug.Cheats fullName: TinyLife.Debug.Cheats
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -88,14 +72,6 @@ items:
nameWithType: Debug.DebugLines nameWithType: Debug.DebugLines
fullName: TinyLife.Debug.DebugLines fullName: TinyLife.Debug.DebugLines
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -122,14 +98,6 @@ items:
nameWithType: Debug.TryCheat(string) nameWithType: Debug.TryCheat(string)
fullName: TinyLife.Debug.TryCheat(string) fullName: TinyLife.Debug.TryCheat(string)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife

View file

@ -15,14 +15,6 @@ items:
nameWithType: DifficultyModifier nameWithType: DifficultyModifier
fullName: TinyLife.DifficultyModifier fullName: TinyLife.DifficultyModifier
type: Enum 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -44,14 +36,6 @@ items:
nameWithType: DifficultyModifier.Chill nameWithType: DifficultyModifier.Chill
fullName: TinyLife.DifficultyModifier.Chill fullName: TinyLife.DifficultyModifier.Chill
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -72,14 +56,6 @@ items:
nameWithType: DifficultyModifier.Normal nameWithType: DifficultyModifier.Normal
fullName: TinyLife.DifficultyModifier.Normal fullName: TinyLife.DifficultyModifier.Normal
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -100,14 +76,6 @@ items:
nameWithType: DifficultyModifier.Intense nameWithType: DifficultyModifier.Intense
fullName: TinyLife.DifficultyModifier.Intense fullName: TinyLife.DifficultyModifier.Intense
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife

View file

@ -14,14 +14,6 @@ items:
nameWithType: CombinedEmotionSource nameWithType: CombinedEmotionSource
fullName: TinyLife.Emotions.CombinedEmotionSource fullName: TinyLife.Emotions.CombinedEmotionSource
type: Class 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -68,14 +60,6 @@ items:
nameWithType: CombinedEmotionSource.SourceString nameWithType: CombinedEmotionSource.SourceString
fullName: TinyLife.Emotions.CombinedEmotionSource.SourceString fullName: TinyLife.Emotions.CombinedEmotionSource.SourceString
type: Property 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -101,14 +85,6 @@ items:
nameWithType: CombinedEmotionSource.CombinedEmotionSource(params IEmotionSource[]) nameWithType: CombinedEmotionSource.CombinedEmotionSource(params IEmotionSource[])
fullName: TinyLife.Emotions.CombinedEmotionSource.CombinedEmotionSource(params TinyLife.Emotions.IEmotionSource[]) fullName: TinyLife.Emotions.CombinedEmotionSource.CombinedEmotionSource(params TinyLife.Emotions.IEmotionSource[])
type: Constructor 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions

View file

@ -20,14 +20,6 @@ items:
nameWithType: EmotionModifier.Instance nameWithType: EmotionModifier.Instance
fullName: TinyLife.Emotions.EmotionModifier.Instance fullName: TinyLife.Emotions.EmotionModifier.Instance
type: Class 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -72,14 +64,6 @@ items:
nameWithType: EmotionModifier.Instance.Type nameWithType: EmotionModifier.Instance.Type
fullName: TinyLife.Emotions.EmotionModifier.Instance.Type fullName: TinyLife.Emotions.EmotionModifier.Instance.Type
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -111,14 +95,6 @@ items:
nameWithType: EmotionModifier.Instance.Amount nameWithType: EmotionModifier.Instance.Amount
fullName: TinyLife.Emotions.EmotionModifier.Instance.Amount fullName: TinyLife.Emotions.EmotionModifier.Instance.Amount
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -150,14 +126,6 @@ items:
nameWithType: EmotionModifier.Instance.TotalTime nameWithType: EmotionModifier.Instance.TotalTime
fullName: TinyLife.Emotions.EmotionModifier.Instance.TotalTime fullName: TinyLife.Emotions.EmotionModifier.Instance.TotalTime
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -189,14 +157,6 @@ items:
nameWithType: EmotionModifier.Instance.Time nameWithType: EmotionModifier.Instance.Time
fullName: TinyLife.Emotions.EmotionModifier.Instance.Time fullName: TinyLife.Emotions.EmotionModifier.Instance.Time
type: Property 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -230,14 +190,6 @@ items:
nameWithType: EmotionModifier.Instance.Person nameWithType: EmotionModifier.Instance.Person
fullName: TinyLife.Emotions.EmotionModifier.Instance.Person fullName: TinyLife.Emotions.EmotionModifier.Instance.Person
type: Property 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -261,14 +213,6 @@ items:
nameWithType: EmotionModifier.Instance.Source nameWithType: EmotionModifier.Instance.Source
fullName: TinyLife.Emotions.EmotionModifier.Instance.Source fullName: TinyLife.Emotions.EmotionModifier.Instance.Source
type: Property 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -295,14 +239,6 @@ items:
nameWithType: EmotionModifier.Instance.PassTime(TimeSpan) nameWithType: EmotionModifier.Instance.PassTime(TimeSpan)
fullName: TinyLife.Emotions.EmotionModifier.Instance.PassTime(System.TimeSpan) fullName: TinyLife.Emotions.EmotionModifier.Instance.PassTime(System.TimeSpan)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -330,14 +266,6 @@ items:
nameWithType: EmotionModifier.Instance.Validate(PersonLike) nameWithType: EmotionModifier.Instance.Validate(PersonLike)
fullName: TinyLife.Emotions.EmotionModifier.Instance.Validate(TinyLife.Objects.PersonLike) fullName: TinyLife.Emotions.EmotionModifier.Instance.Validate(TinyLife.Objects.PersonLike)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions

File diff suppressed because it is too large Load diff

View file

@ -15,14 +15,6 @@ items:
nameWithType: EmotionType.TypeCategory nameWithType: EmotionType.TypeCategory
fullName: TinyLife.Emotions.EmotionType.TypeCategory fullName: TinyLife.Emotions.EmotionType.TypeCategory
type: Enum 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -47,14 +39,6 @@ items:
nameWithType: EmotionType.TypeCategory.Negative nameWithType: EmotionType.TypeCategory.Negative
fullName: TinyLife.Emotions.EmotionType.TypeCategory.Negative fullName: TinyLife.Emotions.EmotionType.TypeCategory.Negative
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -75,14 +59,6 @@ items:
nameWithType: EmotionType.TypeCategory.Positive nameWithType: EmotionType.TypeCategory.Positive
fullName: TinyLife.Emotions.EmotionType.TypeCategory.Positive fullName: TinyLife.Emotions.EmotionType.TypeCategory.Positive
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -103,14 +79,6 @@ items:
nameWithType: EmotionType.TypeCategory.Neutral nameWithType: EmotionType.TypeCategory.Neutral
fullName: TinyLife.Emotions.EmotionType.TypeCategory.Neutral fullName: TinyLife.Emotions.EmotionType.TypeCategory.Neutral
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions

View file

@ -37,14 +37,6 @@ items:
nameWithType: EmotionType nameWithType: EmotionType
fullName: TinyLife.Emotions.EmotionType fullName: TinyLife.Emotions.EmotionType
type: Class 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -85,14 +77,6 @@ items:
nameWithType: EmotionType.Types nameWithType: EmotionType.Types
fullName: TinyLife.Emotions.EmotionType.Types fullName: TinyLife.Emotions.EmotionType.Types
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -114,14 +98,6 @@ items:
nameWithType: EmotionType.Fine nameWithType: EmotionType.Fine
fullName: TinyLife.Emotions.EmotionType.Fine fullName: TinyLife.Emotions.EmotionType.Fine
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -141,14 +117,6 @@ items:
nameWithType: EmotionType.Uncomfortable nameWithType: EmotionType.Uncomfortable
fullName: TinyLife.Emotions.EmotionType.Uncomfortable fullName: TinyLife.Emotions.EmotionType.Uncomfortable
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -168,14 +136,6 @@ items:
nameWithType: EmotionType.Happy nameWithType: EmotionType.Happy
fullName: TinyLife.Emotions.EmotionType.Happy fullName: TinyLife.Emotions.EmotionType.Happy
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -195,14 +155,6 @@ items:
nameWithType: EmotionType.Asleep nameWithType: EmotionType.Asleep
fullName: TinyLife.Emotions.EmotionType.Asleep fullName: TinyLife.Emotions.EmotionType.Asleep
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -222,14 +174,6 @@ items:
nameWithType: EmotionType.Embarrassed nameWithType: EmotionType.Embarrassed
fullName: TinyLife.Emotions.EmotionType.Embarrassed fullName: TinyLife.Emotions.EmotionType.Embarrassed
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -249,14 +193,6 @@ items:
nameWithType: EmotionType.Sad nameWithType: EmotionType.Sad
fullName: TinyLife.Emotions.EmotionType.Sad fullName: TinyLife.Emotions.EmotionType.Sad
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -276,14 +212,6 @@ items:
nameWithType: EmotionType.Bored nameWithType: EmotionType.Bored
fullName: TinyLife.Emotions.EmotionType.Bored fullName: TinyLife.Emotions.EmotionType.Bored
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -303,14 +231,6 @@ items:
nameWithType: EmotionType.Frisky nameWithType: EmotionType.Frisky
fullName: TinyLife.Emotions.EmotionType.Frisky fullName: TinyLife.Emotions.EmotionType.Frisky
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -330,14 +250,6 @@ items:
nameWithType: EmotionType.Creative nameWithType: EmotionType.Creative
fullName: TinyLife.Emotions.EmotionType.Creative fullName: TinyLife.Emotions.EmotionType.Creative
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -357,14 +269,6 @@ items:
nameWithType: EmotionType.Focused nameWithType: EmotionType.Focused
fullName: TinyLife.Emotions.EmotionType.Focused fullName: TinyLife.Emotions.EmotionType.Focused
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -384,14 +288,6 @@ items:
nameWithType: EmotionType.Stunned nameWithType: EmotionType.Stunned
fullName: TinyLife.Emotions.EmotionType.Stunned fullName: TinyLife.Emotions.EmotionType.Stunned
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -411,14 +307,6 @@ items:
nameWithType: EmotionType.Angry nameWithType: EmotionType.Angry
fullName: TinyLife.Emotions.EmotionType.Angry fullName: TinyLife.Emotions.EmotionType.Angry
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -438,14 +326,6 @@ items:
nameWithType: EmotionType.Energetic nameWithType: EmotionType.Energetic
fullName: TinyLife.Emotions.EmotionType.Energetic fullName: TinyLife.Emotions.EmotionType.Energetic
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -465,14 +345,6 @@ items:
nameWithType: EmotionType.Uneasy nameWithType: EmotionType.Uneasy
fullName: TinyLife.Emotions.EmotionType.Uneasy fullName: TinyLife.Emotions.EmotionType.Uneasy
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -492,14 +364,6 @@ items:
nameWithType: EmotionType.Relaxed nameWithType: EmotionType.Relaxed
fullName: TinyLife.Emotions.EmotionType.Relaxed fullName: TinyLife.Emotions.EmotionType.Relaxed
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -519,14 +383,6 @@ items:
nameWithType: EmotionType.Confident nameWithType: EmotionType.Confident
fullName: TinyLife.Emotions.EmotionType.Confident fullName: TinyLife.Emotions.EmotionType.Confident
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -546,14 +402,6 @@ items:
nameWithType: EmotionType.Goofy nameWithType: EmotionType.Goofy
fullName: TinyLife.Emotions.EmotionType.Goofy fullName: TinyLife.Emotions.EmotionType.Goofy
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -573,14 +421,6 @@ items:
nameWithType: EmotionType.Name nameWithType: EmotionType.Name
fullName: TinyLife.Emotions.EmotionType.Name fullName: TinyLife.Emotions.EmotionType.Name
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -602,14 +442,6 @@ items:
nameWithType: EmotionType.Icon nameWithType: EmotionType.Icon
fullName: TinyLife.Emotions.EmotionType.Icon fullName: TinyLife.Emotions.EmotionType.Icon
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -631,14 +463,6 @@ items:
nameWithType: EmotionType.Color nameWithType: EmotionType.Color
fullName: TinyLife.Emotions.EmotionType.Color fullName: TinyLife.Emotions.EmotionType.Color
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -663,14 +487,6 @@ items:
nameWithType: EmotionType.Category nameWithType: EmotionType.Category
fullName: TinyLife.Emotions.EmotionType.Category fullName: TinyLife.Emotions.EmotionType.Category
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -695,14 +511,6 @@ items:
nameWithType: EmotionType.Priority nameWithType: EmotionType.Priority
fullName: TinyLife.Emotions.EmotionType.Priority fullName: TinyLife.Emotions.EmotionType.Priority
type: Property 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -729,14 +537,6 @@ items:
nameWithType: EmotionType.EmotionType(string, TextureRegion, Color, EmotionType.TypeCategory) 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) fullName: TinyLife.Emotions.EmotionType.EmotionType(string, MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Color, TinyLife.Emotions.EmotionType.TypeCategory)
type: Constructor 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -773,14 +573,6 @@ items:
nameWithType: EmotionType.Register(EmotionType) nameWithType: EmotionType.Register(EmotionType)
fullName: TinyLife.Emotions.EmotionType.Register(TinyLife.Emotions.EmotionType) fullName: TinyLife.Emotions.EmotionType.Register(TinyLife.Emotions.EmotionType)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions

View file

@ -13,14 +13,6 @@ items:
nameWithType: IEmotionSource nameWithType: IEmotionSource
fullName: TinyLife.Emotions.IEmotionSource fullName: TinyLife.Emotions.IEmotionSource
type: Interface 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -49,14 +41,6 @@ items:
nameWithType: IEmotionSource.SourceString nameWithType: IEmotionSource.SourceString
fullName: TinyLife.Emotions.IEmotionSource.SourceString fullName: TinyLife.Emotions.IEmotionSource.SourceString
type: Property 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions

View file

@ -19,14 +19,6 @@ items:
nameWithType: GameImpl.GameMode nameWithType: GameImpl.GameMode
fullName: TinyLife.GameImpl.GameMode fullName: TinyLife.GameImpl.GameMode
type: Enum 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -48,14 +40,6 @@ items:
nameWithType: GameImpl.GameMode.InitialLoad nameWithType: GameImpl.GameMode.InitialLoad
fullName: TinyLife.GameImpl.GameMode.InitialLoad fullName: TinyLife.GameImpl.GameMode.InitialLoad
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -76,14 +60,6 @@ items:
nameWithType: GameImpl.GameMode.Splash nameWithType: GameImpl.GameMode.Splash
fullName: TinyLife.GameImpl.GameMode.Splash fullName: TinyLife.GameImpl.GameMode.Splash
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -104,14 +80,6 @@ items:
nameWithType: GameImpl.GameMode.MainMenu nameWithType: GameImpl.GameMode.MainMenu
fullName: TinyLife.GameImpl.GameMode.MainMenu fullName: TinyLife.GameImpl.GameMode.MainMenu
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -132,14 +100,6 @@ items:
nameWithType: GameImpl.GameMode.SelectHousehold nameWithType: GameImpl.GameMode.SelectHousehold
fullName: TinyLife.GameImpl.GameMode.SelectHousehold fullName: TinyLife.GameImpl.GameMode.SelectHousehold
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -160,14 +120,6 @@ items:
nameWithType: GameImpl.GameMode.InGameHousehold nameWithType: GameImpl.GameMode.InGameHousehold
fullName: TinyLife.GameImpl.GameMode.InGameHousehold fullName: TinyLife.GameImpl.GameMode.InGameHousehold
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -188,14 +140,6 @@ items:
nameWithType: GameImpl.GameMode.BuildOnly nameWithType: GameImpl.GameMode.BuildOnly
fullName: TinyLife.GameImpl.GameMode.BuildOnly fullName: TinyLife.GameImpl.GameMode.BuildOnly
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -216,14 +160,6 @@ items:
nameWithType: GameImpl.GameMode.CharacterCreation nameWithType: GameImpl.GameMode.CharacterCreation
fullName: TinyLife.GameImpl.GameMode.CharacterCreation fullName: TinyLife.GameImpl.GameMode.CharacterCreation
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife

View file

@ -53,14 +53,6 @@ items:
nameWithType: GameImpl nameWithType: GameImpl
fullName: TinyLife.GameImpl fullName: TinyLife.GameImpl
type: Class 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -104,7 +96,7 @@ items:
- Microsoft.Xna.Framework.Game.EndRun - Microsoft.Xna.Framework.Game.EndRun
- Microsoft.Xna.Framework.Game.UnloadContent - Microsoft.Xna.Framework.Game.UnloadContent
- Microsoft.Xna.Framework.Game.Initialize - 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.OnActivated(System.Object,System.EventArgs)
- Microsoft.Xna.Framework.Game.OnDeactivated(System.Object,System.EventArgs) - Microsoft.Xna.Framework.Game.OnDeactivated(System.Object,System.EventArgs)
- Microsoft.Xna.Framework.Game.LaunchParameters - Microsoft.Xna.Framework.Game.LaunchParameters
@ -143,14 +135,6 @@ items:
nameWithType: GameImpl.Version nameWithType: GameImpl.Version
fullName: TinyLife.GameImpl.Version fullName: TinyLife.GameImpl.Version
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -172,14 +156,6 @@ items:
nameWithType: GameImpl.Instance nameWithType: GameImpl.Instance
fullName: TinyLife.GameImpl.Instance fullName: TinyLife.GameImpl.Instance
type: Property 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -203,14 +179,6 @@ items:
nameWithType: GameImpl.Achievements nameWithType: GameImpl.Achievements
fullName: TinyLife.GameImpl.Achievements fullName: TinyLife.GameImpl.Achievements
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -237,14 +205,6 @@ items:
nameWithType: GameImpl.GraphicsMetrics nameWithType: GameImpl.GraphicsMetrics
fullName: TinyLife.GameImpl.GraphicsMetrics fullName: TinyLife.GameImpl.GraphicsMetrics
type: Property 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -268,14 +228,6 @@ items:
nameWithType: GameImpl.Camera nameWithType: GameImpl.Camera
fullName: TinyLife.GameImpl.Camera fullName: TinyLife.GameImpl.Camera
type: Property 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -299,14 +251,6 @@ items:
nameWithType: GameImpl.Listener nameWithType: GameImpl.Listener
fullName: TinyLife.GameImpl.Listener fullName: TinyLife.GameImpl.Listener
type: Property 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -330,14 +274,6 @@ items:
nameWithType: GameImpl.CurrentTool nameWithType: GameImpl.CurrentTool
fullName: TinyLife.GameImpl.CurrentTool fullName: TinyLife.GameImpl.CurrentTool
type: Property 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -361,14 +297,6 @@ items:
nameWithType: GameImpl.CurrentHousehold nameWithType: GameImpl.CurrentHousehold
fullName: TinyLife.GameImpl.CurrentHousehold fullName: TinyLife.GameImpl.CurrentHousehold
type: Property 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -392,14 +320,6 @@ items:
nameWithType: GameImpl.Money nameWithType: GameImpl.Money
fullName: TinyLife.GameImpl.Money fullName: TinyLife.GameImpl.Money
type: Property 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -423,14 +343,6 @@ items:
nameWithType: GameImpl.CurrentLot nameWithType: GameImpl.CurrentLot
fullName: TinyLife.GameImpl.CurrentLot fullName: TinyLife.GameImpl.CurrentLot
type: Property 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -454,14 +366,6 @@ items:
nameWithType: GameImpl.Speed nameWithType: GameImpl.Speed
fullName: TinyLife.GameImpl.Speed fullName: TinyLife.GameImpl.Speed
type: Property 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -490,14 +394,6 @@ items:
nameWithType: GameImpl.FollowingPerson nameWithType: GameImpl.FollowingPerson
fullName: TinyLife.GameImpl.FollowingPerson fullName: TinyLife.GameImpl.FollowingPerson
type: Property 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -521,14 +417,6 @@ items:
nameWithType: GameImpl.SaveName nameWithType: GameImpl.SaveName
fullName: TinyLife.GameImpl.SaveName fullName: TinyLife.GameImpl.SaveName
type: Property 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -552,14 +440,6 @@ items:
nameWithType: GameImpl.Mode nameWithType: GameImpl.Mode
fullName: TinyLife.GameImpl.Mode fullName: TinyLife.GameImpl.Mode
type: Property 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -583,14 +463,6 @@ items:
nameWithType: GameImpl.CursorPosition nameWithType: GameImpl.CursorPosition
fullName: TinyLife.GameImpl.CursorPosition fullName: TinyLife.GameImpl.CursorPosition
type: Property 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -617,14 +489,6 @@ items:
nameWithType: GameImpl.CurrentCursor nameWithType: GameImpl.CurrentCursor
fullName: TinyLife.GameImpl.CurrentCursor fullName: TinyLife.GameImpl.CurrentCursor
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -649,14 +513,6 @@ items:
nameWithType: GameImpl.CurrentMaps nameWithType: GameImpl.CurrentMaps
fullName: TinyLife.GameImpl.CurrentMaps fullName: TinyLife.GameImpl.CurrentMaps
type: Property 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -683,14 +539,6 @@ items:
nameWithType: GameImpl.CurrentMap nameWithType: GameImpl.CurrentMap
fullName: TinyLife.GameImpl.CurrentMap fullName: TinyLife.GameImpl.CurrentMap
type: Property 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -717,14 +565,6 @@ items:
nameWithType: GameImpl.OnFinalizingGameContent nameWithType: GameImpl.OnFinalizingGameContent
fullName: TinyLife.GameImpl.OnFinalizingGameContent fullName: TinyLife.GameImpl.OnFinalizingGameContent
type: Event 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -749,14 +589,6 @@ items:
nameWithType: GameImpl.OnFinishedLoading nameWithType: GameImpl.OnFinishedLoading
fullName: TinyLife.GameImpl.OnFinishedLoading fullName: TinyLife.GameImpl.OnFinishedLoading
type: Event 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -778,14 +610,6 @@ items:
nameWithType: GameImpl.OnSwitchGameMode nameWithType: GameImpl.OnSwitchGameMode
fullName: TinyLife.GameImpl.OnSwitchGameMode fullName: TinyLife.GameImpl.OnSwitchGameMode
type: Event 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -807,14 +631,6 @@ items:
nameWithType: GameImpl.LoadContent() nameWithType: GameImpl.LoadContent()
fullName: TinyLife.GameImpl.LoadContent() fullName: TinyLife.GameImpl.LoadContent()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -836,14 +652,6 @@ items:
nameWithType: GameImpl.DoUpdate(GameTime) nameWithType: GameImpl.DoUpdate(GameTime)
fullName: TinyLife.GameImpl.DoUpdate(Microsoft.Xna.Framework.GameTime) fullName: TinyLife.GameImpl.DoUpdate(Microsoft.Xna.Framework.GameTime)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -872,14 +680,6 @@ items:
nameWithType: GameImpl.DoDraw(GameTime) nameWithType: GameImpl.DoDraw(GameTime)
fullName: TinyLife.GameImpl.DoDraw(Microsoft.Xna.Framework.GameTime) fullName: TinyLife.GameImpl.DoDraw(Microsoft.Xna.Framework.GameTime)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -908,17 +708,10 @@ items:
nameWithType: GameImpl.Dispose(bool) nameWithType: GameImpl.Dispose(bool)
fullName: TinyLife.GameImpl.Dispose(bool) fullName: TinyLife.GameImpl.Dispose(bool)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
summary: ''
example: [] example: []
syntax: syntax:
content: protected override void Dispose(bool disposing) content: protected override void Dispose(bool disposing)
@ -942,14 +735,6 @@ items:
nameWithType: GameImpl.RotateCamera(bool) nameWithType: GameImpl.RotateCamera(bool)
fullName: TinyLife.GameImpl.RotateCamera(bool) fullName: TinyLife.GameImpl.RotateCamera(bool)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -977,14 +762,6 @@ items:
nameWithType: GameImpl.ZoomCamera(int) nameWithType: GameImpl.ZoomCamera(int)
fullName: TinyLife.GameImpl.ZoomCamera(int) fullName: TinyLife.GameImpl.ZoomCamera(int)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -1012,14 +789,6 @@ items:
nameWithType: GameImpl.IsCursorOnUi() nameWithType: GameImpl.IsCursorOnUi()
fullName: TinyLife.GameImpl.IsCursorOnUi() fullName: TinyLife.GameImpl.IsCursorOnUi()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -1043,14 +812,6 @@ items:
nameWithType: GameImpl.SwitchGameMode(GameImpl.GameMode) nameWithType: GameImpl.SwitchGameMode(GameImpl.GameMode)
fullName: TinyLife.GameImpl.SwitchGameMode(TinyLife.GameImpl.GameMode) fullName: TinyLife.GameImpl.SwitchGameMode(TinyLife.GameImpl.GameMode)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -1078,14 +839,6 @@ items:
nameWithType: GameImpl.SwitchMap(Map, Action, Action) nameWithType: GameImpl.SwitchMap(Map, Action, Action)
fullName: TinyLife.GameImpl.SwitchMap(TinyLife.World.Map, System.Action, System.Action) fullName: TinyLife.GameImpl.SwitchMap(TinyLife.World.Map, System.Action, System.Action)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -1116,14 +869,6 @@ items:
nameWithType: GameImpl.CanBeExtremelyFast() nameWithType: GameImpl.CanBeExtremelyFast()
fullName: TinyLife.GameImpl.CanBeExtremelyFast() fullName: TinyLife.GameImpl.CanBeExtremelyFast()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -1150,14 +895,6 @@ items:
nameWithType: GameImpl.CanSwitchGameModes() nameWithType: GameImpl.CanSwitchGameModes()
fullName: TinyLife.GameImpl.CanSwitchGameModes() fullName: TinyLife.GameImpl.CanSwitchGameModes()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -1184,14 +921,6 @@ items:
nameWithType: GameImpl.FadeKeyboardLighting(Color) nameWithType: GameImpl.FadeKeyboardLighting(Color)
fullName: TinyLife.GameImpl.FadeKeyboardLighting(Microsoft.Xna.Framework.Color) fullName: TinyLife.GameImpl.FadeKeyboardLighting(Microsoft.Xna.Framework.Color)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -1219,14 +948,6 @@ items:
nameWithType: GameImpl.TakeScreenshot(Point, RectangleF?, Matrix?, RenderTarget2D) 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) fullName: TinyLife.GameImpl.TakeScreenshot(Microsoft.Xna.Framework.Point, MLEM.Maths.RectangleF?, Microsoft.Xna.Framework.Matrix?, Microsoft.Xna.Framework.Graphics.RenderTarget2D)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -1260,14 +981,6 @@ items:
nameWithType: GameImpl.MarkLotVisible(Lot) nameWithType: GameImpl.MarkLotVisible(Lot)
fullName: TinyLife.GameImpl.MarkLotVisible(TinyLife.World.Lot) fullName: TinyLife.GameImpl.MarkLotVisible(TinyLife.World.Lot)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -1297,14 +1010,6 @@ items:
nameWithType: GameImpl.MarkLotNonVisible(Lot) nameWithType: GameImpl.MarkLotNonVisible(Lot)
fullName: TinyLife.GameImpl.MarkLotNonVisible(TinyLife.World.Lot) fullName: TinyLife.GameImpl.MarkLotNonVisible(TinyLife.World.Lot)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -1329,14 +1034,6 @@ items:
nameWithType: GameImpl.IsLotVisible(Lot) nameWithType: GameImpl.IsLotVisible(Lot)
fullName: TinyLife.GameImpl.IsLotVisible(TinyLife.World.Lot) fullName: TinyLife.GameImpl.IsLotVisible(TinyLife.World.Lot)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -1367,14 +1064,6 @@ items:
nameWithType: GameImpl.FollowPerson(PersonLike, bool, Action) nameWithType: GameImpl.FollowPerson(PersonLike, bool, Action)
fullName: TinyLife.GameImpl.FollowPerson(TinyLife.Objects.PersonLike, bool, System.Action) fullName: TinyLife.GameImpl.FollowPerson(TinyLife.Objects.PersonLike, bool, System.Action)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -1411,14 +1100,6 @@ items:
nameWithType: GameImpl.AddMapToSave(PerSaveOptions.MapInfo, Action) nameWithType: GameImpl.AddMapToSave(PerSaveOptions.MapInfo, Action)
fullName: TinyLife.GameImpl.AddMapToSave(TinyLife.PerSaveOptions.MapInfo, System.Action) fullName: TinyLife.GameImpl.AddMapToSave(TinyLife.PerSaveOptions.MapInfo, System.Action)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -1449,14 +1130,6 @@ items:
nameWithType: GameImpl.RemoveMapFromSave(Map) nameWithType: GameImpl.RemoveMapFromSave(Map)
fullName: TinyLife.GameImpl.RemoveMapFromSave(TinyLife.World.Map) fullName: TinyLife.GameImpl.RemoveMapFromSave(TinyLife.World.Map)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -1481,14 +1154,6 @@ items:
nameWithType: GameImpl.CompleteAchievement(AchievementType) nameWithType: GameImpl.CompleteAchievement(AchievementType)
fullName: TinyLife.GameImpl.CompleteAchievement(TinyLife.Goals.AchievementType) fullName: TinyLife.GameImpl.CompleteAchievement(TinyLife.Goals.AchievementType)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -2001,19 +1666,19 @@ references:
isExternal: true isExternal: true
- name: ( - name: (
- name: ) - name: )
- uid: 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,System.EventArgs) commentId: M:Microsoft.Xna.Framework.Game.OnExiting(System.Object,Microsoft.Xna.Framework.ExitingEventArgs)
parent: Microsoft.Xna.Framework.Game parent: Microsoft.Xna.Framework.Game
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object href: https://learn.microsoft.com/dotnet/api/system.object
name: OnExiting(object, EventArgs) name: OnExiting(object, ExitingEventArgs)
nameWithType: Game.OnExiting(object, EventArgs) nameWithType: Game.OnExiting(object, ExitingEventArgs)
fullName: Microsoft.Xna.Framework.Game.OnExiting(object, System.EventArgs) fullName: Microsoft.Xna.Framework.Game.OnExiting(object, Microsoft.Xna.Framework.ExitingEventArgs)
nameWithType.vb: Game.OnExiting(Object, EventArgs) nameWithType.vb: Game.OnExiting(Object, ExitingEventArgs)
fullName.vb: Microsoft.Xna.Framework.Game.OnExiting(Object, System.EventArgs) fullName.vb: Microsoft.Xna.Framework.Game.OnExiting(Object, Microsoft.Xna.Framework.ExitingEventArgs)
name.vb: OnExiting(Object, EventArgs) name.vb: OnExiting(Object, ExitingEventArgs)
spec.csharp: 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 name: OnExiting
isExternal: true isExternal: true
- name: ( - name: (
@ -2023,13 +1688,12 @@ references:
href: https://learn.microsoft.com/dotnet/api/system.object href: https://learn.microsoft.com/dotnet/api/system.object
- name: ',' - name: ','
- name: " " - name: " "
- uid: System.EventArgs - uid: Microsoft.Xna.Framework.ExitingEventArgs
name: EventArgs name: ExitingEventArgs
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.eventargs
- name: ) - name: )
spec.vb: 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 name: OnExiting
isExternal: true isExternal: true
- name: ( - name: (
@ -2039,10 +1703,9 @@ references:
href: https://learn.microsoft.com/dotnet/api/system.object href: https://learn.microsoft.com/dotnet/api/system.object
- name: ',' - name: ','
- name: " " - name: " "
- uid: System.EventArgs - uid: Microsoft.Xna.Framework.ExitingEventArgs
name: EventArgs name: ExitingEventArgs
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.eventargs
- name: ) - name: )
- uid: Microsoft.Xna.Framework.Game.OnActivated(System.Object,System.EventArgs) - uid: Microsoft.Xna.Framework.Game.OnActivated(System.Object,System.EventArgs)
commentId: M:Microsoft.Xna.Framework.Game.OnActivated(System.Object,System.EventArgs) commentId: M:Microsoft.Xna.Framework.Game.OnActivated(System.Object,System.EventArgs)

View file

@ -17,14 +17,6 @@ items:
nameWithType: GameSpeed nameWithType: GameSpeed
fullName: TinyLife.GameSpeed fullName: TinyLife.GameSpeed
type: Enum 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -49,14 +41,6 @@ items:
nameWithType: GameSpeed.Paused nameWithType: GameSpeed.Paused
fullName: TinyLife.GameSpeed.Paused fullName: TinyLife.GameSpeed.Paused
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -77,14 +61,6 @@ items:
nameWithType: GameSpeed.Regular nameWithType: GameSpeed.Regular
fullName: TinyLife.GameSpeed.Regular fullName: TinyLife.GameSpeed.Regular
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -105,14 +81,6 @@ items:
nameWithType: GameSpeed.Fast nameWithType: GameSpeed.Fast
fullName: TinyLife.GameSpeed.Fast fullName: TinyLife.GameSpeed.Fast
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -133,14 +101,6 @@ items:
nameWithType: GameSpeed.VeryFast nameWithType: GameSpeed.VeryFast
fullName: TinyLife.GameSpeed.VeryFast fullName: TinyLife.GameSpeed.VeryFast
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -161,14 +121,6 @@ items:
nameWithType: GameSpeed.ExtremelyFast nameWithType: GameSpeed.ExtremelyFast
fullName: TinyLife.GameSpeed.ExtremelyFast fullName: TinyLife.GameSpeed.ExtremelyFast
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife

View file

@ -22,14 +22,6 @@ items:
nameWithType: GenealogyType nameWithType: GenealogyType
fullName: TinyLife.GenealogyType fullName: TinyLife.GenealogyType
type: Enum 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -44,7 +36,7 @@ items:
extensionMethods: extensionMethods:
- TinyLife.GenealogyType.TinyLife.Utilities.Extensions.GetOpposite - TinyLife.GenealogyType.TinyLife.Utilities.Extensions.GetOpposite
- TinyLife.GenealogyType.TinyLife.Utilities.Extensions.GetTransitive(TinyLife.GenealogyType) - 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 - TinyLife.GenealogyType.TinyLife.Utilities.Extensions.JsonCopy``1
- uid: TinyLife.GenealogyType.Unrelated - uid: TinyLife.GenealogyType.Unrelated
commentId: F:TinyLife.GenealogyType.Unrelated commentId: F:TinyLife.GenealogyType.Unrelated
@ -57,14 +49,6 @@ items:
nameWithType: GenealogyType.Unrelated nameWithType: GenealogyType.Unrelated
fullName: TinyLife.GenealogyType.Unrelated fullName: TinyLife.GenealogyType.Unrelated
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -85,14 +69,6 @@ items:
nameWithType: GenealogyType.Parent nameWithType: GenealogyType.Parent
fullName: TinyLife.GenealogyType.Parent fullName: TinyLife.GenealogyType.Parent
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -113,14 +89,6 @@ items:
nameWithType: GenealogyType.Child nameWithType: GenealogyType.Child
fullName: TinyLife.GenealogyType.Child fullName: TinyLife.GenealogyType.Child
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -141,14 +109,6 @@ items:
nameWithType: GenealogyType.Sibling nameWithType: GenealogyType.Sibling
fullName: TinyLife.GenealogyType.Sibling fullName: TinyLife.GenealogyType.Sibling
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -169,14 +129,6 @@ items:
nameWithType: GenealogyType.Nibling nameWithType: GenealogyType.Nibling
fullName: TinyLife.GenealogyType.Nibling fullName: TinyLife.GenealogyType.Nibling
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -197,14 +149,6 @@ items:
nameWithType: GenealogyType.Pibling nameWithType: GenealogyType.Pibling
fullName: TinyLife.GenealogyType.Pibling fullName: TinyLife.GenealogyType.Pibling
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -225,14 +169,6 @@ items:
nameWithType: GenealogyType.Grandparent nameWithType: GenealogyType.Grandparent
fullName: TinyLife.GenealogyType.Grandparent fullName: TinyLife.GenealogyType.Grandparent
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -253,14 +189,6 @@ items:
nameWithType: GenealogyType.Grandchild nameWithType: GenealogyType.Grandchild
fullName: TinyLife.GenealogyType.Grandchild fullName: TinyLife.GenealogyType.Grandchild
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -281,14 +209,6 @@ items:
nameWithType: GenealogyType.Cousin nameWithType: GenealogyType.Cousin
fullName: TinyLife.GenealogyType.Cousin fullName: TinyLife.GenealogyType.Cousin
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -309,14 +229,6 @@ items:
nameWithType: GenealogyType.DistantlyRelated nameWithType: GenealogyType.DistantlyRelated
fullName: TinyLife.GenealogyType.DistantlyRelated fullName: TinyLife.GenealogyType.DistantlyRelated
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -402,38 +314,48 @@ references:
name: GenealogyType name: GenealogyType
href: TinyLife.GenealogyType.html href: TinyLife.GenealogyType.html
- name: ) - name: )
- uid: TinyLife.GenealogyType.TinyLife.Utilities.Extensions.IsAgeAppropriate(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) commentId: M:TinyLife.Utilities.Extensions.IsAgeAppropriate(TinyLife.GenealogyType,TinyLife.Objects.AgeGroup,TinyLife.Objects.AgeGroup)
parent: TinyLife.Utilities.Extensions parent: TinyLife.Utilities.Extensions
definition: 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_ href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_IsAgeAppropriate_TinyLife_GenealogyType_TinyLife_Objects_AgeGroup_TinyLife_Objects_AgeGroup_
name: IsAgeAppropriate(GenealogyType, AgeGroup) name: IsAgeAppropriate(GenealogyType, AgeGroup, AgeGroup)
nameWithType: Extensions.IsAgeAppropriate(GenealogyType, AgeGroup) nameWithType: Extensions.IsAgeAppropriate(GenealogyType, AgeGroup, AgeGroup)
fullName: TinyLife.Utilities.Extensions.IsAgeAppropriate(TinyLife.GenealogyType, TinyLife.Objects.AgeGroup) fullName: TinyLife.Utilities.Extensions.IsAgeAppropriate(TinyLife.GenealogyType, TinyLife.Objects.AgeGroup, TinyLife.Objects.AgeGroup)
spec.csharp: 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 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: ( - name: (
- uid: TinyLife.GenealogyType - uid: TinyLife.GenealogyType
name: GenealogyType name: GenealogyType
href: TinyLife.GenealogyType.html href: TinyLife.GenealogyType.html
- name: ',' - name: ','
- name: " " - name: " "
- uid: TinyLife.Objects.AgeGroup
name: AgeGroup
href: TinyLife.Objects.AgeGroup.html
- name: ','
- name: " "
- uid: TinyLife.Objects.AgeGroup - uid: TinyLife.Objects.AgeGroup
name: AgeGroup name: AgeGroup
href: TinyLife.Objects.AgeGroup.html href: TinyLife.Objects.AgeGroup.html
- name: ) - name: )
spec.vb: 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 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: ( - name: (
- uid: TinyLife.GenealogyType - uid: TinyLife.GenealogyType
name: GenealogyType name: GenealogyType
href: TinyLife.GenealogyType.html href: TinyLife.GenealogyType.html
- name: ',' - name: ','
- name: " " - name: " "
- uid: TinyLife.Objects.AgeGroup
name: AgeGroup
href: TinyLife.Objects.AgeGroup.html
- name: ','
- name: " "
- uid: TinyLife.Objects.AgeGroup - uid: TinyLife.Objects.AgeGroup
name: AgeGroup name: AgeGroup
href: TinyLife.Objects.AgeGroup.html href: TinyLife.Objects.AgeGroup.html
@ -544,36 +466,46 @@ references:
name: GenealogyType name: GenealogyType
href: TinyLife.GenealogyType.html href: TinyLife.GenealogyType.html
- name: ) - name: )
- uid: 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) 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_ href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_IsAgeAppropriate_TinyLife_GenealogyType_TinyLife_Objects_AgeGroup_TinyLife_Objects_AgeGroup_
name: IsAgeAppropriate(GenealogyType, AgeGroup) name: IsAgeAppropriate(GenealogyType, AgeGroup, AgeGroup)
nameWithType: Extensions.IsAgeAppropriate(GenealogyType, AgeGroup) nameWithType: Extensions.IsAgeAppropriate(GenealogyType, AgeGroup, AgeGroup)
fullName: TinyLife.Utilities.Extensions.IsAgeAppropriate(TinyLife.GenealogyType, TinyLife.Objects.AgeGroup) fullName: TinyLife.Utilities.Extensions.IsAgeAppropriate(TinyLife.GenealogyType, TinyLife.Objects.AgeGroup, TinyLife.Objects.AgeGroup)
spec.csharp: 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 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: ( - name: (
- uid: TinyLife.GenealogyType - uid: TinyLife.GenealogyType
name: GenealogyType name: GenealogyType
href: TinyLife.GenealogyType.html href: TinyLife.GenealogyType.html
- name: ',' - name: ','
- name: " " - name: " "
- uid: TinyLife.Objects.AgeGroup
name: AgeGroup
href: TinyLife.Objects.AgeGroup.html
- name: ','
- name: " "
- uid: TinyLife.Objects.AgeGroup - uid: TinyLife.Objects.AgeGroup
name: AgeGroup name: AgeGroup
href: TinyLife.Objects.AgeGroup.html href: TinyLife.Objects.AgeGroup.html
- name: ) - name: )
spec.vb: 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 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: ( - name: (
- uid: TinyLife.GenealogyType - uid: TinyLife.GenealogyType
name: GenealogyType name: GenealogyType
href: TinyLife.GenealogyType.html href: TinyLife.GenealogyType.html
- name: ',' - name: ','
- name: " " - name: " "
- uid: TinyLife.Objects.AgeGroup
name: AgeGroup
href: TinyLife.Objects.AgeGroup.html
- name: ','
- name: " "
- uid: TinyLife.Objects.AgeGroup - uid: TinyLife.Objects.AgeGroup
name: AgeGroup name: AgeGroup
href: TinyLife.Objects.AgeGroup.html href: TinyLife.Objects.AgeGroup.html

View file

@ -20,14 +20,6 @@ items:
nameWithType: Achievement nameWithType: Achievement
fullName: TinyLife.Goals.Achievement fullName: TinyLife.Goals.Achievement
type: Class 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -72,14 +64,6 @@ items:
nameWithType: Achievement.Type nameWithType: Achievement.Type
fullName: TinyLife.Goals.Achievement.Type fullName: TinyLife.Goals.Achievement.Type
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -111,14 +95,6 @@ items:
nameWithType: Achievement.Goals nameWithType: Achievement.Goals
fullName: TinyLife.Goals.Achievement.Goals fullName: TinyLife.Goals.Achievement.Goals
type: Property 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -156,14 +132,6 @@ items:
nameWithType: Achievement.Completed nameWithType: Achievement.Completed
fullName: TinyLife.Goals.Achievement.Completed fullName: TinyLife.Goals.Achievement.Completed
type: Property 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -204,14 +172,6 @@ items:
nameWithType: Achievement.Achievement(AchievementType, GoalSet) nameWithType: Achievement.Achievement(AchievementType, GoalSet)
fullName: TinyLife.Goals.Achievement.Achievement(TinyLife.Goals.AchievementType, TinyLife.Goals.GoalSet) fullName: TinyLife.Goals.Achievement.Achievement(TinyLife.Goals.AchievementType, TinyLife.Goals.GoalSet)
type: Constructor 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -245,14 +205,6 @@ items:
nameWithType: Achievement.Update(GameTime, TimeSpan, float) nameWithType: Achievement.Update(GameTime, TimeSpan, float)
fullName: TinyLife.Goals.Achievement.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) fullName: TinyLife.Goals.Achievement.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -289,14 +241,6 @@ items:
nameWithType: Achievement.CreateElement() nameWithType: Achievement.CreateElement()
fullName: TinyLife.Goals.Achievement.CreateElement() fullName: TinyLife.Goals.Achievement.CreateElement()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -323,14 +267,6 @@ items:
nameWithType: Achievement.Validate() nameWithType: Achievement.Validate()
fullName: TinyLife.Goals.Achievement.Validate() fullName: TinyLife.Goals.Achievement.Validate()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -354,14 +290,6 @@ items:
nameWithType: Achievement.Complete() nameWithType: Achievement.Complete()
fullName: TinyLife.Goals.Achievement.Complete() fullName: TinyLife.Goals.Achievement.Complete()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals

View file

@ -25,14 +25,6 @@ items:
nameWithType: AchievementType nameWithType: AchievementType
fullName: TinyLife.Goals.AchievementType fullName: TinyLife.Goals.AchievementType
type: Class 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -73,14 +65,6 @@ items:
nameWithType: AchievementType.Types nameWithType: AchievementType.Types
fullName: TinyLife.Goals.AchievementType.Types fullName: TinyLife.Goals.AchievementType.Types
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -102,14 +86,6 @@ items:
nameWithType: AchievementType.SomeoneDiesOnYourLot nameWithType: AchievementType.SomeoneDiesOnYourLot
fullName: TinyLife.Goals.AchievementType.SomeoneDiesOnYourLot fullName: TinyLife.Goals.AchievementType.SomeoneDiesOnYourLot
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -129,14 +105,6 @@ items:
nameWithType: AchievementType.DieOnPublicLot nameWithType: AchievementType.DieOnPublicLot
fullName: TinyLife.Goals.AchievementType.DieOnPublicLot fullName: TinyLife.Goals.AchievementType.DieOnPublicLot
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -156,14 +124,6 @@ items:
nameWithType: AchievementType.HiddenTrash nameWithType: AchievementType.HiddenTrash
fullName: TinyLife.Goals.AchievementType.HiddenTrash fullName: TinyLife.Goals.AchievementType.HiddenTrash
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -183,14 +143,6 @@ items:
nameWithType: AchievementType.Name nameWithType: AchievementType.Name
fullName: TinyLife.Goals.AchievementType.Name fullName: TinyLife.Goals.AchievementType.Name
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -212,14 +164,6 @@ items:
nameWithType: AchievementType.Icon nameWithType: AchievementType.Icon
fullName: TinyLife.Goals.AchievementType.Icon fullName: TinyLife.Goals.AchievementType.Icon
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -241,14 +185,6 @@ items:
nameWithType: AchievementType.Goals nameWithType: AchievementType.Goals
fullName: TinyLife.Goals.AchievementType.Goals fullName: TinyLife.Goals.AchievementType.Goals
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -273,14 +209,6 @@ items:
nameWithType: AchievementType.Hidden nameWithType: AchievementType.Hidden
fullName: TinyLife.Goals.AchievementType.Hidden fullName: TinyLife.Goals.AchievementType.Hidden
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -302,14 +230,6 @@ items:
nameWithType: AchievementType.DisplayName nameWithType: AchievementType.DisplayName
fullName: TinyLife.Goals.AchievementType.DisplayName fullName: TinyLife.Goals.AchievementType.DisplayName
type: Property 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -333,14 +253,6 @@ items:
nameWithType: AchievementType.AchievementType(string, TextureRegion, GoalInfo, bool) nameWithType: AchievementType.AchievementType(string, TextureRegion, GoalInfo, bool)
fullName: TinyLife.Goals.AchievementType.AchievementType(string, MLEM.Textures.TextureRegion, TinyLife.Goals.GoalInfo, bool) fullName: TinyLife.Goals.AchievementType.AchievementType(string, MLEM.Textures.TextureRegion, TinyLife.Goals.GoalInfo, bool)
type: Constructor 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -377,14 +289,6 @@ items:
nameWithType: AchievementType.AchievementType(string, TextureRegion, GoalSetInfo, bool) nameWithType: AchievementType.AchievementType(string, TextureRegion, GoalSetInfo, bool)
fullName: TinyLife.Goals.AchievementType.AchievementType(string, MLEM.Textures.TextureRegion, TinyLife.Goals.GoalSetInfo, bool) fullName: TinyLife.Goals.AchievementType.AchievementType(string, MLEM.Textures.TextureRegion, TinyLife.Goals.GoalSetInfo, bool)
type: Constructor 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -421,14 +325,6 @@ items:
nameWithType: AchievementType.Construct() nameWithType: AchievementType.Construct()
fullName: TinyLife.Goals.AchievementType.Construct() fullName: TinyLife.Goals.AchievementType.Construct()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -452,14 +348,6 @@ items:
nameWithType: AchievementType.Register(AchievementType) nameWithType: AchievementType.Register(AchievementType)
fullName: TinyLife.Goals.AchievementType.Register(TinyLife.Goals.AchievementType) fullName: TinyLife.Goals.AchievementType.Register(TinyLife.Goals.AchievementType)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals

View file

@ -17,14 +17,6 @@ items:
nameWithType: AmountGoal nameWithType: AmountGoal
fullName: TinyLife.Goals.AmountGoal fullName: TinyLife.Goals.AmountGoal
type: Class 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -76,14 +68,6 @@ items:
nameWithType: AmountGoal.AmountGoal(GoalSet, AutoGoalInfo) nameWithType: AmountGoal.AmountGoal(GoalSet, AutoGoalInfo)
fullName: TinyLife.Goals.AmountGoal.AmountGoal(TinyLife.Goals.GoalSet, TinyLife.Goals.AutoGoalInfo) fullName: TinyLife.Goals.AmountGoal.AmountGoal(TinyLife.Goals.GoalSet, TinyLife.Goals.AutoGoalInfo)
type: Constructor 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -111,14 +95,6 @@ items:
nameWithType: AmountGoal.GetProgress() nameWithType: AmountGoal.GetProgress()
fullName: TinyLife.Goals.AmountGoal.GetProgress() fullName: TinyLife.Goals.AmountGoal.GetProgress()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -143,14 +119,6 @@ items:
nameWithType: AmountGoal.Reset() nameWithType: AmountGoal.Reset()
fullName: TinyLife.Goals.AmountGoal.Reset() fullName: TinyLife.Goals.AmountGoal.Reset()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -172,14 +140,6 @@ items:
nameWithType: AmountGoal.GetDisplayedProgress(bool) nameWithType: AmountGoal.GetDisplayedProgress(bool)
fullName: TinyLife.Goals.AmountGoal.GetDisplayedProgress(bool) fullName: TinyLife.Goals.AmountGoal.GetDisplayedProgress(bool)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -213,14 +173,6 @@ items:
nameWithType: AmountGoal.Trigger(float) nameWithType: AmountGoal.Trigger(float)
fullName: TinyLife.Goals.AmountGoal.Trigger(float) fullName: TinyLife.Goals.AmountGoal.Trigger(float)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals

View file

@ -20,14 +20,6 @@ items:
nameWithType: AutoGoalInfo nameWithType: AutoGoalInfo
fullName: TinyLife.Goals.AutoGoalInfo fullName: TinyLife.Goals.AutoGoalInfo
type: Class 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -71,14 +63,6 @@ items:
nameWithType: AutoGoalInfo.Triggers nameWithType: AutoGoalInfo.Triggers
fullName: TinyLife.Goals.AutoGoalInfo.Triggers fullName: TinyLife.Goals.AutoGoalInfo.Triggers
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -103,14 +87,6 @@ items:
nameWithType: AutoGoalInfo.Condition nameWithType: AutoGoalInfo.Condition
fullName: TinyLife.Goals.AutoGoalInfo.Condition fullName: TinyLife.Goals.AutoGoalInfo.Condition
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -135,14 +111,6 @@ items:
nameWithType: AutoGoalInfo.AutoGoalInfo(string, GoalTrigger[], Func<object, bool>, Func<GoalSet, AutoGoalInfo, Goal>) nameWithType: AutoGoalInfo.AutoGoalInfo(string, GoalTrigger[], Func<object, bool>, Func<GoalSet, AutoGoalInfo, Goal>)
fullName: TinyLife.Goals.AutoGoalInfo.AutoGoalInfo(string, TinyLife.Goals.GoalTrigger[], System.Func<object, bool>, System.Func<TinyLife.Goals.GoalSet, TinyLife.Goals.AutoGoalInfo, TinyLife.Goals.Goal>) fullName: TinyLife.Goals.AutoGoalInfo.AutoGoalInfo(string, TinyLife.Goals.GoalTrigger[], System.Func<object, bool>, System.Func<TinyLife.Goals.GoalSet, TinyLife.Goals.AutoGoalInfo, TinyLife.Goals.Goal>)
type: Constructor 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -182,14 +150,6 @@ items:
nameWithType: AutoGoalInfo.Timed<T>(string, TimeSpan, Func<T, bool>, params GoalTrigger[]) nameWithType: AutoGoalInfo.Timed<T>(string, TimeSpan, Func<T, bool>, params GoalTrigger[])
fullName: TinyLife.Goals.AutoGoalInfo.Timed<T>(string, System.TimeSpan, System.Func<T, bool>, params TinyLife.Goals.GoalTrigger[]) fullName: TinyLife.Goals.AutoGoalInfo.Timed<T>(string, System.TimeSpan, System.Func<T, bool>, params TinyLife.Goals.GoalTrigger[])
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -235,14 +195,6 @@ items:
nameWithType: AutoGoalInfo.Amount<T>(string, float, Func<T, bool>, params GoalTrigger[]) nameWithType: AutoGoalInfo.Amount<T>(string, float, Func<T, bool>, params GoalTrigger[])
fullName: TinyLife.Goals.AutoGoalInfo.Amount<T>(string, float, System.Func<T, bool>, params TinyLife.Goals.GoalTrigger[]) fullName: TinyLife.Goals.AutoGoalInfo.Amount<T>(string, float, System.Func<T, bool>, params TinyLife.Goals.GoalTrigger[])
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -288,14 +240,6 @@ items:
nameWithType: AutoGoalInfo.Distinct<T>(string, int, Func<T, string>, Func<T, bool>, params GoalTrigger[]) nameWithType: AutoGoalInfo.Distinct<T>(string, int, Func<T, string>, Func<T, bool>, params GoalTrigger[])
fullName: TinyLife.Goals.AutoGoalInfo.Distinct<T>(string, int, System.Func<T, string>, System.Func<T, bool>, params TinyLife.Goals.GoalTrigger[]) fullName: TinyLife.Goals.AutoGoalInfo.Distinct<T>(string, int, System.Func<T, string>, System.Func<T, bool>, params TinyLife.Goals.GoalTrigger[])
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -346,14 +290,6 @@ items:
nameWithType: AutoGoalInfo.Distinct<T>(string, IEnumerable<string>, Func<T, string>, Func<T, bool>, params GoalTrigger[]) nameWithType: AutoGoalInfo.Distinct<T>(string, IEnumerable<string>, Func<T, string>, Func<T, bool>, params GoalTrigger[])
fullName: TinyLife.Goals.AutoGoalInfo.Distinct<T>(string, System.Collections.Generic.IEnumerable<string>, System.Func<T, string>, System.Func<T, bool>, params TinyLife.Goals.GoalTrigger[]) fullName: TinyLife.Goals.AutoGoalInfo.Distinct<T>(string, System.Collections.Generic.IEnumerable<string>, System.Func<T, string>, System.Func<T, bool>, params TinyLife.Goals.GoalTrigger[])
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -404,14 +340,6 @@ items:
nameWithType: AutoGoalInfo.Conditioned<T>(string, Func<T, bool>, params GoalTrigger[]) nameWithType: AutoGoalInfo.Conditioned<T>(string, Func<T, bool>, params GoalTrigger[])
fullName: TinyLife.Goals.AutoGoalInfo.Conditioned<T>(string, System.Func<T, bool>, params TinyLife.Goals.GoalTrigger[]) fullName: TinyLife.Goals.AutoGoalInfo.Conditioned<T>(string, System.Func<T, bool>, params TinyLife.Goals.GoalTrigger[])
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals

View file

@ -16,14 +16,6 @@ items:
nameWithType: AutoTriggerGoal<T> nameWithType: AutoTriggerGoal<T>
fullName: TinyLife.Goals.AutoTriggerGoal<T> fullName: TinyLife.Goals.AutoTriggerGoal<T>
type: Class 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -85,14 +77,6 @@ items:
nameWithType: AutoTriggerGoal<T>.AutoTriggerGoal(GoalSet, AutoGoalInfo) nameWithType: AutoTriggerGoal<T>.AutoTriggerGoal(GoalSet, AutoGoalInfo)
fullName: TinyLife.Goals.AutoTriggerGoal<T>.AutoTriggerGoal(TinyLife.Goals.GoalSet, TinyLife.Goals.AutoGoalInfo) fullName: TinyLife.Goals.AutoTriggerGoal<T>.AutoTriggerGoal(TinyLife.Goals.GoalSet, TinyLife.Goals.AutoGoalInfo)
type: Constructor 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -120,14 +104,6 @@ items:
nameWithType: AutoTriggerGoal<T>.Trigger(T) nameWithType: AutoTriggerGoal<T>.Trigger(T)
fullName: TinyLife.Goals.AutoTriggerGoal<T>.Trigger(T) fullName: TinyLife.Goals.AutoTriggerGoal<T>.Trigger(T)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -157,14 +133,6 @@ items:
nameWithType: AutoTriggerGoal<T>.Trigger(object) nameWithType: AutoTriggerGoal<T>.Trigger(object)
fullName: TinyLife.Goals.AutoTriggerGoal<T>.Trigger(object) fullName: TinyLife.Goals.AutoTriggerGoal<T>.Trigger(object)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -196,14 +164,6 @@ items:
nameWithType: AutoTriggerGoal<T>.CanTrigger(object, GoalTrigger, object) nameWithType: AutoTriggerGoal<T>.CanTrigger(object, GoalTrigger, object)
fullName: TinyLife.Goals.AutoTriggerGoal<T>.CanTrigger(object, TinyLife.Goals.GoalTrigger, object) fullName: TinyLife.Goals.AutoTriggerGoal<T>.CanTrigger(object, TinyLife.Goals.GoalTrigger, object)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals

View file

@ -15,14 +15,6 @@ items:
nameWithType: AutoTriggerGoal nameWithType: AutoTriggerGoal
fullName: TinyLife.Goals.AutoTriggerGoal fullName: TinyLife.Goals.AutoTriggerGoal
type: Class 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -75,14 +67,6 @@ items:
nameWithType: AutoTriggerGoal.AutoTriggerGoal(GoalSet, AutoGoalInfo) nameWithType: AutoTriggerGoal.AutoTriggerGoal(GoalSet, AutoGoalInfo)
fullName: TinyLife.Goals.AutoTriggerGoal.AutoTriggerGoal(TinyLife.Goals.GoalSet, TinyLife.Goals.AutoGoalInfo) fullName: TinyLife.Goals.AutoTriggerGoal.AutoTriggerGoal(TinyLife.Goals.GoalSet, TinyLife.Goals.AutoGoalInfo)
type: Constructor 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -110,14 +94,6 @@ items:
nameWithType: AutoTriggerGoal.Trigger(object) nameWithType: AutoTriggerGoal.Trigger(object)
fullName: TinyLife.Goals.AutoTriggerGoal.Trigger(object) fullName: TinyLife.Goals.AutoTriggerGoal.Trigger(object)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -148,14 +124,6 @@ items:
nameWithType: AutoTriggerGoal.CanTrigger(object, GoalTrigger, object) nameWithType: AutoTriggerGoal.CanTrigger(object, GoalTrigger, object)
fullName: TinyLife.Goals.AutoTriggerGoal.CanTrigger(object, TinyLife.Goals.GoalTrigger, object) fullName: TinyLife.Goals.AutoTriggerGoal.CanTrigger(object, TinyLife.Goals.GoalTrigger, object)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals

View file

@ -17,14 +17,6 @@ items:
nameWithType: ConditionedGoal nameWithType: ConditionedGoal
fullName: TinyLife.Goals.ConditionedGoal fullName: TinyLife.Goals.ConditionedGoal
type: Class 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -76,14 +68,6 @@ items:
nameWithType: ConditionedGoal.ConditionedGoal(GoalSet, AutoGoalInfo) nameWithType: ConditionedGoal.ConditionedGoal(GoalSet, AutoGoalInfo)
fullName: TinyLife.Goals.ConditionedGoal.ConditionedGoal(TinyLife.Goals.GoalSet, TinyLife.Goals.AutoGoalInfo) fullName: TinyLife.Goals.ConditionedGoal.ConditionedGoal(TinyLife.Goals.GoalSet, TinyLife.Goals.AutoGoalInfo)
type: Constructor 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -111,14 +95,6 @@ items:
nameWithType: ConditionedGoal.GetProgress() nameWithType: ConditionedGoal.GetProgress()
fullName: TinyLife.Goals.ConditionedGoal.GetProgress() fullName: TinyLife.Goals.ConditionedGoal.GetProgress()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -143,14 +119,6 @@ items:
nameWithType: ConditionedGoal.Reset() nameWithType: ConditionedGoal.Reset()
fullName: TinyLife.Goals.ConditionedGoal.Reset() fullName: TinyLife.Goals.ConditionedGoal.Reset()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -172,14 +140,6 @@ items:
nameWithType: ConditionedGoal.GetDisplayedProgress(bool) nameWithType: ConditionedGoal.GetDisplayedProgress(bool)
fullName: TinyLife.Goals.ConditionedGoal.GetDisplayedProgress(bool) fullName: TinyLife.Goals.ConditionedGoal.GetDisplayedProgress(bool)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -213,14 +173,6 @@ items:
nameWithType: ConditionedGoal.Trigger(bool) nameWithType: ConditionedGoal.Trigger(bool)
fullName: TinyLife.Goals.ConditionedGoal.Trigger(bool) fullName: TinyLife.Goals.ConditionedGoal.Trigger(bool)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals

View file

@ -19,14 +19,6 @@ items:
nameWithType: DistinctGoal<T> nameWithType: DistinctGoal<T>
fullName: TinyLife.Goals.DistinctGoal<T> fullName: TinyLife.Goals.DistinctGoal<T>
type: Class 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -81,14 +73,6 @@ items:
nameWithType: DistinctGoal<T>.DistinctGoal(GoalSet, AutoGoalInfo) nameWithType: DistinctGoal<T>.DistinctGoal(GoalSet, AutoGoalInfo)
fullName: TinyLife.Goals.DistinctGoal<T>.DistinctGoal(TinyLife.Goals.GoalSet, TinyLife.Goals.AutoGoalInfo) fullName: TinyLife.Goals.DistinctGoal<T>.DistinctGoal(TinyLife.Goals.GoalSet, TinyLife.Goals.AutoGoalInfo)
type: Constructor 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -116,14 +100,6 @@ items:
nameWithType: DistinctGoal<T>.GetProgress() nameWithType: DistinctGoal<T>.GetProgress()
fullName: TinyLife.Goals.DistinctGoal<T>.GetProgress() fullName: TinyLife.Goals.DistinctGoal<T>.GetProgress()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -150,14 +126,6 @@ items:
nameWithType: DistinctGoal<T>.Reset() nameWithType: DistinctGoal<T>.Reset()
fullName: TinyLife.Goals.DistinctGoal<T>.Reset() fullName: TinyLife.Goals.DistinctGoal<T>.Reset()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -181,14 +149,6 @@ items:
nameWithType: DistinctGoal<T>.GetDisplayedProgress(bool) nameWithType: DistinctGoal<T>.GetDisplayedProgress(bool)
fullName: TinyLife.Goals.DistinctGoal<T>.GetDisplayedProgress(bool) fullName: TinyLife.Goals.DistinctGoal<T>.GetDisplayedProgress(bool)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -222,14 +182,6 @@ items:
nameWithType: DistinctGoal<T>.Validate(GoalSet) nameWithType: DistinctGoal<T>.Validate(GoalSet)
fullName: TinyLife.Goals.DistinctGoal<T>.Validate(TinyLife.Goals.GoalSet) fullName: TinyLife.Goals.DistinctGoal<T>.Validate(TinyLife.Goals.GoalSet)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -260,14 +212,6 @@ items:
nameWithType: DistinctGoal<T>.Trigger(T) nameWithType: DistinctGoal<T>.Trigger(T)
fullName: TinyLife.Goals.DistinctGoal<T>.Trigger(T) fullName: TinyLife.Goals.DistinctGoal<T>.Trigger(T)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -298,14 +242,6 @@ items:
nameWithType: DistinctGoal<T>.CanTrigger(object, GoalTrigger, object) nameWithType: DistinctGoal<T>.CanTrigger(object, GoalTrigger, object)
fullName: TinyLife.Goals.DistinctGoal<T>.CanTrigger(object, TinyLife.Goals.GoalTrigger, object) fullName: TinyLife.Goals.DistinctGoal<T>.CanTrigger(object, TinyLife.Goals.GoalTrigger, object)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals

View file

@ -14,14 +14,6 @@ items:
nameWithType: Goal<TInfo> nameWithType: Goal<TInfo>
fullName: TinyLife.Goals.Goal<TInfo> fullName: TinyLife.Goals.Goal<TInfo>
type: Class 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -77,14 +69,6 @@ items:
nameWithType: Goal<TInfo>.Info nameWithType: Goal<TInfo>.Info
fullName: TinyLife.Goals.Goal<TInfo>.Info fullName: TinyLife.Goals.Goal<TInfo>.Info
type: Property 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -110,14 +94,6 @@ items:
nameWithType: Goal<TInfo>.Goal(GoalSet, TInfo) nameWithType: Goal<TInfo>.Goal(GoalSet, TInfo)
fullName: TinyLife.Goals.Goal<TInfo>.Goal(TinyLife.Goals.GoalSet, TInfo) fullName: TinyLife.Goals.Goal<TInfo>.Goal(TinyLife.Goals.GoalSet, TInfo)
type: Constructor 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals

View file

@ -21,14 +21,6 @@ items:
nameWithType: Goal nameWithType: Goal
fullName: TinyLife.Goals.Goal fullName: TinyLife.Goals.Goal
type: Class 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -82,14 +74,6 @@ items:
nameWithType: Goal.Name nameWithType: Goal.Name
fullName: TinyLife.Goals.Goal.Name fullName: TinyLife.Goals.Goal.Name
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -121,14 +105,6 @@ items:
nameWithType: Goal.Set nameWithType: Goal.Set
fullName: TinyLife.Goals.Goal.Set fullName: TinyLife.Goals.Goal.Set
type: Property 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -152,14 +128,6 @@ items:
nameWithType: Goal.Info nameWithType: Goal.Info
fullName: TinyLife.Goals.Goal.Info fullName: TinyLife.Goals.Goal.Info
type: Property 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -183,14 +151,6 @@ items:
nameWithType: Goal.Goal(GoalSet, GoalInfo) nameWithType: Goal.Goal(GoalSet, GoalInfo)
fullName: TinyLife.Goals.Goal.Goal(TinyLife.Goals.GoalSet, TinyLife.Goals.GoalInfo) fullName: TinyLife.Goals.Goal.Goal(TinyLife.Goals.GoalSet, TinyLife.Goals.GoalInfo)
type: Constructor 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -221,14 +181,6 @@ items:
nameWithType: Goal.GetProgress() nameWithType: Goal.GetProgress()
fullName: TinyLife.Goals.Goal.GetProgress() fullName: TinyLife.Goals.Goal.GetProgress()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -252,14 +204,6 @@ items:
nameWithType: Goal.Reset() nameWithType: Goal.Reset()
fullName: TinyLife.Goals.Goal.Reset() fullName: TinyLife.Goals.Goal.Reset()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -280,14 +224,6 @@ items:
nameWithType: Goal.GetDisplayedProgress(bool) nameWithType: Goal.GetDisplayedProgress(bool)
fullName: TinyLife.Goals.Goal.GetDisplayedProgress(bool) fullName: TinyLife.Goals.Goal.GetDisplayedProgress(bool)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -320,14 +256,6 @@ items:
nameWithType: Goal.Validate(GoalSet) nameWithType: Goal.Validate(GoalSet)
fullName: TinyLife.Goals.Goal.Validate(TinyLife.Goals.GoalSet) fullName: TinyLife.Goals.Goal.Validate(TinyLife.Goals.GoalSet)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -355,14 +283,6 @@ items:
nameWithType: Goal.GetDisplay(Anchor, bool, bool) nameWithType: Goal.GetDisplay(Anchor, bool, bool)
fullName: TinyLife.Goals.Goal.GetDisplay(MLEM.Ui.Anchor, bool, bool) fullName: TinyLife.Goals.Goal.GetDisplay(MLEM.Ui.Anchor, bool, bool)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals

View file

@ -15,14 +15,6 @@ items:
nameWithType: GoalInfo nameWithType: GoalInfo
fullName: TinyLife.Goals.GoalInfo fullName: TinyLife.Goals.GoalInfo
type: Class 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -65,14 +57,6 @@ items:
nameWithType: GoalInfo.Name nameWithType: GoalInfo.Name
fullName: TinyLife.Goals.GoalInfo.Name fullName: TinyLife.Goals.GoalInfo.Name
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -94,14 +78,6 @@ items:
nameWithType: GoalInfo.GoalInfo(string, Func<GoalSet, GoalInfo, Goal>) nameWithType: GoalInfo.GoalInfo(string, Func<GoalSet, GoalInfo, Goal>)
fullName: TinyLife.Goals.GoalInfo.GoalInfo(string, System.Func<TinyLife.Goals.GoalSet, TinyLife.Goals.GoalInfo, TinyLife.Goals.Goal>) fullName: TinyLife.Goals.GoalInfo.GoalInfo(string, System.Func<TinyLife.Goals.GoalSet, TinyLife.Goals.GoalInfo, TinyLife.Goals.Goal>)
type: Constructor 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -132,14 +108,6 @@ items:
nameWithType: GoalInfo.Construct(GoalSet) nameWithType: GoalInfo.Construct(GoalSet)
fullName: TinyLife.Goals.GoalInfo.Construct(TinyLife.Goals.GoalSet) fullName: TinyLife.Goals.GoalInfo.Construct(TinyLife.Goals.GoalSet)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals

View file

@ -23,14 +23,6 @@ items:
nameWithType: GoalSet nameWithType: GoalSet
fullName: TinyLife.Goals.GoalSet fullName: TinyLife.Goals.GoalSet
type: Class 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -82,14 +74,6 @@ items:
nameWithType: GoalSet.Goals nameWithType: GoalSet.Goals
fullName: TinyLife.Goals.GoalSet.Goals fullName: TinyLife.Goals.GoalSet.Goals
type: Property 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -113,14 +97,6 @@ items:
nameWithType: GoalSet.Info nameWithType: GoalSet.Info
fullName: TinyLife.Goals.GoalSet.Info fullName: TinyLife.Goals.GoalSet.Info
type: Property 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -144,14 +120,6 @@ items:
nameWithType: GoalSet.GoalSet(GoalSetInfo) nameWithType: GoalSet.GoalSet(GoalSetInfo)
fullName: TinyLife.Goals.GoalSet.GoalSet(TinyLife.Goals.GoalSetInfo) fullName: TinyLife.Goals.GoalSet.GoalSet(TinyLife.Goals.GoalSetInfo)
type: Constructor 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -179,14 +147,6 @@ items:
nameWithType: GoalSet.GetProgress() nameWithType: GoalSet.GetProgress()
fullName: TinyLife.Goals.GoalSet.GetProgress() fullName: TinyLife.Goals.GoalSet.GetProgress()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -210,14 +170,6 @@ items:
nameWithType: GoalSet.IsCompleted() nameWithType: GoalSet.IsCompleted()
fullName: TinyLife.Goals.GoalSet.IsCompleted() fullName: TinyLife.Goals.GoalSet.IsCompleted()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -244,14 +196,6 @@ items:
nameWithType: GoalSet.Reset() nameWithType: GoalSet.Reset()
fullName: TinyLife.Goals.GoalSet.Reset() fullName: TinyLife.Goals.GoalSet.Reset()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -272,14 +216,6 @@ items:
nameWithType: GoalSet.GetGoals<T>() nameWithType: GoalSet.GetGoals<T>()
fullName: TinyLife.Goals.GoalSet.GetGoals<T>() fullName: TinyLife.Goals.GoalSet.GetGoals<T>()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -309,14 +245,6 @@ items:
nameWithType: GoalSet.GetGoal<T>(string) nameWithType: GoalSet.GetGoal<T>(string)
fullName: TinyLife.Goals.GoalSet.GetGoal<T>(string) fullName: TinyLife.Goals.GoalSet.GetGoal<T>(string)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -350,14 +278,6 @@ items:
nameWithType: GoalSet.GetGoal<T>() nameWithType: GoalSet.GetGoal<T>()
fullName: TinyLife.Goals.GoalSet.GetGoal<T>() fullName: TinyLife.Goals.GoalSet.GetGoal<T>()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -390,14 +310,6 @@ items:
nameWithType: GoalSet.GetDisplay(Anchor, bool) nameWithType: GoalSet.GetDisplay(Anchor, bool)
fullName: TinyLife.Goals.GoalSet.GetDisplay(MLEM.Ui.Anchor, bool) fullName: TinyLife.Goals.GoalSet.GetDisplay(MLEM.Ui.Anchor, bool)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -431,14 +343,6 @@ items:
nameWithType: GoalSet.Validate(GoalSetInfo) nameWithType: GoalSet.Validate(GoalSetInfo)
fullName: TinyLife.Goals.GoalSet.Validate(TinyLife.Goals.GoalSetInfo) fullName: TinyLife.Goals.GoalSet.Validate(TinyLife.Goals.GoalSetInfo)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals

View file

@ -15,14 +15,6 @@ items:
nameWithType: GoalSetInfo nameWithType: GoalSetInfo
fullName: TinyLife.Goals.GoalSetInfo fullName: TinyLife.Goals.GoalSetInfo
type: Class 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -60,14 +52,6 @@ items:
nameWithType: GoalSetInfo.Configurations nameWithType: GoalSetInfo.Configurations
fullName: TinyLife.Goals.GoalSetInfo.Configurations fullName: TinyLife.Goals.GoalSetInfo.Configurations
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -89,14 +73,6 @@ items:
nameWithType: GoalSetInfo.GoalSetInfo(params GoalInfo[]) nameWithType: GoalSetInfo.GoalSetInfo(params GoalInfo[])
fullName: TinyLife.Goals.GoalSetInfo.GoalSetInfo(params TinyLife.Goals.GoalInfo[]) fullName: TinyLife.Goals.GoalSetInfo.GoalSetInfo(params TinyLife.Goals.GoalInfo[])
type: Constructor 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -124,14 +100,6 @@ items:
nameWithType: GoalSetInfo.Construct() nameWithType: GoalSetInfo.Construct()
fullName: TinyLife.Goals.GoalSetInfo.Construct() fullName: TinyLife.Goals.GoalSetInfo.Construct()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals

View file

@ -31,14 +31,6 @@ items:
nameWithType: GoalTrigger nameWithType: GoalTrigger
fullName: TinyLife.Goals.GoalTrigger fullName: TinyLife.Goals.GoalTrigger
type: Class 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -73,14 +65,6 @@ items:
nameWithType: GoalTrigger.PersonUpdate nameWithType: GoalTrigger.PersonUpdate
fullName: TinyLife.Goals.GoalTrigger.PersonUpdate fullName: TinyLife.Goals.GoalTrigger.PersonUpdate
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -105,14 +89,6 @@ items:
nameWithType: GoalTrigger.FurnitureCreated nameWithType: GoalTrigger.FurnitureCreated
fullName: TinyLife.Goals.GoalTrigger.FurnitureCreated fullName: TinyLife.Goals.GoalTrigger.FurnitureCreated
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -139,14 +115,6 @@ items:
nameWithType: GoalTrigger.ActionCompleted nameWithType: GoalTrigger.ActionCompleted
fullName: TinyLife.Goals.GoalTrigger.ActionCompleted fullName: TinyLife.Goals.GoalTrigger.ActionCompleted
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -171,14 +139,6 @@ items:
nameWithType: GoalTrigger.ActionEnded nameWithType: GoalTrigger.ActionEnded
fullName: TinyLife.Goals.GoalTrigger.ActionEnded fullName: TinyLife.Goals.GoalTrigger.ActionEnded
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -203,14 +163,6 @@ items:
nameWithType: GoalTrigger.ActionUpdate nameWithType: GoalTrigger.ActionUpdate
fullName: TinyLife.Goals.GoalTrigger.ActionUpdate fullName: TinyLife.Goals.GoalTrigger.ActionUpdate
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -235,14 +187,6 @@ items:
nameWithType: GoalTrigger.EarnMoney nameWithType: GoalTrigger.EarnMoney
fullName: TinyLife.Goals.GoalTrigger.EarnMoney fullName: TinyLife.Goals.GoalTrigger.EarnMoney
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -269,14 +213,6 @@ items:
nameWithType: GoalTrigger.EmotionGained nameWithType: GoalTrigger.EmotionGained
fullName: TinyLife.Goals.GoalTrigger.EmotionGained fullName: TinyLife.Goals.GoalTrigger.EmotionGained
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -301,14 +237,6 @@ items:
nameWithType: GoalTrigger.EmotionLost nameWithType: GoalTrigger.EmotionLost
fullName: TinyLife.Goals.GoalTrigger.EmotionLost fullName: TinyLife.Goals.GoalTrigger.EmotionLost
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -333,14 +261,6 @@ items:
nameWithType: GoalTrigger.FoodEaten nameWithType: GoalTrigger.FoodEaten
fullName: TinyLife.Goals.GoalTrigger.FoodEaten fullName: TinyLife.Goals.GoalTrigger.FoodEaten
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -365,14 +285,6 @@ items:
nameWithType: GoalTrigger.ProjectCompleted nameWithType: GoalTrigger.ProjectCompleted
fullName: TinyLife.Goals.GoalTrigger.ProjectCompleted fullName: TinyLife.Goals.GoalTrigger.ProjectCompleted
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -397,14 +309,6 @@ items:
nameWithType: GoalTrigger.Name nameWithType: GoalTrigger.Name
fullName: TinyLife.Goals.GoalTrigger.Name fullName: TinyLife.Goals.GoalTrigger.Name
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -426,14 +330,6 @@ items:
nameWithType: GoalTrigger.ValidObjects nameWithType: GoalTrigger.ValidObjects
fullName: TinyLife.Goals.GoalTrigger.ValidObjects fullName: TinyLife.Goals.GoalTrigger.ValidObjects
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -455,14 +351,6 @@ items:
nameWithType: GoalTrigger.ValidValues nameWithType: GoalTrigger.ValidValues
fullName: TinyLife.Goals.GoalTrigger.ValidValues fullName: TinyLife.Goals.GoalTrigger.ValidValues
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -484,14 +372,6 @@ items:
nameWithType: GoalTrigger.GoalTrigger(string, IEnumerable<Type>, IEnumerable<Type>) nameWithType: GoalTrigger.GoalTrigger(string, IEnumerable<Type>, IEnumerable<Type>)
fullName: TinyLife.Goals.GoalTrigger.GoalTrigger(string, System.Collections.Generic.IEnumerable<System.Type>, System.Collections.Generic.IEnumerable<System.Type>) fullName: TinyLife.Goals.GoalTrigger.GoalTrigger(string, System.Collections.Generic.IEnumerable<System.Type>, System.Collections.Generic.IEnumerable<System.Type>)
type: Constructor 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -525,14 +405,6 @@ items:
nameWithType: GoalTrigger.IsObjectCompatible(Type) nameWithType: GoalTrigger.IsObjectCompatible(Type)
fullName: TinyLife.Goals.GoalTrigger.IsObjectCompatible(System.Type) fullName: TinyLife.Goals.GoalTrigger.IsObjectCompatible(System.Type)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -563,14 +435,6 @@ items:
nameWithType: GoalTrigger.IsValueCompatible(Type) nameWithType: GoalTrigger.IsValueCompatible(Type)
fullName: TinyLife.Goals.GoalTrigger.IsValueCompatible(System.Type) fullName: TinyLife.Goals.GoalTrigger.IsValueCompatible(System.Type)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -601,14 +465,6 @@ items:
nameWithType: GoalTrigger.Equals(GoalTrigger) nameWithType: GoalTrigger.Equals(GoalTrigger)
fullName: TinyLife.Goals.GoalTrigger.Equals(TinyLife.Goals.GoalTrigger) fullName: TinyLife.Goals.GoalTrigger.Equals(TinyLife.Goals.GoalTrigger)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -638,14 +494,6 @@ items:
nameWithType: GoalTrigger.Equals(object) nameWithType: GoalTrigger.Equals(object)
fullName: TinyLife.Goals.GoalTrigger.Equals(object) fullName: TinyLife.Goals.GoalTrigger.Equals(object)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -677,14 +525,6 @@ items:
nameWithType: GoalTrigger.GetHashCode() nameWithType: GoalTrigger.GetHashCode()
fullName: TinyLife.Goals.GoalTrigger.GetHashCode() fullName: TinyLife.Goals.GoalTrigger.GetHashCode()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals

View file

@ -15,14 +15,6 @@ items:
nameWithType: IGoalTriggerable nameWithType: IGoalTriggerable
fullName: TinyLife.Goals.IGoalTriggerable fullName: TinyLife.Goals.IGoalTriggerable
type: Interface 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -44,14 +36,6 @@ items:
nameWithType: IGoalTriggerable.TryTrigger(object, GoalTrigger, object) nameWithType: IGoalTriggerable.TryTrigger(object, GoalTrigger, object)
fullName: TinyLife.Goals.IGoalTriggerable.TryTrigger(object, TinyLife.Goals.GoalTrigger, object) fullName: TinyLife.Goals.IGoalTriggerable.TryTrigger(object, TinyLife.Goals.GoalTrigger, object)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -91,14 +75,6 @@ items:
nameWithType: IGoalTriggerable.Trigger(IGoalTriggerable, object, GoalTrigger, params object[]) nameWithType: IGoalTriggerable.Trigger(IGoalTriggerable, object, GoalTrigger, params object[])
fullName: TinyLife.Goals.IGoalTriggerable.Trigger(TinyLife.Goals.IGoalTriggerable, object, TinyLife.Goals.GoalTrigger, params object[]) fullName: TinyLife.Goals.IGoalTriggerable.Trigger(TinyLife.Goals.IGoalTriggerable, object, TinyLife.Goals.GoalTrigger, params object[])
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -143,14 +119,6 @@ items:
nameWithType: IGoalTriggerable.Trigger(IEnumerable<IGoalTriggerable>, object, GoalTrigger, params object[]) nameWithType: IGoalTriggerable.Trigger(IEnumerable<IGoalTriggerable>, object, GoalTrigger, params object[])
fullName: TinyLife.Goals.IGoalTriggerable.Trigger(System.Collections.Generic.IEnumerable<TinyLife.Goals.IGoalTriggerable>, object, TinyLife.Goals.GoalTrigger, params object[]) fullName: TinyLife.Goals.IGoalTriggerable.Trigger(System.Collections.Generic.IEnumerable<TinyLife.Goals.IGoalTriggerable>, object, TinyLife.Goals.GoalTrigger, params object[])
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals

View file

@ -12,14 +12,6 @@ items:
nameWithType: Job.JobPerformanceDelegate nameWithType: Job.JobPerformanceDelegate
fullName: TinyLife.Goals.Job.JobPerformanceDelegate fullName: TinyLife.Goals.Job.JobPerformanceDelegate
type: Delegate 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals

View file

@ -34,14 +34,6 @@ items:
nameWithType: Job nameWithType: Job
fullName: TinyLife.Goals.Job fullName: TinyLife.Goals.Job
type: Class 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -94,14 +86,6 @@ items:
nameWithType: Job.OnGetWorkingPerformance nameWithType: Job.OnGetWorkingPerformance
fullName: TinyLife.Goals.Job.OnGetWorkingPerformance fullName: TinyLife.Goals.Job.OnGetWorkingPerformance
type: Event 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -126,14 +110,6 @@ items:
nameWithType: Job.Type nameWithType: Job.Type
fullName: TinyLife.Goals.Job.Type fullName: TinyLife.Goals.Job.Type
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -165,14 +141,6 @@ items:
nameWithType: Job.Person nameWithType: Job.Person
fullName: TinyLife.Goals.Job.Person fullName: TinyLife.Goals.Job.Person
type: Property 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -196,14 +164,6 @@ items:
nameWithType: Job.Performance nameWithType: Job.Performance
fullName: TinyLife.Goals.Job.Performance fullName: TinyLife.Goals.Job.Performance
type: Property 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -240,14 +200,6 @@ items:
nameWithType: Job.RequiredPromotionPerformance nameWithType: Job.RequiredPromotionPerformance
fullName: TinyLife.Goals.Job.RequiredPromotionPerformance fullName: TinyLife.Goals.Job.RequiredPromotionPerformance
type: Property 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -274,14 +226,6 @@ items:
nameWithType: Job.Level nameWithType: Job.Level
fullName: TinyLife.Goals.Job.Level fullName: TinyLife.Goals.Job.Level
type: Property 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -318,14 +262,6 @@ items:
nameWithType: Job.DailyTasks nameWithType: Job.DailyTasks
fullName: TinyLife.Goals.Job.DailyTasks fullName: TinyLife.Goals.Job.DailyTasks
type: Property 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -359,14 +295,6 @@ items:
nameWithType: Job.AmountOfRaises nameWithType: Job.AmountOfRaises
fullName: TinyLife.Goals.Job.AmountOfRaises fullName: TinyLife.Goals.Job.AmountOfRaises
type: Property 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -403,14 +331,6 @@ items:
nameWithType: Job.CurrentHourlyPay nameWithType: Job.CurrentHourlyPay
fullName: TinyLife.Goals.Job.CurrentHourlyPay fullName: TinyLife.Goals.Job.CurrentHourlyPay
type: Property 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -434,14 +354,6 @@ items:
nameWithType: Job.VacationDaysAvailable nameWithType: Job.VacationDaysAvailable
fullName: TinyLife.Goals.Job.VacationDaysAvailable fullName: TinyLife.Goals.Job.VacationDaysAvailable
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -473,14 +385,6 @@ items:
nameWithType: Job.DaysOnVacation nameWithType: Job.DaysOnVacation
fullName: TinyLife.Goals.Job.DaysOnVacation fullName: TinyLife.Goals.Job.DaysOnVacation
type: Property 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -517,14 +421,6 @@ items:
nameWithType: Job.Job(JobType, Person, int) nameWithType: Job.Job(JobType, Person, int)
fullName: TinyLife.Goals.Job.Job(TinyLife.Goals.JobType, TinyLife.Objects.Person, int) fullName: TinyLife.Goals.Job.Job(TinyLife.Goals.JobType, TinyLife.Objects.Person, int)
type: Constructor 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -558,14 +454,6 @@ items:
nameWithType: Job.Update(TimeSpan) nameWithType: Job.Update(TimeSpan)
fullName: TinyLife.Goals.Job.Update(System.TimeSpan) fullName: TinyLife.Goals.Job.Update(System.TimeSpan)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -593,14 +481,6 @@ items:
nameWithType: Job.UpdateWorking(WorkAction, TimeSpan, float) nameWithType: Job.UpdateWorking(WorkAction, TimeSpan, float)
fullName: TinyLife.Goals.Job.UpdateWorking(TinyLife.Actions.WorkAction, System.TimeSpan, float) fullName: TinyLife.Goals.Job.UpdateWorking(TinyLife.Actions.WorkAction, System.TimeSpan, float)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -637,14 +517,6 @@ items:
nameWithType: Job.AddPerformance(float) nameWithType: Job.AddPerformance(float)
fullName: TinyLife.Goals.Job.AddPerformance(float) fullName: TinyLife.Goals.Job.AddPerformance(float)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -675,14 +547,6 @@ items:
nameWithType: Job.AddLevel(int) nameWithType: Job.AddLevel(int)
fullName: TinyLife.Goals.Job.AddLevel(int) fullName: TinyLife.Goals.Job.AddLevel(int)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -716,14 +580,6 @@ items:
nameWithType: Job.GetRaise() nameWithType: Job.GetRaise()
fullName: TinyLife.Goals.Job.GetRaise() fullName: TinyLife.Goals.Job.GetRaise()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -752,14 +608,6 @@ items:
nameWithType: Job.HasRequiredPromotionSkills() nameWithType: Job.HasRequiredPromotionSkills()
fullName: TinyLife.Goals.Job.HasRequiredPromotionSkills() fullName: TinyLife.Goals.Job.HasRequiredPromotionSkills()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -783,14 +631,6 @@ items:
nameWithType: Job.GetCoworkers() nameWithType: Job.GetCoworkers()
fullName: TinyLife.Goals.Job.GetCoworkers() fullName: TinyLife.Goals.Job.GetCoworkers()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -814,14 +654,6 @@ items:
nameWithType: Job.GetCoworkersAtWork() nameWithType: Job.GetCoworkersAtWork()
fullName: TinyLife.Goals.Job.GetCoworkersAtWork() fullName: TinyLife.Goals.Job.GetCoworkersAtWork()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -845,14 +677,6 @@ items:
nameWithType: Job.Validate(Person) nameWithType: Job.Validate(Person)
fullName: TinyLife.Goals.Job.Validate(TinyLife.Objects.Person) fullName: TinyLife.Goals.Job.Validate(TinyLife.Objects.Person)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -879,14 +703,6 @@ items:
nameWithType: Job.StartVacation(int, float) nameWithType: Job.StartVacation(int, float)
fullName: TinyLife.Goals.Job.StartVacation(int, float) fullName: TinyLife.Goals.Job.StartVacation(int, float)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals

View file

@ -51,14 +51,6 @@ items:
nameWithType: JobType nameWithType: JobType
fullName: TinyLife.Goals.JobType fullName: TinyLife.Goals.JobType
type: Class 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -108,14 +100,6 @@ items:
nameWithType: JobType.Types nameWithType: JobType.Types
fullName: TinyLife.Goals.JobType.Types fullName: TinyLife.Goals.JobType.Types
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -140,14 +124,6 @@ items:
nameWithType: JobType.PrimarySchoolStudent nameWithType: JobType.PrimarySchoolStudent
fullName: TinyLife.Goals.JobType.PrimarySchoolStudent fullName: TinyLife.Goals.JobType.PrimarySchoolStudent
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -167,14 +143,6 @@ items:
nameWithType: JobType.Businessperson nameWithType: JobType.Businessperson
fullName: TinyLife.Goals.JobType.Businessperson fullName: TinyLife.Goals.JobType.Businessperson
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -194,14 +162,6 @@ items:
nameWithType: JobType.Firefighter nameWithType: JobType.Firefighter
fullName: TinyLife.Goals.JobType.Firefighter fullName: TinyLife.Goals.JobType.Firefighter
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -221,14 +181,6 @@ items:
nameWithType: JobType.Doctor nameWithType: JobType.Doctor
fullName: TinyLife.Goals.JobType.Doctor fullName: TinyLife.Goals.JobType.Doctor
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -248,14 +200,6 @@ items:
nameWithType: JobType.Programmer nameWithType: JobType.Programmer
fullName: TinyLife.Goals.JobType.Programmer fullName: TinyLife.Goals.JobType.Programmer
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -275,14 +219,6 @@ items:
nameWithType: JobType.RetailWorker nameWithType: JobType.RetailWorker
fullName: TinyLife.Goals.JobType.RetailWorker fullName: TinyLife.Goals.JobType.RetailWorker
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -302,14 +238,6 @@ items:
nameWithType: JobType.Teacher nameWithType: JobType.Teacher
fullName: TinyLife.Goals.JobType.Teacher fullName: TinyLife.Goals.JobType.Teacher
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -329,14 +257,6 @@ items:
nameWithType: JobType.Scientist nameWithType: JobType.Scientist
fullName: TinyLife.Goals.JobType.Scientist fullName: TinyLife.Goals.JobType.Scientist
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -356,14 +276,6 @@ items:
nameWithType: JobType.Name nameWithType: JobType.Name
fullName: TinyLife.Goals.JobType.Name fullName: TinyLife.Goals.JobType.Name
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -385,14 +297,6 @@ items:
nameWithType: JobType.Icon nameWithType: JobType.Icon
fullName: TinyLife.Goals.JobType.Icon fullName: TinyLife.Goals.JobType.Icon
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -414,14 +318,6 @@ items:
nameWithType: JobType.HourlyPay nameWithType: JobType.HourlyPay
fullName: TinyLife.Goals.JobType.HourlyPay fullName: TinyLife.Goals.JobType.HourlyPay
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -446,14 +342,6 @@ items:
nameWithType: JobType.WorkHours nameWithType: JobType.WorkHours
fullName: TinyLife.Goals.JobType.WorkHours fullName: TinyLife.Goals.JobType.WorkHours
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -478,14 +366,6 @@ items:
nameWithType: JobType.OffWorkDays nameWithType: JobType.OffWorkDays
fullName: TinyLife.Goals.JobType.OffWorkDays fullName: TinyLife.Goals.JobType.OffWorkDays
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -510,14 +390,6 @@ items:
nameWithType: JobType.RequiredPromotionSkills nameWithType: JobType.RequiredPromotionSkills
fullName: TinyLife.Goals.JobType.RequiredPromotionSkills fullName: TinyLife.Goals.JobType.RequiredPromotionSkills
type: Property 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -544,14 +416,6 @@ items:
nameWithType: JobType.MaxLevel nameWithType: JobType.MaxLevel
fullName: TinyLife.Goals.JobType.MaxLevel fullName: TinyLife.Goals.JobType.MaxLevel
type: Property 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -575,14 +439,6 @@ items:
nameWithType: JobType.HasSpecialLocalization nameWithType: JobType.HasSpecialLocalization
fullName: TinyLife.Goals.JobType.HasSpecialLocalization fullName: TinyLife.Goals.JobType.HasSpecialLocalization
type: Property 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -609,14 +465,6 @@ items:
nameWithType: JobType.RequiredAges nameWithType: JobType.RequiredAges
fullName: TinyLife.Goals.JobType.RequiredAges fullName: TinyLife.Goals.JobType.RequiredAges
type: Property 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -643,14 +491,6 @@ items:
nameWithType: JobType.CanQuitOrBeFired nameWithType: JobType.CanQuitOrBeFired
fullName: TinyLife.Goals.JobType.CanQuitOrBeFired fullName: TinyLife.Goals.JobType.CanQuitOrBeFired
type: Property 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -677,14 +517,6 @@ items:
nameWithType: JobType.CanGetRaise nameWithType: JobType.CanGetRaise
fullName: TinyLife.Goals.JobType.CanGetRaise fullName: TinyLife.Goals.JobType.CanGetRaise
type: Property 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -711,14 +543,6 @@ items:
nameWithType: JobType.DailyTasks nameWithType: JobType.DailyTasks
fullName: TinyLife.Goals.JobType.DailyTasks fullName: TinyLife.Goals.JobType.DailyTasks
type: Property 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -745,14 +569,6 @@ items:
nameWithType: JobType.DailyTaskImportance nameWithType: JobType.DailyTaskImportance
fullName: TinyLife.Goals.JobType.DailyTaskImportance fullName: TinyLife.Goals.JobType.DailyTaskImportance
type: Property 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -779,14 +595,6 @@ items:
nameWithType: JobType.ChoicePrompts nameWithType: JobType.ChoicePrompts
fullName: TinyLife.Goals.JobType.ChoicePrompts fullName: TinyLife.Goals.JobType.ChoicePrompts
type: Property 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -810,14 +618,6 @@ items:
nameWithType: JobType.SourceString nameWithType: JobType.SourceString
fullName: TinyLife.Goals.JobType.SourceString fullName: TinyLife.Goals.JobType.SourceString
type: Property 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -843,14 +643,6 @@ items:
nameWithType: JobType.JobType(string, TextureRegion, float, (int Start, int End), params DayOfWeek[]) 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[]) fullName: TinyLife.Goals.JobType.JobType(string, MLEM.Textures.TextureRegion, float, (int Start, int End), params System.DayOfWeek[])
type: Constructor 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -890,14 +682,6 @@ items:
nameWithType: JobType.Construct(Person, int) nameWithType: JobType.Construct(Person, int)
fullName: TinyLife.Goals.JobType.Construct(TinyLife.Objects.Person, int) fullName: TinyLife.Goals.JobType.Construct(TinyLife.Objects.Person, int)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -931,14 +715,6 @@ items:
nameWithType: JobType.IsTimeToWork(TimeSpan) nameWithType: JobType.IsTimeToWork(TimeSpan)
fullName: TinyLife.Goals.JobType.IsTimeToWork(System.TimeSpan) fullName: TinyLife.Goals.JobType.IsTimeToWork(System.TimeSpan)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -966,14 +742,6 @@ items:
nameWithType: JobType.ToScheduleString(TimeSpan?) nameWithType: JobType.ToScheduleString(TimeSpan?)
fullName: TinyLife.Goals.JobType.ToScheduleString(System.TimeSpan?) fullName: TinyLife.Goals.JobType.ToScheduleString(System.TimeSpan?)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -1003,14 +771,6 @@ items:
nameWithType: JobType.GetDisplayName(int?) nameWithType: JobType.GetDisplayName(int?)
fullName: TinyLife.Goals.JobType.GetDisplayName(int?) fullName: TinyLife.Goals.JobType.GetDisplayName(int?)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -1044,14 +804,6 @@ items:
nameWithType: JobType.GetRequiredPromotionSkills(Job) nameWithType: JobType.GetRequiredPromotionSkills(Job)
fullName: TinyLife.Goals.JobType.GetRequiredPromotionSkills(TinyLife.Goals.Job) fullName: TinyLife.Goals.JobType.GetRequiredPromotionSkills(TinyLife.Goals.Job)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -1079,14 +831,6 @@ items:
nameWithType: JobType.OnWorkStartsInAnHour(Job) nameWithType: JobType.OnWorkStartsInAnHour(Job)
fullName: TinyLife.Goals.JobType.OnWorkStartsInAnHour(TinyLife.Goals.Job) fullName: TinyLife.Goals.JobType.OnWorkStartsInAnHour(TinyLife.Goals.Job)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -1114,14 +858,6 @@ items:
nameWithType: JobType.OnWorkHoursOver(Job) nameWithType: JobType.OnWorkHoursOver(Job)
fullName: TinyLife.Goals.JobType.OnWorkHoursOver(TinyLife.Goals.Job) fullName: TinyLife.Goals.JobType.OnWorkHoursOver(TinyLife.Goals.Job)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -1151,14 +887,6 @@ items:
nameWithType: JobType.OnWorkFinished(Job, WorkAction) nameWithType: JobType.OnWorkFinished(Job, WorkAction)
fullName: TinyLife.Goals.JobType.OnWorkFinished(TinyLife.Goals.Job, TinyLife.Actions.WorkAction) fullName: TinyLife.Goals.JobType.OnWorkFinished(TinyLife.Goals.Job, TinyLife.Actions.WorkAction)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -1189,14 +917,6 @@ items:
nameWithType: JobType.OnWorkStarted(Job, WorkAction) nameWithType: JobType.OnWorkStarted(Job, WorkAction)
fullName: TinyLife.Goals.JobType.OnWorkStarted(TinyLife.Goals.Job, TinyLife.Actions.WorkAction) fullName: TinyLife.Goals.JobType.OnWorkStarted(TinyLife.Goals.Job, TinyLife.Actions.WorkAction)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -1227,14 +947,6 @@ items:
nameWithType: JobType.OnLevelChanged(Job, int) nameWithType: JobType.OnLevelChanged(Job, int)
fullName: TinyLife.Goals.JobType.OnLevelChanged(TinyLife.Goals.Job, int) fullName: TinyLife.Goals.JobType.OnLevelChanged(TinyLife.Goals.Job, int)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -1268,14 +980,6 @@ items:
nameWithType: JobType.OnRaiseReceived(Job) nameWithType: JobType.OnRaiseReceived(Job)
fullName: TinyLife.Goals.JobType.OnRaiseReceived(TinyLife.Goals.Job) fullName: TinyLife.Goals.JobType.OnRaiseReceived(TinyLife.Goals.Job)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -1303,14 +1007,6 @@ items:
nameWithType: JobType.UpdateWorking(Job, WorkAction, TimeSpan, float) nameWithType: JobType.UpdateWorking(Job, WorkAction, TimeSpan, float)
fullName: TinyLife.Goals.JobType.UpdateWorking(TinyLife.Goals.Job, TinyLife.Actions.WorkAction, System.TimeSpan, float) fullName: TinyLife.Goals.JobType.UpdateWorking(TinyLife.Goals.Job, TinyLife.Actions.WorkAction, System.TimeSpan, float)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -1350,14 +1046,6 @@ items:
nameWithType: JobType.GetDefaultHourlyPay(Person) nameWithType: JobType.GetDefaultHourlyPay(Person)
fullName: TinyLife.Goals.JobType.GetDefaultHourlyPay(TinyLife.Objects.Person) fullName: TinyLife.Goals.JobType.GetDefaultHourlyPay(TinyLife.Objects.Person)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -1385,14 +1073,6 @@ items:
nameWithType: JobType.Register(JobType) nameWithType: JobType.Register(JobType)
fullName: TinyLife.Goals.JobType.Register(TinyLife.Goals.JobType) fullName: TinyLife.Goals.JobType.Register(TinyLife.Goals.JobType)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals

View file

@ -22,14 +22,6 @@ items:
nameWithType: LifeGoal.Instance nameWithType: LifeGoal.Instance
fullName: TinyLife.Goals.LifeGoal.Instance fullName: TinyLife.Goals.LifeGoal.Instance
type: Class 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -71,14 +63,6 @@ items:
nameWithType: LifeGoal.Instance.Goal nameWithType: LifeGoal.Instance.Goal
fullName: TinyLife.Goals.LifeGoal.Instance.Goal fullName: TinyLife.Goals.LifeGoal.Instance.Goal
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -110,14 +94,6 @@ items:
nameWithType: LifeGoal.Instance.CurrentGoals nameWithType: LifeGoal.Instance.CurrentGoals
fullName: TinyLife.Goals.LifeGoal.Instance.CurrentGoals fullName: TinyLife.Goals.LifeGoal.Instance.CurrentGoals
type: Property 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -151,14 +127,6 @@ items:
nameWithType: LifeGoal.Instance.StageIndex nameWithType: LifeGoal.Instance.StageIndex
fullName: TinyLife.Goals.LifeGoal.Instance.StageIndex fullName: TinyLife.Goals.LifeGoal.Instance.StageIndex
type: Property 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -197,14 +165,6 @@ items:
nameWithType: LifeGoal.Instance.Person nameWithType: LifeGoal.Instance.Person
fullName: TinyLife.Goals.LifeGoal.Instance.Person fullName: TinyLife.Goals.LifeGoal.Instance.Person
type: Property 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -228,14 +188,6 @@ items:
nameWithType: LifeGoal.Instance.Stage nameWithType: LifeGoal.Instance.Stage
fullName: TinyLife.Goals.LifeGoal.Instance.Stage fullName: TinyLife.Goals.LifeGoal.Instance.Stage
type: Property 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -262,14 +214,6 @@ items:
nameWithType: LifeGoal.Instance.Completed nameWithType: LifeGoal.Instance.Completed
fullName: TinyLife.Goals.LifeGoal.Instance.Completed fullName: TinyLife.Goals.LifeGoal.Instance.Completed
type: Property 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -293,14 +237,6 @@ items:
nameWithType: LifeGoal.Instance.Instance(Person, LifeGoal, int) nameWithType: LifeGoal.Instance.Instance(Person, LifeGoal, int)
fullName: TinyLife.Goals.LifeGoal.Instance.Instance(TinyLife.Objects.Person, TinyLife.Goals.LifeGoal, int) fullName: TinyLife.Goals.LifeGoal.Instance.Instance(TinyLife.Objects.Person, TinyLife.Goals.LifeGoal, int)
type: Constructor 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -334,14 +270,6 @@ items:
nameWithType: LifeGoal.Instance.Update() nameWithType: LifeGoal.Instance.Update()
fullName: TinyLife.Goals.LifeGoal.Instance.Update() fullName: TinyLife.Goals.LifeGoal.Instance.Update()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -362,14 +290,6 @@ items:
nameWithType: LifeGoal.Instance.Advance() nameWithType: LifeGoal.Instance.Advance()
fullName: TinyLife.Goals.LifeGoal.Instance.Advance() fullName: TinyLife.Goals.LifeGoal.Instance.Advance()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -390,14 +310,6 @@ items:
nameWithType: LifeGoal.Instance.Validate(Person) nameWithType: LifeGoal.Instance.Validate(Person)
fullName: TinyLife.Goals.LifeGoal.Instance.Validate(TinyLife.Objects.Person) fullName: TinyLife.Goals.LifeGoal.Instance.Validate(TinyLife.Objects.Person)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals

View file

@ -33,14 +33,6 @@ items:
nameWithType: LifeGoal nameWithType: LifeGoal
fullName: TinyLife.Goals.LifeGoal fullName: TinyLife.Goals.LifeGoal
type: Class 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -51,11 +43,11 @@ items:
example: [] example: []
syntax: syntax:
content: >- content: >-
[JsonConverter(typeof(StaticJsonConverter<LifeGoal>), new object[] { typeof(LifeGoal), "PrivateGoals", true })] [JsonConverter(typeof(StaticJsonConverter<LifeGoal>), new object[] { typeof(LifeGoal), "PrivateGoals", false })]
public class LifeGoal public class LifeGoal
content.vb: >- content.vb: >-
<JsonConverter(GetType(StaticJsonConverter(Of LifeGoal)), New Object() { GetType(LifeGoal), "PrivateGoals", True })> <JsonConverter(GetType(StaticJsonConverter(Of LifeGoal)), New Object() { GetType(LifeGoal), "PrivateGoals", False })>
Public Class LifeGoal Public Class LifeGoal
inheritance: inheritance:
@ -81,14 +73,6 @@ items:
nameWithType: LifeGoal.Goals nameWithType: LifeGoal.Goals
fullName: TinyLife.Goals.LifeGoal.Goals fullName: TinyLife.Goals.LifeGoal.Goals
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -110,14 +94,6 @@ items:
nameWithType: LifeGoal.Chef nameWithType: LifeGoal.Chef
fullName: TinyLife.Goals.LifeGoal.Chef fullName: TinyLife.Goals.LifeGoal.Chef
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -137,14 +113,6 @@ items:
nameWithType: LifeGoal.SmartKid nameWithType: LifeGoal.SmartKid
fullName: TinyLife.Goals.LifeGoal.SmartKid fullName: TinyLife.Goals.LifeGoal.SmartKid
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -164,14 +132,6 @@ items:
nameWithType: LifeGoal.HouseholdHero nameWithType: LifeGoal.HouseholdHero
fullName: TinyLife.Goals.LifeGoal.HouseholdHero fullName: TinyLife.Goals.LifeGoal.HouseholdHero
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -191,14 +151,6 @@ items:
nameWithType: LifeGoal.ComputerAddict nameWithType: LifeGoal.ComputerAddict
fullName: TinyLife.Goals.LifeGoal.ComputerAddict fullName: TinyLife.Goals.LifeGoal.ComputerAddict
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -218,14 +170,6 @@ items:
nameWithType: LifeGoal.FriendOfEveryone nameWithType: LifeGoal.FriendOfEveryone
fullName: TinyLife.Goals.LifeGoal.FriendOfEveryone fullName: TinyLife.Goals.LifeGoal.FriendOfEveryone
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -245,14 +189,6 @@ items:
nameWithType: LifeGoal.Millionaire nameWithType: LifeGoal.Millionaire
fullName: TinyLife.Goals.LifeGoal.Millionaire fullName: TinyLife.Goals.LifeGoal.Millionaire
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -272,14 +208,6 @@ items:
nameWithType: LifeGoal.PerfectPainter nameWithType: LifeGoal.PerfectPainter
fullName: TinyLife.Goals.LifeGoal.PerfectPainter fullName: TinyLife.Goals.LifeGoal.PerfectPainter
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -299,14 +227,6 @@ items:
nameWithType: LifeGoal.CreativeChild nameWithType: LifeGoal.CreativeChild
fullName: TinyLife.Goals.LifeGoal.CreativeChild fullName: TinyLife.Goals.LifeGoal.CreativeChild
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -326,14 +246,6 @@ items:
nameWithType: LifeGoal.CapableCarpenter nameWithType: LifeGoal.CapableCarpenter
fullName: TinyLife.Goals.LifeGoal.CapableCarpenter fullName: TinyLife.Goals.LifeGoal.CapableCarpenter
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -353,14 +265,6 @@ items:
nameWithType: LifeGoal.GymRat nameWithType: LifeGoal.GymRat
fullName: TinyLife.Goals.LifeGoal.GymRat fullName: TinyLife.Goals.LifeGoal.GymRat
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -380,14 +284,6 @@ items:
nameWithType: LifeGoal.Writer nameWithType: LifeGoal.Writer
fullName: TinyLife.Goals.LifeGoal.Writer fullName: TinyLife.Goals.LifeGoal.Writer
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -407,14 +303,6 @@ items:
nameWithType: LifeGoal.OnAdvanced nameWithType: LifeGoal.OnAdvanced
fullName: TinyLife.Goals.LifeGoal.OnAdvanced fullName: TinyLife.Goals.LifeGoal.OnAdvanced
type: Event 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -436,14 +324,6 @@ items:
nameWithType: LifeGoal.OnCompleted nameWithType: LifeGoal.OnCompleted
fullName: TinyLife.Goals.LifeGoal.OnCompleted fullName: TinyLife.Goals.LifeGoal.OnCompleted
type: Event 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -465,14 +345,6 @@ items:
nameWithType: LifeGoal.Name nameWithType: LifeGoal.Name
fullName: TinyLife.Goals.LifeGoal.Name fullName: TinyLife.Goals.LifeGoal.Name
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -494,14 +366,6 @@ items:
nameWithType: LifeGoal.Stages nameWithType: LifeGoal.Stages
fullName: TinyLife.Goals.LifeGoal.Stages fullName: TinyLife.Goals.LifeGoal.Stages
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -523,14 +387,6 @@ items:
nameWithType: LifeGoal.RewardPersonality nameWithType: LifeGoal.RewardPersonality
fullName: TinyLife.Goals.LifeGoal.RewardPersonality fullName: TinyLife.Goals.LifeGoal.RewardPersonality
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -555,21 +411,13 @@ items:
nameWithType: LifeGoal.AllowedAges nameWithType: LifeGoal.AllowedAges
fullName: TinyLife.Goals.LifeGoal.AllowedAges fullName: TinyLife.Goals.LifeGoal.AllowedAges
type: Property 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
summary: >- summary: >-
A set of allowed age group flags for people that can start this life goal. 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 <xref href="TinyLife.Objects.AgeGroup.ChildOrOlder" data-throw-if-not-resolved="false"></xref>.
example: [] example: []
syntax: syntax:
content: public AgeGroup AllowedAges { get; init; } content: public AgeGroup AllowedAges { get; init; }
@ -589,14 +437,6 @@ items:
nameWithType: LifeGoal.LifeGoal(string, PersonalityType, params GoalSetInfo[]) nameWithType: LifeGoal.LifeGoal(string, PersonalityType, params GoalSetInfo[])
fullName: TinyLife.Goals.LifeGoal.LifeGoal(string, TinyLife.PersonalityType, params TinyLife.Goals.GoalSetInfo[]) fullName: TinyLife.Goals.LifeGoal.LifeGoal(string, TinyLife.PersonalityType, params TinyLife.Goals.GoalSetInfo[])
type: Constructor 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -630,14 +470,6 @@ items:
nameWithType: LifeGoal.IsCompleted(Person) nameWithType: LifeGoal.IsCompleted(Person)
fullName: TinyLife.Goals.LifeGoal.IsCompleted(TinyLife.Objects.Person) fullName: TinyLife.Goals.LifeGoal.IsCompleted(TinyLife.Objects.Person)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -665,14 +497,6 @@ items:
nameWithType: LifeGoal.Register(LifeGoal) nameWithType: LifeGoal.Register(LifeGoal)
fullName: TinyLife.Goals.LifeGoal.Register(TinyLife.Goals.LifeGoal) fullName: TinyLife.Goals.LifeGoal.Register(TinyLife.Goals.LifeGoal)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -1370,6 +1194,12 @@ references:
name: Hidden name: Hidden
nameWithType: PersonalityType.TypeCategory.Hidden nameWithType: PersonalityType.TypeCategory.Hidden
fullName: TinyLife.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* - uid: TinyLife.Goals.LifeGoal.AllowedAges*
commentId: Overload:TinyLife.Goals.LifeGoal.AllowedAges commentId: Overload:TinyLife.Goals.LifeGoal.AllowedAges
href: TinyLife.Goals.LifeGoal.html#TinyLife_Goals_LifeGoal_AllowedAges href: TinyLife.Goals.LifeGoal.html#TinyLife_Goals_LifeGoal_AllowedAges

View file

@ -16,14 +16,6 @@ items:
nameWithType: ManualProgressGoal nameWithType: ManualProgressGoal
fullName: TinyLife.Goals.ManualProgressGoal fullName: TinyLife.Goals.ManualProgressGoal
type: Class 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -71,14 +63,6 @@ items:
nameWithType: ManualProgressGoal.ManualProgressGoal(GoalSet, GoalInfo) nameWithType: ManualProgressGoal.ManualProgressGoal(GoalSet, GoalInfo)
fullName: TinyLife.Goals.ManualProgressGoal.ManualProgressGoal(TinyLife.Goals.GoalSet, TinyLife.Goals.GoalInfo) fullName: TinyLife.Goals.ManualProgressGoal.ManualProgressGoal(TinyLife.Goals.GoalSet, TinyLife.Goals.GoalInfo)
type: Constructor 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -109,14 +93,6 @@ items:
nameWithType: ManualProgressGoal.GetProgress() nameWithType: ManualProgressGoal.GetProgress()
fullName: TinyLife.Goals.ManualProgressGoal.GetProgress() fullName: TinyLife.Goals.ManualProgressGoal.GetProgress()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -141,14 +117,6 @@ items:
nameWithType: ManualProgressGoal.Reset() nameWithType: ManualProgressGoal.Reset()
fullName: TinyLife.Goals.ManualProgressGoal.Reset() fullName: TinyLife.Goals.ManualProgressGoal.Reset()
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -170,14 +138,6 @@ items:
nameWithType: ManualProgressGoal.MakeProgress(PersonLike, float, float, ActionInfo, SkillType, float) 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) fullName: TinyLife.Goals.ManualProgressGoal.MakeProgress(TinyLife.Objects.PersonLike, float, float, TinyLife.Actions.ActionInfo, TinyLife.Skills.SkillType, float)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals

View file

@ -19,14 +19,6 @@ items:
nameWithType: Memory nameWithType: Memory
fullName: TinyLife.Goals.Memory fullName: TinyLife.Goals.Memory
type: Class 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -77,14 +69,6 @@ items:
nameWithType: Memory.Type nameWithType: Memory.Type
fullName: TinyLife.Goals.Memory.Type fullName: TinyLife.Goals.Memory.Type
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -116,14 +100,6 @@ items:
nameWithType: Memory.TimeOccured nameWithType: Memory.TimeOccured
fullName: TinyLife.Goals.Memory.TimeOccured fullName: TinyLife.Goals.Memory.TimeOccured
type: Property 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -157,14 +133,6 @@ items:
nameWithType: Memory.Info nameWithType: Memory.Info
fullName: TinyLife.Goals.Memory.Info fullName: TinyLife.Goals.Memory.Info
type: Property 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -198,14 +166,6 @@ items:
nameWithType: Memory.TimeSinceOccured nameWithType: Memory.TimeSinceOccured
fullName: TinyLife.Goals.Memory.TimeSinceOccured fullName: TinyLife.Goals.Memory.TimeSinceOccured
type: Property 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -229,14 +189,6 @@ items:
nameWithType: Memory.Memory(MemoryType, ActionInfo, TimeSpan) nameWithType: Memory.Memory(MemoryType, ActionInfo, TimeSpan)
fullName: TinyLife.Goals.Memory.Memory(TinyLife.Goals.MemoryType, TinyLife.Actions.ActionInfo, System.TimeSpan) fullName: TinyLife.Goals.Memory.Memory(TinyLife.Goals.MemoryType, TinyLife.Actions.ActionInfo, System.TimeSpan)
type: Constructor 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -273,14 +225,6 @@ items:
nameWithType: Memory.Validate(PersonLike) nameWithType: Memory.Validate(PersonLike)
fullName: TinyLife.Goals.Memory.Validate(TinyLife.Objects.PersonLike) fullName: TinyLife.Goals.Memory.Validate(TinyLife.Objects.PersonLike)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -311,14 +255,6 @@ items:
nameWithType: Memory.Update(GameTime, TimeSpan, float) nameWithType: Memory.Update(GameTime, TimeSpan, float)
fullName: TinyLife.Goals.Memory.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) fullName: TinyLife.Goals.Memory.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals

View file

@ -41,14 +41,6 @@ items:
nameWithType: MemoryType nameWithType: MemoryType
fullName: TinyLife.Goals.MemoryType fullName: TinyLife.Goals.MemoryType
type: Class 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -91,14 +83,6 @@ items:
nameWithType: MemoryType.Types nameWithType: MemoryType.Types
fullName: TinyLife.Goals.MemoryType.Types fullName: TinyLife.Goals.MemoryType.Types
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -120,14 +104,6 @@ items:
nameWithType: MemoryType.PublishFailure nameWithType: MemoryType.PublishFailure
fullName: TinyLife.Goals.MemoryType.PublishFailure fullName: TinyLife.Goals.MemoryType.PublishFailure
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -147,14 +123,6 @@ items:
nameWithType: MemoryType.SocialAction nameWithType: MemoryType.SocialAction
fullName: TinyLife.Goals.MemoryType.SocialAction fullName: TinyLife.Goals.MemoryType.SocialAction
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -174,14 +142,6 @@ items:
nameWithType: MemoryType.PromotionOrRaise nameWithType: MemoryType.PromotionOrRaise
fullName: TinyLife.Goals.MemoryType.PromotionOrRaise fullName: TinyLife.Goals.MemoryType.PromotionOrRaise
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -201,14 +161,6 @@ items:
nameWithType: MemoryType.FamilySocial nameWithType: MemoryType.FamilySocial
fullName: TinyLife.Goals.MemoryType.FamilySocial fullName: TinyLife.Goals.MemoryType.FamilySocial
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -228,14 +180,6 @@ items:
nameWithType: MemoryType.WasOutside nameWithType: MemoryType.WasOutside
fullName: TinyLife.Goals.MemoryType.WasOutside fullName: TinyLife.Goals.MemoryType.WasOutside
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -255,14 +199,6 @@ items:
nameWithType: MemoryType.WasRomanticWithSomeoneElse nameWithType: MemoryType.WasRomanticWithSomeoneElse
fullName: TinyLife.Goals.MemoryType.WasRomanticWithSomeoneElse fullName: TinyLife.Goals.MemoryType.WasRomanticWithSomeoneElse
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -282,14 +218,6 @@ items:
nameWithType: MemoryType.HadFirstKiss nameWithType: MemoryType.HadFirstKiss
fullName: TinyLife.Goals.MemoryType.HadFirstKiss fullName: TinyLife.Goals.MemoryType.HadFirstKiss
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -309,14 +237,6 @@ items:
nameWithType: MemoryType.HadChild nameWithType: MemoryType.HadChild
fullName: TinyLife.Goals.MemoryType.HadChild fullName: TinyLife.Goals.MemoryType.HadChild
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -336,14 +256,6 @@ items:
nameWithType: MemoryType.AskedForFood nameWithType: MemoryType.AskedForFood
fullName: TinyLife.Goals.MemoryType.AskedForFood fullName: TinyLife.Goals.MemoryType.AskedForFood
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -363,14 +275,6 @@ items:
nameWithType: MemoryType.Slept nameWithType: MemoryType.Slept
fullName: TinyLife.Goals.MemoryType.Slept fullName: TinyLife.Goals.MemoryType.Slept
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -390,14 +294,6 @@ items:
nameWithType: MemoryType.FoundOutReproductiveAbilities nameWithType: MemoryType.FoundOutReproductiveAbilities
fullName: TinyLife.Goals.MemoryType.FoundOutReproductiveAbilities fullName: TinyLife.Goals.MemoryType.FoundOutReproductiveAbilities
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -417,14 +313,6 @@ items:
nameWithType: MemoryType.HadAbortion nameWithType: MemoryType.HadAbortion
fullName: TinyLife.Goals.MemoryType.HadAbortion fullName: TinyLife.Goals.MemoryType.HadAbortion
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -444,14 +332,6 @@ items:
nameWithType: MemoryType.MayBePregnant nameWithType: MemoryType.MayBePregnant
fullName: TinyLife.Goals.MemoryType.MayBePregnant fullName: TinyLife.Goals.MemoryType.MayBePregnant
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -471,14 +351,6 @@ items:
nameWithType: MemoryType.FoundOutPregnancy nameWithType: MemoryType.FoundOutPregnancy
fullName: TinyLife.Goals.MemoryType.FoundOutPregnancy fullName: TinyLife.Goals.MemoryType.FoundOutPregnancy
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -498,14 +370,6 @@ items:
nameWithType: MemoryType.ToldAboutPregnancy nameWithType: MemoryType.ToldAboutPregnancy
fullName: TinyLife.Goals.MemoryType.ToldAboutPregnancy fullName: TinyLife.Goals.MemoryType.ToldAboutPregnancy
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -525,14 +389,6 @@ items:
nameWithType: MemoryType.GotDrunk nameWithType: MemoryType.GotDrunk
fullName: TinyLife.Goals.MemoryType.GotDrunk fullName: TinyLife.Goals.MemoryType.GotDrunk
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -552,14 +408,6 @@ items:
nameWithType: MemoryType.ActionDone nameWithType: MemoryType.ActionDone
fullName: TinyLife.Goals.MemoryType.ActionDone fullName: TinyLife.Goals.MemoryType.ActionDone
type: Property 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -581,14 +429,6 @@ items:
nameWithType: MemoryType.UsedSkillCategory nameWithType: MemoryType.UsedSkillCategory
fullName: TinyLife.Goals.MemoryType.UsedSkillCategory fullName: TinyLife.Goals.MemoryType.UsedSkillCategory
type: Property 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -610,14 +450,6 @@ items:
nameWithType: MemoryType.UsedFurniture nameWithType: MemoryType.UsedFurniture
fullName: TinyLife.Goals.MemoryType.UsedFurniture fullName: TinyLife.Goals.MemoryType.UsedFurniture
type: Property 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -639,14 +471,6 @@ items:
nameWithType: MemoryType.WorkedAtJob nameWithType: MemoryType.WorkedAtJob
fullName: TinyLife.Goals.MemoryType.WorkedAtJob fullName: TinyLife.Goals.MemoryType.WorkedAtJob
type: Property 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -668,14 +492,6 @@ items:
nameWithType: MemoryType.AteFood nameWithType: MemoryType.AteFood
fullName: TinyLife.Goals.MemoryType.AteFood fullName: TinyLife.Goals.MemoryType.AteFood
type: Property 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -697,14 +513,6 @@ items:
nameWithType: MemoryType.UpgradeLearned nameWithType: MemoryType.UpgradeLearned
fullName: TinyLife.Goals.MemoryType.UpgradeLearned fullName: TinyLife.Goals.MemoryType.UpgradeLearned
type: Property 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -726,14 +534,6 @@ items:
nameWithType: MemoryType.Name nameWithType: MemoryType.Name
fullName: TinyLife.Goals.MemoryType.Name fullName: TinyLife.Goals.MemoryType.Name
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -755,14 +555,6 @@ items:
nameWithType: MemoryType.ConstructedType nameWithType: MemoryType.ConstructedType
fullName: TinyLife.Goals.MemoryType.ConstructedType fullName: TinyLife.Goals.MemoryType.ConstructedType
type: Field 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -784,14 +576,6 @@ items:
nameWithType: MemoryType.SourceString nameWithType: MemoryType.SourceString
fullName: TinyLife.Goals.MemoryType.SourceString fullName: TinyLife.Goals.MemoryType.SourceString
type: Property 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -817,14 +601,6 @@ items:
nameWithType: MemoryType.MemoryType(string, Type) nameWithType: MemoryType.MemoryType(string, Type)
fullName: TinyLife.Goals.MemoryType.MemoryType(string, System.Type) fullName: TinyLife.Goals.MemoryType.MemoryType(string, System.Type)
type: Constructor 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -855,14 +631,6 @@ items:
nameWithType: MemoryType.Construct<T>(ActionInfo, TimeSpan) nameWithType: MemoryType.Construct<T>(ActionInfo, TimeSpan)
fullName: TinyLife.Goals.MemoryType.Construct<T>(TinyLife.Actions.ActionInfo, System.TimeSpan) fullName: TinyLife.Goals.MemoryType.Construct<T>(TinyLife.Actions.ActionInfo, System.TimeSpan)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -902,14 +670,6 @@ items:
nameWithType: MemoryType.Register(MemoryType) nameWithType: MemoryType.Register(MemoryType)
fullName: TinyLife.Goals.MemoryType.Register(TinyLife.Goals.MemoryType) fullName: TinyLife.Goals.MemoryType.Register(TinyLife.Goals.MemoryType)
type: Method 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: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals

Some files were not shown because too many files have changed in this diff Show more