mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-12 07:09:10 +01:00
0.43.9
This commit is contained in:
parent
37f93b2a30
commit
b276049de9
299 changed files with 13346 additions and 36236 deletions
24
Changelog.md
24
Changelog.md
|
@ -1,3 +1,27 @@
|
|||
# 0.43.9
|
||||
*August 31, 2024*
|
||||
|
||||
Additions
|
||||
- Added EzTown Modern Indoor Railing fence
|
||||
|
||||
Improvements
|
||||
- Added more gray hair color variations
|
||||
- Made a person's current emotion influence the quality of objects they create
|
||||
- Avoid unnecessarily keeping cursor texture data in memory
|
||||
- Expose save compression level in the options file
|
||||
|
||||
Fixes
|
||||
- Fixed a rare exception when staggered updates remove multiple objects at once
|
||||
- Fixed people being deleted if they have the demo life goal when transferring to the full game
|
||||
- Fixed a crash when loading a save that had modded wallpaper after removing the mod
|
||||
|
||||
API
|
||||
- Renamed the Tiny Life API NuGet package to from TinyLifeApi to TinyLife.ApiReference.
|
||||
- Added combined flags for age groups to allow setting action and personality age requirements more easily
|
||||
- Wallpapers and tiles are now stored in fields in their respective classes
|
||||
- Added events for when specific build mode buttons are displayed
|
||||
- Made various additional Furniture properties and methods virtual
|
||||
|
||||
# 0.43.8
|
||||
*August 15, 2024*
|
||||
|
||||
|
|
98
docs/api/.manifest
generated
98
docs/api/.manifest
generated
|
@ -938,6 +938,13 @@
|
|||
"TinyLife.Actions.SocialAction.StartPartnerAction.IsCompleted": "TinyLife.Actions.SocialAction.StartPartnerAction.yml",
|
||||
"TinyLife.Actions.SocialAction.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)": "TinyLife.Actions.SocialAction.yml",
|
||||
"TinyLife.Actions.SocialAction.UpdateConversation(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.SocialAction.yml",
|
||||
"TinyLife.Actions.StartTogetherAction": "TinyLife.Actions.StartTogetherAction.yml",
|
||||
"TinyLife.Actions.StartTogetherAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,TinyLife.Objects.Person[])": "TinyLife.Actions.StartTogetherAction.yml",
|
||||
"TinyLife.Actions.StartTogetherAction.AndThenIsCompleted": "TinyLife.Actions.StartTogetherAction.yml",
|
||||
"TinyLife.Actions.StartTogetherAction.Create(System.String,TinyLife.Actions.ActionType,System.Int32)": "TinyLife.Actions.StartTogetherAction.yml",
|
||||
"TinyLife.Actions.StartTogetherAction.CreateFirstActions": "TinyLife.Actions.StartTogetherAction.yml",
|
||||
"TinyLife.Actions.StartTogetherAction.GetNextAction(TinyLife.Actions.CompletionType)": "TinyLife.Actions.StartTogetherAction.yml",
|
||||
"TinyLife.Actions.StartTogetherAction.MainAction": "TinyLife.Actions.StartTogetherAction.yml",
|
||||
"TinyLife.Actions.StoreAction": "TinyLife.Actions.StoreAction.yml",
|
||||
"TinyLife.Actions.StoreAction.AndThenInitialize": "TinyLife.Actions.StoreAction.yml",
|
||||
"TinyLife.Actions.StoreAction.AndThenIsCompleted": "TinyLife.Actions.StoreAction.yml",
|
||||
|
@ -1788,8 +1795,13 @@
|
|||
"TinyLife.Objects.ActionSpot.SinkSpots": "TinyLife.Objects.ActionSpot.yml",
|
||||
"TinyLife.Objects.AgeGroup": "TinyLife.Objects.AgeGroup.yml",
|
||||
"TinyLife.Objects.AgeGroup.Adult": "TinyLife.Objects.AgeGroup.yml",
|
||||
"TinyLife.Objects.AgeGroup.AdultOrOlder": "TinyLife.Objects.AgeGroup.yml",
|
||||
"TinyLife.Objects.AgeGroup.Baby": "TinyLife.Objects.AgeGroup.yml",
|
||||
"TinyLife.Objects.AgeGroup.Child": "TinyLife.Objects.AgeGroup.yml",
|
||||
"TinyLife.Objects.AgeGroup.ChildOrOlder": "TinyLife.Objects.AgeGroup.yml",
|
||||
"TinyLife.Objects.AgeGroup.ChildOrYounger": "TinyLife.Objects.AgeGroup.yml",
|
||||
"TinyLife.Objects.AgeGroup.OlderThanChild": "TinyLife.Objects.AgeGroup.yml",
|
||||
"TinyLife.Objects.AgeGroup.YoungerThanAdult": "TinyLife.Objects.AgeGroup.yml",
|
||||
"TinyLife.Objects.AppliedUpgrade": "TinyLife.Objects.AppliedUpgrade.yml",
|
||||
"TinyLife.Objects.AppliedUpgrade.#ctor(TinyLife.Objects.Upgrade)": "TinyLife.Objects.AppliedUpgrade.yml",
|
||||
"TinyLife.Objects.AppliedUpgrade.Progress": "TinyLife.Objects.AppliedUpgrade.yml",
|
||||
|
@ -1838,6 +1850,7 @@
|
|||
"TinyLife.Objects.Clothes.DepthFunction": "TinyLife.Objects.Clothes.yml",
|
||||
"TinyLife.Objects.Clothes.Description": "TinyLife.Objects.Clothes.yml",
|
||||
"TinyLife.Objects.Clothes.GetDescription(TinyLife.Objects.PersonLike)": "TinyLife.Objects.Clothes.yml",
|
||||
"TinyLife.Objects.Clothes.GrayHairColors": "TinyLife.Objects.Clothes.yml",
|
||||
"TinyLife.Objects.Clothes.Icon": "TinyLife.Objects.Clothes.yml",
|
||||
"TinyLife.Objects.Clothes.Intentions": "TinyLife.Objects.Clothes.yml",
|
||||
"TinyLife.Objects.Clothes.IsIncompatible": "TinyLife.Objects.Clothes.yml",
|
||||
|
@ -1977,6 +1990,7 @@
|
|||
"TinyLife.Objects.Furniture.DisplayName": "TinyLife.Objects.Furniture.yml",
|
||||
"TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})": "TinyLife.Objects.Furniture.yml",
|
||||
"TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})": "TinyLife.Objects.Furniture.yml",
|
||||
"TinyLife.Objects.Furniture.DrawDirtyOverlay(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})": "TinyLife.Objects.Furniture.yml",
|
||||
"TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Ui.Elements.Element,System.Single,System.Int32[])": "TinyLife.Objects.Furniture.yml",
|
||||
"TinyLife.Objects.Furniture.FurnitureTypeConstructedDelegate": "TinyLife.Objects.Furniture.FurnitureTypeConstructedDelegate.yml",
|
||||
"TinyLife.Objects.Furniture.GetActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ActionSpot,MLEM.Maths.Direction2)": "TinyLife.Objects.Furniture.yml",
|
||||
|
@ -2005,6 +2019,7 @@
|
|||
"TinyLife.Objects.Furniture.Intersects(MLEM.Maths.RectangleF)": "TinyLife.Objects.Furniture.yml",
|
||||
"TinyLife.Objects.Furniture.IsFreeSpot(Microsoft.Xna.Framework.Point)": "TinyLife.Objects.Furniture.yml",
|
||||
"TinyLife.Objects.Furniture.IsStatic": "TinyLife.Objects.Furniture.yml",
|
||||
"TinyLife.Objects.Furniture.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Vector2,System.Single)": "TinyLife.Objects.Furniture.yml",
|
||||
"TinyLife.Objects.Furniture.ModifyActionCategories(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Collections.Generic.List{System.String})": "TinyLife.Objects.Furniture.yml",
|
||||
"TinyLife.Objects.Furniture.MoveToMap(TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single})": "TinyLife.Objects.Furniture.yml",
|
||||
"TinyLife.Objects.Furniture.NotifyNeighbors": "TinyLife.Objects.Furniture.yml",
|
||||
|
@ -2634,6 +2649,7 @@
|
|||
"TinyLife.Objects.Person": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.#ctor(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Single)": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.AddJob(TinyLife.Goals.JobType,System.Int32)": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.AgeTextures": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.CanExecuteAction(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean)": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.Create(TinyLife.World.Map,System.Random,TinyLife.Objects.AgeGroup,System.Boolean,System.Boolean,System.Boolean,System.Boolean,TinyLife.Objects.PersonLike[])": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.CurrentRoomDecorativeRating": "TinyLife.Objects.Person.yml",
|
||||
|
@ -2643,6 +2659,7 @@
|
|||
"TinyLife.Objects.Person.DrawUi(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Maths.Direction2,TinyLife.Objects.Outfit,System.Nullable{TinyLife.Objects.Pose},System.Nullable{TinyLife.Objects.AgeGroup})": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.FullNamePronouns": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.GenerateAnimationGroup(TinyLife.Objects.ClothesLayer,System.Int32,System.Collections.Generic.IReadOnlyDictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point)": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.GenerateShadowAnimation": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.GetAiPriorityForObject(TinyLife.Objects.MapObject,TinyLife.Objects.ObjectCategory)": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.GetCurrentGoals": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.GetHeldItemDrawOffset(System.Boolean)": "TinyLife.Objects.Person.yml",
|
||||
|
@ -2660,6 +2677,7 @@
|
|||
"TinyLife.Objects.Person.LifeGoal": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.LotEmployment": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.OnAgeChanged(TinyLife.Objects.AgeGroup)": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.OnCreate": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.OnDrawUi": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.OnGenerateAnimationGroup": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.OnJobChanged": "TinyLife.Objects.Person.yml",
|
||||
|
@ -2732,6 +2750,7 @@
|
|||
"TinyLife.Objects.PersonLike.FullNamePronouns": "TinyLife.Objects.PersonLike.yml",
|
||||
"TinyLife.Objects.PersonLike.GainSkill(TinyLife.Skills.SkillType,System.Single,TinyLife.Actions.ActionInfo,System.Single)": "TinyLife.Objects.PersonLike.yml",
|
||||
"TinyLife.Objects.PersonLike.GenerateAnimationGroup(TinyLife.Objects.ClothesLayer,System.Int32,System.Collections.Generic.IReadOnlyDictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point)": "TinyLife.Objects.PersonLike.yml",
|
||||
"TinyLife.Objects.PersonLike.GenerateShadowAnimation": "TinyLife.Objects.PersonLike.yml",
|
||||
"TinyLife.Objects.PersonLike.GetAction``1(System.Guid,System.Boolean)": "TinyLife.Objects.PersonLike.yml",
|
||||
"TinyLife.Objects.PersonLike.GetAiPriorityForObject(TinyLife.Objects.MapObject,TinyLife.Objects.ObjectCategory)": "TinyLife.Objects.PersonLike.yml",
|
||||
"TinyLife.Objects.PersonLike.GetCategories(TinyLife.Objects.PersonLike)": "TinyLife.Objects.PersonLike.yml",
|
||||
|
@ -3112,6 +3131,7 @@
|
|||
"TinyLife.Options.RotateKeybind": "TinyLife.Options.yml",
|
||||
"TinyLife.Options.RoundCameraPosition": "TinyLife.Options.yml",
|
||||
"TinyLife.Options.Save": "TinyLife.Options.yml",
|
||||
"TinyLife.Options.SaveCompression": "TinyLife.Options.yml",
|
||||
"TinyLife.Options.ScreenshotKeybind": "TinyLife.Options.yml",
|
||||
"TinyLife.Options.SeenObjects": "TinyLife.Options.yml",
|
||||
"TinyLife.Options.SellHeldObjectKeybind": "TinyLife.Options.yml",
|
||||
|
@ -3331,7 +3351,7 @@
|
|||
"TinyLife.Skills.FoodType.FoodRestriction.NotPescetarian": "TinyLife.Skills.FoodType.FoodRestriction.yml",
|
||||
"TinyLife.Skills.FoodType.FoodRestriction.NotVegan": "TinyLife.Skills.FoodType.FoodRestriction.yml",
|
||||
"TinyLife.Skills.FoodType.FoodRestriction.NotVegetarian": "TinyLife.Skills.FoodType.FoodRestriction.yml",
|
||||
"TinyLife.Skills.FoodType.GetAllContainers(System.Boolean)": "TinyLife.Skills.FoodType.yml",
|
||||
"TinyLife.Skills.FoodType.GetAllContainers(System.Boolean,System.Boolean)": "TinyLife.Skills.FoodType.yml",
|
||||
"TinyLife.Skills.FoodType.GetBuyableVariations(System.Int32,TinyLife.Skills.FoodType.ContainerType)": "TinyLife.Skills.FoodType.yml",
|
||||
"TinyLife.Skills.FoodType.GetPossibleArguments(TinyLife.Objects.PersonLike,System.Int32,TinyLife.Skills.FoodType.IngredientSource,System.Single,TinyLife.Skills.SkillType,System.Boolean)": "TinyLife.Skills.FoodType.yml",
|
||||
"TinyLife.Skills.FoodType.GetPrice(TinyLife.Objects.PersonLike,System.Int32,System.Single,System.Single@,System.Nullable{System.Single}@)": "TinyLife.Skills.FoodType.yml",
|
||||
|
@ -3412,6 +3432,7 @@
|
|||
"TinyLife.Skills.SkillType.Gaming": "TinyLife.Skills.SkillType.yml",
|
||||
"TinyLife.Skills.SkillType.GetMaxLevel(TinyLife.Objects.AgeGroup)": "TinyLife.Skills.SkillType.yml",
|
||||
"TinyLife.Skills.SkillType.GetRandomQuality(TinyLife.Objects.PersonLike,System.Random,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Emotions.IEmotionSource,System.Boolean)": "TinyLife.Skills.SkillType.yml",
|
||||
"TinyLife.Skills.SkillType.GetRandomQualityWeights(TinyLife.Objects.PersonLike,System.Random,TinyLife.Actions.ActionInfo,System.Boolean)": "TinyLife.Skills.SkillType.yml",
|
||||
"TinyLife.Skills.SkillType.Humor": "TinyLife.Skills.SkillType.yml",
|
||||
"TinyLife.Skills.SkillType.MaxLevel": "TinyLife.Skills.SkillType.yml",
|
||||
"TinyLife.Skills.SkillType.MaxLevelMultipliers": "TinyLife.Skills.SkillType.yml",
|
||||
|
@ -3443,13 +3464,6 @@
|
|||
"TinyLife.Skills.WoodworkingRecipe.Recipes": "TinyLife.Skills.WoodworkingRecipe.yml",
|
||||
"TinyLife.Skills.WoodworkingRecipe.Register(TinyLife.Skills.WoodworkingRecipe)": "TinyLife.Skills.WoodworkingRecipe.yml",
|
||||
"TinyLife.Skills.WoodworkingRecipe.RequiredLevel": "TinyLife.Skills.WoodworkingRecipe.yml",
|
||||
"TinyLife.StartTogetherAction": "TinyLife.StartTogetherAction.yml",
|
||||
"TinyLife.StartTogetherAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,TinyLife.Objects.Person[])": "TinyLife.StartTogetherAction.yml",
|
||||
"TinyLife.StartTogetherAction.AndThenIsCompleted": "TinyLife.StartTogetherAction.yml",
|
||||
"TinyLife.StartTogetherAction.Create(System.String,TinyLife.Actions.ActionType,System.Int32)": "TinyLife.StartTogetherAction.yml",
|
||||
"TinyLife.StartTogetherAction.CreateFirstActions": "TinyLife.StartTogetherAction.yml",
|
||||
"TinyLife.StartTogetherAction.GetNextAction(TinyLife.Actions.CompletionType)": "TinyLife.StartTogetherAction.yml",
|
||||
"TinyLife.StartTogetherAction.MainAction": "TinyLife.StartTogetherAction.yml",
|
||||
"TinyLife.Tools": "TinyLife.Tools.yml",
|
||||
"TinyLife.Tools.CanPlaceResult": "TinyLife.Tools.CanPlaceResult.yml",
|
||||
"TinyLife.Tools.CanPlaceResult.AreaTooLarge": "TinyLife.Tools.CanPlaceResult.yml",
|
||||
|
@ -3477,6 +3491,7 @@
|
|||
"TinyLife.Tools.FenceTool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Boolean)": "TinyLife.Tools.FenceTool.yml",
|
||||
"TinyLife.Tools.FenceTool.GetMouseCursor": "TinyLife.Tools.FenceTool.yml",
|
||||
"TinyLife.Tools.FenceTool.InitBuildModeUi(MLEM.Ui.Elements.Panel,MLEM.Ui.Elements.Panel)": "TinyLife.Tools.FenceTool.yml",
|
||||
"TinyLife.Tools.FenceTool.OnBuildModeButton": "TinyLife.Tools.FenceTool.yml",
|
||||
"TinyLife.Tools.FenceTool.ShouldHighlightSelectedObject(System.Object)": "TinyLife.Tools.FenceTool.yml",
|
||||
"TinyLife.Tools.FenceTool.Update(Microsoft.Xna.Framework.GameTime,System.Boolean)": "TinyLife.Tools.FenceTool.yml",
|
||||
"TinyLife.Tools.FurniturePlacer": "TinyLife.Tools.FurniturePlacer.yml",
|
||||
|
@ -3503,6 +3518,7 @@
|
|||
"TinyLife.Tools.FurnitureTool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Boolean)": "TinyLife.Tools.FurnitureTool.yml",
|
||||
"TinyLife.Tools.FurnitureTool.GetMouseCursor": "TinyLife.Tools.FurnitureTool.yml",
|
||||
"TinyLife.Tools.FurnitureTool.InitBuildModeUi(MLEM.Ui.Elements.Panel,MLEM.Ui.Elements.Panel)": "TinyLife.Tools.FurnitureTool.yml",
|
||||
"TinyLife.Tools.FurnitureTool.OnBuildModeButton": "TinyLife.Tools.FurnitureTool.yml",
|
||||
"TinyLife.Tools.FurnitureTool.ShouldHighlightSelectedObject(System.Object)": "TinyLife.Tools.FurnitureTool.yml",
|
||||
"TinyLife.Tools.FurnitureTool.Tab": "TinyLife.Tools.FurnitureTool.Tab.yml",
|
||||
"TinyLife.Tools.FurnitureTool.Tab.All": "TinyLife.Tools.FurnitureTool.Tab.yml",
|
||||
|
@ -3548,6 +3564,7 @@
|
|||
"TinyLife.Tools.MoveTool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Boolean)": "TinyLife.Tools.MoveTool.yml",
|
||||
"TinyLife.Tools.MoveTool.GetMouseCursor": "TinyLife.Tools.MoveTool.yml",
|
||||
"TinyLife.Tools.MoveTool.InitBuildModeUi(MLEM.Ui.Elements.Panel,MLEM.Ui.Elements.Panel)": "TinyLife.Tools.MoveTool.yml",
|
||||
"TinyLife.Tools.MoveTool.OnBuildModeButton": "TinyLife.Tools.MoveTool.yml",
|
||||
"TinyLife.Tools.MoveTool.OnButtonCreated(MLEM.Ui.Elements.Button)": "TinyLife.Tools.MoveTool.yml",
|
||||
"TinyLife.Tools.MoveTool.Opened": "TinyLife.Tools.MoveTool.yml",
|
||||
"TinyLife.Tools.MoveTool.Reload": "TinyLife.Tools.MoveTool.yml",
|
||||
|
@ -3559,6 +3576,7 @@
|
|||
"TinyLife.Tools.OpeningTool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Boolean)": "TinyLife.Tools.OpeningTool.yml",
|
||||
"TinyLife.Tools.OpeningTool.GetMouseCursor": "TinyLife.Tools.OpeningTool.yml",
|
||||
"TinyLife.Tools.OpeningTool.InitBuildModeUi(MLEM.Ui.Elements.Panel,MLEM.Ui.Elements.Panel)": "TinyLife.Tools.OpeningTool.yml",
|
||||
"TinyLife.Tools.OpeningTool.OnBuildModeButton": "TinyLife.Tools.OpeningTool.yml",
|
||||
"TinyLife.Tools.OpeningTool.ShouldHighlightSelectedObject(System.Object)": "TinyLife.Tools.OpeningTool.yml",
|
||||
"TinyLife.Tools.OpeningTool.Update(Microsoft.Xna.Framework.GameTime,System.Boolean)": "TinyLife.Tools.OpeningTool.yml",
|
||||
"TinyLife.Tools.PlayModeTool": "TinyLife.Tools.PlayModeTool.yml",
|
||||
|
@ -3605,6 +3623,7 @@
|
|||
"TinyLife.Tools.RoofTool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Boolean)": "TinyLife.Tools.RoofTool.yml",
|
||||
"TinyLife.Tools.RoofTool.GetMouseCursor": "TinyLife.Tools.RoofTool.yml",
|
||||
"TinyLife.Tools.RoofTool.InitBuildModeUi(MLEM.Ui.Elements.Panel,MLEM.Ui.Elements.Panel)": "TinyLife.Tools.RoofTool.yml",
|
||||
"TinyLife.Tools.RoofTool.OnBuildModeButton": "TinyLife.Tools.RoofTool.yml",
|
||||
"TinyLife.Tools.RoofTool.ShouldHighlightSelectedObject(System.Object)": "TinyLife.Tools.RoofTool.yml",
|
||||
"TinyLife.Tools.RoofTool.Update(Microsoft.Xna.Framework.GameTime,System.Boolean)": "TinyLife.Tools.RoofTool.yml",
|
||||
"TinyLife.Tools.StairsTool": "TinyLife.Tools.StairsTool.yml",
|
||||
|
@ -3620,6 +3639,7 @@
|
|||
"TinyLife.Tools.TileTool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Boolean)": "TinyLife.Tools.TileTool.yml",
|
||||
"TinyLife.Tools.TileTool.GetMouseCursor": "TinyLife.Tools.TileTool.yml",
|
||||
"TinyLife.Tools.TileTool.InitBuildModeUi(MLEM.Ui.Elements.Panel,MLEM.Ui.Elements.Panel)": "TinyLife.Tools.TileTool.yml",
|
||||
"TinyLife.Tools.TileTool.OnBuildModeButton": "TinyLife.Tools.TileTool.yml",
|
||||
"TinyLife.Tools.TileTool.RemoveTileIncompatibleFurniture(TinyLife.World.Tile,Microsoft.Xna.Framework.Point,System.Int32,TinyLife.Tools.UndoableAction)": "TinyLife.Tools.TileTool.yml",
|
||||
"TinyLife.Tools.TileTool.ShouldHighlightSelectedObject(System.Object)": "TinyLife.Tools.TileTool.yml",
|
||||
"TinyLife.Tools.TileTool.Update(Microsoft.Xna.Framework.GameTime,System.Boolean)": "TinyLife.Tools.TileTool.yml",
|
||||
|
@ -3690,6 +3710,7 @@
|
|||
"TinyLife.Tools.WallpaperTool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Boolean)": "TinyLife.Tools.WallpaperTool.yml",
|
||||
"TinyLife.Tools.WallpaperTool.GetMouseCursor": "TinyLife.Tools.WallpaperTool.yml",
|
||||
"TinyLife.Tools.WallpaperTool.InitBuildModeUi(MLEM.Ui.Elements.Panel,MLEM.Ui.Elements.Panel)": "TinyLife.Tools.WallpaperTool.yml",
|
||||
"TinyLife.Tools.WallpaperTool.OnBuildModeButton": "TinyLife.Tools.WallpaperTool.yml",
|
||||
"TinyLife.Tools.WallpaperTool.ShouldHighlightSelectedObject(System.Object)": "TinyLife.Tools.WallpaperTool.yml",
|
||||
"TinyLife.Tools.WallpaperTool.Update(Microsoft.Xna.Framework.GameTime,System.Boolean)": "TinyLife.Tools.WallpaperTool.yml",
|
||||
"TinyLife.Uis": "TinyLife.Uis.yml",
|
||||
|
@ -3715,6 +3736,7 @@
|
|||
"TinyLife.Uis.CharacterCreator.MaxHouseholdSize": "TinyLife.Uis.CharacterCreator.yml",
|
||||
"TinyLife.Uis.CharacterCreator.MaxOutfitAmount": "TinyLife.Uis.CharacterCreator.yml",
|
||||
"TinyLife.Uis.CharacterCreator.OnBoughtItem": "TinyLife.Uis.CharacterCreator.yml",
|
||||
"TinyLife.Uis.CharacterCreator.OnBuildModeButton": "TinyLife.Uis.CharacterCreator.yml",
|
||||
"TinyLife.Uis.CharacterCreator.OnGetCustomPrice": "TinyLife.Uis.CharacterCreator.yml",
|
||||
"TinyLife.Uis.CharacterCreator.Open(TinyLife.Objects.PersonLike,System.Boolean)": "TinyLife.Uis.CharacterCreator.yml",
|
||||
"TinyLife.Uis.ControlsHint": "TinyLife.Uis.ControlsHint.yml",
|
||||
|
@ -3825,6 +3847,7 @@
|
|||
"TinyLife.Utilities.ColorScheme.MutedPastels": "TinyLife.Utilities.ColorScheme.yml",
|
||||
"TinyLife.Utilities.ColorScheme.Pastel": "TinyLife.Utilities.ColorScheme.yml",
|
||||
"TinyLife.Utilities.ColorScheme.Plants": "TinyLife.Utilities.ColorScheme.yml",
|
||||
"TinyLife.Utilities.ColorScheme.RedsPinks": "TinyLife.Utilities.ColorScheme.yml",
|
||||
"TinyLife.Utilities.ColorScheme.RetroAppliances": "TinyLife.Utilities.ColorScheme.yml",
|
||||
"TinyLife.Utilities.ColorScheme.RetroTv": "TinyLife.Utilities.ColorScheme.yml",
|
||||
"TinyLife.Utilities.ColorScheme.Rugs": "TinyLife.Utilities.ColorScheme.yml",
|
||||
|
@ -3839,6 +3862,7 @@
|
|||
"TinyLife.Utilities.ColorScheme.WarmDark": "TinyLife.Utilities.ColorScheme.yml",
|
||||
"TinyLife.Utilities.ColorScheme.Water": "TinyLife.Utilities.ColorScheme.yml",
|
||||
"TinyLife.Utilities.ColorScheme.White": "TinyLife.Utilities.ColorScheme.yml",
|
||||
"TinyLife.Utilities.ColorScheme.WhiteGradient": "TinyLife.Utilities.ColorScheme.yml",
|
||||
"TinyLife.Utilities.ColorScheme.op_Addition(TinyLife.Utilities.ColorScheme,TinyLife.Utilities.ColorScheme)": "TinyLife.Utilities.ColorScheme.yml",
|
||||
"TinyLife.Utilities.ColorScheme.op_Multiply(TinyLife.Utilities.ColorScheme,Microsoft.Xna.Framework.Color)": "TinyLife.Utilities.ColorScheme.yml",
|
||||
"TinyLife.Utilities.ColorScheme.op_Multiply(TinyLife.Utilities.ColorScheme,System.Single)": "TinyLife.Utilities.ColorScheme.yml",
|
||||
|
@ -3881,7 +3905,7 @@
|
|||
"TinyLife.Utilities.Extensions.Icon(MLEM.Input.MouseButton)": "TinyLife.Utilities.Extensions.yml",
|
||||
"TinyLife.Utilities.Extensions.Icon(Microsoft.Xna.Framework.Input.Buttons)": "TinyLife.Utilities.Extensions.yml",
|
||||
"TinyLife.Utilities.Extensions.IsActiveRoot(MLEM.Ui.Elements.Element)": "TinyLife.Utilities.Extensions.yml",
|
||||
"TinyLife.Utilities.Extensions.IsAgeAppropriate(TinyLife.GenealogyType,TinyLife.Objects.AgeGroup)": "TinyLife.Utilities.Extensions.yml",
|
||||
"TinyLife.Utilities.Extensions.IsAgeAppropriate(TinyLife.GenealogyType,TinyLife.Objects.AgeGroup,TinyLife.Objects.AgeGroup)": "TinyLife.Utilities.Extensions.yml",
|
||||
"TinyLife.Utilities.Extensions.IsAvailableForAge(TinyLife.Objects.ClothesIntention,TinyLife.Objects.AgeGroup)": "TinyLife.Utilities.Extensions.yml",
|
||||
"TinyLife.Utilities.Extensions.IsBetween(System.ValueTuple{System.Int32,System.Int32},System.Int32)": "TinyLife.Utilities.Extensions.yml",
|
||||
"TinyLife.Utilities.Extensions.IsHorizontal(MLEM.Maths.Direction2)": "TinyLife.Utilities.Extensions.yml",
|
||||
|
@ -4080,7 +4104,7 @@
|
|||
"TinyLife.World.Lot.Type": "TinyLife.World.Lot.yml",
|
||||
"TinyLife.World.Lot.Validate(TinyLife.World.Map)": "TinyLife.World.Lot.yml",
|
||||
"TinyLife.World.LotEmployment": "TinyLife.World.LotEmployment.yml",
|
||||
"TinyLife.World.LotEmployment.#ctor(System.String,MLEM.Textures.TextureRegion,System.ValueTuple{System.Int32,System.Int32},System.Func{TinyLife.Actions.ActionType[]},System.Boolean,System.Int32)": "TinyLife.World.LotEmployment.yml",
|
||||
"TinyLife.World.LotEmployment.#ctor(System.String,MLEM.Textures.TextureRegion,System.ValueTuple{System.Int32,System.Int32},System.Func{System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionType}},System.Boolean,System.Int32)": "TinyLife.World.LotEmployment.yml",
|
||||
"TinyLife.World.LotEmployment.ActionPriorityMultiplier": "TinyLife.World.LotEmployment.yml",
|
||||
"TinyLife.World.LotEmployment.Actions": "TinyLife.World.LotEmployment.yml",
|
||||
"TinyLife.World.LotEmployment.AddCurrentPerson(TinyLife.World.Map,TinyLife.World.Lot,TinyLife.Objects.Person,System.Boolean,System.Boolean)": "TinyLife.World.LotEmployment.yml",
|
||||
|
@ -4402,6 +4426,7 @@
|
|||
"TinyLife.World.Tile": "TinyLife.World.Tile.yml",
|
||||
"TinyLife.World.Tile.#ctor(System.String,System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},System.Collections.Generic.Dictionary{MLEM.Maths.Direction2,Microsoft.Xna.Framework.Point[]},TinyLife.Utilities.ColorSettings,System.Int32[],System.Boolean,System.Single,TinyLife.World.Tile.Category,MLEM.Textures.TextureRegion,System.Func{Microsoft.Xna.Framework.Point,System.Single})": "TinyLife.World.Tile.yml",
|
||||
"TinyLife.World.Tile.BaseName": "TinyLife.World.Tile.yml",
|
||||
"TinyLife.World.Tile.BigTiles": "TinyLife.World.Tile.yml",
|
||||
"TinyLife.World.Tile.CanBuy": "TinyLife.World.Tile.yml",
|
||||
"TinyLife.World.Tile.Categories": "TinyLife.World.Tile.yml",
|
||||
"TinyLife.World.Tile.Category": "TinyLife.World.Tile.Category.yml",
|
||||
|
@ -4410,20 +4435,37 @@
|
|||
"TinyLife.World.Tile.Category.Road": "TinyLife.World.Tile.Category.yml",
|
||||
"TinyLife.World.Tile.Category.ValidExitPoint": "TinyLife.World.Tile.Category.yml",
|
||||
"TinyLife.World.Tile.Category.Water": "TinyLife.World.Tile.Category.yml",
|
||||
"TinyLife.World.Tile.CheckeredHardwood": "TinyLife.World.Tile.yml",
|
||||
"TinyLife.World.Tile.ColorSettings": "TinyLife.World.Tile.yml",
|
||||
"TinyLife.World.Tile.Colors": "TinyLife.World.Tile.yml",
|
||||
"TinyLife.World.Tile.Concrete": "TinyLife.World.Tile.yml",
|
||||
"TinyLife.World.Tile.Dirt": "TinyLife.World.Tile.yml",
|
||||
"TinyLife.World.Tile.DirtPath": "TinyLife.World.Tile.yml",
|
||||
"TinyLife.World.Tile.DirtRoad": "TinyLife.World.Tile.yml",
|
||||
"TinyLife.World.Tile.DirtRoadLines1": "TinyLife.World.Tile.yml",
|
||||
"TinyLife.World.Tile.DirtRoadLines2": "TinyLife.World.Tile.yml",
|
||||
"TinyLife.World.Tile.DirtWithGrass": "TinyLife.World.Tile.yml",
|
||||
"TinyLife.World.Tile.Draw(Microsoft.Xna.Framework.GameTime,System.Object,TinyLife.World.Map,Microsoft.Xna.Framework.Point,System.Int32,Microsoft.Xna.Framework.Vector2,System.Single,System.Single,System.Collections.Generic.ICollection{MLEM.Graphics.StaticSpriteBatch.Item},System.Boolean,System.Func{Microsoft.Xna.Framework.Point,System.Int32,TinyLife.World.Tile})": "TinyLife.World.Tile.yml",
|
||||
"TinyLife.World.Tile.DrawUi(MLEM.Ui.Elements.Element,Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single)": "TinyLife.World.Tile.yml",
|
||||
"TinyLife.World.Tile.FlowerGrass": "TinyLife.World.Tile.yml",
|
||||
"TinyLife.World.Tile.GetAutoTileBorder(TinyLife.World.Map,Microsoft.Xna.Framework.Point,System.Int32,Microsoft.Xna.Framework.Point,TinyLife.World.Tile,System.Int32)": "TinyLife.World.Tile.yml",
|
||||
"TinyLife.World.Tile.GetDepth(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Single,System.Single,System.Boolean)": "TinyLife.World.Tile.yml",
|
||||
"TinyLife.World.Tile.GetPrice": "TinyLife.World.Tile.yml",
|
||||
"TinyLife.World.Tile.GetVariationTexture(MLEM.Maths.Direction2,Microsoft.Xna.Framework.Point)": "TinyLife.World.Tile.yml",
|
||||
"TinyLife.World.Tile.GetVisualOffset(MLEM.Maths.Direction2,System.Int32,System.Int32)": "TinyLife.World.Tile.yml",
|
||||
"TinyLife.World.Tile.Grass": "TinyLife.World.Tile.yml",
|
||||
"TinyLife.World.Tile.Icon": "TinyLife.World.Tile.yml",
|
||||
"TinyLife.World.Tile.IntricateCarpet": "TinyLife.World.Tile.yml",
|
||||
"TinyLife.World.Tile.LargeConcreteTiles": "TinyLife.World.Tile.yml",
|
||||
"TinyLife.World.Tile.LongBoards": "TinyLife.World.Tile.yml",
|
||||
"TinyLife.World.Tile.ModernBricks": "TinyLife.World.Tile.yml",
|
||||
"TinyLife.World.Tile.ModernTiles": "TinyLife.World.Tile.yml",
|
||||
"TinyLife.World.Tile.Name": "TinyLife.World.Tile.yml",
|
||||
"TinyLife.World.Tile.OnNeighborChanged(TinyLife.World.Map,Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point,System.Int32)": "TinyLife.World.Tile.yml",
|
||||
"TinyLife.World.Tile.OrnateHardwood": "TinyLife.World.Tile.yml",
|
||||
"TinyLife.World.Tile.PathCostModifier": "TinyLife.World.Tile.yml",
|
||||
"TinyLife.World.Tile.Price": "TinyLife.World.Tile.yml",
|
||||
"TinyLife.World.Tile.PuzzlePieces": "TinyLife.World.Tile.yml",
|
||||
"TinyLife.World.Tile.ReferencePrice": "TinyLife.World.Tile.yml",
|
||||
"TinyLife.World.Tile.RegionWeights": "TinyLife.World.Tile.yml",
|
||||
"TinyLife.World.Tile.Regions": "TinyLife.World.Tile.yml",
|
||||
|
@ -4431,8 +4473,21 @@
|
|||
"TinyLife.World.Tile.Register(System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point,TinyLife.Utilities.ColorScheme[],System.Single,System.Boolean,TinyLife.World.Tile.Category,MLEM.Textures.TextureRegion,System.Func{MLEM.Maths.Direction2,System.Nullable{Microsoft.Xna.Framework.Point}},System.Int32[],System.Func{Microsoft.Xna.Framework.Point,System.Single},System.Type)": "TinyLife.World.Tile.yml",
|
||||
"TinyLife.World.Tile.Register(System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point[],TinyLife.Utilities.ColorScheme[],System.Single,System.Boolean,TinyLife.World.Tile.Category,MLEM.Textures.TextureRegion,System.Func{MLEM.Maths.Direction2,Microsoft.Xna.Framework.Point[]},System.Int32[],System.Func{Microsoft.Xna.Framework.Point,System.Single},System.Type)": "TinyLife.World.Tile.yml",
|
||||
"TinyLife.World.Tile.Register(System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point[],TinyLife.Utilities.ColorSettings,System.Single,System.Boolean,TinyLife.World.Tile.Category,MLEM.Textures.TextureRegion,System.Func{MLEM.Maths.Direction2,Microsoft.Xna.Framework.Point[]},System.Func{Microsoft.Xna.Framework.Point,System.Single},System.Type)": "TinyLife.World.Tile.yml",
|
||||
"TinyLife.World.Tile.RicketyHardwood": "TinyLife.World.Tile.yml",
|
||||
"TinyLife.World.Tile.Road1": "TinyLife.World.Tile.yml",
|
||||
"TinyLife.World.Tile.Road2": "TinyLife.World.Tile.yml",
|
||||
"TinyLife.World.Tile.Road3": "TinyLife.World.Tile.yml",
|
||||
"TinyLife.World.Tile.Road4": "TinyLife.World.Tile.yml",
|
||||
"TinyLife.World.Tile.Road5": "TinyLife.World.Tile.yml",
|
||||
"TinyLife.World.Tile.Rocks": "TinyLife.World.Tile.yml",
|
||||
"TinyLife.World.Tile.Sand": "TinyLife.World.Tile.yml",
|
||||
"TinyLife.World.Tile.SimpleCarpet": "TinyLife.World.Tile.yml",
|
||||
"TinyLife.World.Tile.SmallCheckeredHardwood": "TinyLife.World.Tile.yml",
|
||||
"TinyLife.World.Tile.SoftCarpet": "TinyLife.World.Tile.yml",
|
||||
"TinyLife.World.Tile.StraightBoards": "TinyLife.World.Tile.yml",
|
||||
"TinyLife.World.Tile.Textures": "TinyLife.World.Tile.yml",
|
||||
"TinyLife.World.Tile.Tiles": "TinyLife.World.Tile.yml",
|
||||
"TinyLife.World.Tile.Water": "TinyLife.World.Tile.yml",
|
||||
"TinyLife.World.UpdateDelegate": "TinyLife.World.UpdateDelegate.yml",
|
||||
"TinyLife.World.UpdateDelegateNoPhase": "TinyLife.World.UpdateDelegateNoPhase.yml",
|
||||
"TinyLife.World.Wall": "TinyLife.World.Wall.yml",
|
||||
|
@ -4470,19 +4525,42 @@
|
|||
"TinyLife.World.Wallpaper": "TinyLife.World.Wallpaper.yml",
|
||||
"TinyLife.World.Wallpaper.#ctor(System.String,System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point,TinyLife.Utilities.ColorSettings,System.Int32[],MLEM.Textures.TextureRegion)": "TinyLife.World.Wallpaper.yml",
|
||||
"TinyLife.World.Wallpaper.BaseName": "TinyLife.World.Wallpaper.yml",
|
||||
"TinyLife.World.Wallpaper.BigTiles": "TinyLife.World.Wallpaper.yml",
|
||||
"TinyLife.World.Wallpaper.Cacti": "TinyLife.World.Wallpaper.yml",
|
||||
"TinyLife.World.Wallpaper.ColorSettings": "TinyLife.World.Wallpaper.yml",
|
||||
"TinyLife.World.Wallpaper.Colors": "TinyLife.World.Wallpaper.yml",
|
||||
"TinyLife.World.Wallpaper.Default": "TinyLife.World.Wallpaper.yml",
|
||||
"TinyLife.World.Wallpaper.DoubleTimbered": "TinyLife.World.Wallpaper.yml",
|
||||
"TinyLife.World.Wallpaper.DoubleTimberedRockBase": "TinyLife.World.Wallpaper.yml",
|
||||
"TinyLife.World.Wallpaper.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,TinyLife.World.Map,Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point,System.Int32,Microsoft.Xna.Framework.Vector2,TinyLife.World.WallMode,System.Boolean,System.Boolean,System.Single,System.Boolean,System.Single,System.Nullable{Microsoft.Xna.Framework.Color})": "TinyLife.World.Wallpaper.yml",
|
||||
"TinyLife.World.Wallpaper.DrawUi(MLEM.Ui.Elements.Element,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.GameTime,TinyLife.World.Map,System.Single)": "TinyLife.World.Wallpaper.yml",
|
||||
"TinyLife.World.Wallpaper.GetPrice": "TinyLife.World.Wallpaper.yml",
|
||||
"TinyLife.World.Wallpaper.HorizontalWoodenSiding": "TinyLife.World.Wallpaper.yml",
|
||||
"TinyLife.World.Wallpaper.Icon": "TinyLife.World.Wallpaper.yml",
|
||||
"TinyLife.World.Wallpaper.MismatchedBricks": "TinyLife.World.Wallpaper.yml",
|
||||
"TinyLife.World.Wallpaper.ModernBricks": "TinyLife.World.Wallpaper.yml",
|
||||
"TinyLife.World.Wallpaper.ModernLines": "TinyLife.World.Wallpaper.yml",
|
||||
"TinyLife.World.Wallpaper.ModernSquares": "TinyLife.World.Wallpaper.yml",
|
||||
"TinyLife.World.Wallpaper.Name": "TinyLife.World.Wallpaper.yml",
|
||||
"TinyLife.World.Wallpaper.Price": "TinyLife.World.Wallpaper.yml",
|
||||
"TinyLife.World.Wallpaper.Register(System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point,TinyLife.Utilities.ColorScheme,MLEM.Textures.TextureRegion,System.Nullable{System.Int32},System.Type)": "TinyLife.World.Wallpaper.yml",
|
||||
"TinyLife.World.Wallpaper.Register(System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point,TinyLife.Utilities.ColorScheme[],MLEM.Textures.TextureRegion,System.Int32[],System.Type)": "TinyLife.World.Wallpaper.yml",
|
||||
"TinyLife.World.Wallpaper.Register(System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point,TinyLife.Utilities.ColorSettings,MLEM.Textures.TextureRegion,System.Type)": "TinyLife.World.Wallpaper.yml",
|
||||
"TinyLife.World.Wallpaper.RockBase": "TinyLife.World.Wallpaper.yml",
|
||||
"TinyLife.World.Wallpaper.SingleColor": "TinyLife.World.Wallpaper.yml",
|
||||
"TinyLife.World.Wallpaper.SingleColorBaseboard": "TinyLife.World.Wallpaper.yml",
|
||||
"TinyLife.World.Wallpaper.SingleColorTopBottomBoard": "TinyLife.World.Wallpaper.yml",
|
||||
"TinyLife.World.Wallpaper.SingleColorWoodBottom": "TinyLife.World.Wallpaper.yml",
|
||||
"TinyLife.World.Wallpaper.SingleTimbered": "TinyLife.World.Wallpaper.yml",
|
||||
"TinyLife.World.Wallpaper.SingleTimberedRockBase": "TinyLife.World.Wallpaper.yml",
|
||||
"TinyLife.World.Wallpaper.SmallClouds": "TinyLife.World.Wallpaper.yml",
|
||||
"TinyLife.World.Wallpaper.Stars": "TinyLife.World.Wallpaper.yml",
|
||||
"TinyLife.World.Wallpaper.StripedWood": "TinyLife.World.Wallpaper.yml",
|
||||
"TinyLife.World.Wallpaper.TextureRegion": "TinyLife.World.Wallpaper.yml",
|
||||
"TinyLife.World.Wallpaper.Textures": "TinyLife.World.Wallpaper.yml",
|
||||
"TinyLife.World.Wallpaper.VerticalStripes": "TinyLife.World.Wallpaper.yml",
|
||||
"TinyLife.World.Wallpaper.VerticalWallTiles": "TinyLife.World.Wallpaper.yml",
|
||||
"TinyLife.World.Wallpaper.VerticalWoodenSiding": "TinyLife.World.Wallpaper.yml",
|
||||
"TinyLife.World.Wallpaper.Wallpapers": "TinyLife.World.Wallpaper.yml",
|
||||
"TinyLife.World.WaterTile": "TinyLife.World.WaterTile.yml",
|
||||
"TinyLife.World.WaterTile.#ctor(System.String,System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},System.Collections.Generic.Dictionary{MLEM.Maths.Direction2,Microsoft.Xna.Framework.Point[]},TinyLife.Utilities.ColorSettings,System.Int32[],System.Boolean,System.Single,TinyLife.World.Tile.Category,MLEM.Textures.TextureRegion,System.Func{Microsoft.Xna.Framework.Point,System.Single})": "TinyLife.World.WaterTile.yml",
|
||||
|
|
|
@ -12,14 +12,6 @@ items:
|
|||
nameWithType: Action.ActionTypeConstructedDelegate
|
||||
fullName: TinyLife.Actions.Action.ActionTypeConstructedDelegate
|
||||
type: Delegate
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ActionTypeConstructedDelegate
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 1034
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
|
528
docs/api/TinyLife.Actions.Action.yml
generated
528
docs/api/TinyLife.Actions.Action.yml
generated
|
@ -77,14 +77,6 @@ items:
|
|||
nameWithType: Action
|
||||
fullName: TinyLife.Actions.Action
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Action
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 30
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -152,14 +144,6 @@ items:
|
|||
nameWithType: Action.Random
|
||||
fullName: TinyLife.Actions.Action.Random
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Random
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 37
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -184,14 +168,6 @@ items:
|
|||
nameWithType: Action.OnActionTypeConstructed
|
||||
fullName: TinyLife.Actions.Action.OnActionTypeConstructed
|
||||
type: Event
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnActionTypeConstructed
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 43
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -216,14 +192,6 @@ items:
|
|||
nameWithType: Action.InProgressTime
|
||||
fullName: TinyLife.Actions.Action.InProgressTime
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: InProgressTime
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 51
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -253,14 +221,6 @@ items:
|
|||
nameWithType: Action.FullyInProgress
|
||||
fullName: TinyLife.Actions.Action.FullyInProgress
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FullyInProgress
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 58
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -290,14 +250,6 @@ items:
|
|||
nameWithType: Action.Type
|
||||
fullName: TinyLife.Actions.Action.Type
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Type
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 64
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -329,14 +281,6 @@ items:
|
|||
nameWithType: Action.Info
|
||||
fullName: TinyLife.Actions.Action.Info
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Info
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 69
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -368,14 +312,6 @@ items:
|
|||
nameWithType: Action.Id
|
||||
fullName: TinyLife.Actions.Action.Id
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Id
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 75
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -410,14 +346,6 @@ items:
|
|||
nameWithType: Action.StartedAutomatically
|
||||
fullName: TinyLife.Actions.Action.StartedAutomatically
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: StartedAutomatically
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 80
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -451,14 +379,6 @@ items:
|
|||
nameWithType: Action.Parent
|
||||
fullName: TinyLife.Actions.Action.Parent
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Parent
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 86
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -485,14 +405,6 @@ items:
|
|||
nameWithType: Action.Person
|
||||
fullName: TinyLife.Actions.Action.Person
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Person
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 90
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -516,14 +428,6 @@ items:
|
|||
nameWithType: Action.ElapsedTime
|
||||
fullName: TinyLife.Actions.Action.ElapsedTime
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ElapsedTime
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 94
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -557,14 +461,6 @@ items:
|
|||
nameWithType: Action.PlayerPromptOpen
|
||||
fullName: TinyLife.Actions.Action.PlayerPromptOpen
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PlayerPromptOpen
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 100
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -591,14 +487,6 @@ items:
|
|||
nameWithType: Action.ForceResult
|
||||
fullName: TinyLife.Actions.Action.ForceResult
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ForceResult
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 108
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -623,14 +511,6 @@ items:
|
|||
nameWithType: Action.Action(ActionInfo)
|
||||
fullName: TinyLife.Actions.Action.Action(TinyLife.Actions.ActionInfo)
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 119
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -658,14 +538,6 @@ items:
|
|||
nameWithType: Action.Action(ActionType, ActionInfo)
|
||||
fullName: TinyLife.Actions.Action.Action(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo)
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 128
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -696,14 +568,6 @@ items:
|
|||
nameWithType: Action.Initialize()
|
||||
fullName: TinyLife.Actions.Action.Initialize()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Initialize
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 138
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -727,14 +591,6 @@ items:
|
|||
nameWithType: Action.Update(GameTime, TimeSpan, float)
|
||||
fullName: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Update
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 147
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -771,14 +627,6 @@ items:
|
|||
nameWithType: Action.IsCompleted()
|
||||
fullName: TinyLife.Actions.Action.IsCompleted()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IsCompleted
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 165
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -807,14 +655,6 @@ items:
|
|||
nameWithType: Action.OnCompleted(CompletionType)
|
||||
fullName: TinyLife.Actions.Action.OnCompleted(TinyLife.Actions.CompletionType)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnCompleted
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 175
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -844,14 +684,6 @@ items:
|
|||
nameWithType: Action.Validate(PersonLike)
|
||||
fullName: TinyLife.Actions.Action.Validate(TinyLife.Objects.PersonLike)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Validate
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 194
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -884,14 +716,6 @@ items:
|
|||
nameWithType: Action.TryForceResult(CompletionType, CanExecuteResult?, MapObject)
|
||||
fullName: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType, TinyLife.Actions.CanExecuteResult?, TinyLife.Objects.MapObject)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: TryForceResult
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 207
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -930,14 +754,6 @@ items:
|
|||
nameWithType: Action.CanMultitask(Action)
|
||||
fullName: TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanMultitask
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 225
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -972,14 +788,6 @@ items:
|
|||
nameWithType: Action.CanStartNow()
|
||||
fullName: TinyLife.Actions.Action.CanStartNow()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanStartNow
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 235
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -1007,14 +815,6 @@ items:
|
|||
nameWithType: Action.CanCancel(Action)
|
||||
fullName: TinyLife.Actions.Action.CanCancel(TinyLife.Actions.Action)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanCancel
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 246
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -1047,14 +847,6 @@ items:
|
|||
nameWithType: Action.GetNextAction(CompletionType)
|
||||
fullName: TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.CompletionType)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetNextAction
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 257
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -1087,14 +879,6 @@ items:
|
|||
nameWithType: Action.GetIconObject()
|
||||
fullName: TinyLife.Actions.Action.GetIconObject()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetIconObject
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 267
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -1123,14 +907,6 @@ items:
|
|||
nameWithType: Action.CausesExtremelyFastSpeed()
|
||||
fullName: TinyLife.Actions.Action.CausesExtremelyFastSpeed()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CausesExtremelyFastSpeed
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 276
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -1157,14 +933,6 @@ items:
|
|||
nameWithType: Action.GetDisplayName()
|
||||
fullName: TinyLife.Actions.Action.GetDisplayName()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetDisplayName
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 285
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -1191,14 +959,6 @@ items:
|
|||
nameWithType: Action.CanEnqueueConversation(PersonLike, ActionType)
|
||||
fullName: TinyLife.Actions.Action.CanEnqueueConversation(TinyLife.Objects.PersonLike, TinyLife.Actions.ActionType)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanEnqueueConversation
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 297
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -1234,14 +994,6 @@ items:
|
|||
nameWithType: Action.GetProgress()
|
||||
fullName: TinyLife.Actions.Action.GetProgress()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetProgress
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 307
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -1270,14 +1022,6 @@ items:
|
|||
nameWithType: Action.OnChildCompleted(Action, CompletionType, bool)
|
||||
fullName: TinyLife.Actions.Action.OnChildCompleted(TinyLife.Actions.Action, TinyLife.Actions.CompletionType, bool)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnChildCompleted
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 319
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -1316,14 +1060,6 @@ items:
|
|||
nameWithType: Action.OpenPlayerPrompt(string, Predicate<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)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OpenPlayerPrompt
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 336
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -1380,14 +1116,6 @@ items:
|
|||
nameWithType: Action.OpenYesNoPrompt(string, Action, Action, TextureRegion)
|
||||
fullName: TinyLife.Actions.Action.OpenYesNoPrompt(string, System.Action, System.Action, MLEM.Textures.TextureRegion)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OpenYesNoPrompt
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 371
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -1431,14 +1159,6 @@ items:
|
|||
nameWithType: Action.OpenTextPrompt(string, Action<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)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OpenTextPrompt
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 399
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -1486,14 +1206,6 @@ items:
|
|||
nameWithType: Action.OpenChoicePrompt(ChoicePromptInfo)
|
||||
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OpenChoicePrompt
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 412
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -1521,14 +1233,6 @@ items:
|
|||
nameWithType: Action.SpeakAlone(GameTime, float, EmoteChoices, SpeakStyle, int, float, float, float, float)
|
||||
fullName: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime, float, TinyLife.Actions.EmoteChoices, TinyLife.Objects.SpeakStyle, int, float, float, float, float)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SpeakAlone
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 433
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -1586,14 +1290,6 @@ items:
|
|||
nameWithType: Action.ThinkAlone(GameTime, float, EmoteChoices, float, float, float, float, int)
|
||||
fullName: TinyLife.Actions.Action.ThinkAlone(Microsoft.Xna.Framework.GameTime, float, TinyLife.Actions.EmoteChoices, float, float, float, float, int)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ThinkAlone
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 450
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -1648,14 +1344,6 @@ items:
|
|||
nameWithType: Action.SpeakInConversation(PersonLike, GameTime, float, EmoteChoices, SpeakStyle, EmoteChoices?, SpeakStyle?, int, float, float, float, float)
|
||||
fullName: TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.PersonLike, Microsoft.Xna.Framework.GameTime, float, TinyLife.Actions.EmoteChoices, TinyLife.Objects.SpeakStyle, TinyLife.Actions.EmoteChoices?, TinyLife.Objects.SpeakStyle?, int, float, float, float, float)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SpeakInConversation
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 471
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -1722,14 +1410,6 @@ items:
|
|||
nameWithType: Action.ResetSpeech()
|
||||
fullName: TinyLife.Actions.Action.ResetSpeech()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ResetSpeech
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 480
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -1750,14 +1430,6 @@ items:
|
|||
nameWithType: Action.CompleteIfNeedFull(NeedType, PersonLike)
|
||||
fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType, TinyLife.Objects.PersonLike)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CompleteIfNeedFull
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 493
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -1788,14 +1460,6 @@ items:
|
|||
nameWithType: Action.CompleteIfTimeUp(TimeSpan, bool, SkillType, float, bool)
|
||||
fullName: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan, bool, TinyLife.Skills.SkillType, float, bool)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CompleteIfTimeUp
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 507
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -1841,14 +1505,6 @@ items:
|
|||
nameWithType: Action.CompleteIfTimeUp(TimeSpan, TimeSpan, bool, SkillType, float, bool)
|
||||
fullName: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan, System.TimeSpan, bool, TinyLife.Skills.SkillType, float, bool)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CompleteIfTimeUp
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 526
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -1897,14 +1553,6 @@ items:
|
|||
nameWithType: Action.GetRandomCompletionTime(TimeSpan, TimeSpan)
|
||||
fullName: TinyLife.Actions.Action.GetRandomCompletionTime(System.TimeSpan, System.TimeSpan)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetRandomCompletionTime
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 538
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -1938,14 +1586,6 @@ items:
|
|||
nameWithType: Action.CancelIfEmotional(params EmotionType[])
|
||||
fullName: TinyLife.Actions.Action.CancelIfEmotional(params TinyLife.Emotions.EmotionType[])
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CancelIfEmotional
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 551
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -1980,14 +1620,6 @@ items:
|
|||
nameWithType: Action.Sit(Furniture, float, ActionSpot)
|
||||
fullName: TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture, float, TinyLife.Objects.ActionSpot)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Sit
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 567
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -2031,14 +1663,6 @@ items:
|
|||
nameWithType: Action.GetChildren(bool)
|
||||
fullName: TinyLife.Actions.Action.GetChildren(bool)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetChildren
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 583
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -2072,14 +1696,6 @@ items:
|
|||
nameWithType: Action.GetChild<T>(Guid, bool)
|
||||
fullName: TinyLife.Actions.Action.GetChild<T>(System.Guid, bool)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetChild
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 600
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -2119,14 +1735,6 @@ items:
|
|||
nameWithType: Action.PickUpAndGoTo(ActionInfo, ObjectCategory, ObjectCategory, bool)
|
||||
fullName: TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo, TinyLife.Objects.ObjectCategory, TinyLife.Objects.ObjectCategory, bool)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PickUpAndGoTo
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 642
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -2169,14 +1777,6 @@ items:
|
|||
nameWithType: Action.PickUpAndGoTo(ActionInfo, Func<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)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PickUpAndGoTo
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 655
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -2219,14 +1819,6 @@ items:
|
|||
nameWithType: Action.GetFreeChair(PersonLike, Furniture)
|
||||
fullName: TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetFreeChair
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 692
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -2262,14 +1854,6 @@ items:
|
|||
nameWithType: Action.GetFreeChairs(PersonLike, Furniture, Func<Direction2, bool>)
|
||||
fullName: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func<MLEM.Maths.Direction2, bool>)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetFreeChairs
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 709
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -2311,14 +1895,6 @@ items:
|
|||
nameWithType: Action.GetSeatCategory(PersonLike)
|
||||
fullName: TinyLife.Actions.Action.GetSeatCategory(TinyLife.Objects.PersonLike)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetSeatCategory
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 729
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -2349,14 +1925,6 @@ items:
|
|||
nameWithType: Action.FindAllFreePeople(PersonLike, ActionType, Map, Vector2?, float?, float?, bool, bool, bool)
|
||||
fullName: TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Objects.PersonLike, TinyLife.Actions.ActionType, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?, float?, float?, bool, bool, bool)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FindAllFreePeople
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 746
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -2411,14 +1979,6 @@ items:
|
|||
nameWithType: Action.FindAllFreeFurniture(PersonLike, ObjectCategory, FurnitureType, bool, Map, Vector2?, float?, float?, bool, bool)
|
||||
fullName: TinyLife.Actions.Action.FindAllFreeFurniture(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, bool, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?, float?, float?, bool, bool)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FindAllFreeFurniture
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 776
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -2476,14 +2036,6 @@ items:
|
|||
nameWithType: Action.FindAllFreeWalls<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)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FindAllFreeWalls
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 796
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -2531,14 +2083,6 @@ items:
|
|||
nameWithType: Action.FindAllFreeGround(PersonLike, Map, Vector2?, float?, float?, bool)
|
||||
fullName: TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.PersonLike, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?, float?, float?, bool)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FindAllFreeGround
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 815
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -2584,14 +2128,6 @@ items:
|
|||
nameWithType: Action.FindFreeFurniture(PersonLike, ObjectCategory, FurnitureType, Map, Vector2?, bool, bool)
|
||||
fullName: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?, bool, bool)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FindFreeFurniture
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 837
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -2643,14 +2179,6 @@ items:
|
|||
nameWithType: Action.FindAllActionObjects(PersonLike, ActionType, Map, Vector2?)
|
||||
fullName: TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.PersonLike, TinyLife.Actions.ActionType, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FindAllActionObjects
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 851
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -2690,14 +2218,6 @@ items:
|
|||
nameWithType: Action.FindValidActionObjects(PersonLike, ActionType, bool, Map, Vector2?, bool, bool)
|
||||
fullName: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.PersonLike, TinyLife.Actions.ActionType, bool, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?, bool, bool)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FindValidActionObjects
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 890
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -2749,14 +2269,6 @@ items:
|
|||
nameWithType: Action.GetRandomValidArguments(ActionType, ActionInfo, bool)
|
||||
fullName: TinyLife.Actions.Action.GetRandomValidArguments(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, bool)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetRandomValidArguments
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 907
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -2793,14 +2305,6 @@ items:
|
|||
nameWithType: Action.GetTableSpot(Furniture, ActionSpot)
|
||||
fullName: TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture, TinyLife.Objects.ActionSpot)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetTableSpot
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 935
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -2834,14 +2338,6 @@ items:
|
|||
nameWithType: Action.InvokeForBoth(PersonLike, PersonLike, Action<PersonLike, PersonLike>)
|
||||
fullName: TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.PersonLike, TinyLife.Objects.PersonLike, System.Action<TinyLife.Objects.PersonLike, TinyLife.Objects.PersonLike>)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: InvokeForBoth
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 948
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -2875,14 +2371,6 @@ items:
|
|||
nameWithType: Action.CanMultitask(Action, Action)
|
||||
fullName: TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action, TinyLife.Actions.Action)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanMultitask
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 960
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -2916,14 +2404,6 @@ items:
|
|||
nameWithType: Action.IsInappropriate(ActionType, ActionInfo)
|
||||
fullName: TinyLife.Actions.Action.IsInappropriate(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IsInappropriate
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 971
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -2957,14 +2437,6 @@ items:
|
|||
nameWithType: Action.IsLotContentVisible(Lot, PersonLike, Map, Vector2?)
|
||||
fullName: TinyLife.Actions.Action.IsLotContentVisible(TinyLife.World.Lot, TinyLife.Objects.PersonLike, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IsLotContentVisible
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 992
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
|
152
docs/api/TinyLife.Actions.ActionArgument.yml
generated
152
docs/api/TinyLife.Actions.ActionArgument.yml
generated
|
@ -30,14 +30,6 @@ items:
|
|||
nameWithType: ActionArgument
|
||||
fullName: TinyLife.Actions.ActionArgument
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionArgument.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ActionArgument
|
||||
path: ../TinyLife/Actions/ActionArgument.cs
|
||||
startLine: 20
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -78,14 +70,6 @@ items:
|
|||
nameWithType: ActionArgument.Name
|
||||
fullName: TinyLife.Actions.ActionArgument.Name
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionArgument.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Name
|
||||
path: ../TinyLife/Actions/ActionArgument.cs
|
||||
startLine: 25
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -107,14 +91,6 @@ items:
|
|||
nameWithType: ActionArgument.AddedConstructorArguments
|
||||
fullName: TinyLife.Actions.ActionArgument.AddedConstructorArguments
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionArgument.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AddedConstructorArguments
|
||||
path: ../TinyLife/Actions/ActionArgument.cs
|
||||
startLine: 30
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -139,14 +115,6 @@ items:
|
|||
nameWithType: ActionArgument.PassivePriority
|
||||
fullName: TinyLife.Actions.ActionArgument.PassivePriority
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionArgument.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PassivePriority
|
||||
path: ../TinyLife/Actions/ActionArgument.cs
|
||||
startLine: 37
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -175,14 +143,6 @@ items:
|
|||
nameWithType: ActionArgument.CanExecute
|
||||
fullName: TinyLife.Actions.ActionArgument.CanExecute
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionArgument.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanExecute
|
||||
path: ../TinyLife/Actions/ActionArgument.cs
|
||||
startLine: 43
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -209,14 +169,6 @@ items:
|
|||
nameWithType: ActionArgument.DisplayName
|
||||
fullName: TinyLife.Actions.ActionArgument.DisplayName
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionArgument.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DisplayName
|
||||
path: ../TinyLife/Actions/ActionArgument.cs
|
||||
startLine: 48
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -241,14 +193,6 @@ items:
|
|||
nameWithType: ActionArgument.Description
|
||||
fullName: TinyLife.Actions.ActionArgument.Description
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionArgument.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Description
|
||||
path: ../TinyLife/Actions/ActionArgument.cs
|
||||
startLine: 53
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -273,14 +217,6 @@ items:
|
|||
nameWithType: ActionArgument.CustomLayout
|
||||
fullName: TinyLife.Actions.ActionArgument.CustomLayout
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionArgument.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CustomLayout
|
||||
path: ../TinyLife/Actions/ActionArgument.cs
|
||||
startLine: 59
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -307,14 +243,6 @@ items:
|
|||
nameWithType: ActionArgument.MarkSeen
|
||||
fullName: TinyLife.Actions.ActionArgument.MarkSeen
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionArgument.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: MarkSeen
|
||||
path: ../TinyLife/Actions/ActionArgument.cs
|
||||
startLine: 64
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -339,14 +267,6 @@ items:
|
|||
nameWithType: ActionArgument.ActionArgument(string, Func<ActionType, ActionInfo, IEnumerable<object>>)
|
||||
fullName: TinyLife.Actions.ActionArgument.ActionArgument(string, System.Func<TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, System.Collections.Generic.IEnumerable<object>>)
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionArgument.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/ActionArgument.cs
|
||||
startLine: 71
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -377,14 +297,6 @@ items:
|
|||
nameWithType: ActionArgument.ActionArgument(string, params object[])
|
||||
fullName: TinyLife.Actions.ActionArgument.ActionArgument(string, params object[])
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionArgument.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/ActionArgument.cs
|
||||
startLine: 81
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -415,14 +327,6 @@ items:
|
|||
nameWithType: ActionArgument.ActionArgument(object)
|
||||
fullName: TinyLife.Actions.ActionArgument.ActionArgument(object)
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionArgument.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/ActionArgument.cs
|
||||
startLine: 88
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -453,14 +357,6 @@ items:
|
|||
nameWithType: ActionArgument.GetDisplayName()
|
||||
fullName: TinyLife.Actions.ActionArgument.GetDisplayName()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionArgument.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetDisplayName
|
||||
path: ../TinyLife/Actions/ActionArgument.cs
|
||||
startLine: 94
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -484,14 +380,6 @@ items:
|
|||
nameWithType: ActionArgument.CanBeExecuted(ActionInfo, bool)
|
||||
fullName: TinyLife.Actions.ActionArgument.CanBeExecuted(TinyLife.Actions.ActionInfo, bool)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionArgument.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanBeExecuted
|
||||
path: ../TinyLife/Actions/ActionArgument.cs
|
||||
startLine: 105
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -528,14 +416,6 @@ items:
|
|||
nameWithType: ActionArgument.GetPassivePriority(PersonLike)
|
||||
fullName: TinyLife.Actions.ActionArgument.GetPassivePriority(TinyLife.Objects.PersonLike)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionArgument.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetPassivePriority
|
||||
path: ../TinyLife/Actions/ActionArgument.cs
|
||||
startLine: 121
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -563,14 +443,6 @@ items:
|
|||
nameWithType: ActionArgument.FreePeople(ActionInfo, Func<(ActionInfo Info, PersonLike Other, bool Automatic), CanExecuteResult>, bool)
|
||||
fullName: TinyLife.Actions.ActionArgument.FreePeople(TinyLife.Actions.ActionInfo, System.Func<(TinyLife.Actions.ActionInfo Info, TinyLife.Objects.PersonLike Other, bool Automatic), TinyLife.Actions.CanExecuteResult>, bool)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionArgument.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FreePeople
|
||||
path: ../TinyLife/Actions/ActionArgument.cs
|
||||
startLine: 167
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -612,14 +484,6 @@ items:
|
|||
nameWithType: ActionArgument.StoredFurniture(IEnumerable<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>)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionArgument.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: StoredFurniture
|
||||
path: ../TinyLife/Actions/ActionArgument.cs
|
||||
startLine: 186
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -656,14 +520,6 @@ items:
|
|||
nameWithType: ActionArgument.ImageLayout(float, Element.DrawCallback, Padding)
|
||||
fullName: TinyLife.Actions.ActionArgument.ImageLayout(float, MLEM.Ui.Elements.Element.DrawCallback, MLEM.Maths.Padding)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionArgument.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ImageLayout
|
||||
path: ../TinyLife/Actions/ActionArgument.cs
|
||||
startLine: 207
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -703,14 +559,6 @@ items:
|
|||
nameWithType: ActionArgument.PortraitLayout(PersonLike, PersonLike, bool)
|
||||
fullName: TinyLife.Actions.ActionArgument.PortraitLayout(TinyLife.Objects.PersonLike, TinyLife.Objects.PersonLike, bool)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionArgument.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PortraitLayout
|
||||
path: ../TinyLife/Actions/ActionArgument.cs
|
||||
startLine: 231
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
|
208
docs/api/TinyLife.Actions.ActionInfo.yml
generated
208
docs/api/TinyLife.Actions.ActionInfo.yml
generated
|
@ -37,14 +37,6 @@ items:
|
|||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionInfo.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ActionInfo
|
||||
path: ../TinyLife/Actions/ActionInfo.cs
|
||||
startLine: 16
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -92,14 +84,6 @@ items:
|
|||
nameWithType: ActionInfo.Person
|
||||
fullName: TinyLife.Actions.ActionInfo.Person
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionInfo.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Person
|
||||
path: ../TinyLife/Actions/ActionInfo.cs
|
||||
startLine: 22
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -123,14 +107,6 @@ items:
|
|||
nameWithType: ActionInfo.ActionLocation
|
||||
fullName: TinyLife.Actions.ActionInfo.ActionLocation
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionInfo.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ActionLocation
|
||||
path: ../TinyLife/Actions/ActionInfo.cs
|
||||
startLine: 29
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -167,14 +143,6 @@ items:
|
|||
nameWithType: ActionInfo.ActionFloor
|
||||
fullName: TinyLife.Actions.ActionInfo.ActionFloor
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionInfo.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ActionFloor
|
||||
path: ../TinyLife/Actions/ActionInfo.cs
|
||||
startLine: 34
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -206,14 +174,6 @@ items:
|
|||
nameWithType: ActionInfo.ActionSpot
|
||||
fullName: TinyLife.Actions.ActionInfo.ActionSpot
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionInfo.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ActionSpot
|
||||
path: ../TinyLife/Actions/ActionInfo.cs
|
||||
startLine: 38
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -239,14 +199,6 @@ items:
|
|||
nameWithType: ActionInfo.CurrentMap
|
||||
fullName: TinyLife.Actions.ActionInfo.CurrentMap
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionInfo.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CurrentMap
|
||||
path: ../TinyLife/Actions/ActionInfo.cs
|
||||
startLine: 45
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -270,14 +222,6 @@ items:
|
|||
nameWithType: ActionInfo.GoalMap
|
||||
fullName: TinyLife.Actions.ActionInfo.GoalMap
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionInfo.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GoalMap
|
||||
path: ../TinyLife/Actions/ActionInfo.cs
|
||||
startLine: 50
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -304,14 +248,6 @@ items:
|
|||
nameWithType: ActionInfo.Lot
|
||||
fullName: TinyLife.Actions.ActionInfo.Lot
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionInfo.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Lot
|
||||
path: ../TinyLife/Actions/ActionInfo.cs
|
||||
startLine: 57
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -335,14 +271,6 @@ items:
|
|||
nameWithType: ActionInfo.GetActionObject<T>(bool)
|
||||
fullName: TinyLife.Actions.ActionInfo.GetActionObject<T>(bool)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionInfo.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetActionObject
|
||||
path: ../TinyLife/Actions/ActionInfo.cs
|
||||
startLine: 93
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -378,14 +306,6 @@ items:
|
|||
nameWithType: ActionInfo.AddAuxiliaryLocation(Map, Vector2, float)
|
||||
fullName: TinyLife.Actions.ActionInfo.AddAuxiliaryLocation(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, float)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionInfo.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AddAuxiliaryLocation
|
||||
path: ../TinyLife/Actions/ActionInfo.cs
|
||||
startLine: 117
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -424,14 +344,6 @@ items:
|
|||
nameWithType: ActionInfo.AddAuxiliaryLocation(Map, Point, int)
|
||||
fullName: TinyLife.Actions.ActionInfo.AddAuxiliaryLocation(TinyLife.World.Map, Microsoft.Xna.Framework.Point, int)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionInfo.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AddAuxiliaryLocation
|
||||
path: ../TinyLife/Actions/ActionInfo.cs
|
||||
startLine: 131
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -470,14 +382,6 @@ items:
|
|||
nameWithType: ActionInfo.GetInvolvedLocations()
|
||||
fullName: TinyLife.Actions.ActionInfo.GetInvolvedLocations()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionInfo.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetInvolvedLocations
|
||||
path: ../TinyLife/Actions/ActionInfo.cs
|
||||
startLine: 139
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -501,14 +405,6 @@ items:
|
|||
nameWithType: ActionInfo.AddAuxiliaryObject(MapObject, ActionSpot)
|
||||
fullName: TinyLife.Actions.ActionInfo.AddAuxiliaryObject(TinyLife.Objects.MapObject, TinyLife.Objects.ActionSpot)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionInfo.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AddAuxiliaryObject
|
||||
path: ../TinyLife/Actions/ActionInfo.cs
|
||||
startLine: 158
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -543,14 +439,6 @@ items:
|
|||
nameWithType: ActionInfo.GetInvolvedObjects<T>(ObjectCategory, bool, bool)
|
||||
fullName: TinyLife.Actions.ActionInfo.GetInvolvedObjects<T>(TinyLife.Objects.ObjectCategory, bool, bool)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionInfo.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetInvolvedObjects
|
||||
path: ../TinyLife/Actions/ActionInfo.cs
|
||||
startLine: 179
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -593,14 +481,6 @@ items:
|
|||
nameWithType: ActionInfo.GetInvolvedObject<T>(ObjectCategory, bool, bool, Func<T, bool>)
|
||||
fullName: TinyLife.Actions.ActionInfo.GetInvolvedObject<T>(TinyLife.Objects.ObjectCategory, bool, bool, System.Func<T, bool>)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionInfo.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetInvolvedObject
|
||||
path: ../TinyLife/Actions/ActionInfo.cs
|
||||
startLine: 199
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -643,14 +523,6 @@ items:
|
|||
nameWithType: ActionInfo.GetInvolvedActionSpot(Furniture)
|
||||
fullName: TinyLife.Actions.ActionInfo.GetInvolvedActionSpot(TinyLife.Objects.Furniture)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionInfo.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetInvolvedActionSpot
|
||||
path: ../TinyLife/Actions/ActionInfo.cs
|
||||
startLine: 219
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -683,14 +555,6 @@ items:
|
|||
nameWithType: ActionInfo.ToFreeActionSpots(ObjectCategory)
|
||||
fullName: TinyLife.Actions.ActionInfo.ToFreeActionSpots(TinyLife.Objects.ObjectCategory)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionInfo.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ToFreeActionSpots
|
||||
path: ../TinyLife/Actions/ActionInfo.cs
|
||||
startLine: 240
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -721,14 +585,6 @@ items:
|
|||
nameWithType: ActionInfo.ToFreeActionSpot(ObjectCategory)
|
||||
fullName: TinyLife.Actions.ActionInfo.ToFreeActionSpot(TinyLife.Objects.ObjectCategory)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionInfo.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ToFreeActionSpot
|
||||
path: ../TinyLife/Actions/ActionInfo.cs
|
||||
startLine: 254
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -759,14 +615,6 @@ items:
|
|||
nameWithType: ActionInfo.GetInvolvedObjectIds()
|
||||
fullName: TinyLife.Actions.ActionInfo.GetInvolvedObjectIds()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionInfo.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetInvolvedObjectIds
|
||||
path: ../TinyLife/Actions/ActionInfo.cs
|
||||
startLine: 262
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -790,14 +638,6 @@ items:
|
|||
nameWithType: ActionInfo.Validate(PersonLike)
|
||||
fullName: TinyLife.Actions.ActionInfo.Validate(TinyLife.Objects.PersonLike)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionInfo.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Validate
|
||||
path: ../TinyLife/Actions/ActionInfo.cs
|
||||
startLine: 278
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -827,14 +667,6 @@ items:
|
|||
nameWithType: ActionInfo.FromLocation(PersonLike, Map, Vector2, float)
|
||||
fullName: TinyLife.Actions.ActionInfo.FromLocation(TinyLife.Objects.PersonLike, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, float)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionInfo.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FromLocation
|
||||
path: ../TinyLife/Actions/ActionInfo.cs
|
||||
startLine: 359
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -874,14 +706,6 @@ items:
|
|||
nameWithType: ActionInfo.FromLocation(PersonLike, Map, Point, float)
|
||||
fullName: TinyLife.Actions.ActionInfo.FromLocation(TinyLife.Objects.PersonLike, TinyLife.World.Map, Microsoft.Xna.Framework.Point, float)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionInfo.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FromLocation
|
||||
path: ../TinyLife/Actions/ActionInfo.cs
|
||||
startLine: 372
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -924,14 +748,6 @@ items:
|
|||
nameWithType: ActionInfo.FromObjectGeneric(PersonLike, Map, Guid, Vector2, float)
|
||||
fullName: TinyLife.Actions.ActionInfo.FromObjectGeneric(TinyLife.Objects.PersonLike, TinyLife.World.Map, System.Guid, Microsoft.Xna.Framework.Vector2, float)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionInfo.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FromObjectGeneric
|
||||
path: ../TinyLife/Actions/ActionInfo.cs
|
||||
startLine: 385
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -974,14 +790,6 @@ items:
|
|||
nameWithType: ActionInfo.FromObjectGeneric(PersonLike, MapObject)
|
||||
fullName: TinyLife.Actions.ActionInfo.FromObjectGeneric(TinyLife.Objects.PersonLike, TinyLife.Objects.MapObject)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionInfo.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FromObjectGeneric
|
||||
path: ../TinyLife/Actions/ActionInfo.cs
|
||||
startLine: 395
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -1012,14 +820,6 @@ items:
|
|||
nameWithType: ActionInfo.FromSelf(PersonLike)
|
||||
fullName: TinyLife.Actions.ActionInfo.FromSelf(TinyLife.Objects.PersonLike)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionInfo.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FromSelf
|
||||
path: ../TinyLife/Actions/ActionInfo.cs
|
||||
startLine: 404
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -1047,14 +847,6 @@ items:
|
|||
nameWithType: ActionInfo.FromActionInfo(PersonLike, ActionInfo, bool)
|
||||
fullName: TinyLife.Actions.ActionInfo.FromActionInfo(TinyLife.Objects.PersonLike, TinyLife.Actions.ActionInfo, bool)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionInfo.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FromActionInfo
|
||||
path: ../TinyLife/Actions/ActionInfo.cs
|
||||
startLine: 415
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
|
80
docs/api/TinyLife.Actions.ActionType.AiSettings.yml
generated
80
docs/api/TinyLife.Actions.ActionType.AiSettings.yml
generated
|
@ -21,14 +21,6 @@ items:
|
|||
nameWithType: ActionType.AiSettings
|
||||
fullName: TinyLife.Actions.ActionType.AiSettings
|
||||
type: Struct
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AiSettings
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 380
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -57,14 +49,6 @@ items:
|
|||
nameWithType: ActionType.AiSettings.SolvedNeeds
|
||||
fullName: TinyLife.Actions.ActionType.AiSettings.SolvedNeeds
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SolvedNeeds
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 388
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -93,14 +77,6 @@ items:
|
|||
nameWithType: ActionType.AiSettings.PassivePriority
|
||||
fullName: TinyLife.Actions.ActionType.AiSettings.PassivePriority
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PassivePriority
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 396
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -131,14 +107,6 @@ items:
|
|||
nameWithType: ActionType.AiSettings.CanDoRandomly
|
||||
fullName: TinyLife.Actions.ActionType.AiSettings.CanDoRandomly
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanDoRandomly
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 403
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -167,14 +135,6 @@ items:
|
|||
nameWithType: ActionType.AiSettings.CanDoAtAnyPoint
|
||||
fullName: TinyLife.Actions.ActionType.AiSettings.CanDoAtAnyPoint
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanDoAtAnyPoint
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 410
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -203,14 +163,6 @@ items:
|
|||
nameWithType: ActionType.AiSettings.NeedsFreeActionSpot
|
||||
fullName: TinyLife.Actions.ActionType.AiSettings.NeedsFreeActionSpot
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: NeedsFreeActionSpot
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 416
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -237,14 +189,6 @@ items:
|
|||
nameWithType: ActionType.AiSettings.IgnorePartnerNeeds
|
||||
fullName: TinyLife.Actions.ActionType.AiSettings.IgnorePartnerNeeds
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IgnorePartnerNeeds
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 422
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -271,14 +215,6 @@ items:
|
|||
nameWithType: ActionType.AiSettings.IgnoreAiDisabled
|
||||
fullName: TinyLife.Actions.ActionType.AiSettings.IgnoreAiDisabled
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IgnoreAiDisabled
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 426
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -300,14 +236,6 @@ items:
|
|||
nameWithType: ActionType.AiSettings.EnqueuePriority
|
||||
fullName: TinyLife.Actions.ActionType.AiSettings.EnqueuePriority
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: EnqueuePriority
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 430
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -329,14 +257,6 @@ items:
|
|||
nameWithType: ActionType.AiSettings.AiSettings()
|
||||
fullName: TinyLife.Actions.ActionType.AiSettings.AiSettings()
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 435
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
|
|
@ -12,14 +12,6 @@ items:
|
|||
nameWithType: ActionType.CanExecuteDelegate
|
||||
fullName: TinyLife.Actions.ActionType.CanExecuteDelegate
|
||||
type: Delegate
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanExecuteDelegate
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 182
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
|
264
docs/api/TinyLife.Actions.ActionType.TypeSettings.yml
generated
264
docs/api/TinyLife.Actions.ActionType.TypeSettings.yml
generated
|
@ -43,14 +43,6 @@ items:
|
|||
nameWithType: ActionType.TypeSettings
|
||||
fullName: TinyLife.Actions.ActionType.TypeSettings
|
||||
type: Struct
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: TypeSettings
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 187
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -81,14 +73,6 @@ items:
|
|||
nameWithType: ActionType.TypeSettings.Name
|
||||
fullName: TinyLife.Actions.ActionType.TypeSettings.Name
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Name
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 192
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -110,14 +94,6 @@ items:
|
|||
nameWithType: ActionType.TypeSettings.NameWithoutCategory
|
||||
fullName: TinyLife.Actions.ActionType.TypeSettings.NameWithoutCategory
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: NameWithoutCategory
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 197
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -144,14 +120,6 @@ items:
|
|||
nameWithType: ActionType.TypeSettings.Categories
|
||||
fullName: TinyLife.Actions.ActionType.TypeSettings.Categories
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Categories
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 202
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -178,14 +146,6 @@ items:
|
|||
nameWithType: ActionType.TypeSettings.Texture
|
||||
fullName: TinyLife.Actions.ActionType.TypeSettings.Texture
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Texture
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 207
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -210,14 +170,6 @@ items:
|
|||
nameWithType: ActionType.TypeSettings.Context
|
||||
fullName: TinyLife.Actions.ActionType.TypeSettings.Context
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Context
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 212
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -242,14 +194,6 @@ items:
|
|||
nameWithType: ActionType.TypeSettings.CanExecute
|
||||
fullName: TinyLife.Actions.ActionType.TypeSettings.CanExecute
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanExecute
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 218
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -276,14 +220,6 @@ items:
|
|||
nameWithType: ActionType.TypeSettings.ConstructedType
|
||||
fullName: TinyLife.Actions.ActionType.TypeSettings.ConstructedType
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ConstructedType
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 223
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -308,14 +244,6 @@ items:
|
|||
nameWithType: ActionType.TypeSettings.ConstructorArguments
|
||||
fullName: TinyLife.Actions.ActionType.TypeSettings.ConstructorArguments
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ConstructorArguments
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 228
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -340,14 +268,6 @@ items:
|
|||
nameWithType: ActionType.TypeSettings.PossibleArguments
|
||||
fullName: TinyLife.Actions.ActionType.TypeSettings.PossibleArguments
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PossibleArguments
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 236
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -378,14 +298,6 @@ items:
|
|||
nameWithType: ActionType.TypeSettings.MaximumArguments
|
||||
fullName: TinyLife.Actions.ActionType.TypeSettings.MaximumArguments
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: MaximumArguments
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 241
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -410,14 +322,6 @@ items:
|
|||
nameWithType: ActionType.TypeSettings.NoValidArgumentsResult
|
||||
fullName: TinyLife.Actions.ActionType.TypeSettings.NoValidArgumentsResult
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: NoValidArgumentsResult
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 246
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -442,14 +346,6 @@ items:
|
|||
nameWithType: ActionType.TypeSettings.Ai
|
||||
fullName: TinyLife.Actions.ActionType.TypeSettings.Ai
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Ai
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 251
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -474,14 +370,6 @@ items:
|
|||
nameWithType: ActionType.TypeSettings.IsInappropriateElsewhere
|
||||
fullName: TinyLife.Actions.ActionType.TypeSettings.IsInappropriateElsewhere
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IsInappropriateElsewhere
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 257
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -508,14 +396,6 @@ items:
|
|||
nameWithType: ActionType.TypeSettings.IconName
|
||||
fullName: TinyLife.Actions.ActionType.TypeSettings.IconName
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IconName
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 263
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -542,14 +422,6 @@ items:
|
|||
nameWithType: ActionType.TypeSettings.GetDisplayName
|
||||
fullName: TinyLife.Actions.ActionType.TypeSettings.GetDisplayName
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetDisplayName
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 269
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -576,14 +448,6 @@ items:
|
|||
nameWithType: ActionType.TypeSettings.RequiredSkill
|
||||
fullName: TinyLife.Actions.ActionType.TypeSettings.RequiredSkill
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RequiredSkill
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 275
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -610,21 +474,13 @@ items:
|
|||
nameWithType: ActionType.TypeSettings.RequiredAges
|
||||
fullName: TinyLife.Actions.ActionType.TypeSettings.RequiredAges
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RequiredAges
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 280
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
summary: >-
|
||||
A combined flag of <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: []
|
||||
syntax:
|
||||
content: public AgeGroup RequiredAges
|
||||
|
@ -642,14 +498,6 @@ items:
|
|||
nameWithType: ActionType.TypeSettings.RequiredEmotion
|
||||
fullName: TinyLife.Actions.ActionType.TypeSettings.RequiredEmotion
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RequiredEmotion
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 285
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -674,14 +522,6 @@ items:
|
|||
nameWithType: ActionType.TypeSettings.RequiredPersonality
|
||||
fullName: TinyLife.Actions.ActionType.TypeSettings.RequiredPersonality
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RequiredPersonality
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 290
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -706,14 +546,6 @@ items:
|
|||
nameWithType: ActionType.TypeSettings.IgnoreObjectConditions
|
||||
fullName: TinyLife.Actions.ActionType.TypeSettings.IgnoreObjectConditions
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IgnoreObjectConditions
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 296
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -740,14 +572,6 @@ items:
|
|||
nameWithType: ActionType.TypeSettings.RequiredPartnerEmployment
|
||||
fullName: TinyLife.Actions.ActionType.TypeSettings.RequiredPartnerEmployment
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RequiredPartnerEmployment
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 302
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -774,14 +598,6 @@ items:
|
|||
nameWithType: ActionType.TypeSettings.RequiredPartnerAges
|
||||
fullName: TinyLife.Actions.ActionType.TypeSettings.RequiredPartnerAges
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RequiredPartnerAges
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 307
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -806,14 +622,6 @@ items:
|
|||
nameWithType: ActionType.TypeSettings.RequiredJob
|
||||
fullName: TinyLife.Actions.ActionType.TypeSettings.RequiredJob
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RequiredJob
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 312
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -838,14 +646,6 @@ items:
|
|||
nameWithType: ActionType.TypeSettings.RequiredUpgrade
|
||||
fullName: TinyLife.Actions.ActionType.TypeSettings.RequiredUpgrade
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RequiredUpgrade
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 318
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -870,14 +670,6 @@ items:
|
|||
nameWithType: ActionType.TypeSettings.RequiredPersonType
|
||||
fullName: TinyLife.Actions.ActionType.TypeSettings.RequiredPersonType
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RequiredPersonType
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 324
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -902,14 +694,6 @@ items:
|
|||
nameWithType: ActionType.TypeSettings.RequiredPartnerType
|
||||
fullName: TinyLife.Actions.ActionType.TypeSettings.RequiredPartnerType
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RequiredPartnerType
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 329
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -934,14 +718,6 @@ items:
|
|||
nameWithType: ActionType.TypeSettings.TypeSettings(string, ObjectCategory, Type)
|
||||
fullName: TinyLife.Actions.ActionType.TypeSettings.TypeSettings(string, TinyLife.Objects.ObjectCategory, System.Type)
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 339
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -975,14 +751,6 @@ items:
|
|||
nameWithType: ActionType.TypeSettings.TypeSettings()
|
||||
fullName: TinyLife.Actions.ActionType.TypeSettings.TypeSettings()
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 348
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -1006,14 +774,6 @@ items:
|
|||
nameWithType: ActionType.TypeSettings.SetData<T>(string, T)
|
||||
fullName: TinyLife.Actions.ActionType.TypeSettings.SetData<T>(string, T)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SetData
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 360
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -1048,14 +808,6 @@ items:
|
|||
nameWithType: ActionType.TypeSettings.GetData<T>(string)
|
||||
fullName: TinyLife.Actions.ActionType.TypeSettings.GetData<T>(string)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetData
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 366
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -1091,14 +843,6 @@ items:
|
|||
nameWithType: ActionType.TypeSettings.GetDataKeys()
|
||||
fullName: TinyLife.Actions.ActionType.TypeSettings.GetDataKeys()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetDataKeys
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 371
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -2693,6 +2437,12 @@ references:
|
|||
name: AgeGroup
|
||||
nameWithType: AgeGroup
|
||||
fullName: TinyLife.Objects.AgeGroup
|
||||
- uid: TinyLife.Objects.AgeGroup.ChildOrOlder
|
||||
commentId: F:TinyLife.Objects.AgeGroup.ChildOrOlder
|
||||
href: TinyLife.Objects.AgeGroup.html#TinyLife_Objects_AgeGroup_ChildOrOlder
|
||||
name: ChildOrOlder
|
||||
nameWithType: AgeGroup.ChildOrOlder
|
||||
fullName: TinyLife.Objects.AgeGroup.ChildOrOlder
|
||||
- uid: TinyLife.Emotions.EmotionType
|
||||
commentId: T:TinyLife.Emotions.EmotionType
|
||||
parent: TinyLife.Emotions
|
||||
|
|
2792
docs/api/TinyLife.Actions.ActionType.yml
generated
2792
docs/api/TinyLife.Actions.ActionType.yml
generated
File diff suppressed because it is too large
Load diff
32
docs/api/TinyLife.Actions.BehaviorAction-1.yml
generated
32
docs/api/TinyLife.Actions.BehaviorAction-1.yml
generated
|
@ -15,14 +15,6 @@ items:
|
|||
nameWithType: BehaviorAction<T>
|
||||
fullName: TinyLife.Actions.BehaviorAction<T>
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/BehaviorAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: BehaviorAction
|
||||
path: ../TinyLife/Actions/BehaviorAction.cs
|
||||
startLine: 94
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -150,14 +142,6 @@ items:
|
|||
nameWithType: BehaviorAction<T>.Behavior
|
||||
fullName: TinyLife.Actions.BehaviorAction<T>.Behavior
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/BehaviorAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Behavior
|
||||
path: ../TinyLife/Actions/BehaviorAction.cs
|
||||
startLine: 97
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -183,14 +167,6 @@ items:
|
|||
nameWithType: BehaviorAction<T>.BehaviorAction(ActionInfo)
|
||||
fullName: TinyLife.Actions.BehaviorAction<T>.BehaviorAction(TinyLife.Actions.ActionInfo)
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/BehaviorAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/BehaviorAction.cs
|
||||
startLine: 103
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -216,14 +192,6 @@ items:
|
|||
nameWithType: BehaviorAction<T>.BehaviorAction(ActionType, ActionInfo)
|
||||
fullName: TinyLife.Actions.BehaviorAction<T>.BehaviorAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo)
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/BehaviorAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/BehaviorAction.cs
|
||||
startLine: 106
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
|
104
docs/api/TinyLife.Actions.BehaviorAction.yml
generated
104
docs/api/TinyLife.Actions.BehaviorAction.yml
generated
|
@ -24,14 +24,6 @@ items:
|
|||
nameWithType: BehaviorAction
|
||||
fullName: TinyLife.Actions.BehaviorAction
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/BehaviorAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: BehaviorAction
|
||||
path: ../TinyLife/Actions/BehaviorAction.cs
|
||||
startLine: 14
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -145,14 +137,6 @@ items:
|
|||
nameWithType: BehaviorAction.FullyInProgress
|
||||
fullName: TinyLife.Actions.BehaviorAction.FullyInProgress
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/BehaviorAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FullyInProgress
|
||||
path: ../TinyLife/Actions/BehaviorAction.cs
|
||||
startLine: 17
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -183,14 +167,6 @@ items:
|
|||
nameWithType: BehaviorAction.Behavior
|
||||
fullName: TinyLife.Actions.BehaviorAction.Behavior
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/BehaviorAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Behavior
|
||||
path: ../TinyLife/Actions/BehaviorAction.cs
|
||||
startLine: 21
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -214,14 +190,6 @@ items:
|
|||
nameWithType: BehaviorAction.BehaviorAction(ActionType, ActionInfo, Type)
|
||||
fullName: TinyLife.Actions.BehaviorAction.BehaviorAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, System.Type)
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/BehaviorAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/BehaviorAction.cs
|
||||
startLine: 36
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -251,14 +219,6 @@ items:
|
|||
nameWithType: BehaviorAction.BehaviorAction(ActionInfo, Type)
|
||||
fullName: TinyLife.Actions.BehaviorAction.BehaviorAction(TinyLife.Actions.ActionInfo, System.Type)
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/BehaviorAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/BehaviorAction.cs
|
||||
startLine: 41
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -286,14 +246,6 @@ items:
|
|||
nameWithType: BehaviorAction.CreateFirstActions()
|
||||
fullName: TinyLife.Actions.BehaviorAction.CreateFirstActions()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/BehaviorAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CreateFirstActions
|
||||
path: ../TinyLife/Actions/BehaviorAction.cs
|
||||
startLine: 46
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -325,14 +277,6 @@ items:
|
|||
nameWithType: BehaviorAction.CreateLastActions()
|
||||
fullName: TinyLife.Actions.BehaviorAction.CreateLastActions()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/BehaviorAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CreateLastActions
|
||||
path: ../TinyLife/Actions/BehaviorAction.cs
|
||||
startLine: 51
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -364,14 +308,6 @@ items:
|
|||
nameWithType: BehaviorAction.AndThenInitialize()
|
||||
fullName: TinyLife.Actions.BehaviorAction.AndThenInitialize()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/BehaviorAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AndThenInitialize
|
||||
path: ../TinyLife/Actions/BehaviorAction.cs
|
||||
startLine: 56
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -396,14 +332,6 @@ items:
|
|||
nameWithType: BehaviorAction.AndThenUpdate(GameTime, TimeSpan, float)
|
||||
fullName: TinyLife.Actions.BehaviorAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/BehaviorAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AndThenUpdate
|
||||
path: ../TinyLife/Actions/BehaviorAction.cs
|
||||
startLine: 61
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -443,14 +371,6 @@ items:
|
|||
nameWithType: BehaviorAction.GetIconObject()
|
||||
fullName: TinyLife.Actions.BehaviorAction.GetIconObject()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/BehaviorAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetIconObject
|
||||
path: ../TinyLife/Actions/BehaviorAction.cs
|
||||
startLine: 67
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -480,14 +400,6 @@ items:
|
|||
nameWithType: BehaviorAction.CanMultitask(Action)
|
||||
fullName: TinyLife.Actions.BehaviorAction.CanMultitask(TinyLife.Actions.Action)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/BehaviorAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanMultitask
|
||||
path: ../TinyLife/Actions/BehaviorAction.cs
|
||||
startLine: 72
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -523,14 +435,6 @@ items:
|
|||
nameWithType: BehaviorAction.AndThenOnCompleted(CompletionType)
|
||||
fullName: TinyLife.Actions.BehaviorAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/BehaviorAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AndThenOnCompleted
|
||||
path: ../TinyLife/Actions/BehaviorAction.cs
|
||||
startLine: 77
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -559,14 +463,6 @@ items:
|
|||
nameWithType: BehaviorAction.GetNextAction(CompletionType)
|
||||
fullName: TinyLife.Actions.BehaviorAction.GetNextAction(TinyLife.Actions.CompletionType)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/BehaviorAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetNextAction
|
||||
path: ../TinyLife/Actions/BehaviorAction.cs
|
||||
startLine: 83
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
|
104
docs/api/TinyLife.Actions.Behaviors.ActionBehavior.yml
generated
104
docs/api/TinyLife.Actions.Behaviors.ActionBehavior.yml
generated
|
@ -24,14 +24,6 @@ items:
|
|||
nameWithType: ActionBehavior
|
||||
fullName: TinyLife.Actions.Behaviors.ActionBehavior
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Behaviors/ActionBehavior.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ActionBehavior
|
||||
path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs
|
||||
startLine: 14
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions.Behaviors
|
||||
|
@ -74,14 +66,6 @@ items:
|
|||
nameWithType: ActionBehavior.Action
|
||||
fullName: TinyLife.Actions.Behaviors.ActionBehavior.Action
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Behaviors/ActionBehavior.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Action
|
||||
path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs
|
||||
startLine: 19
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions.Behaviors
|
||||
|
@ -103,14 +87,6 @@ items:
|
|||
nameWithType: ActionBehavior.FullyInProgress
|
||||
fullName: TinyLife.Actions.Behaviors.ActionBehavior.FullyInProgress
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Behaviors/ActionBehavior.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FullyInProgress
|
||||
path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs
|
||||
startLine: 25
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions.Behaviors
|
||||
|
@ -137,14 +113,6 @@ items:
|
|||
nameWithType: ActionBehavior.ActionBehavior(Action)
|
||||
fullName: TinyLife.Actions.Behaviors.ActionBehavior.ActionBehavior(TinyLife.Actions.Action)
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Behaviors/ActionBehavior.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs
|
||||
startLine: 32
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions.Behaviors
|
||||
|
@ -175,14 +143,6 @@ items:
|
|||
nameWithType: ActionBehavior.CreateFirstActions()
|
||||
fullName: TinyLife.Actions.Behaviors.ActionBehavior.CreateFirstActions()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Behaviors/ActionBehavior.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CreateFirstActions
|
||||
path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs
|
||||
startLine: 41
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions.Behaviors
|
||||
|
@ -209,14 +169,6 @@ items:
|
|||
nameWithType: ActionBehavior.CreateLastActions()
|
||||
fullName: TinyLife.Actions.Behaviors.ActionBehavior.CreateLastActions()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Behaviors/ActionBehavior.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CreateLastActions
|
||||
path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs
|
||||
startLine: 48
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions.Behaviors
|
||||
|
@ -243,14 +195,6 @@ items:
|
|||
nameWithType: ActionBehavior.Initialize()
|
||||
fullName: TinyLife.Actions.Behaviors.ActionBehavior.Initialize()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Behaviors/ActionBehavior.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Initialize
|
||||
path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs
|
||||
startLine: 56
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions.Behaviors
|
||||
|
@ -274,14 +218,6 @@ items:
|
|||
nameWithType: ActionBehavior.Update(GameTime, TimeSpan, float)
|
||||
fullName: TinyLife.Actions.Behaviors.ActionBehavior.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Behaviors/ActionBehavior.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Update
|
||||
path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs
|
||||
startLine: 65
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions.Behaviors
|
||||
|
@ -318,14 +254,6 @@ items:
|
|||
nameWithType: ActionBehavior.GetIconObject()
|
||||
fullName: TinyLife.Actions.Behaviors.ActionBehavior.GetIconObject()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Behaviors/ActionBehavior.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetIconObject
|
||||
path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs
|
||||
startLine: 73
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions.Behaviors
|
||||
|
@ -354,14 +282,6 @@ items:
|
|||
nameWithType: ActionBehavior.CanMultitask(Action)
|
||||
fullName: TinyLife.Actions.Behaviors.ActionBehavior.CanMultitask(TinyLife.Actions.Action)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Behaviors/ActionBehavior.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanMultitask
|
||||
path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs
|
||||
startLine: 84
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions.Behaviors
|
||||
|
@ -394,14 +314,6 @@ items:
|
|||
nameWithType: ActionBehavior.OnCompleted(CompletionType)
|
||||
fullName: TinyLife.Actions.Behaviors.ActionBehavior.OnCompleted(TinyLife.Actions.CompletionType)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Behaviors/ActionBehavior.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnCompleted
|
||||
path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs
|
||||
startLine: 93
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions.Behaviors
|
||||
|
@ -429,14 +341,6 @@ items:
|
|||
nameWithType: ActionBehavior.GetNextAction(CompletionType)
|
||||
fullName: TinyLife.Actions.Behaviors.ActionBehavior.GetNextAction(TinyLife.Actions.CompletionType)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Behaviors/ActionBehavior.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetNextAction
|
||||
path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs
|
||||
startLine: 101
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions.Behaviors
|
||||
|
@ -467,14 +371,6 @@ items:
|
|||
nameWithType: ActionBehavior.CreateDefaultInstance(Type, Action)
|
||||
fullName: TinyLife.Actions.Behaviors.ActionBehavior.CreateDefaultInstance(System.Type, TinyLife.Actions.Action)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Behaviors/ActionBehavior.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CreateDefaultInstance
|
||||
path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs
|
||||
startLine: 113
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions.Behaviors
|
||||
|
|
|
@ -17,14 +17,6 @@ items:
|
|||
nameWithType: ComputerBehavior
|
||||
fullName: TinyLife.Actions.Behaviors.ComputerBehavior
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Behaviors/ComputerBehavior.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ComputerBehavior
|
||||
path: ../TinyLife/Actions/Behaviors/ComputerBehavior.cs
|
||||
startLine: 13
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions.Behaviors
|
||||
|
@ -70,14 +62,6 @@ items:
|
|||
nameWithType: ComputerBehavior.ComputerBehavior(Action, string)
|
||||
fullName: TinyLife.Actions.Behaviors.ComputerBehavior.ComputerBehavior(TinyLife.Actions.Action, string)
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Behaviors/ComputerBehavior.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/Behaviors/ComputerBehavior.cs
|
||||
startLine: 23
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions.Behaviors
|
||||
|
@ -108,14 +92,6 @@ items:
|
|||
nameWithType: ComputerBehavior.ComputerBehavior(Action, string, TimeSpan, TimeSpan)
|
||||
fullName: TinyLife.Actions.Behaviors.ComputerBehavior.ComputerBehavior(TinyLife.Actions.Action, string, System.TimeSpan, System.TimeSpan)
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Behaviors/ComputerBehavior.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/Behaviors/ComputerBehavior.cs
|
||||
startLine: 34
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions.Behaviors
|
||||
|
@ -152,14 +128,6 @@ items:
|
|||
nameWithType: ComputerBehavior.Initialize()
|
||||
fullName: TinyLife.Actions.Behaviors.ComputerBehavior.Initialize()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Behaviors/ComputerBehavior.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Initialize
|
||||
path: ../TinyLife/Actions/Behaviors/ComputerBehavior.cs
|
||||
startLine: 39
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions.Behaviors
|
||||
|
@ -184,14 +152,6 @@ items:
|
|||
nameWithType: ComputerBehavior.Update(GameTime, TimeSpan, float)
|
||||
fullName: TinyLife.Actions.Behaviors.ComputerBehavior.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Behaviors/ComputerBehavior.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Update
|
||||
path: ../TinyLife/Actions/Behaviors/ComputerBehavior.cs
|
||||
startLine: 44
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions.Behaviors
|
||||
|
@ -229,14 +189,6 @@ items:
|
|||
nameWithType: ComputerBehavior.OnCompleted(CompletionType)
|
||||
fullName: TinyLife.Actions.Behaviors.ComputerBehavior.OnCompleted(TinyLife.Actions.CompletionType)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Behaviors/ComputerBehavior.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnCompleted
|
||||
path: ../TinyLife/Actions/Behaviors/ComputerBehavior.cs
|
||||
startLine: 74
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions.Behaviors
|
||||
|
|
|
@ -20,14 +20,6 @@ items:
|
|||
nameWithType: GetAndSitDownBehavior
|
||||
fullName: TinyLife.Actions.Behaviors.GetAndSitDownBehavior
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetAndSitDownBehavior
|
||||
path: ../TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
|
||||
startLine: 15
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions.Behaviors
|
||||
|
@ -71,14 +63,6 @@ items:
|
|||
nameWithType: GetAndSitDownBehavior.GetAndSitDownBehavior(Action, bool, bool, params FurnitureType[])
|
||||
fullName: TinyLife.Actions.Behaviors.GetAndSitDownBehavior.GetAndSitDownBehavior(TinyLife.Actions.Action, bool, bool, params TinyLife.Objects.FurnitureType[])
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
|
||||
startLine: 28
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions.Behaviors
|
||||
|
@ -115,14 +99,6 @@ items:
|
|||
nameWithType: GetAndSitDownBehavior.CreateFirstActions()
|
||||
fullName: TinyLife.Actions.Behaviors.GetAndSitDownBehavior.CreateFirstActions()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CreateFirstActions
|
||||
path: ../TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
|
||||
startLine: 36
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions.Behaviors
|
||||
|
@ -150,14 +126,6 @@ items:
|
|||
nameWithType: GetAndSitDownBehavior.Initialize()
|
||||
fullName: TinyLife.Actions.Behaviors.GetAndSitDownBehavior.Initialize()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Initialize
|
||||
path: ../TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
|
||||
startLine: 98
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions.Behaviors
|
||||
|
@ -182,14 +150,6 @@ items:
|
|||
nameWithType: GetAndSitDownBehavior.Update(GameTime, TimeSpan, float)
|
||||
fullName: TinyLife.Actions.Behaviors.GetAndSitDownBehavior.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Update
|
||||
path: ../TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
|
||||
startLine: 111
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions.Behaviors
|
||||
|
@ -227,14 +187,6 @@ items:
|
|||
nameWithType: GetAndSitDownBehavior.GetIconObject()
|
||||
fullName: TinyLife.Actions.Behaviors.GetAndSitDownBehavior.GetIconObject()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetIconObject
|
||||
path: ../TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
|
||||
startLine: 130
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions.Behaviors
|
||||
|
@ -264,14 +216,6 @@ items:
|
|||
nameWithType: GetAndSitDownBehavior.GetNextAction(CompletionType)
|
||||
fullName: TinyLife.Actions.Behaviors.GetAndSitDownBehavior.GetNextAction(TinyLife.Actions.CompletionType)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetNextAction
|
||||
path: ../TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
|
||||
startLine: 135
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions.Behaviors
|
||||
|
@ -303,14 +247,6 @@ items:
|
|||
nameWithType: GetAndSitDownBehavior.GetInteractingItem<T>()
|
||||
fullName: TinyLife.Actions.Behaviors.GetAndSitDownBehavior.GetInteractingItem<T>()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetInteractingItem
|
||||
path: ../TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
|
||||
startLine: 151
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions.Behaviors
|
||||
|
@ -343,14 +279,6 @@ items:
|
|||
nameWithType: GetAndSitDownBehavior.GetInteractingItemForAction<T>(ActionInfo, params FurnitureType[])
|
||||
fullName: TinyLife.Actions.Behaviors.GetAndSitDownBehavior.GetInteractingItemForAction<T>(TinyLife.Actions.ActionInfo, params TinyLife.Objects.FurnitureType[])
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetInteractingItemForAction
|
||||
path: ../TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
|
||||
startLine: 178
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions.Behaviors
|
||||
|
|
|
@ -19,14 +19,6 @@ items:
|
|||
nameWithType: PhoneBehavior
|
||||
fullName: TinyLife.Actions.Behaviors.PhoneBehavior
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Behaviors/PhoneBehavior.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PhoneBehavior
|
||||
path: ../TinyLife/Actions/Behaviors/PhoneBehavior.cs
|
||||
startLine: 11
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions.Behaviors
|
||||
|
@ -64,14 +56,6 @@ items:
|
|||
nameWithType: PhoneBehavior.PhoneBehavior(Action, bool, string)
|
||||
fullName: TinyLife.Actions.Behaviors.PhoneBehavior.PhoneBehavior(TinyLife.Actions.Action, bool, string)
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Behaviors/PhoneBehavior.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/Behaviors/PhoneBehavior.cs
|
||||
startLine: 20
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions.Behaviors
|
||||
|
@ -101,14 +85,6 @@ items:
|
|||
nameWithType: PhoneBehavior.CreateFirstActions()
|
||||
fullName: TinyLife.Actions.Behaviors.PhoneBehavior.CreateFirstActions()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Behaviors/PhoneBehavior.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CreateFirstActions
|
||||
path: ../TinyLife/Actions/Behaviors/PhoneBehavior.cs
|
||||
startLine: 26
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions.Behaviors
|
||||
|
@ -136,14 +112,6 @@ items:
|
|||
nameWithType: PhoneBehavior.GetIconObject()
|
||||
fullName: TinyLife.Actions.Behaviors.PhoneBehavior.GetIconObject()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Behaviors/PhoneBehavior.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetIconObject
|
||||
path: ../TinyLife/Actions/Behaviors/PhoneBehavior.cs
|
||||
startLine: 40
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions.Behaviors
|
||||
|
@ -173,14 +141,6 @@ items:
|
|||
nameWithType: PhoneBehavior.Initialize()
|
||||
fullName: TinyLife.Actions.Behaviors.PhoneBehavior.Initialize()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Behaviors/PhoneBehavior.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Initialize
|
||||
path: ../TinyLife/Actions/Behaviors/PhoneBehavior.cs
|
||||
startLine: 45
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions.Behaviors
|
||||
|
@ -205,14 +165,6 @@ items:
|
|||
nameWithType: PhoneBehavior.Update(GameTime, TimeSpan, float)
|
||||
fullName: TinyLife.Actions.Behaviors.PhoneBehavior.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Behaviors/PhoneBehavior.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Update
|
||||
path: ../TinyLife/Actions/Behaviors/PhoneBehavior.cs
|
||||
startLine: 66
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions.Behaviors
|
||||
|
@ -250,14 +202,6 @@ items:
|
|||
nameWithType: PhoneBehavior.CanMultitask(Action)
|
||||
fullName: TinyLife.Actions.Behaviors.PhoneBehavior.CanMultitask(TinyLife.Actions.Action)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Behaviors/PhoneBehavior.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanMultitask
|
||||
path: ../TinyLife/Actions/Behaviors/PhoneBehavior.cs
|
||||
startLine: 74
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions.Behaviors
|
||||
|
@ -291,14 +235,6 @@ items:
|
|||
nameWithType: PhoneBehavior.OnCompleted(CompletionType)
|
||||
fullName: TinyLife.Actions.Behaviors.PhoneBehavior.OnCompleted(TinyLife.Actions.CompletionType)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Behaviors/PhoneBehavior.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnCompleted
|
||||
path: ../TinyLife/Actions/Behaviors/PhoneBehavior.cs
|
||||
startLine: 79
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions.Behaviors
|
||||
|
|
|
@ -15,14 +15,6 @@ items:
|
|||
nameWithType: PickUpOrSpawnBehavior
|
||||
fullName: TinyLife.Actions.Behaviors.PickUpOrSpawnBehavior
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Behaviors/PickUpOrSpawnBehavior.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PickUpOrSpawnBehavior
|
||||
path: ../TinyLife/Actions/Behaviors/PickUpOrSpawnBehavior.cs
|
||||
startLine: 13
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions.Behaviors
|
||||
|
@ -69,14 +61,6 @@ items:
|
|||
nameWithType: PickUpOrSpawnBehavior.PickUpOrSpawnBehavior(Action, Func<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>)
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Behaviors/PickUpOrSpawnBehavior.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/Behaviors/PickUpOrSpawnBehavior.cs
|
||||
startLine: 27
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions.Behaviors
|
||||
|
@ -117,14 +101,6 @@ items:
|
|||
nameWithType: PickUpOrSpawnBehavior.CreateFirstActions()
|
||||
fullName: TinyLife.Actions.Behaviors.PickUpOrSpawnBehavior.CreateFirstActions()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Behaviors/PickUpOrSpawnBehavior.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CreateFirstActions
|
||||
path: ../TinyLife/Actions/Behaviors/PickUpOrSpawnBehavior.cs
|
||||
startLine: 34
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions.Behaviors
|
||||
|
@ -152,14 +128,6 @@ items:
|
|||
nameWithType: PickUpOrSpawnBehavior.GetNextAction(CompletionType)
|
||||
fullName: TinyLife.Actions.Behaviors.PickUpOrSpawnBehavior.GetNextAction(TinyLife.Actions.CompletionType)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Behaviors/PickUpOrSpawnBehavior.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetNextAction
|
||||
path: ../TinyLife/Actions/Behaviors/PickUpOrSpawnBehavior.cs
|
||||
startLine: 49
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions.Behaviors
|
||||
|
|
56
docs/api/TinyLife.Actions.Behaviors.ReadBehavior.yml
generated
56
docs/api/TinyLife.Actions.Behaviors.ReadBehavior.yml
generated
|
@ -18,14 +18,6 @@ items:
|
|||
nameWithType: ReadBehavior
|
||||
fullName: TinyLife.Actions.Behaviors.ReadBehavior
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Behaviors/ReadBehavior.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ReadBehavior
|
||||
path: ../TinyLife/Actions/Behaviors/ReadBehavior.cs
|
||||
startLine: 11
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions.Behaviors
|
||||
|
@ -68,14 +60,6 @@ items:
|
|||
nameWithType: ReadBehavior.FullyInProgress
|
||||
fullName: TinyLife.Actions.Behaviors.ReadBehavior.FullyInProgress
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Behaviors/ReadBehavior.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FullyInProgress
|
||||
path: ../TinyLife/Actions/Behaviors/ReadBehavior.cs
|
||||
startLine: 14
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions.Behaviors
|
||||
|
@ -103,14 +87,6 @@ items:
|
|||
nameWithType: ReadBehavior.ReadBehavior(Action, Func<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>)
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Behaviors/ReadBehavior.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/Behaviors/ReadBehavior.cs
|
||||
startLine: 20
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions.Behaviors
|
||||
|
@ -151,14 +127,6 @@ items:
|
|||
nameWithType: ReadBehavior.Initialize()
|
||||
fullName: TinyLife.Actions.Behaviors.ReadBehavior.Initialize()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Behaviors/ReadBehavior.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Initialize
|
||||
path: ../TinyLife/Actions/Behaviors/ReadBehavior.cs
|
||||
startLine: 23
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions.Behaviors
|
||||
|
@ -183,14 +151,6 @@ items:
|
|||
nameWithType: ReadBehavior.Update(GameTime, TimeSpan, float)
|
||||
fullName: TinyLife.Actions.Behaviors.ReadBehavior.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Behaviors/ReadBehavior.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Update
|
||||
path: ../TinyLife/Actions/Behaviors/ReadBehavior.cs
|
||||
startLine: 34
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions.Behaviors
|
||||
|
@ -228,14 +188,6 @@ items:
|
|||
nameWithType: ReadBehavior.CanMultitask(Action)
|
||||
fullName: TinyLife.Actions.Behaviors.ReadBehavior.CanMultitask(TinyLife.Actions.Action)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Behaviors/ReadBehavior.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanMultitask
|
||||
path: ../TinyLife/Actions/Behaviors/ReadBehavior.cs
|
||||
startLine: 44
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions.Behaviors
|
||||
|
@ -269,14 +221,6 @@ items:
|
|||
nameWithType: ReadBehavior.OnCompleted(CompletionType)
|
||||
fullName: TinyLife.Actions.Behaviors.ReadBehavior.OnCompleted(TinyLife.Actions.CompletionType)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Behaviors/ReadBehavior.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnCompleted
|
||||
path: ../TinyLife/Actions/Behaviors/ReadBehavior.cs
|
||||
startLine: 49
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions.Behaviors
|
||||
|
|
40
docs/api/TinyLife.Actions.Behaviors.SinkBehavior.yml
generated
40
docs/api/TinyLife.Actions.Behaviors.SinkBehavior.yml
generated
|
@ -16,14 +16,6 @@ items:
|
|||
nameWithType: SinkBehavior
|
||||
fullName: TinyLife.Actions.Behaviors.SinkBehavior
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Behaviors/SinkBehavior.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SinkBehavior
|
||||
path: ../TinyLife/Actions/Behaviors/SinkBehavior.cs
|
||||
startLine: 16
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions.Behaviors
|
||||
|
@ -69,14 +61,6 @@ items:
|
|||
nameWithType: SinkBehavior.SinkBehavior(Action)
|
||||
fullName: TinyLife.Actions.Behaviors.SinkBehavior.SinkBehavior(TinyLife.Actions.Action)
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Behaviors/SinkBehavior.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/Behaviors/SinkBehavior.cs
|
||||
startLine: 21
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions.Behaviors
|
||||
|
@ -107,14 +91,6 @@ items:
|
|||
nameWithType: SinkBehavior.CreateFirstActions()
|
||||
fullName: TinyLife.Actions.Behaviors.SinkBehavior.CreateFirstActions()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Behaviors/SinkBehavior.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CreateFirstActions
|
||||
path: ../TinyLife/Actions/Behaviors/SinkBehavior.cs
|
||||
startLine: 24
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions.Behaviors
|
||||
|
@ -142,14 +118,6 @@ items:
|
|||
nameWithType: SinkBehavior.Update(GameTime, TimeSpan, float)
|
||||
fullName: TinyLife.Actions.Behaviors.SinkBehavior.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Behaviors/SinkBehavior.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Update
|
||||
path: ../TinyLife/Actions/Behaviors/SinkBehavior.cs
|
||||
startLine: 31
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions.Behaviors
|
||||
|
@ -187,14 +155,6 @@ items:
|
|||
nameWithType: SinkBehavior.OnCompleted(CompletionType)
|
||||
fullName: TinyLife.Actions.Behaviors.SinkBehavior.OnCompleted(TinyLife.Actions.CompletionType)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Behaviors/SinkBehavior.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnCompleted
|
||||
path: ../TinyLife/Actions/Behaviors/SinkBehavior.cs
|
||||
startLine: 55
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions.Behaviors
|
||||
|
|
|
@ -18,14 +18,6 @@ items:
|
|||
nameWithType: WorkAtDeskObjectBehavior
|
||||
fullName: TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: WorkAtDeskObjectBehavior
|
||||
path: ../TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs
|
||||
startLine: 14
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions.Behaviors
|
||||
|
@ -73,14 +65,6 @@ items:
|
|||
nameWithType: WorkAtDeskObjectBehavior.IsWorking
|
||||
fullName: TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.IsWorking
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IsWorking
|
||||
path: ../TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs
|
||||
startLine: 19
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions.Behaviors
|
||||
|
@ -104,14 +88,6 @@ items:
|
|||
nameWithType: WorkAtDeskObjectBehavior.WorkAtDeskObjectBehavior(Action)
|
||||
fullName: TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.WorkAtDeskObjectBehavior(TinyLife.Actions.Action)
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs
|
||||
startLine: 30
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions.Behaviors
|
||||
|
@ -139,14 +115,6 @@ items:
|
|||
nameWithType: WorkAtDeskObjectBehavior.WorkAtDeskObjectBehavior(Action, TimeSpan, TimeSpan)
|
||||
fullName: TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.WorkAtDeskObjectBehavior(TinyLife.Actions.Action, System.TimeSpan, System.TimeSpan)
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs
|
||||
startLine: 38
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions.Behaviors
|
||||
|
@ -180,14 +148,6 @@ items:
|
|||
nameWithType: WorkAtDeskObjectBehavior.CreateFirstActions()
|
||||
fullName: TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.CreateFirstActions()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CreateFirstActions
|
||||
path: ../TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs
|
||||
startLine: 44
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions.Behaviors
|
||||
|
@ -215,14 +175,6 @@ items:
|
|||
nameWithType: WorkAtDeskObjectBehavior.Update(GameTime, TimeSpan, float)
|
||||
fullName: TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Update
|
||||
path: ../TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs
|
||||
startLine: 65
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions.Behaviors
|
||||
|
@ -260,14 +212,6 @@ items:
|
|||
nameWithType: WorkAtDeskObjectBehavior.GetNextAction(CompletionType)
|
||||
fullName: TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.GetNextAction(TinyLife.Actions.CompletionType)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetNextAction
|
||||
path: ../TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs
|
||||
startLine: 87
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions.Behaviors
|
||||
|
|
|
@ -15,14 +15,6 @@ items:
|
|||
nameWithType: CanExecuteResult.ResultType
|
||||
fullName: TinyLife.Actions.CanExecuteResult.ResultType
|
||||
type: Enum
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/CanExecuteResult.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ResultType
|
||||
path: ../TinyLife/Actions/CanExecuteResult.cs
|
||||
startLine: 30
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -47,14 +39,6 @@ items:
|
|||
nameWithType: CanExecuteResult.ResultType.Valid
|
||||
fullName: TinyLife.Actions.CanExecuteResult.ResultType.Valid
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/CanExecuteResult.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Valid
|
||||
path: ../TinyLife/Actions/CanExecuteResult.cs
|
||||
startLine: 36
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -78,14 +62,6 @@ items:
|
|||
nameWithType: CanExecuteResult.ResultType.Invalid
|
||||
fullName: TinyLife.Actions.CanExecuteResult.ResultType.Invalid
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/CanExecuteResult.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Invalid
|
||||
path: ../TinyLife/Actions/CanExecuteResult.cs
|
||||
startLine: 40
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -106,14 +82,6 @@ items:
|
|||
nameWithType: CanExecuteResult.ResultType.Hidden
|
||||
fullName: TinyLife.Actions.CanExecuteResult.ResultType.Hidden
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/CanExecuteResult.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Hidden
|
||||
path: ../TinyLife/Actions/CanExecuteResult.cs
|
||||
startLine: 45
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
|
96
docs/api/TinyLife.Actions.CanExecuteResult.yml
generated
96
docs/api/TinyLife.Actions.CanExecuteResult.yml
generated
|
@ -23,14 +23,6 @@ items:
|
|||
nameWithType: CanExecuteResult
|
||||
fullName: TinyLife.Actions.CanExecuteResult
|
||||
type: Struct
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/CanExecuteResult.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanExecuteResult
|
||||
path: ../TinyLife/Actions/CanExecuteResult.cs
|
||||
startLine: 13
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -66,14 +58,6 @@ items:
|
|||
nameWithType: CanExecuteResult.CanExecuteResult(string, CanExecuteResult.ResultType)
|
||||
fullName: TinyLife.Actions.CanExecuteResult.CanExecuteResult(string, TinyLife.Actions.CanExecuteResult.ResultType)
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/CanExecuteResult.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/CanExecuteResult.cs
|
||||
startLine: 13
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -110,14 +94,6 @@ items:
|
|||
nameWithType: CanExecuteResult.Name
|
||||
fullName: TinyLife.Actions.CanExecuteResult.Name
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/CanExecuteResult.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Name
|
||||
path: ../TinyLife/Actions/CanExecuteResult.cs
|
||||
startLine: 13
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -144,14 +120,6 @@ items:
|
|||
nameWithType: CanExecuteResult.Type
|
||||
fullName: TinyLife.Actions.CanExecuteResult.Type
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/CanExecuteResult.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Type
|
||||
path: ../TinyLife/Actions/CanExecuteResult.cs
|
||||
startLine: 13
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -175,14 +143,6 @@ items:
|
|||
nameWithType: CanExecuteResult.Valid
|
||||
fullName: TinyLife.Actions.CanExecuteResult.Valid
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/CanExecuteResult.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Valid
|
||||
path: ../TinyLife/Actions/CanExecuteResult.cs
|
||||
startLine: 16
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -202,14 +162,6 @@ items:
|
|||
nameWithType: CanExecuteResult.Hidden
|
||||
fullName: TinyLife.Actions.CanExecuteResult.Hidden
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/CanExecuteResult.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Hidden
|
||||
path: ../TinyLife/Actions/CanExecuteResult.cs
|
||||
startLine: 17
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -229,14 +181,6 @@ items:
|
|||
nameWithType: CanExecuteResult.ObjectBroken
|
||||
fullName: TinyLife.Actions.CanExecuteResult.ObjectBroken
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/CanExecuteResult.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ObjectBroken
|
||||
path: ../TinyLife/Actions/CanExecuteResult.cs
|
||||
startLine: 18
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -256,14 +200,6 @@ items:
|
|||
nameWithType: CanExecuteResult.NotYours
|
||||
fullName: TinyLife.Actions.CanExecuteResult.NotYours
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/CanExecuteResult.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: NotYours
|
||||
path: ../TinyLife/Actions/CanExecuteResult.cs
|
||||
startLine: 19
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -283,14 +219,6 @@ items:
|
|||
nameWithType: CanExecuteResult.NotEnoughMoney
|
||||
fullName: TinyLife.Actions.CanExecuteResult.NotEnoughMoney
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/CanExecuteResult.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: NotEnoughMoney
|
||||
path: ../TinyLife/Actions/CanExecuteResult.cs
|
||||
startLine: 20
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -310,14 +238,6 @@ items:
|
|||
nameWithType: CanExecuteResult.NotEnoughSkill
|
||||
fullName: TinyLife.Actions.CanExecuteResult.NotEnoughSkill
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/CanExecuteResult.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: NotEnoughSkill
|
||||
path: ../TinyLife/Actions/CanExecuteResult.cs
|
||||
startLine: 21
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -337,14 +257,6 @@ items:
|
|||
nameWithType: CanExecuteResult.LotStaffOnly
|
||||
fullName: TinyLife.Actions.CanExecuteResult.LotStaffOnly
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/CanExecuteResult.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: LotStaffOnly
|
||||
path: ../TinyLife/Actions/CanExecuteResult.cs
|
||||
startLine: 22
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -364,14 +276,6 @@ items:
|
|||
nameWithType: CanExecuteResult.NoOneFree
|
||||
fullName: TinyLife.Actions.CanExecuteResult.NoOneFree
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/CanExecuteResult.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: NoOneFree
|
||||
path: ../TinyLife/Actions/CanExecuteResult.cs
|
||||
startLine: 23
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
|
|
@ -20,14 +20,6 @@ items:
|
|||
nameWithType: ChoicePromptInfo.Option
|
||||
fullName: TinyLife.Actions.ChoicePromptInfo.Option
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ChoicePromptInfo.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Option
|
||||
path: ../TinyLife/Actions/ChoicePromptInfo.cs
|
||||
startLine: 71
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -59,14 +51,6 @@ items:
|
|||
nameWithType: ChoicePromptInfo.Option.Name
|
||||
fullName: TinyLife.Actions.ChoicePromptInfo.Option.Name
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ChoicePromptInfo.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Name
|
||||
path: ../TinyLife/Actions/ChoicePromptInfo.cs
|
||||
startLine: 76
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -88,14 +72,6 @@ items:
|
|||
nameWithType: ChoicePromptInfo.Option.SuccessAction
|
||||
fullName: TinyLife.Actions.ChoicePromptInfo.Option.SuccessAction
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ChoicePromptInfo.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SuccessAction
|
||||
path: ../TinyLife/Actions/ChoicePromptInfo.cs
|
||||
startLine: 80
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -117,14 +93,6 @@ items:
|
|||
nameWithType: ChoicePromptInfo.Option.FailAction
|
||||
fullName: TinyLife.Actions.ChoicePromptInfo.Option.FailAction
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ChoicePromptInfo.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FailAction
|
||||
path: ../TinyLife/Actions/ChoicePromptInfo.cs
|
||||
startLine: 84
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -146,14 +114,6 @@ items:
|
|||
nameWithType: ChoicePromptInfo.Option.SuccessChance
|
||||
fullName: TinyLife.Actions.ChoicePromptInfo.Option.SuccessChance
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ChoicePromptInfo.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SuccessChance
|
||||
path: ../TinyLife/Actions/ChoicePromptInfo.cs
|
||||
startLine: 88
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -175,14 +135,6 @@ items:
|
|||
nameWithType: ChoicePromptInfo.Option.Option(string, Action<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>)
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ChoicePromptInfo.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/ChoicePromptInfo.cs
|
||||
startLine: 97
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -219,14 +171,6 @@ items:
|
|||
nameWithType: ChoicePromptInfo.Option.Option(string, Func<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>)
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ChoicePromptInfo.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/ChoicePromptInfo.cs
|
||||
startLine: 111
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -263,14 +207,6 @@ items:
|
|||
nameWithType: ChoicePromptInfo.Option.Option(string, EmotionType, SkillType, float, float, float)
|
||||
fullName: TinyLife.Actions.ChoicePromptInfo.Option.Option(string, TinyLife.Emotions.EmotionType, TinyLife.Skills.SkillType, float, float, float)
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ChoicePromptInfo.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/ChoicePromptInfo.cs
|
||||
startLine: 141
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -313,14 +249,6 @@ items:
|
|||
nameWithType: ChoicePromptInfo.Option.Execute(ChoicePromptInfo, Person, bool)
|
||||
fullName: TinyLife.Actions.ChoicePromptInfo.Option.Execute(TinyLife.Actions.ChoicePromptInfo, TinyLife.Objects.Person, bool)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ChoicePromptInfo.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Execute
|
||||
path: ../TinyLife/Actions/ChoicePromptInfo.cs
|
||||
startLine: 157
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
|
40
docs/api/TinyLife.Actions.ChoicePromptInfo.yml
generated
40
docs/api/TinyLife.Actions.ChoicePromptInfo.yml
generated
|
@ -16,14 +16,6 @@ items:
|
|||
nameWithType: ChoicePromptInfo
|
||||
fullName: TinyLife.Actions.ChoicePromptInfo
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ChoicePromptInfo.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ChoicePromptInfo
|
||||
path: ../TinyLife/Actions/ChoicePromptInfo.cs
|
||||
startLine: 17
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -55,14 +47,6 @@ items:
|
|||
nameWithType: ChoicePromptInfo.Name
|
||||
fullName: TinyLife.Actions.ChoicePromptInfo.Name
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ChoicePromptInfo.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Name
|
||||
path: ../TinyLife/Actions/ChoicePromptInfo.cs
|
||||
startLine: 24
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -84,14 +68,6 @@ items:
|
|||
nameWithType: ChoicePromptInfo.Options
|
||||
fullName: TinyLife.Actions.ChoicePromptInfo.Options
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ChoicePromptInfo.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Options
|
||||
path: ../TinyLife/Actions/ChoicePromptInfo.cs
|
||||
startLine: 28
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -113,14 +89,6 @@ items:
|
|||
nameWithType: ChoicePromptInfo.ChoicePromptInfo(string, params ChoicePromptInfo.Option[])
|
||||
fullName: TinyLife.Actions.ChoicePromptInfo.ChoicePromptInfo(string, params TinyLife.Actions.ChoicePromptInfo.Option[])
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ChoicePromptInfo.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/ChoicePromptInfo.cs
|
||||
startLine: 35
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -151,14 +119,6 @@ items:
|
|||
nameWithType: ChoicePromptInfo.CreatePromptContent(Person, CoveringGroup)
|
||||
fullName: TinyLife.Actions.ChoicePromptInfo.CreatePromptContent(TinyLife.Objects.Person, TinyLife.Uis.CoveringGroup)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ChoicePromptInfo.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CreatePromptContent
|
||||
path: ../TinyLife/Actions/ChoicePromptInfo.cs
|
||||
startLine: 46
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
|
56
docs/api/TinyLife.Actions.CleanEverythingAction.yml
generated
56
docs/api/TinyLife.Actions.CleanEverythingAction.yml
generated
|
@ -18,14 +18,6 @@ items:
|
|||
nameWithType: CleanEverythingAction
|
||||
fullName: TinyLife.Actions.CleanEverythingAction
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/CleanEverythingAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CleanEverythingAction
|
||||
path: ../TinyLife/Actions/CleanEverythingAction.cs
|
||||
startLine: 11
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -132,14 +124,6 @@ items:
|
|||
nameWithType: CleanEverythingAction.CleaningActions
|
||||
fullName: TinyLife.Actions.CleanEverythingAction.CleaningActions
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/CleanEverythingAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CleaningActions
|
||||
path: ../TinyLife/Actions/CleanEverythingAction.cs
|
||||
startLine: 18
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -166,14 +150,6 @@ items:
|
|||
nameWithType: CleanEverythingAction.CleanEverythingAction(ActionType, ActionInfo)
|
||||
fullName: TinyLife.Actions.CleanEverythingAction.CleanEverythingAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo)
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/CleanEverythingAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/CleanEverythingAction.cs
|
||||
startLine: 24
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -204,14 +180,6 @@ items:
|
|||
nameWithType: CleanEverythingAction.Update(GameTime, TimeSpan, float)
|
||||
fullName: TinyLife.Actions.CleanEverythingAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/CleanEverythingAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Update
|
||||
path: ../TinyLife/Actions/CleanEverythingAction.cs
|
||||
startLine: 29
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -249,14 +217,6 @@ items:
|
|||
nameWithType: CleanEverythingAction.Validate(PersonLike)
|
||||
fullName: TinyLife.Actions.CleanEverythingAction.Validate(TinyLife.Objects.PersonLike)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/CleanEverythingAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Validate
|
||||
path: ../TinyLife/Actions/CleanEverythingAction.cs
|
||||
startLine: 45
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -290,14 +250,6 @@ items:
|
|||
nameWithType: CleanEverythingAction.IsCompleted()
|
||||
fullName: TinyLife.Actions.CleanEverythingAction.IsCompleted()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/CleanEverythingAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IsCompleted
|
||||
path: ../TinyLife/Actions/CleanEverythingAction.cs
|
||||
startLine: 50
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -327,14 +279,6 @@ items:
|
|||
nameWithType: CleanEverythingAction.OnCompleted(CompletionType)
|
||||
fullName: TinyLife.Actions.CleanEverythingAction.OnCompleted(TinyLife.Actions.CompletionType)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/CleanEverythingAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnCompleted
|
||||
path: ../TinyLife/Actions/CleanEverythingAction.cs
|
||||
startLine: 55
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
|
40
docs/api/TinyLife.Actions.CompletionType.yml
generated
40
docs/api/TinyLife.Actions.CompletionType.yml
generated
|
@ -16,14 +16,6 @@ items:
|
|||
nameWithType: CompletionType
|
||||
fullName: TinyLife.Actions.CompletionType
|
||||
type: Enum
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/CompletionType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CompletionType
|
||||
path: ../TinyLife/Actions/CompletionType.cs
|
||||
startLine: 7
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -49,14 +41,6 @@ items:
|
|||
nameWithType: CompletionType.Active
|
||||
fullName: TinyLife.Actions.CompletionType.Active
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/CompletionType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Active
|
||||
path: ../TinyLife/Actions/CompletionType.cs
|
||||
startLine: 12
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -77,14 +61,6 @@ items:
|
|||
nameWithType: CompletionType.Completed
|
||||
fullName: TinyLife.Actions.CompletionType.Completed
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/CompletionType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Completed
|
||||
path: ../TinyLife/Actions/CompletionType.cs
|
||||
startLine: 16
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -105,14 +81,6 @@ items:
|
|||
nameWithType: CompletionType.Failed
|
||||
fullName: TinyLife.Actions.CompletionType.Failed
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/CompletionType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Failed
|
||||
path: ../TinyLife/Actions/CompletionType.cs
|
||||
startLine: 21
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -136,14 +104,6 @@ items:
|
|||
nameWithType: CompletionType.Canceled
|
||||
fullName: TinyLife.Actions.CompletionType.Canceled
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/CompletionType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Canceled
|
||||
path: ../TinyLife/Actions/CompletionType.cs
|
||||
startLine: 26
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
|
64
docs/api/TinyLife.Actions.DebugAction.yml
generated
64
docs/api/TinyLife.Actions.DebugAction.yml
generated
|
@ -19,14 +19,6 @@ items:
|
|||
nameWithType: DebugAction
|
||||
fullName: TinyLife.Actions.DebugAction
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/DebugAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DebugAction
|
||||
path: ../TinyLife/Actions/DebugAction.cs
|
||||
startLine: 12
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -129,14 +121,6 @@ items:
|
|||
nameWithType: DebugAction.DebugAction(ActionType, ActionInfo)
|
||||
fullName: TinyLife.Actions.DebugAction.DebugAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo)
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/DebugAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/DebugAction.cs
|
||||
startLine: 15
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -167,14 +151,6 @@ items:
|
|||
nameWithType: DebugAction.Run()
|
||||
fullName: TinyLife.Actions.DebugAction.Run()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/DebugAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Run
|
||||
path: ../TinyLife/Actions/DebugAction.cs
|
||||
startLine: 20
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -195,14 +171,6 @@ items:
|
|||
nameWithType: DebugAction.IsCompleted()
|
||||
fullName: TinyLife.Actions.DebugAction.IsCompleted()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/DebugAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IsCompleted
|
||||
path: ../TinyLife/Actions/DebugAction.cs
|
||||
startLine: 27
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -232,14 +200,6 @@ items:
|
|||
nameWithType: DebugAction.OnCompleted(CompletionType)
|
||||
fullName: TinyLife.Actions.DebugAction.OnCompleted(TinyLife.Actions.CompletionType)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/DebugAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnCompleted
|
||||
path: ../TinyLife/Actions/DebugAction.cs
|
||||
startLine: 32
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -270,14 +230,6 @@ items:
|
|||
nameWithType: DebugAction.Create(string, ObjectCategory, Action<Action>, ActionType.CanExecuteDelegate)
|
||||
fullName: TinyLife.Actions.DebugAction.Create(string, TinyLife.Objects.ObjectCategory, System.Action<TinyLife.Actions.Action>, TinyLife.Actions.ActionType.CanExecuteDelegate)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/DebugAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Create
|
||||
path: ../TinyLife/Actions/DebugAction.cs
|
||||
startLine: 46
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -317,14 +269,6 @@ items:
|
|||
nameWithType: DebugAction.Create(string, ObjectCategory, string, Func<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)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/DebugAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Create
|
||||
path: ../TinyLife/Actions/DebugAction.cs
|
||||
startLine: 61
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -367,14 +311,6 @@ items:
|
|||
nameWithType: DebugAction.Create(string, ObjectCategory, Type, ActionType.CanExecuteDelegate)
|
||||
fullName: TinyLife.Actions.DebugAction.Create(string, TinyLife.Objects.ObjectCategory, System.Type, TinyLife.Actions.ActionType.CanExecuteDelegate)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/DebugAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Create
|
||||
path: ../TinyLife/Actions/DebugAction.cs
|
||||
startLine: 78
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
|
104
docs/api/TinyLife.Actions.DeferredAction.yml
generated
104
docs/api/TinyLife.Actions.DeferredAction.yml
generated
|
@ -24,14 +24,6 @@ items:
|
|||
nameWithType: DeferredAction
|
||||
fullName: TinyLife.Actions.DeferredAction
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/DeferredAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DeferredAction
|
||||
path: ../TinyLife/Actions/DeferredAction.cs
|
||||
startLine: 12
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -128,14 +120,6 @@ items:
|
|||
nameWithType: DeferredAction.FullyInProgress
|
||||
fullName: TinyLife.Actions.DeferredAction.FullyInProgress
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/DeferredAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FullyInProgress
|
||||
path: ../TinyLife/Actions/DeferredAction.cs
|
||||
startLine: 15
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -166,14 +150,6 @@ items:
|
|||
nameWithType: DeferredAction.InProgressTime
|
||||
fullName: TinyLife.Actions.DeferredAction.InProgressTime
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/DeferredAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: InProgressTime
|
||||
path: ../TinyLife/Actions/DeferredAction.cs
|
||||
startLine: 17
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -204,14 +180,6 @@ items:
|
|||
nameWithType: DeferredAction.Action
|
||||
fullName: TinyLife.Actions.DeferredAction.Action
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/DeferredAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Action
|
||||
path: ../TinyLife/Actions/DeferredAction.cs
|
||||
startLine: 21
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -235,14 +203,6 @@ items:
|
|||
nameWithType: DeferredAction.DeferredAction(ActionInfo)
|
||||
fullName: TinyLife.Actions.DeferredAction.DeferredAction(TinyLife.Actions.ActionInfo)
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/DeferredAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/DeferredAction.cs
|
||||
startLine: 27
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -270,14 +230,6 @@ items:
|
|||
nameWithType: DeferredAction.DeferredAction(ActionType, ActionInfo)
|
||||
fullName: TinyLife.Actions.DeferredAction.DeferredAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo)
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/DeferredAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/DeferredAction.cs
|
||||
startLine: 32
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -308,14 +260,6 @@ items:
|
|||
nameWithType: DeferredAction.CreateAction()
|
||||
fullName: TinyLife.Actions.DeferredAction.CreateAction()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/DeferredAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CreateAction
|
||||
path: ../TinyLife/Actions/DeferredAction.cs
|
||||
startLine: 41
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -342,14 +286,6 @@ items:
|
|||
nameWithType: DeferredAction.Initialize()
|
||||
fullName: TinyLife.Actions.DeferredAction.Initialize()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/DeferredAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Initialize
|
||||
path: ../TinyLife/Actions/DeferredAction.cs
|
||||
startLine: 44
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -374,14 +310,6 @@ items:
|
|||
nameWithType: DeferredAction.Update(GameTime, TimeSpan, float)
|
||||
fullName: TinyLife.Actions.DeferredAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/DeferredAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Update
|
||||
path: ../TinyLife/Actions/DeferredAction.cs
|
||||
startLine: 49
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -419,14 +347,6 @@ items:
|
|||
nameWithType: DeferredAction.CanMultitask(Action)
|
||||
fullName: TinyLife.Actions.DeferredAction.CanMultitask(TinyLife.Actions.Action)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/DeferredAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanMultitask
|
||||
path: ../TinyLife/Actions/DeferredAction.cs
|
||||
startLine: 55
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -462,14 +382,6 @@ items:
|
|||
nameWithType: DeferredAction.Validate(PersonLike)
|
||||
fullName: TinyLife.Actions.DeferredAction.Validate(TinyLife.Objects.PersonLike)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/DeferredAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Validate
|
||||
path: ../TinyLife/Actions/DeferredAction.cs
|
||||
startLine: 60
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -503,14 +415,6 @@ items:
|
|||
nameWithType: DeferredAction.IsCompleted()
|
||||
fullName: TinyLife.Actions.DeferredAction.IsCompleted()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/DeferredAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IsCompleted
|
||||
path: ../TinyLife/Actions/DeferredAction.cs
|
||||
startLine: 65
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -540,14 +444,6 @@ items:
|
|||
nameWithType: DeferredAction.OnCompleted(CompletionType)
|
||||
fullName: TinyLife.Actions.DeferredAction.OnCompleted(TinyLife.Actions.CompletionType)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/DeferredAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnCompleted
|
||||
path: ../TinyLife/Actions/DeferredAction.cs
|
||||
startLine: 70
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
|
88
docs/api/TinyLife.Actions.DieAction.yml
generated
88
docs/api/TinyLife.Actions.DieAction.yml
generated
|
@ -22,14 +22,6 @@ items:
|
|||
nameWithType: DieAction
|
||||
fullName: TinyLife.Actions.DieAction
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/DieAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DieAction
|
||||
path: ../TinyLife/Actions/DieAction.cs
|
||||
startLine: 18
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -129,14 +121,6 @@ items:
|
|||
nameWithType: DieAction.Reason
|
||||
fullName: TinyLife.Actions.DieAction.Reason
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/DieAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Reason
|
||||
path: ../TinyLife/Actions/DieAction.cs
|
||||
startLine: 24
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -168,14 +152,6 @@ items:
|
|||
nameWithType: DieAction.DieAction(ActionType, ActionInfo)
|
||||
fullName: TinyLife.Actions.DieAction.DieAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo)
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/DieAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/DieAction.cs
|
||||
startLine: 27
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -206,14 +182,6 @@ items:
|
|||
nameWithType: DieAction.Initialize()
|
||||
fullName: TinyLife.Actions.DieAction.Initialize()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/DieAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Initialize
|
||||
path: ../TinyLife/Actions/DieAction.cs
|
||||
startLine: 30
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -238,14 +206,6 @@ items:
|
|||
nameWithType: DieAction.GetDisplayName()
|
||||
fullName: TinyLife.Actions.DieAction.GetDisplayName()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/DieAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetDisplayName
|
||||
path: ../TinyLife/Actions/DieAction.cs
|
||||
startLine: 36
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -273,14 +233,6 @@ items:
|
|||
nameWithType: DieAction.CanCancel(Action)
|
||||
fullName: TinyLife.Actions.DieAction.CanCancel(TinyLife.Actions.Action)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/DieAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanCancel
|
||||
path: ../TinyLife/Actions/DieAction.cs
|
||||
startLine: 41
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -314,14 +266,6 @@ items:
|
|||
nameWithType: DieAction.CanEnqueueConversation(PersonLike, ActionType)
|
||||
fullName: TinyLife.Actions.DieAction.CanEnqueueConversation(TinyLife.Objects.PersonLike, TinyLife.Actions.ActionType)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/DieAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanEnqueueConversation
|
||||
path: ../TinyLife/Actions/DieAction.cs
|
||||
startLine: 46
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -358,14 +302,6 @@ items:
|
|||
nameWithType: DieAction.Update(GameTime, TimeSpan, float)
|
||||
fullName: TinyLife.Actions.DieAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/DieAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Update
|
||||
path: ../TinyLife/Actions/DieAction.cs
|
||||
startLine: 51
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -403,14 +339,6 @@ items:
|
|||
nameWithType: DieAction.IsCompleted()
|
||||
fullName: TinyLife.Actions.DieAction.IsCompleted()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/DieAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IsCompleted
|
||||
path: ../TinyLife/Actions/DieAction.cs
|
||||
startLine: 94
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -440,14 +368,6 @@ items:
|
|||
nameWithType: DieAction.OnCompleted(CompletionType)
|
||||
fullName: TinyLife.Actions.DieAction.OnCompleted(TinyLife.Actions.CompletionType)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/DieAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnCompleted
|
||||
path: ../TinyLife/Actions/DieAction.cs
|
||||
startLine: 99
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -478,14 +398,6 @@ items:
|
|||
nameWithType: DieAction.Enqueue(PersonLike, DeathReason)
|
||||
fullName: TinyLife.Actions.DieAction.Enqueue(TinyLife.Objects.PersonLike, TinyLife.Objects.DeathReason)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/DieAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Enqueue
|
||||
path: ../TinyLife/Actions/DieAction.cs
|
||||
startLine: 111
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
|
40
docs/api/TinyLife.Actions.DiscardHeldItemAction.yml
generated
40
docs/api/TinyLife.Actions.DiscardHeldItemAction.yml
generated
|
@ -16,14 +16,6 @@ items:
|
|||
nameWithType: DiscardHeldItemAction
|
||||
fullName: TinyLife.Actions.DiscardHeldItemAction
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/DiscardHeldItemAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DiscardHeldItemAction
|
||||
path: ../TinyLife/Actions/DiscardHeldItemAction.cs
|
||||
startLine: 12
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -140,14 +132,6 @@ items:
|
|||
nameWithType: DiscardHeldItemAction.DiscardActions
|
||||
fullName: TinyLife.Actions.DiscardHeldItemAction.DiscardActions
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/DiscardHeldItemAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DiscardActions
|
||||
path: ../TinyLife/Actions/DiscardHeldItemAction.cs
|
||||
startLine: 18
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -172,14 +156,6 @@ items:
|
|||
nameWithType: DiscardHeldItemAction.DiscardHeldItemAction(PersonLike)
|
||||
fullName: TinyLife.Actions.DiscardHeldItemAction.DiscardHeldItemAction(TinyLife.Objects.PersonLike)
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/DiscardHeldItemAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/DiscardHeldItemAction.cs
|
||||
startLine: 26
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -205,14 +181,6 @@ items:
|
|||
nameWithType: DiscardHeldItemAction.CreateFirstActions()
|
||||
fullName: TinyLife.Actions.DiscardHeldItemAction.CreateFirstActions()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/DiscardHeldItemAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CreateFirstActions
|
||||
path: ../TinyLife/Actions/DiscardHeldItemAction.cs
|
||||
startLine: 32
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -244,14 +212,6 @@ items:
|
|||
nameWithType: DiscardHeldItemAction.AndThenIsCompleted()
|
||||
fullName: TinyLife.Actions.DiscardHeldItemAction.AndThenIsCompleted()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/DiscardHeldItemAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AndThenIsCompleted
|
||||
path: ../TinyLife/Actions/DiscardHeldItemAction.cs
|
||||
startLine: 55
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
|
64
docs/api/TinyLife.Actions.DriveAction.yml
generated
64
docs/api/TinyLife.Actions.DriveAction.yml
generated
|
@ -19,14 +19,6 @@ items:
|
|||
nameWithType: DriveAction
|
||||
fullName: TinyLife.Actions.DriveAction
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/DriveAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DriveAction
|
||||
path: ../TinyLife/Actions/DriveAction.cs
|
||||
startLine: 20
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -132,14 +124,6 @@ items:
|
|||
nameWithType: DriveAction.DriveAction(ActionInfo)
|
||||
fullName: TinyLife.Actions.DriveAction.DriveAction(TinyLife.Actions.ActionInfo)
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/DriveAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/DriveAction.cs
|
||||
startLine: 29
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -167,14 +151,6 @@ items:
|
|||
nameWithType: DriveAction.FindPath(ICollection<(Point Pos, int Floor)>)
|
||||
fullName: TinyLife.Actions.DriveAction.FindPath(System.Collections.Generic.ICollection<(Microsoft.Xna.Framework.Point Pos, int Floor)>)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/DriveAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FindPath
|
||||
path: ../TinyLife/Actions/DriveAction.cs
|
||||
startLine: 32
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -206,14 +182,6 @@ items:
|
|||
nameWithType: DriveAction.GetSpeed()
|
||||
fullName: TinyLife.Actions.DriveAction.GetSpeed()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/DriveAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetSpeed
|
||||
path: ../TinyLife/Actions/DriveAction.cs
|
||||
startLine: 68
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -238,14 +206,6 @@ items:
|
|||
nameWithType: DriveAction.OnPathReady()
|
||||
fullName: TinyLife.Actions.DriveAction.OnPathReady()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/DriveAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnPathReady
|
||||
path: ../TinyLife/Actions/DriveAction.cs
|
||||
startLine: 73
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -270,14 +230,6 @@ items:
|
|||
nameWithType: DriveAction.Update(GameTime, TimeSpan, float)
|
||||
fullName: TinyLife.Actions.DriveAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/DriveAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Update
|
||||
path: ../TinyLife/Actions/DriveAction.cs
|
||||
startLine: 96
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -315,14 +267,6 @@ items:
|
|||
nameWithType: DriveAction.IsCompleted()
|
||||
fullName: TinyLife.Actions.DriveAction.IsCompleted()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/DriveAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IsCompleted
|
||||
path: ../TinyLife/Actions/DriveAction.cs
|
||||
startLine: 114
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -352,14 +296,6 @@ items:
|
|||
nameWithType: DriveAction.OnCompleted(CompletionType)
|
||||
fullName: TinyLife.Actions.DriveAction.OnCompleted(TinyLife.Actions.CompletionType)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/DriveAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnCompleted
|
||||
path: ../TinyLife/Actions/DriveAction.cs
|
||||
startLine: 126
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
|
392
docs/api/TinyLife.Actions.Emote.yml
generated
392
docs/api/TinyLife.Actions.Emote.yml
generated
|
@ -60,14 +60,6 @@ items:
|
|||
nameWithType: Emote
|
||||
fullName: TinyLife.Actions.Emote
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Emote.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Emote
|
||||
path: ../TinyLife/Actions/Emote.cs
|
||||
startLine: 17
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -99,14 +91,6 @@ items:
|
|||
nameWithType: Emote.Cutlery
|
||||
fullName: TinyLife.Actions.Emote.Cutlery
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Emote.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Cutlery
|
||||
path: ../TinyLife/Actions/Emote.cs
|
||||
startLine: 22
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -126,14 +110,6 @@ items:
|
|||
nameWithType: Emote.Apple
|
||||
fullName: TinyLife.Actions.Emote.Apple
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Emote.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Apple
|
||||
path: ../TinyLife/Actions/Emote.cs
|
||||
startLine: 23
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -153,14 +129,6 @@ items:
|
|||
nameWithType: Emote.Burger
|
||||
fullName: TinyLife.Actions.Emote.Burger
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Emote.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Burger
|
||||
path: ../TinyLife/Actions/Emote.cs
|
||||
startLine: 24
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -180,14 +148,6 @@ items:
|
|||
nameWithType: Emote.Lollipop
|
||||
fullName: TinyLife.Actions.Emote.Lollipop
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Emote.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Lollipop
|
||||
path: ../TinyLife/Actions/Emote.cs
|
||||
startLine: 25
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -207,14 +167,6 @@ items:
|
|||
nameWithType: Emote.Skateboard
|
||||
fullName: TinyLife.Actions.Emote.Skateboard
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Emote.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Skateboard
|
||||
path: ../TinyLife/Actions/Emote.cs
|
||||
startLine: 26
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -234,14 +186,6 @@ items:
|
|||
nameWithType: Emote.Medal
|
||||
fullName: TinyLife.Actions.Emote.Medal
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Emote.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Medal
|
||||
path: ../TinyLife/Actions/Emote.cs
|
||||
startLine: 27
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -261,14 +205,6 @@ items:
|
|||
nameWithType: Emote.Controller
|
||||
fullName: TinyLife.Actions.Emote.Controller
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Emote.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Controller
|
||||
path: ../TinyLife/Actions/Emote.cs
|
||||
startLine: 28
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -288,14 +224,6 @@ items:
|
|||
nameWithType: Emote.MusicNote
|
||||
fullName: TinyLife.Actions.Emote.MusicNote
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Emote.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: MusicNote
|
||||
path: ../TinyLife/Actions/Emote.cs
|
||||
startLine: 29
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -315,14 +243,6 @@ items:
|
|||
nameWithType: Emote.Clock
|
||||
fullName: TinyLife.Actions.Emote.Clock
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Emote.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Clock
|
||||
path: ../TinyLife/Actions/Emote.cs
|
||||
startLine: 30
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -342,14 +262,6 @@ items:
|
|||
nameWithType: Emote.House
|
||||
fullName: TinyLife.Actions.Emote.House
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Emote.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: House
|
||||
path: ../TinyLife/Actions/Emote.cs
|
||||
startLine: 31
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -369,14 +281,6 @@ items:
|
|||
nameWithType: Emote.Path
|
||||
fullName: TinyLife.Actions.Emote.Path
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Emote.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Path
|
||||
path: ../TinyLife/Actions/Emote.cs
|
||||
startLine: 32
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -396,14 +300,6 @@ items:
|
|||
nameWithType: Emote.X
|
||||
fullName: TinyLife.Actions.Emote.X
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Emote.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: X
|
||||
path: ../TinyLife/Actions/Emote.cs
|
||||
startLine: 33
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -423,14 +319,6 @@ items:
|
|||
nameWithType: Emote.Heart
|
||||
fullName: TinyLife.Actions.Emote.Heart
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Emote.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Heart
|
||||
path: ../TinyLife/Actions/Emote.cs
|
||||
startLine: 34
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -450,14 +338,6 @@ items:
|
|||
nameWithType: Emote.Smile
|
||||
fullName: TinyLife.Actions.Emote.Smile
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Emote.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Smile
|
||||
path: ../TinyLife/Actions/Emote.cs
|
||||
startLine: 35
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -477,14 +357,6 @@ items:
|
|||
nameWithType: Emote.Sleep
|
||||
fullName: TinyLife.Actions.Emote.Sleep
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Emote.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Sleep
|
||||
path: ../TinyLife/Actions/Emote.cs
|
||||
startLine: 36
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -504,14 +376,6 @@ items:
|
|||
nameWithType: Emote.OhNo
|
||||
fullName: TinyLife.Actions.Emote.OhNo
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Emote.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OhNo
|
||||
path: ../TinyLife/Actions/Emote.cs
|
||||
startLine: 37
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -531,14 +395,6 @@ items:
|
|||
nameWithType: Emote.Happy
|
||||
fullName: TinyLife.Actions.Emote.Happy
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Emote.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Happy
|
||||
path: ../TinyLife/Actions/Emote.cs
|
||||
startLine: 38
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -558,14 +414,6 @@ items:
|
|||
nameWithType: Emote.Handcuffs
|
||||
fullName: TinyLife.Actions.Emote.Handcuffs
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Emote.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Handcuffs
|
||||
path: ../TinyLife/Actions/Emote.cs
|
||||
startLine: 39
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -585,14 +433,6 @@ items:
|
|||
nameWithType: Emote.BrokenHeart
|
||||
fullName: TinyLife.Actions.Emote.BrokenHeart
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Emote.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: BrokenHeart
|
||||
path: ../TinyLife/Actions/Emote.cs
|
||||
startLine: 40
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -612,14 +452,6 @@ items:
|
|||
nameWithType: Emote.Bowling
|
||||
fullName: TinyLife.Actions.Emote.Bowling
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Emote.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Bowling
|
||||
path: ../TinyLife/Actions/Emote.cs
|
||||
startLine: 41
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -639,14 +471,6 @@ items:
|
|||
nameWithType: Emote.EightBall
|
||||
fullName: TinyLife.Actions.Emote.EightBall
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Emote.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: EightBall
|
||||
path: ../TinyLife/Actions/Emote.cs
|
||||
startLine: 42
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -666,14 +490,6 @@ items:
|
|||
nameWithType: Emote.Dice
|
||||
fullName: TinyLife.Actions.Emote.Dice
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Emote.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Dice
|
||||
path: ../TinyLife/Actions/Emote.cs
|
||||
startLine: 43
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -693,14 +509,6 @@ items:
|
|||
nameWithType: Emote.MovieClapper
|
||||
fullName: TinyLife.Actions.Emote.MovieClapper
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Emote.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: MovieClapper
|
||||
path: ../TinyLife/Actions/Emote.cs
|
||||
startLine: 44
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -720,14 +528,6 @@ items:
|
|||
nameWithType: Emote.Gift
|
||||
fullName: TinyLife.Actions.Emote.Gift
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Emote.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Gift
|
||||
path: ../TinyLife/Actions/Emote.cs
|
||||
startLine: 45
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -747,14 +547,6 @@ items:
|
|||
nameWithType: Emote.Pushpin
|
||||
fullName: TinyLife.Actions.Emote.Pushpin
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Emote.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Pushpin
|
||||
path: ../TinyLife/Actions/Emote.cs
|
||||
startLine: 46
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -774,14 +566,6 @@ items:
|
|||
nameWithType: Emote.Cake
|
||||
fullName: TinyLife.Actions.Emote.Cake
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Emote.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Cake
|
||||
path: ../TinyLife/Actions/Emote.cs
|
||||
startLine: 47
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -801,14 +585,6 @@ items:
|
|||
nameWithType: Emote.Trophy
|
||||
fullName: TinyLife.Actions.Emote.Trophy
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Emote.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Trophy
|
||||
path: ../TinyLife/Actions/Emote.cs
|
||||
startLine: 48
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -828,14 +604,6 @@ items:
|
|||
nameWithType: Emote.EmptyBattery
|
||||
fullName: TinyLife.Actions.Emote.EmptyBattery
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Emote.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: EmptyBattery
|
||||
path: ../TinyLife/Actions/Emote.cs
|
||||
startLine: 49
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -855,14 +623,6 @@ items:
|
|||
nameWithType: Emote.Painting
|
||||
fullName: TinyLife.Actions.Emote.Painting
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Emote.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Painting
|
||||
path: ../TinyLife/Actions/Emote.cs
|
||||
startLine: 50
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -882,14 +642,6 @@ items:
|
|||
nameWithType: Emote.Cat
|
||||
fullName: TinyLife.Actions.Emote.Cat
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Emote.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Cat
|
||||
path: ../TinyLife/Actions/Emote.cs
|
||||
startLine: 51
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -909,14 +661,6 @@ items:
|
|||
nameWithType: Emote.FullBattery
|
||||
fullName: TinyLife.Actions.Emote.FullBattery
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Emote.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FullBattery
|
||||
path: ../TinyLife/Actions/Emote.cs
|
||||
startLine: 52
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -936,14 +680,6 @@ items:
|
|||
nameWithType: Emote.Party
|
||||
fullName: TinyLife.Actions.Emote.Party
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Emote.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Party
|
||||
path: ../TinyLife/Actions/Emote.cs
|
||||
startLine: 53
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -963,14 +699,6 @@ items:
|
|||
nameWithType: Emote.NoBrain
|
||||
fullName: TinyLife.Actions.Emote.NoBrain
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Emote.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: NoBrain
|
||||
path: ../TinyLife/Actions/Emote.cs
|
||||
startLine: 54
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -990,14 +718,6 @@ items:
|
|||
nameWithType: Emote.Angry
|
||||
fullName: TinyLife.Actions.Emote.Angry
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Emote.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Angry
|
||||
path: ../TinyLife/Actions/Emote.cs
|
||||
startLine: 55
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -1017,14 +737,6 @@ items:
|
|||
nameWithType: Emote.Relaxed
|
||||
fullName: TinyLife.Actions.Emote.Relaxed
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Emote.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Relaxed
|
||||
path: ../TinyLife/Actions/Emote.cs
|
||||
startLine: 56
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -1044,14 +756,6 @@ items:
|
|||
nameWithType: Emote.FireExtinguisher
|
||||
fullName: TinyLife.Actions.Emote.FireExtinguisher
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Emote.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FireExtinguisher
|
||||
path: ../TinyLife/Actions/Emote.cs
|
||||
startLine: 57
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -1071,14 +775,6 @@ items:
|
|||
nameWithType: Emote.Stonks
|
||||
fullName: TinyLife.Actions.Emote.Stonks
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Emote.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Stonks
|
||||
path: ../TinyLife/Actions/Emote.cs
|
||||
startLine: 58
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -1098,14 +794,6 @@ items:
|
|||
nameWithType: Emote.Coffee
|
||||
fullName: TinyLife.Actions.Emote.Coffee
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Emote.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Coffee
|
||||
path: ../TinyLife/Actions/Emote.cs
|
||||
startLine: 59
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -1125,14 +813,6 @@ items:
|
|||
nameWithType: Emote.Workout
|
||||
fullName: TinyLife.Actions.Emote.Workout
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Emote.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Workout
|
||||
path: ../TinyLife/Actions/Emote.cs
|
||||
startLine: 60
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -1152,14 +832,6 @@ items:
|
|||
nameWithType: Emote.Tick
|
||||
fullName: TinyLife.Actions.Emote.Tick
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Emote.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Tick
|
||||
path: ../TinyLife/Actions/Emote.cs
|
||||
startLine: 61
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -1179,14 +851,6 @@ items:
|
|||
nameWithType: Emote.Bug
|
||||
fullName: TinyLife.Actions.Emote.Bug
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Emote.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Bug
|
||||
path: ../TinyLife/Actions/Emote.cs
|
||||
startLine: 62
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -1206,14 +870,6 @@ items:
|
|||
nameWithType: Emote.Money
|
||||
fullName: TinyLife.Actions.Emote.Money
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Emote.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Money
|
||||
path: ../TinyLife/Actions/Emote.cs
|
||||
startLine: 63
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -1233,14 +889,6 @@ items:
|
|||
nameWithType: Emote.LightBulb
|
||||
fullName: TinyLife.Actions.Emote.LightBulb
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Emote.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: LightBulb
|
||||
path: ../TinyLife/Actions/Emote.cs
|
||||
startLine: 64
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -1260,14 +908,6 @@ items:
|
|||
nameWithType: Emote.Texture
|
||||
fullName: TinyLife.Actions.Emote.Texture
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Emote.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Texture
|
||||
path: ../TinyLife/Actions/Emote.cs
|
||||
startLine: 70
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -1289,14 +929,6 @@ items:
|
|||
nameWithType: Emote.Categories
|
||||
fullName: TinyLife.Actions.Emote.Categories
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Emote.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Categories
|
||||
path: ../TinyLife/Actions/Emote.cs
|
||||
startLine: 74
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -1318,14 +950,6 @@ items:
|
|||
nameWithType: Emote.Draw(Map, Vector2, float, SpriteBatch, Vector2, bool, ParentInfo)
|
||||
fullName: TinyLife.Actions.Emote.Draw(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, float, Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.Vector2, bool, TinyLife.Objects.ParentInfo)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Emote.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Draw
|
||||
path: ../TinyLife/Actions/Emote.cs
|
||||
startLine: 91
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -1371,14 +995,6 @@ items:
|
|||
nameWithType: Emote.GetEmotes(EmoteCategory)
|
||||
fullName: TinyLife.Actions.Emote.GetEmotes(TinyLife.Actions.EmoteCategory)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Emote.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetEmotes
|
||||
path: ../TinyLife/Actions/Emote.cs
|
||||
startLine: 102
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -1406,14 +1022,6 @@ items:
|
|||
nameWithType: Emote.Register(TextureRegion, EmoteCategory)
|
||||
fullName: TinyLife.Actions.Emote.Register(MLEM.Textures.TextureRegion, TinyLife.Actions.EmoteCategory)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Emote.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Register
|
||||
path: ../TinyLife/Actions/Emote.cs
|
||||
startLine: 111
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
|
72
docs/api/TinyLife.Actions.EmoteCategory.yml
generated
72
docs/api/TinyLife.Actions.EmoteCategory.yml
generated
|
@ -20,14 +20,6 @@ items:
|
|||
nameWithType: EmoteCategory
|
||||
fullName: TinyLife.Actions.EmoteCategory
|
||||
type: Enum
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Emote.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: EmoteCategory
|
||||
path: ../TinyLife/Actions/Emote.cs
|
||||
startLine: 176
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -59,14 +51,6 @@ items:
|
|||
nameWithType: EmoteCategory.General
|
||||
fullName: TinyLife.Actions.EmoteCategory.General
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Emote.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: General
|
||||
path: ../TinyLife/Actions/Emote.cs
|
||||
startLine: 180
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -85,14 +69,6 @@ items:
|
|||
nameWithType: EmoteCategory.Travel
|
||||
fullName: TinyLife.Actions.EmoteCategory.Travel
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Emote.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Travel
|
||||
path: ../TinyLife/Actions/Emote.cs
|
||||
startLine: 181
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -111,14 +87,6 @@ items:
|
|||
nameWithType: EmoteCategory.Negative
|
||||
fullName: TinyLife.Actions.EmoteCategory.Negative
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Emote.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Negative
|
||||
path: ../TinyLife/Actions/Emote.cs
|
||||
startLine: 182
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -137,14 +105,6 @@ items:
|
|||
nameWithType: EmoteCategory.Flirty
|
||||
fullName: TinyLife.Actions.EmoteCategory.Flirty
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Emote.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Flirty
|
||||
path: ../TinyLife/Actions/Emote.cs
|
||||
startLine: 183
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -163,14 +123,6 @@ items:
|
|||
nameWithType: EmoteCategory.Unable
|
||||
fullName: TinyLife.Actions.EmoteCategory.Unable
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Emote.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Unable
|
||||
path: ../TinyLife/Actions/Emote.cs
|
||||
startLine: 184
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -189,14 +141,6 @@ items:
|
|||
nameWithType: EmoteCategory.Food
|
||||
fullName: TinyLife.Actions.EmoteCategory.Food
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Emote.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Food
|
||||
path: ../TinyLife/Actions/Emote.cs
|
||||
startLine: 185
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -215,14 +159,6 @@ items:
|
|||
nameWithType: EmoteCategory.Object
|
||||
fullName: TinyLife.Actions.EmoteCategory.Object
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Emote.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Object
|
||||
path: ../TinyLife/Actions/Emote.cs
|
||||
startLine: 186
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -241,14 +177,6 @@ items:
|
|||
nameWithType: EmoteCategory.Emotion
|
||||
fullName: TinyLife.Actions.EmoteCategory.Emotion
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Emote.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Emotion
|
||||
path: ../TinyLife/Actions/Emote.cs
|
||||
startLine: 187
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
|
56
docs/api/TinyLife.Actions.EmoteChoices.yml
generated
56
docs/api/TinyLife.Actions.EmoteChoices.yml
generated
|
@ -18,14 +18,6 @@ items:
|
|||
nameWithType: EmoteChoices
|
||||
fullName: TinyLife.Actions.EmoteChoices
|
||||
type: Struct
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Emote.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: EmoteChoices
|
||||
path: ../TinyLife/Actions/Emote.cs
|
||||
startLine: 122
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -56,14 +48,6 @@ items:
|
|||
nameWithType: EmoteChoices.EmoteChoices(EmoteCategory)
|
||||
fullName: TinyLife.Actions.EmoteChoices.EmoteChoices(TinyLife.Actions.EmoteCategory)
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Emote.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/Emote.cs
|
||||
startLine: 130
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -90,14 +74,6 @@ items:
|
|||
nameWithType: EmoteChoices.EmoteChoices(params Emote[])
|
||||
fullName: TinyLife.Actions.EmoteChoices.EmoteChoices(params TinyLife.Actions.Emote[])
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Emote.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/Emote.cs
|
||||
startLine: 137
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -124,14 +100,6 @@ items:
|
|||
nameWithType: EmoteChoices.GetEmote(Random)
|
||||
fullName: TinyLife.Actions.EmoteChoices.GetEmote(System.Random)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Emote.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetEmote
|
||||
path: ../TinyLife/Actions/Emote.cs
|
||||
startLine: 146
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -159,14 +127,6 @@ items:
|
|||
nameWithType: EmoteChoices.implicit operator EmoteChoices(EmoteCategory)
|
||||
fullName: TinyLife.Actions.EmoteChoices.implicit operator TinyLife.Actions.EmoteChoices(TinyLife.Actions.EmoteCategory)
|
||||
type: Operator
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Emote.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: op_Implicit
|
||||
path: ../TinyLife/Actions/Emote.cs
|
||||
startLine: 153
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -195,14 +155,6 @@ items:
|
|||
nameWithType: EmoteChoices.implicit operator EmoteChoices(Emote[])
|
||||
fullName: TinyLife.Actions.EmoteChoices.implicit operator TinyLife.Actions.EmoteChoices(TinyLife.Actions.Emote[])
|
||||
type: Operator
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Emote.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: op_Implicit
|
||||
path: ../TinyLife/Actions/Emote.cs
|
||||
startLine: 160
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -231,14 +183,6 @@ items:
|
|||
nameWithType: EmoteChoices.implicit operator EmoteChoices(Emote)
|
||||
fullName: TinyLife.Actions.EmoteChoices.implicit operator TinyLife.Actions.EmoteChoices(TinyLife.Actions.Emote)
|
||||
type: Operator
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Emote.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: op_Implicit
|
||||
path: ../TinyLife/Actions/Emote.cs
|
||||
startLine: 167
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
|
64
docs/api/TinyLife.Actions.GoHereAction.yml
generated
64
docs/api/TinyLife.Actions.GoHereAction.yml
generated
|
@ -19,14 +19,6 @@ items:
|
|||
nameWithType: GoHereAction
|
||||
fullName: TinyLife.Actions.GoHereAction
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/GoHereAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GoHereAction
|
||||
path: ../TinyLife/Actions/GoHereAction.cs
|
||||
startLine: 13
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -141,14 +133,6 @@ items:
|
|||
nameWithType: GoHereAction.WalkSpeedMultiplier
|
||||
fullName: TinyLife.Actions.GoHereAction.WalkSpeedMultiplier
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/GoHereAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: WalkSpeedMultiplier
|
||||
path: ../TinyLife/Actions/GoHereAction.cs
|
||||
startLine: 20
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -183,14 +167,6 @@ items:
|
|||
nameWithType: GoHereAction.DriveSpeedMultiplier
|
||||
fullName: TinyLife.Actions.GoHereAction.DriveSpeedMultiplier
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/GoHereAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DriveSpeedMultiplier
|
||||
path: ../TinyLife/Actions/GoHereAction.cs
|
||||
startLine: 26
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -225,14 +201,6 @@ items:
|
|||
nameWithType: GoHereAction.GoHereAction(ActionType, ActionInfo)
|
||||
fullName: TinyLife.Actions.GoHereAction.GoHereAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo)
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/GoHereAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/GoHereAction.cs
|
||||
startLine: 29
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -263,14 +231,6 @@ items:
|
|||
nameWithType: GoHereAction.CreateFirstActions()
|
||||
fullName: TinyLife.Actions.GoHereAction.CreateFirstActions()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/GoHereAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CreateFirstActions
|
||||
path: ../TinyLife/Actions/GoHereAction.cs
|
||||
startLine: 32
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -302,14 +262,6 @@ items:
|
|||
nameWithType: GoHereAction.AndThenIsCompleted()
|
||||
fullName: TinyLife.Actions.GoHereAction.AndThenIsCompleted()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/GoHereAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AndThenIsCompleted
|
||||
path: ../TinyLife/Actions/GoHereAction.cs
|
||||
startLine: 88
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -337,14 +289,6 @@ items:
|
|||
nameWithType: GoHereAction.AndThenOnCompleted(CompletionType)
|
||||
fullName: TinyLife.Actions.GoHereAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/GoHereAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AndThenOnCompleted
|
||||
path: ../TinyLife/Actions/GoHereAction.cs
|
||||
startLine: 93
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -373,14 +317,6 @@ items:
|
|||
nameWithType: GoHereAction.CanCancel(Action)
|
||||
fullName: TinyLife.Actions.GoHereAction.CanCancel(TinyLife.Actions.Action)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/GoHereAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanCancel
|
||||
path: ../TinyLife/Actions/GoHereAction.cs
|
||||
startLine: 102
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
|
|
@ -21,14 +21,6 @@ items:
|
|||
nameWithType: MultiActionHandler
|
||||
fullName: TinyLife.Actions.Handlers.MultiActionHandler
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Handlers/MultiActionHandler.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: MultiActionHandler
|
||||
path: ../TinyLife/Actions/Handlers/MultiActionHandler.cs
|
||||
startLine: 14
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions.Handlers
|
||||
|
@ -73,14 +65,6 @@ items:
|
|||
nameWithType: MultiActionHandler.OnInitialize
|
||||
fullName: TinyLife.Actions.Handlers.MultiActionHandler.OnInitialize
|
||||
type: Event
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Handlers/MultiActionHandler.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnInitialize
|
||||
path: ../TinyLife/Actions/Handlers/MultiActionHandler.cs
|
||||
startLine: 21
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions.Handlers
|
||||
|
@ -105,14 +89,6 @@ items:
|
|||
nameWithType: MultiActionHandler.Actions
|
||||
fullName: TinyLife.Actions.Handlers.MultiActionHandler.Actions
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Handlers/MultiActionHandler.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Actions
|
||||
path: ../TinyLife/Actions/Handlers/MultiActionHandler.cs
|
||||
startLine: 29
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions.Handlers
|
||||
|
@ -153,14 +129,6 @@ items:
|
|||
nameWithType: MultiActionHandler.Current
|
||||
fullName: TinyLife.Actions.Handlers.MultiActionHandler.Current
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Handlers/MultiActionHandler.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Current
|
||||
path: ../TinyLife/Actions/Handlers/MultiActionHandler.cs
|
||||
startLine: 34
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions.Handlers
|
||||
|
@ -184,14 +152,6 @@ items:
|
|||
nameWithType: MultiActionHandler.MultiActionHandler(Action)
|
||||
fullName: TinyLife.Actions.Handlers.MultiActionHandler.MultiActionHandler(TinyLife.Actions.Action)
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Handlers/MultiActionHandler.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/Handlers/MultiActionHandler.cs
|
||||
startLine: 42
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions.Handlers
|
||||
|
@ -219,14 +179,6 @@ items:
|
|||
nameWithType: MultiActionHandler.Initialize(ICollection<Action>)
|
||||
fullName: TinyLife.Actions.Handlers.MultiActionHandler.Initialize(System.Collections.Generic.ICollection<TinyLife.Actions.Action>)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Handlers/MultiActionHandler.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Initialize
|
||||
path: ../TinyLife/Actions/Handlers/MultiActionHandler.cs
|
||||
startLine: 53
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions.Handlers
|
||||
|
@ -262,14 +214,6 @@ items:
|
|||
nameWithType: MultiActionHandler.Update(GameTime, TimeSpan, float)
|
||||
fullName: TinyLife.Actions.Handlers.MultiActionHandler.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Handlers/MultiActionHandler.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Update
|
||||
path: ../TinyLife/Actions/Handlers/MultiActionHandler.cs
|
||||
startLine: 86
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions.Handlers
|
||||
|
@ -309,14 +253,6 @@ items:
|
|||
nameWithType: MultiActionHandler.Validate(Action, PersonLike)
|
||||
fullName: TinyLife.Actions.Handlers.MultiActionHandler.Validate(TinyLife.Actions.Action, TinyLife.Objects.PersonLike)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Handlers/MultiActionHandler.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Validate
|
||||
path: ../TinyLife/Actions/Handlers/MultiActionHandler.cs
|
||||
startLine: 102
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions.Handlers
|
||||
|
@ -350,14 +286,6 @@ items:
|
|||
nameWithType: MultiActionHandler.IsCompleted()
|
||||
fullName: TinyLife.Actions.Handlers.MultiActionHandler.IsCompleted()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Handlers/MultiActionHandler.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IsCompleted
|
||||
path: ../TinyLife/Actions/Handlers/MultiActionHandler.cs
|
||||
startLine: 124
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions.Handlers
|
||||
|
@ -386,14 +314,6 @@ items:
|
|||
nameWithType: MultiActionHandler.OnCompleted(CompletionType)
|
||||
fullName: TinyLife.Actions.Handlers.MultiActionHandler.OnCompleted(TinyLife.Actions.CompletionType)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Handlers/MultiActionHandler.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnCompleted
|
||||
path: ../TinyLife/Actions/Handlers/MultiActionHandler.cs
|
||||
startLine: 139
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions.Handlers
|
||||
|
|
|
@ -20,14 +20,6 @@ items:
|
|||
nameWithType: UnderlyingActionHandler
|
||||
fullName: TinyLife.Actions.Handlers.UnderlyingActionHandler
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: UnderlyingActionHandler
|
||||
path: ../TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
|
||||
startLine: 13
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions.Handlers
|
||||
|
@ -72,14 +64,6 @@ items:
|
|||
nameWithType: UnderlyingActionHandler.Action
|
||||
fullName: TinyLife.Actions.Handlers.UnderlyingActionHandler.Action
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Action
|
||||
path: ../TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
|
||||
startLine: 20
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions.Handlers
|
||||
|
@ -116,14 +100,6 @@ items:
|
|||
nameWithType: UnderlyingActionHandler.UnderlyingActionHandler(Action)
|
||||
fullName: TinyLife.Actions.Handlers.UnderlyingActionHandler.UnderlyingActionHandler(TinyLife.Actions.Action)
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
|
||||
startLine: 30
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions.Handlers
|
||||
|
@ -151,14 +127,6 @@ items:
|
|||
nameWithType: UnderlyingActionHandler.Initialize<T>(ActionType, ActionInfo, bool)
|
||||
fullName: TinyLife.Actions.Handlers.UnderlyingActionHandler.Initialize<T>(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, bool)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Initialize
|
||||
path: ../TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
|
||||
startLine: 40
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions.Handlers
|
||||
|
@ -196,14 +164,6 @@ items:
|
|||
nameWithType: UnderlyingActionHandler.InitializeExact(Action)
|
||||
fullName: TinyLife.Actions.Handlers.UnderlyingActionHandler.InitializeExact(TinyLife.Actions.Action)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: InitializeExact
|
||||
path: ../TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
|
||||
startLine: 53
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions.Handlers
|
||||
|
@ -231,14 +191,6 @@ items:
|
|||
nameWithType: UnderlyingActionHandler.Update(GameTime, TimeSpan, float)
|
||||
fullName: TinyLife.Actions.Handlers.UnderlyingActionHandler.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Update
|
||||
path: ../TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
|
||||
startLine: 71
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions.Handlers
|
||||
|
@ -275,14 +227,6 @@ items:
|
|||
nameWithType: UnderlyingActionHandler.Validate(Action, PersonLike)
|
||||
fullName: TinyLife.Actions.Handlers.UnderlyingActionHandler.Validate(TinyLife.Actions.Action, TinyLife.Objects.PersonLike)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Validate
|
||||
path: ../TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
|
||||
startLine: 87
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions.Handlers
|
||||
|
@ -316,14 +260,6 @@ items:
|
|||
nameWithType: UnderlyingActionHandler.IsCompleted()
|
||||
fullName: TinyLife.Actions.Handlers.UnderlyingActionHandler.IsCompleted()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IsCompleted
|
||||
path: ../TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
|
||||
startLine: 105
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions.Handlers
|
||||
|
@ -347,14 +283,6 @@ items:
|
|||
nameWithType: UnderlyingActionHandler.OnCompleted(CompletionType)
|
||||
fullName: TinyLife.Actions.Handlers.UnderlyingActionHandler.OnCompleted(TinyLife.Actions.CompletionType)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnCompleted
|
||||
path: ../TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
|
||||
startLine: 118
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions.Handlers
|
||||
|
|
160
docs/api/TinyLife.Actions.HelpAction.yml
generated
160
docs/api/TinyLife.Actions.HelpAction.yml
generated
|
@ -31,14 +31,6 @@ items:
|
|||
nameWithType: HelpAction
|
||||
fullName: TinyLife.Actions.HelpAction
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/HelpAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: HelpAction
|
||||
path: ../TinyLife/Actions/HelpAction.cs
|
||||
startLine: 14
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -163,14 +155,6 @@ items:
|
|||
nameWithType: HelpAction.IsHelper
|
||||
fullName: TinyLife.Actions.HelpAction.IsHelper
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/HelpAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IsHelper
|
||||
path: ../TinyLife/Actions/HelpAction.cs
|
||||
startLine: 19
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -194,14 +178,6 @@ items:
|
|||
nameWithType: HelpAction.HelpedAction
|
||||
fullName: TinyLife.Actions.HelpAction.HelpedAction
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/HelpAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: HelpedAction
|
||||
path: ../TinyLife/Actions/HelpAction.cs
|
||||
startLine: 23
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -225,14 +201,6 @@ items:
|
|||
nameWithType: HelpAction.Helper
|
||||
fullName: TinyLife.Actions.HelpAction.Helper
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/HelpAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Helper
|
||||
path: ../TinyLife/Actions/HelpAction.cs
|
||||
startLine: 27
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -256,14 +224,6 @@ items:
|
|||
nameWithType: HelpAction.HelpAction(ActionInfo, bool, PersonLike)
|
||||
fullName: TinyLife.Actions.HelpAction.HelpAction(TinyLife.Actions.ActionInfo, bool, TinyLife.Objects.PersonLike)
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/HelpAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/HelpAction.cs
|
||||
startLine: 38
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -293,14 +253,6 @@ items:
|
|||
nameWithType: HelpAction.HelpAction(ActionType, ActionInfo, bool, PersonLike)
|
||||
fullName: TinyLife.Actions.HelpAction.HelpAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, bool, TinyLife.Objects.PersonLike)
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/HelpAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/HelpAction.cs
|
||||
startLine: 46
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -332,14 +284,6 @@ items:
|
|||
nameWithType: HelpAction.CreateHelpedAction(ActionInfo)
|
||||
fullName: TinyLife.Actions.HelpAction.CreateHelpedAction(TinyLife.Actions.ActionInfo)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/HelpAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CreateHelpedAction
|
||||
path: ../TinyLife/Actions/HelpAction.cs
|
||||
startLine: 59
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -370,14 +314,6 @@ items:
|
|||
nameWithType: HelpAction.UpdateHelpedAction(Action, GameTime, TimeSpan, float)
|
||||
fullName: TinyLife.Actions.HelpAction.UpdateHelpedAction(TinyLife.Actions.Action, Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/HelpAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: UpdateHelpedAction
|
||||
path: ../TinyLife/Actions/HelpAction.cs
|
||||
startLine: 68
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -414,14 +350,6 @@ items:
|
|||
nameWithType: HelpAction.OnHelpedActionCompleted(Action, CompletionType)
|
||||
fullName: TinyLife.Actions.HelpAction.OnHelpedActionCompleted(TinyLife.Actions.Action, TinyLife.Actions.CompletionType)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/HelpAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnHelpedActionCompleted
|
||||
path: ../TinyLife/Actions/HelpAction.cs
|
||||
startLine: 75
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -449,14 +377,6 @@ items:
|
|||
nameWithType: HelpAction.CanMultitask(Action)
|
||||
fullName: TinyLife.Actions.HelpAction.CanMultitask(TinyLife.Actions.Action)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/HelpAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanMultitask
|
||||
path: ../TinyLife/Actions/HelpAction.cs
|
||||
startLine: 78
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -492,14 +412,6 @@ items:
|
|||
nameWithType: HelpAction.Validate(PersonLike)
|
||||
fullName: TinyLife.Actions.HelpAction.Validate(TinyLife.Objects.PersonLike)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/HelpAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Validate
|
||||
path: ../TinyLife/Actions/HelpAction.cs
|
||||
startLine: 85
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -533,14 +445,6 @@ items:
|
|||
nameWithType: HelpAction.GetNextAction(CompletionType)
|
||||
fullName: TinyLife.Actions.HelpAction.GetNextAction(TinyLife.Actions.CompletionType)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/HelpAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetNextAction
|
||||
path: ../TinyLife/Actions/HelpAction.cs
|
||||
startLine: 90
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -574,14 +478,6 @@ items:
|
|||
nameWithType: HelpAction.GetProgress()
|
||||
fullName: TinyLife.Actions.HelpAction.GetProgress()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/HelpAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetProgress
|
||||
path: ../TinyLife/Actions/HelpAction.cs
|
||||
startLine: 95
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -611,14 +507,6 @@ items:
|
|||
nameWithType: HelpAction.IsConversationCompleted()
|
||||
fullName: TinyLife.Actions.HelpAction.IsConversationCompleted()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/HelpAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IsConversationCompleted
|
||||
path: ../TinyLife/Actions/HelpAction.cs
|
||||
startLine: 100
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -648,14 +536,6 @@ items:
|
|||
nameWithType: HelpAction.CreateFirstActions()
|
||||
fullName: TinyLife.Actions.HelpAction.CreateFirstActions()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/HelpAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CreateFirstActions
|
||||
path: ../TinyLife/Actions/HelpAction.cs
|
||||
startLine: 106
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -687,14 +567,6 @@ items:
|
|||
nameWithType: HelpAction.InitializeConversation()
|
||||
fullName: TinyLife.Actions.HelpAction.InitializeConversation()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/HelpAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: InitializeConversation
|
||||
path: ../TinyLife/Actions/HelpAction.cs
|
||||
startLine: 126
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -719,14 +591,6 @@ items:
|
|||
nameWithType: HelpAction.UpdateConversation(GameTime, TimeSpan, float)
|
||||
fullName: TinyLife.Actions.HelpAction.UpdateConversation(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/HelpAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: UpdateConversation
|
||||
path: ../TinyLife/Actions/HelpAction.cs
|
||||
startLine: 134
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -766,14 +630,6 @@ items:
|
|||
nameWithType: HelpAction.AndThenOnCompleted(CompletionType)
|
||||
fullName: TinyLife.Actions.HelpAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/HelpAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AndThenOnCompleted
|
||||
path: ../TinyLife/Actions/HelpAction.cs
|
||||
startLine: 158
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -802,14 +658,6 @@ items:
|
|||
nameWithType: HelpAction.OnChildCompleted(Action, CompletionType, bool)
|
||||
fullName: TinyLife.Actions.HelpAction.OnChildCompleted(TinyLife.Actions.Action, TinyLife.Actions.CompletionType, bool)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/HelpAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnChildCompleted
|
||||
path: ../TinyLife/Actions/HelpAction.cs
|
||||
startLine: 164
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -849,14 +697,6 @@ items:
|
|||
nameWithType: HelpAction.CreateActions(string, ObjectCategory, Type, ActionType.CanExecuteDelegate, ActionType.CanExecuteDelegate, ActionType.AiSettings?, ActionType.AiSettings?)
|
||||
fullName: TinyLife.Actions.HelpAction.CreateActions(string, TinyLife.Objects.ObjectCategory, System.Type, TinyLife.Actions.ActionType.CanExecuteDelegate, TinyLife.Actions.ActionType.CanExecuteDelegate, TinyLife.Actions.ActionType.AiSettings?, TinyLife.Actions.ActionType.AiSettings?)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/HelpAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CreateActions
|
||||
path: ../TinyLife/Actions/HelpAction.cs
|
||||
startLine: 184
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
|
64
docs/api/TinyLife.Actions.HoldingPersonAction.yml
generated
64
docs/api/TinyLife.Actions.HoldingPersonAction.yml
generated
|
@ -19,14 +19,6 @@ items:
|
|||
nameWithType: HoldingPersonAction
|
||||
fullName: TinyLife.Actions.HoldingPersonAction
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/HoldingPersonAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: HoldingPersonAction
|
||||
path: ../TinyLife/Actions/HoldingPersonAction.cs
|
||||
startLine: 12
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -157,14 +149,6 @@ items:
|
|||
nameWithType: HoldingPersonAction.IsHoldingParty
|
||||
fullName: TinyLife.Actions.HoldingPersonAction.IsHoldingParty
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/HoldingPersonAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IsHoldingParty
|
||||
path: ../TinyLife/Actions/HoldingPersonAction.cs
|
||||
startLine: 17
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -188,14 +172,6 @@ items:
|
|||
nameWithType: HoldingPersonAction.HoldingPersonAction(ActionInfo)
|
||||
fullName: TinyLife.Actions.HoldingPersonAction.HoldingPersonAction(TinyLife.Actions.ActionInfo)
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/HoldingPersonAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/HoldingPersonAction.cs
|
||||
startLine: 23
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -223,14 +199,6 @@ items:
|
|||
nameWithType: HoldingPersonAction.HoldingPersonAction(ActionType, ActionInfo)
|
||||
fullName: TinyLife.Actions.HoldingPersonAction.HoldingPersonAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo)
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/HoldingPersonAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/HoldingPersonAction.cs
|
||||
startLine: 26
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -261,14 +229,6 @@ items:
|
|||
nameWithType: HoldingPersonAction.CreateFirstActions()
|
||||
fullName: TinyLife.Actions.HoldingPersonAction.CreateFirstActions()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/HoldingPersonAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CreateFirstActions
|
||||
path: ../TinyLife/Actions/HoldingPersonAction.cs
|
||||
startLine: 29
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -300,14 +260,6 @@ items:
|
|||
nameWithType: HoldingPersonAction.CreateLastActions()
|
||||
fullName: TinyLife.Actions.HoldingPersonAction.CreateLastActions()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/HoldingPersonAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CreateLastActions
|
||||
path: ../TinyLife/Actions/HoldingPersonAction.cs
|
||||
startLine: 42
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -339,14 +291,6 @@ items:
|
|||
nameWithType: HoldingPersonAction.CanCancel(Action)
|
||||
fullName: TinyLife.Actions.HoldingPersonAction.CanCancel(TinyLife.Actions.Action)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/HoldingPersonAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanCancel
|
||||
path: ../TinyLife/Actions/HoldingPersonAction.cs
|
||||
startLine: 51
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -380,14 +324,6 @@ items:
|
|||
nameWithType: HoldingPersonAction.CanMultitask(Action)
|
||||
fullName: TinyLife.Actions.HoldingPersonAction.CanMultitask(TinyLife.Actions.Action)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/HoldingPersonAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanMultitask
|
||||
path: ../TinyLife/Actions/HoldingPersonAction.cs
|
||||
startLine: 57
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
|
40
docs/api/TinyLife.Actions.MultiAction.Stage.yml
generated
40
docs/api/TinyLife.Actions.MultiAction.Stage.yml
generated
|
@ -16,14 +16,6 @@ items:
|
|||
nameWithType: MultiAction.Stage
|
||||
fullName: TinyLife.Actions.MultiAction.Stage
|
||||
type: Enum
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/MultiAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Stage
|
||||
path: ../TinyLife/Actions/MultiAction.cs
|
||||
startLine: 222
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -45,14 +37,6 @@ items:
|
|||
nameWithType: MultiAction.Stage.First
|
||||
fullName: TinyLife.Actions.MultiAction.Stage.First
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/MultiAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: First
|
||||
path: ../TinyLife/Actions/MultiAction.cs
|
||||
startLine: 227
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -73,14 +57,6 @@ items:
|
|||
nameWithType: MultiAction.Stage.Main
|
||||
fullName: TinyLife.Actions.MultiAction.Stage.Main
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/MultiAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Main
|
||||
path: ../TinyLife/Actions/MultiAction.cs
|
||||
startLine: 231
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -101,14 +77,6 @@ items:
|
|||
nameWithType: MultiAction.Stage.Last
|
||||
fullName: TinyLife.Actions.MultiAction.Stage.Last
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/MultiAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Last
|
||||
path: ../TinyLife/Actions/MultiAction.cs
|
||||
startLine: 235
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -129,14 +97,6 @@ items:
|
|||
nameWithType: MultiAction.Stage.Done
|
||||
fullName: TinyLife.Actions.MultiAction.Stage.Done
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/MultiAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Done
|
||||
path: ../TinyLife/Actions/MultiAction.cs
|
||||
startLine: 239
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
|
194
docs/api/TinyLife.Actions.MultiAction.yml
generated
194
docs/api/TinyLife.Actions.MultiAction.yml
generated
|
@ -35,14 +35,6 @@ items:
|
|||
nameWithType: MultiAction
|
||||
fullName: TinyLife.Actions.MultiAction
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/MultiAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: MultiAction
|
||||
path: ../TinyLife/Actions/MultiAction.cs
|
||||
startLine: 14
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -67,9 +59,9 @@ items:
|
|||
- TinyLife.Actions.SellAction
|
||||
- TinyLife.Actions.SitAction
|
||||
- TinyLife.Actions.SocialAction
|
||||
- TinyLife.Actions.StartTogetherAction
|
||||
- TinyLife.Actions.StoreAction
|
||||
- TinyLife.Actions.WatchTvAction
|
||||
- TinyLife.StartTogetherAction
|
||||
implements:
|
||||
- MLEM.Misc.IGenericDataHolder
|
||||
inheritedMembers:
|
||||
|
@ -151,14 +143,6 @@ items:
|
|||
nameWithType: MultiAction.Handler
|
||||
fullName: TinyLife.Actions.MultiAction.Handler
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/MultiAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Handler
|
||||
path: ../TinyLife/Actions/MultiAction.cs
|
||||
startLine: 20
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -190,14 +174,6 @@ items:
|
|||
nameWithType: MultiAction.MainElapsedTime
|
||||
fullName: TinyLife.Actions.MultiAction.MainElapsedTime
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/MultiAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: MainElapsedTime
|
||||
path: ../TinyLife/Actions/MultiAction.cs
|
||||
startLine: 25
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -231,14 +207,6 @@ items:
|
|||
nameWithType: MultiAction.InProgressTime
|
||||
fullName: TinyLife.Actions.MultiAction.InProgressTime
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/MultiAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: InProgressTime
|
||||
path: ../TinyLife/Actions/MultiAction.cs
|
||||
startLine: 28
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -269,14 +237,6 @@ items:
|
|||
nameWithType: MultiAction.CurrentStage
|
||||
fullName: TinyLife.Actions.MultiAction.CurrentStage
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/MultiAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CurrentStage
|
||||
path: ../TinyLife/Actions/MultiAction.cs
|
||||
startLine: 33
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -310,14 +270,6 @@ items:
|
|||
nameWithType: MultiAction.MultiAction(ActionInfo)
|
||||
fullName: TinyLife.Actions.MultiAction.MultiAction(TinyLife.Actions.ActionInfo)
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/MultiAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/MultiAction.cs
|
||||
startLine: 37
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -345,14 +297,6 @@ items:
|
|||
nameWithType: MultiAction.MultiAction(ActionType, ActionInfo)
|
||||
fullName: TinyLife.Actions.MultiAction.MultiAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo)
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/MultiAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/MultiAction.cs
|
||||
startLine: 42
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -383,14 +327,6 @@ items:
|
|||
nameWithType: MultiAction.CreateFirstActions()
|
||||
fullName: TinyLife.Actions.MultiAction.CreateFirstActions()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/MultiAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CreateFirstActions
|
||||
path: ../TinyLife/Actions/MultiAction.cs
|
||||
startLine: 53
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -421,14 +357,6 @@ items:
|
|||
nameWithType: MultiAction.CreateLastActions()
|
||||
fullName: TinyLife.Actions.MultiAction.CreateLastActions()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/MultiAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CreateLastActions
|
||||
path: ../TinyLife/Actions/MultiAction.cs
|
||||
startLine: 62
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -459,14 +387,6 @@ items:
|
|||
nameWithType: MultiAction.AndThenInitialize()
|
||||
fullName: TinyLife.Actions.MultiAction.AndThenInitialize()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/MultiAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AndThenInitialize
|
||||
path: ../TinyLife/Actions/MultiAction.cs
|
||||
startLine: 70
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -490,14 +410,6 @@ items:
|
|||
nameWithType: MultiAction.AndThenIsCompleted()
|
||||
fullName: TinyLife.Actions.MultiAction.AndThenIsCompleted()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/MultiAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AndThenIsCompleted
|
||||
path: ../TinyLife/Actions/MultiAction.cs
|
||||
startLine: 77
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -524,14 +436,6 @@ items:
|
|||
nameWithType: MultiAction.AndThenUpdate(GameTime, TimeSpan, float)
|
||||
fullName: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/MultiAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AndThenUpdate
|
||||
path: ../TinyLife/Actions/MultiAction.cs
|
||||
startLine: 87
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -570,14 +474,6 @@ items:
|
|||
nameWithType: MultiAction.OnFirstUpdate(GameTime, TimeSpan, float)
|
||||
fullName: TinyLife.Actions.MultiAction.OnFirstUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/MultiAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnFirstUpdate
|
||||
path: ../TinyLife/Actions/MultiAction.cs
|
||||
startLine: 97
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -611,14 +507,6 @@ items:
|
|||
nameWithType: MultiAction.OnLastUpdate(GameTime, TimeSpan, float)
|
||||
fullName: TinyLife.Actions.MultiAction.OnLastUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/MultiAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnLastUpdate
|
||||
path: ../TinyLife/Actions/MultiAction.cs
|
||||
startLine: 105
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -652,14 +540,6 @@ items:
|
|||
nameWithType: MultiAction.AndThenOnCompleted(CompletionType)
|
||||
fullName: TinyLife.Actions.MultiAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/MultiAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AndThenOnCompleted
|
||||
path: ../TinyLife/Actions/MultiAction.cs
|
||||
startLine: 112
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -687,14 +567,6 @@ items:
|
|||
nameWithType: MultiAction.PreInitialize()
|
||||
fullName: TinyLife.Actions.MultiAction.PreInitialize()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/MultiAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PreInitialize
|
||||
path: ../TinyLife/Actions/MultiAction.cs
|
||||
startLine: 118
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -718,14 +590,6 @@ items:
|
|||
nameWithType: MultiAction.PreCompleted(CompletionType)
|
||||
fullName: TinyLife.Actions.MultiAction.PreCompleted(TinyLife.Actions.CompletionType)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/MultiAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PreCompleted
|
||||
path: ../TinyLife/Actions/MultiAction.cs
|
||||
startLine: 124
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -750,14 +614,6 @@ items:
|
|||
nameWithType: MultiAction.Update(GameTime, TimeSpan, float)
|
||||
fullName: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/MultiAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Update
|
||||
path: ../TinyLife/Actions/MultiAction.cs
|
||||
startLine: 127
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -795,14 +651,6 @@ items:
|
|||
nameWithType: MultiAction.Initialize()
|
||||
fullName: TinyLife.Actions.MultiAction.Initialize()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/MultiAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Initialize
|
||||
path: ../TinyLife/Actions/MultiAction.cs
|
||||
startLine: 159
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -827,14 +675,6 @@ items:
|
|||
nameWithType: MultiAction.IsCompleted()
|
||||
fullName: TinyLife.Actions.MultiAction.IsCompleted()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/MultiAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IsCompleted
|
||||
path: ../TinyLife/Actions/MultiAction.cs
|
||||
startLine: 169
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -864,14 +704,6 @@ items:
|
|||
nameWithType: MultiAction.OnCompleted(CompletionType)
|
||||
fullName: TinyLife.Actions.MultiAction.OnCompleted(TinyLife.Actions.CompletionType)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/MultiAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnCompleted
|
||||
path: ../TinyLife/Actions/MultiAction.cs
|
||||
startLine: 189
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -902,14 +734,6 @@ items:
|
|||
nameWithType: MultiAction.Validate(PersonLike)
|
||||
fullName: TinyLife.Actions.MultiAction.Validate(TinyLife.Objects.PersonLike)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/MultiAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Validate
|
||||
path: ../TinyLife/Actions/MultiAction.cs
|
||||
startLine: 204
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -943,14 +767,6 @@ items:
|
|||
nameWithType: MultiAction.CanCancel(Action)
|
||||
fullName: TinyLife.Actions.MultiAction.CanCancel(TinyLife.Actions.Action)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/MultiAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanCancel
|
||||
path: ../TinyLife/Actions/MultiAction.cs
|
||||
startLine: 209
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -984,14 +800,6 @@ items:
|
|||
nameWithType: MultiAction.CanStartNow()
|
||||
fullName: TinyLife.Actions.MultiAction.CanStartNow()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/MultiAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanStartNow
|
||||
path: ../TinyLife/Actions/MultiAction.cs
|
||||
startLine: 215
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
|
96
docs/api/TinyLife.Actions.OrderFromStaffAction.yml
generated
96
docs/api/TinyLife.Actions.OrderFromStaffAction.yml
generated
|
@ -23,14 +23,6 @@ items:
|
|||
nameWithType: OrderFromStaffAction
|
||||
fullName: TinyLife.Actions.OrderFromStaffAction
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/OrderFromStaffAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OrderFromStaffAction
|
||||
path: ../TinyLife/Actions/OrderFromStaffAction.cs
|
||||
startLine: 13
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -163,14 +155,6 @@ items:
|
|||
nameWithType: OrderFromStaffAction.ImportantObject
|
||||
fullName: TinyLife.Actions.OrderFromStaffAction.ImportantObject
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/OrderFromStaffAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ImportantObject
|
||||
path: ../TinyLife/Actions/OrderFromStaffAction.cs
|
||||
startLine: 18
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -194,14 +178,6 @@ items:
|
|||
nameWithType: OrderFromStaffAction.PickUpOrderAction
|
||||
fullName: TinyLife.Actions.OrderFromStaffAction.PickUpOrderAction
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/OrderFromStaffAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PickUpOrderAction
|
||||
path: ../TinyLife/Actions/OrderFromStaffAction.cs
|
||||
startLine: 23
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -228,14 +204,6 @@ items:
|
|||
nameWithType: OrderFromStaffAction.MaxDistanceFromObject
|
||||
fullName: TinyLife.Actions.OrderFromStaffAction.MaxDistanceFromObject
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/OrderFromStaffAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: MaxDistanceFromObject
|
||||
path: ../TinyLife/Actions/OrderFromStaffAction.cs
|
||||
startLine: 27
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -259,14 +227,6 @@ items:
|
|||
nameWithType: OrderFromStaffAction.OrderFromStaffAction(ActionType, ActionInfo)
|
||||
fullName: TinyLife.Actions.OrderFromStaffAction.OrderFromStaffAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo)
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/OrderFromStaffAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/OrderFromStaffAction.cs
|
||||
startLine: 30
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -297,14 +257,6 @@ items:
|
|||
nameWithType: OrderFromStaffAction.OrderFromStaffAction(ActionInfo)
|
||||
fullName: TinyLife.Actions.OrderFromStaffAction.OrderFromStaffAction(TinyLife.Actions.ActionInfo)
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/OrderFromStaffAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/OrderFromStaffAction.cs
|
||||
startLine: 33
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -332,14 +284,6 @@ items:
|
|||
nameWithType: OrderFromStaffAction.CreatePrepareAction(ActionInfo)
|
||||
fullName: TinyLife.Actions.OrderFromStaffAction.CreatePrepareAction(TinyLife.Actions.ActionInfo)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/OrderFromStaffAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CreatePrepareAction
|
||||
path: ../TinyLife/Actions/OrderFromStaffAction.cs
|
||||
startLine: 40
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -367,14 +311,6 @@ items:
|
|||
nameWithType: OrderFromStaffAction.CreateFirstActions()
|
||||
fullName: TinyLife.Actions.OrderFromStaffAction.CreateFirstActions()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/OrderFromStaffAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CreateFirstActions
|
||||
path: ../TinyLife/Actions/OrderFromStaffAction.cs
|
||||
startLine: 43
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -406,14 +342,6 @@ items:
|
|||
nameWithType: OrderFromStaffAction.UpdateConversation(GameTime, TimeSpan, float)
|
||||
fullName: TinyLife.Actions.OrderFromStaffAction.UpdateConversation(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/OrderFromStaffAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: UpdateConversation
|
||||
path: ../TinyLife/Actions/OrderFromStaffAction.cs
|
||||
startLine: 69
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -453,14 +381,6 @@ items:
|
|||
nameWithType: OrderFromStaffAction.IsConversationCompleted()
|
||||
fullName: TinyLife.Actions.OrderFromStaffAction.IsConversationCompleted()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/OrderFromStaffAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IsConversationCompleted
|
||||
path: ../TinyLife/Actions/OrderFromStaffAction.cs
|
||||
startLine: 76
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -490,14 +410,6 @@ items:
|
|||
nameWithType: OrderFromStaffAction.CanMultitask(Action)
|
||||
fullName: TinyLife.Actions.OrderFromStaffAction.CanMultitask(TinyLife.Actions.Action)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/OrderFromStaffAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanMultitask
|
||||
path: ../TinyLife/Actions/OrderFromStaffAction.cs
|
||||
startLine: 81
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -533,14 +445,6 @@ items:
|
|||
nameWithType: OrderFromStaffAction.GetNextAction(CompletionType)
|
||||
fullName: TinyLife.Actions.OrderFromStaffAction.GetNextAction(TinyLife.Actions.CompletionType)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/OrderFromStaffAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetNextAction
|
||||
path: ../TinyLife/Actions/OrderFromStaffAction.cs
|
||||
startLine: 86
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
|
80
docs/api/TinyLife.Actions.OutOfTownAction.yml
generated
80
docs/api/TinyLife.Actions.OutOfTownAction.yml
generated
|
@ -21,14 +21,6 @@ items:
|
|||
nameWithType: OutOfTownAction
|
||||
fullName: TinyLife.Actions.OutOfTownAction
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/OutOfTownAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OutOfTownAction
|
||||
path: ../TinyLife/Actions/OutOfTownAction.cs
|
||||
startLine: 14
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -143,14 +135,6 @@ items:
|
|||
nameWithType: OutOfTownAction.NeedsToTakeCareOf
|
||||
fullName: TinyLife.Actions.OutOfTownAction.NeedsToTakeCareOf
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/OutOfTownAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: NeedsToTakeCareOf
|
||||
path: ../TinyLife/Actions/OutOfTownAction.cs
|
||||
startLine: 21
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -177,14 +161,6 @@ items:
|
|||
nameWithType: OutOfTownAction.OutOfTownAction(ActionType, ActionInfo, bool, bool, params NeedType[])
|
||||
fullName: TinyLife.Actions.OutOfTownAction.OutOfTownAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, bool, bool, params TinyLife.NeedType[])
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/OutOfTownAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/OutOfTownAction.cs
|
||||
startLine: 37
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -227,14 +203,6 @@ items:
|
|||
nameWithType: OutOfTownAction.OutOfTownAction(ActionInfo, bool, bool, params NeedType[])
|
||||
fullName: TinyLife.Actions.OutOfTownAction.OutOfTownAction(TinyLife.Actions.ActionInfo, bool, bool, params TinyLife.NeedType[])
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/OutOfTownAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/OutOfTownAction.cs
|
||||
startLine: 51
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -274,14 +242,6 @@ items:
|
|||
nameWithType: OutOfTownAction.CreateFirstActions()
|
||||
fullName: TinyLife.Actions.OutOfTownAction.CreateFirstActions()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/OutOfTownAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CreateFirstActions
|
||||
path: ../TinyLife/Actions/OutOfTownAction.cs
|
||||
startLine: 58
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -313,14 +273,6 @@ items:
|
|||
nameWithType: OutOfTownAction.AndThenInitialize()
|
||||
fullName: TinyLife.Actions.OutOfTownAction.AndThenInitialize()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/OutOfTownAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AndThenInitialize
|
||||
path: ../TinyLife/Actions/OutOfTownAction.cs
|
||||
startLine: 67
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -345,14 +297,6 @@ items:
|
|||
nameWithType: OutOfTownAction.AndThenUpdate(GameTime, TimeSpan, float)
|
||||
fullName: TinyLife.Actions.OutOfTownAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/OutOfTownAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AndThenUpdate
|
||||
path: ../TinyLife/Actions/OutOfTownAction.cs
|
||||
startLine: 73
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -392,14 +336,6 @@ items:
|
|||
nameWithType: OutOfTownAction.GetNextAction(CompletionType)
|
||||
fullName: TinyLife.Actions.OutOfTownAction.GetNextAction(TinyLife.Actions.CompletionType)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/OutOfTownAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetNextAction
|
||||
path: ../TinyLife/Actions/OutOfTownAction.cs
|
||||
startLine: 97
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -433,14 +369,6 @@ items:
|
|||
nameWithType: OutOfTownAction.CanEnqueueConversation(PersonLike, ActionType)
|
||||
fullName: TinyLife.Actions.OutOfTownAction.CanEnqueueConversation(TinyLife.Objects.PersonLike, TinyLife.Actions.ActionType)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/OutOfTownAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanEnqueueConversation
|
||||
path: ../TinyLife/Actions/OutOfTownAction.cs
|
||||
startLine: 104
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -477,14 +405,6 @@ items:
|
|||
nameWithType: OutOfTownAction.CausesExtremelyFastSpeed()
|
||||
fullName: TinyLife.Actions.OutOfTownAction.CausesExtremelyFastSpeed()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/OutOfTownAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CausesExtremelyFastSpeed
|
||||
path: ../TinyLife/Actions/OutOfTownAction.cs
|
||||
startLine: 109
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
|
112
docs/api/TinyLife.Actions.PathfindAction.yml
generated
112
docs/api/TinyLife.Actions.PathfindAction.yml
generated
|
@ -25,14 +25,6 @@ items:
|
|||
nameWithType: PathfindAction
|
||||
fullName: TinyLife.Actions.PathfindAction
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/PathfindAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PathfindAction
|
||||
path: ../TinyLife/Actions/PathfindAction.cs
|
||||
startLine: 16
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -135,14 +127,6 @@ items:
|
|||
nameWithType: PathfindAction.SpeedMultiplier
|
||||
fullName: TinyLife.Actions.PathfindAction.SpeedMultiplier
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/PathfindAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SpeedMultiplier
|
||||
path: ../TinyLife/Actions/PathfindAction.cs
|
||||
startLine: 23
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -177,14 +161,6 @@ items:
|
|||
nameWithType: PathfindAction.Path
|
||||
fullName: TinyLife.Actions.PathfindAction.Path
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/PathfindAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Path
|
||||
path: ../TinyLife/Actions/PathfindAction.cs
|
||||
startLine: 29
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -211,14 +187,6 @@ items:
|
|||
nameWithType: PathfindAction.PathReady
|
||||
fullName: TinyLife.Actions.PathfindAction.PathReady
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/PathfindAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PathReady
|
||||
path: ../TinyLife/Actions/PathfindAction.cs
|
||||
startLine: 33
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -242,14 +210,6 @@ items:
|
|||
nameWithType: PathfindAction.PathfindAction(ActionType, ActionInfo)
|
||||
fullName: TinyLife.Actions.PathfindAction.PathfindAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo)
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/PathfindAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/PathfindAction.cs
|
||||
startLine: 36
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -280,14 +240,6 @@ items:
|
|||
nameWithType: PathfindAction.PathfindAction(ActionInfo)
|
||||
fullName: TinyLife.Actions.PathfindAction.PathfindAction(TinyLife.Actions.ActionInfo)
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/PathfindAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/PathfindAction.cs
|
||||
startLine: 39
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -315,14 +267,6 @@ items:
|
|||
nameWithType: PathfindAction.FindPath(ICollection<(Point Pos, int Floor)>)
|
||||
fullName: TinyLife.Actions.PathfindAction.FindPath(System.Collections.Generic.ICollection<(Microsoft.Xna.Framework.Point Pos, int Floor)>)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/PathfindAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FindPath
|
||||
path: ../TinyLife/Actions/PathfindAction.cs
|
||||
startLine: 46
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -353,14 +297,6 @@ items:
|
|||
nameWithType: PathfindAction.GetSpeed()
|
||||
fullName: TinyLife.Actions.PathfindAction.GetSpeed()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/PathfindAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetSpeed
|
||||
path: ../TinyLife/Actions/PathfindAction.cs
|
||||
startLine: 52
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -384,14 +320,6 @@ items:
|
|||
nameWithType: PathfindAction.OnPathReady()
|
||||
fullName: TinyLife.Actions.PathfindAction.OnPathReady()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/PathfindAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnPathReady
|
||||
path: ../TinyLife/Actions/PathfindAction.cs
|
||||
startLine: 58
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -415,14 +343,6 @@ items:
|
|||
nameWithType: PathfindAction.Initialize()
|
||||
fullName: TinyLife.Actions.PathfindAction.Initialize()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/PathfindAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Initialize
|
||||
path: ../TinyLife/Actions/PathfindAction.cs
|
||||
startLine: 61
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -447,14 +367,6 @@ items:
|
|||
nameWithType: PathfindAction.Update(GameTime, TimeSpan, float)
|
||||
fullName: TinyLife.Actions.PathfindAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/PathfindAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Update
|
||||
path: ../TinyLife/Actions/PathfindAction.cs
|
||||
startLine: 73
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -492,14 +404,6 @@ items:
|
|||
nameWithType: PathfindAction.IsCompleted()
|
||||
fullName: TinyLife.Actions.PathfindAction.IsCompleted()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/PathfindAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IsCompleted
|
||||
path: ../TinyLife/Actions/PathfindAction.cs
|
||||
startLine: 106
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -529,14 +433,6 @@ items:
|
|||
nameWithType: PathfindAction.OnCompleted(CompletionType)
|
||||
fullName: TinyLife.Actions.PathfindAction.OnCompleted(TinyLife.Actions.CompletionType)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/PathfindAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnCompleted
|
||||
path: ../TinyLife/Actions/PathfindAction.cs
|
||||
startLine: 117
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -567,14 +463,6 @@ items:
|
|||
nameWithType: PathfindAction.Validate(PersonLike)
|
||||
fullName: TinyLife.Actions.PathfindAction.Validate(TinyLife.Objects.PersonLike)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/PathfindAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Validate
|
||||
path: ../TinyLife/Actions/PathfindAction.cs
|
||||
startLine: 125
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
|
88
docs/api/TinyLife.Actions.PathfindToPersonAction.yml
generated
88
docs/api/TinyLife.Actions.PathfindToPersonAction.yml
generated
|
@ -22,14 +22,6 @@ items:
|
|||
nameWithType: PathfindToPersonAction
|
||||
fullName: TinyLife.Actions.PathfindToPersonAction
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/PathfindToPersonAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PathfindToPersonAction
|
||||
path: ../TinyLife/Actions/PathfindToPersonAction.cs
|
||||
startLine: 14
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -130,14 +122,6 @@ items:
|
|||
nameWithType: PathfindToPersonAction.WalkSpeedMultiplier
|
||||
fullName: TinyLife.Actions.PathfindToPersonAction.WalkSpeedMultiplier
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/PathfindToPersonAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: WalkSpeedMultiplier
|
||||
path: ../TinyLife/Actions/PathfindToPersonAction.cs
|
||||
startLine: 21
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -172,14 +156,6 @@ items:
|
|||
nameWithType: PathfindToPersonAction.DriveSpeedMultiplier
|
||||
fullName: TinyLife.Actions.PathfindToPersonAction.DriveSpeedMultiplier
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/PathfindToPersonAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DriveSpeedMultiplier
|
||||
path: ../TinyLife/Actions/PathfindToPersonAction.cs
|
||||
startLine: 27
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -214,14 +190,6 @@ items:
|
|||
nameWithType: PathfindToPersonAction.Target
|
||||
fullName: TinyLife.Actions.PathfindToPersonAction.Target
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/PathfindToPersonAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Target
|
||||
path: ../TinyLife/Actions/PathfindToPersonAction.cs
|
||||
startLine: 31
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -245,14 +213,6 @@ items:
|
|||
nameWithType: PathfindToPersonAction.PathfindToPersonAction(ActionType, ActionInfo)
|
||||
fullName: TinyLife.Actions.PathfindToPersonAction.PathfindToPersonAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo)
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/PathfindToPersonAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/PathfindToPersonAction.cs
|
||||
startLine: 37
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -283,14 +243,6 @@ items:
|
|||
nameWithType: PathfindToPersonAction.PathfindToPersonAction(ActionInfo)
|
||||
fullName: TinyLife.Actions.PathfindToPersonAction.PathfindToPersonAction(TinyLife.Actions.ActionInfo)
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/PathfindToPersonAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/PathfindToPersonAction.cs
|
||||
startLine: 42
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -328,14 +280,6 @@ items:
|
|||
nameWithType: PathfindToPersonAction.GetMaxPathfindTime()
|
||||
fullName: TinyLife.Actions.PathfindToPersonAction.GetMaxPathfindTime()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/PathfindToPersonAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetMaxPathfindTime
|
||||
path: ../TinyLife/Actions/PathfindToPersonAction.cs
|
||||
startLine: 52
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -362,14 +306,6 @@ items:
|
|||
nameWithType: PathfindToPersonAction.Update(GameTime, TimeSpan, float)
|
||||
fullName: TinyLife.Actions.PathfindToPersonAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/PathfindToPersonAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Update
|
||||
path: ../TinyLife/Actions/PathfindToPersonAction.cs
|
||||
startLine: 57
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -407,14 +343,6 @@ items:
|
|||
nameWithType: PathfindToPersonAction.Validate(PersonLike)
|
||||
fullName: TinyLife.Actions.PathfindToPersonAction.Validate(TinyLife.Objects.PersonLike)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/PathfindToPersonAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Validate
|
||||
path: ../TinyLife/Actions/PathfindToPersonAction.cs
|
||||
startLine: 88
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -448,14 +376,6 @@ items:
|
|||
nameWithType: PathfindToPersonAction.IsCompleted()
|
||||
fullName: TinyLife.Actions.PathfindToPersonAction.IsCompleted()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/PathfindToPersonAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IsCompleted
|
||||
path: ../TinyLife/Actions/PathfindToPersonAction.cs
|
||||
startLine: 93
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -485,14 +405,6 @@ items:
|
|||
nameWithType: PathfindToPersonAction.OnCompleted(CompletionType)
|
||||
fullName: TinyLife.Actions.PathfindToPersonAction.OnCompleted(TinyLife.Actions.CompletionType)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/PathfindToPersonAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnCompleted
|
||||
path: ../TinyLife/Actions/PathfindToPersonAction.cs
|
||||
startLine: 110
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
|
40
docs/api/TinyLife.Actions.PutAwayAction.yml
generated
40
docs/api/TinyLife.Actions.PutAwayAction.yml
generated
|
@ -16,14 +16,6 @@ items:
|
|||
nameWithType: PutAwayAction
|
||||
fullName: TinyLife.Actions.PutAwayAction
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/PutAwayAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PutAwayAction
|
||||
path: ../TinyLife/Actions/PutAwayAction.cs
|
||||
startLine: 12
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -139,14 +131,6 @@ items:
|
|||
nameWithType: PutAwayAction.Items
|
||||
fullName: TinyLife.Actions.PutAwayAction.Items
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/PutAwayAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Items
|
||||
path: ../TinyLife/Actions/PutAwayAction.cs
|
||||
startLine: 19
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -173,14 +157,6 @@ items:
|
|||
nameWithType: PutAwayAction.CreateFirstActions()
|
||||
fullName: TinyLife.Actions.PutAwayAction.CreateFirstActions()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/PutAwayAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CreateFirstActions
|
||||
path: ../TinyLife/Actions/PutAwayAction.cs
|
||||
startLine: 34
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -212,14 +188,6 @@ items:
|
|||
nameWithType: PutAwayAction.AndThenInitialize()
|
||||
fullName: TinyLife.Actions.PutAwayAction.AndThenInitialize()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/PutAwayAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AndThenInitialize
|
||||
path: ../TinyLife/Actions/PutAwayAction.cs
|
||||
startLine: 42
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -244,14 +212,6 @@ items:
|
|||
nameWithType: PutAwayAction.AndThenIsCompleted()
|
||||
fullName: TinyLife.Actions.PutAwayAction.AndThenIsCompleted()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/PutAwayAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AndThenIsCompleted
|
||||
path: ../TinyLife/Actions/PutAwayAction.cs
|
||||
startLine: 47
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
|
48
docs/api/TinyLife.Actions.SellAction.yml
generated
48
docs/api/TinyLife.Actions.SellAction.yml
generated
|
@ -17,14 +17,6 @@ items:
|
|||
nameWithType: SellAction
|
||||
fullName: TinyLife.Actions.SellAction
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/SellAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SellAction
|
||||
path: ../TinyLife/Actions/SellAction.cs
|
||||
startLine: 13
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -140,14 +132,6 @@ items:
|
|||
nameWithType: SellAction.Items
|
||||
fullName: TinyLife.Actions.SellAction.Items
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/SellAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Items
|
||||
path: ../TinyLife/Actions/SellAction.cs
|
||||
startLine: 20
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -174,14 +158,6 @@ items:
|
|||
nameWithType: SellAction.CreateFirstActions()
|
||||
fullName: TinyLife.Actions.SellAction.CreateFirstActions()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/SellAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CreateFirstActions
|
||||
path: ../TinyLife/Actions/SellAction.cs
|
||||
startLine: 28
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -213,14 +189,6 @@ items:
|
|||
nameWithType: SellAction.AndThenInitialize()
|
||||
fullName: TinyLife.Actions.SellAction.AndThenInitialize()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/SellAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AndThenInitialize
|
||||
path: ../TinyLife/Actions/SellAction.cs
|
||||
startLine: 44
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -245,14 +213,6 @@ items:
|
|||
nameWithType: SellAction.AndThenIsCompleted()
|
||||
fullName: TinyLife.Actions.SellAction.AndThenIsCompleted()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/SellAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AndThenIsCompleted
|
||||
path: ../TinyLife/Actions/SellAction.cs
|
||||
startLine: 54
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -280,14 +240,6 @@ items:
|
|||
nameWithType: SellAction.GetSoldObject<T>(ActionInfo)
|
||||
fullName: TinyLife.Actions.SellAction.GetSoldObject<T>(TinyLife.Actions.ActionInfo)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/SellAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetSoldObject
|
||||
path: ../TinyLife/Actions/SellAction.cs
|
||||
startLine: 65
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
|
|
@ -22,14 +22,6 @@ items:
|
|||
nameWithType: SimpleBehaviorAction.ActionSettings
|
||||
fullName: TinyLife.Actions.SimpleBehaviorAction.ActionSettings
|
||||
type: Struct
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/SimpleBehaviorAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ActionSettings
|
||||
path: ../TinyLife/Actions/SimpleBehaviorAction.cs
|
||||
startLine: 75
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -58,14 +50,6 @@ items:
|
|||
nameWithType: SimpleBehaviorAction.ActionSettings.Settings
|
||||
fullName: TinyLife.Actions.SimpleBehaviorAction.ActionSettings.Settings
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/SimpleBehaviorAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Settings
|
||||
path: ../TinyLife/Actions/SimpleBehaviorAction.cs
|
||||
startLine: 81
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -90,14 +74,6 @@ items:
|
|||
nameWithType: SimpleBehaviorAction.ActionSettings.ConstructBehavior
|
||||
fullName: TinyLife.Actions.SimpleBehaviorAction.ActionSettings.ConstructBehavior
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/SimpleBehaviorAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ConstructBehavior
|
||||
path: ../TinyLife/Actions/SimpleBehaviorAction.cs
|
||||
startLine: 85
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -119,14 +95,6 @@ items:
|
|||
nameWithType: SimpleBehaviorAction.ActionSettings.CompletionTime
|
||||
fullName: TinyLife.Actions.SimpleBehaviorAction.ActionSettings.CompletionTime
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/SimpleBehaviorAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CompletionTime
|
||||
path: ../TinyLife/Actions/SimpleBehaviorAction.cs
|
||||
startLine: 89
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -148,14 +116,6 @@ items:
|
|||
nameWithType: SimpleBehaviorAction.ActionSettings.GainedSkill
|
||||
fullName: TinyLife.Actions.SimpleBehaviorAction.ActionSettings.GainedSkill
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/SimpleBehaviorAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GainedSkill
|
||||
path: ../TinyLife/Actions/SimpleBehaviorAction.cs
|
||||
startLine: 93
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -177,14 +137,6 @@ items:
|
|||
nameWithType: SimpleBehaviorAction.ActionSettings.RestoredNeeds
|
||||
fullName: TinyLife.Actions.SimpleBehaviorAction.ActionSettings.RestoredNeeds
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/SimpleBehaviorAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RestoredNeeds
|
||||
path: ../TinyLife/Actions/SimpleBehaviorAction.cs
|
||||
startLine: 97
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -206,14 +158,6 @@ items:
|
|||
nameWithType: SimpleBehaviorAction.ActionSettings.EfficiencyMattersCompletion
|
||||
fullName: TinyLife.Actions.SimpleBehaviorAction.ActionSettings.EfficiencyMattersCompletion
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/SimpleBehaviorAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: EfficiencyMattersCompletion
|
||||
path: ../TinyLife/Actions/SimpleBehaviorAction.cs
|
||||
startLine: 101
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -235,14 +179,6 @@ items:
|
|||
nameWithType: SimpleBehaviorAction.ActionSettings.DisallowedEmotions
|
||||
fullName: TinyLife.Actions.SimpleBehaviorAction.ActionSettings.DisallowedEmotions
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/SimpleBehaviorAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DisallowedEmotions
|
||||
path: ../TinyLife/Actions/SimpleBehaviorAction.cs
|
||||
startLine: 105
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -264,14 +200,6 @@ items:
|
|||
nameWithType: SimpleBehaviorAction.ActionSettings.OnCompleted
|
||||
fullName: TinyLife.Actions.SimpleBehaviorAction.ActionSettings.OnCompleted
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/SimpleBehaviorAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnCompleted
|
||||
path: ../TinyLife/Actions/SimpleBehaviorAction.cs
|
||||
startLine: 109
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -293,14 +221,6 @@ items:
|
|||
nameWithType: SimpleBehaviorAction.ActionSettings.AllowMultitasking
|
||||
fullName: TinyLife.Actions.SimpleBehaviorAction.ActionSettings.AllowMultitasking
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/SimpleBehaviorAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AllowMultitasking
|
||||
path: ../TinyLife/Actions/SimpleBehaviorAction.cs
|
||||
startLine: 114
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -324,14 +244,6 @@ items:
|
|||
nameWithType: SimpleBehaviorAction.ActionSettings.ActionSettings(string, ObjectCategory)
|
||||
fullName: TinyLife.Actions.SimpleBehaviorAction.ActionSettings.ActionSettings(string, TinyLife.Objects.ObjectCategory)
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/SimpleBehaviorAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/SimpleBehaviorAction.cs
|
||||
startLine: 121
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
|
64
docs/api/TinyLife.Actions.SimpleBehaviorAction.yml
generated
64
docs/api/TinyLife.Actions.SimpleBehaviorAction.yml
generated
|
@ -19,14 +19,6 @@ items:
|
|||
nameWithType: SimpleBehaviorAction
|
||||
fullName: TinyLife.Actions.SimpleBehaviorAction
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/SimpleBehaviorAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SimpleBehaviorAction
|
||||
path: ../TinyLife/Actions/SimpleBehaviorAction.cs
|
||||
startLine: 13
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -141,14 +133,6 @@ items:
|
|||
nameWithType: SimpleBehaviorAction.Settings
|
||||
fullName: TinyLife.Actions.SimpleBehaviorAction.Settings
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/SimpleBehaviorAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Settings
|
||||
path: ../TinyLife/Actions/SimpleBehaviorAction.cs
|
||||
startLine: 18
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -172,14 +156,6 @@ items:
|
|||
nameWithType: SimpleBehaviorAction.SimpleBehaviorAction(ActionType, ActionInfo)
|
||||
fullName: TinyLife.Actions.SimpleBehaviorAction.SimpleBehaviorAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo)
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/SimpleBehaviorAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/SimpleBehaviorAction.cs
|
||||
startLine: 21
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -207,14 +183,6 @@ items:
|
|||
nameWithType: SimpleBehaviorAction.CanMultitask(Action)
|
||||
fullName: TinyLife.Actions.SimpleBehaviorAction.CanMultitask(TinyLife.Actions.Action)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/SimpleBehaviorAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanMultitask
|
||||
path: ../TinyLife/Actions/SimpleBehaviorAction.cs
|
||||
startLine: 26
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -250,14 +218,6 @@ items:
|
|||
nameWithType: SimpleBehaviorAction.AndThenUpdate(GameTime, TimeSpan, float)
|
||||
fullName: TinyLife.Actions.SimpleBehaviorAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/SimpleBehaviorAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AndThenUpdate
|
||||
path: ../TinyLife/Actions/SimpleBehaviorAction.cs
|
||||
startLine: 31
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -297,14 +257,6 @@ items:
|
|||
nameWithType: SimpleBehaviorAction.AndThenIsCompleted()
|
||||
fullName: TinyLife.Actions.SimpleBehaviorAction.AndThenIsCompleted()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/SimpleBehaviorAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AndThenIsCompleted
|
||||
path: ../TinyLife/Actions/SimpleBehaviorAction.cs
|
||||
startLine: 44
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -332,14 +284,6 @@ items:
|
|||
nameWithType: SimpleBehaviorAction.AndThenOnCompleted(CompletionType)
|
||||
fullName: TinyLife.Actions.SimpleBehaviorAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/SimpleBehaviorAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AndThenOnCompleted
|
||||
path: ../TinyLife/Actions/SimpleBehaviorAction.cs
|
||||
startLine: 52
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -368,14 +312,6 @@ items:
|
|||
nameWithType: SimpleBehaviorAction.Create(SimpleBehaviorAction.ActionSettings)
|
||||
fullName: TinyLife.Actions.SimpleBehaviorAction.Create(TinyLife.Actions.SimpleBehaviorAction.ActionSettings)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/SimpleBehaviorAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Create
|
||||
path: ../TinyLife/Actions/SimpleBehaviorAction.cs
|
||||
startLine: 63
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
|
48
docs/api/TinyLife.Actions.SitAction.yml
generated
48
docs/api/TinyLife.Actions.SitAction.yml
generated
|
@ -17,14 +17,6 @@ items:
|
|||
nameWithType: SitAction
|
||||
fullName: TinyLife.Actions.SitAction
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/SitAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SitAction
|
||||
path: ../TinyLife/Actions/SitAction.cs
|
||||
startLine: 15
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -141,14 +133,6 @@ items:
|
|||
nameWithType: SitAction.SitAction(ActionType, ActionInfo)
|
||||
fullName: TinyLife.Actions.SitAction.SitAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo)
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/SitAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/SitAction.cs
|
||||
startLine: 18
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -179,14 +163,6 @@ items:
|
|||
nameWithType: SitAction.CreateFirstActions()
|
||||
fullName: TinyLife.Actions.SitAction.CreateFirstActions()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/SitAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CreateFirstActions
|
||||
path: ../TinyLife/Actions/SitAction.cs
|
||||
startLine: 21
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -218,14 +194,6 @@ items:
|
|||
nameWithType: SitAction.AndThenUpdate(GameTime, TimeSpan, float)
|
||||
fullName: TinyLife.Actions.SitAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/SitAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AndThenUpdate
|
||||
path: ../TinyLife/Actions/SitAction.cs
|
||||
startLine: 28
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -265,14 +233,6 @@ items:
|
|||
nameWithType: SitAction.AndThenIsCompleted()
|
||||
fullName: TinyLife.Actions.SitAction.AndThenIsCompleted()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/SitAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AndThenIsCompleted
|
||||
path: ../TinyLife/Actions/SitAction.cs
|
||||
startLine: 36
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -300,14 +260,6 @@ items:
|
|||
nameWithType: SitAction.CanMultitask(Action)
|
||||
fullName: TinyLife.Actions.SitAction.CanMultitask(TinyLife.Actions.Action)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/SitAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanMultitask
|
||||
path: ../TinyLife/Actions/SitAction.cs
|
||||
startLine: 49
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
|
|
@ -15,14 +15,6 @@ items:
|
|||
nameWithType: SocialAction.StartPartnerAction
|
||||
fullName: TinyLife.Actions.SocialAction.StartPartnerAction
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/SocialAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: StartPartnerAction
|
||||
path: ../TinyLife/Actions/SocialAction.cs
|
||||
startLine: 319
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -131,14 +123,6 @@ items:
|
|||
nameWithType: SocialAction.StartPartnerAction.StartPartnerAction(ActionInfo)
|
||||
fullName: TinyLife.Actions.SocialAction.StartPartnerAction.StartPartnerAction(TinyLife.Actions.ActionInfo)
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/SocialAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/SocialAction.cs
|
||||
startLine: 322
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -166,14 +150,6 @@ items:
|
|||
nameWithType: SocialAction.StartPartnerAction.Initialize()
|
||||
fullName: TinyLife.Actions.SocialAction.StartPartnerAction.Initialize()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/SocialAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Initialize
|
||||
path: ../TinyLife/Actions/SocialAction.cs
|
||||
startLine: 325
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -198,14 +174,6 @@ items:
|
|||
nameWithType: SocialAction.StartPartnerAction.IsCompleted()
|
||||
fullName: TinyLife.Actions.SocialAction.StartPartnerAction.IsCompleted()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/SocialAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IsCompleted
|
||||
path: ../TinyLife/Actions/SocialAction.cs
|
||||
startLine: 353
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
|
256
docs/api/TinyLife.Actions.SocialAction.yml
generated
256
docs/api/TinyLife.Actions.SocialAction.yml
generated
|
@ -43,14 +43,6 @@ items:
|
|||
nameWithType: SocialAction
|
||||
fullName: TinyLife.Actions.SocialAction
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/SocialAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SocialAction
|
||||
path: ../TinyLife/Actions/SocialAction.cs
|
||||
startLine: 17
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -165,14 +157,6 @@ items:
|
|||
nameWithType: SocialAction.IsMain
|
||||
fullName: TinyLife.Actions.SocialAction.IsMain
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/SocialAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IsMain
|
||||
path: ../TinyLife/Actions/SocialAction.cs
|
||||
startLine: 23
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -209,14 +193,6 @@ items:
|
|||
nameWithType: SocialAction.Partner
|
||||
fullName: TinyLife.Actions.SocialAction.Partner
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/SocialAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Partner
|
||||
path: ../TinyLife/Actions/SocialAction.cs
|
||||
startLine: 28
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -240,14 +216,6 @@ items:
|
|||
nameWithType: SocialAction.PartnerAction
|
||||
fullName: TinyLife.Actions.SocialAction.PartnerAction
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/SocialAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PartnerAction
|
||||
path: ../TinyLife/Actions/SocialAction.cs
|
||||
startLine: 32
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -271,14 +239,6 @@ items:
|
|||
nameWithType: SocialAction.MainAction
|
||||
fullName: TinyLife.Actions.SocialAction.MainAction
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/SocialAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: MainAction
|
||||
path: ../TinyLife/Actions/SocialAction.cs
|
||||
startLine: 36
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -302,14 +262,6 @@ items:
|
|||
nameWithType: SocialAction.ConversationTime
|
||||
fullName: TinyLife.Actions.SocialAction.ConversationTime
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/SocialAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ConversationTime
|
||||
path: ../TinyLife/Actions/SocialAction.cs
|
||||
startLine: 41
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -346,14 +298,6 @@ items:
|
|||
nameWithType: SocialAction.InProgressTime
|
||||
fullName: TinyLife.Actions.SocialAction.InProgressTime
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/SocialAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: InProgressTime
|
||||
path: ../TinyLife/Actions/SocialAction.cs
|
||||
startLine: 45
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -384,14 +328,6 @@ items:
|
|||
nameWithType: SocialAction.SocialAction(ActionInfo)
|
||||
fullName: TinyLife.Actions.SocialAction.SocialAction(TinyLife.Actions.ActionInfo)
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/SocialAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/SocialAction.cs
|
||||
startLine: 51
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -419,14 +355,6 @@ items:
|
|||
nameWithType: SocialAction.SocialAction(ActionType, ActionInfo)
|
||||
fullName: TinyLife.Actions.SocialAction.SocialAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo)
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/SocialAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/SocialAction.cs
|
||||
startLine: 54
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -457,14 +385,6 @@ items:
|
|||
nameWithType: SocialAction.IsConversationCompleted()
|
||||
fullName: TinyLife.Actions.SocialAction.IsConversationCompleted()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/SocialAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IsConversationCompleted
|
||||
path: ../TinyLife/Actions/SocialAction.cs
|
||||
startLine: 62
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -493,14 +413,6 @@ items:
|
|||
nameWithType: SocialAction.CreateFirstActions()
|
||||
fullName: TinyLife.Actions.SocialAction.CreateFirstActions()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/SocialAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CreateFirstActions
|
||||
path: ../TinyLife/Actions/SocialAction.cs
|
||||
startLine: 65
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -532,14 +444,6 @@ items:
|
|||
nameWithType: SocialAction.InitializeConversation()
|
||||
fullName: TinyLife.Actions.SocialAction.InitializeConversation()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/SocialAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: InitializeConversation
|
||||
path: ../TinyLife/Actions/SocialAction.cs
|
||||
startLine: 86
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -563,14 +467,6 @@ items:
|
|||
nameWithType: SocialAction.UpdateConversation(GameTime, TimeSpan, float)
|
||||
fullName: TinyLife.Actions.SocialAction.UpdateConversation(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/SocialAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: UpdateConversation
|
||||
path: ../TinyLife/Actions/SocialAction.cs
|
||||
startLine: 96
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -609,14 +505,6 @@ items:
|
|||
nameWithType: SocialAction.AndThenUpdateBoth(GameTime, TimeSpan, float)
|
||||
fullName: TinyLife.Actions.SocialAction.AndThenUpdateBoth(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/SocialAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AndThenUpdateBoth
|
||||
path: ../TinyLife/Actions/SocialAction.cs
|
||||
startLine: 108
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -655,14 +543,6 @@ items:
|
|||
nameWithType: SocialAction.GetMaxWaitTime()
|
||||
fullName: TinyLife.Actions.SocialAction.GetMaxWaitTime()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/SocialAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetMaxWaitTime
|
||||
path: ../TinyLife/Actions/SocialAction.cs
|
||||
startLine: 119
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -689,14 +569,6 @@ items:
|
|||
nameWithType: SocialAction.EnqueuePartnerAction(ActionInfo)
|
||||
fullName: TinyLife.Actions.SocialAction.EnqueuePartnerAction(TinyLife.Actions.ActionInfo)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/SocialAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: EnqueuePartnerAction
|
||||
path: ../TinyLife/Actions/SocialAction.cs
|
||||
startLine: 130
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -729,14 +601,6 @@ items:
|
|||
nameWithType: SocialAction.GetPartnerArguments(ActionInfo)
|
||||
fullName: TinyLife.Actions.SocialAction.GetPartnerArguments(TinyLife.Actions.ActionInfo)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/SocialAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetPartnerArguments
|
||||
path: ../TinyLife/Actions/SocialAction.cs
|
||||
startLine: 140
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -767,14 +631,6 @@ items:
|
|||
nameWithType: SocialAction.OnBothCompleted(CompletionType)
|
||||
fullName: TinyLife.Actions.SocialAction.OnBothCompleted(TinyLife.Actions.CompletionType)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/SocialAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnBothCompleted
|
||||
path: ../TinyLife/Actions/SocialAction.cs
|
||||
startLine: 149
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -802,14 +658,6 @@ items:
|
|||
nameWithType: SocialAction.AndThenUpdate(GameTime, TimeSpan, float)
|
||||
fullName: TinyLife.Actions.SocialAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/SocialAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AndThenUpdate
|
||||
path: ../TinyLife/Actions/SocialAction.cs
|
||||
startLine: 152
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -849,14 +697,6 @@ items:
|
|||
nameWithType: SocialAction.AndThenIsCompleted()
|
||||
fullName: TinyLife.Actions.SocialAction.AndThenIsCompleted()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/SocialAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AndThenIsCompleted
|
||||
path: ../TinyLife/Actions/SocialAction.cs
|
||||
startLine: 159
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -884,14 +724,6 @@ items:
|
|||
nameWithType: SocialAction.AndThenInitialize()
|
||||
fullName: TinyLife.Actions.SocialAction.AndThenInitialize()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/SocialAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AndThenInitialize
|
||||
path: ../TinyLife/Actions/SocialAction.cs
|
||||
startLine: 174
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -916,14 +748,6 @@ items:
|
|||
nameWithType: SocialAction.AndThenOnCompleted(CompletionType)
|
||||
fullName: TinyLife.Actions.SocialAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/SocialAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AndThenOnCompleted
|
||||
path: ../TinyLife/Actions/SocialAction.cs
|
||||
startLine: 184
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -952,14 +776,6 @@ items:
|
|||
nameWithType: SocialAction.CanCancel(Action)
|
||||
fullName: TinyLife.Actions.SocialAction.CanCancel(TinyLife.Actions.Action)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/SocialAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanCancel
|
||||
path: ../TinyLife/Actions/SocialAction.cs
|
||||
startLine: 195
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -993,14 +809,6 @@ items:
|
|||
nameWithType: SocialAction.CanMultitask(Action)
|
||||
fullName: TinyLife.Actions.SocialAction.CanMultitask(TinyLife.Actions.Action)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/SocialAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanMultitask
|
||||
path: ../TinyLife/Actions/SocialAction.cs
|
||||
startLine: 202
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -1036,14 +844,6 @@ items:
|
|||
nameWithType: SocialAction.CanStartNow()
|
||||
fullName: TinyLife.Actions.SocialAction.CanStartNow()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/SocialAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanStartNow
|
||||
path: ../TinyLife/Actions/SocialAction.cs
|
||||
startLine: 213
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -1072,14 +872,6 @@ items:
|
|||
nameWithType: SocialAction.GetDisplayName()
|
||||
fullName: TinyLife.Actions.SocialAction.GetDisplayName()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/SocialAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetDisplayName
|
||||
path: ../TinyLife/Actions/SocialAction.cs
|
||||
startLine: 223
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -1107,14 +899,6 @@ items:
|
|||
nameWithType: SocialAction.TryForceResult(CompletionType, CanExecuteResult?, MapObject)
|
||||
fullName: TinyLife.Actions.SocialAction.TryForceResult(TinyLife.Actions.CompletionType, TinyLife.Actions.CanExecuteResult?, TinyLife.Objects.MapObject)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/SocialAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: TryForceResult
|
||||
path: ../TinyLife/Actions/SocialAction.cs
|
||||
startLine: 228
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -1154,14 +938,6 @@ items:
|
|||
nameWithType: SocialAction.InvokeForBoth(Action<PersonLike, PersonLike>)
|
||||
fullName: TinyLife.Actions.SocialAction.InvokeForBoth(System.Action<TinyLife.Objects.PersonLike, TinyLife.Objects.PersonLike>)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/SocialAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: InvokeForBoth
|
||||
path: ../TinyLife/Actions/SocialAction.cs
|
||||
startLine: 241
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -1189,14 +965,6 @@ items:
|
|||
nameWithType: SocialAction.IsHelper(bool)
|
||||
fullName: TinyLife.Actions.SocialAction.IsHelper(bool)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/SocialAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IsHelper
|
||||
path: ../TinyLife/Actions/SocialAction.cs
|
||||
startLine: 251
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -1230,14 +998,6 @@ items:
|
|||
nameWithType: SocialAction.GetHelper(bool)
|
||||
fullName: TinyLife.Actions.SocialAction.GetHelper(bool)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/SocialAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetHelper
|
||||
path: ../TinyLife/Actions/SocialAction.cs
|
||||
startLine: 261
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -1271,14 +1031,6 @@ items:
|
|||
nameWithType: SocialAction.GetRecipientAction(bool)
|
||||
fullName: TinyLife.Actions.SocialAction.GetRecipientAction(bool)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/SocialAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetRecipientAction
|
||||
path: ../TinyLife/Actions/SocialAction.cs
|
||||
startLine: 271
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -1312,14 +1064,6 @@ items:
|
|||
nameWithType: SocialAction.CreateAskOffer(string, ObjectCategory, Type, ActionType.CanExecuteDelegate, ActionType.CanExecuteDelegate, ActionType.AiSettings?, ActionType.AiSettings?, CanExecuteResult?)
|
||||
fullName: TinyLife.Actions.SocialAction.CreateAskOffer(string, TinyLife.Objects.ObjectCategory, System.Type, TinyLife.Actions.ActionType.CanExecuteDelegate, TinyLife.Actions.ActionType.CanExecuteDelegate, TinyLife.Actions.ActionType.AiSettings?, TinyLife.Actions.ActionType.AiSettings?, TinyLife.Actions.CanExecuteResult?)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/SocialAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CreateAskOffer
|
||||
path: ../TinyLife/Actions/SocialAction.cs
|
||||
startLine: 289
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
|
4531
docs/api/TinyLife.Actions.StartTogetherAction.yml
generated
Normal file
4531
docs/api/TinyLife.Actions.StartTogetherAction.yml
generated
Normal file
File diff suppressed because it is too large
Load diff
56
docs/api/TinyLife.Actions.StoreAction.yml
generated
56
docs/api/TinyLife.Actions.StoreAction.yml
generated
|
@ -18,14 +18,6 @@ items:
|
|||
nameWithType: StoreAction
|
||||
fullName: TinyLife.Actions.StoreAction
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/StoreAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: StoreAction
|
||||
path: ../TinyLife/Actions/StoreAction.cs
|
||||
startLine: 15
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -139,14 +131,6 @@ items:
|
|||
nameWithType: StoreAction.Items
|
||||
fullName: TinyLife.Actions.StoreAction.Items
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/StoreAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Items
|
||||
path: ../TinyLife/Actions/StoreAction.cs
|
||||
startLine: 22
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -173,14 +157,6 @@ items:
|
|||
nameWithType: StoreAction.CreateFirstActions()
|
||||
fullName: TinyLife.Actions.StoreAction.CreateFirstActions()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/StoreAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CreateFirstActions
|
||||
path: ../TinyLife/Actions/StoreAction.cs
|
||||
startLine: 32
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -212,14 +188,6 @@ items:
|
|||
nameWithType: StoreAction.AndThenInitialize()
|
||||
fullName: TinyLife.Actions.StoreAction.AndThenInitialize()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/StoreAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AndThenInitialize
|
||||
path: ../TinyLife/Actions/StoreAction.cs
|
||||
startLine: 39
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -244,14 +212,6 @@ items:
|
|||
nameWithType: StoreAction.AndThenUpdate(GameTime, TimeSpan, float)
|
||||
fullName: TinyLife.Actions.StoreAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/StoreAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AndThenUpdate
|
||||
path: ../TinyLife/Actions/StoreAction.cs
|
||||
startLine: 48
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -291,14 +251,6 @@ items:
|
|||
nameWithType: StoreAction.AndThenIsCompleted()
|
||||
fullName: TinyLife.Actions.StoreAction.AndThenIsCompleted()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/StoreAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AndThenIsCompleted
|
||||
path: ../TinyLife/Actions/StoreAction.cs
|
||||
startLine: 54
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -326,14 +278,6 @@ items:
|
|||
nameWithType: StoreAction.AndThenOnCompleted(CompletionType)
|
||||
fullName: TinyLife.Actions.StoreAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/StoreAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AndThenOnCompleted
|
||||
path: ../TinyLife/Actions/StoreAction.cs
|
||||
startLine: 59
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
|
|
@ -12,14 +12,6 @@ items:
|
|||
nameWithType: TalkAction.TalkSettings.EvaluationResult
|
||||
fullName: TinyLife.Actions.TalkAction.TalkSettings.EvaluationResult
|
||||
type: Delegate
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/TalkAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: EvaluationResult
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
startLine: 488
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
|
200
docs/api/TinyLife.Actions.TalkAction.TalkSettings.yml
generated
200
docs/api/TinyLife.Actions.TalkAction.TalkSettings.yml
generated
|
@ -36,14 +36,6 @@ items:
|
|||
nameWithType: TalkAction.TalkSettings
|
||||
fullName: TinyLife.Actions.TalkAction.TalkSettings
|
||||
type: Struct
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/TalkAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: TalkSettings
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
startLine: 164
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -72,14 +64,6 @@ items:
|
|||
nameWithType: TalkAction.TalkSettings.Settings
|
||||
fullName: TinyLife.Actions.TalkAction.TalkSettings.Settings
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/TalkAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Settings
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
startLine: 170
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -104,14 +88,6 @@ items:
|
|||
nameWithType: TalkAction.TalkSettings.FriendshipGain
|
||||
fullName: TinyLife.Actions.TalkAction.TalkSettings.FriendshipGain
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/TalkAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FriendshipGain
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
startLine: 175
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -136,14 +112,6 @@ items:
|
|||
nameWithType: TalkAction.TalkSettings.GoBadlyChance
|
||||
fullName: TinyLife.Actions.TalkAction.TalkSettings.GoBadlyChance
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/TalkAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GoBadlyChance
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
startLine: 180
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -168,14 +136,6 @@ items:
|
|||
nameWithType: TalkAction.TalkSettings.TalkMinutes
|
||||
fullName: TinyLife.Actions.TalkAction.TalkSettings.TalkMinutes
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/TalkAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: TalkMinutes
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
startLine: 184
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -197,14 +157,6 @@ items:
|
|||
nameWithType: TalkAction.TalkSettings.TalkMinutesVariation
|
||||
fullName: TinyLife.Actions.TalkAction.TalkSettings.TalkMinutesVariation
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/TalkAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: TalkMinutesVariation
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
startLine: 188
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -226,14 +178,6 @@ items:
|
|||
nameWithType: TalkAction.TalkSettings.EmoteCategory
|
||||
fullName: TinyLife.Actions.TalkAction.TalkSettings.EmoteCategory
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/TalkAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: EmoteCategory
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
startLine: 192
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -255,14 +199,6 @@ items:
|
|||
nameWithType: TalkAction.TalkSettings.SpeakStyle
|
||||
fullName: TinyLife.Actions.TalkAction.TalkSettings.SpeakStyle
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/TalkAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SpeakStyle
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
startLine: 196
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -284,14 +220,6 @@ items:
|
|||
nameWithType: TalkAction.TalkSettings.PartnerEmoteCategory
|
||||
fullName: TinyLife.Actions.TalkAction.TalkSettings.PartnerEmoteCategory
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/TalkAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PartnerEmoteCategory
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
startLine: 201
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -316,14 +244,6 @@ items:
|
|||
nameWithType: TalkAction.TalkSettings.PartnerSpeakStyle
|
||||
fullName: TinyLife.Actions.TalkAction.TalkSettings.PartnerSpeakStyle
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/TalkAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PartnerSpeakStyle
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
startLine: 206
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -348,14 +268,6 @@ items:
|
|||
nameWithType: TalkAction.TalkSettings.GainedSkill
|
||||
fullName: TinyLife.Actions.TalkAction.TalkSettings.GainedSkill
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/TalkAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GainedSkill
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
startLine: 210
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -377,14 +289,6 @@ items:
|
|||
nameWithType: TalkAction.TalkSettings.GainSkillOnFailure
|
||||
fullName: TinyLife.Actions.TalkAction.TalkSettings.GainSkillOnFailure
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/TalkAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GainSkillOnFailure
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
startLine: 215
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -409,14 +313,6 @@ items:
|
|||
nameWithType: TalkAction.TalkSettings.RestoredNeed
|
||||
fullName: TinyLife.Actions.TalkAction.TalkSettings.RestoredNeed
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/TalkAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RestoredNeed
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
startLine: 220
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -441,14 +337,6 @@ items:
|
|||
nameWithType: TalkAction.TalkSettings.FailEmotion
|
||||
fullName: TinyLife.Actions.TalkAction.TalkSettings.FailEmotion
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/TalkAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FailEmotion
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
startLine: 225
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -473,14 +361,6 @@ items:
|
|||
nameWithType: TalkAction.TalkSettings.SuccessEmotion
|
||||
fullName: TinyLife.Actions.TalkAction.TalkSettings.SuccessEmotion
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/TalkAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SuccessEmotion
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
startLine: 229
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -502,14 +382,6 @@ items:
|
|||
nameWithType: TalkAction.TalkSettings.GainRomancePercentage
|
||||
fullName: TinyLife.Actions.TalkAction.TalkSettings.GainRomancePercentage
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/TalkAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GainRomancePercentage
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
startLine: 235
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -536,14 +408,6 @@ items:
|
|||
nameWithType: TalkAction.TalkSettings.LoweredEmotion
|
||||
fullName: TinyLife.Actions.TalkAction.TalkSettings.LoweredEmotion
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/TalkAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: LoweredEmotion
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
startLine: 240
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -568,14 +432,6 @@ items:
|
|||
nameWithType: TalkAction.TalkSettings.OnSuccess
|
||||
fullName: TinyLife.Actions.TalkAction.TalkSettings.OnSuccess
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/TalkAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnSuccess
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
startLine: 244
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -597,14 +453,6 @@ items:
|
|||
nameWithType: TalkAction.TalkSettings.OnFailure
|
||||
fullName: TinyLife.Actions.TalkAction.TalkSettings.OnFailure
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/TalkAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnFailure
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
startLine: 248
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -626,14 +474,6 @@ items:
|
|||
nameWithType: TalkAction.TalkSettings.IgnorePriorityDecline
|
||||
fullName: TinyLife.Actions.TalkAction.TalkSettings.IgnorePriorityDecline
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/TalkAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IgnorePriorityDecline
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
startLine: 253
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -658,14 +498,6 @@ items:
|
|||
nameWithType: TalkAction.TalkSettings.TalkSettings()
|
||||
fullName: TinyLife.Actions.TalkAction.TalkSettings.TalkSettings()
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/TalkAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
startLine: 258
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -689,14 +521,6 @@ items:
|
|||
nameWithType: TalkAction.TalkSettings.Update(SocialAction, GameTime, float)
|
||||
fullName: TinyLife.Actions.TalkAction.TalkSettings.Update(TinyLife.Actions.SocialAction, Microsoft.Xna.Framework.GameTime, float)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/TalkAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Update
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
startLine: 276
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -730,14 +554,6 @@ items:
|
|||
nameWithType: TalkAction.TalkSettings.EvaluateFully(SocialAction)
|
||||
fullName: TinyLife.Actions.TalkAction.TalkSettings.EvaluateFully(TinyLife.Actions.SocialAction)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/TalkAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: EvaluateFully
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
startLine: 289
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -767,14 +583,6 @@ items:
|
|||
nameWithType: TalkAction.TalkSettings.EvaluateSimple(Action, PersonLike, float, float)
|
||||
fullName: TinyLife.Actions.TalkAction.TalkSettings.EvaluateSimple(TinyLife.Actions.Action, TinyLife.Objects.PersonLike, float, float)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/TalkAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: EvaluateSimple
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
startLine: 311
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -816,14 +624,6 @@ items:
|
|||
nameWithType: TalkAction.TalkSettings.EvaluateValues(ActionInfo, PersonLike, float, float)
|
||||
fullName: TinyLife.Actions.TalkAction.TalkSettings.EvaluateValues(TinyLife.Actions.ActionInfo, TinyLife.Objects.PersonLike, float, float)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/TalkAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: EvaluateValues
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
startLine: 393
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
|
104
docs/api/TinyLife.Actions.TalkAction.yml
generated
104
docs/api/TinyLife.Actions.TalkAction.yml
generated
|
@ -24,14 +24,6 @@ items:
|
|||
nameWithType: TalkAction
|
||||
fullName: TinyLife.Actions.TalkAction
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/TalkAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: TalkAction
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
startLine: 16
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -168,14 +160,6 @@ items:
|
|||
nameWithType: TalkAction.OnEvaluate
|
||||
fullName: TinyLife.Actions.TalkAction.OnEvaluate
|
||||
type: Event
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/TalkAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnEvaluate
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
startLine: 22
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -200,14 +184,6 @@ items:
|
|||
nameWithType: TalkAction.OnTalkSuccess
|
||||
fullName: TinyLife.Actions.TalkAction.OnTalkSuccess
|
||||
type: Event
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/TalkAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnTalkSuccess
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
startLine: 27
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -232,14 +208,6 @@ items:
|
|||
nameWithType: TalkAction.OnTalkFailure
|
||||
fullName: TinyLife.Actions.TalkAction.OnTalkFailure
|
||||
type: Event
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/TalkAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnTalkFailure
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
startLine: 32
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -264,14 +232,6 @@ items:
|
|||
nameWithType: TalkAction.Settings
|
||||
fullName: TinyLife.Actions.TalkAction.Settings
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/TalkAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Settings
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
startLine: 37
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -295,14 +255,6 @@ items:
|
|||
nameWithType: TalkAction.TalkAction(ActionType, ActionInfo)
|
||||
fullName: TinyLife.Actions.TalkAction.TalkAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo)
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/TalkAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
startLine: 40
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -333,14 +285,6 @@ items:
|
|||
nameWithType: TalkAction.UpdateConversation(GameTime, TimeSpan, float)
|
||||
fullName: TinyLife.Actions.TalkAction.UpdateConversation(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/TalkAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: UpdateConversation
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
startLine: 43
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -380,14 +324,6 @@ items:
|
|||
nameWithType: TalkAction.AndThenOnCompleted(CompletionType)
|
||||
fullName: TinyLife.Actions.TalkAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/TalkAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AndThenOnCompleted
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
startLine: 51
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -416,14 +352,6 @@ items:
|
|||
nameWithType: TalkAction.IsConversationCompleted()
|
||||
fullName: TinyLife.Actions.TalkAction.IsConversationCompleted()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/TalkAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IsConversationCompleted
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
startLine: 59
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -453,14 +381,6 @@ items:
|
|||
nameWithType: TalkAction.Create(string, Func<PersonLike, float>, TalkAction.TalkSettings)
|
||||
fullName: TinyLife.Actions.TalkAction.Create(string, System.Func<TinyLife.Objects.PersonLike, float>, TinyLife.Actions.TalkAction.TalkSettings)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/TalkAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Create
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
startLine: 73
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -500,14 +420,6 @@ items:
|
|||
nameWithType: TalkAction.CreateFunny(string, Func<PersonLike, float>, TalkAction.TalkSettings, int, int)
|
||||
fullName: TinyLife.Actions.TalkAction.CreateFunny(string, System.Func<TinyLife.Objects.PersonLike, float>, TinyLife.Actions.TalkAction.TalkSettings, int, int)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/TalkAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CreateFunny
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
startLine: 108
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -553,14 +465,6 @@ items:
|
|||
nameWithType: TalkAction.CreateMean(string, Func<PersonLike, float>, TalkAction.TalkSettings)
|
||||
fullName: TinyLife.Actions.TalkAction.CreateMean(string, System.Func<TinyLife.Objects.PersonLike, float>, TinyLife.Actions.TalkAction.TalkSettings)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/TalkAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CreateMean
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
startLine: 133
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -600,14 +504,6 @@ items:
|
|||
nameWithType: TalkAction.CreateRomantic(string, Func<PersonLike, float>, TalkAction.TalkSettings)
|
||||
fullName: TinyLife.Actions.TalkAction.CreateRomantic(string, System.Func<TinyLife.Objects.PersonLike, float>, TinyLife.Actions.TalkAction.TalkSettings)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/TalkAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CreateRomantic
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
startLine: 146
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
|
|
@ -18,14 +18,6 @@ items:
|
|||
nameWithType: TellPeopleToLeaveRoomAction
|
||||
fullName: TinyLife.Actions.TellPeopleToLeaveRoomAction
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/TellPeopleToLeaveRoomAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: TellPeopleToLeaveRoomAction
|
||||
path: ../TinyLife/Actions/TellPeopleToLeaveRoomAction.cs
|
||||
startLine: 15
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -127,14 +119,6 @@ items:
|
|||
nameWithType: TellPeopleToLeaveRoomAction.ExcludedPeople
|
||||
fullName: TinyLife.Actions.TellPeopleToLeaveRoomAction.ExcludedPeople
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/TellPeopleToLeaveRoomAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ExcludedPeople
|
||||
path: ../TinyLife/Actions/TellPeopleToLeaveRoomAction.cs
|
||||
startLine: 21
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -166,14 +150,6 @@ items:
|
|||
nameWithType: TellPeopleToLeaveRoomAction.TellPeopleToLeaveRoomAction(ActionInfo, params Guid[])
|
||||
fullName: TinyLife.Actions.TellPeopleToLeaveRoomAction.TellPeopleToLeaveRoomAction(TinyLife.Actions.ActionInfo, params System.Guid[])
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/TellPeopleToLeaveRoomAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/TellPeopleToLeaveRoomAction.cs
|
||||
startLine: 24
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -201,14 +177,6 @@ items:
|
|||
nameWithType: TellPeopleToLeaveRoomAction.Initialize()
|
||||
fullName: TinyLife.Actions.TellPeopleToLeaveRoomAction.Initialize()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/TellPeopleToLeaveRoomAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Initialize
|
||||
path: ../TinyLife/Actions/TellPeopleToLeaveRoomAction.cs
|
||||
startLine: 29
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -233,14 +201,6 @@ items:
|
|||
nameWithType: TellPeopleToLeaveRoomAction.IsCompleted()
|
||||
fullName: TinyLife.Actions.TellPeopleToLeaveRoomAction.IsCompleted()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/TellPeopleToLeaveRoomAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IsCompleted
|
||||
path: ../TinyLife/Actions/TellPeopleToLeaveRoomAction.cs
|
||||
startLine: 39
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -270,14 +230,6 @@ items:
|
|||
nameWithType: TellPeopleToLeaveRoomAction.OnCompleted(CompletionType)
|
||||
fullName: TinyLife.Actions.TellPeopleToLeaveRoomAction.OnCompleted(TinyLife.Actions.CompletionType)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/TellPeopleToLeaveRoomAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnCompleted
|
||||
path: ../TinyLife/Actions/TellPeopleToLeaveRoomAction.cs
|
||||
startLine: 46
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -308,14 +260,6 @@ items:
|
|||
nameWithType: TellPeopleToLeaveRoomAction.TryToLeaveRoom(Room, PersonLike)
|
||||
fullName: TinyLife.Actions.TellPeopleToLeaveRoomAction.TryToLeaveRoom(TinyLife.World.Room, TinyLife.Objects.PersonLike)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/TellPeopleToLeaveRoomAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: TryToLeaveRoom
|
||||
path: ../TinyLife/Actions/TellPeopleToLeaveRoomAction.cs
|
||||
startLine: 71
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
|
72
docs/api/TinyLife.Actions.TryGoHereAction.yml
generated
72
docs/api/TinyLife.Actions.TryGoHereAction.yml
generated
|
@ -20,14 +20,6 @@ items:
|
|||
nameWithType: TryGoHereAction
|
||||
fullName: TinyLife.Actions.TryGoHereAction
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/TryGoHereAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: TryGoHereAction
|
||||
path: ../TinyLife/Actions/TryGoHereAction.cs
|
||||
startLine: 18
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -127,14 +119,6 @@ items:
|
|||
nameWithType: TryGoHereAction.TryGoHereAction(PersonLike, IEnumerable<(Map Map, Point Pos, float Floor)>)
|
||||
fullName: TinyLife.Actions.TryGoHereAction.TryGoHereAction(TinyLife.Objects.PersonLike, System.Collections.Generic.IEnumerable<(TinyLife.World.Map Map, Microsoft.Xna.Framework.Point Pos, float Floor)>)
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/TryGoHereAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/TryGoHereAction.cs
|
||||
startLine: 26
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -162,14 +146,6 @@ items:
|
|||
nameWithType: TryGoHereAction.TryGoHereAction(PersonLike, IEnumerable<(Map Map, Vector2 Pos, float Floor)>)
|
||||
fullName: TinyLife.Actions.TryGoHereAction.TryGoHereAction(TinyLife.Objects.PersonLike, System.Collections.Generic.IEnumerable<(TinyLife.World.Map Map, Microsoft.Xna.Framework.Vector2 Pos, float Floor)>)
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/TryGoHereAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/TryGoHereAction.cs
|
||||
startLine: 30
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -197,14 +173,6 @@ items:
|
|||
nameWithType: TryGoHereAction.TryGoHereAction(ActionInfo)
|
||||
fullName: TinyLife.Actions.TryGoHereAction.TryGoHereAction(TinyLife.Actions.ActionInfo)
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/TryGoHereAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/TryGoHereAction.cs
|
||||
startLine: 34
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -242,14 +210,6 @@ items:
|
|||
nameWithType: TryGoHereAction.Initialize()
|
||||
fullName: TinyLife.Actions.TryGoHereAction.Initialize()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/TryGoHereAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Initialize
|
||||
path: ../TinyLife/Actions/TryGoHereAction.cs
|
||||
startLine: 40
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -274,14 +234,6 @@ items:
|
|||
nameWithType: TryGoHereAction.Update(GameTime, TimeSpan, float)
|
||||
fullName: TinyLife.Actions.TryGoHereAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/TryGoHereAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Update
|
||||
path: ../TinyLife/Actions/TryGoHereAction.cs
|
||||
startLine: 46
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -319,14 +271,6 @@ items:
|
|||
nameWithType: TryGoHereAction.Validate(PersonLike)
|
||||
fullName: TinyLife.Actions.TryGoHereAction.Validate(TinyLife.Objects.PersonLike)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/TryGoHereAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Validate
|
||||
path: ../TinyLife/Actions/TryGoHereAction.cs
|
||||
startLine: 56
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -360,14 +304,6 @@ items:
|
|||
nameWithType: TryGoHereAction.IsCompleted()
|
||||
fullName: TinyLife.Actions.TryGoHereAction.IsCompleted()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/TryGoHereAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IsCompleted
|
||||
path: ../TinyLife/Actions/TryGoHereAction.cs
|
||||
startLine: 61
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -397,14 +333,6 @@ items:
|
|||
nameWithType: TryGoHereAction.OnCompleted(CompletionType)
|
||||
fullName: TinyLife.Actions.TryGoHereAction.OnCompleted(TinyLife.Actions.CompletionType)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/TryGoHereAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnCompleted
|
||||
path: ../TinyLife/Actions/TryGoHereAction.cs
|
||||
startLine: 66
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
|
48
docs/api/TinyLife.Actions.WalkAction.yml
generated
48
docs/api/TinyLife.Actions.WalkAction.yml
generated
|
@ -17,14 +17,6 @@ items:
|
|||
nameWithType: WalkAction
|
||||
fullName: TinyLife.Actions.WalkAction
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/WalkAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: WalkAction
|
||||
path: ../TinyLife/Actions/WalkAction.cs
|
||||
startLine: 15
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -130,14 +122,6 @@ items:
|
|||
nameWithType: WalkAction.DrainEnergy
|
||||
fullName: TinyLife.Actions.WalkAction.DrainEnergy
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/WalkAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DrainEnergy
|
||||
path: ../TinyLife/Actions/WalkAction.cs
|
||||
startLine: 22
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -172,14 +156,6 @@ items:
|
|||
nameWithType: WalkAction.WalkAction(ActionInfo)
|
||||
fullName: TinyLife.Actions.WalkAction.WalkAction(TinyLife.Actions.ActionInfo)
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/WalkAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/WalkAction.cs
|
||||
startLine: 27
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -207,14 +183,6 @@ items:
|
|||
nameWithType: WalkAction.FindPath(ICollection<(Point Pos, int Floor)>)
|
||||
fullName: TinyLife.Actions.WalkAction.FindPath(System.Collections.Generic.ICollection<(Microsoft.Xna.Framework.Point Pos, int Floor)>)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/WalkAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FindPath
|
||||
path: ../TinyLife/Actions/WalkAction.cs
|
||||
startLine: 32
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -246,14 +214,6 @@ items:
|
|||
nameWithType: WalkAction.GetSpeed()
|
||||
fullName: TinyLife.Actions.WalkAction.GetSpeed()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/WalkAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetSpeed
|
||||
path: ../TinyLife/Actions/WalkAction.cs
|
||||
startLine: 54
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -278,14 +238,6 @@ items:
|
|||
nameWithType: WalkAction.Update(GameTime, TimeSpan, float)
|
||||
fullName: TinyLife.Actions.WalkAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/WalkAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Update
|
||||
path: ../TinyLife/Actions/WalkAction.cs
|
||||
startLine: 59
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
|
64
docs/api/TinyLife.Actions.WatchTvAction.yml
generated
64
docs/api/TinyLife.Actions.WatchTvAction.yml
generated
|
@ -19,14 +19,6 @@ items:
|
|||
nameWithType: WatchTvAction
|
||||
fullName: TinyLife.Actions.WatchTvAction
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/WatchTvAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: WatchTvAction
|
||||
path: ../TinyLife/Actions/WatchTvAction.cs
|
||||
startLine: 16
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -139,14 +131,6 @@ items:
|
|||
nameWithType: WatchTvAction.FullyInProgress
|
||||
fullName: TinyLife.Actions.WatchTvAction.FullyInProgress
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/WatchTvAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FullyInProgress
|
||||
path: ../TinyLife/Actions/WatchTvAction.cs
|
||||
startLine: 24
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -177,14 +161,6 @@ items:
|
|||
nameWithType: WatchTvAction.WatchTvAction(ActionType, ActionInfo, Television.Channel)
|
||||
fullName: TinyLife.Actions.WatchTvAction.WatchTvAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, TinyLife.Objects.Television.Channel)
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/WatchTvAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/WatchTvAction.cs
|
||||
startLine: 27
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -214,14 +190,6 @@ items:
|
|||
nameWithType: WatchTvAction.CreateFirstActions()
|
||||
fullName: TinyLife.Actions.WatchTvAction.CreateFirstActions()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/WatchTvAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CreateFirstActions
|
||||
path: ../TinyLife/Actions/WatchTvAction.cs
|
||||
startLine: 32
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -253,14 +221,6 @@ items:
|
|||
nameWithType: WatchTvAction.AndThenUpdate(GameTime, TimeSpan, float)
|
||||
fullName: TinyLife.Actions.WatchTvAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/WatchTvAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AndThenUpdate
|
||||
path: ../TinyLife/Actions/WatchTvAction.cs
|
||||
startLine: 62
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -300,14 +260,6 @@ items:
|
|||
nameWithType: WatchTvAction.AndThenIsCompleted()
|
||||
fullName: TinyLife.Actions.WatchTvAction.AndThenIsCompleted()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/WatchTvAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AndThenIsCompleted
|
||||
path: ../TinyLife/Actions/WatchTvAction.cs
|
||||
startLine: 93
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -335,14 +287,6 @@ items:
|
|||
nameWithType: WatchTvAction.CanMultitask(Action)
|
||||
fullName: TinyLife.Actions.WatchTvAction.CanMultitask(TinyLife.Actions.Action)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/WatchTvAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanMultitask
|
||||
path: ../TinyLife/Actions/WatchTvAction.cs
|
||||
startLine: 102
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -378,14 +322,6 @@ items:
|
|||
nameWithType: WatchTvAction.AndThenOnCompleted(CompletionType)
|
||||
fullName: TinyLife.Actions.WatchTvAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/WatchTvAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AndThenOnCompleted
|
||||
path: ../TinyLife/Actions/WatchTvAction.cs
|
||||
startLine: 112
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
|
72
docs/api/TinyLife.Actions.WorkAction.yml
generated
72
docs/api/TinyLife.Actions.WorkAction.yml
generated
|
@ -20,14 +20,6 @@ items:
|
|||
nameWithType: WorkAction
|
||||
fullName: TinyLife.Actions.WorkAction
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/WorkAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: WorkAction
|
||||
path: ../TinyLife/Actions/WorkAction.cs
|
||||
startLine: 16
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -139,14 +131,6 @@ items:
|
|||
nameWithType: WorkAction.Job
|
||||
fullName: TinyLife.Actions.WorkAction.Job
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/WorkAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Job
|
||||
path: ../TinyLife/Actions/WorkAction.cs
|
||||
startLine: 21
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -170,14 +154,6 @@ items:
|
|||
nameWithType: WorkAction.WorkAction(ActionType, ActionInfo)
|
||||
fullName: TinyLife.Actions.WorkAction.WorkAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo)
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/WorkAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/WorkAction.cs
|
||||
startLine: 31
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -205,14 +181,6 @@ items:
|
|||
nameWithType: WorkAction.CanCancel(Action)
|
||||
fullName: TinyLife.Actions.WorkAction.CanCancel(TinyLife.Actions.Action)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/WorkAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanCancel
|
||||
path: ../TinyLife/Actions/WorkAction.cs
|
||||
startLine: 34
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -246,14 +214,6 @@ items:
|
|||
nameWithType: WorkAction.PreInitialize()
|
||||
fullName: TinyLife.Actions.WorkAction.PreInitialize()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/WorkAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PreInitialize
|
||||
path: ../TinyLife/Actions/WorkAction.cs
|
||||
startLine: 39
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -278,14 +238,6 @@ items:
|
|||
nameWithType: WorkAction.AndThenInitialize()
|
||||
fullName: TinyLife.Actions.WorkAction.AndThenInitialize()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/WorkAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AndThenInitialize
|
||||
path: ../TinyLife/Actions/WorkAction.cs
|
||||
startLine: 45
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -310,14 +262,6 @@ items:
|
|||
nameWithType: WorkAction.AndThenUpdate(GameTime, TimeSpan, float)
|
||||
fullName: TinyLife.Actions.WorkAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/WorkAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AndThenUpdate
|
||||
path: ../TinyLife/Actions/WorkAction.cs
|
||||
startLine: 58
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -357,14 +301,6 @@ items:
|
|||
nameWithType: WorkAction.AndThenIsCompleted()
|
||||
fullName: TinyLife.Actions.WorkAction.AndThenIsCompleted()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/WorkAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AndThenIsCompleted
|
||||
path: ../TinyLife/Actions/WorkAction.cs
|
||||
startLine: 88
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -392,14 +328,6 @@ items:
|
|||
nameWithType: WorkAction.AndThenOnCompleted(CompletionType)
|
||||
fullName: TinyLife.Actions.WorkAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/WorkAction.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AndThenOnCompleted
|
||||
path: ../TinyLife/Actions/WorkAction.cs
|
||||
startLine: 95
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
|
7
docs/api/TinyLife.Actions.yml
generated
7
docs/api/TinyLife.Actions.yml
generated
|
@ -44,6 +44,7 @@ items:
|
|||
- TinyLife.Actions.SitAction
|
||||
- TinyLife.Actions.SocialAction
|
||||
- TinyLife.Actions.SocialAction.StartPartnerAction
|
||||
- TinyLife.Actions.StartTogetherAction
|
||||
- TinyLife.Actions.StoreAction
|
||||
- TinyLife.Actions.TalkAction
|
||||
- TinyLife.Actions.TalkAction.TalkSettings
|
||||
|
@ -487,6 +488,12 @@ references:
|
|||
- uid: TinyLife.Actions.SocialAction.StartPartnerAction
|
||||
name: StartPartnerAction
|
||||
href: TinyLife.Actions.SocialAction.StartPartnerAction.html
|
||||
- uid: TinyLife.Actions.StartTogetherAction
|
||||
commentId: T:TinyLife.Actions.StartTogetherAction
|
||||
href: TinyLife.Actions.StartTogetherAction.html
|
||||
name: StartTogetherAction
|
||||
nameWithType: StartTogetherAction
|
||||
fullName: TinyLife.Actions.StartTogetherAction
|
||||
- uid: TinyLife.Actions.StoreAction
|
||||
commentId: T:TinyLife.Actions.StoreAction
|
||||
href: TinyLife.Actions.StoreAction.html
|
||||
|
|
8
docs/api/TinyLife.Debug.CheatDelegate.yml
generated
8
docs/api/TinyLife.Debug.CheatDelegate.yml
generated
|
@ -12,14 +12,6 @@ items:
|
|||
nameWithType: Debug.CheatDelegate
|
||||
fullName: TinyLife.Debug.CheatDelegate
|
||||
type: Delegate
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Debug.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CheatDelegate
|
||||
path: ../TinyLife/Debug.cs
|
||||
startLine: 943
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
|
8
docs/api/TinyLife.Debug.DebugDelegate.yml
generated
8
docs/api/TinyLife.Debug.DebugDelegate.yml
generated
|
@ -12,14 +12,6 @@ items:
|
|||
nameWithType: Debug.DebugDelegate
|
||||
fullName: TinyLife.Debug.DebugDelegate
|
||||
type: Delegate
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Debug.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DebugDelegate
|
||||
path: ../TinyLife/Debug.cs
|
||||
startLine: 948
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
|
32
docs/api/TinyLife.Debug.yml
generated
32
docs/api/TinyLife.Debug.yml
generated
|
@ -15,14 +15,6 @@ items:
|
|||
nameWithType: Debug
|
||||
fullName: TinyLife.Debug
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Debug.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Debug
|
||||
path: ../TinyLife/Debug.cs
|
||||
startLine: 39
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -54,14 +46,6 @@ items:
|
|||
nameWithType: Debug.Cheats
|
||||
fullName: TinyLife.Debug.Cheats
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Debug.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Cheats
|
||||
path: ../TinyLife/Debug.cs
|
||||
startLine: 46
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -88,14 +72,6 @@ items:
|
|||
nameWithType: Debug.DebugLines
|
||||
fullName: TinyLife.Debug.DebugLines
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Debug.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DebugLines
|
||||
path: ../TinyLife/Debug.cs
|
||||
startLine: 52
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -122,14 +98,6 @@ items:
|
|||
nameWithType: Debug.TryCheat(string)
|
||||
fullName: TinyLife.Debug.TryCheat(string)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Debug.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: TryCheat
|
||||
path: ../TinyLife/Debug.cs
|
||||
startLine: 725
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
|
32
docs/api/TinyLife.DifficultyModifier.yml
generated
32
docs/api/TinyLife.DifficultyModifier.yml
generated
|
@ -15,14 +15,6 @@ items:
|
|||
nameWithType: DifficultyModifier
|
||||
fullName: TinyLife.DifficultyModifier
|
||||
type: Enum
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Options.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DifficultyModifier
|
||||
path: ../TinyLife/Options.cs
|
||||
startLine: 684
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -44,14 +36,6 @@ items:
|
|||
nameWithType: DifficultyModifier.Chill
|
||||
fullName: TinyLife.DifficultyModifier.Chill
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Options.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Chill
|
||||
path: ../TinyLife/Options.cs
|
||||
startLine: 689
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -72,14 +56,6 @@ items:
|
|||
nameWithType: DifficultyModifier.Normal
|
||||
fullName: TinyLife.DifficultyModifier.Normal
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Options.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Normal
|
||||
path: ../TinyLife/Options.cs
|
||||
startLine: 693
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -100,14 +76,6 @@ items:
|
|||
nameWithType: DifficultyModifier.Intense
|
||||
fullName: TinyLife.DifficultyModifier.Intense
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Options.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Intense
|
||||
path: ../TinyLife/Options.cs
|
||||
startLine: 697
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
|
24
docs/api/TinyLife.Emotions.CombinedEmotionSource.yml
generated
24
docs/api/TinyLife.Emotions.CombinedEmotionSource.yml
generated
|
@ -14,14 +14,6 @@ items:
|
|||
nameWithType: CombinedEmotionSource
|
||||
fullName: TinyLife.Emotions.CombinedEmotionSource
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/IEmotionSource.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CombinedEmotionSource
|
||||
path: ../TinyLife/Emotions/IEmotionSource.cs
|
||||
startLine: 27
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -68,14 +60,6 @@ items:
|
|||
nameWithType: CombinedEmotionSource.SourceString
|
||||
fullName: TinyLife.Emotions.CombinedEmotionSource.SourceString
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/IEmotionSource.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SourceString
|
||||
path: ../TinyLife/Emotions/IEmotionSource.cs
|
||||
startLine: 31
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -101,14 +85,6 @@ items:
|
|||
nameWithType: CombinedEmotionSource.CombinedEmotionSource(params IEmotionSource[])
|
||||
fullName: TinyLife.Emotions.CombinedEmotionSource.CombinedEmotionSource(params TinyLife.Emotions.IEmotionSource[])
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/IEmotionSource.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Emotions/IEmotionSource.cs
|
||||
startLine: 39
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
|
|
@ -20,14 +20,6 @@ items:
|
|||
nameWithType: EmotionModifier.Instance
|
||||
fullName: TinyLife.Emotions.EmotionModifier.Instance
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Instance
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
startLine: 486
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -72,14 +64,6 @@ items:
|
|||
nameWithType: EmotionModifier.Instance.Type
|
||||
fullName: TinyLife.Emotions.EmotionModifier.Instance.Type
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Type
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
startLine: 493
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -111,14 +95,6 @@ items:
|
|||
nameWithType: EmotionModifier.Instance.Amount
|
||||
fullName: TinyLife.Emotions.EmotionModifier.Instance.Amount
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Amount
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
startLine: 498
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -150,14 +126,6 @@ items:
|
|||
nameWithType: EmotionModifier.Instance.TotalTime
|
||||
fullName: TinyLife.Emotions.EmotionModifier.Instance.TotalTime
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: TotalTime
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
startLine: 503
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -189,14 +157,6 @@ items:
|
|||
nameWithType: EmotionModifier.Instance.Time
|
||||
fullName: TinyLife.Emotions.EmotionModifier.Instance.Time
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Time
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
startLine: 508
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -230,14 +190,6 @@ items:
|
|||
nameWithType: EmotionModifier.Instance.Person
|
||||
fullName: TinyLife.Emotions.EmotionModifier.Instance.Person
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Person
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
startLine: 513
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -261,14 +213,6 @@ items:
|
|||
nameWithType: EmotionModifier.Instance.Source
|
||||
fullName: TinyLife.Emotions.EmotionModifier.Instance.Source
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Source
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
startLine: 518
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -295,14 +239,6 @@ items:
|
|||
nameWithType: EmotionModifier.Instance.PassTime(TimeSpan)
|
||||
fullName: TinyLife.Emotions.EmotionModifier.Instance.PassTime(System.TimeSpan)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PassTime
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
startLine: 538
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -330,14 +266,6 @@ items:
|
|||
nameWithType: EmotionModifier.Instance.Validate(PersonLike)
|
||||
fullName: TinyLife.Emotions.EmotionModifier.Instance.Validate(TinyLife.Objects.PersonLike)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Validate
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
startLine: 552
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
|
1712
docs/api/TinyLife.Emotions.EmotionModifier.yml
generated
1712
docs/api/TinyLife.Emotions.EmotionModifier.yml
generated
File diff suppressed because it is too large
Load diff
|
@ -15,14 +15,6 @@ items:
|
|||
nameWithType: EmotionType.TypeCategory
|
||||
fullName: TinyLife.Emotions.EmotionType.TypeCategory
|
||||
type: Enum
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: TypeCategory
|
||||
path: ../TinyLife/Emotions/EmotionType.cs
|
||||
startLine: 99
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -47,14 +39,6 @@ items:
|
|||
nameWithType: EmotionType.TypeCategory.Negative
|
||||
fullName: TinyLife.Emotions.EmotionType.TypeCategory.Negative
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Negative
|
||||
path: ../TinyLife/Emotions/EmotionType.cs
|
||||
startLine: 104
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -75,14 +59,6 @@ items:
|
|||
nameWithType: EmotionType.TypeCategory.Positive
|
||||
fullName: TinyLife.Emotions.EmotionType.TypeCategory.Positive
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Positive
|
||||
path: ../TinyLife/Emotions/EmotionType.cs
|
||||
startLine: 108
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -103,14 +79,6 @@ items:
|
|||
nameWithType: EmotionType.TypeCategory.Neutral
|
||||
fullName: TinyLife.Emotions.EmotionType.TypeCategory.Neutral
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Neutral
|
||||
path: ../TinyLife/Emotions/EmotionType.cs
|
||||
startLine: 112
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
|
208
docs/api/TinyLife.Emotions.EmotionType.yml
generated
208
docs/api/TinyLife.Emotions.EmotionType.yml
generated
|
@ -37,14 +37,6 @@ items:
|
|||
nameWithType: EmotionType
|
||||
fullName: TinyLife.Emotions.EmotionType
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: EmotionType
|
||||
path: ../TinyLife/Emotions/EmotionType.cs
|
||||
startLine: 16
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -85,14 +77,6 @@ items:
|
|||
nameWithType: EmotionType.Types
|
||||
fullName: TinyLife.Emotions.EmotionType.Types
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Types
|
||||
path: ../TinyLife/Emotions/EmotionType.cs
|
||||
startLine: 23
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -114,14 +98,6 @@ items:
|
|||
nameWithType: EmotionType.Fine
|
||||
fullName: TinyLife.Emotions.EmotionType.Fine
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Fine
|
||||
path: ../TinyLife/Emotions/EmotionType.cs
|
||||
startLine: 26
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -141,14 +117,6 @@ items:
|
|||
nameWithType: EmotionType.Uncomfortable
|
||||
fullName: TinyLife.Emotions.EmotionType.Uncomfortable
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Uncomfortable
|
||||
path: ../TinyLife/Emotions/EmotionType.cs
|
||||
startLine: 27
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -168,14 +136,6 @@ items:
|
|||
nameWithType: EmotionType.Happy
|
||||
fullName: TinyLife.Emotions.EmotionType.Happy
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Happy
|
||||
path: ../TinyLife/Emotions/EmotionType.cs
|
||||
startLine: 28
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -195,14 +155,6 @@ items:
|
|||
nameWithType: EmotionType.Asleep
|
||||
fullName: TinyLife.Emotions.EmotionType.Asleep
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Asleep
|
||||
path: ../TinyLife/Emotions/EmotionType.cs
|
||||
startLine: 29
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -222,14 +174,6 @@ items:
|
|||
nameWithType: EmotionType.Embarrassed
|
||||
fullName: TinyLife.Emotions.EmotionType.Embarrassed
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Embarrassed
|
||||
path: ../TinyLife/Emotions/EmotionType.cs
|
||||
startLine: 30
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -249,14 +193,6 @@ items:
|
|||
nameWithType: EmotionType.Sad
|
||||
fullName: TinyLife.Emotions.EmotionType.Sad
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Sad
|
||||
path: ../TinyLife/Emotions/EmotionType.cs
|
||||
startLine: 31
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -276,14 +212,6 @@ items:
|
|||
nameWithType: EmotionType.Bored
|
||||
fullName: TinyLife.Emotions.EmotionType.Bored
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Bored
|
||||
path: ../TinyLife/Emotions/EmotionType.cs
|
||||
startLine: 32
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -303,14 +231,6 @@ items:
|
|||
nameWithType: EmotionType.Frisky
|
||||
fullName: TinyLife.Emotions.EmotionType.Frisky
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Frisky
|
||||
path: ../TinyLife/Emotions/EmotionType.cs
|
||||
startLine: 33
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -330,14 +250,6 @@ items:
|
|||
nameWithType: EmotionType.Creative
|
||||
fullName: TinyLife.Emotions.EmotionType.Creative
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Creative
|
||||
path: ../TinyLife/Emotions/EmotionType.cs
|
||||
startLine: 34
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -357,14 +269,6 @@ items:
|
|||
nameWithType: EmotionType.Focused
|
||||
fullName: TinyLife.Emotions.EmotionType.Focused
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Focused
|
||||
path: ../TinyLife/Emotions/EmotionType.cs
|
||||
startLine: 35
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -384,14 +288,6 @@ items:
|
|||
nameWithType: EmotionType.Stunned
|
||||
fullName: TinyLife.Emotions.EmotionType.Stunned
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Stunned
|
||||
path: ../TinyLife/Emotions/EmotionType.cs
|
||||
startLine: 36
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -411,14 +307,6 @@ items:
|
|||
nameWithType: EmotionType.Angry
|
||||
fullName: TinyLife.Emotions.EmotionType.Angry
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Angry
|
||||
path: ../TinyLife/Emotions/EmotionType.cs
|
||||
startLine: 37
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -438,14 +326,6 @@ items:
|
|||
nameWithType: EmotionType.Energetic
|
||||
fullName: TinyLife.Emotions.EmotionType.Energetic
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Energetic
|
||||
path: ../TinyLife/Emotions/EmotionType.cs
|
||||
startLine: 38
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -465,14 +345,6 @@ items:
|
|||
nameWithType: EmotionType.Uneasy
|
||||
fullName: TinyLife.Emotions.EmotionType.Uneasy
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Uneasy
|
||||
path: ../TinyLife/Emotions/EmotionType.cs
|
||||
startLine: 39
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -492,14 +364,6 @@ items:
|
|||
nameWithType: EmotionType.Relaxed
|
||||
fullName: TinyLife.Emotions.EmotionType.Relaxed
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Relaxed
|
||||
path: ../TinyLife/Emotions/EmotionType.cs
|
||||
startLine: 40
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -519,14 +383,6 @@ items:
|
|||
nameWithType: EmotionType.Confident
|
||||
fullName: TinyLife.Emotions.EmotionType.Confident
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Confident
|
||||
path: ../TinyLife/Emotions/EmotionType.cs
|
||||
startLine: 41
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -546,14 +402,6 @@ items:
|
|||
nameWithType: EmotionType.Goofy
|
||||
fullName: TinyLife.Emotions.EmotionType.Goofy
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Goofy
|
||||
path: ../TinyLife/Emotions/EmotionType.cs
|
||||
startLine: 42
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -573,14 +421,6 @@ items:
|
|||
nameWithType: EmotionType.Name
|
||||
fullName: TinyLife.Emotions.EmotionType.Name
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Name
|
||||
path: ../TinyLife/Emotions/EmotionType.cs
|
||||
startLine: 48
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -602,14 +442,6 @@ items:
|
|||
nameWithType: EmotionType.Icon
|
||||
fullName: TinyLife.Emotions.EmotionType.Icon
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Icon
|
||||
path: ../TinyLife/Emotions/EmotionType.cs
|
||||
startLine: 52
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -631,14 +463,6 @@ items:
|
|||
nameWithType: EmotionType.Color
|
||||
fullName: TinyLife.Emotions.EmotionType.Color
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Color
|
||||
path: ../TinyLife/Emotions/EmotionType.cs
|
||||
startLine: 57
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -663,14 +487,6 @@ items:
|
|||
nameWithType: EmotionType.Category
|
||||
fullName: TinyLife.Emotions.EmotionType.Category
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Category
|
||||
path: ../TinyLife/Emotions/EmotionType.cs
|
||||
startLine: 62
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -695,14 +511,6 @@ items:
|
|||
nameWithType: EmotionType.Priority
|
||||
fullName: TinyLife.Emotions.EmotionType.Priority
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Priority
|
||||
path: ../TinyLife/Emotions/EmotionType.cs
|
||||
startLine: 68
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -729,14 +537,6 @@ items:
|
|||
nameWithType: EmotionType.EmotionType(string, TextureRegion, Color, EmotionType.TypeCategory)
|
||||
fullName: TinyLife.Emotions.EmotionType.EmotionType(string, MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Color, TinyLife.Emotions.EmotionType.TypeCategory)
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Emotions/EmotionType.cs
|
||||
startLine: 77
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -773,14 +573,6 @@ items:
|
|||
nameWithType: EmotionType.Register(EmotionType)
|
||||
fullName: TinyLife.Emotions.EmotionType.Register(TinyLife.Emotions.EmotionType)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Register
|
||||
path: ../TinyLife/Emotions/EmotionType.cs
|
||||
startLine: 89
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
|
16
docs/api/TinyLife.Emotions.IEmotionSource.yml
generated
16
docs/api/TinyLife.Emotions.IEmotionSource.yml
generated
|
@ -13,14 +13,6 @@ items:
|
|||
nameWithType: IEmotionSource
|
||||
fullName: TinyLife.Emotions.IEmotionSource
|
||||
type: Interface
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/IEmotionSource.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IEmotionSource
|
||||
path: ../TinyLife/Emotions/IEmotionSource.cs
|
||||
startLine: 14
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -49,14 +41,6 @@ items:
|
|||
nameWithType: IEmotionSource.SourceString
|
||||
fullName: TinyLife.Emotions.IEmotionSource.SourceString
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/IEmotionSource.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SourceString
|
||||
path: ../TinyLife/Emotions/IEmotionSource.cs
|
||||
startLine: 19
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
|
64
docs/api/TinyLife.GameImpl.GameMode.yml
generated
64
docs/api/TinyLife.GameImpl.GameMode.yml
generated
|
@ -19,14 +19,6 @@ items:
|
|||
nameWithType: GameImpl.GameMode
|
||||
fullName: TinyLife.GameImpl.GameMode
|
||||
type: Enum
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/GameImpl.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GameMode
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 1472
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -48,14 +40,6 @@ items:
|
|||
nameWithType: GameImpl.GameMode.InitialLoad
|
||||
fullName: TinyLife.GameImpl.GameMode.InitialLoad
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/GameImpl.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: InitialLoad
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 1475
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -76,14 +60,6 @@ items:
|
|||
nameWithType: GameImpl.GameMode.Splash
|
||||
fullName: TinyLife.GameImpl.GameMode.Splash
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/GameImpl.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Splash
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 1477
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -104,14 +80,6 @@ items:
|
|||
nameWithType: GameImpl.GameMode.MainMenu
|
||||
fullName: TinyLife.GameImpl.GameMode.MainMenu
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/GameImpl.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: MainMenu
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 1479
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -132,14 +100,6 @@ items:
|
|||
nameWithType: GameImpl.GameMode.SelectHousehold
|
||||
fullName: TinyLife.GameImpl.GameMode.SelectHousehold
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/GameImpl.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SelectHousehold
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 1481
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -160,14 +120,6 @@ items:
|
|||
nameWithType: GameImpl.GameMode.InGameHousehold
|
||||
fullName: TinyLife.GameImpl.GameMode.InGameHousehold
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/GameImpl.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: InGameHousehold
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 1483
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -188,14 +140,6 @@ items:
|
|||
nameWithType: GameImpl.GameMode.BuildOnly
|
||||
fullName: TinyLife.GameImpl.GameMode.BuildOnly
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/GameImpl.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: BuildOnly
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 1485
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -216,14 +160,6 @@ items:
|
|||
nameWithType: GameImpl.GameMode.CharacterCreation
|
||||
fullName: TinyLife.GameImpl.GameMode.CharacterCreation
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/GameImpl.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CharacterCreation
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 1487
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
|
369
docs/api/TinyLife.GameImpl.yml
generated
369
docs/api/TinyLife.GameImpl.yml
generated
|
@ -53,14 +53,6 @@ items:
|
|||
nameWithType: GameImpl
|
||||
fullName: TinyLife.GameImpl
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/GameImpl.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GameImpl
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 58
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -104,7 +96,7 @@ items:
|
|||
- Microsoft.Xna.Framework.Game.EndRun
|
||||
- Microsoft.Xna.Framework.Game.UnloadContent
|
||||
- Microsoft.Xna.Framework.Game.Initialize
|
||||
- Microsoft.Xna.Framework.Game.OnExiting(System.Object,System.EventArgs)
|
||||
- Microsoft.Xna.Framework.Game.OnExiting(System.Object,Microsoft.Xna.Framework.ExitingEventArgs)
|
||||
- Microsoft.Xna.Framework.Game.OnActivated(System.Object,System.EventArgs)
|
||||
- Microsoft.Xna.Framework.Game.OnDeactivated(System.Object,System.EventArgs)
|
||||
- Microsoft.Xna.Framework.Game.LaunchParameters
|
||||
|
@ -143,14 +135,6 @@ items:
|
|||
nameWithType: GameImpl.Version
|
||||
fullName: TinyLife.GameImpl.Version
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/GameImpl.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Version
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 63
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -172,14 +156,6 @@ items:
|
|||
nameWithType: GameImpl.Instance
|
||||
fullName: TinyLife.GameImpl.Instance
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/GameImpl.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Instance
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 68
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -203,14 +179,6 @@ items:
|
|||
nameWithType: GameImpl.Achievements
|
||||
fullName: TinyLife.GameImpl.Achievements
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/GameImpl.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Achievements
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 76
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -237,14 +205,6 @@ items:
|
|||
nameWithType: GameImpl.GraphicsMetrics
|
||||
fullName: TinyLife.GameImpl.GraphicsMetrics
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/GameImpl.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GraphicsMetrics
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 82
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -268,14 +228,6 @@ items:
|
|||
nameWithType: GameImpl.Camera
|
||||
fullName: TinyLife.GameImpl.Camera
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/GameImpl.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Camera
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 86
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -299,14 +251,6 @@ items:
|
|||
nameWithType: GameImpl.Listener
|
||||
fullName: TinyLife.GameImpl.Listener
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/GameImpl.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Listener
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 90
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -330,14 +274,6 @@ items:
|
|||
nameWithType: GameImpl.CurrentTool
|
||||
fullName: TinyLife.GameImpl.CurrentTool
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/GameImpl.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CurrentTool
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 94
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -361,14 +297,6 @@ items:
|
|||
nameWithType: GameImpl.CurrentHousehold
|
||||
fullName: TinyLife.GameImpl.CurrentHousehold
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/GameImpl.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CurrentHousehold
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 109
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -392,14 +320,6 @@ items:
|
|||
nameWithType: GameImpl.Money
|
||||
fullName: TinyLife.GameImpl.Money
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/GameImpl.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Money
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 113
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -423,14 +343,6 @@ items:
|
|||
nameWithType: GameImpl.CurrentLot
|
||||
fullName: TinyLife.GameImpl.CurrentLot
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/GameImpl.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CurrentLot
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 123
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -454,14 +366,6 @@ items:
|
|||
nameWithType: GameImpl.Speed
|
||||
fullName: TinyLife.GameImpl.Speed
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/GameImpl.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Speed
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 129
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -490,14 +394,6 @@ items:
|
|||
nameWithType: GameImpl.FollowingPerson
|
||||
fullName: TinyLife.GameImpl.FollowingPerson
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/GameImpl.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FollowingPerson
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 142
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -521,14 +417,6 @@ items:
|
|||
nameWithType: GameImpl.SaveName
|
||||
fullName: TinyLife.GameImpl.SaveName
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/GameImpl.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SaveName
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 146
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -552,14 +440,6 @@ items:
|
|||
nameWithType: GameImpl.Mode
|
||||
fullName: TinyLife.GameImpl.Mode
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/GameImpl.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Mode
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 150
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -583,14 +463,6 @@ items:
|
|||
nameWithType: GameImpl.CursorPosition
|
||||
fullName: TinyLife.GameImpl.CursorPosition
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/GameImpl.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CursorPosition
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 155
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -617,14 +489,6 @@ items:
|
|||
nameWithType: GameImpl.CurrentCursor
|
||||
fullName: TinyLife.GameImpl.CurrentCursor
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/GameImpl.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CurrentCursor
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 160
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -649,14 +513,6 @@ items:
|
|||
nameWithType: GameImpl.CurrentMaps
|
||||
fullName: TinyLife.GameImpl.CurrentMaps
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/GameImpl.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CurrentMaps
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 165
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -683,14 +539,6 @@ items:
|
|||
nameWithType: GameImpl.CurrentMap
|
||||
fullName: TinyLife.GameImpl.CurrentMap
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/GameImpl.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CurrentMap
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 170
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -717,14 +565,6 @@ items:
|
|||
nameWithType: GameImpl.OnFinalizingGameContent
|
||||
fullName: TinyLife.GameImpl.OnFinalizingGameContent
|
||||
type: Event
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/GameImpl.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnFinalizingGameContent
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 176
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -749,14 +589,6 @@ items:
|
|||
nameWithType: GameImpl.OnFinishedLoading
|
||||
fullName: TinyLife.GameImpl.OnFinishedLoading
|
||||
type: Event
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/GameImpl.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnFinishedLoading
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 180
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -778,14 +610,6 @@ items:
|
|||
nameWithType: GameImpl.OnSwitchGameMode
|
||||
fullName: TinyLife.GameImpl.OnSwitchGameMode
|
||||
type: Event
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/GameImpl.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnSwitchGameMode
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 184
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -807,14 +631,6 @@ items:
|
|||
nameWithType: GameImpl.LoadContent()
|
||||
fullName: TinyLife.GameImpl.LoadContent()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/GameImpl.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: LoadContent
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 280
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -836,14 +652,6 @@ items:
|
|||
nameWithType: GameImpl.DoUpdate(GameTime)
|
||||
fullName: TinyLife.GameImpl.DoUpdate(Microsoft.Xna.Framework.GameTime)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/GameImpl.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DoUpdate
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 330
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -872,14 +680,6 @@ items:
|
|||
nameWithType: GameImpl.DoDraw(GameTime)
|
||||
fullName: TinyLife.GameImpl.DoDraw(Microsoft.Xna.Framework.GameTime)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/GameImpl.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DoDraw
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 641
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -908,17 +708,10 @@ items:
|
|||
nameWithType: GameImpl.Dispose(bool)
|
||||
fullName: TinyLife.GameImpl.Dispose(bool)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/GameImpl.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Dispose
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 677
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
summary: ''
|
||||
example: []
|
||||
syntax:
|
||||
content: protected override void Dispose(bool disposing)
|
||||
|
@ -942,14 +735,6 @@ items:
|
|||
nameWithType: GameImpl.RotateCamera(bool)
|
||||
fullName: TinyLife.GameImpl.RotateCamera(bool)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/GameImpl.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RotateCamera
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 700
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -977,14 +762,6 @@ items:
|
|||
nameWithType: GameImpl.ZoomCamera(int)
|
||||
fullName: TinyLife.GameImpl.ZoomCamera(int)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/GameImpl.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ZoomCamera
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 716
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -1012,14 +789,6 @@ items:
|
|||
nameWithType: GameImpl.IsCursorOnUi()
|
||||
fullName: TinyLife.GameImpl.IsCursorOnUi()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/GameImpl.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IsCursorOnUi
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 728
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -1043,14 +812,6 @@ items:
|
|||
nameWithType: GameImpl.SwitchGameMode(GameImpl.GameMode)
|
||||
fullName: TinyLife.GameImpl.SwitchGameMode(TinyLife.GameImpl.GameMode)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/GameImpl.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SwitchGameMode
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 740
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -1078,14 +839,6 @@ items:
|
|||
nameWithType: GameImpl.SwitchMap(Map, Action, Action)
|
||||
fullName: TinyLife.GameImpl.SwitchMap(TinyLife.World.Map, System.Action, System.Action)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/GameImpl.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SwitchMap
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 849
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -1116,14 +869,6 @@ items:
|
|||
nameWithType: GameImpl.CanBeExtremelyFast()
|
||||
fullName: TinyLife.GameImpl.CanBeExtremelyFast()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/GameImpl.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanBeExtremelyFast
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 876
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -1150,14 +895,6 @@ items:
|
|||
nameWithType: GameImpl.CanSwitchGameModes()
|
||||
fullName: TinyLife.GameImpl.CanSwitchGameModes()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/GameImpl.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanSwitchGameModes
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 887
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -1184,14 +921,6 @@ items:
|
|||
nameWithType: GameImpl.FadeKeyboardLighting(Color)
|
||||
fullName: TinyLife.GameImpl.FadeKeyboardLighting(Microsoft.Xna.Framework.Color)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/GameImpl.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FadeKeyboardLighting
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 902
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -1219,14 +948,6 @@ items:
|
|||
nameWithType: GameImpl.TakeScreenshot(Point, RectangleF?, Matrix?, RenderTarget2D)
|
||||
fullName: TinyLife.GameImpl.TakeScreenshot(Microsoft.Xna.Framework.Point, MLEM.Maths.RectangleF?, Microsoft.Xna.Framework.Matrix?, Microsoft.Xna.Framework.Graphics.RenderTarget2D)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/GameImpl.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: TakeScreenshot
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 928
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -1260,14 +981,6 @@ items:
|
|||
nameWithType: GameImpl.MarkLotVisible(Lot)
|
||||
fullName: TinyLife.GameImpl.MarkLotVisible(TinyLife.World.Lot)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/GameImpl.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: MarkLotVisible
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 956
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -1297,14 +1010,6 @@ items:
|
|||
nameWithType: GameImpl.MarkLotNonVisible(Lot)
|
||||
fullName: TinyLife.GameImpl.MarkLotNonVisible(TinyLife.World.Lot)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/GameImpl.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: MarkLotNonVisible
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 972
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -1329,14 +1034,6 @@ items:
|
|||
nameWithType: GameImpl.IsLotVisible(Lot)
|
||||
fullName: TinyLife.GameImpl.IsLotVisible(TinyLife.World.Lot)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/GameImpl.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IsLotVisible
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 983
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -1367,14 +1064,6 @@ items:
|
|||
nameWithType: GameImpl.FollowPerson(PersonLike, bool, Action)
|
||||
fullName: TinyLife.GameImpl.FollowPerson(TinyLife.Objects.PersonLike, bool, System.Action)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/GameImpl.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FollowPerson
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 996
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -1411,14 +1100,6 @@ items:
|
|||
nameWithType: GameImpl.AddMapToSave(PerSaveOptions.MapInfo, Action)
|
||||
fullName: TinyLife.GameImpl.AddMapToSave(TinyLife.PerSaveOptions.MapInfo, System.Action)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/GameImpl.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AddMapToSave
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 1028
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -1449,14 +1130,6 @@ items:
|
|||
nameWithType: GameImpl.RemoveMapFromSave(Map)
|
||||
fullName: TinyLife.GameImpl.RemoveMapFromSave(TinyLife.World.Map)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/GameImpl.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RemoveMapFromSave
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 1051
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -1481,14 +1154,6 @@ items:
|
|||
nameWithType: GameImpl.CompleteAchievement(AchievementType)
|
||||
fullName: TinyLife.GameImpl.CompleteAchievement(TinyLife.Goals.AchievementType)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/GameImpl.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CompleteAchievement
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 1062
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -2001,19 +1666,19 @@ references:
|
|||
isExternal: true
|
||||
- name: (
|
||||
- name: )
|
||||
- uid: Microsoft.Xna.Framework.Game.OnExiting(System.Object,System.EventArgs)
|
||||
commentId: M:Microsoft.Xna.Framework.Game.OnExiting(System.Object,System.EventArgs)
|
||||
- uid: Microsoft.Xna.Framework.Game.OnExiting(System.Object,Microsoft.Xna.Framework.ExitingEventArgs)
|
||||
commentId: M:Microsoft.Xna.Framework.Game.OnExiting(System.Object,Microsoft.Xna.Framework.ExitingEventArgs)
|
||||
parent: Microsoft.Xna.Framework.Game
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object
|
||||
name: OnExiting(object, EventArgs)
|
||||
nameWithType: Game.OnExiting(object, EventArgs)
|
||||
fullName: Microsoft.Xna.Framework.Game.OnExiting(object, System.EventArgs)
|
||||
nameWithType.vb: Game.OnExiting(Object, EventArgs)
|
||||
fullName.vb: Microsoft.Xna.Framework.Game.OnExiting(Object, System.EventArgs)
|
||||
name.vb: OnExiting(Object, EventArgs)
|
||||
name: OnExiting(object, ExitingEventArgs)
|
||||
nameWithType: Game.OnExiting(object, ExitingEventArgs)
|
||||
fullName: Microsoft.Xna.Framework.Game.OnExiting(object, Microsoft.Xna.Framework.ExitingEventArgs)
|
||||
nameWithType.vb: Game.OnExiting(Object, ExitingEventArgs)
|
||||
fullName.vb: Microsoft.Xna.Framework.Game.OnExiting(Object, Microsoft.Xna.Framework.ExitingEventArgs)
|
||||
name.vb: OnExiting(Object, ExitingEventArgs)
|
||||
spec.csharp:
|
||||
- uid: Microsoft.Xna.Framework.Game.OnExiting(System.Object,System.EventArgs)
|
||||
- uid: Microsoft.Xna.Framework.Game.OnExiting(System.Object,Microsoft.Xna.Framework.ExitingEventArgs)
|
||||
name: OnExiting
|
||||
isExternal: true
|
||||
- name: (
|
||||
|
@ -2023,13 +1688,12 @@ references:
|
|||
href: https://learn.microsoft.com/dotnet/api/system.object
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: System.EventArgs
|
||||
name: EventArgs
|
||||
- uid: Microsoft.Xna.Framework.ExitingEventArgs
|
||||
name: ExitingEventArgs
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.eventargs
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: Microsoft.Xna.Framework.Game.OnExiting(System.Object,System.EventArgs)
|
||||
- uid: Microsoft.Xna.Framework.Game.OnExiting(System.Object,Microsoft.Xna.Framework.ExitingEventArgs)
|
||||
name: OnExiting
|
||||
isExternal: true
|
||||
- name: (
|
||||
|
@ -2039,10 +1703,9 @@ references:
|
|||
href: https://learn.microsoft.com/dotnet/api/system.object
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: System.EventArgs
|
||||
name: EventArgs
|
||||
- uid: Microsoft.Xna.Framework.ExitingEventArgs
|
||||
name: ExitingEventArgs
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.eventargs
|
||||
- name: )
|
||||
- uid: Microsoft.Xna.Framework.Game.OnActivated(System.Object,System.EventArgs)
|
||||
commentId: M:Microsoft.Xna.Framework.Game.OnActivated(System.Object,System.EventArgs)
|
||||
|
|
48
docs/api/TinyLife.GameSpeed.yml
generated
48
docs/api/TinyLife.GameSpeed.yml
generated
|
@ -17,14 +17,6 @@ items:
|
|||
nameWithType: GameSpeed
|
||||
fullName: TinyLife.GameSpeed
|
||||
type: Enum
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Options.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GameSpeed
|
||||
path: ../TinyLife/Options.cs
|
||||
startLine: 634
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -49,14 +41,6 @@ items:
|
|||
nameWithType: GameSpeed.Paused
|
||||
fullName: TinyLife.GameSpeed.Paused
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Options.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Paused
|
||||
path: ../TinyLife/Options.cs
|
||||
startLine: 639
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -77,14 +61,6 @@ items:
|
|||
nameWithType: GameSpeed.Regular
|
||||
fullName: TinyLife.GameSpeed.Regular
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Options.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Regular
|
||||
path: ../TinyLife/Options.cs
|
||||
startLine: 643
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -105,14 +81,6 @@ items:
|
|||
nameWithType: GameSpeed.Fast
|
||||
fullName: TinyLife.GameSpeed.Fast
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Options.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Fast
|
||||
path: ../TinyLife/Options.cs
|
||||
startLine: 647
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -133,14 +101,6 @@ items:
|
|||
nameWithType: GameSpeed.VeryFast
|
||||
fullName: TinyLife.GameSpeed.VeryFast
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Options.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: VeryFast
|
||||
path: ../TinyLife/Options.cs
|
||||
startLine: 651
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -161,14 +121,6 @@ items:
|
|||
nameWithType: GameSpeed.ExtremelyFast
|
||||
fullName: TinyLife.GameSpeed.ExtremelyFast
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Options.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ExtremelyFast
|
||||
path: ../TinyLife/Options.cs
|
||||
startLine: 656
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
|
152
docs/api/TinyLife.GenealogyType.yml
generated
152
docs/api/TinyLife.GenealogyType.yml
generated
|
@ -22,14 +22,6 @@ items:
|
|||
nameWithType: GenealogyType
|
||||
fullName: TinyLife.GenealogyType
|
||||
type: Enum
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Relationship.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GenealogyType
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 551
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -44,7 +36,7 @@ items:
|
|||
extensionMethods:
|
||||
- TinyLife.GenealogyType.TinyLife.Utilities.Extensions.GetOpposite
|
||||
- TinyLife.GenealogyType.TinyLife.Utilities.Extensions.GetTransitive(TinyLife.GenealogyType)
|
||||
- TinyLife.GenealogyType.TinyLife.Utilities.Extensions.IsAgeAppropriate(TinyLife.Objects.AgeGroup)
|
||||
- TinyLife.GenealogyType.TinyLife.Utilities.Extensions.IsAgeAppropriate(TinyLife.Objects.AgeGroup,TinyLife.Objects.AgeGroup)
|
||||
- TinyLife.GenealogyType.TinyLife.Utilities.Extensions.JsonCopy``1
|
||||
- uid: TinyLife.GenealogyType.Unrelated
|
||||
commentId: F:TinyLife.GenealogyType.Unrelated
|
||||
|
@ -57,14 +49,6 @@ items:
|
|||
nameWithType: GenealogyType.Unrelated
|
||||
fullName: TinyLife.GenealogyType.Unrelated
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Relationship.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Unrelated
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 556
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -85,14 +69,6 @@ items:
|
|||
nameWithType: GenealogyType.Parent
|
||||
fullName: TinyLife.GenealogyType.Parent
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Relationship.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Parent
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 560
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -113,14 +89,6 @@ items:
|
|||
nameWithType: GenealogyType.Child
|
||||
fullName: TinyLife.GenealogyType.Child
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Relationship.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Child
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 564
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -141,14 +109,6 @@ items:
|
|||
nameWithType: GenealogyType.Sibling
|
||||
fullName: TinyLife.GenealogyType.Sibling
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Relationship.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Sibling
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 568
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -169,14 +129,6 @@ items:
|
|||
nameWithType: GenealogyType.Nibling
|
||||
fullName: TinyLife.GenealogyType.Nibling
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Relationship.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Nibling
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 572
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -197,14 +149,6 @@ items:
|
|||
nameWithType: GenealogyType.Pibling
|
||||
fullName: TinyLife.GenealogyType.Pibling
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Relationship.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Pibling
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 576
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -225,14 +169,6 @@ items:
|
|||
nameWithType: GenealogyType.Grandparent
|
||||
fullName: TinyLife.GenealogyType.Grandparent
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Relationship.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Grandparent
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 580
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -253,14 +189,6 @@ items:
|
|||
nameWithType: GenealogyType.Grandchild
|
||||
fullName: TinyLife.GenealogyType.Grandchild
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Relationship.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Grandchild
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 584
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -281,14 +209,6 @@ items:
|
|||
nameWithType: GenealogyType.Cousin
|
||||
fullName: TinyLife.GenealogyType.Cousin
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Relationship.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Cousin
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 588
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -309,14 +229,6 @@ items:
|
|||
nameWithType: GenealogyType.DistantlyRelated
|
||||
fullName: TinyLife.GenealogyType.DistantlyRelated
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Relationship.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DistantlyRelated
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 592
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -402,38 +314,48 @@ references:
|
|||
name: GenealogyType
|
||||
href: TinyLife.GenealogyType.html
|
||||
- name: )
|
||||
- uid: TinyLife.GenealogyType.TinyLife.Utilities.Extensions.IsAgeAppropriate(TinyLife.Objects.AgeGroup)
|
||||
commentId: M:TinyLife.Utilities.Extensions.IsAgeAppropriate(TinyLife.GenealogyType,TinyLife.Objects.AgeGroup)
|
||||
- uid: TinyLife.GenealogyType.TinyLife.Utilities.Extensions.IsAgeAppropriate(TinyLife.Objects.AgeGroup,TinyLife.Objects.AgeGroup)
|
||||
commentId: M:TinyLife.Utilities.Extensions.IsAgeAppropriate(TinyLife.GenealogyType,TinyLife.Objects.AgeGroup,TinyLife.Objects.AgeGroup)
|
||||
parent: TinyLife.Utilities.Extensions
|
||||
definition: TinyLife.Utilities.Extensions.IsAgeAppropriate(TinyLife.GenealogyType,TinyLife.Objects.AgeGroup)
|
||||
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_IsAgeAppropriate_TinyLife_GenealogyType_TinyLife_Objects_AgeGroup_
|
||||
name: IsAgeAppropriate(GenealogyType, AgeGroup)
|
||||
nameWithType: Extensions.IsAgeAppropriate(GenealogyType, AgeGroup)
|
||||
fullName: TinyLife.Utilities.Extensions.IsAgeAppropriate(TinyLife.GenealogyType, TinyLife.Objects.AgeGroup)
|
||||
definition: TinyLife.Utilities.Extensions.IsAgeAppropriate(TinyLife.GenealogyType,TinyLife.Objects.AgeGroup,TinyLife.Objects.AgeGroup)
|
||||
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_IsAgeAppropriate_TinyLife_GenealogyType_TinyLife_Objects_AgeGroup_TinyLife_Objects_AgeGroup_
|
||||
name: IsAgeAppropriate(GenealogyType, AgeGroup, AgeGroup)
|
||||
nameWithType: Extensions.IsAgeAppropriate(GenealogyType, AgeGroup, AgeGroup)
|
||||
fullName: TinyLife.Utilities.Extensions.IsAgeAppropriate(TinyLife.GenealogyType, TinyLife.Objects.AgeGroup, TinyLife.Objects.AgeGroup)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Utilities.Extensions.IsAgeAppropriate(TinyLife.GenealogyType,TinyLife.Objects.AgeGroup)
|
||||
- uid: TinyLife.Utilities.Extensions.IsAgeAppropriate(TinyLife.GenealogyType,TinyLife.Objects.AgeGroup,TinyLife.Objects.AgeGroup)
|
||||
name: IsAgeAppropriate
|
||||
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_IsAgeAppropriate_TinyLife_GenealogyType_TinyLife_Objects_AgeGroup_
|
||||
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_IsAgeAppropriate_TinyLife_GenealogyType_TinyLife_Objects_AgeGroup_TinyLife_Objects_AgeGroup_
|
||||
- name: (
|
||||
- uid: TinyLife.GenealogyType
|
||||
name: GenealogyType
|
||||
href: TinyLife.GenealogyType.html
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.AgeGroup
|
||||
name: AgeGroup
|
||||
href: TinyLife.Objects.AgeGroup.html
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.AgeGroup
|
||||
name: AgeGroup
|
||||
href: TinyLife.Objects.AgeGroup.html
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Utilities.Extensions.IsAgeAppropriate(TinyLife.GenealogyType,TinyLife.Objects.AgeGroup)
|
||||
- uid: TinyLife.Utilities.Extensions.IsAgeAppropriate(TinyLife.GenealogyType,TinyLife.Objects.AgeGroup,TinyLife.Objects.AgeGroup)
|
||||
name: IsAgeAppropriate
|
||||
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_IsAgeAppropriate_TinyLife_GenealogyType_TinyLife_Objects_AgeGroup_
|
||||
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_IsAgeAppropriate_TinyLife_GenealogyType_TinyLife_Objects_AgeGroup_TinyLife_Objects_AgeGroup_
|
||||
- name: (
|
||||
- uid: TinyLife.GenealogyType
|
||||
name: GenealogyType
|
||||
href: TinyLife.GenealogyType.html
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.AgeGroup
|
||||
name: AgeGroup
|
||||
href: TinyLife.Objects.AgeGroup.html
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.AgeGroup
|
||||
name: AgeGroup
|
||||
href: TinyLife.Objects.AgeGroup.html
|
||||
|
@ -544,36 +466,46 @@ references:
|
|||
name: GenealogyType
|
||||
href: TinyLife.GenealogyType.html
|
||||
- name: )
|
||||
- uid: TinyLife.Utilities.Extensions.IsAgeAppropriate(TinyLife.GenealogyType,TinyLife.Objects.AgeGroup)
|
||||
commentId: M:TinyLife.Utilities.Extensions.IsAgeAppropriate(TinyLife.GenealogyType,TinyLife.Objects.AgeGroup)
|
||||
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_IsAgeAppropriate_TinyLife_GenealogyType_TinyLife_Objects_AgeGroup_
|
||||
name: IsAgeAppropriate(GenealogyType, AgeGroup)
|
||||
nameWithType: Extensions.IsAgeAppropriate(GenealogyType, AgeGroup)
|
||||
fullName: TinyLife.Utilities.Extensions.IsAgeAppropriate(TinyLife.GenealogyType, TinyLife.Objects.AgeGroup)
|
||||
- uid: TinyLife.Utilities.Extensions.IsAgeAppropriate(TinyLife.GenealogyType,TinyLife.Objects.AgeGroup,TinyLife.Objects.AgeGroup)
|
||||
commentId: M:TinyLife.Utilities.Extensions.IsAgeAppropriate(TinyLife.GenealogyType,TinyLife.Objects.AgeGroup,TinyLife.Objects.AgeGroup)
|
||||
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_IsAgeAppropriate_TinyLife_GenealogyType_TinyLife_Objects_AgeGroup_TinyLife_Objects_AgeGroup_
|
||||
name: IsAgeAppropriate(GenealogyType, AgeGroup, AgeGroup)
|
||||
nameWithType: Extensions.IsAgeAppropriate(GenealogyType, AgeGroup, AgeGroup)
|
||||
fullName: TinyLife.Utilities.Extensions.IsAgeAppropriate(TinyLife.GenealogyType, TinyLife.Objects.AgeGroup, TinyLife.Objects.AgeGroup)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Utilities.Extensions.IsAgeAppropriate(TinyLife.GenealogyType,TinyLife.Objects.AgeGroup)
|
||||
- uid: TinyLife.Utilities.Extensions.IsAgeAppropriate(TinyLife.GenealogyType,TinyLife.Objects.AgeGroup,TinyLife.Objects.AgeGroup)
|
||||
name: IsAgeAppropriate
|
||||
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_IsAgeAppropriate_TinyLife_GenealogyType_TinyLife_Objects_AgeGroup_
|
||||
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_IsAgeAppropriate_TinyLife_GenealogyType_TinyLife_Objects_AgeGroup_TinyLife_Objects_AgeGroup_
|
||||
- name: (
|
||||
- uid: TinyLife.GenealogyType
|
||||
name: GenealogyType
|
||||
href: TinyLife.GenealogyType.html
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.AgeGroup
|
||||
name: AgeGroup
|
||||
href: TinyLife.Objects.AgeGroup.html
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.AgeGroup
|
||||
name: AgeGroup
|
||||
href: TinyLife.Objects.AgeGroup.html
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Utilities.Extensions.IsAgeAppropriate(TinyLife.GenealogyType,TinyLife.Objects.AgeGroup)
|
||||
- uid: TinyLife.Utilities.Extensions.IsAgeAppropriate(TinyLife.GenealogyType,TinyLife.Objects.AgeGroup,TinyLife.Objects.AgeGroup)
|
||||
name: IsAgeAppropriate
|
||||
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_IsAgeAppropriate_TinyLife_GenealogyType_TinyLife_Objects_AgeGroup_
|
||||
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_IsAgeAppropriate_TinyLife_GenealogyType_TinyLife_Objects_AgeGroup_TinyLife_Objects_AgeGroup_
|
||||
- name: (
|
||||
- uid: TinyLife.GenealogyType
|
||||
name: GenealogyType
|
||||
href: TinyLife.GenealogyType.html
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.AgeGroup
|
||||
name: AgeGroup
|
||||
href: TinyLife.Objects.AgeGroup.html
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.AgeGroup
|
||||
name: AgeGroup
|
||||
href: TinyLife.Objects.AgeGroup.html
|
||||
|
|
72
docs/api/TinyLife.Goals.Achievement.yml
generated
72
docs/api/TinyLife.Goals.Achievement.yml
generated
|
@ -20,14 +20,6 @@ items:
|
|||
nameWithType: Achievement
|
||||
fullName: TinyLife.Goals.Achievement
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Achievement.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Achievement
|
||||
path: ../TinyLife/Goals/Achievement.cs
|
||||
startLine: 167
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -72,14 +64,6 @@ items:
|
|||
nameWithType: Achievement.Type
|
||||
fullName: TinyLife.Goals.Achievement.Type
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Achievement.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Type
|
||||
path: ../TinyLife/Goals/Achievement.cs
|
||||
startLine: 174
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -111,14 +95,6 @@ items:
|
|||
nameWithType: Achievement.Goals
|
||||
fullName: TinyLife.Goals.Achievement.Goals
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Achievement.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Goals
|
||||
path: ../TinyLife/Goals/Achievement.cs
|
||||
startLine: 178
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -156,14 +132,6 @@ items:
|
|||
nameWithType: Achievement.Completed
|
||||
fullName: TinyLife.Goals.Achievement.Completed
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Achievement.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Completed
|
||||
path: ../TinyLife/Goals/Achievement.cs
|
||||
startLine: 184
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -204,14 +172,6 @@ items:
|
|||
nameWithType: Achievement.Achievement(AchievementType, GoalSet)
|
||||
fullName: TinyLife.Goals.Achievement.Achievement(TinyLife.Goals.AchievementType, TinyLife.Goals.GoalSet)
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Achievement.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Goals/Achievement.cs
|
||||
startLine: 193
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -245,14 +205,6 @@ items:
|
|||
nameWithType: Achievement.Update(GameTime, TimeSpan, float)
|
||||
fullName: TinyLife.Goals.Achievement.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Achievement.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Update
|
||||
path: ../TinyLife/Goals/Achievement.cs
|
||||
startLine: 205
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -289,14 +241,6 @@ items:
|
|||
nameWithType: Achievement.CreateElement()
|
||||
fullName: TinyLife.Goals.Achievement.CreateElement()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Achievement.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CreateElement
|
||||
path: ../TinyLife/Goals/Achievement.cs
|
||||
startLine: 215
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -323,14 +267,6 @@ items:
|
|||
nameWithType: Achievement.Validate()
|
||||
fullName: TinyLife.Goals.Achievement.Validate()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Achievement.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Validate
|
||||
path: ../TinyLife/Goals/Achievement.cs
|
||||
startLine: 247
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -354,14 +290,6 @@ items:
|
|||
nameWithType: Achievement.Complete()
|
||||
fullName: TinyLife.Goals.Achievement.Complete()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Achievement.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Complete
|
||||
path: ../TinyLife/Goals/Achievement.cs
|
||||
startLine: 255
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
|
112
docs/api/TinyLife.Goals.AchievementType.yml
generated
112
docs/api/TinyLife.Goals.AchievementType.yml
generated
|
@ -25,14 +25,6 @@ items:
|
|||
nameWithType: AchievementType
|
||||
fullName: TinyLife.Goals.AchievementType
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Achievement.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AchievementType
|
||||
path: ../TinyLife/Goals/Achievement.cs
|
||||
startLine: 26
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -73,14 +65,6 @@ items:
|
|||
nameWithType: AchievementType.Types
|
||||
fullName: TinyLife.Goals.AchievementType.Types
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Achievement.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Types
|
||||
path: ../TinyLife/Goals/Achievement.cs
|
||||
startLine: 33
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -102,14 +86,6 @@ items:
|
|||
nameWithType: AchievementType.SomeoneDiesOnYourLot
|
||||
fullName: TinyLife.Goals.AchievementType.SomeoneDiesOnYourLot
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Achievement.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SomeoneDiesOnYourLot
|
||||
path: ../TinyLife/Goals/Achievement.cs
|
||||
startLine: 36
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -129,14 +105,6 @@ items:
|
|||
nameWithType: AchievementType.DieOnPublicLot
|
||||
fullName: TinyLife.Goals.AchievementType.DieOnPublicLot
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Achievement.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DieOnPublicLot
|
||||
path: ../TinyLife/Goals/Achievement.cs
|
||||
startLine: 37
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -156,14 +124,6 @@ items:
|
|||
nameWithType: AchievementType.HiddenTrash
|
||||
fullName: TinyLife.Goals.AchievementType.HiddenTrash
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Achievement.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: HiddenTrash
|
||||
path: ../TinyLife/Goals/Achievement.cs
|
||||
startLine: 38
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -183,14 +143,6 @@ items:
|
|||
nameWithType: AchievementType.Name
|
||||
fullName: TinyLife.Goals.AchievementType.Name
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Achievement.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Name
|
||||
path: ../TinyLife/Goals/Achievement.cs
|
||||
startLine: 71
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -212,14 +164,6 @@ items:
|
|||
nameWithType: AchievementType.Icon
|
||||
fullName: TinyLife.Goals.AchievementType.Icon
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Achievement.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Icon
|
||||
path: ../TinyLife/Goals/Achievement.cs
|
||||
startLine: 75
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -241,14 +185,6 @@ items:
|
|||
nameWithType: AchievementType.Goals
|
||||
fullName: TinyLife.Goals.AchievementType.Goals
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Achievement.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Goals
|
||||
path: ../TinyLife/Goals/Achievement.cs
|
||||
startLine: 80
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -273,14 +209,6 @@ items:
|
|||
nameWithType: AchievementType.Hidden
|
||||
fullName: TinyLife.Goals.AchievementType.Hidden
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Achievement.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Hidden
|
||||
path: ../TinyLife/Goals/Achievement.cs
|
||||
startLine: 84
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -302,14 +230,6 @@ items:
|
|||
nameWithType: AchievementType.DisplayName
|
||||
fullName: TinyLife.Goals.AchievementType.DisplayName
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Achievement.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DisplayName
|
||||
path: ../TinyLife/Goals/Achievement.cs
|
||||
startLine: 89
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -333,14 +253,6 @@ items:
|
|||
nameWithType: AchievementType.AchievementType(string, TextureRegion, GoalInfo, bool)
|
||||
fullName: TinyLife.Goals.AchievementType.AchievementType(string, MLEM.Textures.TextureRegion, TinyLife.Goals.GoalInfo, bool)
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Achievement.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Goals/Achievement.cs
|
||||
startLine: 98
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -377,14 +289,6 @@ items:
|
|||
nameWithType: AchievementType.AchievementType(string, TextureRegion, GoalSetInfo, bool)
|
||||
fullName: TinyLife.Goals.AchievementType.AchievementType(string, MLEM.Textures.TextureRegion, TinyLife.Goals.GoalSetInfo, bool)
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Achievement.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Goals/Achievement.cs
|
||||
startLine: 107
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -421,14 +325,6 @@ items:
|
|||
nameWithType: AchievementType.Construct()
|
||||
fullName: TinyLife.Goals.AchievementType.Construct()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Achievement.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Construct
|
||||
path: ../TinyLife/Goals/Achievement.cs
|
||||
startLine: 118
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -452,14 +348,6 @@ items:
|
|||
nameWithType: AchievementType.Register(AchievementType)
|
||||
fullName: TinyLife.Goals.AchievementType.Register(TinyLife.Goals.AchievementType)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Achievement.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Register
|
||||
path: ../TinyLife/Goals/Achievement.cs
|
||||
startLine: 127
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
|
48
docs/api/TinyLife.Goals.AmountGoal.yml
generated
48
docs/api/TinyLife.Goals.AmountGoal.yml
generated
|
@ -17,14 +17,6 @@ items:
|
|||
nameWithType: AmountGoal
|
||||
fullName: TinyLife.Goals.AmountGoal
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/AmountGoal.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AmountGoal
|
||||
path: ../TinyLife/Goals/AmountGoal.cs
|
||||
startLine: 9
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -76,14 +68,6 @@ items:
|
|||
nameWithType: AmountGoal.AmountGoal(GoalSet, AutoGoalInfo)
|
||||
fullName: TinyLife.Goals.AmountGoal.AmountGoal(TinyLife.Goals.GoalSet, TinyLife.Goals.AutoGoalInfo)
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/AmountGoal.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Goals/AmountGoal.cs
|
||||
startLine: 15
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -111,14 +95,6 @@ items:
|
|||
nameWithType: AmountGoal.GetProgress()
|
||||
fullName: TinyLife.Goals.AmountGoal.GetProgress()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/AmountGoal.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetProgress
|
||||
path: ../TinyLife/Goals/AmountGoal.cs
|
||||
startLine: 21
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -143,14 +119,6 @@ items:
|
|||
nameWithType: AmountGoal.Reset()
|
||||
fullName: TinyLife.Goals.AmountGoal.Reset()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/AmountGoal.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Reset
|
||||
path: ../TinyLife/Goals/AmountGoal.cs
|
||||
startLine: 26
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -172,14 +140,6 @@ items:
|
|||
nameWithType: AmountGoal.GetDisplayedProgress(bool)
|
||||
fullName: TinyLife.Goals.AmountGoal.GetDisplayedProgress(bool)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/AmountGoal.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetDisplayedProgress
|
||||
path: ../TinyLife/Goals/AmountGoal.cs
|
||||
startLine: 31
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -213,14 +173,6 @@ items:
|
|||
nameWithType: AmountGoal.Trigger(float)
|
||||
fullName: TinyLife.Goals.AmountGoal.Trigger(float)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/AmountGoal.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Trigger
|
||||
path: ../TinyLife/Goals/AmountGoal.cs
|
||||
startLine: 36
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
|
72
docs/api/TinyLife.Goals.AutoGoalInfo.yml
generated
72
docs/api/TinyLife.Goals.AutoGoalInfo.yml
generated
|
@ -20,14 +20,6 @@ items:
|
|||
nameWithType: AutoGoalInfo
|
||||
fullName: TinyLife.Goals.AutoGoalInfo
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/GoalInfo.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AutoGoalInfo
|
||||
path: ../TinyLife/Goals/GoalInfo.cs
|
||||
startLine: 45
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -71,14 +63,6 @@ items:
|
|||
nameWithType: AutoGoalInfo.Triggers
|
||||
fullName: TinyLife.Goals.AutoGoalInfo.Triggers
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/GoalInfo.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Triggers
|
||||
path: ../TinyLife/Goals/GoalInfo.cs
|
||||
startLine: 51
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -103,14 +87,6 @@ items:
|
|||
nameWithType: AutoGoalInfo.Condition
|
||||
fullName: TinyLife.Goals.AutoGoalInfo.Condition
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/GoalInfo.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Condition
|
||||
path: ../TinyLife/Goals/GoalInfo.cs
|
||||
startLine: 56
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -135,14 +111,6 @@ items:
|
|||
nameWithType: AutoGoalInfo.AutoGoalInfo(string, GoalTrigger[], Func<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>)
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/GoalInfo.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Goals/GoalInfo.cs
|
||||
startLine: 71
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -182,14 +150,6 @@ items:
|
|||
nameWithType: AutoGoalInfo.Timed<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[])
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/GoalInfo.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Timed
|
||||
path: ../TinyLife/Goals/GoalInfo.cs
|
||||
startLine: 89
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -235,14 +195,6 @@ items:
|
|||
nameWithType: AutoGoalInfo.Amount<T>(string, float, Func<T, bool>, params GoalTrigger[])
|
||||
fullName: TinyLife.Goals.AutoGoalInfo.Amount<T>(string, float, System.Func<T, bool>, params TinyLife.Goals.GoalTrigger[])
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/GoalInfo.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Amount
|
||||
path: ../TinyLife/Goals/GoalInfo.cs
|
||||
startLine: 104
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -288,14 +240,6 @@ items:
|
|||
nameWithType: AutoGoalInfo.Distinct<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[])
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/GoalInfo.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Distinct
|
||||
path: ../TinyLife/Goals/GoalInfo.cs
|
||||
startLine: 121
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -346,14 +290,6 @@ items:
|
|||
nameWithType: AutoGoalInfo.Distinct<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[])
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/GoalInfo.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Distinct
|
||||
path: ../TinyLife/Goals/GoalInfo.cs
|
||||
startLine: 141
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -404,14 +340,6 @@ items:
|
|||
nameWithType: AutoGoalInfo.Conditioned<T>(string, Func<T, bool>, params GoalTrigger[])
|
||||
fullName: TinyLife.Goals.AutoGoalInfo.Conditioned<T>(string, System.Func<T, bool>, params TinyLife.Goals.GoalTrigger[])
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/GoalInfo.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Conditioned
|
||||
path: ../TinyLife/Goals/GoalInfo.cs
|
||||
startLine: 158
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
|
40
docs/api/TinyLife.Goals.AutoTriggerGoal-1.yml
generated
40
docs/api/TinyLife.Goals.AutoTriggerGoal-1.yml
generated
|
@ -16,14 +16,6 @@ items:
|
|||
nameWithType: AutoTriggerGoal<T>
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<T>
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/AutoTriggerGoal.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AutoTriggerGoal
|
||||
path: ../TinyLife/Goals/AutoTriggerGoal.cs
|
||||
startLine: 35
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -85,14 +77,6 @@ items:
|
|||
nameWithType: AutoTriggerGoal<T>.AutoTriggerGoal(GoalSet, AutoGoalInfo)
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<T>.AutoTriggerGoal(TinyLife.Goals.GoalSet, TinyLife.Goals.AutoGoalInfo)
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/AutoTriggerGoal.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Goals/AutoTriggerGoal.cs
|
||||
startLine: 38
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -120,14 +104,6 @@ items:
|
|||
nameWithType: AutoTriggerGoal<T>.Trigger(T)
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<T>.Trigger(T)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/AutoTriggerGoal.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Trigger
|
||||
path: ../TinyLife/Goals/AutoTriggerGoal.cs
|
||||
startLine: 41
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -157,14 +133,6 @@ items:
|
|||
nameWithType: AutoTriggerGoal<T>.Trigger(object)
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<T>.Trigger(object)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/AutoTriggerGoal.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Trigger
|
||||
path: ../TinyLife/Goals/AutoTriggerGoal.cs
|
||||
startLine: 44
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -196,14 +164,6 @@ items:
|
|||
nameWithType: AutoTriggerGoal<T>.CanTrigger(object, GoalTrigger, object)
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<T>.CanTrigger(object, TinyLife.Goals.GoalTrigger, object)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/AutoTriggerGoal.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanTrigger
|
||||
path: ../TinyLife/Goals/AutoTriggerGoal.cs
|
||||
startLine: 49
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
|
32
docs/api/TinyLife.Goals.AutoTriggerGoal.yml
generated
32
docs/api/TinyLife.Goals.AutoTriggerGoal.yml
generated
|
@ -15,14 +15,6 @@ items:
|
|||
nameWithType: AutoTriggerGoal
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/AutoTriggerGoal.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AutoTriggerGoal
|
||||
path: ../TinyLife/Goals/AutoTriggerGoal.cs
|
||||
startLine: 8
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -75,14 +67,6 @@ items:
|
|||
nameWithType: AutoTriggerGoal.AutoTriggerGoal(GoalSet, AutoGoalInfo)
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal.AutoTriggerGoal(TinyLife.Goals.GoalSet, TinyLife.Goals.AutoGoalInfo)
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/AutoTriggerGoal.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Goals/AutoTriggerGoal.cs
|
||||
startLine: 11
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -110,14 +94,6 @@ items:
|
|||
nameWithType: AutoTriggerGoal.Trigger(object)
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal.Trigger(object)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/AutoTriggerGoal.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Trigger
|
||||
path: ../TinyLife/Goals/AutoTriggerGoal.cs
|
||||
startLine: 18
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -148,14 +124,6 @@ items:
|
|||
nameWithType: AutoTriggerGoal.CanTrigger(object, GoalTrigger, object)
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal.CanTrigger(object, TinyLife.Goals.GoalTrigger, object)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/AutoTriggerGoal.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanTrigger
|
||||
path: ../TinyLife/Goals/AutoTriggerGoal.cs
|
||||
startLine: 28
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
|
48
docs/api/TinyLife.Goals.ConditionedGoal.yml
generated
48
docs/api/TinyLife.Goals.ConditionedGoal.yml
generated
|
@ -17,14 +17,6 @@ items:
|
|||
nameWithType: ConditionedGoal
|
||||
fullName: TinyLife.Goals.ConditionedGoal
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/ConditionedGoal.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ConditionedGoal
|
||||
path: ../TinyLife/Goals/ConditionedGoal.cs
|
||||
startLine: 8
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -76,14 +68,6 @@ items:
|
|||
nameWithType: ConditionedGoal.ConditionedGoal(GoalSet, AutoGoalInfo)
|
||||
fullName: TinyLife.Goals.ConditionedGoal.ConditionedGoal(TinyLife.Goals.GoalSet, TinyLife.Goals.AutoGoalInfo)
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/ConditionedGoal.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Goals/ConditionedGoal.cs
|
||||
startLine: 14
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -111,14 +95,6 @@ items:
|
|||
nameWithType: ConditionedGoal.GetProgress()
|
||||
fullName: TinyLife.Goals.ConditionedGoal.GetProgress()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/ConditionedGoal.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetProgress
|
||||
path: ../TinyLife/Goals/ConditionedGoal.cs
|
||||
startLine: 17
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -143,14 +119,6 @@ items:
|
|||
nameWithType: ConditionedGoal.Reset()
|
||||
fullName: TinyLife.Goals.ConditionedGoal.Reset()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/ConditionedGoal.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Reset
|
||||
path: ../TinyLife/Goals/ConditionedGoal.cs
|
||||
startLine: 22
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -172,14 +140,6 @@ items:
|
|||
nameWithType: ConditionedGoal.GetDisplayedProgress(bool)
|
||||
fullName: TinyLife.Goals.ConditionedGoal.GetDisplayedProgress(bool)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/ConditionedGoal.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetDisplayedProgress
|
||||
path: ../TinyLife/Goals/ConditionedGoal.cs
|
||||
startLine: 27
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -213,14 +173,6 @@ items:
|
|||
nameWithType: ConditionedGoal.Trigger(bool)
|
||||
fullName: TinyLife.Goals.ConditionedGoal.Trigger(bool)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/ConditionedGoal.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Trigger
|
||||
path: ../TinyLife/Goals/ConditionedGoal.cs
|
||||
startLine: 34
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
|
64
docs/api/TinyLife.Goals.DistinctGoal-1.yml
generated
64
docs/api/TinyLife.Goals.DistinctGoal-1.yml
generated
|
@ -19,14 +19,6 @@ items:
|
|||
nameWithType: DistinctGoal<T>
|
||||
fullName: TinyLife.Goals.DistinctGoal<T>
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/DistinctGoal.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DistinctGoal
|
||||
path: ../TinyLife/Goals/DistinctGoal.cs
|
||||
startLine: 10
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -81,14 +73,6 @@ items:
|
|||
nameWithType: DistinctGoal<T>.DistinctGoal(GoalSet, AutoGoalInfo)
|
||||
fullName: TinyLife.Goals.DistinctGoal<T>.DistinctGoal(TinyLife.Goals.GoalSet, TinyLife.Goals.AutoGoalInfo)
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/DistinctGoal.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Goals/DistinctGoal.cs
|
||||
startLine: 17
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -116,14 +100,6 @@ items:
|
|||
nameWithType: DistinctGoal<T>.GetProgress()
|
||||
fullName: TinyLife.Goals.DistinctGoal<T>.GetProgress()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/DistinctGoal.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetProgress
|
||||
path: ../TinyLife/Goals/DistinctGoal.cs
|
||||
startLine: 23
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -150,14 +126,6 @@ items:
|
|||
nameWithType: DistinctGoal<T>.Reset()
|
||||
fullName: TinyLife.Goals.DistinctGoal<T>.Reset()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/DistinctGoal.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Reset
|
||||
path: ../TinyLife/Goals/DistinctGoal.cs
|
||||
startLine: 28
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -181,14 +149,6 @@ items:
|
|||
nameWithType: DistinctGoal<T>.GetDisplayedProgress(bool)
|
||||
fullName: TinyLife.Goals.DistinctGoal<T>.GetDisplayedProgress(bool)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/DistinctGoal.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetDisplayedProgress
|
||||
path: ../TinyLife/Goals/DistinctGoal.cs
|
||||
startLine: 33
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -222,14 +182,6 @@ items:
|
|||
nameWithType: DistinctGoal<T>.Validate(GoalSet)
|
||||
fullName: TinyLife.Goals.DistinctGoal<T>.Validate(TinyLife.Goals.GoalSet)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/DistinctGoal.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Validate
|
||||
path: ../TinyLife/Goals/DistinctGoal.cs
|
||||
startLine: 38
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -260,14 +212,6 @@ items:
|
|||
nameWithType: DistinctGoal<T>.Trigger(T)
|
||||
fullName: TinyLife.Goals.DistinctGoal<T>.Trigger(T)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/DistinctGoal.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Trigger
|
||||
path: ../TinyLife/Goals/DistinctGoal.cs
|
||||
startLine: 48
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -298,14 +242,6 @@ items:
|
|||
nameWithType: DistinctGoal<T>.CanTrigger(object, GoalTrigger, object)
|
||||
fullName: TinyLife.Goals.DistinctGoal<T>.CanTrigger(object, TinyLife.Goals.GoalTrigger, object)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/DistinctGoal.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanTrigger
|
||||
path: ../TinyLife/Goals/DistinctGoal.cs
|
||||
startLine: 56
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
|
24
docs/api/TinyLife.Goals.Goal-1.yml
generated
24
docs/api/TinyLife.Goals.Goal-1.yml
generated
|
@ -14,14 +14,6 @@ items:
|
|||
nameWithType: Goal<TInfo>
|
||||
fullName: TinyLife.Goals.Goal<TInfo>
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Goal.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Goal
|
||||
path: ../TinyLife/Goals/Goal.cs
|
||||
startLine: 104
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -77,14 +69,6 @@ items:
|
|||
nameWithType: Goal<TInfo>.Info
|
||||
fullName: TinyLife.Goals.Goal<TInfo>.Info
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Goal.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Info
|
||||
path: ../TinyLife/Goals/Goal.cs
|
||||
startLine: 107
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -110,14 +94,6 @@ items:
|
|||
nameWithType: Goal<TInfo>.Goal(GoalSet, TInfo)
|
||||
fullName: TinyLife.Goals.Goal<TInfo>.Goal(TinyLife.Goals.GoalSet, TInfo)
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Goal.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Goals/Goal.cs
|
||||
startLine: 110
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
|
80
docs/api/TinyLife.Goals.Goal.yml
generated
80
docs/api/TinyLife.Goals.Goal.yml
generated
|
@ -21,14 +21,6 @@ items:
|
|||
nameWithType: Goal
|
||||
fullName: TinyLife.Goals.Goal
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Goal.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Goal
|
||||
path: ../TinyLife/Goals/Goal.cs
|
||||
startLine: 13
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -82,14 +74,6 @@ items:
|
|||
nameWithType: Goal.Name
|
||||
fullName: TinyLife.Goals.Goal.Name
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Goal.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Name
|
||||
path: ../TinyLife/Goals/Goal.cs
|
||||
startLine: 20
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -121,14 +105,6 @@ items:
|
|||
nameWithType: Goal.Set
|
||||
fullName: TinyLife.Goals.Goal.Set
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Goal.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Set
|
||||
path: ../TinyLife/Goals/Goal.cs
|
||||
startLine: 24
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -152,14 +128,6 @@ items:
|
|||
nameWithType: Goal.Info
|
||||
fullName: TinyLife.Goals.Goal.Info
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Goal.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Info
|
||||
path: ../TinyLife/Goals/Goal.cs
|
||||
startLine: 28
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -183,14 +151,6 @@ items:
|
|||
nameWithType: Goal.Goal(GoalSet, GoalInfo)
|
||||
fullName: TinyLife.Goals.Goal.Goal(TinyLife.Goals.GoalSet, TinyLife.Goals.GoalInfo)
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Goal.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Goals/Goal.cs
|
||||
startLine: 35
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -221,14 +181,6 @@ items:
|
|||
nameWithType: Goal.GetProgress()
|
||||
fullName: TinyLife.Goals.Goal.GetProgress()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Goal.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetProgress
|
||||
path: ../TinyLife/Goals/Goal.cs
|
||||
startLine: 45
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -252,14 +204,6 @@ items:
|
|||
nameWithType: Goal.Reset()
|
||||
fullName: TinyLife.Goals.Goal.Reset()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Goal.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Reset
|
||||
path: ../TinyLife/Goals/Goal.cs
|
||||
startLine: 50
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -280,14 +224,6 @@ items:
|
|||
nameWithType: Goal.GetDisplayedProgress(bool)
|
||||
fullName: TinyLife.Goals.Goal.GetDisplayedProgress(bool)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Goal.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetDisplayedProgress
|
||||
path: ../TinyLife/Goals/Goal.cs
|
||||
startLine: 57
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -320,14 +256,6 @@ items:
|
|||
nameWithType: Goal.Validate(GoalSet)
|
||||
fullName: TinyLife.Goals.Goal.Validate(TinyLife.Goals.GoalSet)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Goal.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Validate
|
||||
path: ../TinyLife/Goals/Goal.cs
|
||||
startLine: 66
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -355,14 +283,6 @@ items:
|
|||
nameWithType: Goal.GetDisplay(Anchor, bool, bool)
|
||||
fullName: TinyLife.Goals.Goal.GetDisplay(MLEM.Ui.Anchor, bool, bool)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Goal.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetDisplay
|
||||
path: ../TinyLife/Goals/Goal.cs
|
||||
startLine: 81
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
|
32
docs/api/TinyLife.Goals.GoalInfo.yml
generated
32
docs/api/TinyLife.Goals.GoalInfo.yml
generated
|
@ -15,14 +15,6 @@ items:
|
|||
nameWithType: GoalInfo
|
||||
fullName: TinyLife.Goals.GoalInfo
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/GoalInfo.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GoalInfo
|
||||
path: ../TinyLife/Goals/GoalInfo.cs
|
||||
startLine: 11
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -65,14 +57,6 @@ items:
|
|||
nameWithType: GoalInfo.Name
|
||||
fullName: TinyLife.Goals.GoalInfo.Name
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/GoalInfo.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Name
|
||||
path: ../TinyLife/Goals/GoalInfo.cs
|
||||
startLine: 16
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -94,14 +78,6 @@ items:
|
|||
nameWithType: GoalInfo.GoalInfo(string, Func<GoalSet, GoalInfo, Goal>)
|
||||
fullName: TinyLife.Goals.GoalInfo.GoalInfo(string, System.Func<TinyLife.Goals.GoalSet, TinyLife.Goals.GoalInfo, TinyLife.Goals.Goal>)
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/GoalInfo.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Goals/GoalInfo.cs
|
||||
startLine: 24
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -132,14 +108,6 @@ items:
|
|||
nameWithType: GoalInfo.Construct(GoalSet)
|
||||
fullName: TinyLife.Goals.GoalInfo.Construct(TinyLife.Goals.GoalSet)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/GoalInfo.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Construct
|
||||
path: ../TinyLife/Goals/GoalInfo.cs
|
||||
startLine: 35
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
|
96
docs/api/TinyLife.Goals.GoalSet.yml
generated
96
docs/api/TinyLife.Goals.GoalSet.yml
generated
|
@ -23,14 +23,6 @@ items:
|
|||
nameWithType: GoalSet
|
||||
fullName: TinyLife.Goals.GoalSet
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/GoalSet.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GoalSet
|
||||
path: ../TinyLife/Goals/GoalSet.cs
|
||||
startLine: 44
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -82,14 +74,6 @@ items:
|
|||
nameWithType: GoalSet.Goals
|
||||
fullName: TinyLife.Goals.GoalSet.Goals
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/GoalSet.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Goals
|
||||
path: ../TinyLife/Goals/GoalSet.cs
|
||||
startLine: 52
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -113,14 +97,6 @@ items:
|
|||
nameWithType: GoalSet.Info
|
||||
fullName: TinyLife.Goals.GoalSet.Info
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/GoalSet.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Info
|
||||
path: ../TinyLife/Goals/GoalSet.cs
|
||||
startLine: 56
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -144,14 +120,6 @@ items:
|
|||
nameWithType: GoalSet.GoalSet(GoalSetInfo)
|
||||
fullName: TinyLife.Goals.GoalSet.GoalSet(TinyLife.Goals.GoalSetInfo)
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/GoalSet.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Goals/GoalSet.cs
|
||||
startLine: 62
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -179,14 +147,6 @@ items:
|
|||
nameWithType: GoalSet.GetProgress()
|
||||
fullName: TinyLife.Goals.GoalSet.GetProgress()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/GoalSet.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetProgress
|
||||
path: ../TinyLife/Goals/GoalSet.cs
|
||||
startLine: 71
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -210,14 +170,6 @@ items:
|
|||
nameWithType: GoalSet.IsCompleted()
|
||||
fullName: TinyLife.Goals.GoalSet.IsCompleted()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/GoalSet.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IsCompleted
|
||||
path: ../TinyLife/Goals/GoalSet.cs
|
||||
startLine: 83
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -244,14 +196,6 @@ items:
|
|||
nameWithType: GoalSet.Reset()
|
||||
fullName: TinyLife.Goals.GoalSet.Reset()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/GoalSet.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Reset
|
||||
path: ../TinyLife/Goals/GoalSet.cs
|
||||
startLine: 90
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -272,14 +216,6 @@ items:
|
|||
nameWithType: GoalSet.GetGoals<T>()
|
||||
fullName: TinyLife.Goals.GoalSet.GetGoals<T>()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/GoalSet.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetGoals
|
||||
path: ../TinyLife/Goals/GoalSet.cs
|
||||
startLine: 100
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -309,14 +245,6 @@ items:
|
|||
nameWithType: GoalSet.GetGoal<T>(string)
|
||||
fullName: TinyLife.Goals.GoalSet.GetGoal<T>(string)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/GoalSet.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetGoal
|
||||
path: ../TinyLife/Goals/GoalSet.cs
|
||||
startLine: 110
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -350,14 +278,6 @@ items:
|
|||
nameWithType: GoalSet.GetGoal<T>()
|
||||
fullName: TinyLife.Goals.GoalSet.GetGoal<T>()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/GoalSet.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetGoal
|
||||
path: ../TinyLife/Goals/GoalSet.cs
|
||||
startLine: 120
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -390,14 +310,6 @@ items:
|
|||
nameWithType: GoalSet.GetDisplay(Anchor, bool)
|
||||
fullName: TinyLife.Goals.GoalSet.GetDisplay(MLEM.Ui.Anchor, bool)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/GoalSet.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetDisplay
|
||||
path: ../TinyLife/Goals/GoalSet.cs
|
||||
startLine: 130
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -431,14 +343,6 @@ items:
|
|||
nameWithType: GoalSet.Validate(GoalSetInfo)
|
||||
fullName: TinyLife.Goals.GoalSet.Validate(TinyLife.Goals.GoalSetInfo)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/GoalSet.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Validate
|
||||
path: ../TinyLife/Goals/GoalSet.cs
|
||||
startLine: 146
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
|
32
docs/api/TinyLife.Goals.GoalSetInfo.yml
generated
32
docs/api/TinyLife.Goals.GoalSetInfo.yml
generated
|
@ -15,14 +15,6 @@ items:
|
|||
nameWithType: GoalSetInfo
|
||||
fullName: TinyLife.Goals.GoalSetInfo
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/GoalSet.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GoalSetInfo
|
||||
path: ../TinyLife/Goals/GoalSet.cs
|
||||
startLine: 15
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -60,14 +52,6 @@ items:
|
|||
nameWithType: GoalSetInfo.Configurations
|
||||
fullName: TinyLife.Goals.GoalSetInfo.Configurations
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/GoalSet.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Configurations
|
||||
path: ../TinyLife/Goals/GoalSet.cs
|
||||
startLine: 20
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -89,14 +73,6 @@ items:
|
|||
nameWithType: GoalSetInfo.GoalSetInfo(params GoalInfo[])
|
||||
fullName: TinyLife.Goals.GoalSetInfo.GoalSetInfo(params TinyLife.Goals.GoalInfo[])
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/GoalSet.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Goals/GoalSet.cs
|
||||
startLine: 26
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -124,14 +100,6 @@ items:
|
|||
nameWithType: GoalSetInfo.Construct()
|
||||
fullName: TinyLife.Goals.GoalSetInfo.Construct()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/GoalSet.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Construct
|
||||
path: ../TinyLife/Goals/GoalSet.cs
|
||||
startLine: 34
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
|
160
docs/api/TinyLife.Goals.GoalTrigger.yml
generated
160
docs/api/TinyLife.Goals.GoalTrigger.yml
generated
|
@ -31,14 +31,6 @@ items:
|
|||
nameWithType: GoalTrigger
|
||||
fullName: TinyLife.Goals.GoalTrigger
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/GoalTrigger.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GoalTrigger
|
||||
path: ../TinyLife/Goals/GoalTrigger.cs
|
||||
startLine: 16
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -73,14 +65,6 @@ items:
|
|||
nameWithType: GoalTrigger.PersonUpdate
|
||||
fullName: TinyLife.Goals.GoalTrigger.PersonUpdate
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/GoalTrigger.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PersonUpdate
|
||||
path: ../TinyLife/Goals/GoalTrigger.cs
|
||||
startLine: 22
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -105,14 +89,6 @@ items:
|
|||
nameWithType: GoalTrigger.FurnitureCreated
|
||||
fullName: TinyLife.Goals.GoalTrigger.FurnitureCreated
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/GoalTrigger.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FurnitureCreated
|
||||
path: ../TinyLife/Goals/GoalTrigger.cs
|
||||
startLine: 28
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -139,14 +115,6 @@ items:
|
|||
nameWithType: GoalTrigger.ActionCompleted
|
||||
fullName: TinyLife.Goals.GoalTrigger.ActionCompleted
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/GoalTrigger.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ActionCompleted
|
||||
path: ../TinyLife/Goals/GoalTrigger.cs
|
||||
startLine: 33
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -171,14 +139,6 @@ items:
|
|||
nameWithType: GoalTrigger.ActionEnded
|
||||
fullName: TinyLife.Goals.GoalTrigger.ActionEnded
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/GoalTrigger.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ActionEnded
|
||||
path: ../TinyLife/Goals/GoalTrigger.cs
|
||||
startLine: 38
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -203,14 +163,6 @@ items:
|
|||
nameWithType: GoalTrigger.ActionUpdate
|
||||
fullName: TinyLife.Goals.GoalTrigger.ActionUpdate
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/GoalTrigger.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ActionUpdate
|
||||
path: ../TinyLife/Goals/GoalTrigger.cs
|
||||
startLine: 43
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -235,14 +187,6 @@ items:
|
|||
nameWithType: GoalTrigger.EarnMoney
|
||||
fullName: TinyLife.Goals.GoalTrigger.EarnMoney
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/GoalTrigger.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: EarnMoney
|
||||
path: ../TinyLife/Goals/GoalTrigger.cs
|
||||
startLine: 49
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -269,14 +213,6 @@ items:
|
|||
nameWithType: GoalTrigger.EmotionGained
|
||||
fullName: TinyLife.Goals.GoalTrigger.EmotionGained
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/GoalTrigger.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: EmotionGained
|
||||
path: ../TinyLife/Goals/GoalTrigger.cs
|
||||
startLine: 54
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -301,14 +237,6 @@ items:
|
|||
nameWithType: GoalTrigger.EmotionLost
|
||||
fullName: TinyLife.Goals.GoalTrigger.EmotionLost
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/GoalTrigger.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: EmotionLost
|
||||
path: ../TinyLife/Goals/GoalTrigger.cs
|
||||
startLine: 59
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -333,14 +261,6 @@ items:
|
|||
nameWithType: GoalTrigger.FoodEaten
|
||||
fullName: TinyLife.Goals.GoalTrigger.FoodEaten
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/GoalTrigger.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FoodEaten
|
||||
path: ../TinyLife/Goals/GoalTrigger.cs
|
||||
startLine: 64
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -365,14 +285,6 @@ items:
|
|||
nameWithType: GoalTrigger.ProjectCompleted
|
||||
fullName: TinyLife.Goals.GoalTrigger.ProjectCompleted
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/GoalTrigger.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ProjectCompleted
|
||||
path: ../TinyLife/Goals/GoalTrigger.cs
|
||||
startLine: 69
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -397,14 +309,6 @@ items:
|
|||
nameWithType: GoalTrigger.Name
|
||||
fullName: TinyLife.Goals.GoalTrigger.Name
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/GoalTrigger.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Name
|
||||
path: ../TinyLife/Goals/GoalTrigger.cs
|
||||
startLine: 74
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -426,14 +330,6 @@ items:
|
|||
nameWithType: GoalTrigger.ValidObjects
|
||||
fullName: TinyLife.Goals.GoalTrigger.ValidObjects
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/GoalTrigger.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ValidObjects
|
||||
path: ../TinyLife/Goals/GoalTrigger.cs
|
||||
startLine: 78
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -455,14 +351,6 @@ items:
|
|||
nameWithType: GoalTrigger.ValidValues
|
||||
fullName: TinyLife.Goals.GoalTrigger.ValidValues
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/GoalTrigger.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ValidValues
|
||||
path: ../TinyLife/Goals/GoalTrigger.cs
|
||||
startLine: 82
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -484,14 +372,6 @@ items:
|
|||
nameWithType: GoalTrigger.GoalTrigger(string, IEnumerable<Type>, IEnumerable<Type>)
|
||||
fullName: TinyLife.Goals.GoalTrigger.GoalTrigger(string, System.Collections.Generic.IEnumerable<System.Type>, System.Collections.Generic.IEnumerable<System.Type>)
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/GoalTrigger.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Goals/GoalTrigger.cs
|
||||
startLine: 90
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -525,14 +405,6 @@ items:
|
|||
nameWithType: GoalTrigger.IsObjectCompatible(Type)
|
||||
fullName: TinyLife.Goals.GoalTrigger.IsObjectCompatible(System.Type)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/GoalTrigger.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IsObjectCompatible
|
||||
path: ../TinyLife/Goals/GoalTrigger.cs
|
||||
startLine: 113
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -563,14 +435,6 @@ items:
|
|||
nameWithType: GoalTrigger.IsValueCompatible(Type)
|
||||
fullName: TinyLife.Goals.GoalTrigger.IsValueCompatible(System.Type)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/GoalTrigger.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IsValueCompatible
|
||||
path: ../TinyLife/Goals/GoalTrigger.cs
|
||||
startLine: 127
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -601,14 +465,6 @@ items:
|
|||
nameWithType: GoalTrigger.Equals(GoalTrigger)
|
||||
fullName: TinyLife.Goals.GoalTrigger.Equals(TinyLife.Goals.GoalTrigger)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/GoalTrigger.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Equals
|
||||
path: ../TinyLife/Goals/GoalTrigger.cs
|
||||
startLine: 136
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -638,14 +494,6 @@ items:
|
|||
nameWithType: GoalTrigger.Equals(object)
|
||||
fullName: TinyLife.Goals.GoalTrigger.Equals(object)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/GoalTrigger.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Equals
|
||||
path: ../TinyLife/Goals/GoalTrigger.cs
|
||||
startLine: 141
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -677,14 +525,6 @@ items:
|
|||
nameWithType: GoalTrigger.GetHashCode()
|
||||
fullName: TinyLife.Goals.GoalTrigger.GetHashCode()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/GoalTrigger.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetHashCode
|
||||
path: ../TinyLife/Goals/GoalTrigger.cs
|
||||
startLine: 146
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
|
32
docs/api/TinyLife.Goals.IGoalTriggerable.yml
generated
32
docs/api/TinyLife.Goals.IGoalTriggerable.yml
generated
|
@ -15,14 +15,6 @@ items:
|
|||
nameWithType: IGoalTriggerable
|
||||
fullName: TinyLife.Goals.IGoalTriggerable
|
||||
type: Interface
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/IGoalTriggerable.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IGoalTriggerable
|
||||
path: ../TinyLife/Goals/IGoalTriggerable.cs
|
||||
startLine: 9
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -44,14 +36,6 @@ items:
|
|||
nameWithType: IGoalTriggerable.TryTrigger(object, GoalTrigger, object)
|
||||
fullName: TinyLife.Goals.IGoalTriggerable.TryTrigger(object, TinyLife.Goals.GoalTrigger, object)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/IGoalTriggerable.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: TryTrigger
|
||||
path: ../TinyLife/Goals/IGoalTriggerable.cs
|
||||
startLine: 19
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -91,14 +75,6 @@ items:
|
|||
nameWithType: IGoalTriggerable.Trigger(IGoalTriggerable, object, GoalTrigger, params object[])
|
||||
fullName: TinyLife.Goals.IGoalTriggerable.Trigger(TinyLife.Goals.IGoalTriggerable, object, TinyLife.Goals.GoalTrigger, params object[])
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/IGoalTriggerable.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Trigger
|
||||
path: ../TinyLife/Goals/IGoalTriggerable.cs
|
||||
startLine: 31
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -143,14 +119,6 @@ items:
|
|||
nameWithType: IGoalTriggerable.Trigger(IEnumerable<IGoalTriggerable>, object, GoalTrigger, params object[])
|
||||
fullName: TinyLife.Goals.IGoalTriggerable.Trigger(System.Collections.Generic.IEnumerable<TinyLife.Goals.IGoalTriggerable>, object, TinyLife.Goals.GoalTrigger, params object[])
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/IGoalTriggerable.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Trigger
|
||||
path: ../TinyLife/Goals/IGoalTriggerable.cs
|
||||
startLine: 55
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
|
|
@ -12,14 +12,6 @@ items:
|
|||
nameWithType: Job.JobPerformanceDelegate
|
||||
fullName: TinyLife.Goals.Job.JobPerformanceDelegate
|
||||
type: Delegate
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Job.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: JobPerformanceDelegate
|
||||
path: ../TinyLife/Goals/Job.cs
|
||||
startLine: 332
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
|
184
docs/api/TinyLife.Goals.Job.yml
generated
184
docs/api/TinyLife.Goals.Job.yml
generated
|
@ -34,14 +34,6 @@ items:
|
|||
nameWithType: Job
|
||||
fullName: TinyLife.Goals.Job
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Job.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Job
|
||||
path: ../TinyLife/Goals/Job.cs
|
||||
startLine: 21
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -94,14 +86,6 @@ items:
|
|||
nameWithType: Job.OnGetWorkingPerformance
|
||||
fullName: TinyLife.Goals.Job.OnGetWorkingPerformance
|
||||
type: Event
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Job.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnGetWorkingPerformance
|
||||
path: ../TinyLife/Goals/Job.cs
|
||||
startLine: 28
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -126,14 +110,6 @@ items:
|
|||
nameWithType: Job.Type
|
||||
fullName: TinyLife.Goals.Job.Type
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Job.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Type
|
||||
path: ../TinyLife/Goals/Job.cs
|
||||
startLine: 36
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -165,14 +141,6 @@ items:
|
|||
nameWithType: Job.Person
|
||||
fullName: TinyLife.Goals.Job.Person
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Job.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Person
|
||||
path: ../TinyLife/Goals/Job.cs
|
||||
startLine: 40
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -196,14 +164,6 @@ items:
|
|||
nameWithType: Job.Performance
|
||||
fullName: TinyLife.Goals.Job.Performance
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Job.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Performance
|
||||
path: ../TinyLife/Goals/Job.cs
|
||||
startLine: 45
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -240,14 +200,6 @@ items:
|
|||
nameWithType: Job.RequiredPromotionPerformance
|
||||
fullName: TinyLife.Goals.Job.RequiredPromotionPerformance
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Job.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RequiredPromotionPerformance
|
||||
path: ../TinyLife/Goals/Job.cs
|
||||
startLine: 51
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -274,14 +226,6 @@ items:
|
|||
nameWithType: Job.Level
|
||||
fullName: TinyLife.Goals.Job.Level
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Job.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Level
|
||||
path: ../TinyLife/Goals/Job.cs
|
||||
startLine: 56
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -318,14 +262,6 @@ items:
|
|||
nameWithType: Job.DailyTasks
|
||||
fullName: TinyLife.Goals.Job.DailyTasks
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Job.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DailyTasks
|
||||
path: ../TinyLife/Goals/Job.cs
|
||||
startLine: 61
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -359,14 +295,6 @@ items:
|
|||
nameWithType: Job.AmountOfRaises
|
||||
fullName: TinyLife.Goals.Job.AmountOfRaises
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Job.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AmountOfRaises
|
||||
path: ../TinyLife/Goals/Job.cs
|
||||
startLine: 67
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -403,14 +331,6 @@ items:
|
|||
nameWithType: Job.CurrentHourlyPay
|
||||
fullName: TinyLife.Goals.Job.CurrentHourlyPay
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Job.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CurrentHourlyPay
|
||||
path: ../TinyLife/Goals/Job.cs
|
||||
startLine: 72
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -434,14 +354,6 @@ items:
|
|||
nameWithType: Job.VacationDaysAvailable
|
||||
fullName: TinyLife.Goals.Job.VacationDaysAvailable
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Job.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: VacationDaysAvailable
|
||||
path: ../TinyLife/Goals/Job.cs
|
||||
startLine: 77
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -473,14 +385,6 @@ items:
|
|||
nameWithType: Job.DaysOnVacation
|
||||
fullName: TinyLife.Goals.Job.DaysOnVacation
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Job.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DaysOnVacation
|
||||
path: ../TinyLife/Goals/Job.cs
|
||||
startLine: 82
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -517,14 +421,6 @@ items:
|
|||
nameWithType: Job.Job(JobType, Person, int)
|
||||
fullName: TinyLife.Goals.Job.Job(TinyLife.Goals.JobType, TinyLife.Objects.Person, int)
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Job.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Goals/Job.cs
|
||||
startLine: 96
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -558,14 +454,6 @@ items:
|
|||
nameWithType: Job.Update(TimeSpan)
|
||||
fullName: TinyLife.Goals.Job.Update(System.TimeSpan)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Job.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Update
|
||||
path: ../TinyLife/Goals/Job.cs
|
||||
startLine: 109
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -593,14 +481,6 @@ items:
|
|||
nameWithType: Job.UpdateWorking(WorkAction, TimeSpan, float)
|
||||
fullName: TinyLife.Goals.Job.UpdateWorking(TinyLife.Actions.WorkAction, System.TimeSpan, float)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Job.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: UpdateWorking
|
||||
path: ../TinyLife/Goals/Job.cs
|
||||
startLine: 155
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -637,14 +517,6 @@ items:
|
|||
nameWithType: Job.AddPerformance(float)
|
||||
fullName: TinyLife.Goals.Job.AddPerformance(float)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Job.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AddPerformance
|
||||
path: ../TinyLife/Goals/Job.cs
|
||||
startLine: 188
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -675,14 +547,6 @@ items:
|
|||
nameWithType: Job.AddLevel(int)
|
||||
fullName: TinyLife.Goals.Job.AddLevel(int)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Job.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AddLevel
|
||||
path: ../TinyLife/Goals/Job.cs
|
||||
startLine: 214
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -716,14 +580,6 @@ items:
|
|||
nameWithType: Job.GetRaise()
|
||||
fullName: TinyLife.Goals.Job.GetRaise()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Job.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetRaise
|
||||
path: ../TinyLife/Goals/Job.cs
|
||||
startLine: 258
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -752,14 +608,6 @@ items:
|
|||
nameWithType: Job.HasRequiredPromotionSkills()
|
||||
fullName: TinyLife.Goals.Job.HasRequiredPromotionSkills()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Job.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: HasRequiredPromotionSkills
|
||||
path: ../TinyLife/Goals/Job.cs
|
||||
startLine: 277
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -783,14 +631,6 @@ items:
|
|||
nameWithType: Job.GetCoworkers()
|
||||
fullName: TinyLife.Goals.Job.GetCoworkers()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Job.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetCoworkers
|
||||
path: ../TinyLife/Goals/Job.cs
|
||||
startLine: 289
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -814,14 +654,6 @@ items:
|
|||
nameWithType: Job.GetCoworkersAtWork()
|
||||
fullName: TinyLife.Goals.Job.GetCoworkersAtWork()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Job.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetCoworkersAtWork
|
||||
path: ../TinyLife/Goals/Job.cs
|
||||
startLine: 297
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -845,14 +677,6 @@ items:
|
|||
nameWithType: Job.Validate(Person)
|
||||
fullName: TinyLife.Goals.Job.Validate(TinyLife.Objects.Person)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Job.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Validate
|
||||
path: ../TinyLife/Goals/Job.cs
|
||||
startLine: 305
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -879,14 +703,6 @@ items:
|
|||
nameWithType: Job.StartVacation(int, float)
|
||||
fullName: TinyLife.Goals.Job.StartVacation(int, float)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Job.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: StartVacation
|
||||
path: ../TinyLife/Goals/Job.cs
|
||||
startLine: 324
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
|
320
docs/api/TinyLife.Goals.JobType.yml
generated
320
docs/api/TinyLife.Goals.JobType.yml
generated
|
@ -51,14 +51,6 @@ items:
|
|||
nameWithType: JobType
|
||||
fullName: TinyLife.Goals.JobType
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/JobType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: JobType
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 28
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -108,14 +100,6 @@ items:
|
|||
nameWithType: JobType.Types
|
||||
fullName: TinyLife.Goals.JobType.Types
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/JobType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Types
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 36
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -140,14 +124,6 @@ items:
|
|||
nameWithType: JobType.PrimarySchoolStudent
|
||||
fullName: TinyLife.Goals.JobType.PrimarySchoolStudent
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/JobType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PrimarySchoolStudent
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 39
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -167,14 +143,6 @@ items:
|
|||
nameWithType: JobType.Businessperson
|
||||
fullName: TinyLife.Goals.JobType.Businessperson
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/JobType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Businessperson
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 51
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -194,14 +162,6 @@ items:
|
|||
nameWithType: JobType.Firefighter
|
||||
fullName: TinyLife.Goals.JobType.Firefighter
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/JobType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Firefighter
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 60
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -221,14 +181,6 @@ items:
|
|||
nameWithType: JobType.Doctor
|
||||
fullName: TinyLife.Goals.JobType.Doctor
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/JobType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Doctor
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 69
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -248,14 +200,6 @@ items:
|
|||
nameWithType: JobType.Programmer
|
||||
fullName: TinyLife.Goals.JobType.Programmer
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/JobType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Programmer
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 78
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -275,14 +219,6 @@ items:
|
|||
nameWithType: JobType.RetailWorker
|
||||
fullName: TinyLife.Goals.JobType.RetailWorker
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/JobType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RetailWorker
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 87
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -302,14 +238,6 @@ items:
|
|||
nameWithType: JobType.Teacher
|
||||
fullName: TinyLife.Goals.JobType.Teacher
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/JobType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Teacher
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 96
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -329,14 +257,6 @@ items:
|
|||
nameWithType: JobType.Scientist
|
||||
fullName: TinyLife.Goals.JobType.Scientist
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/JobType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Scientist
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 105
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -356,14 +276,6 @@ items:
|
|||
nameWithType: JobType.Name
|
||||
fullName: TinyLife.Goals.JobType.Name
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/JobType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Name
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 119
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -385,14 +297,6 @@ items:
|
|||
nameWithType: JobType.Icon
|
||||
fullName: TinyLife.Goals.JobType.Icon
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/JobType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Icon
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 123
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -414,14 +318,6 @@ items:
|
|||
nameWithType: JobType.HourlyPay
|
||||
fullName: TinyLife.Goals.JobType.HourlyPay
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/JobType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: HourlyPay
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 128
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -446,14 +342,6 @@ items:
|
|||
nameWithType: JobType.WorkHours
|
||||
fullName: TinyLife.Goals.JobType.WorkHours
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/JobType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: WorkHours
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 133
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -478,14 +366,6 @@ items:
|
|||
nameWithType: JobType.OffWorkDays
|
||||
fullName: TinyLife.Goals.JobType.OffWorkDays
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/JobType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OffWorkDays
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 138
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -510,14 +390,6 @@ items:
|
|||
nameWithType: JobType.RequiredPromotionSkills
|
||||
fullName: TinyLife.Goals.JobType.RequiredPromotionSkills
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/JobType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RequiredPromotionSkills
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 143
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -544,14 +416,6 @@ items:
|
|||
nameWithType: JobType.MaxLevel
|
||||
fullName: TinyLife.Goals.JobType.MaxLevel
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/JobType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: MaxLevel
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 147
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -575,14 +439,6 @@ items:
|
|||
nameWithType: JobType.HasSpecialLocalization
|
||||
fullName: TinyLife.Goals.JobType.HasSpecialLocalization
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/JobType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: HasSpecialLocalization
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 152
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -609,14 +465,6 @@ items:
|
|||
nameWithType: JobType.RequiredAges
|
||||
fullName: TinyLife.Goals.JobType.RequiredAges
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/JobType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RequiredAges
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 157
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -643,14 +491,6 @@ items:
|
|||
nameWithType: JobType.CanQuitOrBeFired
|
||||
fullName: TinyLife.Goals.JobType.CanQuitOrBeFired
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/JobType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanQuitOrBeFired
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 162
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -677,14 +517,6 @@ items:
|
|||
nameWithType: JobType.CanGetRaise
|
||||
fullName: TinyLife.Goals.JobType.CanGetRaise
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/JobType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanGetRaise
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 167
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -711,14 +543,6 @@ items:
|
|||
nameWithType: JobType.DailyTasks
|
||||
fullName: TinyLife.Goals.JobType.DailyTasks
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/JobType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DailyTasks
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 172
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -745,14 +569,6 @@ items:
|
|||
nameWithType: JobType.DailyTaskImportance
|
||||
fullName: TinyLife.Goals.JobType.DailyTaskImportance
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/JobType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DailyTaskImportance
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 177
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -779,14 +595,6 @@ items:
|
|||
nameWithType: JobType.ChoicePrompts
|
||||
fullName: TinyLife.Goals.JobType.ChoicePrompts
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/JobType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ChoicePrompts
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 181
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -810,14 +618,6 @@ items:
|
|||
nameWithType: JobType.SourceString
|
||||
fullName: TinyLife.Goals.JobType.SourceString
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/JobType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SourceString
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 183
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -843,14 +643,6 @@ items:
|
|||
nameWithType: JobType.JobType(string, TextureRegion, float, (int Start, int End), params DayOfWeek[])
|
||||
fullName: TinyLife.Goals.JobType.JobType(string, MLEM.Textures.TextureRegion, float, (int Start, int End), params System.DayOfWeek[])
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/JobType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 193
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -890,14 +682,6 @@ items:
|
|||
nameWithType: JobType.Construct(Person, int)
|
||||
fullName: TinyLife.Goals.JobType.Construct(TinyLife.Objects.Person, int)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/JobType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Construct
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 207
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -931,14 +715,6 @@ items:
|
|||
nameWithType: JobType.IsTimeToWork(TimeSpan)
|
||||
fullName: TinyLife.Goals.JobType.IsTimeToWork(System.TimeSpan)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/JobType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IsTimeToWork
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 216
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -966,14 +742,6 @@ items:
|
|||
nameWithType: JobType.ToScheduleString(TimeSpan?)
|
||||
fullName: TinyLife.Goals.JobType.ToScheduleString(System.TimeSpan?)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/JobType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ToScheduleString
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 225
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -1003,14 +771,6 @@ items:
|
|||
nameWithType: JobType.GetDisplayName(int?)
|
||||
fullName: TinyLife.Goals.JobType.GetDisplayName(int?)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/JobType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetDisplayName
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 239
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -1044,14 +804,6 @@ items:
|
|||
nameWithType: JobType.GetRequiredPromotionSkills(Job)
|
||||
fullName: TinyLife.Goals.JobType.GetRequiredPromotionSkills(TinyLife.Goals.Job)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/JobType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetRequiredPromotionSkills
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 251
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -1079,14 +831,6 @@ items:
|
|||
nameWithType: JobType.OnWorkStartsInAnHour(Job)
|
||||
fullName: TinyLife.Goals.JobType.OnWorkStartsInAnHour(TinyLife.Goals.Job)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/JobType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnWorkStartsInAnHour
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 266
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -1114,14 +858,6 @@ items:
|
|||
nameWithType: JobType.OnWorkHoursOver(Job)
|
||||
fullName: TinyLife.Goals.JobType.OnWorkHoursOver(TinyLife.Goals.Job)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/JobType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnWorkHoursOver
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 277
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -1151,14 +887,6 @@ items:
|
|||
nameWithType: JobType.OnWorkFinished(Job, WorkAction)
|
||||
fullName: TinyLife.Goals.JobType.OnWorkFinished(TinyLife.Goals.Job, TinyLife.Actions.WorkAction)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/JobType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnWorkFinished
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 288
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -1189,14 +917,6 @@ items:
|
|||
nameWithType: JobType.OnWorkStarted(Job, WorkAction)
|
||||
fullName: TinyLife.Goals.JobType.OnWorkStarted(TinyLife.Goals.Job, TinyLife.Actions.WorkAction)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/JobType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnWorkStarted
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 299
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -1227,14 +947,6 @@ items:
|
|||
nameWithType: JobType.OnLevelChanged(Job, int)
|
||||
fullName: TinyLife.Goals.JobType.OnLevelChanged(TinyLife.Goals.Job, int)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/JobType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnLevelChanged
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 307
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -1268,14 +980,6 @@ items:
|
|||
nameWithType: JobType.OnRaiseReceived(Job)
|
||||
fullName: TinyLife.Goals.JobType.OnRaiseReceived(TinyLife.Goals.Job)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/JobType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnRaiseReceived
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 317
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -1303,14 +1007,6 @@ items:
|
|||
nameWithType: JobType.UpdateWorking(Job, WorkAction, TimeSpan, float)
|
||||
fullName: TinyLife.Goals.JobType.UpdateWorking(TinyLife.Goals.Job, TinyLife.Actions.WorkAction, System.TimeSpan, float)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/JobType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: UpdateWorking
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 329
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -1350,14 +1046,6 @@ items:
|
|||
nameWithType: JobType.GetDefaultHourlyPay(Person)
|
||||
fullName: TinyLife.Goals.JobType.GetDefaultHourlyPay(TinyLife.Objects.Person)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/JobType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetDefaultHourlyPay
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 336
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -1385,14 +1073,6 @@ items:
|
|||
nameWithType: JobType.Register(JobType)
|
||||
fullName: TinyLife.Goals.JobType.Register(TinyLife.Goals.JobType)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/JobType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Register
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 352
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
|
88
docs/api/TinyLife.Goals.LifeGoal.Instance.yml
generated
88
docs/api/TinyLife.Goals.LifeGoal.Instance.yml
generated
|
@ -22,14 +22,6 @@ items:
|
|||
nameWithType: LifeGoal.Instance
|
||||
fullName: TinyLife.Goals.LifeGoal.Instance
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/LifeGoal.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Instance
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
startLine: 242
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -71,14 +63,6 @@ items:
|
|||
nameWithType: LifeGoal.Instance.Goal
|
||||
fullName: TinyLife.Goals.LifeGoal.Instance.Goal
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/LifeGoal.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Goal
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
startLine: 249
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -110,14 +94,6 @@ items:
|
|||
nameWithType: LifeGoal.Instance.CurrentGoals
|
||||
fullName: TinyLife.Goals.LifeGoal.Instance.CurrentGoals
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/LifeGoal.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CurrentGoals
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
startLine: 253
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -151,14 +127,6 @@ items:
|
|||
nameWithType: LifeGoal.Instance.StageIndex
|
||||
fullName: TinyLife.Goals.LifeGoal.Instance.StageIndex
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/LifeGoal.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: StageIndex
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
startLine: 260
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -197,14 +165,6 @@ items:
|
|||
nameWithType: LifeGoal.Instance.Person
|
||||
fullName: TinyLife.Goals.LifeGoal.Instance.Person
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/LifeGoal.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Person
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
startLine: 265
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -228,14 +188,6 @@ items:
|
|||
nameWithType: LifeGoal.Instance.Stage
|
||||
fullName: TinyLife.Goals.LifeGoal.Instance.Stage
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/LifeGoal.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Stage
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
startLine: 270
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -262,14 +214,6 @@ items:
|
|||
nameWithType: LifeGoal.Instance.Completed
|
||||
fullName: TinyLife.Goals.LifeGoal.Instance.Completed
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/LifeGoal.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Completed
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
startLine: 274
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -293,14 +237,6 @@ items:
|
|||
nameWithType: LifeGoal.Instance.Instance(Person, LifeGoal, int)
|
||||
fullName: TinyLife.Goals.LifeGoal.Instance.Instance(TinyLife.Objects.Person, TinyLife.Goals.LifeGoal, int)
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/LifeGoal.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
startLine: 282
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -334,14 +270,6 @@ items:
|
|||
nameWithType: LifeGoal.Instance.Update()
|
||||
fullName: TinyLife.Goals.LifeGoal.Instance.Update()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/LifeGoal.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Update
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
startLine: 294
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -362,14 +290,6 @@ items:
|
|||
nameWithType: LifeGoal.Instance.Advance()
|
||||
fullName: TinyLife.Goals.LifeGoal.Instance.Advance()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/LifeGoal.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Advance
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
startLine: 304
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -390,14 +310,6 @@ items:
|
|||
nameWithType: LifeGoal.Instance.Validate(Person)
|
||||
fullName: TinyLife.Goals.LifeGoal.Instance.Validate(TinyLife.Objects.Person)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/LifeGoal.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Validate
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
startLine: 331
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
|
188
docs/api/TinyLife.Goals.LifeGoal.yml
generated
188
docs/api/TinyLife.Goals.LifeGoal.yml
generated
|
@ -33,14 +33,6 @@ items:
|
|||
nameWithType: LifeGoal
|
||||
fullName: TinyLife.Goals.LifeGoal
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/LifeGoal.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: LifeGoal
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
startLine: 24
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -51,11 +43,11 @@ items:
|
|||
example: []
|
||||
syntax:
|
||||
content: >-
|
||||
[JsonConverter(typeof(StaticJsonConverter<LifeGoal>), new object[] { typeof(LifeGoal), "PrivateGoals", true })]
|
||||
[JsonConverter(typeof(StaticJsonConverter<LifeGoal>), new object[] { typeof(LifeGoal), "PrivateGoals", false })]
|
||||
|
||||
public class LifeGoal
|
||||
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
|
||||
inheritance:
|
||||
|
@ -81,14 +73,6 @@ items:
|
|||
nameWithType: LifeGoal.Goals
|
||||
fullName: TinyLife.Goals.LifeGoal.Goals
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/LifeGoal.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Goals
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
startLine: 31
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -110,14 +94,6 @@ items:
|
|||
nameWithType: LifeGoal.Chef
|
||||
fullName: TinyLife.Goals.LifeGoal.Chef
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/LifeGoal.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Chef
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
startLine: 46
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -137,14 +113,6 @@ items:
|
|||
nameWithType: LifeGoal.SmartKid
|
||||
fullName: TinyLife.Goals.LifeGoal.SmartKid
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/LifeGoal.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SmartKid
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
startLine: 58
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -164,14 +132,6 @@ items:
|
|||
nameWithType: LifeGoal.HouseholdHero
|
||||
fullName: TinyLife.Goals.LifeGoal.HouseholdHero
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/LifeGoal.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: HouseholdHero
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
startLine: 70
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -191,14 +151,6 @@ items:
|
|||
nameWithType: LifeGoal.ComputerAddict
|
||||
fullName: TinyLife.Goals.LifeGoal.ComputerAddict
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/LifeGoal.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ComputerAddict
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
startLine: 82
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -218,14 +170,6 @@ items:
|
|||
nameWithType: LifeGoal.FriendOfEveryone
|
||||
fullName: TinyLife.Goals.LifeGoal.FriendOfEveryone
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/LifeGoal.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FriendOfEveryone
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
startLine: 94
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -245,14 +189,6 @@ items:
|
|||
nameWithType: LifeGoal.Millionaire
|
||||
fullName: TinyLife.Goals.LifeGoal.Millionaire
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/LifeGoal.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Millionaire
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
startLine: 104
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -272,14 +208,6 @@ items:
|
|||
nameWithType: LifeGoal.PerfectPainter
|
||||
fullName: TinyLife.Goals.LifeGoal.PerfectPainter
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/LifeGoal.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PerfectPainter
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
startLine: 116
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -299,14 +227,6 @@ items:
|
|||
nameWithType: LifeGoal.CreativeChild
|
||||
fullName: TinyLife.Goals.LifeGoal.CreativeChild
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/LifeGoal.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CreativeChild
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
startLine: 128
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -326,14 +246,6 @@ items:
|
|||
nameWithType: LifeGoal.CapableCarpenter
|
||||
fullName: TinyLife.Goals.LifeGoal.CapableCarpenter
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/LifeGoal.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CapableCarpenter
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
startLine: 140
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -353,14 +265,6 @@ items:
|
|||
nameWithType: LifeGoal.GymRat
|
||||
fullName: TinyLife.Goals.LifeGoal.GymRat
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/LifeGoal.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GymRat
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
startLine: 152
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -380,14 +284,6 @@ items:
|
|||
nameWithType: LifeGoal.Writer
|
||||
fullName: TinyLife.Goals.LifeGoal.Writer
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/LifeGoal.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Writer
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
startLine: 164
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -407,14 +303,6 @@ items:
|
|||
nameWithType: LifeGoal.OnAdvanced
|
||||
fullName: TinyLife.Goals.LifeGoal.OnAdvanced
|
||||
type: Event
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/LifeGoal.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnAdvanced
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
startLine: 182
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -436,14 +324,6 @@ items:
|
|||
nameWithType: LifeGoal.OnCompleted
|
||||
fullName: TinyLife.Goals.LifeGoal.OnCompleted
|
||||
type: Event
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/LifeGoal.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnCompleted
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
startLine: 186
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -465,14 +345,6 @@ items:
|
|||
nameWithType: LifeGoal.Name
|
||||
fullName: TinyLife.Goals.LifeGoal.Name
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/LifeGoal.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Name
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
startLine: 191
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -494,14 +366,6 @@ items:
|
|||
nameWithType: LifeGoal.Stages
|
||||
fullName: TinyLife.Goals.LifeGoal.Stages
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/LifeGoal.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Stages
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
startLine: 195
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -523,14 +387,6 @@ items:
|
|||
nameWithType: LifeGoal.RewardPersonality
|
||||
fullName: TinyLife.Goals.LifeGoal.RewardPersonality
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/LifeGoal.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RewardPersonality
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
startLine: 200
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -555,21 +411,13 @@ items:
|
|||
nameWithType: LifeGoal.AllowedAges
|
||||
fullName: TinyLife.Goals.LifeGoal.AllowedAges
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/LifeGoal.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AllowedAges
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
startLine: 205
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
summary: >-
|
||||
A set of allowed age group flags for people that can start this life goal.
|
||||
|
||||
This value defaults to all age groups excpet for babies.
|
||||
This value defaults to <xref href="TinyLife.Objects.AgeGroup.ChildOrOlder" data-throw-if-not-resolved="false"></xref>.
|
||||
example: []
|
||||
syntax:
|
||||
content: public AgeGroup AllowedAges { get; init; }
|
||||
|
@ -589,14 +437,6 @@ items:
|
|||
nameWithType: LifeGoal.LifeGoal(string, PersonalityType, params GoalSetInfo[])
|
||||
fullName: TinyLife.Goals.LifeGoal.LifeGoal(string, TinyLife.PersonalityType, params TinyLife.Goals.GoalSetInfo[])
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/LifeGoal.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
startLine: 213
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -630,14 +470,6 @@ items:
|
|||
nameWithType: LifeGoal.IsCompleted(Person)
|
||||
fullName: TinyLife.Goals.LifeGoal.IsCompleted(TinyLife.Objects.Person)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/LifeGoal.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IsCompleted
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
startLine: 224
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -665,14 +497,6 @@ items:
|
|||
nameWithType: LifeGoal.Register(LifeGoal)
|
||||
fullName: TinyLife.Goals.LifeGoal.Register(TinyLife.Goals.LifeGoal)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/LifeGoal.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Register
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
startLine: 233
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -1370,6 +1194,12 @@ references:
|
|||
name: Hidden
|
||||
nameWithType: PersonalityType.TypeCategory.Hidden
|
||||
fullName: TinyLife.PersonalityType.TypeCategory.Hidden
|
||||
- uid: TinyLife.Objects.AgeGroup.ChildOrOlder
|
||||
commentId: F:TinyLife.Objects.AgeGroup.ChildOrOlder
|
||||
href: TinyLife.Objects.AgeGroup.html#TinyLife_Objects_AgeGroup_ChildOrOlder
|
||||
name: ChildOrOlder
|
||||
nameWithType: AgeGroup.ChildOrOlder
|
||||
fullName: TinyLife.Objects.AgeGroup.ChildOrOlder
|
||||
- uid: TinyLife.Goals.LifeGoal.AllowedAges*
|
||||
commentId: Overload:TinyLife.Goals.LifeGoal.AllowedAges
|
||||
href: TinyLife.Goals.LifeGoal.html#TinyLife_Goals_LifeGoal_AllowedAges
|
||||
|
|
40
docs/api/TinyLife.Goals.ManualProgressGoal.yml
generated
40
docs/api/TinyLife.Goals.ManualProgressGoal.yml
generated
|
@ -16,14 +16,6 @@ items:
|
|||
nameWithType: ManualProgressGoal
|
||||
fullName: TinyLife.Goals.ManualProgressGoal
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/ManualProgressGoal.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ManualProgressGoal
|
||||
path: ../TinyLife/Goals/ManualProgressGoal.cs
|
||||
startLine: 11
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -71,14 +63,6 @@ items:
|
|||
nameWithType: ManualProgressGoal.ManualProgressGoal(GoalSet, GoalInfo)
|
||||
fullName: TinyLife.Goals.ManualProgressGoal.ManualProgressGoal(TinyLife.Goals.GoalSet, TinyLife.Goals.GoalInfo)
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/ManualProgressGoal.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Goals/ManualProgressGoal.cs
|
||||
startLine: 17
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -109,14 +93,6 @@ items:
|
|||
nameWithType: ManualProgressGoal.GetProgress()
|
||||
fullName: TinyLife.Goals.ManualProgressGoal.GetProgress()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/ManualProgressGoal.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetProgress
|
||||
path: ../TinyLife/Goals/ManualProgressGoal.cs
|
||||
startLine: 20
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -141,14 +117,6 @@ items:
|
|||
nameWithType: ManualProgressGoal.Reset()
|
||||
fullName: TinyLife.Goals.ManualProgressGoal.Reset()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/ManualProgressGoal.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Reset
|
||||
path: ../TinyLife/Goals/ManualProgressGoal.cs
|
||||
startLine: 25
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -170,14 +138,6 @@ items:
|
|||
nameWithType: ManualProgressGoal.MakeProgress(PersonLike, float, float, ActionInfo, SkillType, float)
|
||||
fullName: TinyLife.Goals.ManualProgressGoal.MakeProgress(TinyLife.Objects.PersonLike, float, float, TinyLife.Actions.ActionInfo, TinyLife.Skills.SkillType, float)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/ManualProgressGoal.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: MakeProgress
|
||||
path: ../TinyLife/Goals/ManualProgressGoal.cs
|
||||
startLine: 38
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
|
64
docs/api/TinyLife.Goals.Memory.yml
generated
64
docs/api/TinyLife.Goals.Memory.yml
generated
|
@ -19,14 +19,6 @@ items:
|
|||
nameWithType: Memory
|
||||
fullName: TinyLife.Goals.Memory
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Memory.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Memory
|
||||
path: ../TinyLife/Goals/Memory.cs
|
||||
startLine: 14
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -77,14 +69,6 @@ items:
|
|||
nameWithType: Memory.Type
|
||||
fullName: TinyLife.Goals.Memory.Type
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Memory.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Type
|
||||
path: ../TinyLife/Goals/Memory.cs
|
||||
startLine: 21
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -116,14 +100,6 @@ items:
|
|||
nameWithType: Memory.TimeOccured
|
||||
fullName: TinyLife.Goals.Memory.TimeOccured
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Memory.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: TimeOccured
|
||||
path: ../TinyLife/Goals/Memory.cs
|
||||
startLine: 26
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -157,14 +133,6 @@ items:
|
|||
nameWithType: Memory.Info
|
||||
fullName: TinyLife.Goals.Memory.Info
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Memory.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Info
|
||||
path: ../TinyLife/Goals/Memory.cs
|
||||
startLine: 31
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -198,14 +166,6 @@ items:
|
|||
nameWithType: Memory.TimeSinceOccured
|
||||
fullName: TinyLife.Goals.Memory.TimeSinceOccured
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Memory.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: TimeSinceOccured
|
||||
path: ../TinyLife/Goals/Memory.cs
|
||||
startLine: 36
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -229,14 +189,6 @@ items:
|
|||
nameWithType: Memory.Memory(MemoryType, ActionInfo, TimeSpan)
|
||||
fullName: TinyLife.Goals.Memory.Memory(TinyLife.Goals.MemoryType, TinyLife.Actions.ActionInfo, System.TimeSpan)
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Memory.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Goals/Memory.cs
|
||||
startLine: 45
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -273,14 +225,6 @@ items:
|
|||
nameWithType: Memory.Validate(PersonLike)
|
||||
fullName: TinyLife.Goals.Memory.Validate(TinyLife.Objects.PersonLike)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Memory.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Validate
|
||||
path: ../TinyLife/Goals/Memory.cs
|
||||
startLine: 59
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -311,14 +255,6 @@ items:
|
|||
nameWithType: Memory.Update(GameTime, TimeSpan, float)
|
||||
fullName: TinyLife.Goals.Memory.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Memory.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Update
|
||||
path: ../TinyLife/Goals/Memory.cs
|
||||
startLine: 72
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
|
240
docs/api/TinyLife.Goals.MemoryType.yml
generated
240
docs/api/TinyLife.Goals.MemoryType.yml
generated
|
@ -41,14 +41,6 @@ items:
|
|||
nameWithType: MemoryType
|
||||
fullName: TinyLife.Goals.MemoryType
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/MemoryType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: MemoryType
|
||||
path: ../TinyLife/Goals/MemoryType.cs
|
||||
startLine: 20
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -91,14 +83,6 @@ items:
|
|||
nameWithType: MemoryType.Types
|
||||
fullName: TinyLife.Goals.MemoryType.Types
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/MemoryType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Types
|
||||
path: ../TinyLife/Goals/MemoryType.cs
|
||||
startLine: 27
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -120,14 +104,6 @@ items:
|
|||
nameWithType: MemoryType.PublishFailure
|
||||
fullName: TinyLife.Goals.MemoryType.PublishFailure
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/MemoryType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PublishFailure
|
||||
path: ../TinyLife/Goals/MemoryType.cs
|
||||
startLine: 30
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -147,14 +123,6 @@ items:
|
|||
nameWithType: MemoryType.SocialAction
|
||||
fullName: TinyLife.Goals.MemoryType.SocialAction
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/MemoryType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SocialAction
|
||||
path: ../TinyLife/Goals/MemoryType.cs
|
||||
startLine: 31
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -174,14 +142,6 @@ items:
|
|||
nameWithType: MemoryType.PromotionOrRaise
|
||||
fullName: TinyLife.Goals.MemoryType.PromotionOrRaise
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/MemoryType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PromotionOrRaise
|
||||
path: ../TinyLife/Goals/MemoryType.cs
|
||||
startLine: 32
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -201,14 +161,6 @@ items:
|
|||
nameWithType: MemoryType.FamilySocial
|
||||
fullName: TinyLife.Goals.MemoryType.FamilySocial
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/MemoryType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FamilySocial
|
||||
path: ../TinyLife/Goals/MemoryType.cs
|
||||
startLine: 33
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -228,14 +180,6 @@ items:
|
|||
nameWithType: MemoryType.WasOutside
|
||||
fullName: TinyLife.Goals.MemoryType.WasOutside
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/MemoryType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: WasOutside
|
||||
path: ../TinyLife/Goals/MemoryType.cs
|
||||
startLine: 34
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -255,14 +199,6 @@ items:
|
|||
nameWithType: MemoryType.WasRomanticWithSomeoneElse
|
||||
fullName: TinyLife.Goals.MemoryType.WasRomanticWithSomeoneElse
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/MemoryType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: WasRomanticWithSomeoneElse
|
||||
path: ../TinyLife/Goals/MemoryType.cs
|
||||
startLine: 35
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -282,14 +218,6 @@ items:
|
|||
nameWithType: MemoryType.HadFirstKiss
|
||||
fullName: TinyLife.Goals.MemoryType.HadFirstKiss
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/MemoryType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: HadFirstKiss
|
||||
path: ../TinyLife/Goals/MemoryType.cs
|
||||
startLine: 36
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -309,14 +237,6 @@ items:
|
|||
nameWithType: MemoryType.HadChild
|
||||
fullName: TinyLife.Goals.MemoryType.HadChild
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/MemoryType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: HadChild
|
||||
path: ../TinyLife/Goals/MemoryType.cs
|
||||
startLine: 37
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -336,14 +256,6 @@ items:
|
|||
nameWithType: MemoryType.AskedForFood
|
||||
fullName: TinyLife.Goals.MemoryType.AskedForFood
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/MemoryType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AskedForFood
|
||||
path: ../TinyLife/Goals/MemoryType.cs
|
||||
startLine: 38
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -363,14 +275,6 @@ items:
|
|||
nameWithType: MemoryType.Slept
|
||||
fullName: TinyLife.Goals.MemoryType.Slept
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/MemoryType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Slept
|
||||
path: ../TinyLife/Goals/MemoryType.cs
|
||||
startLine: 39
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -390,14 +294,6 @@ items:
|
|||
nameWithType: MemoryType.FoundOutReproductiveAbilities
|
||||
fullName: TinyLife.Goals.MemoryType.FoundOutReproductiveAbilities
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/MemoryType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FoundOutReproductiveAbilities
|
||||
path: ../TinyLife/Goals/MemoryType.cs
|
||||
startLine: 40
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -417,14 +313,6 @@ items:
|
|||
nameWithType: MemoryType.HadAbortion
|
||||
fullName: TinyLife.Goals.MemoryType.HadAbortion
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/MemoryType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: HadAbortion
|
||||
path: ../TinyLife/Goals/MemoryType.cs
|
||||
startLine: 42
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -444,14 +332,6 @@ items:
|
|||
nameWithType: MemoryType.MayBePregnant
|
||||
fullName: TinyLife.Goals.MemoryType.MayBePregnant
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/MemoryType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: MayBePregnant
|
||||
path: ../TinyLife/Goals/MemoryType.cs
|
||||
startLine: 43
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -471,14 +351,6 @@ items:
|
|||
nameWithType: MemoryType.FoundOutPregnancy
|
||||
fullName: TinyLife.Goals.MemoryType.FoundOutPregnancy
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/MemoryType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FoundOutPregnancy
|
||||
path: ../TinyLife/Goals/MemoryType.cs
|
||||
startLine: 44
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -498,14 +370,6 @@ items:
|
|||
nameWithType: MemoryType.ToldAboutPregnancy
|
||||
fullName: TinyLife.Goals.MemoryType.ToldAboutPregnancy
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/MemoryType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ToldAboutPregnancy
|
||||
path: ../TinyLife/Goals/MemoryType.cs
|
||||
startLine: 45
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -525,14 +389,6 @@ items:
|
|||
nameWithType: MemoryType.GotDrunk
|
||||
fullName: TinyLife.Goals.MemoryType.GotDrunk
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/MemoryType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GotDrunk
|
||||
path: ../TinyLife/Goals/MemoryType.cs
|
||||
startLine: 46
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -552,14 +408,6 @@ items:
|
|||
nameWithType: MemoryType.ActionDone
|
||||
fullName: TinyLife.Goals.MemoryType.ActionDone
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/MemoryType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ActionDone
|
||||
path: ../TinyLife/Goals/MemoryType.cs
|
||||
startLine: 49
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -581,14 +429,6 @@ items:
|
|||
nameWithType: MemoryType.UsedSkillCategory
|
||||
fullName: TinyLife.Goals.MemoryType.UsedSkillCategory
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/MemoryType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: UsedSkillCategory
|
||||
path: ../TinyLife/Goals/MemoryType.cs
|
||||
startLine: 50
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -610,14 +450,6 @@ items:
|
|||
nameWithType: MemoryType.UsedFurniture
|
||||
fullName: TinyLife.Goals.MemoryType.UsedFurniture
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/MemoryType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: UsedFurniture
|
||||
path: ../TinyLife/Goals/MemoryType.cs
|
||||
startLine: 51
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -639,14 +471,6 @@ items:
|
|||
nameWithType: MemoryType.WorkedAtJob
|
||||
fullName: TinyLife.Goals.MemoryType.WorkedAtJob
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/MemoryType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: WorkedAtJob
|
||||
path: ../TinyLife/Goals/MemoryType.cs
|
||||
startLine: 52
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -668,14 +492,6 @@ items:
|
|||
nameWithType: MemoryType.AteFood
|
||||
fullName: TinyLife.Goals.MemoryType.AteFood
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/MemoryType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AteFood
|
||||
path: ../TinyLife/Goals/MemoryType.cs
|
||||
startLine: 53
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -697,14 +513,6 @@ items:
|
|||
nameWithType: MemoryType.UpgradeLearned
|
||||
fullName: TinyLife.Goals.MemoryType.UpgradeLearned
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/MemoryType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: UpgradeLearned
|
||||
path: ../TinyLife/Goals/MemoryType.cs
|
||||
startLine: 55
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -726,14 +534,6 @@ items:
|
|||
nameWithType: MemoryType.Name
|
||||
fullName: TinyLife.Goals.MemoryType.Name
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/MemoryType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Name
|
||||
path: ../TinyLife/Goals/MemoryType.cs
|
||||
startLine: 62
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -755,14 +555,6 @@ items:
|
|||
nameWithType: MemoryType.ConstructedType
|
||||
fullName: TinyLife.Goals.MemoryType.ConstructedType
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/MemoryType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ConstructedType
|
||||
path: ../TinyLife/Goals/MemoryType.cs
|
||||
startLine: 66
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -784,14 +576,6 @@ items:
|
|||
nameWithType: MemoryType.SourceString
|
||||
fullName: TinyLife.Goals.MemoryType.SourceString
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/MemoryType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SourceString
|
||||
path: ../TinyLife/Goals/MemoryType.cs
|
||||
startLine: 69
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -817,14 +601,6 @@ items:
|
|||
nameWithType: MemoryType.MemoryType(string, Type)
|
||||
fullName: TinyLife.Goals.MemoryType.MemoryType(string, System.Type)
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/MemoryType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Goals/MemoryType.cs
|
||||
startLine: 76
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -855,14 +631,6 @@ items:
|
|||
nameWithType: MemoryType.Construct<T>(ActionInfo, TimeSpan)
|
||||
fullName: TinyLife.Goals.MemoryType.Construct<T>(TinyLife.Actions.ActionInfo, System.TimeSpan)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/MemoryType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Construct
|
||||
path: ../TinyLife/Goals/MemoryType.cs
|
||||
startLine: 88
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -902,14 +670,6 @@ items:
|
|||
nameWithType: MemoryType.Register(MemoryType)
|
||||
fullName: TinyLife.Goals.MemoryType.Register(TinyLife.Goals.MemoryType)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/MemoryType.cs
|
||||
branch: 0.43.8-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Register
|
||||
path: ../TinyLife/Goals/MemoryType.cs
|
||||
startLine: 103
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue