This commit is contained in:
Ell 2024-08-15 11:40:18 +02:00
parent 426d2419b9
commit c6f2b0e012
296 changed files with 35901 additions and 1704 deletions

View file

@ -1,3 +1,19 @@
# 0.43.8
*August 15, 2024*
Improvements
- Allow coloring the vertical planter's flowers
- Made trash collectors also clean objects on public lots
Fixes
- Fixed being able to grab a serving of a glass or mug
- Fixed randomly generated people always having a cheap everyday outfit
- Fixed objects being marked as not seen in the household storage at all times
- Fixed being able to tinker with any furniture in the demo
- Fixed various exceptions when moving objects out of bounds
- Fixed a crash when deleting the first outfit in the character creator
- Fixed Liam Lungo having non-demo clothes in the demo
# 0.43.7 # 0.43.7
*August 8, 2024* *August 8, 2024*

56
docs/api/.manifest generated
View file

@ -3331,7 +3331,7 @@
"TinyLife.Skills.FoodType.FoodRestriction.NotPescetarian": "TinyLife.Skills.FoodType.FoodRestriction.yml", "TinyLife.Skills.FoodType.FoodRestriction.NotPescetarian": "TinyLife.Skills.FoodType.FoodRestriction.yml",
"TinyLife.Skills.FoodType.FoodRestriction.NotVegan": "TinyLife.Skills.FoodType.FoodRestriction.yml", "TinyLife.Skills.FoodType.FoodRestriction.NotVegan": "TinyLife.Skills.FoodType.FoodRestriction.yml",
"TinyLife.Skills.FoodType.FoodRestriction.NotVegetarian": "TinyLife.Skills.FoodType.FoodRestriction.yml", "TinyLife.Skills.FoodType.FoodRestriction.NotVegetarian": "TinyLife.Skills.FoodType.FoodRestriction.yml",
"TinyLife.Skills.FoodType.GetAllContainers(System.Boolean,System.Boolean)": "TinyLife.Skills.FoodType.yml", "TinyLife.Skills.FoodType.GetAllContainers(System.Boolean)": "TinyLife.Skills.FoodType.yml",
"TinyLife.Skills.FoodType.GetBuyableVariations(System.Int32,TinyLife.Skills.FoodType.ContainerType)": "TinyLife.Skills.FoodType.yml", "TinyLife.Skills.FoodType.GetBuyableVariations(System.Int32,TinyLife.Skills.FoodType.ContainerType)": "TinyLife.Skills.FoodType.yml",
"TinyLife.Skills.FoodType.GetPossibleArguments(TinyLife.Objects.PersonLike,System.Int32,TinyLife.Skills.FoodType.IngredientSource,System.Single,TinyLife.Skills.SkillType,System.Boolean)": "TinyLife.Skills.FoodType.yml", "TinyLife.Skills.FoodType.GetPossibleArguments(TinyLife.Objects.PersonLike,System.Int32,TinyLife.Skills.FoodType.IngredientSource,System.Single,TinyLife.Skills.SkillType,System.Boolean)": "TinyLife.Skills.FoodType.yml",
"TinyLife.Skills.FoodType.GetPrice(TinyLife.Objects.PersonLike,System.Int32,System.Single,System.Single@,System.Nullable{System.Single}@)": "TinyLife.Skills.FoodType.yml", "TinyLife.Skills.FoodType.GetPrice(TinyLife.Objects.PersonLike,System.Int32,System.Single,System.Single@,System.Nullable{System.Single}@)": "TinyLife.Skills.FoodType.yml",
@ -4402,7 +4402,6 @@
"TinyLife.World.Tile": "TinyLife.World.Tile.yml", "TinyLife.World.Tile": "TinyLife.World.Tile.yml",
"TinyLife.World.Tile.#ctor(System.String,System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},System.Collections.Generic.Dictionary{MLEM.Maths.Direction2,Microsoft.Xna.Framework.Point[]},TinyLife.Utilities.ColorSettings,System.Int32[],System.Boolean,System.Single,TinyLife.World.Tile.Category,MLEM.Textures.TextureRegion,System.Func{Microsoft.Xna.Framework.Point,System.Single})": "TinyLife.World.Tile.yml", "TinyLife.World.Tile.#ctor(System.String,System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},System.Collections.Generic.Dictionary{MLEM.Maths.Direction2,Microsoft.Xna.Framework.Point[]},TinyLife.Utilities.ColorSettings,System.Int32[],System.Boolean,System.Single,TinyLife.World.Tile.Category,MLEM.Textures.TextureRegion,System.Func{Microsoft.Xna.Framework.Point,System.Single})": "TinyLife.World.Tile.yml",
"TinyLife.World.Tile.BaseName": "TinyLife.World.Tile.yml", "TinyLife.World.Tile.BaseName": "TinyLife.World.Tile.yml",
"TinyLife.World.Tile.BigTiles": "TinyLife.World.Tile.yml",
"TinyLife.World.Tile.CanBuy": "TinyLife.World.Tile.yml", "TinyLife.World.Tile.CanBuy": "TinyLife.World.Tile.yml",
"TinyLife.World.Tile.Categories": "TinyLife.World.Tile.yml", "TinyLife.World.Tile.Categories": "TinyLife.World.Tile.yml",
"TinyLife.World.Tile.Category": "TinyLife.World.Tile.Category.yml", "TinyLife.World.Tile.Category": "TinyLife.World.Tile.Category.yml",
@ -4411,37 +4410,20 @@
"TinyLife.World.Tile.Category.Road": "TinyLife.World.Tile.Category.yml", "TinyLife.World.Tile.Category.Road": "TinyLife.World.Tile.Category.yml",
"TinyLife.World.Tile.Category.ValidExitPoint": "TinyLife.World.Tile.Category.yml", "TinyLife.World.Tile.Category.ValidExitPoint": "TinyLife.World.Tile.Category.yml",
"TinyLife.World.Tile.Category.Water": "TinyLife.World.Tile.Category.yml", "TinyLife.World.Tile.Category.Water": "TinyLife.World.Tile.Category.yml",
"TinyLife.World.Tile.CheckeredHardwood": "TinyLife.World.Tile.yml",
"TinyLife.World.Tile.ColorSettings": "TinyLife.World.Tile.yml", "TinyLife.World.Tile.ColorSettings": "TinyLife.World.Tile.yml",
"TinyLife.World.Tile.Colors": "TinyLife.World.Tile.yml", "TinyLife.World.Tile.Colors": "TinyLife.World.Tile.yml",
"TinyLife.World.Tile.Concrete": "TinyLife.World.Tile.yml",
"TinyLife.World.Tile.Dirt": "TinyLife.World.Tile.yml",
"TinyLife.World.Tile.DirtPath": "TinyLife.World.Tile.yml",
"TinyLife.World.Tile.DirtRoad": "TinyLife.World.Tile.yml",
"TinyLife.World.Tile.DirtRoadLines1": "TinyLife.World.Tile.yml",
"TinyLife.World.Tile.DirtRoadLines2": "TinyLife.World.Tile.yml",
"TinyLife.World.Tile.DirtWithGrass": "TinyLife.World.Tile.yml",
"TinyLife.World.Tile.Draw(Microsoft.Xna.Framework.GameTime,System.Object,TinyLife.World.Map,Microsoft.Xna.Framework.Point,System.Int32,Microsoft.Xna.Framework.Vector2,System.Single,System.Single,System.Collections.Generic.ICollection{MLEM.Graphics.StaticSpriteBatch.Item},System.Boolean,System.Func{Microsoft.Xna.Framework.Point,System.Int32,TinyLife.World.Tile})": "TinyLife.World.Tile.yml", "TinyLife.World.Tile.Draw(Microsoft.Xna.Framework.GameTime,System.Object,TinyLife.World.Map,Microsoft.Xna.Framework.Point,System.Int32,Microsoft.Xna.Framework.Vector2,System.Single,System.Single,System.Collections.Generic.ICollection{MLEM.Graphics.StaticSpriteBatch.Item},System.Boolean,System.Func{Microsoft.Xna.Framework.Point,System.Int32,TinyLife.World.Tile})": "TinyLife.World.Tile.yml",
"TinyLife.World.Tile.DrawUi(MLEM.Ui.Elements.Element,Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single)": "TinyLife.World.Tile.yml", "TinyLife.World.Tile.DrawUi(MLEM.Ui.Elements.Element,Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single)": "TinyLife.World.Tile.yml",
"TinyLife.World.Tile.FlowerGrass": "TinyLife.World.Tile.yml",
"TinyLife.World.Tile.GetAutoTileBorder(TinyLife.World.Map,Microsoft.Xna.Framework.Point,System.Int32,Microsoft.Xna.Framework.Point,TinyLife.World.Tile,System.Int32)": "TinyLife.World.Tile.yml", "TinyLife.World.Tile.GetAutoTileBorder(TinyLife.World.Map,Microsoft.Xna.Framework.Point,System.Int32,Microsoft.Xna.Framework.Point,TinyLife.World.Tile,System.Int32)": "TinyLife.World.Tile.yml",
"TinyLife.World.Tile.GetDepth(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Single,System.Single,System.Boolean)": "TinyLife.World.Tile.yml", "TinyLife.World.Tile.GetDepth(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Single,System.Single,System.Boolean)": "TinyLife.World.Tile.yml",
"TinyLife.World.Tile.GetPrice": "TinyLife.World.Tile.yml", "TinyLife.World.Tile.GetPrice": "TinyLife.World.Tile.yml",
"TinyLife.World.Tile.GetVariationTexture(MLEM.Maths.Direction2,Microsoft.Xna.Framework.Point)": "TinyLife.World.Tile.yml", "TinyLife.World.Tile.GetVariationTexture(MLEM.Maths.Direction2,Microsoft.Xna.Framework.Point)": "TinyLife.World.Tile.yml",
"TinyLife.World.Tile.GetVisualOffset(MLEM.Maths.Direction2,System.Int32,System.Int32)": "TinyLife.World.Tile.yml", "TinyLife.World.Tile.GetVisualOffset(MLEM.Maths.Direction2,System.Int32,System.Int32)": "TinyLife.World.Tile.yml",
"TinyLife.World.Tile.Grass": "TinyLife.World.Tile.yml",
"TinyLife.World.Tile.Icon": "TinyLife.World.Tile.yml", "TinyLife.World.Tile.Icon": "TinyLife.World.Tile.yml",
"TinyLife.World.Tile.IntricateCarpet": "TinyLife.World.Tile.yml",
"TinyLife.World.Tile.LargeConcreteTiles": "TinyLife.World.Tile.yml",
"TinyLife.World.Tile.LongBoards": "TinyLife.World.Tile.yml",
"TinyLife.World.Tile.ModernBricks": "TinyLife.World.Tile.yml",
"TinyLife.World.Tile.ModernTiles": "TinyLife.World.Tile.yml",
"TinyLife.World.Tile.Name": "TinyLife.World.Tile.yml", "TinyLife.World.Tile.Name": "TinyLife.World.Tile.yml",
"TinyLife.World.Tile.OnNeighborChanged(TinyLife.World.Map,Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point,System.Int32)": "TinyLife.World.Tile.yml", "TinyLife.World.Tile.OnNeighborChanged(TinyLife.World.Map,Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point,System.Int32)": "TinyLife.World.Tile.yml",
"TinyLife.World.Tile.OrnateHardwood": "TinyLife.World.Tile.yml",
"TinyLife.World.Tile.PathCostModifier": "TinyLife.World.Tile.yml", "TinyLife.World.Tile.PathCostModifier": "TinyLife.World.Tile.yml",
"TinyLife.World.Tile.Price": "TinyLife.World.Tile.yml", "TinyLife.World.Tile.Price": "TinyLife.World.Tile.yml",
"TinyLife.World.Tile.PuzzlePieces": "TinyLife.World.Tile.yml",
"TinyLife.World.Tile.ReferencePrice": "TinyLife.World.Tile.yml", "TinyLife.World.Tile.ReferencePrice": "TinyLife.World.Tile.yml",
"TinyLife.World.Tile.RegionWeights": "TinyLife.World.Tile.yml", "TinyLife.World.Tile.RegionWeights": "TinyLife.World.Tile.yml",
"TinyLife.World.Tile.Regions": "TinyLife.World.Tile.yml", "TinyLife.World.Tile.Regions": "TinyLife.World.Tile.yml",
@ -4449,21 +4431,8 @@
"TinyLife.World.Tile.Register(System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point,TinyLife.Utilities.ColorScheme[],System.Single,System.Boolean,TinyLife.World.Tile.Category,MLEM.Textures.TextureRegion,System.Func{MLEM.Maths.Direction2,System.Nullable{Microsoft.Xna.Framework.Point}},System.Int32[],System.Func{Microsoft.Xna.Framework.Point,System.Single},System.Type)": "TinyLife.World.Tile.yml", "TinyLife.World.Tile.Register(System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point,TinyLife.Utilities.ColorScheme[],System.Single,System.Boolean,TinyLife.World.Tile.Category,MLEM.Textures.TextureRegion,System.Func{MLEM.Maths.Direction2,System.Nullable{Microsoft.Xna.Framework.Point}},System.Int32[],System.Func{Microsoft.Xna.Framework.Point,System.Single},System.Type)": "TinyLife.World.Tile.yml",
"TinyLife.World.Tile.Register(System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point[],TinyLife.Utilities.ColorScheme[],System.Single,System.Boolean,TinyLife.World.Tile.Category,MLEM.Textures.TextureRegion,System.Func{MLEM.Maths.Direction2,Microsoft.Xna.Framework.Point[]},System.Int32[],System.Func{Microsoft.Xna.Framework.Point,System.Single},System.Type)": "TinyLife.World.Tile.yml", "TinyLife.World.Tile.Register(System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point[],TinyLife.Utilities.ColorScheme[],System.Single,System.Boolean,TinyLife.World.Tile.Category,MLEM.Textures.TextureRegion,System.Func{MLEM.Maths.Direction2,Microsoft.Xna.Framework.Point[]},System.Int32[],System.Func{Microsoft.Xna.Framework.Point,System.Single},System.Type)": "TinyLife.World.Tile.yml",
"TinyLife.World.Tile.Register(System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point[],TinyLife.Utilities.ColorSettings,System.Single,System.Boolean,TinyLife.World.Tile.Category,MLEM.Textures.TextureRegion,System.Func{MLEM.Maths.Direction2,Microsoft.Xna.Framework.Point[]},System.Func{Microsoft.Xna.Framework.Point,System.Single},System.Type)": "TinyLife.World.Tile.yml", "TinyLife.World.Tile.Register(System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point[],TinyLife.Utilities.ColorSettings,System.Single,System.Boolean,TinyLife.World.Tile.Category,MLEM.Textures.TextureRegion,System.Func{MLEM.Maths.Direction2,Microsoft.Xna.Framework.Point[]},System.Func{Microsoft.Xna.Framework.Point,System.Single},System.Type)": "TinyLife.World.Tile.yml",
"TinyLife.World.Tile.RicketyHardwood": "TinyLife.World.Tile.yml",
"TinyLife.World.Tile.Road1": "TinyLife.World.Tile.yml",
"TinyLife.World.Tile.Road2": "TinyLife.World.Tile.yml",
"TinyLife.World.Tile.Road3": "TinyLife.World.Tile.yml",
"TinyLife.World.Tile.Road4": "TinyLife.World.Tile.yml",
"TinyLife.World.Tile.Road5": "TinyLife.World.Tile.yml",
"TinyLife.World.Tile.Rocks": "TinyLife.World.Tile.yml",
"TinyLife.World.Tile.Sand": "TinyLife.World.Tile.yml",
"TinyLife.World.Tile.SimpleCarpet": "TinyLife.World.Tile.yml",
"TinyLife.World.Tile.SmallCheckeredHardwood": "TinyLife.World.Tile.yml",
"TinyLife.World.Tile.SoftCarpet": "TinyLife.World.Tile.yml",
"TinyLife.World.Tile.StraightBoards": "TinyLife.World.Tile.yml",
"TinyLife.World.Tile.Textures": "TinyLife.World.Tile.yml", "TinyLife.World.Tile.Textures": "TinyLife.World.Tile.yml",
"TinyLife.World.Tile.Tiles": "TinyLife.World.Tile.yml", "TinyLife.World.Tile.Tiles": "TinyLife.World.Tile.yml",
"TinyLife.World.Tile.Water": "TinyLife.World.Tile.yml",
"TinyLife.World.UpdateDelegate": "TinyLife.World.UpdateDelegate.yml", "TinyLife.World.UpdateDelegate": "TinyLife.World.UpdateDelegate.yml",
"TinyLife.World.UpdateDelegateNoPhase": "TinyLife.World.UpdateDelegateNoPhase.yml", "TinyLife.World.UpdateDelegateNoPhase": "TinyLife.World.UpdateDelegateNoPhase.yml",
"TinyLife.World.Wall": "TinyLife.World.Wall.yml", "TinyLife.World.Wall": "TinyLife.World.Wall.yml",
@ -4501,42 +4470,19 @@
"TinyLife.World.Wallpaper": "TinyLife.World.Wallpaper.yml", "TinyLife.World.Wallpaper": "TinyLife.World.Wallpaper.yml",
"TinyLife.World.Wallpaper.#ctor(System.String,System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point,TinyLife.Utilities.ColorSettings,System.Int32[],MLEM.Textures.TextureRegion)": "TinyLife.World.Wallpaper.yml", "TinyLife.World.Wallpaper.#ctor(System.String,System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point,TinyLife.Utilities.ColorSettings,System.Int32[],MLEM.Textures.TextureRegion)": "TinyLife.World.Wallpaper.yml",
"TinyLife.World.Wallpaper.BaseName": "TinyLife.World.Wallpaper.yml", "TinyLife.World.Wallpaper.BaseName": "TinyLife.World.Wallpaper.yml",
"TinyLife.World.Wallpaper.BigTiles": "TinyLife.World.Wallpaper.yml",
"TinyLife.World.Wallpaper.Cacti": "TinyLife.World.Wallpaper.yml",
"TinyLife.World.Wallpaper.ColorSettings": "TinyLife.World.Wallpaper.yml", "TinyLife.World.Wallpaper.ColorSettings": "TinyLife.World.Wallpaper.yml",
"TinyLife.World.Wallpaper.Colors": "TinyLife.World.Wallpaper.yml", "TinyLife.World.Wallpaper.Colors": "TinyLife.World.Wallpaper.yml",
"TinyLife.World.Wallpaper.Default": "TinyLife.World.Wallpaper.yml",
"TinyLife.World.Wallpaper.DoubleTimbered": "TinyLife.World.Wallpaper.yml",
"TinyLife.World.Wallpaper.DoubleTimberedRockBase": "TinyLife.World.Wallpaper.yml",
"TinyLife.World.Wallpaper.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,TinyLife.World.Map,Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point,System.Int32,Microsoft.Xna.Framework.Vector2,TinyLife.World.WallMode,System.Boolean,System.Boolean,System.Single,System.Boolean,System.Single,System.Nullable{Microsoft.Xna.Framework.Color})": "TinyLife.World.Wallpaper.yml", "TinyLife.World.Wallpaper.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,TinyLife.World.Map,Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point,System.Int32,Microsoft.Xna.Framework.Vector2,TinyLife.World.WallMode,System.Boolean,System.Boolean,System.Single,System.Boolean,System.Single,System.Nullable{Microsoft.Xna.Framework.Color})": "TinyLife.World.Wallpaper.yml",
"TinyLife.World.Wallpaper.DrawUi(MLEM.Ui.Elements.Element,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.GameTime,TinyLife.World.Map,System.Single)": "TinyLife.World.Wallpaper.yml", "TinyLife.World.Wallpaper.DrawUi(MLEM.Ui.Elements.Element,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.GameTime,TinyLife.World.Map,System.Single)": "TinyLife.World.Wallpaper.yml",
"TinyLife.World.Wallpaper.GetPrice": "TinyLife.World.Wallpaper.yml", "TinyLife.World.Wallpaper.GetPrice": "TinyLife.World.Wallpaper.yml",
"TinyLife.World.Wallpaper.HorizontalWoodenSiding": "TinyLife.World.Wallpaper.yml",
"TinyLife.World.Wallpaper.Icon": "TinyLife.World.Wallpaper.yml", "TinyLife.World.Wallpaper.Icon": "TinyLife.World.Wallpaper.yml",
"TinyLife.World.Wallpaper.MismatchedBricks": "TinyLife.World.Wallpaper.yml",
"TinyLife.World.Wallpaper.ModernBricks": "TinyLife.World.Wallpaper.yml",
"TinyLife.World.Wallpaper.ModernLines": "TinyLife.World.Wallpaper.yml",
"TinyLife.World.Wallpaper.ModernSquares": "TinyLife.World.Wallpaper.yml",
"TinyLife.World.Wallpaper.Name": "TinyLife.World.Wallpaper.yml", "TinyLife.World.Wallpaper.Name": "TinyLife.World.Wallpaper.yml",
"TinyLife.World.Wallpaper.Price": "TinyLife.World.Wallpaper.yml", "TinyLife.World.Wallpaper.Price": "TinyLife.World.Wallpaper.yml",
"TinyLife.World.Wallpaper.Register(System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point,TinyLife.Utilities.ColorScheme,MLEM.Textures.TextureRegion,System.Nullable{System.Int32},System.Type)": "TinyLife.World.Wallpaper.yml", "TinyLife.World.Wallpaper.Register(System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point,TinyLife.Utilities.ColorScheme,MLEM.Textures.TextureRegion,System.Nullable{System.Int32},System.Type)": "TinyLife.World.Wallpaper.yml",
"TinyLife.World.Wallpaper.Register(System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point,TinyLife.Utilities.ColorScheme[],MLEM.Textures.TextureRegion,System.Int32[],System.Type)": "TinyLife.World.Wallpaper.yml", "TinyLife.World.Wallpaper.Register(System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point,TinyLife.Utilities.ColorScheme[],MLEM.Textures.TextureRegion,System.Int32[],System.Type)": "TinyLife.World.Wallpaper.yml",
"TinyLife.World.Wallpaper.Register(System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point,TinyLife.Utilities.ColorSettings,MLEM.Textures.TextureRegion,System.Type)": "TinyLife.World.Wallpaper.yml", "TinyLife.World.Wallpaper.Register(System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point,TinyLife.Utilities.ColorSettings,MLEM.Textures.TextureRegion,System.Type)": "TinyLife.World.Wallpaper.yml",
"TinyLife.World.Wallpaper.RockBase": "TinyLife.World.Wallpaper.yml",
"TinyLife.World.Wallpaper.SingleColor": "TinyLife.World.Wallpaper.yml",
"TinyLife.World.Wallpaper.SingleColorBaseboard": "TinyLife.World.Wallpaper.yml",
"TinyLife.World.Wallpaper.SingleColorTopBottomBoard": "TinyLife.World.Wallpaper.yml",
"TinyLife.World.Wallpaper.SingleColorWoodBottom": "TinyLife.World.Wallpaper.yml",
"TinyLife.World.Wallpaper.SingleTimbered": "TinyLife.World.Wallpaper.yml",
"TinyLife.World.Wallpaper.SingleTimberedRockBase": "TinyLife.World.Wallpaper.yml",
"TinyLife.World.Wallpaper.SmallClouds": "TinyLife.World.Wallpaper.yml",
"TinyLife.World.Wallpaper.Stars": "TinyLife.World.Wallpaper.yml",
"TinyLife.World.Wallpaper.StripedWood": "TinyLife.World.Wallpaper.yml",
"TinyLife.World.Wallpaper.TextureRegion": "TinyLife.World.Wallpaper.yml", "TinyLife.World.Wallpaper.TextureRegion": "TinyLife.World.Wallpaper.yml",
"TinyLife.World.Wallpaper.Textures": "TinyLife.World.Wallpaper.yml", "TinyLife.World.Wallpaper.Textures": "TinyLife.World.Wallpaper.yml",
"TinyLife.World.Wallpaper.VerticalStripes": "TinyLife.World.Wallpaper.yml",
"TinyLife.World.Wallpaper.VerticalWallTiles": "TinyLife.World.Wallpaper.yml",
"TinyLife.World.Wallpaper.VerticalWoodenSiding": "TinyLife.World.Wallpaper.yml",
"TinyLife.World.Wallpaper.Wallpapers": "TinyLife.World.Wallpaper.yml", "TinyLife.World.Wallpaper.Wallpapers": "TinyLife.World.Wallpaper.yml",
"TinyLife.World.WaterTile": "TinyLife.World.WaterTile.yml", "TinyLife.World.WaterTile": "TinyLife.World.WaterTile.yml",
"TinyLife.World.WaterTile.#ctor(System.String,System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},System.Collections.Generic.Dictionary{MLEM.Maths.Direction2,Microsoft.Xna.Framework.Point[]},TinyLife.Utilities.ColorSettings,System.Int32[],System.Boolean,System.Single,TinyLife.World.Tile.Category,MLEM.Textures.TextureRegion,System.Func{Microsoft.Xna.Framework.Point,System.Single})": "TinyLife.World.WaterTile.yml", "TinyLife.World.WaterTile.#ctor(System.String,System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},System.Collections.Generic.Dictionary{MLEM.Maths.Direction2,Microsoft.Xna.Framework.Point[]},TinyLife.Utilities.ColorSettings,System.Int32[],System.Boolean,System.Single,TinyLife.World.Tile.Category,MLEM.Textures.TextureRegion,System.Func{Microsoft.Xna.Framework.Point,System.Single})": "TinyLife.World.WaterTile.yml",

View file

@ -12,6 +12,14 @@ items:
nameWithType: Action.ActionTypeConstructedDelegate nameWithType: Action.ActionTypeConstructedDelegate
fullName: TinyLife.Actions.Action.ActionTypeConstructedDelegate fullName: TinyLife.Actions.Action.ActionTypeConstructedDelegate
type: Delegate type: Delegate
source:
remote:
path: TinyLife/Actions/Action.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ActionTypeConstructedDelegate
path: ../TinyLife/Actions/Action.cs
startLine: 1034
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

View file

@ -77,6 +77,14 @@ items:
nameWithType: Action nameWithType: Action
fullName: TinyLife.Actions.Action fullName: TinyLife.Actions.Action
type: Class type: Class
source:
remote:
path: TinyLife/Actions/Action.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Action
path: ../TinyLife/Actions/Action.cs
startLine: 30
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -144,6 +152,14 @@ items:
nameWithType: Action.Random nameWithType: Action.Random
fullName: TinyLife.Actions.Action.Random fullName: TinyLife.Actions.Action.Random
type: Field type: Field
source:
remote:
path: TinyLife/Actions/Action.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Random
path: ../TinyLife/Actions/Action.cs
startLine: 37
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -168,6 +184,14 @@ items:
nameWithType: Action.OnActionTypeConstructed nameWithType: Action.OnActionTypeConstructed
fullName: TinyLife.Actions.Action.OnActionTypeConstructed fullName: TinyLife.Actions.Action.OnActionTypeConstructed
type: Event type: Event
source:
remote:
path: TinyLife/Actions/Action.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnActionTypeConstructed
path: ../TinyLife/Actions/Action.cs
startLine: 43
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -192,6 +216,14 @@ items:
nameWithType: Action.InProgressTime nameWithType: Action.InProgressTime
fullName: TinyLife.Actions.Action.InProgressTime fullName: TinyLife.Actions.Action.InProgressTime
type: Property type: Property
source:
remote:
path: TinyLife/Actions/Action.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InProgressTime
path: ../TinyLife/Actions/Action.cs
startLine: 51
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -221,6 +253,14 @@ items:
nameWithType: Action.FullyInProgress nameWithType: Action.FullyInProgress
fullName: TinyLife.Actions.Action.FullyInProgress fullName: TinyLife.Actions.Action.FullyInProgress
type: Property type: Property
source:
remote:
path: TinyLife/Actions/Action.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FullyInProgress
path: ../TinyLife/Actions/Action.cs
startLine: 58
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -250,6 +290,14 @@ items:
nameWithType: Action.Type nameWithType: Action.Type
fullName: TinyLife.Actions.Action.Type fullName: TinyLife.Actions.Action.Type
type: Field type: Field
source:
remote:
path: TinyLife/Actions/Action.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Type
path: ../TinyLife/Actions/Action.cs
startLine: 64
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -281,6 +329,14 @@ items:
nameWithType: Action.Info nameWithType: Action.Info
fullName: TinyLife.Actions.Action.Info fullName: TinyLife.Actions.Action.Info
type: Field type: Field
source:
remote:
path: TinyLife/Actions/Action.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Info
path: ../TinyLife/Actions/Action.cs
startLine: 69
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -312,6 +368,14 @@ items:
nameWithType: Action.Id nameWithType: Action.Id
fullName: TinyLife.Actions.Action.Id fullName: TinyLife.Actions.Action.Id
type: Field type: Field
source:
remote:
path: TinyLife/Actions/Action.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Id
path: ../TinyLife/Actions/Action.cs
startLine: 75
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -346,6 +410,14 @@ items:
nameWithType: Action.StartedAutomatically nameWithType: Action.StartedAutomatically
fullName: TinyLife.Actions.Action.StartedAutomatically fullName: TinyLife.Actions.Action.StartedAutomatically
type: Property type: Property
source:
remote:
path: TinyLife/Actions/Action.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: StartedAutomatically
path: ../TinyLife/Actions/Action.cs
startLine: 80
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -379,6 +451,14 @@ items:
nameWithType: Action.Parent nameWithType: Action.Parent
fullName: TinyLife.Actions.Action.Parent fullName: TinyLife.Actions.Action.Parent
type: Property type: Property
source:
remote:
path: TinyLife/Actions/Action.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Parent
path: ../TinyLife/Actions/Action.cs
startLine: 86
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -405,6 +485,14 @@ items:
nameWithType: Action.Person nameWithType: Action.Person
fullName: TinyLife.Actions.Action.Person fullName: TinyLife.Actions.Action.Person
type: Property type: Property
source:
remote:
path: TinyLife/Actions/Action.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Person
path: ../TinyLife/Actions/Action.cs
startLine: 90
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -428,6 +516,14 @@ items:
nameWithType: Action.ElapsedTime nameWithType: Action.ElapsedTime
fullName: TinyLife.Actions.Action.ElapsedTime fullName: TinyLife.Actions.Action.ElapsedTime
type: Property type: Property
source:
remote:
path: TinyLife/Actions/Action.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ElapsedTime
path: ../TinyLife/Actions/Action.cs
startLine: 94
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -461,6 +557,14 @@ items:
nameWithType: Action.PlayerPromptOpen nameWithType: Action.PlayerPromptOpen
fullName: TinyLife.Actions.Action.PlayerPromptOpen fullName: TinyLife.Actions.Action.PlayerPromptOpen
type: Property type: Property
source:
remote:
path: TinyLife/Actions/Action.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PlayerPromptOpen
path: ../TinyLife/Actions/Action.cs
startLine: 100
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -487,6 +591,14 @@ items:
nameWithType: Action.ForceResult nameWithType: Action.ForceResult
fullName: TinyLife.Actions.Action.ForceResult fullName: TinyLife.Actions.Action.ForceResult
type: Field type: Field
source:
remote:
path: TinyLife/Actions/Action.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ForceResult
path: ../TinyLife/Actions/Action.cs
startLine: 108
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -511,6 +623,14 @@ items:
nameWithType: Action.Action(ActionInfo) nameWithType: Action.Action(ActionInfo)
fullName: TinyLife.Actions.Action.Action(TinyLife.Actions.ActionInfo) fullName: TinyLife.Actions.Action.Action(TinyLife.Actions.ActionInfo)
type: Constructor type: Constructor
source:
remote:
path: TinyLife/Actions/Action.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/Action.cs
startLine: 119
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -538,6 +658,14 @@ items:
nameWithType: Action.Action(ActionType, ActionInfo) nameWithType: Action.Action(ActionType, ActionInfo)
fullName: TinyLife.Actions.Action.Action(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo) fullName: TinyLife.Actions.Action.Action(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo)
type: Constructor type: Constructor
source:
remote:
path: TinyLife/Actions/Action.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/Action.cs
startLine: 128
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -568,6 +696,14 @@ items:
nameWithType: Action.Initialize() nameWithType: Action.Initialize()
fullName: TinyLife.Actions.Action.Initialize() fullName: TinyLife.Actions.Action.Initialize()
type: Method type: Method
source:
remote:
path: TinyLife/Actions/Action.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Initialize
path: ../TinyLife/Actions/Action.cs
startLine: 138
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -591,6 +727,14 @@ items:
nameWithType: Action.Update(GameTime, TimeSpan, float) nameWithType: Action.Update(GameTime, TimeSpan, float)
fullName: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) fullName: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/Action.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: ../TinyLife/Actions/Action.cs
startLine: 147
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -627,6 +771,14 @@ items:
nameWithType: Action.IsCompleted() nameWithType: Action.IsCompleted()
fullName: TinyLife.Actions.Action.IsCompleted() fullName: TinyLife.Actions.Action.IsCompleted()
type: Method type: Method
source:
remote:
path: TinyLife/Actions/Action.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsCompleted
path: ../TinyLife/Actions/Action.cs
startLine: 165
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -655,6 +807,14 @@ items:
nameWithType: Action.OnCompleted(CompletionType) nameWithType: Action.OnCompleted(CompletionType)
fullName: TinyLife.Actions.Action.OnCompleted(TinyLife.Actions.CompletionType) fullName: TinyLife.Actions.Action.OnCompleted(TinyLife.Actions.CompletionType)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/Action.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted
path: ../TinyLife/Actions/Action.cs
startLine: 175
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -684,6 +844,14 @@ items:
nameWithType: Action.Validate(PersonLike) nameWithType: Action.Validate(PersonLike)
fullName: TinyLife.Actions.Action.Validate(TinyLife.Objects.PersonLike) fullName: TinyLife.Actions.Action.Validate(TinyLife.Objects.PersonLike)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/Action.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: ../TinyLife/Actions/Action.cs
startLine: 194
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -716,6 +884,14 @@ items:
nameWithType: Action.TryForceResult(CompletionType, CanExecuteResult?, MapObject) nameWithType: Action.TryForceResult(CompletionType, CanExecuteResult?, MapObject)
fullName: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType, TinyLife.Actions.CanExecuteResult?, TinyLife.Objects.MapObject) fullName: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType, TinyLife.Actions.CanExecuteResult?, TinyLife.Objects.MapObject)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/Action.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TryForceResult
path: ../TinyLife/Actions/Action.cs
startLine: 207
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -754,6 +930,14 @@ items:
nameWithType: Action.CanMultitask(Action) nameWithType: Action.CanMultitask(Action)
fullName: TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action) fullName: TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/Action.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanMultitask
path: ../TinyLife/Actions/Action.cs
startLine: 225
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -788,6 +972,14 @@ items:
nameWithType: Action.CanStartNow() nameWithType: Action.CanStartNow()
fullName: TinyLife.Actions.Action.CanStartNow() fullName: TinyLife.Actions.Action.CanStartNow()
type: Method type: Method
source:
remote:
path: TinyLife/Actions/Action.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanStartNow
path: ../TinyLife/Actions/Action.cs
startLine: 235
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -815,6 +1007,14 @@ items:
nameWithType: Action.CanCancel(Action) nameWithType: Action.CanCancel(Action)
fullName: TinyLife.Actions.Action.CanCancel(TinyLife.Actions.Action) fullName: TinyLife.Actions.Action.CanCancel(TinyLife.Actions.Action)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/Action.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanCancel
path: ../TinyLife/Actions/Action.cs
startLine: 246
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -847,6 +1047,14 @@ items:
nameWithType: Action.GetNextAction(CompletionType) nameWithType: Action.GetNextAction(CompletionType)
fullName: TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.CompletionType) fullName: TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.CompletionType)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/Action.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetNextAction
path: ../TinyLife/Actions/Action.cs
startLine: 257
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -879,6 +1087,14 @@ items:
nameWithType: Action.GetIconObject() nameWithType: Action.GetIconObject()
fullName: TinyLife.Actions.Action.GetIconObject() fullName: TinyLife.Actions.Action.GetIconObject()
type: Method type: Method
source:
remote:
path: TinyLife/Actions/Action.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetIconObject
path: ../TinyLife/Actions/Action.cs
startLine: 267
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -907,6 +1123,14 @@ items:
nameWithType: Action.CausesExtremelyFastSpeed() nameWithType: Action.CausesExtremelyFastSpeed()
fullName: TinyLife.Actions.Action.CausesExtremelyFastSpeed() fullName: TinyLife.Actions.Action.CausesExtremelyFastSpeed()
type: Method type: Method
source:
remote:
path: TinyLife/Actions/Action.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CausesExtremelyFastSpeed
path: ../TinyLife/Actions/Action.cs
startLine: 276
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -933,6 +1157,14 @@ items:
nameWithType: Action.GetDisplayName() nameWithType: Action.GetDisplayName()
fullName: TinyLife.Actions.Action.GetDisplayName() fullName: TinyLife.Actions.Action.GetDisplayName()
type: Method type: Method
source:
remote:
path: TinyLife/Actions/Action.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDisplayName
path: ../TinyLife/Actions/Action.cs
startLine: 285
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -959,6 +1191,14 @@ items:
nameWithType: Action.CanEnqueueConversation(PersonLike, ActionType) nameWithType: Action.CanEnqueueConversation(PersonLike, ActionType)
fullName: TinyLife.Actions.Action.CanEnqueueConversation(TinyLife.Objects.PersonLike, TinyLife.Actions.ActionType) fullName: TinyLife.Actions.Action.CanEnqueueConversation(TinyLife.Objects.PersonLike, TinyLife.Actions.ActionType)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/Action.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanEnqueueConversation
path: ../TinyLife/Actions/Action.cs
startLine: 297
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -994,6 +1234,14 @@ items:
nameWithType: Action.GetProgress() nameWithType: Action.GetProgress()
fullName: TinyLife.Actions.Action.GetProgress() fullName: TinyLife.Actions.Action.GetProgress()
type: Method type: Method
source:
remote:
path: TinyLife/Actions/Action.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetProgress
path: ../TinyLife/Actions/Action.cs
startLine: 307
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -1022,6 +1270,14 @@ items:
nameWithType: Action.OnChildCompleted(Action, CompletionType, bool) nameWithType: Action.OnChildCompleted(Action, CompletionType, bool)
fullName: TinyLife.Actions.Action.OnChildCompleted(TinyLife.Actions.Action, TinyLife.Actions.CompletionType, bool) fullName: TinyLife.Actions.Action.OnChildCompleted(TinyLife.Actions.Action, TinyLife.Actions.CompletionType, bool)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/Action.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnChildCompleted
path: ../TinyLife/Actions/Action.cs
startLine: 319
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -1060,6 +1316,14 @@ items:
nameWithType: Action.OpenPlayerPrompt(string, Predicate<Panel>, Action<Panel>, bool, Action<CoveringGroup, Panel>, TextureRegion, float) nameWithType: Action.OpenPlayerPrompt(string, Predicate<Panel>, Action<Panel>, bool, Action<CoveringGroup, Panel>, TextureRegion, float)
fullName: TinyLife.Actions.Action.OpenPlayerPrompt(string, System.Predicate<MLEM.Ui.Elements.Panel>, System.Action<MLEM.Ui.Elements.Panel>, bool, System.Action<TinyLife.Uis.CoveringGroup, MLEM.Ui.Elements.Panel>, MLEM.Textures.TextureRegion, float) fullName: TinyLife.Actions.Action.OpenPlayerPrompt(string, System.Predicate<MLEM.Ui.Elements.Panel>, System.Action<MLEM.Ui.Elements.Panel>, bool, System.Action<TinyLife.Uis.CoveringGroup, MLEM.Ui.Elements.Panel>, MLEM.Textures.TextureRegion, float)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/Action.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OpenPlayerPrompt
path: ../TinyLife/Actions/Action.cs
startLine: 336
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -1116,6 +1380,14 @@ items:
nameWithType: Action.OpenYesNoPrompt(string, Action, Action, TextureRegion) nameWithType: Action.OpenYesNoPrompt(string, Action, Action, TextureRegion)
fullName: TinyLife.Actions.Action.OpenYesNoPrompt(string, System.Action, System.Action, MLEM.Textures.TextureRegion) fullName: TinyLife.Actions.Action.OpenYesNoPrompt(string, System.Action, System.Action, MLEM.Textures.TextureRegion)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/Action.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OpenYesNoPrompt
path: ../TinyLife/Actions/Action.cs
startLine: 371
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -1159,6 +1431,14 @@ items:
nameWithType: Action.OpenTextPrompt(string, Action<string>, Predicate<string>, TextField.Rule, string, TextureRegion) nameWithType: Action.OpenTextPrompt(string, Action<string>, Predicate<string>, TextField.Rule, string, TextureRegion)
fullName: TinyLife.Actions.Action.OpenTextPrompt(string, System.Action<string>, System.Predicate<string>, MLEM.Ui.Elements.TextField.Rule, string, MLEM.Textures.TextureRegion) fullName: TinyLife.Actions.Action.OpenTextPrompt(string, System.Action<string>, System.Predicate<string>, MLEM.Ui.Elements.TextField.Rule, string, MLEM.Textures.TextureRegion)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/Action.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OpenTextPrompt
path: ../TinyLife/Actions/Action.cs
startLine: 399
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -1206,6 +1486,14 @@ items:
nameWithType: Action.OpenChoicePrompt(ChoicePromptInfo) nameWithType: Action.OpenChoicePrompt(ChoicePromptInfo)
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo) fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/Action.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OpenChoicePrompt
path: ../TinyLife/Actions/Action.cs
startLine: 412
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -1233,6 +1521,14 @@ items:
nameWithType: Action.SpeakAlone(GameTime, float, EmoteChoices, SpeakStyle, int, float, float, float, float) nameWithType: Action.SpeakAlone(GameTime, float, EmoteChoices, SpeakStyle, int, float, float, float, float)
fullName: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime, float, TinyLife.Actions.EmoteChoices, TinyLife.Objects.SpeakStyle, int, float, float, float, float) fullName: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime, float, TinyLife.Actions.EmoteChoices, TinyLife.Objects.SpeakStyle, int, float, float, float, float)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/Action.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SpeakAlone
path: ../TinyLife/Actions/Action.cs
startLine: 433
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -1290,6 +1586,14 @@ items:
nameWithType: Action.ThinkAlone(GameTime, float, EmoteChoices, float, float, float, float, int) nameWithType: Action.ThinkAlone(GameTime, float, EmoteChoices, float, float, float, float, int)
fullName: TinyLife.Actions.Action.ThinkAlone(Microsoft.Xna.Framework.GameTime, float, TinyLife.Actions.EmoteChoices, float, float, float, float, int) fullName: TinyLife.Actions.Action.ThinkAlone(Microsoft.Xna.Framework.GameTime, float, TinyLife.Actions.EmoteChoices, float, float, float, float, int)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/Action.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ThinkAlone
path: ../TinyLife/Actions/Action.cs
startLine: 450
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -1344,6 +1648,14 @@ items:
nameWithType: Action.SpeakInConversation(PersonLike, GameTime, float, EmoteChoices, SpeakStyle, EmoteChoices?, SpeakStyle?, int, float, float, float, float) nameWithType: Action.SpeakInConversation(PersonLike, GameTime, float, EmoteChoices, SpeakStyle, EmoteChoices?, SpeakStyle?, int, float, float, float, float)
fullName: TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.PersonLike, Microsoft.Xna.Framework.GameTime, float, TinyLife.Actions.EmoteChoices, TinyLife.Objects.SpeakStyle, TinyLife.Actions.EmoteChoices?, TinyLife.Objects.SpeakStyle?, int, float, float, float, float) fullName: TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.PersonLike, Microsoft.Xna.Framework.GameTime, float, TinyLife.Actions.EmoteChoices, TinyLife.Objects.SpeakStyle, TinyLife.Actions.EmoteChoices?, TinyLife.Objects.SpeakStyle?, int, float, float, float, float)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/Action.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SpeakInConversation
path: ../TinyLife/Actions/Action.cs
startLine: 471
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -1410,6 +1722,14 @@ items:
nameWithType: Action.ResetSpeech() nameWithType: Action.ResetSpeech()
fullName: TinyLife.Actions.Action.ResetSpeech() fullName: TinyLife.Actions.Action.ResetSpeech()
type: Method type: Method
source:
remote:
path: TinyLife/Actions/Action.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ResetSpeech
path: ../TinyLife/Actions/Action.cs
startLine: 480
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -1430,6 +1750,14 @@ items:
nameWithType: Action.CompleteIfNeedFull(NeedType, PersonLike) nameWithType: Action.CompleteIfNeedFull(NeedType, PersonLike)
fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType, TinyLife.Objects.PersonLike) fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType, TinyLife.Objects.PersonLike)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/Action.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CompleteIfNeedFull
path: ../TinyLife/Actions/Action.cs
startLine: 493
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -1460,6 +1788,14 @@ items:
nameWithType: Action.CompleteIfTimeUp(TimeSpan, bool, SkillType, float, bool) nameWithType: Action.CompleteIfTimeUp(TimeSpan, bool, SkillType, float, bool)
fullName: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan, bool, TinyLife.Skills.SkillType, float, bool) fullName: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan, bool, TinyLife.Skills.SkillType, float, bool)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/Action.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CompleteIfTimeUp
path: ../TinyLife/Actions/Action.cs
startLine: 507
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -1505,6 +1841,14 @@ items:
nameWithType: Action.CompleteIfTimeUp(TimeSpan, TimeSpan, bool, SkillType, float, bool) nameWithType: Action.CompleteIfTimeUp(TimeSpan, TimeSpan, bool, SkillType, float, bool)
fullName: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan, System.TimeSpan, bool, TinyLife.Skills.SkillType, float, bool) fullName: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan, System.TimeSpan, bool, TinyLife.Skills.SkillType, float, bool)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/Action.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CompleteIfTimeUp
path: ../TinyLife/Actions/Action.cs
startLine: 526
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -1553,6 +1897,14 @@ items:
nameWithType: Action.GetRandomCompletionTime(TimeSpan, TimeSpan) nameWithType: Action.GetRandomCompletionTime(TimeSpan, TimeSpan)
fullName: TinyLife.Actions.Action.GetRandomCompletionTime(System.TimeSpan, System.TimeSpan) fullName: TinyLife.Actions.Action.GetRandomCompletionTime(System.TimeSpan, System.TimeSpan)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/Action.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetRandomCompletionTime
path: ../TinyLife/Actions/Action.cs
startLine: 538
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -1586,6 +1938,14 @@ items:
nameWithType: Action.CancelIfEmotional(params EmotionType[]) nameWithType: Action.CancelIfEmotional(params EmotionType[])
fullName: TinyLife.Actions.Action.CancelIfEmotional(params TinyLife.Emotions.EmotionType[]) fullName: TinyLife.Actions.Action.CancelIfEmotional(params TinyLife.Emotions.EmotionType[])
type: Method type: Method
source:
remote:
path: TinyLife/Actions/Action.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CancelIfEmotional
path: ../TinyLife/Actions/Action.cs
startLine: 551
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -1620,6 +1980,14 @@ items:
nameWithType: Action.Sit(Furniture, float, ActionSpot) nameWithType: Action.Sit(Furniture, float, ActionSpot)
fullName: TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture, float, TinyLife.Objects.ActionSpot) fullName: TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture, float, TinyLife.Objects.ActionSpot)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/Action.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Sit
path: ../TinyLife/Actions/Action.cs
startLine: 567
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -1663,6 +2031,14 @@ items:
nameWithType: Action.GetChildren(bool) nameWithType: Action.GetChildren(bool)
fullName: TinyLife.Actions.Action.GetChildren(bool) fullName: TinyLife.Actions.Action.GetChildren(bool)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/Action.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetChildren
path: ../TinyLife/Actions/Action.cs
startLine: 583
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -1696,6 +2072,14 @@ items:
nameWithType: Action.GetChild<T>(Guid, bool) nameWithType: Action.GetChild<T>(Guid, bool)
fullName: TinyLife.Actions.Action.GetChild<T>(System.Guid, bool) fullName: TinyLife.Actions.Action.GetChild<T>(System.Guid, bool)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/Action.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetChild
path: ../TinyLife/Actions/Action.cs
startLine: 600
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -1735,6 +2119,14 @@ items:
nameWithType: Action.PickUpAndGoTo(ActionInfo, ObjectCategory, ObjectCategory, bool) nameWithType: Action.PickUpAndGoTo(ActionInfo, ObjectCategory, ObjectCategory, bool)
fullName: TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo, TinyLife.Objects.ObjectCategory, TinyLife.Objects.ObjectCategory, bool) fullName: TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo, TinyLife.Objects.ObjectCategory, TinyLife.Objects.ObjectCategory, bool)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/Action.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PickUpAndGoTo
path: ../TinyLife/Actions/Action.cs
startLine: 642
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -1777,6 +2169,14 @@ items:
nameWithType: Action.PickUpAndGoTo(ActionInfo, Func<Furniture, bool>, Func<Furniture, bool>, bool) nameWithType: Action.PickUpAndGoTo(ActionInfo, Func<Furniture, bool>, Func<Furniture, bool>, bool)
fullName: TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo, System.Func<TinyLife.Objects.Furniture, bool>, System.Func<TinyLife.Objects.Furniture, bool>, bool) fullName: TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo, System.Func<TinyLife.Objects.Furniture, bool>, System.Func<TinyLife.Objects.Furniture, bool>, bool)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/Action.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PickUpAndGoTo
path: ../TinyLife/Actions/Action.cs
startLine: 655
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -1819,6 +2219,14 @@ items:
nameWithType: Action.GetFreeChair(PersonLike, Furniture) nameWithType: Action.GetFreeChair(PersonLike, Furniture)
fullName: TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture) fullName: TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/Action.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetFreeChair
path: ../TinyLife/Actions/Action.cs
startLine: 692
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -1854,6 +2262,14 @@ items:
nameWithType: Action.GetFreeChairs(PersonLike, Furniture, Func<Direction2, bool>) nameWithType: Action.GetFreeChairs(PersonLike, Furniture, Func<Direction2, bool>)
fullName: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func<MLEM.Maths.Direction2, bool>) fullName: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func<MLEM.Maths.Direction2, bool>)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/Action.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetFreeChairs
path: ../TinyLife/Actions/Action.cs
startLine: 709
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -1895,6 +2311,14 @@ items:
nameWithType: Action.GetSeatCategory(PersonLike) nameWithType: Action.GetSeatCategory(PersonLike)
fullName: TinyLife.Actions.Action.GetSeatCategory(TinyLife.Objects.PersonLike) fullName: TinyLife.Actions.Action.GetSeatCategory(TinyLife.Objects.PersonLike)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/Action.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetSeatCategory
path: ../TinyLife/Actions/Action.cs
startLine: 729
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -1925,6 +2349,14 @@ items:
nameWithType: Action.FindAllFreePeople(PersonLike, ActionType, Map, Vector2?, float?, float?, bool, bool, bool) nameWithType: Action.FindAllFreePeople(PersonLike, ActionType, Map, Vector2?, float?, float?, bool, bool, bool)
fullName: TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Objects.PersonLike, TinyLife.Actions.ActionType, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?, float?, float?, bool, bool, bool) fullName: TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Objects.PersonLike, TinyLife.Actions.ActionType, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?, float?, float?, bool, bool, bool)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/Action.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FindAllFreePeople
path: ../TinyLife/Actions/Action.cs
startLine: 746
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -1979,6 +2411,14 @@ items:
nameWithType: Action.FindAllFreeFurniture(PersonLike, ObjectCategory, FurnitureType, bool, Map, Vector2?, float?, float?, bool, bool) nameWithType: Action.FindAllFreeFurniture(PersonLike, ObjectCategory, FurnitureType, bool, Map, Vector2?, float?, float?, bool, bool)
fullName: TinyLife.Actions.Action.FindAllFreeFurniture(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, bool, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?, float?, float?, bool, bool) fullName: TinyLife.Actions.Action.FindAllFreeFurniture(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, bool, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?, float?, float?, bool, bool)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/Action.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FindAllFreeFurniture
path: ../TinyLife/Actions/Action.cs
startLine: 776
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -2036,6 +2476,14 @@ items:
nameWithType: Action.FindAllFreeWalls<T>(PersonLike, Map, Vector2?, float?, float?, bool) nameWithType: Action.FindAllFreeWalls<T>(PersonLike, Map, Vector2?, float?, float?, bool)
fullName: TinyLife.Actions.Action.FindAllFreeWalls<T>(TinyLife.Objects.PersonLike, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?, float?, float?, bool) fullName: TinyLife.Actions.Action.FindAllFreeWalls<T>(TinyLife.Objects.PersonLike, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?, float?, float?, bool)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/Action.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FindAllFreeWalls
path: ../TinyLife/Actions/Action.cs
startLine: 796
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -2083,6 +2531,14 @@ items:
nameWithType: Action.FindAllFreeGround(PersonLike, Map, Vector2?, float?, float?, bool) nameWithType: Action.FindAllFreeGround(PersonLike, Map, Vector2?, float?, float?, bool)
fullName: TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.PersonLike, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?, float?, float?, bool) fullName: TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.PersonLike, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?, float?, float?, bool)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/Action.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FindAllFreeGround
path: ../TinyLife/Actions/Action.cs
startLine: 815
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -2128,6 +2584,14 @@ items:
nameWithType: Action.FindFreeFurniture(PersonLike, ObjectCategory, FurnitureType, Map, Vector2?, bool, bool) nameWithType: Action.FindFreeFurniture(PersonLike, ObjectCategory, FurnitureType, Map, Vector2?, bool, bool)
fullName: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?, bool, bool) fullName: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?, bool, bool)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/Action.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FindFreeFurniture
path: ../TinyLife/Actions/Action.cs
startLine: 837
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -2179,6 +2643,14 @@ items:
nameWithType: Action.FindAllActionObjects(PersonLike, ActionType, Map, Vector2?) nameWithType: Action.FindAllActionObjects(PersonLike, ActionType, Map, Vector2?)
fullName: TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.PersonLike, TinyLife.Actions.ActionType, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?) fullName: TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.PersonLike, TinyLife.Actions.ActionType, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/Action.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FindAllActionObjects
path: ../TinyLife/Actions/Action.cs
startLine: 851
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -2218,6 +2690,14 @@ items:
nameWithType: Action.FindValidActionObjects(PersonLike, ActionType, bool, Map, Vector2?, bool, bool) nameWithType: Action.FindValidActionObjects(PersonLike, ActionType, bool, Map, Vector2?, bool, bool)
fullName: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.PersonLike, TinyLife.Actions.ActionType, bool, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?, bool, bool) fullName: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.PersonLike, TinyLife.Actions.ActionType, bool, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?, bool, bool)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/Action.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FindValidActionObjects
path: ../TinyLife/Actions/Action.cs
startLine: 890
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -2269,6 +2749,14 @@ items:
nameWithType: Action.GetRandomValidArguments(ActionType, ActionInfo, bool) nameWithType: Action.GetRandomValidArguments(ActionType, ActionInfo, bool)
fullName: TinyLife.Actions.Action.GetRandomValidArguments(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, bool) fullName: TinyLife.Actions.Action.GetRandomValidArguments(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, bool)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/Action.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetRandomValidArguments
path: ../TinyLife/Actions/Action.cs
startLine: 907
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -2305,6 +2793,14 @@ items:
nameWithType: Action.GetTableSpot(Furniture, ActionSpot) nameWithType: Action.GetTableSpot(Furniture, ActionSpot)
fullName: TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture, TinyLife.Objects.ActionSpot) fullName: TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture, TinyLife.Objects.ActionSpot)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/Action.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetTableSpot
path: ../TinyLife/Actions/Action.cs
startLine: 935
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -2338,6 +2834,14 @@ items:
nameWithType: Action.InvokeForBoth(PersonLike, PersonLike, Action<PersonLike, PersonLike>) nameWithType: Action.InvokeForBoth(PersonLike, PersonLike, Action<PersonLike, PersonLike>)
fullName: TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.PersonLike, TinyLife.Objects.PersonLike, System.Action<TinyLife.Objects.PersonLike, TinyLife.Objects.PersonLike>) fullName: TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.PersonLike, TinyLife.Objects.PersonLike, System.Action<TinyLife.Objects.PersonLike, TinyLife.Objects.PersonLike>)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/Action.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InvokeForBoth
path: ../TinyLife/Actions/Action.cs
startLine: 948
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -2371,6 +2875,14 @@ items:
nameWithType: Action.CanMultitask(Action, Action) nameWithType: Action.CanMultitask(Action, Action)
fullName: TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action, TinyLife.Actions.Action) fullName: TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action, TinyLife.Actions.Action)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/Action.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanMultitask
path: ../TinyLife/Actions/Action.cs
startLine: 960
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -2404,6 +2916,14 @@ items:
nameWithType: Action.IsInappropriate(ActionType, ActionInfo) nameWithType: Action.IsInappropriate(ActionType, ActionInfo)
fullName: TinyLife.Actions.Action.IsInappropriate(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo) fullName: TinyLife.Actions.Action.IsInappropriate(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/Action.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsInappropriate
path: ../TinyLife/Actions/Action.cs
startLine: 971
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -2437,6 +2957,14 @@ items:
nameWithType: Action.IsLotContentVisible(Lot, PersonLike, Map, Vector2?) nameWithType: Action.IsLotContentVisible(Lot, PersonLike, Map, Vector2?)
fullName: TinyLife.Actions.Action.IsLotContentVisible(TinyLife.World.Lot, TinyLife.Objects.PersonLike, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?) fullName: TinyLife.Actions.Action.IsLotContentVisible(TinyLife.World.Lot, TinyLife.Objects.PersonLike, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/Action.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsLotContentVisible
path: ../TinyLife/Actions/Action.cs
startLine: 992
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

View file

@ -30,6 +30,14 @@ items:
nameWithType: ActionArgument nameWithType: ActionArgument
fullName: TinyLife.Actions.ActionArgument fullName: TinyLife.Actions.ActionArgument
type: Class type: Class
source:
remote:
path: TinyLife/Actions/ActionArgument.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ActionArgument
path: ../TinyLife/Actions/ActionArgument.cs
startLine: 20
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -70,6 +78,14 @@ items:
nameWithType: ActionArgument.Name nameWithType: ActionArgument.Name
fullName: TinyLife.Actions.ActionArgument.Name fullName: TinyLife.Actions.ActionArgument.Name
type: Field type: Field
source:
remote:
path: TinyLife/Actions/ActionArgument.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name
path: ../TinyLife/Actions/ActionArgument.cs
startLine: 25
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -91,6 +107,14 @@ items:
nameWithType: ActionArgument.AddedConstructorArguments nameWithType: ActionArgument.AddedConstructorArguments
fullName: TinyLife.Actions.ActionArgument.AddedConstructorArguments fullName: TinyLife.Actions.ActionArgument.AddedConstructorArguments
type: Field type: Field
source:
remote:
path: TinyLife/Actions/ActionArgument.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AddedConstructorArguments
path: ../TinyLife/Actions/ActionArgument.cs
startLine: 30
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -115,6 +139,14 @@ items:
nameWithType: ActionArgument.PassivePriority nameWithType: ActionArgument.PassivePriority
fullName: TinyLife.Actions.ActionArgument.PassivePriority fullName: TinyLife.Actions.ActionArgument.PassivePriority
type: Field type: Field
source:
remote:
path: TinyLife/Actions/ActionArgument.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PassivePriority
path: ../TinyLife/Actions/ActionArgument.cs
startLine: 37
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -143,6 +175,14 @@ items:
nameWithType: ActionArgument.CanExecute nameWithType: ActionArgument.CanExecute
fullName: TinyLife.Actions.ActionArgument.CanExecute fullName: TinyLife.Actions.ActionArgument.CanExecute
type: Field type: Field
source:
remote:
path: TinyLife/Actions/ActionArgument.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanExecute
path: ../TinyLife/Actions/ActionArgument.cs
startLine: 43
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -169,6 +209,14 @@ items:
nameWithType: ActionArgument.DisplayName nameWithType: ActionArgument.DisplayName
fullName: TinyLife.Actions.ActionArgument.DisplayName fullName: TinyLife.Actions.ActionArgument.DisplayName
type: Field type: Field
source:
remote:
path: TinyLife/Actions/ActionArgument.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DisplayName
path: ../TinyLife/Actions/ActionArgument.cs
startLine: 48
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -193,6 +241,14 @@ items:
nameWithType: ActionArgument.Description nameWithType: ActionArgument.Description
fullName: TinyLife.Actions.ActionArgument.Description fullName: TinyLife.Actions.ActionArgument.Description
type: Field type: Field
source:
remote:
path: TinyLife/Actions/ActionArgument.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Description
path: ../TinyLife/Actions/ActionArgument.cs
startLine: 53
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -217,6 +273,14 @@ items:
nameWithType: ActionArgument.CustomLayout nameWithType: ActionArgument.CustomLayout
fullName: TinyLife.Actions.ActionArgument.CustomLayout fullName: TinyLife.Actions.ActionArgument.CustomLayout
type: Field type: Field
source:
remote:
path: TinyLife/Actions/ActionArgument.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CustomLayout
path: ../TinyLife/Actions/ActionArgument.cs
startLine: 59
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -243,6 +307,14 @@ items:
nameWithType: ActionArgument.MarkSeen nameWithType: ActionArgument.MarkSeen
fullName: TinyLife.Actions.ActionArgument.MarkSeen fullName: TinyLife.Actions.ActionArgument.MarkSeen
type: Field type: Field
source:
remote:
path: TinyLife/Actions/ActionArgument.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MarkSeen
path: ../TinyLife/Actions/ActionArgument.cs
startLine: 64
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -267,6 +339,14 @@ items:
nameWithType: ActionArgument.ActionArgument(string, Func<ActionType, ActionInfo, IEnumerable<object>>) nameWithType: ActionArgument.ActionArgument(string, Func<ActionType, ActionInfo, IEnumerable<object>>)
fullName: TinyLife.Actions.ActionArgument.ActionArgument(string, System.Func<TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, System.Collections.Generic.IEnumerable<object>>) fullName: TinyLife.Actions.ActionArgument.ActionArgument(string, System.Func<TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, System.Collections.Generic.IEnumerable<object>>)
type: Constructor type: Constructor
source:
remote:
path: TinyLife/Actions/ActionArgument.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/ActionArgument.cs
startLine: 71
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -297,6 +377,14 @@ items:
nameWithType: ActionArgument.ActionArgument(string, params object[]) nameWithType: ActionArgument.ActionArgument(string, params object[])
fullName: TinyLife.Actions.ActionArgument.ActionArgument(string, params object[]) fullName: TinyLife.Actions.ActionArgument.ActionArgument(string, params object[])
type: Constructor type: Constructor
source:
remote:
path: TinyLife/Actions/ActionArgument.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/ActionArgument.cs
startLine: 81
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -327,6 +415,14 @@ items:
nameWithType: ActionArgument.ActionArgument(object) nameWithType: ActionArgument.ActionArgument(object)
fullName: TinyLife.Actions.ActionArgument.ActionArgument(object) fullName: TinyLife.Actions.ActionArgument.ActionArgument(object)
type: Constructor type: Constructor
source:
remote:
path: TinyLife/Actions/ActionArgument.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/ActionArgument.cs
startLine: 88
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -357,6 +453,14 @@ items:
nameWithType: ActionArgument.GetDisplayName() nameWithType: ActionArgument.GetDisplayName()
fullName: TinyLife.Actions.ActionArgument.GetDisplayName() fullName: TinyLife.Actions.ActionArgument.GetDisplayName()
type: Method type: Method
source:
remote:
path: TinyLife/Actions/ActionArgument.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDisplayName
path: ../TinyLife/Actions/ActionArgument.cs
startLine: 94
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -380,6 +484,14 @@ items:
nameWithType: ActionArgument.CanBeExecuted(ActionInfo, bool) nameWithType: ActionArgument.CanBeExecuted(ActionInfo, bool)
fullName: TinyLife.Actions.ActionArgument.CanBeExecuted(TinyLife.Actions.ActionInfo, bool) fullName: TinyLife.Actions.ActionArgument.CanBeExecuted(TinyLife.Actions.ActionInfo, bool)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/ActionArgument.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanBeExecuted
path: ../TinyLife/Actions/ActionArgument.cs
startLine: 105
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -416,6 +528,14 @@ items:
nameWithType: ActionArgument.GetPassivePriority(PersonLike) nameWithType: ActionArgument.GetPassivePriority(PersonLike)
fullName: TinyLife.Actions.ActionArgument.GetPassivePriority(TinyLife.Objects.PersonLike) fullName: TinyLife.Actions.ActionArgument.GetPassivePriority(TinyLife.Objects.PersonLike)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/ActionArgument.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetPassivePriority
path: ../TinyLife/Actions/ActionArgument.cs
startLine: 121
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -443,6 +563,14 @@ items:
nameWithType: ActionArgument.FreePeople(ActionInfo, Func<(ActionInfo Info, PersonLike Other, bool Automatic), CanExecuteResult>, bool) nameWithType: ActionArgument.FreePeople(ActionInfo, Func<(ActionInfo Info, PersonLike Other, bool Automatic), CanExecuteResult>, bool)
fullName: TinyLife.Actions.ActionArgument.FreePeople(TinyLife.Actions.ActionInfo, System.Func<(TinyLife.Actions.ActionInfo Info, TinyLife.Objects.PersonLike Other, bool Automatic), TinyLife.Actions.CanExecuteResult>, bool) fullName: TinyLife.Actions.ActionArgument.FreePeople(TinyLife.Actions.ActionInfo, System.Func<(TinyLife.Actions.ActionInfo Info, TinyLife.Objects.PersonLike Other, bool Automatic), TinyLife.Actions.CanExecuteResult>, bool)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/ActionArgument.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FreePeople
path: ../TinyLife/Actions/ActionArgument.cs
startLine: 167
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -484,6 +612,14 @@ items:
nameWithType: ActionArgument.StoredFurniture(IEnumerable<Furniture>, Func<(ActionInfo Info, Furniture Furniture, bool Automatic), CanExecuteResult>) nameWithType: ActionArgument.StoredFurniture(IEnumerable<Furniture>, Func<(ActionInfo Info, Furniture Furniture, bool Automatic), CanExecuteResult>)
fullName: TinyLife.Actions.ActionArgument.StoredFurniture(System.Collections.Generic.IEnumerable<TinyLife.Objects.Furniture>, System.Func<(TinyLife.Actions.ActionInfo Info, TinyLife.Objects.Furniture Furniture, bool Automatic), TinyLife.Actions.CanExecuteResult>) fullName: TinyLife.Actions.ActionArgument.StoredFurniture(System.Collections.Generic.IEnumerable<TinyLife.Objects.Furniture>, System.Func<(TinyLife.Actions.ActionInfo Info, TinyLife.Objects.Furniture Furniture, bool Automatic), TinyLife.Actions.CanExecuteResult>)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/ActionArgument.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: StoredFurniture
path: ../TinyLife/Actions/ActionArgument.cs
startLine: 186
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -520,6 +656,14 @@ items:
nameWithType: ActionArgument.ImageLayout(float, Element.DrawCallback, Padding) nameWithType: ActionArgument.ImageLayout(float, Element.DrawCallback, Padding)
fullName: TinyLife.Actions.ActionArgument.ImageLayout(float, MLEM.Ui.Elements.Element.DrawCallback, MLEM.Maths.Padding) fullName: TinyLife.Actions.ActionArgument.ImageLayout(float, MLEM.Ui.Elements.Element.DrawCallback, MLEM.Maths.Padding)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/ActionArgument.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ImageLayout
path: ../TinyLife/Actions/ActionArgument.cs
startLine: 207
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -559,6 +703,14 @@ items:
nameWithType: ActionArgument.PortraitLayout(PersonLike, PersonLike, bool) nameWithType: ActionArgument.PortraitLayout(PersonLike, PersonLike, bool)
fullName: TinyLife.Actions.ActionArgument.PortraitLayout(TinyLife.Objects.PersonLike, TinyLife.Objects.PersonLike, bool) fullName: TinyLife.Actions.ActionArgument.PortraitLayout(TinyLife.Objects.PersonLike, TinyLife.Objects.PersonLike, bool)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/ActionArgument.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PortraitLayout
path: ../TinyLife/Actions/ActionArgument.cs
startLine: 231
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

View file

@ -37,6 +37,14 @@ items:
nameWithType: ActionInfo nameWithType: ActionInfo
fullName: TinyLife.Actions.ActionInfo fullName: TinyLife.Actions.ActionInfo
type: Class type: Class
source:
remote:
path: TinyLife/Actions/ActionInfo.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ActionInfo
path: ../TinyLife/Actions/ActionInfo.cs
startLine: 16
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -84,6 +92,14 @@ items:
nameWithType: ActionInfo.Person nameWithType: ActionInfo.Person
fullName: TinyLife.Actions.ActionInfo.Person fullName: TinyLife.Actions.ActionInfo.Person
type: Property type: Property
source:
remote:
path: TinyLife/Actions/ActionInfo.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Person
path: ../TinyLife/Actions/ActionInfo.cs
startLine: 22
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -107,6 +123,14 @@ items:
nameWithType: ActionInfo.ActionLocation nameWithType: ActionInfo.ActionLocation
fullName: TinyLife.Actions.ActionInfo.ActionLocation fullName: TinyLife.Actions.ActionInfo.ActionLocation
type: Field type: Field
source:
remote:
path: TinyLife/Actions/ActionInfo.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ActionLocation
path: ../TinyLife/Actions/ActionInfo.cs
startLine: 29
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -143,6 +167,14 @@ items:
nameWithType: ActionInfo.ActionFloor nameWithType: ActionInfo.ActionFloor
fullName: TinyLife.Actions.ActionInfo.ActionFloor fullName: TinyLife.Actions.ActionInfo.ActionFloor
type: Field type: Field
source:
remote:
path: TinyLife/Actions/ActionInfo.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ActionFloor
path: ../TinyLife/Actions/ActionInfo.cs
startLine: 34
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -174,6 +206,14 @@ items:
nameWithType: ActionInfo.ActionSpot nameWithType: ActionInfo.ActionSpot
fullName: TinyLife.Actions.ActionInfo.ActionSpot fullName: TinyLife.Actions.ActionInfo.ActionSpot
type: Property type: Property
source:
remote:
path: TinyLife/Actions/ActionInfo.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ActionSpot
path: ../TinyLife/Actions/ActionInfo.cs
startLine: 38
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -199,6 +239,14 @@ items:
nameWithType: ActionInfo.CurrentMap nameWithType: ActionInfo.CurrentMap
fullName: TinyLife.Actions.ActionInfo.CurrentMap fullName: TinyLife.Actions.ActionInfo.CurrentMap
type: Property type: Property
source:
remote:
path: TinyLife/Actions/ActionInfo.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CurrentMap
path: ../TinyLife/Actions/ActionInfo.cs
startLine: 45
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -222,6 +270,14 @@ items:
nameWithType: ActionInfo.GoalMap nameWithType: ActionInfo.GoalMap
fullName: TinyLife.Actions.ActionInfo.GoalMap fullName: TinyLife.Actions.ActionInfo.GoalMap
type: Property type: Property
source:
remote:
path: TinyLife/Actions/ActionInfo.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GoalMap
path: ../TinyLife/Actions/ActionInfo.cs
startLine: 50
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -248,6 +304,14 @@ items:
nameWithType: ActionInfo.Lot nameWithType: ActionInfo.Lot
fullName: TinyLife.Actions.ActionInfo.Lot fullName: TinyLife.Actions.ActionInfo.Lot
type: Property type: Property
source:
remote:
path: TinyLife/Actions/ActionInfo.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Lot
path: ../TinyLife/Actions/ActionInfo.cs
startLine: 57
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -271,6 +335,14 @@ items:
nameWithType: ActionInfo.GetActionObject<T>(bool) nameWithType: ActionInfo.GetActionObject<T>(bool)
fullName: TinyLife.Actions.ActionInfo.GetActionObject<T>(bool) fullName: TinyLife.Actions.ActionInfo.GetActionObject<T>(bool)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/ActionInfo.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetActionObject
path: ../TinyLife/Actions/ActionInfo.cs
startLine: 93
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -306,6 +378,14 @@ items:
nameWithType: ActionInfo.AddAuxiliaryLocation(Map, Vector2, float) nameWithType: ActionInfo.AddAuxiliaryLocation(Map, Vector2, float)
fullName: TinyLife.Actions.ActionInfo.AddAuxiliaryLocation(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, float) fullName: TinyLife.Actions.ActionInfo.AddAuxiliaryLocation(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, float)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/ActionInfo.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AddAuxiliaryLocation
path: ../TinyLife/Actions/ActionInfo.cs
startLine: 117
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -344,6 +424,14 @@ items:
nameWithType: ActionInfo.AddAuxiliaryLocation(Map, Point, int) nameWithType: ActionInfo.AddAuxiliaryLocation(Map, Point, int)
fullName: TinyLife.Actions.ActionInfo.AddAuxiliaryLocation(TinyLife.World.Map, Microsoft.Xna.Framework.Point, int) fullName: TinyLife.Actions.ActionInfo.AddAuxiliaryLocation(TinyLife.World.Map, Microsoft.Xna.Framework.Point, int)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/ActionInfo.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AddAuxiliaryLocation
path: ../TinyLife/Actions/ActionInfo.cs
startLine: 131
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -382,6 +470,14 @@ items:
nameWithType: ActionInfo.GetInvolvedLocations() nameWithType: ActionInfo.GetInvolvedLocations()
fullName: TinyLife.Actions.ActionInfo.GetInvolvedLocations() fullName: TinyLife.Actions.ActionInfo.GetInvolvedLocations()
type: Method type: Method
source:
remote:
path: TinyLife/Actions/ActionInfo.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetInvolvedLocations
path: ../TinyLife/Actions/ActionInfo.cs
startLine: 139
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -405,6 +501,14 @@ items:
nameWithType: ActionInfo.AddAuxiliaryObject(MapObject, ActionSpot) nameWithType: ActionInfo.AddAuxiliaryObject(MapObject, ActionSpot)
fullName: TinyLife.Actions.ActionInfo.AddAuxiliaryObject(TinyLife.Objects.MapObject, TinyLife.Objects.ActionSpot) fullName: TinyLife.Actions.ActionInfo.AddAuxiliaryObject(TinyLife.Objects.MapObject, TinyLife.Objects.ActionSpot)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/ActionInfo.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AddAuxiliaryObject
path: ../TinyLife/Actions/ActionInfo.cs
startLine: 158
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -439,6 +543,14 @@ items:
nameWithType: ActionInfo.GetInvolvedObjects<T>(ObjectCategory, bool, bool) nameWithType: ActionInfo.GetInvolvedObjects<T>(ObjectCategory, bool, bool)
fullName: TinyLife.Actions.ActionInfo.GetInvolvedObjects<T>(TinyLife.Objects.ObjectCategory, bool, bool) fullName: TinyLife.Actions.ActionInfo.GetInvolvedObjects<T>(TinyLife.Objects.ObjectCategory, bool, bool)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/ActionInfo.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetInvolvedObjects
path: ../TinyLife/Actions/ActionInfo.cs
startLine: 179
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -481,6 +593,14 @@ items:
nameWithType: ActionInfo.GetInvolvedObject<T>(ObjectCategory, bool, bool, Func<T, bool>) nameWithType: ActionInfo.GetInvolvedObject<T>(ObjectCategory, bool, bool, Func<T, bool>)
fullName: TinyLife.Actions.ActionInfo.GetInvolvedObject<T>(TinyLife.Objects.ObjectCategory, bool, bool, System.Func<T, bool>) fullName: TinyLife.Actions.ActionInfo.GetInvolvedObject<T>(TinyLife.Objects.ObjectCategory, bool, bool, System.Func<T, bool>)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/ActionInfo.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetInvolvedObject
path: ../TinyLife/Actions/ActionInfo.cs
startLine: 199
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -523,6 +643,14 @@ items:
nameWithType: ActionInfo.GetInvolvedActionSpot(Furniture) nameWithType: ActionInfo.GetInvolvedActionSpot(Furniture)
fullName: TinyLife.Actions.ActionInfo.GetInvolvedActionSpot(TinyLife.Objects.Furniture) fullName: TinyLife.Actions.ActionInfo.GetInvolvedActionSpot(TinyLife.Objects.Furniture)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/ActionInfo.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetInvolvedActionSpot
path: ../TinyLife/Actions/ActionInfo.cs
startLine: 219
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -555,6 +683,14 @@ items:
nameWithType: ActionInfo.ToFreeActionSpots(ObjectCategory) nameWithType: ActionInfo.ToFreeActionSpots(ObjectCategory)
fullName: TinyLife.Actions.ActionInfo.ToFreeActionSpots(TinyLife.Objects.ObjectCategory) fullName: TinyLife.Actions.ActionInfo.ToFreeActionSpots(TinyLife.Objects.ObjectCategory)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/ActionInfo.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ToFreeActionSpots
path: ../TinyLife/Actions/ActionInfo.cs
startLine: 240
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -585,6 +721,14 @@ items:
nameWithType: ActionInfo.ToFreeActionSpot(ObjectCategory) nameWithType: ActionInfo.ToFreeActionSpot(ObjectCategory)
fullName: TinyLife.Actions.ActionInfo.ToFreeActionSpot(TinyLife.Objects.ObjectCategory) fullName: TinyLife.Actions.ActionInfo.ToFreeActionSpot(TinyLife.Objects.ObjectCategory)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/ActionInfo.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ToFreeActionSpot
path: ../TinyLife/Actions/ActionInfo.cs
startLine: 254
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -615,6 +759,14 @@ items:
nameWithType: ActionInfo.GetInvolvedObjectIds() nameWithType: ActionInfo.GetInvolvedObjectIds()
fullName: TinyLife.Actions.ActionInfo.GetInvolvedObjectIds() fullName: TinyLife.Actions.ActionInfo.GetInvolvedObjectIds()
type: Method type: Method
source:
remote:
path: TinyLife/Actions/ActionInfo.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetInvolvedObjectIds
path: ../TinyLife/Actions/ActionInfo.cs
startLine: 262
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -638,6 +790,14 @@ items:
nameWithType: ActionInfo.Validate(PersonLike) nameWithType: ActionInfo.Validate(PersonLike)
fullName: TinyLife.Actions.ActionInfo.Validate(TinyLife.Objects.PersonLike) fullName: TinyLife.Actions.ActionInfo.Validate(TinyLife.Objects.PersonLike)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/ActionInfo.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: ../TinyLife/Actions/ActionInfo.cs
startLine: 278
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -667,6 +827,14 @@ items:
nameWithType: ActionInfo.FromLocation(PersonLike, Map, Vector2, float) nameWithType: ActionInfo.FromLocation(PersonLike, Map, Vector2, float)
fullName: TinyLife.Actions.ActionInfo.FromLocation(TinyLife.Objects.PersonLike, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, float) fullName: TinyLife.Actions.ActionInfo.FromLocation(TinyLife.Objects.PersonLike, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, float)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/ActionInfo.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FromLocation
path: ../TinyLife/Actions/ActionInfo.cs
startLine: 359
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -706,6 +874,14 @@ items:
nameWithType: ActionInfo.FromLocation(PersonLike, Map, Point, float) nameWithType: ActionInfo.FromLocation(PersonLike, Map, Point, float)
fullName: TinyLife.Actions.ActionInfo.FromLocation(TinyLife.Objects.PersonLike, TinyLife.World.Map, Microsoft.Xna.Framework.Point, float) fullName: TinyLife.Actions.ActionInfo.FromLocation(TinyLife.Objects.PersonLike, TinyLife.World.Map, Microsoft.Xna.Framework.Point, float)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/ActionInfo.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FromLocation
path: ../TinyLife/Actions/ActionInfo.cs
startLine: 372
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -748,6 +924,14 @@ items:
nameWithType: ActionInfo.FromObjectGeneric(PersonLike, Map, Guid, Vector2, float) nameWithType: ActionInfo.FromObjectGeneric(PersonLike, Map, Guid, Vector2, float)
fullName: TinyLife.Actions.ActionInfo.FromObjectGeneric(TinyLife.Objects.PersonLike, TinyLife.World.Map, System.Guid, Microsoft.Xna.Framework.Vector2, float) fullName: TinyLife.Actions.ActionInfo.FromObjectGeneric(TinyLife.Objects.PersonLike, TinyLife.World.Map, System.Guid, Microsoft.Xna.Framework.Vector2, float)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/ActionInfo.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FromObjectGeneric
path: ../TinyLife/Actions/ActionInfo.cs
startLine: 385
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -790,6 +974,14 @@ items:
nameWithType: ActionInfo.FromObjectGeneric(PersonLike, MapObject) nameWithType: ActionInfo.FromObjectGeneric(PersonLike, MapObject)
fullName: TinyLife.Actions.ActionInfo.FromObjectGeneric(TinyLife.Objects.PersonLike, TinyLife.Objects.MapObject) fullName: TinyLife.Actions.ActionInfo.FromObjectGeneric(TinyLife.Objects.PersonLike, TinyLife.Objects.MapObject)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/ActionInfo.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FromObjectGeneric
path: ../TinyLife/Actions/ActionInfo.cs
startLine: 395
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -820,6 +1012,14 @@ items:
nameWithType: ActionInfo.FromSelf(PersonLike) nameWithType: ActionInfo.FromSelf(PersonLike)
fullName: TinyLife.Actions.ActionInfo.FromSelf(TinyLife.Objects.PersonLike) fullName: TinyLife.Actions.ActionInfo.FromSelf(TinyLife.Objects.PersonLike)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/ActionInfo.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FromSelf
path: ../TinyLife/Actions/ActionInfo.cs
startLine: 404
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -847,6 +1047,14 @@ items:
nameWithType: ActionInfo.FromActionInfo(PersonLike, ActionInfo, bool) nameWithType: ActionInfo.FromActionInfo(PersonLike, ActionInfo, bool)
fullName: TinyLife.Actions.ActionInfo.FromActionInfo(TinyLife.Objects.PersonLike, TinyLife.Actions.ActionInfo, bool) fullName: TinyLife.Actions.ActionInfo.FromActionInfo(TinyLife.Objects.PersonLike, TinyLife.Actions.ActionInfo, bool)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/ActionInfo.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FromActionInfo
path: ../TinyLife/Actions/ActionInfo.cs
startLine: 415
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

View file

@ -21,6 +21,14 @@ items:
nameWithType: ActionType.AiSettings nameWithType: ActionType.AiSettings
fullName: TinyLife.Actions.ActionType.AiSettings fullName: TinyLife.Actions.ActionType.AiSettings
type: Struct type: Struct
source:
remote:
path: TinyLife/Actions/ActionType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AiSettings
path: ../TinyLife/Actions/ActionType.cs
startLine: 380
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -49,6 +57,14 @@ items:
nameWithType: ActionType.AiSettings.SolvedNeeds nameWithType: ActionType.AiSettings.SolvedNeeds
fullName: TinyLife.Actions.ActionType.AiSettings.SolvedNeeds fullName: TinyLife.Actions.ActionType.AiSettings.SolvedNeeds
type: Field type: Field
source:
remote:
path: TinyLife/Actions/ActionType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SolvedNeeds
path: ../TinyLife/Actions/ActionType.cs
startLine: 388
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -77,6 +93,14 @@ items:
nameWithType: ActionType.AiSettings.PassivePriority nameWithType: ActionType.AiSettings.PassivePriority
fullName: TinyLife.Actions.ActionType.AiSettings.PassivePriority fullName: TinyLife.Actions.ActionType.AiSettings.PassivePriority
type: Field type: Field
source:
remote:
path: TinyLife/Actions/ActionType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PassivePriority
path: ../TinyLife/Actions/ActionType.cs
startLine: 396
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -107,6 +131,14 @@ items:
nameWithType: ActionType.AiSettings.CanDoRandomly nameWithType: ActionType.AiSettings.CanDoRandomly
fullName: TinyLife.Actions.ActionType.AiSettings.CanDoRandomly fullName: TinyLife.Actions.ActionType.AiSettings.CanDoRandomly
type: Field type: Field
source:
remote:
path: TinyLife/Actions/ActionType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanDoRandomly
path: ../TinyLife/Actions/ActionType.cs
startLine: 403
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -135,6 +167,14 @@ items:
nameWithType: ActionType.AiSettings.CanDoAtAnyPoint nameWithType: ActionType.AiSettings.CanDoAtAnyPoint
fullName: TinyLife.Actions.ActionType.AiSettings.CanDoAtAnyPoint fullName: TinyLife.Actions.ActionType.AiSettings.CanDoAtAnyPoint
type: Field type: Field
source:
remote:
path: TinyLife/Actions/ActionType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanDoAtAnyPoint
path: ../TinyLife/Actions/ActionType.cs
startLine: 410
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -163,6 +203,14 @@ items:
nameWithType: ActionType.AiSettings.NeedsFreeActionSpot nameWithType: ActionType.AiSettings.NeedsFreeActionSpot
fullName: TinyLife.Actions.ActionType.AiSettings.NeedsFreeActionSpot fullName: TinyLife.Actions.ActionType.AiSettings.NeedsFreeActionSpot
type: Field type: Field
source:
remote:
path: TinyLife/Actions/ActionType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NeedsFreeActionSpot
path: ../TinyLife/Actions/ActionType.cs
startLine: 416
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -189,6 +237,14 @@ items:
nameWithType: ActionType.AiSettings.IgnorePartnerNeeds nameWithType: ActionType.AiSettings.IgnorePartnerNeeds
fullName: TinyLife.Actions.ActionType.AiSettings.IgnorePartnerNeeds fullName: TinyLife.Actions.ActionType.AiSettings.IgnorePartnerNeeds
type: Field type: Field
source:
remote:
path: TinyLife/Actions/ActionType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IgnorePartnerNeeds
path: ../TinyLife/Actions/ActionType.cs
startLine: 422
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -215,6 +271,14 @@ items:
nameWithType: ActionType.AiSettings.IgnoreAiDisabled nameWithType: ActionType.AiSettings.IgnoreAiDisabled
fullName: TinyLife.Actions.ActionType.AiSettings.IgnoreAiDisabled fullName: TinyLife.Actions.ActionType.AiSettings.IgnoreAiDisabled
type: Field type: Field
source:
remote:
path: TinyLife/Actions/ActionType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IgnoreAiDisabled
path: ../TinyLife/Actions/ActionType.cs
startLine: 426
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -236,6 +300,14 @@ items:
nameWithType: ActionType.AiSettings.EnqueuePriority nameWithType: ActionType.AiSettings.EnqueuePriority
fullName: TinyLife.Actions.ActionType.AiSettings.EnqueuePriority fullName: TinyLife.Actions.ActionType.AiSettings.EnqueuePriority
type: Field type: Field
source:
remote:
path: TinyLife/Actions/ActionType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EnqueuePriority
path: ../TinyLife/Actions/ActionType.cs
startLine: 430
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -257,6 +329,14 @@ items:
nameWithType: ActionType.AiSettings.AiSettings() nameWithType: ActionType.AiSettings.AiSettings()
fullName: TinyLife.Actions.ActionType.AiSettings.AiSettings() fullName: TinyLife.Actions.ActionType.AiSettings.AiSettings()
type: Constructor type: Constructor
source:
remote:
path: TinyLife/Actions/ActionType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/ActionType.cs
startLine: 435
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

View file

@ -12,6 +12,14 @@ items:
nameWithType: ActionType.CanExecuteDelegate nameWithType: ActionType.CanExecuteDelegate
fullName: TinyLife.Actions.ActionType.CanExecuteDelegate fullName: TinyLife.Actions.ActionType.CanExecuteDelegate
type: Delegate type: Delegate
source:
remote:
path: TinyLife/Actions/ActionType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanExecuteDelegate
path: ../TinyLife/Actions/ActionType.cs
startLine: 182
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

View file

@ -43,6 +43,14 @@ items:
nameWithType: ActionType.TypeSettings nameWithType: ActionType.TypeSettings
fullName: TinyLife.Actions.ActionType.TypeSettings fullName: TinyLife.Actions.ActionType.TypeSettings
type: Struct type: Struct
source:
remote:
path: TinyLife/Actions/ActionType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TypeSettings
path: ../TinyLife/Actions/ActionType.cs
startLine: 187
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -73,6 +81,14 @@ items:
nameWithType: ActionType.TypeSettings.Name nameWithType: ActionType.TypeSettings.Name
fullName: TinyLife.Actions.ActionType.TypeSettings.Name fullName: TinyLife.Actions.ActionType.TypeSettings.Name
type: Field type: Field
source:
remote:
path: TinyLife/Actions/ActionType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name
path: ../TinyLife/Actions/ActionType.cs
startLine: 192
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -94,6 +110,14 @@ items:
nameWithType: ActionType.TypeSettings.NameWithoutCategory nameWithType: ActionType.TypeSettings.NameWithoutCategory
fullName: TinyLife.Actions.ActionType.TypeSettings.NameWithoutCategory fullName: TinyLife.Actions.ActionType.TypeSettings.NameWithoutCategory
type: Property type: Property
source:
remote:
path: TinyLife/Actions/ActionType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NameWithoutCategory
path: ../TinyLife/Actions/ActionType.cs
startLine: 197
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -120,6 +144,14 @@ items:
nameWithType: ActionType.TypeSettings.Categories nameWithType: ActionType.TypeSettings.Categories
fullName: TinyLife.Actions.ActionType.TypeSettings.Categories fullName: TinyLife.Actions.ActionType.TypeSettings.Categories
type: Property type: Property
source:
remote:
path: TinyLife/Actions/ActionType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Categories
path: ../TinyLife/Actions/ActionType.cs
startLine: 202
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -146,6 +178,14 @@ items:
nameWithType: ActionType.TypeSettings.Texture nameWithType: ActionType.TypeSettings.Texture
fullName: TinyLife.Actions.ActionType.TypeSettings.Texture fullName: TinyLife.Actions.ActionType.TypeSettings.Texture
type: Field type: Field
source:
remote:
path: TinyLife/Actions/ActionType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Texture
path: ../TinyLife/Actions/ActionType.cs
startLine: 207
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -170,6 +210,14 @@ items:
nameWithType: ActionType.TypeSettings.Context nameWithType: ActionType.TypeSettings.Context
fullName: TinyLife.Actions.ActionType.TypeSettings.Context fullName: TinyLife.Actions.ActionType.TypeSettings.Context
type: Field type: Field
source:
remote:
path: TinyLife/Actions/ActionType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Context
path: ../TinyLife/Actions/ActionType.cs
startLine: 212
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -194,6 +242,14 @@ items:
nameWithType: ActionType.TypeSettings.CanExecute nameWithType: ActionType.TypeSettings.CanExecute
fullName: TinyLife.Actions.ActionType.TypeSettings.CanExecute fullName: TinyLife.Actions.ActionType.TypeSettings.CanExecute
type: Field type: Field
source:
remote:
path: TinyLife/Actions/ActionType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanExecute
path: ../TinyLife/Actions/ActionType.cs
startLine: 218
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -220,6 +276,14 @@ items:
nameWithType: ActionType.TypeSettings.ConstructedType nameWithType: ActionType.TypeSettings.ConstructedType
fullName: TinyLife.Actions.ActionType.TypeSettings.ConstructedType fullName: TinyLife.Actions.ActionType.TypeSettings.ConstructedType
type: Field type: Field
source:
remote:
path: TinyLife/Actions/ActionType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ConstructedType
path: ../TinyLife/Actions/ActionType.cs
startLine: 223
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -244,6 +308,14 @@ items:
nameWithType: ActionType.TypeSettings.ConstructorArguments nameWithType: ActionType.TypeSettings.ConstructorArguments
fullName: TinyLife.Actions.ActionType.TypeSettings.ConstructorArguments fullName: TinyLife.Actions.ActionType.TypeSettings.ConstructorArguments
type: Field type: Field
source:
remote:
path: TinyLife/Actions/ActionType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ConstructorArguments
path: ../TinyLife/Actions/ActionType.cs
startLine: 228
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -268,6 +340,14 @@ items:
nameWithType: ActionType.TypeSettings.PossibleArguments nameWithType: ActionType.TypeSettings.PossibleArguments
fullName: TinyLife.Actions.ActionType.TypeSettings.PossibleArguments fullName: TinyLife.Actions.ActionType.TypeSettings.PossibleArguments
type: Field type: Field
source:
remote:
path: TinyLife/Actions/ActionType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PossibleArguments
path: ../TinyLife/Actions/ActionType.cs
startLine: 236
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -298,6 +378,14 @@ items:
nameWithType: ActionType.TypeSettings.MaximumArguments nameWithType: ActionType.TypeSettings.MaximumArguments
fullName: TinyLife.Actions.ActionType.TypeSettings.MaximumArguments fullName: TinyLife.Actions.ActionType.TypeSettings.MaximumArguments
type: Field type: Field
source:
remote:
path: TinyLife/Actions/ActionType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MaximumArguments
path: ../TinyLife/Actions/ActionType.cs
startLine: 241
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -322,6 +410,14 @@ items:
nameWithType: ActionType.TypeSettings.NoValidArgumentsResult nameWithType: ActionType.TypeSettings.NoValidArgumentsResult
fullName: TinyLife.Actions.ActionType.TypeSettings.NoValidArgumentsResult fullName: TinyLife.Actions.ActionType.TypeSettings.NoValidArgumentsResult
type: Field type: Field
source:
remote:
path: TinyLife/Actions/ActionType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NoValidArgumentsResult
path: ../TinyLife/Actions/ActionType.cs
startLine: 246
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -346,6 +442,14 @@ items:
nameWithType: ActionType.TypeSettings.Ai nameWithType: ActionType.TypeSettings.Ai
fullName: TinyLife.Actions.ActionType.TypeSettings.Ai fullName: TinyLife.Actions.ActionType.TypeSettings.Ai
type: Field type: Field
source:
remote:
path: TinyLife/Actions/ActionType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Ai
path: ../TinyLife/Actions/ActionType.cs
startLine: 251
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -370,6 +474,14 @@ items:
nameWithType: ActionType.TypeSettings.IsInappropriateElsewhere nameWithType: ActionType.TypeSettings.IsInappropriateElsewhere
fullName: TinyLife.Actions.ActionType.TypeSettings.IsInappropriateElsewhere fullName: TinyLife.Actions.ActionType.TypeSettings.IsInappropriateElsewhere
type: Field type: Field
source:
remote:
path: TinyLife/Actions/ActionType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsInappropriateElsewhere
path: ../TinyLife/Actions/ActionType.cs
startLine: 257
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -396,6 +508,14 @@ items:
nameWithType: ActionType.TypeSettings.IconName nameWithType: ActionType.TypeSettings.IconName
fullName: TinyLife.Actions.ActionType.TypeSettings.IconName fullName: TinyLife.Actions.ActionType.TypeSettings.IconName
type: Field type: Field
source:
remote:
path: TinyLife/Actions/ActionType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IconName
path: ../TinyLife/Actions/ActionType.cs
startLine: 263
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -422,6 +542,14 @@ items:
nameWithType: ActionType.TypeSettings.GetDisplayName nameWithType: ActionType.TypeSettings.GetDisplayName
fullName: TinyLife.Actions.ActionType.TypeSettings.GetDisplayName fullName: TinyLife.Actions.ActionType.TypeSettings.GetDisplayName
type: Field type: Field
source:
remote:
path: TinyLife/Actions/ActionType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDisplayName
path: ../TinyLife/Actions/ActionType.cs
startLine: 269
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -448,6 +576,14 @@ items:
nameWithType: ActionType.TypeSettings.RequiredSkill nameWithType: ActionType.TypeSettings.RequiredSkill
fullName: TinyLife.Actions.ActionType.TypeSettings.RequiredSkill fullName: TinyLife.Actions.ActionType.TypeSettings.RequiredSkill
type: Field type: Field
source:
remote:
path: TinyLife/Actions/ActionType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredSkill
path: ../TinyLife/Actions/ActionType.cs
startLine: 275
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -474,6 +610,14 @@ items:
nameWithType: ActionType.TypeSettings.RequiredAges nameWithType: ActionType.TypeSettings.RequiredAges
fullName: TinyLife.Actions.ActionType.TypeSettings.RequiredAges fullName: TinyLife.Actions.ActionType.TypeSettings.RequiredAges
type: Field type: Field
source:
remote:
path: TinyLife/Actions/ActionType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredAges
path: ../TinyLife/Actions/ActionType.cs
startLine: 280
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -498,6 +642,14 @@ items:
nameWithType: ActionType.TypeSettings.RequiredEmotion nameWithType: ActionType.TypeSettings.RequiredEmotion
fullName: TinyLife.Actions.ActionType.TypeSettings.RequiredEmotion fullName: TinyLife.Actions.ActionType.TypeSettings.RequiredEmotion
type: Field type: Field
source:
remote:
path: TinyLife/Actions/ActionType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredEmotion
path: ../TinyLife/Actions/ActionType.cs
startLine: 285
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -522,6 +674,14 @@ items:
nameWithType: ActionType.TypeSettings.RequiredPersonality nameWithType: ActionType.TypeSettings.RequiredPersonality
fullName: TinyLife.Actions.ActionType.TypeSettings.RequiredPersonality fullName: TinyLife.Actions.ActionType.TypeSettings.RequiredPersonality
type: Field type: Field
source:
remote:
path: TinyLife/Actions/ActionType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredPersonality
path: ../TinyLife/Actions/ActionType.cs
startLine: 290
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -546,6 +706,14 @@ items:
nameWithType: ActionType.TypeSettings.IgnoreObjectConditions nameWithType: ActionType.TypeSettings.IgnoreObjectConditions
fullName: TinyLife.Actions.ActionType.TypeSettings.IgnoreObjectConditions fullName: TinyLife.Actions.ActionType.TypeSettings.IgnoreObjectConditions
type: Field type: Field
source:
remote:
path: TinyLife/Actions/ActionType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IgnoreObjectConditions
path: ../TinyLife/Actions/ActionType.cs
startLine: 296
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -572,6 +740,14 @@ items:
nameWithType: ActionType.TypeSettings.RequiredPartnerEmployment nameWithType: ActionType.TypeSettings.RequiredPartnerEmployment
fullName: TinyLife.Actions.ActionType.TypeSettings.RequiredPartnerEmployment fullName: TinyLife.Actions.ActionType.TypeSettings.RequiredPartnerEmployment
type: Field type: Field
source:
remote:
path: TinyLife/Actions/ActionType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredPartnerEmployment
path: ../TinyLife/Actions/ActionType.cs
startLine: 302
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -598,6 +774,14 @@ items:
nameWithType: ActionType.TypeSettings.RequiredPartnerAges nameWithType: ActionType.TypeSettings.RequiredPartnerAges
fullName: TinyLife.Actions.ActionType.TypeSettings.RequiredPartnerAges fullName: TinyLife.Actions.ActionType.TypeSettings.RequiredPartnerAges
type: Field type: Field
source:
remote:
path: TinyLife/Actions/ActionType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredPartnerAges
path: ../TinyLife/Actions/ActionType.cs
startLine: 307
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -622,6 +806,14 @@ items:
nameWithType: ActionType.TypeSettings.RequiredJob nameWithType: ActionType.TypeSettings.RequiredJob
fullName: TinyLife.Actions.ActionType.TypeSettings.RequiredJob fullName: TinyLife.Actions.ActionType.TypeSettings.RequiredJob
type: Field type: Field
source:
remote:
path: TinyLife/Actions/ActionType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredJob
path: ../TinyLife/Actions/ActionType.cs
startLine: 312
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -646,6 +838,14 @@ items:
nameWithType: ActionType.TypeSettings.RequiredUpgrade nameWithType: ActionType.TypeSettings.RequiredUpgrade
fullName: TinyLife.Actions.ActionType.TypeSettings.RequiredUpgrade fullName: TinyLife.Actions.ActionType.TypeSettings.RequiredUpgrade
type: Field type: Field
source:
remote:
path: TinyLife/Actions/ActionType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredUpgrade
path: ../TinyLife/Actions/ActionType.cs
startLine: 318
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -670,6 +870,14 @@ items:
nameWithType: ActionType.TypeSettings.RequiredPersonType nameWithType: ActionType.TypeSettings.RequiredPersonType
fullName: TinyLife.Actions.ActionType.TypeSettings.RequiredPersonType fullName: TinyLife.Actions.ActionType.TypeSettings.RequiredPersonType
type: Field type: Field
source:
remote:
path: TinyLife/Actions/ActionType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredPersonType
path: ../TinyLife/Actions/ActionType.cs
startLine: 324
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -694,6 +902,14 @@ items:
nameWithType: ActionType.TypeSettings.RequiredPartnerType nameWithType: ActionType.TypeSettings.RequiredPartnerType
fullName: TinyLife.Actions.ActionType.TypeSettings.RequiredPartnerType fullName: TinyLife.Actions.ActionType.TypeSettings.RequiredPartnerType
type: Field type: Field
source:
remote:
path: TinyLife/Actions/ActionType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredPartnerType
path: ../TinyLife/Actions/ActionType.cs
startLine: 329
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -718,6 +934,14 @@ items:
nameWithType: ActionType.TypeSettings.TypeSettings(string, ObjectCategory, Type) nameWithType: ActionType.TypeSettings.TypeSettings(string, ObjectCategory, Type)
fullName: TinyLife.Actions.ActionType.TypeSettings.TypeSettings(string, TinyLife.Objects.ObjectCategory, System.Type) fullName: TinyLife.Actions.ActionType.TypeSettings.TypeSettings(string, TinyLife.Objects.ObjectCategory, System.Type)
type: Constructor type: Constructor
source:
remote:
path: TinyLife/Actions/ActionType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/ActionType.cs
startLine: 339
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -751,6 +975,14 @@ items:
nameWithType: ActionType.TypeSettings.TypeSettings() nameWithType: ActionType.TypeSettings.TypeSettings()
fullName: TinyLife.Actions.ActionType.TypeSettings.TypeSettings() fullName: TinyLife.Actions.ActionType.TypeSettings.TypeSettings()
type: Constructor type: Constructor
source:
remote:
path: TinyLife/Actions/ActionType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/ActionType.cs
startLine: 348
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -774,6 +1006,14 @@ items:
nameWithType: ActionType.TypeSettings.SetData<T>(string, T) nameWithType: ActionType.TypeSettings.SetData<T>(string, T)
fullName: TinyLife.Actions.ActionType.TypeSettings.SetData<T>(string, T) fullName: TinyLife.Actions.ActionType.TypeSettings.SetData<T>(string, T)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/ActionType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SetData
path: ../TinyLife/Actions/ActionType.cs
startLine: 360
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -808,6 +1048,14 @@ items:
nameWithType: ActionType.TypeSettings.GetData<T>(string) nameWithType: ActionType.TypeSettings.GetData<T>(string)
fullName: TinyLife.Actions.ActionType.TypeSettings.GetData<T>(string) fullName: TinyLife.Actions.ActionType.TypeSettings.GetData<T>(string)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/ActionType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetData
path: ../TinyLife/Actions/ActionType.cs
startLine: 366
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -843,6 +1091,14 @@ items:
nameWithType: ActionType.TypeSettings.GetDataKeys() nameWithType: ActionType.TypeSettings.GetDataKeys()
fullName: TinyLife.Actions.ActionType.TypeSettings.GetDataKeys() fullName: TinyLife.Actions.ActionType.TypeSettings.GetDataKeys()
type: Method type: Method
source:
remote:
path: TinyLife/Actions/ActionType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDataKeys
path: ../TinyLife/Actions/ActionType.cs
startLine: 371
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

File diff suppressed because it is too large Load diff

View file

@ -15,6 +15,14 @@ items:
nameWithType: BehaviorAction<T> nameWithType: BehaviorAction<T>
fullName: TinyLife.Actions.BehaviorAction<T> fullName: TinyLife.Actions.BehaviorAction<T>
type: Class type: Class
source:
remote:
path: TinyLife/Actions/BehaviorAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BehaviorAction
path: ../TinyLife/Actions/BehaviorAction.cs
startLine: 94
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -142,6 +150,14 @@ items:
nameWithType: BehaviorAction<T>.Behavior nameWithType: BehaviorAction<T>.Behavior
fullName: TinyLife.Actions.BehaviorAction<T>.Behavior fullName: TinyLife.Actions.BehaviorAction<T>.Behavior
type: Property type: Property
source:
remote:
path: TinyLife/Actions/BehaviorAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Behavior
path: ../TinyLife/Actions/BehaviorAction.cs
startLine: 97
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -167,6 +183,14 @@ items:
nameWithType: BehaviorAction<T>.BehaviorAction(ActionInfo) nameWithType: BehaviorAction<T>.BehaviorAction(ActionInfo)
fullName: TinyLife.Actions.BehaviorAction<T>.BehaviorAction(TinyLife.Actions.ActionInfo) fullName: TinyLife.Actions.BehaviorAction<T>.BehaviorAction(TinyLife.Actions.ActionInfo)
type: Constructor type: Constructor
source:
remote:
path: TinyLife/Actions/BehaviorAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/BehaviorAction.cs
startLine: 103
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -192,6 +216,14 @@ items:
nameWithType: BehaviorAction<T>.BehaviorAction(ActionType, ActionInfo) nameWithType: BehaviorAction<T>.BehaviorAction(ActionType, ActionInfo)
fullName: TinyLife.Actions.BehaviorAction<T>.BehaviorAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo) fullName: TinyLife.Actions.BehaviorAction<T>.BehaviorAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo)
type: Constructor type: Constructor
source:
remote:
path: TinyLife/Actions/BehaviorAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/BehaviorAction.cs
startLine: 106
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

View file

@ -24,6 +24,14 @@ items:
nameWithType: BehaviorAction nameWithType: BehaviorAction
fullName: TinyLife.Actions.BehaviorAction fullName: TinyLife.Actions.BehaviorAction
type: Class type: Class
source:
remote:
path: TinyLife/Actions/BehaviorAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BehaviorAction
path: ../TinyLife/Actions/BehaviorAction.cs
startLine: 14
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -137,6 +145,14 @@ items:
nameWithType: BehaviorAction.FullyInProgress nameWithType: BehaviorAction.FullyInProgress
fullName: TinyLife.Actions.BehaviorAction.FullyInProgress fullName: TinyLife.Actions.BehaviorAction.FullyInProgress
type: Property type: Property
source:
remote:
path: TinyLife/Actions/BehaviorAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FullyInProgress
path: ../TinyLife/Actions/BehaviorAction.cs
startLine: 17
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -167,6 +183,14 @@ items:
nameWithType: BehaviorAction.Behavior nameWithType: BehaviorAction.Behavior
fullName: TinyLife.Actions.BehaviorAction.Behavior fullName: TinyLife.Actions.BehaviorAction.Behavior
type: Property type: Property
source:
remote:
path: TinyLife/Actions/BehaviorAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Behavior
path: ../TinyLife/Actions/BehaviorAction.cs
startLine: 21
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -190,6 +214,14 @@ items:
nameWithType: BehaviorAction.BehaviorAction(ActionType, ActionInfo, Type) nameWithType: BehaviorAction.BehaviorAction(ActionType, ActionInfo, Type)
fullName: TinyLife.Actions.BehaviorAction.BehaviorAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, System.Type) fullName: TinyLife.Actions.BehaviorAction.BehaviorAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, System.Type)
type: Constructor type: Constructor
source:
remote:
path: TinyLife/Actions/BehaviorAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/BehaviorAction.cs
startLine: 36
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -219,6 +251,14 @@ items:
nameWithType: BehaviorAction.BehaviorAction(ActionInfo, Type) nameWithType: BehaviorAction.BehaviorAction(ActionInfo, Type)
fullName: TinyLife.Actions.BehaviorAction.BehaviorAction(TinyLife.Actions.ActionInfo, System.Type) fullName: TinyLife.Actions.BehaviorAction.BehaviorAction(TinyLife.Actions.ActionInfo, System.Type)
type: Constructor type: Constructor
source:
remote:
path: TinyLife/Actions/BehaviorAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/BehaviorAction.cs
startLine: 41
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -246,6 +286,14 @@ items:
nameWithType: BehaviorAction.CreateFirstActions() nameWithType: BehaviorAction.CreateFirstActions()
fullName: TinyLife.Actions.BehaviorAction.CreateFirstActions() fullName: TinyLife.Actions.BehaviorAction.CreateFirstActions()
type: Method type: Method
source:
remote:
path: TinyLife/Actions/BehaviorAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFirstActions
path: ../TinyLife/Actions/BehaviorAction.cs
startLine: 46
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -277,6 +325,14 @@ items:
nameWithType: BehaviorAction.CreateLastActions() nameWithType: BehaviorAction.CreateLastActions()
fullName: TinyLife.Actions.BehaviorAction.CreateLastActions() fullName: TinyLife.Actions.BehaviorAction.CreateLastActions()
type: Method type: Method
source:
remote:
path: TinyLife/Actions/BehaviorAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateLastActions
path: ../TinyLife/Actions/BehaviorAction.cs
startLine: 51
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -308,6 +364,14 @@ items:
nameWithType: BehaviorAction.AndThenInitialize() nameWithType: BehaviorAction.AndThenInitialize()
fullName: TinyLife.Actions.BehaviorAction.AndThenInitialize() fullName: TinyLife.Actions.BehaviorAction.AndThenInitialize()
type: Method type: Method
source:
remote:
path: TinyLife/Actions/BehaviorAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenInitialize
path: ../TinyLife/Actions/BehaviorAction.cs
startLine: 56
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -332,6 +396,14 @@ items:
nameWithType: BehaviorAction.AndThenUpdate(GameTime, TimeSpan, float) nameWithType: BehaviorAction.AndThenUpdate(GameTime, TimeSpan, float)
fullName: TinyLife.Actions.BehaviorAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) fullName: TinyLife.Actions.BehaviorAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/BehaviorAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenUpdate
path: ../TinyLife/Actions/BehaviorAction.cs
startLine: 61
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -371,6 +443,14 @@ items:
nameWithType: BehaviorAction.GetIconObject() nameWithType: BehaviorAction.GetIconObject()
fullName: TinyLife.Actions.BehaviorAction.GetIconObject() fullName: TinyLife.Actions.BehaviorAction.GetIconObject()
type: Method type: Method
source:
remote:
path: TinyLife/Actions/BehaviorAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetIconObject
path: ../TinyLife/Actions/BehaviorAction.cs
startLine: 67
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -400,6 +480,14 @@ items:
nameWithType: BehaviorAction.CanMultitask(Action) nameWithType: BehaviorAction.CanMultitask(Action)
fullName: TinyLife.Actions.BehaviorAction.CanMultitask(TinyLife.Actions.Action) fullName: TinyLife.Actions.BehaviorAction.CanMultitask(TinyLife.Actions.Action)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/BehaviorAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanMultitask
path: ../TinyLife/Actions/BehaviorAction.cs
startLine: 72
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -435,6 +523,14 @@ items:
nameWithType: BehaviorAction.AndThenOnCompleted(CompletionType) nameWithType: BehaviorAction.AndThenOnCompleted(CompletionType)
fullName: TinyLife.Actions.BehaviorAction.AndThenOnCompleted(TinyLife.Actions.CompletionType) fullName: TinyLife.Actions.BehaviorAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/BehaviorAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenOnCompleted
path: ../TinyLife/Actions/BehaviorAction.cs
startLine: 77
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -463,6 +559,14 @@ items:
nameWithType: BehaviorAction.GetNextAction(CompletionType) nameWithType: BehaviorAction.GetNextAction(CompletionType)
fullName: TinyLife.Actions.BehaviorAction.GetNextAction(TinyLife.Actions.CompletionType) fullName: TinyLife.Actions.BehaviorAction.GetNextAction(TinyLife.Actions.CompletionType)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/BehaviorAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetNextAction
path: ../TinyLife/Actions/BehaviorAction.cs
startLine: 83
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

View file

@ -24,6 +24,14 @@ items:
nameWithType: ActionBehavior nameWithType: ActionBehavior
fullName: TinyLife.Actions.Behaviors.ActionBehavior fullName: TinyLife.Actions.Behaviors.ActionBehavior
type: Class type: Class
source:
remote:
path: TinyLife/Actions/Behaviors/ActionBehavior.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ActionBehavior
path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs
startLine: 14
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -66,6 +74,14 @@ items:
nameWithType: ActionBehavior.Action nameWithType: ActionBehavior.Action
fullName: TinyLife.Actions.Behaviors.ActionBehavior.Action fullName: TinyLife.Actions.Behaviors.ActionBehavior.Action
type: Field type: Field
source:
remote:
path: TinyLife/Actions/Behaviors/ActionBehavior.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Action
path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs
startLine: 19
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -87,6 +103,14 @@ items:
nameWithType: ActionBehavior.FullyInProgress nameWithType: ActionBehavior.FullyInProgress
fullName: TinyLife.Actions.Behaviors.ActionBehavior.FullyInProgress fullName: TinyLife.Actions.Behaviors.ActionBehavior.FullyInProgress
type: Property type: Property
source:
remote:
path: TinyLife/Actions/Behaviors/ActionBehavior.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FullyInProgress
path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs
startLine: 25
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -113,6 +137,14 @@ items:
nameWithType: ActionBehavior.ActionBehavior(Action) nameWithType: ActionBehavior.ActionBehavior(Action)
fullName: TinyLife.Actions.Behaviors.ActionBehavior.ActionBehavior(TinyLife.Actions.Action) fullName: TinyLife.Actions.Behaviors.ActionBehavior.ActionBehavior(TinyLife.Actions.Action)
type: Constructor type: Constructor
source:
remote:
path: TinyLife/Actions/Behaviors/ActionBehavior.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs
startLine: 32
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -143,6 +175,14 @@ items:
nameWithType: ActionBehavior.CreateFirstActions() nameWithType: ActionBehavior.CreateFirstActions()
fullName: TinyLife.Actions.Behaviors.ActionBehavior.CreateFirstActions() fullName: TinyLife.Actions.Behaviors.ActionBehavior.CreateFirstActions()
type: Method type: Method
source:
remote:
path: TinyLife/Actions/Behaviors/ActionBehavior.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFirstActions
path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs
startLine: 41
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -169,6 +209,14 @@ items:
nameWithType: ActionBehavior.CreateLastActions() nameWithType: ActionBehavior.CreateLastActions()
fullName: TinyLife.Actions.Behaviors.ActionBehavior.CreateLastActions() fullName: TinyLife.Actions.Behaviors.ActionBehavior.CreateLastActions()
type: Method type: Method
source:
remote:
path: TinyLife/Actions/Behaviors/ActionBehavior.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateLastActions
path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs
startLine: 48
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -195,6 +243,14 @@ items:
nameWithType: ActionBehavior.Initialize() nameWithType: ActionBehavior.Initialize()
fullName: TinyLife.Actions.Behaviors.ActionBehavior.Initialize() fullName: TinyLife.Actions.Behaviors.ActionBehavior.Initialize()
type: Method type: Method
source:
remote:
path: TinyLife/Actions/Behaviors/ActionBehavior.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Initialize
path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs
startLine: 56
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -218,6 +274,14 @@ items:
nameWithType: ActionBehavior.Update(GameTime, TimeSpan, float) nameWithType: ActionBehavior.Update(GameTime, TimeSpan, float)
fullName: TinyLife.Actions.Behaviors.ActionBehavior.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) fullName: TinyLife.Actions.Behaviors.ActionBehavior.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/Behaviors/ActionBehavior.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs
startLine: 65
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -254,6 +318,14 @@ items:
nameWithType: ActionBehavior.GetIconObject() nameWithType: ActionBehavior.GetIconObject()
fullName: TinyLife.Actions.Behaviors.ActionBehavior.GetIconObject() fullName: TinyLife.Actions.Behaviors.ActionBehavior.GetIconObject()
type: Method type: Method
source:
remote:
path: TinyLife/Actions/Behaviors/ActionBehavior.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetIconObject
path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs
startLine: 73
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -282,6 +354,14 @@ items:
nameWithType: ActionBehavior.CanMultitask(Action) nameWithType: ActionBehavior.CanMultitask(Action)
fullName: TinyLife.Actions.Behaviors.ActionBehavior.CanMultitask(TinyLife.Actions.Action) fullName: TinyLife.Actions.Behaviors.ActionBehavior.CanMultitask(TinyLife.Actions.Action)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/Behaviors/ActionBehavior.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanMultitask
path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs
startLine: 84
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -314,6 +394,14 @@ items:
nameWithType: ActionBehavior.OnCompleted(CompletionType) nameWithType: ActionBehavior.OnCompleted(CompletionType)
fullName: TinyLife.Actions.Behaviors.ActionBehavior.OnCompleted(TinyLife.Actions.CompletionType) fullName: TinyLife.Actions.Behaviors.ActionBehavior.OnCompleted(TinyLife.Actions.CompletionType)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/Behaviors/ActionBehavior.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted
path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs
startLine: 93
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -341,6 +429,14 @@ items:
nameWithType: ActionBehavior.GetNextAction(CompletionType) nameWithType: ActionBehavior.GetNextAction(CompletionType)
fullName: TinyLife.Actions.Behaviors.ActionBehavior.GetNextAction(TinyLife.Actions.CompletionType) fullName: TinyLife.Actions.Behaviors.ActionBehavior.GetNextAction(TinyLife.Actions.CompletionType)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/Behaviors/ActionBehavior.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetNextAction
path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs
startLine: 101
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -371,6 +467,14 @@ items:
nameWithType: ActionBehavior.CreateDefaultInstance(Type, Action) nameWithType: ActionBehavior.CreateDefaultInstance(Type, Action)
fullName: TinyLife.Actions.Behaviors.ActionBehavior.CreateDefaultInstance(System.Type, TinyLife.Actions.Action) fullName: TinyLife.Actions.Behaviors.ActionBehavior.CreateDefaultInstance(System.Type, TinyLife.Actions.Action)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/Behaviors/ActionBehavior.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateDefaultInstance
path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs
startLine: 113
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors

View file

@ -17,6 +17,14 @@ items:
nameWithType: ComputerBehavior nameWithType: ComputerBehavior
fullName: TinyLife.Actions.Behaviors.ComputerBehavior fullName: TinyLife.Actions.Behaviors.ComputerBehavior
type: Class type: Class
source:
remote:
path: TinyLife/Actions/Behaviors/ComputerBehavior.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ComputerBehavior
path: ../TinyLife/Actions/Behaviors/ComputerBehavior.cs
startLine: 13
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -62,6 +70,14 @@ items:
nameWithType: ComputerBehavior.ComputerBehavior(Action, string) nameWithType: ComputerBehavior.ComputerBehavior(Action, string)
fullName: TinyLife.Actions.Behaviors.ComputerBehavior.ComputerBehavior(TinyLife.Actions.Action, string) fullName: TinyLife.Actions.Behaviors.ComputerBehavior.ComputerBehavior(TinyLife.Actions.Action, string)
type: Constructor type: Constructor
source:
remote:
path: TinyLife/Actions/Behaviors/ComputerBehavior.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/Behaviors/ComputerBehavior.cs
startLine: 23
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -92,6 +108,14 @@ items:
nameWithType: ComputerBehavior.ComputerBehavior(Action, string, TimeSpan, TimeSpan) nameWithType: ComputerBehavior.ComputerBehavior(Action, string, TimeSpan, TimeSpan)
fullName: TinyLife.Actions.Behaviors.ComputerBehavior.ComputerBehavior(TinyLife.Actions.Action, string, System.TimeSpan, System.TimeSpan) fullName: TinyLife.Actions.Behaviors.ComputerBehavior.ComputerBehavior(TinyLife.Actions.Action, string, System.TimeSpan, System.TimeSpan)
type: Constructor type: Constructor
source:
remote:
path: TinyLife/Actions/Behaviors/ComputerBehavior.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/Behaviors/ComputerBehavior.cs
startLine: 34
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -128,6 +152,14 @@ items:
nameWithType: ComputerBehavior.Initialize() nameWithType: ComputerBehavior.Initialize()
fullName: TinyLife.Actions.Behaviors.ComputerBehavior.Initialize() fullName: TinyLife.Actions.Behaviors.ComputerBehavior.Initialize()
type: Method type: Method
source:
remote:
path: TinyLife/Actions/Behaviors/ComputerBehavior.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Initialize
path: ../TinyLife/Actions/Behaviors/ComputerBehavior.cs
startLine: 39
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -152,6 +184,14 @@ items:
nameWithType: ComputerBehavior.Update(GameTime, TimeSpan, float) nameWithType: ComputerBehavior.Update(GameTime, TimeSpan, float)
fullName: TinyLife.Actions.Behaviors.ComputerBehavior.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) fullName: TinyLife.Actions.Behaviors.ComputerBehavior.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/Behaviors/ComputerBehavior.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: ../TinyLife/Actions/Behaviors/ComputerBehavior.cs
startLine: 44
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -189,6 +229,14 @@ items:
nameWithType: ComputerBehavior.OnCompleted(CompletionType) nameWithType: ComputerBehavior.OnCompleted(CompletionType)
fullName: TinyLife.Actions.Behaviors.ComputerBehavior.OnCompleted(TinyLife.Actions.CompletionType) fullName: TinyLife.Actions.Behaviors.ComputerBehavior.OnCompleted(TinyLife.Actions.CompletionType)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/Behaviors/ComputerBehavior.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted
path: ../TinyLife/Actions/Behaviors/ComputerBehavior.cs
startLine: 74
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors

View file

@ -20,6 +20,14 @@ items:
nameWithType: GetAndSitDownBehavior nameWithType: GetAndSitDownBehavior
fullName: TinyLife.Actions.Behaviors.GetAndSitDownBehavior fullName: TinyLife.Actions.Behaviors.GetAndSitDownBehavior
type: Class type: Class
source:
remote:
path: TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetAndSitDownBehavior
path: ../TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
startLine: 15
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -63,6 +71,14 @@ items:
nameWithType: GetAndSitDownBehavior.GetAndSitDownBehavior(Action, bool, bool, params FurnitureType[]) nameWithType: GetAndSitDownBehavior.GetAndSitDownBehavior(Action, bool, bool, params FurnitureType[])
fullName: TinyLife.Actions.Behaviors.GetAndSitDownBehavior.GetAndSitDownBehavior(TinyLife.Actions.Action, bool, bool, params TinyLife.Objects.FurnitureType[]) fullName: TinyLife.Actions.Behaviors.GetAndSitDownBehavior.GetAndSitDownBehavior(TinyLife.Actions.Action, bool, bool, params TinyLife.Objects.FurnitureType[])
type: Constructor type: Constructor
source:
remote:
path: TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
startLine: 28
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -99,6 +115,14 @@ items:
nameWithType: GetAndSitDownBehavior.CreateFirstActions() nameWithType: GetAndSitDownBehavior.CreateFirstActions()
fullName: TinyLife.Actions.Behaviors.GetAndSitDownBehavior.CreateFirstActions() fullName: TinyLife.Actions.Behaviors.GetAndSitDownBehavior.CreateFirstActions()
type: Method type: Method
source:
remote:
path: TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFirstActions
path: ../TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
startLine: 36
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -126,6 +150,14 @@ items:
nameWithType: GetAndSitDownBehavior.Initialize() nameWithType: GetAndSitDownBehavior.Initialize()
fullName: TinyLife.Actions.Behaviors.GetAndSitDownBehavior.Initialize() fullName: TinyLife.Actions.Behaviors.GetAndSitDownBehavior.Initialize()
type: Method type: Method
source:
remote:
path: TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Initialize
path: ../TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
startLine: 98
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -150,6 +182,14 @@ items:
nameWithType: GetAndSitDownBehavior.Update(GameTime, TimeSpan, float) nameWithType: GetAndSitDownBehavior.Update(GameTime, TimeSpan, float)
fullName: TinyLife.Actions.Behaviors.GetAndSitDownBehavior.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) fullName: TinyLife.Actions.Behaviors.GetAndSitDownBehavior.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: ../TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
startLine: 111
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -187,6 +227,14 @@ items:
nameWithType: GetAndSitDownBehavior.GetIconObject() nameWithType: GetAndSitDownBehavior.GetIconObject()
fullName: TinyLife.Actions.Behaviors.GetAndSitDownBehavior.GetIconObject() fullName: TinyLife.Actions.Behaviors.GetAndSitDownBehavior.GetIconObject()
type: Method type: Method
source:
remote:
path: TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetIconObject
path: ../TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
startLine: 130
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -216,6 +264,14 @@ items:
nameWithType: GetAndSitDownBehavior.GetNextAction(CompletionType) nameWithType: GetAndSitDownBehavior.GetNextAction(CompletionType)
fullName: TinyLife.Actions.Behaviors.GetAndSitDownBehavior.GetNextAction(TinyLife.Actions.CompletionType) fullName: TinyLife.Actions.Behaviors.GetAndSitDownBehavior.GetNextAction(TinyLife.Actions.CompletionType)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetNextAction
path: ../TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
startLine: 135
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -247,6 +303,14 @@ items:
nameWithType: GetAndSitDownBehavior.GetInteractingItem<T>() nameWithType: GetAndSitDownBehavior.GetInteractingItem<T>()
fullName: TinyLife.Actions.Behaviors.GetAndSitDownBehavior.GetInteractingItem<T>() fullName: TinyLife.Actions.Behaviors.GetAndSitDownBehavior.GetInteractingItem<T>()
type: Method type: Method
source:
remote:
path: TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetInteractingItem
path: ../TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
startLine: 151
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -279,6 +343,14 @@ items:
nameWithType: GetAndSitDownBehavior.GetInteractingItemForAction<T>(ActionInfo, params FurnitureType[]) nameWithType: GetAndSitDownBehavior.GetInteractingItemForAction<T>(ActionInfo, params FurnitureType[])
fullName: TinyLife.Actions.Behaviors.GetAndSitDownBehavior.GetInteractingItemForAction<T>(TinyLife.Actions.ActionInfo, params TinyLife.Objects.FurnitureType[]) fullName: TinyLife.Actions.Behaviors.GetAndSitDownBehavior.GetInteractingItemForAction<T>(TinyLife.Actions.ActionInfo, params TinyLife.Objects.FurnitureType[])
type: Method type: Method
source:
remote:
path: TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetInteractingItemForAction
path: ../TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
startLine: 178
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors

View file

@ -19,6 +19,14 @@ items:
nameWithType: PhoneBehavior nameWithType: PhoneBehavior
fullName: TinyLife.Actions.Behaviors.PhoneBehavior fullName: TinyLife.Actions.Behaviors.PhoneBehavior
type: Class type: Class
source:
remote:
path: TinyLife/Actions/Behaviors/PhoneBehavior.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PhoneBehavior
path: ../TinyLife/Actions/Behaviors/PhoneBehavior.cs
startLine: 11
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -56,6 +64,14 @@ items:
nameWithType: PhoneBehavior.PhoneBehavior(Action, bool, string) nameWithType: PhoneBehavior.PhoneBehavior(Action, bool, string)
fullName: TinyLife.Actions.Behaviors.PhoneBehavior.PhoneBehavior(TinyLife.Actions.Action, bool, string) fullName: TinyLife.Actions.Behaviors.PhoneBehavior.PhoneBehavior(TinyLife.Actions.Action, bool, string)
type: Constructor type: Constructor
source:
remote:
path: TinyLife/Actions/Behaviors/PhoneBehavior.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/Behaviors/PhoneBehavior.cs
startLine: 20
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -85,6 +101,14 @@ items:
nameWithType: PhoneBehavior.CreateFirstActions() nameWithType: PhoneBehavior.CreateFirstActions()
fullName: TinyLife.Actions.Behaviors.PhoneBehavior.CreateFirstActions() fullName: TinyLife.Actions.Behaviors.PhoneBehavior.CreateFirstActions()
type: Method type: Method
source:
remote:
path: TinyLife/Actions/Behaviors/PhoneBehavior.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFirstActions
path: ../TinyLife/Actions/Behaviors/PhoneBehavior.cs
startLine: 26
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -112,6 +136,14 @@ items:
nameWithType: PhoneBehavior.GetIconObject() nameWithType: PhoneBehavior.GetIconObject()
fullName: TinyLife.Actions.Behaviors.PhoneBehavior.GetIconObject() fullName: TinyLife.Actions.Behaviors.PhoneBehavior.GetIconObject()
type: Method type: Method
source:
remote:
path: TinyLife/Actions/Behaviors/PhoneBehavior.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetIconObject
path: ../TinyLife/Actions/Behaviors/PhoneBehavior.cs
startLine: 40
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -141,6 +173,14 @@ items:
nameWithType: PhoneBehavior.Initialize() nameWithType: PhoneBehavior.Initialize()
fullName: TinyLife.Actions.Behaviors.PhoneBehavior.Initialize() fullName: TinyLife.Actions.Behaviors.PhoneBehavior.Initialize()
type: Method type: Method
source:
remote:
path: TinyLife/Actions/Behaviors/PhoneBehavior.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Initialize
path: ../TinyLife/Actions/Behaviors/PhoneBehavior.cs
startLine: 45
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -165,6 +205,14 @@ items:
nameWithType: PhoneBehavior.Update(GameTime, TimeSpan, float) nameWithType: PhoneBehavior.Update(GameTime, TimeSpan, float)
fullName: TinyLife.Actions.Behaviors.PhoneBehavior.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) fullName: TinyLife.Actions.Behaviors.PhoneBehavior.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/Behaviors/PhoneBehavior.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: ../TinyLife/Actions/Behaviors/PhoneBehavior.cs
startLine: 66
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -202,6 +250,14 @@ items:
nameWithType: PhoneBehavior.CanMultitask(Action) nameWithType: PhoneBehavior.CanMultitask(Action)
fullName: TinyLife.Actions.Behaviors.PhoneBehavior.CanMultitask(TinyLife.Actions.Action) fullName: TinyLife.Actions.Behaviors.PhoneBehavior.CanMultitask(TinyLife.Actions.Action)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/Behaviors/PhoneBehavior.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanMultitask
path: ../TinyLife/Actions/Behaviors/PhoneBehavior.cs
startLine: 74
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -235,6 +291,14 @@ items:
nameWithType: PhoneBehavior.OnCompleted(CompletionType) nameWithType: PhoneBehavior.OnCompleted(CompletionType)
fullName: TinyLife.Actions.Behaviors.PhoneBehavior.OnCompleted(TinyLife.Actions.CompletionType) fullName: TinyLife.Actions.Behaviors.PhoneBehavior.OnCompleted(TinyLife.Actions.CompletionType)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/Behaviors/PhoneBehavior.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted
path: ../TinyLife/Actions/Behaviors/PhoneBehavior.cs
startLine: 79
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors

View file

@ -15,6 +15,14 @@ items:
nameWithType: PickUpOrSpawnBehavior nameWithType: PickUpOrSpawnBehavior
fullName: TinyLife.Actions.Behaviors.PickUpOrSpawnBehavior fullName: TinyLife.Actions.Behaviors.PickUpOrSpawnBehavior
type: Class type: Class
source:
remote:
path: TinyLife/Actions/Behaviors/PickUpOrSpawnBehavior.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PickUpOrSpawnBehavior
path: ../TinyLife/Actions/Behaviors/PickUpOrSpawnBehavior.cs
startLine: 13
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -61,6 +69,14 @@ items:
nameWithType: PickUpOrSpawnBehavior.PickUpOrSpawnBehavior(Action, Func<FurnitureType>, int[], Func<Furniture, bool>) nameWithType: PickUpOrSpawnBehavior.PickUpOrSpawnBehavior(Action, Func<FurnitureType>, int[], Func<Furniture, bool>)
fullName: TinyLife.Actions.Behaviors.PickUpOrSpawnBehavior.PickUpOrSpawnBehavior(TinyLife.Actions.Action, System.Func<TinyLife.Objects.FurnitureType>, int[], System.Func<TinyLife.Objects.Furniture, bool>) fullName: TinyLife.Actions.Behaviors.PickUpOrSpawnBehavior.PickUpOrSpawnBehavior(TinyLife.Actions.Action, System.Func<TinyLife.Objects.FurnitureType>, int[], System.Func<TinyLife.Objects.Furniture, bool>)
type: Constructor type: Constructor
source:
remote:
path: TinyLife/Actions/Behaviors/PickUpOrSpawnBehavior.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/Behaviors/PickUpOrSpawnBehavior.cs
startLine: 27
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -101,6 +117,14 @@ items:
nameWithType: PickUpOrSpawnBehavior.CreateFirstActions() nameWithType: PickUpOrSpawnBehavior.CreateFirstActions()
fullName: TinyLife.Actions.Behaviors.PickUpOrSpawnBehavior.CreateFirstActions() fullName: TinyLife.Actions.Behaviors.PickUpOrSpawnBehavior.CreateFirstActions()
type: Method type: Method
source:
remote:
path: TinyLife/Actions/Behaviors/PickUpOrSpawnBehavior.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFirstActions
path: ../TinyLife/Actions/Behaviors/PickUpOrSpawnBehavior.cs
startLine: 34
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -128,6 +152,14 @@ items:
nameWithType: PickUpOrSpawnBehavior.GetNextAction(CompletionType) nameWithType: PickUpOrSpawnBehavior.GetNextAction(CompletionType)
fullName: TinyLife.Actions.Behaviors.PickUpOrSpawnBehavior.GetNextAction(TinyLife.Actions.CompletionType) fullName: TinyLife.Actions.Behaviors.PickUpOrSpawnBehavior.GetNextAction(TinyLife.Actions.CompletionType)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/Behaviors/PickUpOrSpawnBehavior.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetNextAction
path: ../TinyLife/Actions/Behaviors/PickUpOrSpawnBehavior.cs
startLine: 49
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors

View file

@ -18,6 +18,14 @@ items:
nameWithType: ReadBehavior nameWithType: ReadBehavior
fullName: TinyLife.Actions.Behaviors.ReadBehavior fullName: TinyLife.Actions.Behaviors.ReadBehavior
type: Class type: Class
source:
remote:
path: TinyLife/Actions/Behaviors/ReadBehavior.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ReadBehavior
path: ../TinyLife/Actions/Behaviors/ReadBehavior.cs
startLine: 11
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -60,6 +68,14 @@ items:
nameWithType: ReadBehavior.FullyInProgress nameWithType: ReadBehavior.FullyInProgress
fullName: TinyLife.Actions.Behaviors.ReadBehavior.FullyInProgress fullName: TinyLife.Actions.Behaviors.ReadBehavior.FullyInProgress
type: Property type: Property
source:
remote:
path: TinyLife/Actions/Behaviors/ReadBehavior.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FullyInProgress
path: ../TinyLife/Actions/Behaviors/ReadBehavior.cs
startLine: 14
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -87,6 +103,14 @@ items:
nameWithType: ReadBehavior.ReadBehavior(Action, Func<FurnitureType>, int[], Func<Furniture, bool>) nameWithType: ReadBehavior.ReadBehavior(Action, Func<FurnitureType>, int[], Func<Furniture, bool>)
fullName: TinyLife.Actions.Behaviors.ReadBehavior.ReadBehavior(TinyLife.Actions.Action, System.Func<TinyLife.Objects.FurnitureType>, int[], System.Func<TinyLife.Objects.Furniture, bool>) fullName: TinyLife.Actions.Behaviors.ReadBehavior.ReadBehavior(TinyLife.Actions.Action, System.Func<TinyLife.Objects.FurnitureType>, int[], System.Func<TinyLife.Objects.Furniture, bool>)
type: Constructor type: Constructor
source:
remote:
path: TinyLife/Actions/Behaviors/ReadBehavior.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/Behaviors/ReadBehavior.cs
startLine: 20
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -127,6 +151,14 @@ items:
nameWithType: ReadBehavior.Initialize() nameWithType: ReadBehavior.Initialize()
fullName: TinyLife.Actions.Behaviors.ReadBehavior.Initialize() fullName: TinyLife.Actions.Behaviors.ReadBehavior.Initialize()
type: Method type: Method
source:
remote:
path: TinyLife/Actions/Behaviors/ReadBehavior.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Initialize
path: ../TinyLife/Actions/Behaviors/ReadBehavior.cs
startLine: 23
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -151,6 +183,14 @@ items:
nameWithType: ReadBehavior.Update(GameTime, TimeSpan, float) nameWithType: ReadBehavior.Update(GameTime, TimeSpan, float)
fullName: TinyLife.Actions.Behaviors.ReadBehavior.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) fullName: TinyLife.Actions.Behaviors.ReadBehavior.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/Behaviors/ReadBehavior.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: ../TinyLife/Actions/Behaviors/ReadBehavior.cs
startLine: 34
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -188,6 +228,14 @@ items:
nameWithType: ReadBehavior.CanMultitask(Action) nameWithType: ReadBehavior.CanMultitask(Action)
fullName: TinyLife.Actions.Behaviors.ReadBehavior.CanMultitask(TinyLife.Actions.Action) fullName: TinyLife.Actions.Behaviors.ReadBehavior.CanMultitask(TinyLife.Actions.Action)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/Behaviors/ReadBehavior.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanMultitask
path: ../TinyLife/Actions/Behaviors/ReadBehavior.cs
startLine: 44
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -221,6 +269,14 @@ items:
nameWithType: ReadBehavior.OnCompleted(CompletionType) nameWithType: ReadBehavior.OnCompleted(CompletionType)
fullName: TinyLife.Actions.Behaviors.ReadBehavior.OnCompleted(TinyLife.Actions.CompletionType) fullName: TinyLife.Actions.Behaviors.ReadBehavior.OnCompleted(TinyLife.Actions.CompletionType)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/Behaviors/ReadBehavior.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted
path: ../TinyLife/Actions/Behaviors/ReadBehavior.cs
startLine: 49
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors

View file

@ -16,6 +16,14 @@ items:
nameWithType: SinkBehavior nameWithType: SinkBehavior
fullName: TinyLife.Actions.Behaviors.SinkBehavior fullName: TinyLife.Actions.Behaviors.SinkBehavior
type: Class type: Class
source:
remote:
path: TinyLife/Actions/Behaviors/SinkBehavior.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SinkBehavior
path: ../TinyLife/Actions/Behaviors/SinkBehavior.cs
startLine: 16
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -61,6 +69,14 @@ items:
nameWithType: SinkBehavior.SinkBehavior(Action) nameWithType: SinkBehavior.SinkBehavior(Action)
fullName: TinyLife.Actions.Behaviors.SinkBehavior.SinkBehavior(TinyLife.Actions.Action) fullName: TinyLife.Actions.Behaviors.SinkBehavior.SinkBehavior(TinyLife.Actions.Action)
type: Constructor type: Constructor
source:
remote:
path: TinyLife/Actions/Behaviors/SinkBehavior.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/Behaviors/SinkBehavior.cs
startLine: 21
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -91,6 +107,14 @@ items:
nameWithType: SinkBehavior.CreateFirstActions() nameWithType: SinkBehavior.CreateFirstActions()
fullName: TinyLife.Actions.Behaviors.SinkBehavior.CreateFirstActions() fullName: TinyLife.Actions.Behaviors.SinkBehavior.CreateFirstActions()
type: Method type: Method
source:
remote:
path: TinyLife/Actions/Behaviors/SinkBehavior.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFirstActions
path: ../TinyLife/Actions/Behaviors/SinkBehavior.cs
startLine: 24
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -118,6 +142,14 @@ items:
nameWithType: SinkBehavior.Update(GameTime, TimeSpan, float) nameWithType: SinkBehavior.Update(GameTime, TimeSpan, float)
fullName: TinyLife.Actions.Behaviors.SinkBehavior.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) fullName: TinyLife.Actions.Behaviors.SinkBehavior.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/Behaviors/SinkBehavior.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: ../TinyLife/Actions/Behaviors/SinkBehavior.cs
startLine: 31
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -155,6 +187,14 @@ items:
nameWithType: SinkBehavior.OnCompleted(CompletionType) nameWithType: SinkBehavior.OnCompleted(CompletionType)
fullName: TinyLife.Actions.Behaviors.SinkBehavior.OnCompleted(TinyLife.Actions.CompletionType) fullName: TinyLife.Actions.Behaviors.SinkBehavior.OnCompleted(TinyLife.Actions.CompletionType)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/Behaviors/SinkBehavior.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted
path: ../TinyLife/Actions/Behaviors/SinkBehavior.cs
startLine: 55
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors

View file

@ -18,6 +18,14 @@ items:
nameWithType: WorkAtDeskObjectBehavior nameWithType: WorkAtDeskObjectBehavior
fullName: TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior fullName: TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior
type: Class type: Class
source:
remote:
path: TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WorkAtDeskObjectBehavior
path: ../TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs
startLine: 14
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -65,6 +73,14 @@ items:
nameWithType: WorkAtDeskObjectBehavior.IsWorking nameWithType: WorkAtDeskObjectBehavior.IsWorking
fullName: TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.IsWorking fullName: TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.IsWorking
type: Property type: Property
source:
remote:
path: TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsWorking
path: ../TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs
startLine: 19
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -88,6 +104,14 @@ items:
nameWithType: WorkAtDeskObjectBehavior.WorkAtDeskObjectBehavior(Action) nameWithType: WorkAtDeskObjectBehavior.WorkAtDeskObjectBehavior(Action)
fullName: TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.WorkAtDeskObjectBehavior(TinyLife.Actions.Action) fullName: TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.WorkAtDeskObjectBehavior(TinyLife.Actions.Action)
type: Constructor type: Constructor
source:
remote:
path: TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs
startLine: 30
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -115,6 +139,14 @@ items:
nameWithType: WorkAtDeskObjectBehavior.WorkAtDeskObjectBehavior(Action, TimeSpan, TimeSpan) nameWithType: WorkAtDeskObjectBehavior.WorkAtDeskObjectBehavior(Action, TimeSpan, TimeSpan)
fullName: TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.WorkAtDeskObjectBehavior(TinyLife.Actions.Action, System.TimeSpan, System.TimeSpan) fullName: TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.WorkAtDeskObjectBehavior(TinyLife.Actions.Action, System.TimeSpan, System.TimeSpan)
type: Constructor type: Constructor
source:
remote:
path: TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs
startLine: 38
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -148,6 +180,14 @@ items:
nameWithType: WorkAtDeskObjectBehavior.CreateFirstActions() nameWithType: WorkAtDeskObjectBehavior.CreateFirstActions()
fullName: TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.CreateFirstActions() fullName: TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.CreateFirstActions()
type: Method type: Method
source:
remote:
path: TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFirstActions
path: ../TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs
startLine: 44
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -175,6 +215,14 @@ items:
nameWithType: WorkAtDeskObjectBehavior.Update(GameTime, TimeSpan, float) nameWithType: WorkAtDeskObjectBehavior.Update(GameTime, TimeSpan, float)
fullName: TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) fullName: TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: ../TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs
startLine: 65
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -212,6 +260,14 @@ items:
nameWithType: WorkAtDeskObjectBehavior.GetNextAction(CompletionType) nameWithType: WorkAtDeskObjectBehavior.GetNextAction(CompletionType)
fullName: TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.GetNextAction(TinyLife.Actions.CompletionType) fullName: TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.GetNextAction(TinyLife.Actions.CompletionType)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetNextAction
path: ../TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs
startLine: 87
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors

View file

@ -15,6 +15,14 @@ items:
nameWithType: CanExecuteResult.ResultType nameWithType: CanExecuteResult.ResultType
fullName: TinyLife.Actions.CanExecuteResult.ResultType fullName: TinyLife.Actions.CanExecuteResult.ResultType
type: Enum type: Enum
source:
remote:
path: TinyLife/Actions/CanExecuteResult.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ResultType
path: ../TinyLife/Actions/CanExecuteResult.cs
startLine: 30
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -39,6 +47,14 @@ items:
nameWithType: CanExecuteResult.ResultType.Valid nameWithType: CanExecuteResult.ResultType.Valid
fullName: TinyLife.Actions.CanExecuteResult.ResultType.Valid fullName: TinyLife.Actions.CanExecuteResult.ResultType.Valid
type: Field type: Field
source:
remote:
path: TinyLife/Actions/CanExecuteResult.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Valid
path: ../TinyLife/Actions/CanExecuteResult.cs
startLine: 36
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -62,6 +78,14 @@ items:
nameWithType: CanExecuteResult.ResultType.Invalid nameWithType: CanExecuteResult.ResultType.Invalid
fullName: TinyLife.Actions.CanExecuteResult.ResultType.Invalid fullName: TinyLife.Actions.CanExecuteResult.ResultType.Invalid
type: Field type: Field
source:
remote:
path: TinyLife/Actions/CanExecuteResult.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Invalid
path: ../TinyLife/Actions/CanExecuteResult.cs
startLine: 40
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -82,6 +106,14 @@ items:
nameWithType: CanExecuteResult.ResultType.Hidden nameWithType: CanExecuteResult.ResultType.Hidden
fullName: TinyLife.Actions.CanExecuteResult.ResultType.Hidden fullName: TinyLife.Actions.CanExecuteResult.ResultType.Hidden
type: Field type: Field
source:
remote:
path: TinyLife/Actions/CanExecuteResult.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Hidden
path: ../TinyLife/Actions/CanExecuteResult.cs
startLine: 45
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

View file

@ -23,6 +23,14 @@ items:
nameWithType: CanExecuteResult nameWithType: CanExecuteResult
fullName: TinyLife.Actions.CanExecuteResult fullName: TinyLife.Actions.CanExecuteResult
type: Struct type: Struct
source:
remote:
path: TinyLife/Actions/CanExecuteResult.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanExecuteResult
path: ../TinyLife/Actions/CanExecuteResult.cs
startLine: 13
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -58,6 +66,14 @@ items:
nameWithType: CanExecuteResult.CanExecuteResult(string, CanExecuteResult.ResultType) nameWithType: CanExecuteResult.CanExecuteResult(string, CanExecuteResult.ResultType)
fullName: TinyLife.Actions.CanExecuteResult.CanExecuteResult(string, TinyLife.Actions.CanExecuteResult.ResultType) fullName: TinyLife.Actions.CanExecuteResult.CanExecuteResult(string, TinyLife.Actions.CanExecuteResult.ResultType)
type: Constructor type: Constructor
source:
remote:
path: TinyLife/Actions/CanExecuteResult.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/CanExecuteResult.cs
startLine: 13
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -94,6 +110,14 @@ items:
nameWithType: CanExecuteResult.Name nameWithType: CanExecuteResult.Name
fullName: TinyLife.Actions.CanExecuteResult.Name fullName: TinyLife.Actions.CanExecuteResult.Name
type: Property type: Property
source:
remote:
path: TinyLife/Actions/CanExecuteResult.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name
path: ../TinyLife/Actions/CanExecuteResult.cs
startLine: 13
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -120,6 +144,14 @@ items:
nameWithType: CanExecuteResult.Type nameWithType: CanExecuteResult.Type
fullName: TinyLife.Actions.CanExecuteResult.Type fullName: TinyLife.Actions.CanExecuteResult.Type
type: Property type: Property
source:
remote:
path: TinyLife/Actions/CanExecuteResult.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Type
path: ../TinyLife/Actions/CanExecuteResult.cs
startLine: 13
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -143,6 +175,14 @@ items:
nameWithType: CanExecuteResult.Valid nameWithType: CanExecuteResult.Valid
fullName: TinyLife.Actions.CanExecuteResult.Valid fullName: TinyLife.Actions.CanExecuteResult.Valid
type: Field type: Field
source:
remote:
path: TinyLife/Actions/CanExecuteResult.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Valid
path: ../TinyLife/Actions/CanExecuteResult.cs
startLine: 16
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -162,6 +202,14 @@ items:
nameWithType: CanExecuteResult.Hidden nameWithType: CanExecuteResult.Hidden
fullName: TinyLife.Actions.CanExecuteResult.Hidden fullName: TinyLife.Actions.CanExecuteResult.Hidden
type: Field type: Field
source:
remote:
path: TinyLife/Actions/CanExecuteResult.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Hidden
path: ../TinyLife/Actions/CanExecuteResult.cs
startLine: 17
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -181,6 +229,14 @@ items:
nameWithType: CanExecuteResult.ObjectBroken nameWithType: CanExecuteResult.ObjectBroken
fullName: TinyLife.Actions.CanExecuteResult.ObjectBroken fullName: TinyLife.Actions.CanExecuteResult.ObjectBroken
type: Field type: Field
source:
remote:
path: TinyLife/Actions/CanExecuteResult.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ObjectBroken
path: ../TinyLife/Actions/CanExecuteResult.cs
startLine: 18
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -200,6 +256,14 @@ items:
nameWithType: CanExecuteResult.NotYours nameWithType: CanExecuteResult.NotYours
fullName: TinyLife.Actions.CanExecuteResult.NotYours fullName: TinyLife.Actions.CanExecuteResult.NotYours
type: Field type: Field
source:
remote:
path: TinyLife/Actions/CanExecuteResult.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NotYours
path: ../TinyLife/Actions/CanExecuteResult.cs
startLine: 19
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -219,6 +283,14 @@ items:
nameWithType: CanExecuteResult.NotEnoughMoney nameWithType: CanExecuteResult.NotEnoughMoney
fullName: TinyLife.Actions.CanExecuteResult.NotEnoughMoney fullName: TinyLife.Actions.CanExecuteResult.NotEnoughMoney
type: Field type: Field
source:
remote:
path: TinyLife/Actions/CanExecuteResult.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NotEnoughMoney
path: ../TinyLife/Actions/CanExecuteResult.cs
startLine: 20
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -238,6 +310,14 @@ items:
nameWithType: CanExecuteResult.NotEnoughSkill nameWithType: CanExecuteResult.NotEnoughSkill
fullName: TinyLife.Actions.CanExecuteResult.NotEnoughSkill fullName: TinyLife.Actions.CanExecuteResult.NotEnoughSkill
type: Field type: Field
source:
remote:
path: TinyLife/Actions/CanExecuteResult.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NotEnoughSkill
path: ../TinyLife/Actions/CanExecuteResult.cs
startLine: 21
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -257,6 +337,14 @@ items:
nameWithType: CanExecuteResult.LotStaffOnly nameWithType: CanExecuteResult.LotStaffOnly
fullName: TinyLife.Actions.CanExecuteResult.LotStaffOnly fullName: TinyLife.Actions.CanExecuteResult.LotStaffOnly
type: Field type: Field
source:
remote:
path: TinyLife/Actions/CanExecuteResult.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LotStaffOnly
path: ../TinyLife/Actions/CanExecuteResult.cs
startLine: 22
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -276,6 +364,14 @@ items:
nameWithType: CanExecuteResult.NoOneFree nameWithType: CanExecuteResult.NoOneFree
fullName: TinyLife.Actions.CanExecuteResult.NoOneFree fullName: TinyLife.Actions.CanExecuteResult.NoOneFree
type: Field type: Field
source:
remote:
path: TinyLife/Actions/CanExecuteResult.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NoOneFree
path: ../TinyLife/Actions/CanExecuteResult.cs
startLine: 23
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

View file

@ -20,6 +20,14 @@ items:
nameWithType: ChoicePromptInfo.Option nameWithType: ChoicePromptInfo.Option
fullName: TinyLife.Actions.ChoicePromptInfo.Option fullName: TinyLife.Actions.ChoicePromptInfo.Option
type: Class type: Class
source:
remote:
path: TinyLife/Actions/ChoicePromptInfo.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Option
path: ../TinyLife/Actions/ChoicePromptInfo.cs
startLine: 71
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -51,6 +59,14 @@ items:
nameWithType: ChoicePromptInfo.Option.Name nameWithType: ChoicePromptInfo.Option.Name
fullName: TinyLife.Actions.ChoicePromptInfo.Option.Name fullName: TinyLife.Actions.ChoicePromptInfo.Option.Name
type: Field type: Field
source:
remote:
path: TinyLife/Actions/ChoicePromptInfo.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name
path: ../TinyLife/Actions/ChoicePromptInfo.cs
startLine: 76
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -72,6 +88,14 @@ items:
nameWithType: ChoicePromptInfo.Option.SuccessAction nameWithType: ChoicePromptInfo.Option.SuccessAction
fullName: TinyLife.Actions.ChoicePromptInfo.Option.SuccessAction fullName: TinyLife.Actions.ChoicePromptInfo.Option.SuccessAction
type: Field type: Field
source:
remote:
path: TinyLife/Actions/ChoicePromptInfo.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SuccessAction
path: ../TinyLife/Actions/ChoicePromptInfo.cs
startLine: 80
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -93,6 +117,14 @@ items:
nameWithType: ChoicePromptInfo.Option.FailAction nameWithType: ChoicePromptInfo.Option.FailAction
fullName: TinyLife.Actions.ChoicePromptInfo.Option.FailAction fullName: TinyLife.Actions.ChoicePromptInfo.Option.FailAction
type: Field type: Field
source:
remote:
path: TinyLife/Actions/ChoicePromptInfo.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FailAction
path: ../TinyLife/Actions/ChoicePromptInfo.cs
startLine: 84
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -114,6 +146,14 @@ items:
nameWithType: ChoicePromptInfo.Option.SuccessChance nameWithType: ChoicePromptInfo.Option.SuccessChance
fullName: TinyLife.Actions.ChoicePromptInfo.Option.SuccessChance fullName: TinyLife.Actions.ChoicePromptInfo.Option.SuccessChance
type: Field type: Field
source:
remote:
path: TinyLife/Actions/ChoicePromptInfo.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SuccessChance
path: ../TinyLife/Actions/ChoicePromptInfo.cs
startLine: 88
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -135,6 +175,14 @@ items:
nameWithType: ChoicePromptInfo.Option.Option(string, Action<ChoicePromptInfo, Person>, Action<ChoicePromptInfo, Person>, Func<Person, float>) nameWithType: ChoicePromptInfo.Option.Option(string, Action<ChoicePromptInfo, Person>, Action<ChoicePromptInfo, Person>, Func<Person, float>)
fullName: TinyLife.Actions.ChoicePromptInfo.Option.Option(string, System.Action<TinyLife.Actions.ChoicePromptInfo, TinyLife.Objects.Person>, System.Action<TinyLife.Actions.ChoicePromptInfo, TinyLife.Objects.Person>, System.Func<TinyLife.Objects.Person, float>) fullName: TinyLife.Actions.ChoicePromptInfo.Option.Option(string, System.Action<TinyLife.Actions.ChoicePromptInfo, TinyLife.Objects.Person>, System.Action<TinyLife.Actions.ChoicePromptInfo, TinyLife.Objects.Person>, System.Func<TinyLife.Objects.Person, float>)
type: Constructor type: Constructor
source:
remote:
path: TinyLife/Actions/ChoicePromptInfo.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/ChoicePromptInfo.cs
startLine: 97
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -171,6 +219,14 @@ items:
nameWithType: ChoicePromptInfo.Option.Option(string, Func<Person, float>, Func<Person, float>, Func<Person, float>) nameWithType: ChoicePromptInfo.Option.Option(string, Func<Person, float>, Func<Person, float>, Func<Person, float>)
fullName: TinyLife.Actions.ChoicePromptInfo.Option.Option(string, System.Func<TinyLife.Objects.Person, float>, System.Func<TinyLife.Objects.Person, float>, System.Func<TinyLife.Objects.Person, float>) fullName: TinyLife.Actions.ChoicePromptInfo.Option.Option(string, System.Func<TinyLife.Objects.Person, float>, System.Func<TinyLife.Objects.Person, float>, System.Func<TinyLife.Objects.Person, float>)
type: Constructor type: Constructor
source:
remote:
path: TinyLife/Actions/ChoicePromptInfo.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/ChoicePromptInfo.cs
startLine: 111
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -207,6 +263,14 @@ items:
nameWithType: ChoicePromptInfo.Option.Option(string, EmotionType, SkillType, float, float, float) nameWithType: ChoicePromptInfo.Option.Option(string, EmotionType, SkillType, float, float, float)
fullName: TinyLife.Actions.ChoicePromptInfo.Option.Option(string, TinyLife.Emotions.EmotionType, TinyLife.Skills.SkillType, float, float, float) fullName: TinyLife.Actions.ChoicePromptInfo.Option.Option(string, TinyLife.Emotions.EmotionType, TinyLife.Skills.SkillType, float, float, float)
type: Constructor type: Constructor
source:
remote:
path: TinyLife/Actions/ChoicePromptInfo.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/ChoicePromptInfo.cs
startLine: 141
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -249,6 +313,14 @@ items:
nameWithType: ChoicePromptInfo.Option.Execute(ChoicePromptInfo, Person, bool) nameWithType: ChoicePromptInfo.Option.Execute(ChoicePromptInfo, Person, bool)
fullName: TinyLife.Actions.ChoicePromptInfo.Option.Execute(TinyLife.Actions.ChoicePromptInfo, TinyLife.Objects.Person, bool) fullName: TinyLife.Actions.ChoicePromptInfo.Option.Execute(TinyLife.Actions.ChoicePromptInfo, TinyLife.Objects.Person, bool)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/ChoicePromptInfo.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Execute
path: ../TinyLife/Actions/ChoicePromptInfo.cs
startLine: 157
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

View file

@ -16,6 +16,14 @@ items:
nameWithType: ChoicePromptInfo nameWithType: ChoicePromptInfo
fullName: TinyLife.Actions.ChoicePromptInfo fullName: TinyLife.Actions.ChoicePromptInfo
type: Class type: Class
source:
remote:
path: TinyLife/Actions/ChoicePromptInfo.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ChoicePromptInfo
path: ../TinyLife/Actions/ChoicePromptInfo.cs
startLine: 17
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -47,6 +55,14 @@ items:
nameWithType: ChoicePromptInfo.Name nameWithType: ChoicePromptInfo.Name
fullName: TinyLife.Actions.ChoicePromptInfo.Name fullName: TinyLife.Actions.ChoicePromptInfo.Name
type: Field type: Field
source:
remote:
path: TinyLife/Actions/ChoicePromptInfo.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name
path: ../TinyLife/Actions/ChoicePromptInfo.cs
startLine: 24
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -68,6 +84,14 @@ items:
nameWithType: ChoicePromptInfo.Options nameWithType: ChoicePromptInfo.Options
fullName: TinyLife.Actions.ChoicePromptInfo.Options fullName: TinyLife.Actions.ChoicePromptInfo.Options
type: Field type: Field
source:
remote:
path: TinyLife/Actions/ChoicePromptInfo.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Options
path: ../TinyLife/Actions/ChoicePromptInfo.cs
startLine: 28
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -89,6 +113,14 @@ items:
nameWithType: ChoicePromptInfo.ChoicePromptInfo(string, params ChoicePromptInfo.Option[]) nameWithType: ChoicePromptInfo.ChoicePromptInfo(string, params ChoicePromptInfo.Option[])
fullName: TinyLife.Actions.ChoicePromptInfo.ChoicePromptInfo(string, params TinyLife.Actions.ChoicePromptInfo.Option[]) fullName: TinyLife.Actions.ChoicePromptInfo.ChoicePromptInfo(string, params TinyLife.Actions.ChoicePromptInfo.Option[])
type: Constructor type: Constructor
source:
remote:
path: TinyLife/Actions/ChoicePromptInfo.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/ChoicePromptInfo.cs
startLine: 35
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -119,6 +151,14 @@ items:
nameWithType: ChoicePromptInfo.CreatePromptContent(Person, CoveringGroup) nameWithType: ChoicePromptInfo.CreatePromptContent(Person, CoveringGroup)
fullName: TinyLife.Actions.ChoicePromptInfo.CreatePromptContent(TinyLife.Objects.Person, TinyLife.Uis.CoveringGroup) fullName: TinyLife.Actions.ChoicePromptInfo.CreatePromptContent(TinyLife.Objects.Person, TinyLife.Uis.CoveringGroup)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/ChoicePromptInfo.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreatePromptContent
path: ../TinyLife/Actions/ChoicePromptInfo.cs
startLine: 46
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

View file

@ -18,6 +18,14 @@ items:
nameWithType: CleanEverythingAction nameWithType: CleanEverythingAction
fullName: TinyLife.Actions.CleanEverythingAction fullName: TinyLife.Actions.CleanEverythingAction
type: Class type: Class
source:
remote:
path: TinyLife/Actions/CleanEverythingAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CleanEverythingAction
path: ../TinyLife/Actions/CleanEverythingAction.cs
startLine: 11
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -124,6 +132,14 @@ items:
nameWithType: CleanEverythingAction.CleaningActions nameWithType: CleanEverythingAction.CleaningActions
fullName: TinyLife.Actions.CleanEverythingAction.CleaningActions fullName: TinyLife.Actions.CleanEverythingAction.CleaningActions
type: Field type: Field
source:
remote:
path: TinyLife/Actions/CleanEverythingAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CleaningActions
path: ../TinyLife/Actions/CleanEverythingAction.cs
startLine: 18
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -150,6 +166,14 @@ items:
nameWithType: CleanEverythingAction.CleanEverythingAction(ActionType, ActionInfo) nameWithType: CleanEverythingAction.CleanEverythingAction(ActionType, ActionInfo)
fullName: TinyLife.Actions.CleanEverythingAction.CleanEverythingAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo) fullName: TinyLife.Actions.CleanEverythingAction.CleanEverythingAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo)
type: Constructor type: Constructor
source:
remote:
path: TinyLife/Actions/CleanEverythingAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/CleanEverythingAction.cs
startLine: 24
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -180,6 +204,14 @@ items:
nameWithType: CleanEverythingAction.Update(GameTime, TimeSpan, float) nameWithType: CleanEverythingAction.Update(GameTime, TimeSpan, float)
fullName: TinyLife.Actions.CleanEverythingAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) fullName: TinyLife.Actions.CleanEverythingAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/CleanEverythingAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: ../TinyLife/Actions/CleanEverythingAction.cs
startLine: 29
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -217,6 +249,14 @@ items:
nameWithType: CleanEverythingAction.Validate(PersonLike) nameWithType: CleanEverythingAction.Validate(PersonLike)
fullName: TinyLife.Actions.CleanEverythingAction.Validate(TinyLife.Objects.PersonLike) fullName: TinyLife.Actions.CleanEverythingAction.Validate(TinyLife.Objects.PersonLike)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/CleanEverythingAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: ../TinyLife/Actions/CleanEverythingAction.cs
startLine: 45
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -250,6 +290,14 @@ items:
nameWithType: CleanEverythingAction.IsCompleted() nameWithType: CleanEverythingAction.IsCompleted()
fullName: TinyLife.Actions.CleanEverythingAction.IsCompleted() fullName: TinyLife.Actions.CleanEverythingAction.IsCompleted()
type: Method type: Method
source:
remote:
path: TinyLife/Actions/CleanEverythingAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsCompleted
path: ../TinyLife/Actions/CleanEverythingAction.cs
startLine: 50
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -279,6 +327,14 @@ items:
nameWithType: CleanEverythingAction.OnCompleted(CompletionType) nameWithType: CleanEverythingAction.OnCompleted(CompletionType)
fullName: TinyLife.Actions.CleanEverythingAction.OnCompleted(TinyLife.Actions.CompletionType) fullName: TinyLife.Actions.CleanEverythingAction.OnCompleted(TinyLife.Actions.CompletionType)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/CleanEverythingAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted
path: ../TinyLife/Actions/CleanEverythingAction.cs
startLine: 55
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

View file

@ -16,6 +16,14 @@ items:
nameWithType: CompletionType nameWithType: CompletionType
fullName: TinyLife.Actions.CompletionType fullName: TinyLife.Actions.CompletionType
type: Enum type: Enum
source:
remote:
path: TinyLife/Actions/CompletionType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CompletionType
path: ../TinyLife/Actions/CompletionType.cs
startLine: 7
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -41,6 +49,14 @@ items:
nameWithType: CompletionType.Active nameWithType: CompletionType.Active
fullName: TinyLife.Actions.CompletionType.Active fullName: TinyLife.Actions.CompletionType.Active
type: Field type: Field
source:
remote:
path: TinyLife/Actions/CompletionType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Active
path: ../TinyLife/Actions/CompletionType.cs
startLine: 12
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -61,6 +77,14 @@ items:
nameWithType: CompletionType.Completed nameWithType: CompletionType.Completed
fullName: TinyLife.Actions.CompletionType.Completed fullName: TinyLife.Actions.CompletionType.Completed
type: Field type: Field
source:
remote:
path: TinyLife/Actions/CompletionType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Completed
path: ../TinyLife/Actions/CompletionType.cs
startLine: 16
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -81,6 +105,14 @@ items:
nameWithType: CompletionType.Failed nameWithType: CompletionType.Failed
fullName: TinyLife.Actions.CompletionType.Failed fullName: TinyLife.Actions.CompletionType.Failed
type: Field type: Field
source:
remote:
path: TinyLife/Actions/CompletionType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Failed
path: ../TinyLife/Actions/CompletionType.cs
startLine: 21
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -104,6 +136,14 @@ items:
nameWithType: CompletionType.Canceled nameWithType: CompletionType.Canceled
fullName: TinyLife.Actions.CompletionType.Canceled fullName: TinyLife.Actions.CompletionType.Canceled
type: Field type: Field
source:
remote:
path: TinyLife/Actions/CompletionType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Canceled
path: ../TinyLife/Actions/CompletionType.cs
startLine: 26
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

View file

@ -19,6 +19,14 @@ items:
nameWithType: DebugAction nameWithType: DebugAction
fullName: TinyLife.Actions.DebugAction fullName: TinyLife.Actions.DebugAction
type: Class type: Class
source:
remote:
path: TinyLife/Actions/DebugAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DebugAction
path: ../TinyLife/Actions/DebugAction.cs
startLine: 12
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -121,6 +129,14 @@ items:
nameWithType: DebugAction.DebugAction(ActionType, ActionInfo) nameWithType: DebugAction.DebugAction(ActionType, ActionInfo)
fullName: TinyLife.Actions.DebugAction.DebugAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo) fullName: TinyLife.Actions.DebugAction.DebugAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo)
type: Constructor type: Constructor
source:
remote:
path: TinyLife/Actions/DebugAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/DebugAction.cs
startLine: 15
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -151,6 +167,14 @@ items:
nameWithType: DebugAction.Run() nameWithType: DebugAction.Run()
fullName: TinyLife.Actions.DebugAction.Run() fullName: TinyLife.Actions.DebugAction.Run()
type: Method type: Method
source:
remote:
path: TinyLife/Actions/DebugAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Run
path: ../TinyLife/Actions/DebugAction.cs
startLine: 20
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -171,6 +195,14 @@ items:
nameWithType: DebugAction.IsCompleted() nameWithType: DebugAction.IsCompleted()
fullName: TinyLife.Actions.DebugAction.IsCompleted() fullName: TinyLife.Actions.DebugAction.IsCompleted()
type: Method type: Method
source:
remote:
path: TinyLife/Actions/DebugAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsCompleted
path: ../TinyLife/Actions/DebugAction.cs
startLine: 27
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -200,6 +232,14 @@ items:
nameWithType: DebugAction.OnCompleted(CompletionType) nameWithType: DebugAction.OnCompleted(CompletionType)
fullName: TinyLife.Actions.DebugAction.OnCompleted(TinyLife.Actions.CompletionType) fullName: TinyLife.Actions.DebugAction.OnCompleted(TinyLife.Actions.CompletionType)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/DebugAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted
path: ../TinyLife/Actions/DebugAction.cs
startLine: 32
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -230,6 +270,14 @@ items:
nameWithType: DebugAction.Create(string, ObjectCategory, Action<Action>, ActionType.CanExecuteDelegate) nameWithType: DebugAction.Create(string, ObjectCategory, Action<Action>, ActionType.CanExecuteDelegate)
fullName: TinyLife.Actions.DebugAction.Create(string, TinyLife.Objects.ObjectCategory, System.Action<TinyLife.Actions.Action>, TinyLife.Actions.ActionType.CanExecuteDelegate) fullName: TinyLife.Actions.DebugAction.Create(string, TinyLife.Objects.ObjectCategory, System.Action<TinyLife.Actions.Action>, TinyLife.Actions.ActionType.CanExecuteDelegate)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/DebugAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Create
path: ../TinyLife/Actions/DebugAction.cs
startLine: 46
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -269,6 +317,14 @@ items:
nameWithType: DebugAction.Create(string, ObjectCategory, string, Func<ActionInfo, IEnumerable<object>>, ActionType.CanExecuteDelegate) nameWithType: DebugAction.Create(string, ObjectCategory, string, Func<ActionInfo, IEnumerable<object>>, ActionType.CanExecuteDelegate)
fullName: TinyLife.Actions.DebugAction.Create(string, TinyLife.Objects.ObjectCategory, string, System.Func<TinyLife.Actions.ActionInfo, System.Collections.Generic.IEnumerable<object>>, TinyLife.Actions.ActionType.CanExecuteDelegate) fullName: TinyLife.Actions.DebugAction.Create(string, TinyLife.Objects.ObjectCategory, string, System.Func<TinyLife.Actions.ActionInfo, System.Collections.Generic.IEnumerable<object>>, TinyLife.Actions.ActionType.CanExecuteDelegate)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/DebugAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Create
path: ../TinyLife/Actions/DebugAction.cs
startLine: 61
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -311,6 +367,14 @@ items:
nameWithType: DebugAction.Create(string, ObjectCategory, Type, ActionType.CanExecuteDelegate) nameWithType: DebugAction.Create(string, ObjectCategory, Type, ActionType.CanExecuteDelegate)
fullName: TinyLife.Actions.DebugAction.Create(string, TinyLife.Objects.ObjectCategory, System.Type, TinyLife.Actions.ActionType.CanExecuteDelegate) fullName: TinyLife.Actions.DebugAction.Create(string, TinyLife.Objects.ObjectCategory, System.Type, TinyLife.Actions.ActionType.CanExecuteDelegate)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/DebugAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Create
path: ../TinyLife/Actions/DebugAction.cs
startLine: 78
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

View file

@ -24,6 +24,14 @@ items:
nameWithType: DeferredAction nameWithType: DeferredAction
fullName: TinyLife.Actions.DeferredAction fullName: TinyLife.Actions.DeferredAction
type: Class type: Class
source:
remote:
path: TinyLife/Actions/DeferredAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DeferredAction
path: ../TinyLife/Actions/DeferredAction.cs
startLine: 12
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -120,6 +128,14 @@ items:
nameWithType: DeferredAction.FullyInProgress nameWithType: DeferredAction.FullyInProgress
fullName: TinyLife.Actions.DeferredAction.FullyInProgress fullName: TinyLife.Actions.DeferredAction.FullyInProgress
type: Property type: Property
source:
remote:
path: TinyLife/Actions/DeferredAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FullyInProgress
path: ../TinyLife/Actions/DeferredAction.cs
startLine: 15
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -150,6 +166,14 @@ items:
nameWithType: DeferredAction.InProgressTime nameWithType: DeferredAction.InProgressTime
fullName: TinyLife.Actions.DeferredAction.InProgressTime fullName: TinyLife.Actions.DeferredAction.InProgressTime
type: Property type: Property
source:
remote:
path: TinyLife/Actions/DeferredAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InProgressTime
path: ../TinyLife/Actions/DeferredAction.cs
startLine: 17
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -180,6 +204,14 @@ items:
nameWithType: DeferredAction.Action nameWithType: DeferredAction.Action
fullName: TinyLife.Actions.DeferredAction.Action fullName: TinyLife.Actions.DeferredAction.Action
type: Property type: Property
source:
remote:
path: TinyLife/Actions/DeferredAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Action
path: ../TinyLife/Actions/DeferredAction.cs
startLine: 21
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -203,6 +235,14 @@ items:
nameWithType: DeferredAction.DeferredAction(ActionInfo) nameWithType: DeferredAction.DeferredAction(ActionInfo)
fullName: TinyLife.Actions.DeferredAction.DeferredAction(TinyLife.Actions.ActionInfo) fullName: TinyLife.Actions.DeferredAction.DeferredAction(TinyLife.Actions.ActionInfo)
type: Constructor type: Constructor
source:
remote:
path: TinyLife/Actions/DeferredAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/DeferredAction.cs
startLine: 27
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -230,6 +270,14 @@ items:
nameWithType: DeferredAction.DeferredAction(ActionType, ActionInfo) nameWithType: DeferredAction.DeferredAction(ActionType, ActionInfo)
fullName: TinyLife.Actions.DeferredAction.DeferredAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo) fullName: TinyLife.Actions.DeferredAction.DeferredAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo)
type: Constructor type: Constructor
source:
remote:
path: TinyLife/Actions/DeferredAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/DeferredAction.cs
startLine: 32
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -260,6 +308,14 @@ items:
nameWithType: DeferredAction.CreateAction() nameWithType: DeferredAction.CreateAction()
fullName: TinyLife.Actions.DeferredAction.CreateAction() fullName: TinyLife.Actions.DeferredAction.CreateAction()
type: Method type: Method
source:
remote:
path: TinyLife/Actions/DeferredAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateAction
path: ../TinyLife/Actions/DeferredAction.cs
startLine: 41
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -286,6 +342,14 @@ items:
nameWithType: DeferredAction.Initialize() nameWithType: DeferredAction.Initialize()
fullName: TinyLife.Actions.DeferredAction.Initialize() fullName: TinyLife.Actions.DeferredAction.Initialize()
type: Method type: Method
source:
remote:
path: TinyLife/Actions/DeferredAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Initialize
path: ../TinyLife/Actions/DeferredAction.cs
startLine: 44
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -310,6 +374,14 @@ items:
nameWithType: DeferredAction.Update(GameTime, TimeSpan, float) nameWithType: DeferredAction.Update(GameTime, TimeSpan, float)
fullName: TinyLife.Actions.DeferredAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) fullName: TinyLife.Actions.DeferredAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/DeferredAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: ../TinyLife/Actions/DeferredAction.cs
startLine: 49
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -347,6 +419,14 @@ items:
nameWithType: DeferredAction.CanMultitask(Action) nameWithType: DeferredAction.CanMultitask(Action)
fullName: TinyLife.Actions.DeferredAction.CanMultitask(TinyLife.Actions.Action) fullName: TinyLife.Actions.DeferredAction.CanMultitask(TinyLife.Actions.Action)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/DeferredAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanMultitask
path: ../TinyLife/Actions/DeferredAction.cs
startLine: 55
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -382,6 +462,14 @@ items:
nameWithType: DeferredAction.Validate(PersonLike) nameWithType: DeferredAction.Validate(PersonLike)
fullName: TinyLife.Actions.DeferredAction.Validate(TinyLife.Objects.PersonLike) fullName: TinyLife.Actions.DeferredAction.Validate(TinyLife.Objects.PersonLike)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/DeferredAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: ../TinyLife/Actions/DeferredAction.cs
startLine: 60
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -415,6 +503,14 @@ items:
nameWithType: DeferredAction.IsCompleted() nameWithType: DeferredAction.IsCompleted()
fullName: TinyLife.Actions.DeferredAction.IsCompleted() fullName: TinyLife.Actions.DeferredAction.IsCompleted()
type: Method type: Method
source:
remote:
path: TinyLife/Actions/DeferredAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsCompleted
path: ../TinyLife/Actions/DeferredAction.cs
startLine: 65
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -444,6 +540,14 @@ items:
nameWithType: DeferredAction.OnCompleted(CompletionType) nameWithType: DeferredAction.OnCompleted(CompletionType)
fullName: TinyLife.Actions.DeferredAction.OnCompleted(TinyLife.Actions.CompletionType) fullName: TinyLife.Actions.DeferredAction.OnCompleted(TinyLife.Actions.CompletionType)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/DeferredAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted
path: ../TinyLife/Actions/DeferredAction.cs
startLine: 70
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

View file

@ -22,6 +22,14 @@ items:
nameWithType: DieAction nameWithType: DieAction
fullName: TinyLife.Actions.DieAction fullName: TinyLife.Actions.DieAction
type: Class type: Class
source:
remote:
path: TinyLife/Actions/DieAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DieAction
path: ../TinyLife/Actions/DieAction.cs
startLine: 18
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -121,6 +129,14 @@ items:
nameWithType: DieAction.Reason nameWithType: DieAction.Reason
fullName: TinyLife.Actions.DieAction.Reason fullName: TinyLife.Actions.DieAction.Reason
type: Field type: Field
source:
remote:
path: TinyLife/Actions/DieAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Reason
path: ../TinyLife/Actions/DieAction.cs
startLine: 24
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -152,6 +168,14 @@ items:
nameWithType: DieAction.DieAction(ActionType, ActionInfo) nameWithType: DieAction.DieAction(ActionType, ActionInfo)
fullName: TinyLife.Actions.DieAction.DieAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo) fullName: TinyLife.Actions.DieAction.DieAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo)
type: Constructor type: Constructor
source:
remote:
path: TinyLife/Actions/DieAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/DieAction.cs
startLine: 27
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -182,6 +206,14 @@ items:
nameWithType: DieAction.Initialize() nameWithType: DieAction.Initialize()
fullName: TinyLife.Actions.DieAction.Initialize() fullName: TinyLife.Actions.DieAction.Initialize()
type: Method type: Method
source:
remote:
path: TinyLife/Actions/DieAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Initialize
path: ../TinyLife/Actions/DieAction.cs
startLine: 30
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -206,6 +238,14 @@ items:
nameWithType: DieAction.GetDisplayName() nameWithType: DieAction.GetDisplayName()
fullName: TinyLife.Actions.DieAction.GetDisplayName() fullName: TinyLife.Actions.DieAction.GetDisplayName()
type: Method type: Method
source:
remote:
path: TinyLife/Actions/DieAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDisplayName
path: ../TinyLife/Actions/DieAction.cs
startLine: 36
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -233,6 +273,14 @@ items:
nameWithType: DieAction.CanCancel(Action) nameWithType: DieAction.CanCancel(Action)
fullName: TinyLife.Actions.DieAction.CanCancel(TinyLife.Actions.Action) fullName: TinyLife.Actions.DieAction.CanCancel(TinyLife.Actions.Action)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/DieAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanCancel
path: ../TinyLife/Actions/DieAction.cs
startLine: 41
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -266,6 +314,14 @@ items:
nameWithType: DieAction.CanEnqueueConversation(PersonLike, ActionType) nameWithType: DieAction.CanEnqueueConversation(PersonLike, ActionType)
fullName: TinyLife.Actions.DieAction.CanEnqueueConversation(TinyLife.Objects.PersonLike, TinyLife.Actions.ActionType) fullName: TinyLife.Actions.DieAction.CanEnqueueConversation(TinyLife.Objects.PersonLike, TinyLife.Actions.ActionType)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/DieAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanEnqueueConversation
path: ../TinyLife/Actions/DieAction.cs
startLine: 46
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -302,6 +358,14 @@ items:
nameWithType: DieAction.Update(GameTime, TimeSpan, float) nameWithType: DieAction.Update(GameTime, TimeSpan, float)
fullName: TinyLife.Actions.DieAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) fullName: TinyLife.Actions.DieAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/DieAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: ../TinyLife/Actions/DieAction.cs
startLine: 51
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -339,6 +403,14 @@ items:
nameWithType: DieAction.IsCompleted() nameWithType: DieAction.IsCompleted()
fullName: TinyLife.Actions.DieAction.IsCompleted() fullName: TinyLife.Actions.DieAction.IsCompleted()
type: Method type: Method
source:
remote:
path: TinyLife/Actions/DieAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsCompleted
path: ../TinyLife/Actions/DieAction.cs
startLine: 94
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -368,6 +440,14 @@ items:
nameWithType: DieAction.OnCompleted(CompletionType) nameWithType: DieAction.OnCompleted(CompletionType)
fullName: TinyLife.Actions.DieAction.OnCompleted(TinyLife.Actions.CompletionType) fullName: TinyLife.Actions.DieAction.OnCompleted(TinyLife.Actions.CompletionType)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/DieAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted
path: ../TinyLife/Actions/DieAction.cs
startLine: 99
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -398,6 +478,14 @@ items:
nameWithType: DieAction.Enqueue(PersonLike, DeathReason) nameWithType: DieAction.Enqueue(PersonLike, DeathReason)
fullName: TinyLife.Actions.DieAction.Enqueue(TinyLife.Objects.PersonLike, TinyLife.Objects.DeathReason) fullName: TinyLife.Actions.DieAction.Enqueue(TinyLife.Objects.PersonLike, TinyLife.Objects.DeathReason)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/DieAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Enqueue
path: ../TinyLife/Actions/DieAction.cs
startLine: 111
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

View file

@ -16,6 +16,14 @@ items:
nameWithType: DiscardHeldItemAction nameWithType: DiscardHeldItemAction
fullName: TinyLife.Actions.DiscardHeldItemAction fullName: TinyLife.Actions.DiscardHeldItemAction
type: Class type: Class
source:
remote:
path: TinyLife/Actions/DiscardHeldItemAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DiscardHeldItemAction
path: ../TinyLife/Actions/DiscardHeldItemAction.cs
startLine: 12
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -132,6 +140,14 @@ items:
nameWithType: DiscardHeldItemAction.DiscardActions nameWithType: DiscardHeldItemAction.DiscardActions
fullName: TinyLife.Actions.DiscardHeldItemAction.DiscardActions fullName: TinyLife.Actions.DiscardHeldItemAction.DiscardActions
type: Field type: Field
source:
remote:
path: TinyLife/Actions/DiscardHeldItemAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DiscardActions
path: ../TinyLife/Actions/DiscardHeldItemAction.cs
startLine: 18
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -156,6 +172,14 @@ items:
nameWithType: DiscardHeldItemAction.DiscardHeldItemAction(PersonLike) nameWithType: DiscardHeldItemAction.DiscardHeldItemAction(PersonLike)
fullName: TinyLife.Actions.DiscardHeldItemAction.DiscardHeldItemAction(TinyLife.Objects.PersonLike) fullName: TinyLife.Actions.DiscardHeldItemAction.DiscardHeldItemAction(TinyLife.Objects.PersonLike)
type: Constructor type: Constructor
source:
remote:
path: TinyLife/Actions/DiscardHeldItemAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/DiscardHeldItemAction.cs
startLine: 26
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -181,6 +205,14 @@ items:
nameWithType: DiscardHeldItemAction.CreateFirstActions() nameWithType: DiscardHeldItemAction.CreateFirstActions()
fullName: TinyLife.Actions.DiscardHeldItemAction.CreateFirstActions() fullName: TinyLife.Actions.DiscardHeldItemAction.CreateFirstActions()
type: Method type: Method
source:
remote:
path: TinyLife/Actions/DiscardHeldItemAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFirstActions
path: ../TinyLife/Actions/DiscardHeldItemAction.cs
startLine: 32
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -212,6 +244,14 @@ items:
nameWithType: DiscardHeldItemAction.AndThenIsCompleted() nameWithType: DiscardHeldItemAction.AndThenIsCompleted()
fullName: TinyLife.Actions.DiscardHeldItemAction.AndThenIsCompleted() fullName: TinyLife.Actions.DiscardHeldItemAction.AndThenIsCompleted()
type: Method type: Method
source:
remote:
path: TinyLife/Actions/DiscardHeldItemAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenIsCompleted
path: ../TinyLife/Actions/DiscardHeldItemAction.cs
startLine: 55
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

View file

@ -19,6 +19,14 @@ items:
nameWithType: DriveAction nameWithType: DriveAction
fullName: TinyLife.Actions.DriveAction fullName: TinyLife.Actions.DriveAction
type: Class type: Class
source:
remote:
path: TinyLife/Actions/DriveAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DriveAction
path: ../TinyLife/Actions/DriveAction.cs
startLine: 20
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -124,6 +132,14 @@ items:
nameWithType: DriveAction.DriveAction(ActionInfo) nameWithType: DriveAction.DriveAction(ActionInfo)
fullName: TinyLife.Actions.DriveAction.DriveAction(TinyLife.Actions.ActionInfo) fullName: TinyLife.Actions.DriveAction.DriveAction(TinyLife.Actions.ActionInfo)
type: Constructor type: Constructor
source:
remote:
path: TinyLife/Actions/DriveAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/DriveAction.cs
startLine: 29
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -151,6 +167,14 @@ items:
nameWithType: DriveAction.FindPath(ICollection<(Point Pos, int Floor)>) nameWithType: DriveAction.FindPath(ICollection<(Point Pos, int Floor)>)
fullName: TinyLife.Actions.DriveAction.FindPath(System.Collections.Generic.ICollection<(Microsoft.Xna.Framework.Point Pos, int Floor)>) fullName: TinyLife.Actions.DriveAction.FindPath(System.Collections.Generic.ICollection<(Microsoft.Xna.Framework.Point Pos, int Floor)>)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/DriveAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FindPath
path: ../TinyLife/Actions/DriveAction.cs
startLine: 32
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -182,6 +206,14 @@ items:
nameWithType: DriveAction.GetSpeed() nameWithType: DriveAction.GetSpeed()
fullName: TinyLife.Actions.DriveAction.GetSpeed() fullName: TinyLife.Actions.DriveAction.GetSpeed()
type: Method type: Method
source:
remote:
path: TinyLife/Actions/DriveAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetSpeed
path: ../TinyLife/Actions/DriveAction.cs
startLine: 68
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -206,6 +238,14 @@ items:
nameWithType: DriveAction.OnPathReady() nameWithType: DriveAction.OnPathReady()
fullName: TinyLife.Actions.DriveAction.OnPathReady() fullName: TinyLife.Actions.DriveAction.OnPathReady()
type: Method type: Method
source:
remote:
path: TinyLife/Actions/DriveAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnPathReady
path: ../TinyLife/Actions/DriveAction.cs
startLine: 73
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -230,6 +270,14 @@ items:
nameWithType: DriveAction.Update(GameTime, TimeSpan, float) nameWithType: DriveAction.Update(GameTime, TimeSpan, float)
fullName: TinyLife.Actions.DriveAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) fullName: TinyLife.Actions.DriveAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/DriveAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: ../TinyLife/Actions/DriveAction.cs
startLine: 96
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -267,6 +315,14 @@ items:
nameWithType: DriveAction.IsCompleted() nameWithType: DriveAction.IsCompleted()
fullName: TinyLife.Actions.DriveAction.IsCompleted() fullName: TinyLife.Actions.DriveAction.IsCompleted()
type: Method type: Method
source:
remote:
path: TinyLife/Actions/DriveAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsCompleted
path: ../TinyLife/Actions/DriveAction.cs
startLine: 114
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -296,6 +352,14 @@ items:
nameWithType: DriveAction.OnCompleted(CompletionType) nameWithType: DriveAction.OnCompleted(CompletionType)
fullName: TinyLife.Actions.DriveAction.OnCompleted(TinyLife.Actions.CompletionType) fullName: TinyLife.Actions.DriveAction.OnCompleted(TinyLife.Actions.CompletionType)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/DriveAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted
path: ../TinyLife/Actions/DriveAction.cs
startLine: 126
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

View file

@ -60,6 +60,14 @@ items:
nameWithType: Emote nameWithType: Emote
fullName: TinyLife.Actions.Emote fullName: TinyLife.Actions.Emote
type: Class type: Class
source:
remote:
path: TinyLife/Actions/Emote.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Emote
path: ../TinyLife/Actions/Emote.cs
startLine: 17
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -91,6 +99,14 @@ items:
nameWithType: Emote.Cutlery nameWithType: Emote.Cutlery
fullName: TinyLife.Actions.Emote.Cutlery fullName: TinyLife.Actions.Emote.Cutlery
type: Field type: Field
source:
remote:
path: TinyLife/Actions/Emote.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Cutlery
path: ../TinyLife/Actions/Emote.cs
startLine: 22
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -110,6 +126,14 @@ items:
nameWithType: Emote.Apple nameWithType: Emote.Apple
fullName: TinyLife.Actions.Emote.Apple fullName: TinyLife.Actions.Emote.Apple
type: Field type: Field
source:
remote:
path: TinyLife/Actions/Emote.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Apple
path: ../TinyLife/Actions/Emote.cs
startLine: 23
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -129,6 +153,14 @@ items:
nameWithType: Emote.Burger nameWithType: Emote.Burger
fullName: TinyLife.Actions.Emote.Burger fullName: TinyLife.Actions.Emote.Burger
type: Field type: Field
source:
remote:
path: TinyLife/Actions/Emote.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Burger
path: ../TinyLife/Actions/Emote.cs
startLine: 24
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -148,6 +180,14 @@ items:
nameWithType: Emote.Lollipop nameWithType: Emote.Lollipop
fullName: TinyLife.Actions.Emote.Lollipop fullName: TinyLife.Actions.Emote.Lollipop
type: Field type: Field
source:
remote:
path: TinyLife/Actions/Emote.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Lollipop
path: ../TinyLife/Actions/Emote.cs
startLine: 25
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -167,6 +207,14 @@ items:
nameWithType: Emote.Skateboard nameWithType: Emote.Skateboard
fullName: TinyLife.Actions.Emote.Skateboard fullName: TinyLife.Actions.Emote.Skateboard
type: Field type: Field
source:
remote:
path: TinyLife/Actions/Emote.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Skateboard
path: ../TinyLife/Actions/Emote.cs
startLine: 26
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -186,6 +234,14 @@ items:
nameWithType: Emote.Medal nameWithType: Emote.Medal
fullName: TinyLife.Actions.Emote.Medal fullName: TinyLife.Actions.Emote.Medal
type: Field type: Field
source:
remote:
path: TinyLife/Actions/Emote.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Medal
path: ../TinyLife/Actions/Emote.cs
startLine: 27
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -205,6 +261,14 @@ items:
nameWithType: Emote.Controller nameWithType: Emote.Controller
fullName: TinyLife.Actions.Emote.Controller fullName: TinyLife.Actions.Emote.Controller
type: Field type: Field
source:
remote:
path: TinyLife/Actions/Emote.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Controller
path: ../TinyLife/Actions/Emote.cs
startLine: 28
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -224,6 +288,14 @@ items:
nameWithType: Emote.MusicNote nameWithType: Emote.MusicNote
fullName: TinyLife.Actions.Emote.MusicNote fullName: TinyLife.Actions.Emote.MusicNote
type: Field type: Field
source:
remote:
path: TinyLife/Actions/Emote.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MusicNote
path: ../TinyLife/Actions/Emote.cs
startLine: 29
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -243,6 +315,14 @@ items:
nameWithType: Emote.Clock nameWithType: Emote.Clock
fullName: TinyLife.Actions.Emote.Clock fullName: TinyLife.Actions.Emote.Clock
type: Field type: Field
source:
remote:
path: TinyLife/Actions/Emote.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Clock
path: ../TinyLife/Actions/Emote.cs
startLine: 30
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -262,6 +342,14 @@ items:
nameWithType: Emote.House nameWithType: Emote.House
fullName: TinyLife.Actions.Emote.House fullName: TinyLife.Actions.Emote.House
type: Field type: Field
source:
remote:
path: TinyLife/Actions/Emote.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: House
path: ../TinyLife/Actions/Emote.cs
startLine: 31
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -281,6 +369,14 @@ items:
nameWithType: Emote.Path nameWithType: Emote.Path
fullName: TinyLife.Actions.Emote.Path fullName: TinyLife.Actions.Emote.Path
type: Field type: Field
source:
remote:
path: TinyLife/Actions/Emote.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Path
path: ../TinyLife/Actions/Emote.cs
startLine: 32
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -300,6 +396,14 @@ items:
nameWithType: Emote.X nameWithType: Emote.X
fullName: TinyLife.Actions.Emote.X fullName: TinyLife.Actions.Emote.X
type: Field type: Field
source:
remote:
path: TinyLife/Actions/Emote.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: X
path: ../TinyLife/Actions/Emote.cs
startLine: 33
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -319,6 +423,14 @@ items:
nameWithType: Emote.Heart nameWithType: Emote.Heart
fullName: TinyLife.Actions.Emote.Heart fullName: TinyLife.Actions.Emote.Heart
type: Field type: Field
source:
remote:
path: TinyLife/Actions/Emote.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Heart
path: ../TinyLife/Actions/Emote.cs
startLine: 34
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -338,6 +450,14 @@ items:
nameWithType: Emote.Smile nameWithType: Emote.Smile
fullName: TinyLife.Actions.Emote.Smile fullName: TinyLife.Actions.Emote.Smile
type: Field type: Field
source:
remote:
path: TinyLife/Actions/Emote.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Smile
path: ../TinyLife/Actions/Emote.cs
startLine: 35
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -357,6 +477,14 @@ items:
nameWithType: Emote.Sleep nameWithType: Emote.Sleep
fullName: TinyLife.Actions.Emote.Sleep fullName: TinyLife.Actions.Emote.Sleep
type: Field type: Field
source:
remote:
path: TinyLife/Actions/Emote.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Sleep
path: ../TinyLife/Actions/Emote.cs
startLine: 36
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -376,6 +504,14 @@ items:
nameWithType: Emote.OhNo nameWithType: Emote.OhNo
fullName: TinyLife.Actions.Emote.OhNo fullName: TinyLife.Actions.Emote.OhNo
type: Field type: Field
source:
remote:
path: TinyLife/Actions/Emote.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OhNo
path: ../TinyLife/Actions/Emote.cs
startLine: 37
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -395,6 +531,14 @@ items:
nameWithType: Emote.Happy nameWithType: Emote.Happy
fullName: TinyLife.Actions.Emote.Happy fullName: TinyLife.Actions.Emote.Happy
type: Field type: Field
source:
remote:
path: TinyLife/Actions/Emote.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Happy
path: ../TinyLife/Actions/Emote.cs
startLine: 38
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -414,6 +558,14 @@ items:
nameWithType: Emote.Handcuffs nameWithType: Emote.Handcuffs
fullName: TinyLife.Actions.Emote.Handcuffs fullName: TinyLife.Actions.Emote.Handcuffs
type: Field type: Field
source:
remote:
path: TinyLife/Actions/Emote.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Handcuffs
path: ../TinyLife/Actions/Emote.cs
startLine: 39
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -433,6 +585,14 @@ items:
nameWithType: Emote.BrokenHeart nameWithType: Emote.BrokenHeart
fullName: TinyLife.Actions.Emote.BrokenHeart fullName: TinyLife.Actions.Emote.BrokenHeart
type: Field type: Field
source:
remote:
path: TinyLife/Actions/Emote.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BrokenHeart
path: ../TinyLife/Actions/Emote.cs
startLine: 40
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -452,6 +612,14 @@ items:
nameWithType: Emote.Bowling nameWithType: Emote.Bowling
fullName: TinyLife.Actions.Emote.Bowling fullName: TinyLife.Actions.Emote.Bowling
type: Field type: Field
source:
remote:
path: TinyLife/Actions/Emote.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Bowling
path: ../TinyLife/Actions/Emote.cs
startLine: 41
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -471,6 +639,14 @@ items:
nameWithType: Emote.EightBall nameWithType: Emote.EightBall
fullName: TinyLife.Actions.Emote.EightBall fullName: TinyLife.Actions.Emote.EightBall
type: Field type: Field
source:
remote:
path: TinyLife/Actions/Emote.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EightBall
path: ../TinyLife/Actions/Emote.cs
startLine: 42
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -490,6 +666,14 @@ items:
nameWithType: Emote.Dice nameWithType: Emote.Dice
fullName: TinyLife.Actions.Emote.Dice fullName: TinyLife.Actions.Emote.Dice
type: Field type: Field
source:
remote:
path: TinyLife/Actions/Emote.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Dice
path: ../TinyLife/Actions/Emote.cs
startLine: 43
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -509,6 +693,14 @@ items:
nameWithType: Emote.MovieClapper nameWithType: Emote.MovieClapper
fullName: TinyLife.Actions.Emote.MovieClapper fullName: TinyLife.Actions.Emote.MovieClapper
type: Field type: Field
source:
remote:
path: TinyLife/Actions/Emote.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MovieClapper
path: ../TinyLife/Actions/Emote.cs
startLine: 44
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -528,6 +720,14 @@ items:
nameWithType: Emote.Gift nameWithType: Emote.Gift
fullName: TinyLife.Actions.Emote.Gift fullName: TinyLife.Actions.Emote.Gift
type: Field type: Field
source:
remote:
path: TinyLife/Actions/Emote.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Gift
path: ../TinyLife/Actions/Emote.cs
startLine: 45
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -547,6 +747,14 @@ items:
nameWithType: Emote.Pushpin nameWithType: Emote.Pushpin
fullName: TinyLife.Actions.Emote.Pushpin fullName: TinyLife.Actions.Emote.Pushpin
type: Field type: Field
source:
remote:
path: TinyLife/Actions/Emote.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Pushpin
path: ../TinyLife/Actions/Emote.cs
startLine: 46
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -566,6 +774,14 @@ items:
nameWithType: Emote.Cake nameWithType: Emote.Cake
fullName: TinyLife.Actions.Emote.Cake fullName: TinyLife.Actions.Emote.Cake
type: Field type: Field
source:
remote:
path: TinyLife/Actions/Emote.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Cake
path: ../TinyLife/Actions/Emote.cs
startLine: 47
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -585,6 +801,14 @@ items:
nameWithType: Emote.Trophy nameWithType: Emote.Trophy
fullName: TinyLife.Actions.Emote.Trophy fullName: TinyLife.Actions.Emote.Trophy
type: Field type: Field
source:
remote:
path: TinyLife/Actions/Emote.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Trophy
path: ../TinyLife/Actions/Emote.cs
startLine: 48
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -604,6 +828,14 @@ items:
nameWithType: Emote.EmptyBattery nameWithType: Emote.EmptyBattery
fullName: TinyLife.Actions.Emote.EmptyBattery fullName: TinyLife.Actions.Emote.EmptyBattery
type: Field type: Field
source:
remote:
path: TinyLife/Actions/Emote.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EmptyBattery
path: ../TinyLife/Actions/Emote.cs
startLine: 49
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -623,6 +855,14 @@ items:
nameWithType: Emote.Painting nameWithType: Emote.Painting
fullName: TinyLife.Actions.Emote.Painting fullName: TinyLife.Actions.Emote.Painting
type: Field type: Field
source:
remote:
path: TinyLife/Actions/Emote.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Painting
path: ../TinyLife/Actions/Emote.cs
startLine: 50
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -642,6 +882,14 @@ items:
nameWithType: Emote.Cat nameWithType: Emote.Cat
fullName: TinyLife.Actions.Emote.Cat fullName: TinyLife.Actions.Emote.Cat
type: Field type: Field
source:
remote:
path: TinyLife/Actions/Emote.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Cat
path: ../TinyLife/Actions/Emote.cs
startLine: 51
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -661,6 +909,14 @@ items:
nameWithType: Emote.FullBattery nameWithType: Emote.FullBattery
fullName: TinyLife.Actions.Emote.FullBattery fullName: TinyLife.Actions.Emote.FullBattery
type: Field type: Field
source:
remote:
path: TinyLife/Actions/Emote.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FullBattery
path: ../TinyLife/Actions/Emote.cs
startLine: 52
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -680,6 +936,14 @@ items:
nameWithType: Emote.Party nameWithType: Emote.Party
fullName: TinyLife.Actions.Emote.Party fullName: TinyLife.Actions.Emote.Party
type: Field type: Field
source:
remote:
path: TinyLife/Actions/Emote.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Party
path: ../TinyLife/Actions/Emote.cs
startLine: 53
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -699,6 +963,14 @@ items:
nameWithType: Emote.NoBrain nameWithType: Emote.NoBrain
fullName: TinyLife.Actions.Emote.NoBrain fullName: TinyLife.Actions.Emote.NoBrain
type: Field type: Field
source:
remote:
path: TinyLife/Actions/Emote.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NoBrain
path: ../TinyLife/Actions/Emote.cs
startLine: 54
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -718,6 +990,14 @@ items:
nameWithType: Emote.Angry nameWithType: Emote.Angry
fullName: TinyLife.Actions.Emote.Angry fullName: TinyLife.Actions.Emote.Angry
type: Field type: Field
source:
remote:
path: TinyLife/Actions/Emote.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Angry
path: ../TinyLife/Actions/Emote.cs
startLine: 55
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -737,6 +1017,14 @@ items:
nameWithType: Emote.Relaxed nameWithType: Emote.Relaxed
fullName: TinyLife.Actions.Emote.Relaxed fullName: TinyLife.Actions.Emote.Relaxed
type: Field type: Field
source:
remote:
path: TinyLife/Actions/Emote.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Relaxed
path: ../TinyLife/Actions/Emote.cs
startLine: 56
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -756,6 +1044,14 @@ items:
nameWithType: Emote.FireExtinguisher nameWithType: Emote.FireExtinguisher
fullName: TinyLife.Actions.Emote.FireExtinguisher fullName: TinyLife.Actions.Emote.FireExtinguisher
type: Field type: Field
source:
remote:
path: TinyLife/Actions/Emote.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FireExtinguisher
path: ../TinyLife/Actions/Emote.cs
startLine: 57
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -775,6 +1071,14 @@ items:
nameWithType: Emote.Stonks nameWithType: Emote.Stonks
fullName: TinyLife.Actions.Emote.Stonks fullName: TinyLife.Actions.Emote.Stonks
type: Field type: Field
source:
remote:
path: TinyLife/Actions/Emote.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Stonks
path: ../TinyLife/Actions/Emote.cs
startLine: 58
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -794,6 +1098,14 @@ items:
nameWithType: Emote.Coffee nameWithType: Emote.Coffee
fullName: TinyLife.Actions.Emote.Coffee fullName: TinyLife.Actions.Emote.Coffee
type: Field type: Field
source:
remote:
path: TinyLife/Actions/Emote.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Coffee
path: ../TinyLife/Actions/Emote.cs
startLine: 59
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -813,6 +1125,14 @@ items:
nameWithType: Emote.Workout nameWithType: Emote.Workout
fullName: TinyLife.Actions.Emote.Workout fullName: TinyLife.Actions.Emote.Workout
type: Field type: Field
source:
remote:
path: TinyLife/Actions/Emote.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Workout
path: ../TinyLife/Actions/Emote.cs
startLine: 60
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -832,6 +1152,14 @@ items:
nameWithType: Emote.Tick nameWithType: Emote.Tick
fullName: TinyLife.Actions.Emote.Tick fullName: TinyLife.Actions.Emote.Tick
type: Field type: Field
source:
remote:
path: TinyLife/Actions/Emote.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Tick
path: ../TinyLife/Actions/Emote.cs
startLine: 61
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -851,6 +1179,14 @@ items:
nameWithType: Emote.Bug nameWithType: Emote.Bug
fullName: TinyLife.Actions.Emote.Bug fullName: TinyLife.Actions.Emote.Bug
type: Field type: Field
source:
remote:
path: TinyLife/Actions/Emote.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Bug
path: ../TinyLife/Actions/Emote.cs
startLine: 62
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -870,6 +1206,14 @@ items:
nameWithType: Emote.Money nameWithType: Emote.Money
fullName: TinyLife.Actions.Emote.Money fullName: TinyLife.Actions.Emote.Money
type: Field type: Field
source:
remote:
path: TinyLife/Actions/Emote.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Money
path: ../TinyLife/Actions/Emote.cs
startLine: 63
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -889,6 +1233,14 @@ items:
nameWithType: Emote.LightBulb nameWithType: Emote.LightBulb
fullName: TinyLife.Actions.Emote.LightBulb fullName: TinyLife.Actions.Emote.LightBulb
type: Field type: Field
source:
remote:
path: TinyLife/Actions/Emote.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LightBulb
path: ../TinyLife/Actions/Emote.cs
startLine: 64
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -908,6 +1260,14 @@ items:
nameWithType: Emote.Texture nameWithType: Emote.Texture
fullName: TinyLife.Actions.Emote.Texture fullName: TinyLife.Actions.Emote.Texture
type: Field type: Field
source:
remote:
path: TinyLife/Actions/Emote.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Texture
path: ../TinyLife/Actions/Emote.cs
startLine: 70
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -929,6 +1289,14 @@ items:
nameWithType: Emote.Categories nameWithType: Emote.Categories
fullName: TinyLife.Actions.Emote.Categories fullName: TinyLife.Actions.Emote.Categories
type: Field type: Field
source:
remote:
path: TinyLife/Actions/Emote.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Categories
path: ../TinyLife/Actions/Emote.cs
startLine: 74
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -950,6 +1318,14 @@ items:
nameWithType: Emote.Draw(Map, Vector2, float, SpriteBatch, Vector2, bool, ParentInfo) nameWithType: Emote.Draw(Map, Vector2, float, SpriteBatch, Vector2, bool, ParentInfo)
fullName: TinyLife.Actions.Emote.Draw(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, float, Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.Vector2, bool, TinyLife.Objects.ParentInfo) fullName: TinyLife.Actions.Emote.Draw(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, float, Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.Vector2, bool, TinyLife.Objects.ParentInfo)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/Emote.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Draw
path: ../TinyLife/Actions/Emote.cs
startLine: 91
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -995,6 +1371,14 @@ items:
nameWithType: Emote.GetEmotes(EmoteCategory) nameWithType: Emote.GetEmotes(EmoteCategory)
fullName: TinyLife.Actions.Emote.GetEmotes(TinyLife.Actions.EmoteCategory) fullName: TinyLife.Actions.Emote.GetEmotes(TinyLife.Actions.EmoteCategory)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/Emote.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetEmotes
path: ../TinyLife/Actions/Emote.cs
startLine: 102
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -1022,6 +1406,14 @@ items:
nameWithType: Emote.Register(TextureRegion, EmoteCategory) nameWithType: Emote.Register(TextureRegion, EmoteCategory)
fullName: TinyLife.Actions.Emote.Register(MLEM.Textures.TextureRegion, TinyLife.Actions.EmoteCategory) fullName: TinyLife.Actions.Emote.Register(MLEM.Textures.TextureRegion, TinyLife.Actions.EmoteCategory)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/Emote.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Register
path: ../TinyLife/Actions/Emote.cs
startLine: 111
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

View file

@ -20,6 +20,14 @@ items:
nameWithType: EmoteCategory nameWithType: EmoteCategory
fullName: TinyLife.Actions.EmoteCategory fullName: TinyLife.Actions.EmoteCategory
type: Enum type: Enum
source:
remote:
path: TinyLife/Actions/Emote.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EmoteCategory
path: ../TinyLife/Actions/Emote.cs
startLine: 176
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -51,6 +59,14 @@ items:
nameWithType: EmoteCategory.General nameWithType: EmoteCategory.General
fullName: TinyLife.Actions.EmoteCategory.General fullName: TinyLife.Actions.EmoteCategory.General
type: Field type: Field
source:
remote:
path: TinyLife/Actions/Emote.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: General
path: ../TinyLife/Actions/Emote.cs
startLine: 180
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -69,6 +85,14 @@ items:
nameWithType: EmoteCategory.Travel nameWithType: EmoteCategory.Travel
fullName: TinyLife.Actions.EmoteCategory.Travel fullName: TinyLife.Actions.EmoteCategory.Travel
type: Field type: Field
source:
remote:
path: TinyLife/Actions/Emote.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Travel
path: ../TinyLife/Actions/Emote.cs
startLine: 181
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -87,6 +111,14 @@ items:
nameWithType: EmoteCategory.Negative nameWithType: EmoteCategory.Negative
fullName: TinyLife.Actions.EmoteCategory.Negative fullName: TinyLife.Actions.EmoteCategory.Negative
type: Field type: Field
source:
remote:
path: TinyLife/Actions/Emote.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Negative
path: ../TinyLife/Actions/Emote.cs
startLine: 182
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -105,6 +137,14 @@ items:
nameWithType: EmoteCategory.Flirty nameWithType: EmoteCategory.Flirty
fullName: TinyLife.Actions.EmoteCategory.Flirty fullName: TinyLife.Actions.EmoteCategory.Flirty
type: Field type: Field
source:
remote:
path: TinyLife/Actions/Emote.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Flirty
path: ../TinyLife/Actions/Emote.cs
startLine: 183
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -123,6 +163,14 @@ items:
nameWithType: EmoteCategory.Unable nameWithType: EmoteCategory.Unable
fullName: TinyLife.Actions.EmoteCategory.Unable fullName: TinyLife.Actions.EmoteCategory.Unable
type: Field type: Field
source:
remote:
path: TinyLife/Actions/Emote.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Unable
path: ../TinyLife/Actions/Emote.cs
startLine: 184
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -141,6 +189,14 @@ items:
nameWithType: EmoteCategory.Food nameWithType: EmoteCategory.Food
fullName: TinyLife.Actions.EmoteCategory.Food fullName: TinyLife.Actions.EmoteCategory.Food
type: Field type: Field
source:
remote:
path: TinyLife/Actions/Emote.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Food
path: ../TinyLife/Actions/Emote.cs
startLine: 185
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -159,6 +215,14 @@ items:
nameWithType: EmoteCategory.Object nameWithType: EmoteCategory.Object
fullName: TinyLife.Actions.EmoteCategory.Object fullName: TinyLife.Actions.EmoteCategory.Object
type: Field type: Field
source:
remote:
path: TinyLife/Actions/Emote.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Object
path: ../TinyLife/Actions/Emote.cs
startLine: 186
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -177,6 +241,14 @@ items:
nameWithType: EmoteCategory.Emotion nameWithType: EmoteCategory.Emotion
fullName: TinyLife.Actions.EmoteCategory.Emotion fullName: TinyLife.Actions.EmoteCategory.Emotion
type: Field type: Field
source:
remote:
path: TinyLife/Actions/Emote.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Emotion
path: ../TinyLife/Actions/Emote.cs
startLine: 187
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

View file

@ -18,6 +18,14 @@ items:
nameWithType: EmoteChoices nameWithType: EmoteChoices
fullName: TinyLife.Actions.EmoteChoices fullName: TinyLife.Actions.EmoteChoices
type: Struct type: Struct
source:
remote:
path: TinyLife/Actions/Emote.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EmoteChoices
path: ../TinyLife/Actions/Emote.cs
startLine: 122
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -48,6 +56,14 @@ items:
nameWithType: EmoteChoices.EmoteChoices(EmoteCategory) nameWithType: EmoteChoices.EmoteChoices(EmoteCategory)
fullName: TinyLife.Actions.EmoteChoices.EmoteChoices(TinyLife.Actions.EmoteCategory) fullName: TinyLife.Actions.EmoteChoices.EmoteChoices(TinyLife.Actions.EmoteCategory)
type: Constructor type: Constructor
source:
remote:
path: TinyLife/Actions/Emote.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/Emote.cs
startLine: 130
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -74,6 +90,14 @@ items:
nameWithType: EmoteChoices.EmoteChoices(params Emote[]) nameWithType: EmoteChoices.EmoteChoices(params Emote[])
fullName: TinyLife.Actions.EmoteChoices.EmoteChoices(params TinyLife.Actions.Emote[]) fullName: TinyLife.Actions.EmoteChoices.EmoteChoices(params TinyLife.Actions.Emote[])
type: Constructor type: Constructor
source:
remote:
path: TinyLife/Actions/Emote.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/Emote.cs
startLine: 137
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -100,6 +124,14 @@ items:
nameWithType: EmoteChoices.GetEmote(Random) nameWithType: EmoteChoices.GetEmote(Random)
fullName: TinyLife.Actions.EmoteChoices.GetEmote(System.Random) fullName: TinyLife.Actions.EmoteChoices.GetEmote(System.Random)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/Emote.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetEmote
path: ../TinyLife/Actions/Emote.cs
startLine: 146
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -127,6 +159,14 @@ items:
nameWithType: EmoteChoices.implicit operator EmoteChoices(EmoteCategory) nameWithType: EmoteChoices.implicit operator EmoteChoices(EmoteCategory)
fullName: TinyLife.Actions.EmoteChoices.implicit operator TinyLife.Actions.EmoteChoices(TinyLife.Actions.EmoteCategory) fullName: TinyLife.Actions.EmoteChoices.implicit operator TinyLife.Actions.EmoteChoices(TinyLife.Actions.EmoteCategory)
type: Operator type: Operator
source:
remote:
path: TinyLife/Actions/Emote.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: op_Implicit
path: ../TinyLife/Actions/Emote.cs
startLine: 153
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -155,6 +195,14 @@ items:
nameWithType: EmoteChoices.implicit operator EmoteChoices(Emote[]) nameWithType: EmoteChoices.implicit operator EmoteChoices(Emote[])
fullName: TinyLife.Actions.EmoteChoices.implicit operator TinyLife.Actions.EmoteChoices(TinyLife.Actions.Emote[]) fullName: TinyLife.Actions.EmoteChoices.implicit operator TinyLife.Actions.EmoteChoices(TinyLife.Actions.Emote[])
type: Operator type: Operator
source:
remote:
path: TinyLife/Actions/Emote.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: op_Implicit
path: ../TinyLife/Actions/Emote.cs
startLine: 160
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -183,6 +231,14 @@ items:
nameWithType: EmoteChoices.implicit operator EmoteChoices(Emote) nameWithType: EmoteChoices.implicit operator EmoteChoices(Emote)
fullName: TinyLife.Actions.EmoteChoices.implicit operator TinyLife.Actions.EmoteChoices(TinyLife.Actions.Emote) fullName: TinyLife.Actions.EmoteChoices.implicit operator TinyLife.Actions.EmoteChoices(TinyLife.Actions.Emote)
type: Operator type: Operator
source:
remote:
path: TinyLife/Actions/Emote.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: op_Implicit
path: ../TinyLife/Actions/Emote.cs
startLine: 167
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

View file

@ -19,6 +19,14 @@ items:
nameWithType: GoHereAction nameWithType: GoHereAction
fullName: TinyLife.Actions.GoHereAction fullName: TinyLife.Actions.GoHereAction
type: Class type: Class
source:
remote:
path: TinyLife/Actions/GoHereAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GoHereAction
path: ../TinyLife/Actions/GoHereAction.cs
startLine: 13
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -133,6 +141,14 @@ items:
nameWithType: GoHereAction.WalkSpeedMultiplier nameWithType: GoHereAction.WalkSpeedMultiplier
fullName: TinyLife.Actions.GoHereAction.WalkSpeedMultiplier fullName: TinyLife.Actions.GoHereAction.WalkSpeedMultiplier
type: Field type: Field
source:
remote:
path: TinyLife/Actions/GoHereAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WalkSpeedMultiplier
path: ../TinyLife/Actions/GoHereAction.cs
startLine: 20
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -167,6 +183,14 @@ items:
nameWithType: GoHereAction.DriveSpeedMultiplier nameWithType: GoHereAction.DriveSpeedMultiplier
fullName: TinyLife.Actions.GoHereAction.DriveSpeedMultiplier fullName: TinyLife.Actions.GoHereAction.DriveSpeedMultiplier
type: Field type: Field
source:
remote:
path: TinyLife/Actions/GoHereAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DriveSpeedMultiplier
path: ../TinyLife/Actions/GoHereAction.cs
startLine: 26
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -201,6 +225,14 @@ items:
nameWithType: GoHereAction.GoHereAction(ActionType, ActionInfo) nameWithType: GoHereAction.GoHereAction(ActionType, ActionInfo)
fullName: TinyLife.Actions.GoHereAction.GoHereAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo) fullName: TinyLife.Actions.GoHereAction.GoHereAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo)
type: Constructor type: Constructor
source:
remote:
path: TinyLife/Actions/GoHereAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/GoHereAction.cs
startLine: 29
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -231,6 +263,14 @@ items:
nameWithType: GoHereAction.CreateFirstActions() nameWithType: GoHereAction.CreateFirstActions()
fullName: TinyLife.Actions.GoHereAction.CreateFirstActions() fullName: TinyLife.Actions.GoHereAction.CreateFirstActions()
type: Method type: Method
source:
remote:
path: TinyLife/Actions/GoHereAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFirstActions
path: ../TinyLife/Actions/GoHereAction.cs
startLine: 32
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -262,6 +302,14 @@ items:
nameWithType: GoHereAction.AndThenIsCompleted() nameWithType: GoHereAction.AndThenIsCompleted()
fullName: TinyLife.Actions.GoHereAction.AndThenIsCompleted() fullName: TinyLife.Actions.GoHereAction.AndThenIsCompleted()
type: Method type: Method
source:
remote:
path: TinyLife/Actions/GoHereAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenIsCompleted
path: ../TinyLife/Actions/GoHereAction.cs
startLine: 88
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -289,6 +337,14 @@ items:
nameWithType: GoHereAction.AndThenOnCompleted(CompletionType) nameWithType: GoHereAction.AndThenOnCompleted(CompletionType)
fullName: TinyLife.Actions.GoHereAction.AndThenOnCompleted(TinyLife.Actions.CompletionType) fullName: TinyLife.Actions.GoHereAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/GoHereAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenOnCompleted
path: ../TinyLife/Actions/GoHereAction.cs
startLine: 93
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -317,6 +373,14 @@ items:
nameWithType: GoHereAction.CanCancel(Action) nameWithType: GoHereAction.CanCancel(Action)
fullName: TinyLife.Actions.GoHereAction.CanCancel(TinyLife.Actions.Action) fullName: TinyLife.Actions.GoHereAction.CanCancel(TinyLife.Actions.Action)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/GoHereAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanCancel
path: ../TinyLife/Actions/GoHereAction.cs
startLine: 102
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

View file

@ -21,6 +21,14 @@ items:
nameWithType: MultiActionHandler nameWithType: MultiActionHandler
fullName: TinyLife.Actions.Handlers.MultiActionHandler fullName: TinyLife.Actions.Handlers.MultiActionHandler
type: Class type: Class
source:
remote:
path: TinyLife/Actions/Handlers/MultiActionHandler.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MultiActionHandler
path: ../TinyLife/Actions/Handlers/MultiActionHandler.cs
startLine: 14
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Handlers namespace: TinyLife.Actions.Handlers
@ -65,6 +73,14 @@ items:
nameWithType: MultiActionHandler.OnInitialize nameWithType: MultiActionHandler.OnInitialize
fullName: TinyLife.Actions.Handlers.MultiActionHandler.OnInitialize fullName: TinyLife.Actions.Handlers.MultiActionHandler.OnInitialize
type: Event type: Event
source:
remote:
path: TinyLife/Actions/Handlers/MultiActionHandler.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnInitialize
path: ../TinyLife/Actions/Handlers/MultiActionHandler.cs
startLine: 21
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Handlers namespace: TinyLife.Actions.Handlers
@ -89,6 +105,14 @@ items:
nameWithType: MultiActionHandler.Actions nameWithType: MultiActionHandler.Actions
fullName: TinyLife.Actions.Handlers.MultiActionHandler.Actions fullName: TinyLife.Actions.Handlers.MultiActionHandler.Actions
type: Property type: Property
source:
remote:
path: TinyLife/Actions/Handlers/MultiActionHandler.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Actions
path: ../TinyLife/Actions/Handlers/MultiActionHandler.cs
startLine: 29
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Handlers namespace: TinyLife.Actions.Handlers
@ -129,6 +153,14 @@ items:
nameWithType: MultiActionHandler.Current nameWithType: MultiActionHandler.Current
fullName: TinyLife.Actions.Handlers.MultiActionHandler.Current fullName: TinyLife.Actions.Handlers.MultiActionHandler.Current
type: Property type: Property
source:
remote:
path: TinyLife/Actions/Handlers/MultiActionHandler.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Current
path: ../TinyLife/Actions/Handlers/MultiActionHandler.cs
startLine: 34
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Handlers namespace: TinyLife.Actions.Handlers
@ -152,6 +184,14 @@ items:
nameWithType: MultiActionHandler.MultiActionHandler(Action) nameWithType: MultiActionHandler.MultiActionHandler(Action)
fullName: TinyLife.Actions.Handlers.MultiActionHandler.MultiActionHandler(TinyLife.Actions.Action) fullName: TinyLife.Actions.Handlers.MultiActionHandler.MultiActionHandler(TinyLife.Actions.Action)
type: Constructor type: Constructor
source:
remote:
path: TinyLife/Actions/Handlers/MultiActionHandler.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/Handlers/MultiActionHandler.cs
startLine: 42
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Handlers namespace: TinyLife.Actions.Handlers
@ -179,6 +219,14 @@ items:
nameWithType: MultiActionHandler.Initialize(ICollection<Action>) nameWithType: MultiActionHandler.Initialize(ICollection<Action>)
fullName: TinyLife.Actions.Handlers.MultiActionHandler.Initialize(System.Collections.Generic.ICollection<TinyLife.Actions.Action>) fullName: TinyLife.Actions.Handlers.MultiActionHandler.Initialize(System.Collections.Generic.ICollection<TinyLife.Actions.Action>)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/Handlers/MultiActionHandler.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Initialize
path: ../TinyLife/Actions/Handlers/MultiActionHandler.cs
startLine: 53
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Handlers namespace: TinyLife.Actions.Handlers
@ -214,6 +262,14 @@ items:
nameWithType: MultiActionHandler.Update(GameTime, TimeSpan, float) nameWithType: MultiActionHandler.Update(GameTime, TimeSpan, float)
fullName: TinyLife.Actions.Handlers.MultiActionHandler.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) fullName: TinyLife.Actions.Handlers.MultiActionHandler.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/Handlers/MultiActionHandler.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: ../TinyLife/Actions/Handlers/MultiActionHandler.cs
startLine: 86
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Handlers namespace: TinyLife.Actions.Handlers
@ -253,6 +309,14 @@ items:
nameWithType: MultiActionHandler.Validate(Action, PersonLike) nameWithType: MultiActionHandler.Validate(Action, PersonLike)
fullName: TinyLife.Actions.Handlers.MultiActionHandler.Validate(TinyLife.Actions.Action, TinyLife.Objects.PersonLike) fullName: TinyLife.Actions.Handlers.MultiActionHandler.Validate(TinyLife.Actions.Action, TinyLife.Objects.PersonLike)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/Handlers/MultiActionHandler.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: ../TinyLife/Actions/Handlers/MultiActionHandler.cs
startLine: 102
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Handlers namespace: TinyLife.Actions.Handlers
@ -286,6 +350,14 @@ items:
nameWithType: MultiActionHandler.IsCompleted() nameWithType: MultiActionHandler.IsCompleted()
fullName: TinyLife.Actions.Handlers.MultiActionHandler.IsCompleted() fullName: TinyLife.Actions.Handlers.MultiActionHandler.IsCompleted()
type: Method type: Method
source:
remote:
path: TinyLife/Actions/Handlers/MultiActionHandler.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsCompleted
path: ../TinyLife/Actions/Handlers/MultiActionHandler.cs
startLine: 124
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Handlers namespace: TinyLife.Actions.Handlers
@ -314,6 +386,14 @@ items:
nameWithType: MultiActionHandler.OnCompleted(CompletionType) nameWithType: MultiActionHandler.OnCompleted(CompletionType)
fullName: TinyLife.Actions.Handlers.MultiActionHandler.OnCompleted(TinyLife.Actions.CompletionType) fullName: TinyLife.Actions.Handlers.MultiActionHandler.OnCompleted(TinyLife.Actions.CompletionType)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/Handlers/MultiActionHandler.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted
path: ../TinyLife/Actions/Handlers/MultiActionHandler.cs
startLine: 139
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Handlers namespace: TinyLife.Actions.Handlers

View file

@ -20,6 +20,14 @@ items:
nameWithType: UnderlyingActionHandler nameWithType: UnderlyingActionHandler
fullName: TinyLife.Actions.Handlers.UnderlyingActionHandler fullName: TinyLife.Actions.Handlers.UnderlyingActionHandler
type: Class type: Class
source:
remote:
path: TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UnderlyingActionHandler
path: ../TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
startLine: 13
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Handlers namespace: TinyLife.Actions.Handlers
@ -64,6 +72,14 @@ items:
nameWithType: UnderlyingActionHandler.Action nameWithType: UnderlyingActionHandler.Action
fullName: TinyLife.Actions.Handlers.UnderlyingActionHandler.Action fullName: TinyLife.Actions.Handlers.UnderlyingActionHandler.Action
type: Property type: Property
source:
remote:
path: TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Action
path: ../TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
startLine: 20
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Handlers namespace: TinyLife.Actions.Handlers
@ -100,6 +116,14 @@ items:
nameWithType: UnderlyingActionHandler.UnderlyingActionHandler(Action) nameWithType: UnderlyingActionHandler.UnderlyingActionHandler(Action)
fullName: TinyLife.Actions.Handlers.UnderlyingActionHandler.UnderlyingActionHandler(TinyLife.Actions.Action) fullName: TinyLife.Actions.Handlers.UnderlyingActionHandler.UnderlyingActionHandler(TinyLife.Actions.Action)
type: Constructor type: Constructor
source:
remote:
path: TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
startLine: 30
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Handlers namespace: TinyLife.Actions.Handlers
@ -127,6 +151,14 @@ items:
nameWithType: UnderlyingActionHandler.Initialize<T>(ActionType, ActionInfo, bool) nameWithType: UnderlyingActionHandler.Initialize<T>(ActionType, ActionInfo, bool)
fullName: TinyLife.Actions.Handlers.UnderlyingActionHandler.Initialize<T>(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, bool) fullName: TinyLife.Actions.Handlers.UnderlyingActionHandler.Initialize<T>(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, bool)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Initialize
path: ../TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
startLine: 40
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Handlers namespace: TinyLife.Actions.Handlers
@ -164,6 +196,14 @@ items:
nameWithType: UnderlyingActionHandler.InitializeExact(Action) nameWithType: UnderlyingActionHandler.InitializeExact(Action)
fullName: TinyLife.Actions.Handlers.UnderlyingActionHandler.InitializeExact(TinyLife.Actions.Action) fullName: TinyLife.Actions.Handlers.UnderlyingActionHandler.InitializeExact(TinyLife.Actions.Action)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InitializeExact
path: ../TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
startLine: 53
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Handlers namespace: TinyLife.Actions.Handlers
@ -191,6 +231,14 @@ items:
nameWithType: UnderlyingActionHandler.Update(GameTime, TimeSpan, float) nameWithType: UnderlyingActionHandler.Update(GameTime, TimeSpan, float)
fullName: TinyLife.Actions.Handlers.UnderlyingActionHandler.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) fullName: TinyLife.Actions.Handlers.UnderlyingActionHandler.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: ../TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
startLine: 71
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Handlers namespace: TinyLife.Actions.Handlers
@ -227,6 +275,14 @@ items:
nameWithType: UnderlyingActionHandler.Validate(Action, PersonLike) nameWithType: UnderlyingActionHandler.Validate(Action, PersonLike)
fullName: TinyLife.Actions.Handlers.UnderlyingActionHandler.Validate(TinyLife.Actions.Action, TinyLife.Objects.PersonLike) fullName: TinyLife.Actions.Handlers.UnderlyingActionHandler.Validate(TinyLife.Actions.Action, TinyLife.Objects.PersonLike)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: ../TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
startLine: 87
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Handlers namespace: TinyLife.Actions.Handlers
@ -260,6 +316,14 @@ items:
nameWithType: UnderlyingActionHandler.IsCompleted() nameWithType: UnderlyingActionHandler.IsCompleted()
fullName: TinyLife.Actions.Handlers.UnderlyingActionHandler.IsCompleted() fullName: TinyLife.Actions.Handlers.UnderlyingActionHandler.IsCompleted()
type: Method type: Method
source:
remote:
path: TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsCompleted
path: ../TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
startLine: 105
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Handlers namespace: TinyLife.Actions.Handlers
@ -283,6 +347,14 @@ items:
nameWithType: UnderlyingActionHandler.OnCompleted(CompletionType) nameWithType: UnderlyingActionHandler.OnCompleted(CompletionType)
fullName: TinyLife.Actions.Handlers.UnderlyingActionHandler.OnCompleted(TinyLife.Actions.CompletionType) fullName: TinyLife.Actions.Handlers.UnderlyingActionHandler.OnCompleted(TinyLife.Actions.CompletionType)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted
path: ../TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
startLine: 118
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Handlers namespace: TinyLife.Actions.Handlers

View file

@ -31,6 +31,14 @@ items:
nameWithType: HelpAction nameWithType: HelpAction
fullName: TinyLife.Actions.HelpAction fullName: TinyLife.Actions.HelpAction
type: Class type: Class
source:
remote:
path: TinyLife/Actions/HelpAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HelpAction
path: ../TinyLife/Actions/HelpAction.cs
startLine: 14
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -155,6 +163,14 @@ items:
nameWithType: HelpAction.IsHelper nameWithType: HelpAction.IsHelper
fullName: TinyLife.Actions.HelpAction.IsHelper fullName: TinyLife.Actions.HelpAction.IsHelper
type: Property type: Property
source:
remote:
path: TinyLife/Actions/HelpAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsHelper
path: ../TinyLife/Actions/HelpAction.cs
startLine: 19
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -178,6 +194,14 @@ items:
nameWithType: HelpAction.HelpedAction nameWithType: HelpAction.HelpedAction
fullName: TinyLife.Actions.HelpAction.HelpedAction fullName: TinyLife.Actions.HelpAction.HelpedAction
type: Property type: Property
source:
remote:
path: TinyLife/Actions/HelpAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HelpedAction
path: ../TinyLife/Actions/HelpAction.cs
startLine: 23
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -201,6 +225,14 @@ items:
nameWithType: HelpAction.Helper nameWithType: HelpAction.Helper
fullName: TinyLife.Actions.HelpAction.Helper fullName: TinyLife.Actions.HelpAction.Helper
type: Property type: Property
source:
remote:
path: TinyLife/Actions/HelpAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Helper
path: ../TinyLife/Actions/HelpAction.cs
startLine: 27
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -224,6 +256,14 @@ items:
nameWithType: HelpAction.HelpAction(ActionInfo, bool, PersonLike) nameWithType: HelpAction.HelpAction(ActionInfo, bool, PersonLike)
fullName: TinyLife.Actions.HelpAction.HelpAction(TinyLife.Actions.ActionInfo, bool, TinyLife.Objects.PersonLike) fullName: TinyLife.Actions.HelpAction.HelpAction(TinyLife.Actions.ActionInfo, bool, TinyLife.Objects.PersonLike)
type: Constructor type: Constructor
source:
remote:
path: TinyLife/Actions/HelpAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/HelpAction.cs
startLine: 38
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -253,6 +293,14 @@ items:
nameWithType: HelpAction.HelpAction(ActionType, ActionInfo, bool, PersonLike) nameWithType: HelpAction.HelpAction(ActionType, ActionInfo, bool, PersonLike)
fullName: TinyLife.Actions.HelpAction.HelpAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, bool, TinyLife.Objects.PersonLike) fullName: TinyLife.Actions.HelpAction.HelpAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, bool, TinyLife.Objects.PersonLike)
type: Constructor type: Constructor
source:
remote:
path: TinyLife/Actions/HelpAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/HelpAction.cs
startLine: 46
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -284,6 +332,14 @@ items:
nameWithType: HelpAction.CreateHelpedAction(ActionInfo) nameWithType: HelpAction.CreateHelpedAction(ActionInfo)
fullName: TinyLife.Actions.HelpAction.CreateHelpedAction(TinyLife.Actions.ActionInfo) fullName: TinyLife.Actions.HelpAction.CreateHelpedAction(TinyLife.Actions.ActionInfo)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/HelpAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateHelpedAction
path: ../TinyLife/Actions/HelpAction.cs
startLine: 59
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -314,6 +370,14 @@ items:
nameWithType: HelpAction.UpdateHelpedAction(Action, GameTime, TimeSpan, float) nameWithType: HelpAction.UpdateHelpedAction(Action, GameTime, TimeSpan, float)
fullName: TinyLife.Actions.HelpAction.UpdateHelpedAction(TinyLife.Actions.Action, Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) fullName: TinyLife.Actions.HelpAction.UpdateHelpedAction(TinyLife.Actions.Action, Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/HelpAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UpdateHelpedAction
path: ../TinyLife/Actions/HelpAction.cs
startLine: 68
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -350,6 +414,14 @@ items:
nameWithType: HelpAction.OnHelpedActionCompleted(Action, CompletionType) nameWithType: HelpAction.OnHelpedActionCompleted(Action, CompletionType)
fullName: TinyLife.Actions.HelpAction.OnHelpedActionCompleted(TinyLife.Actions.Action, TinyLife.Actions.CompletionType) fullName: TinyLife.Actions.HelpAction.OnHelpedActionCompleted(TinyLife.Actions.Action, TinyLife.Actions.CompletionType)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/HelpAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnHelpedActionCompleted
path: ../TinyLife/Actions/HelpAction.cs
startLine: 75
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -377,6 +449,14 @@ items:
nameWithType: HelpAction.CanMultitask(Action) nameWithType: HelpAction.CanMultitask(Action)
fullName: TinyLife.Actions.HelpAction.CanMultitask(TinyLife.Actions.Action) fullName: TinyLife.Actions.HelpAction.CanMultitask(TinyLife.Actions.Action)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/HelpAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanMultitask
path: ../TinyLife/Actions/HelpAction.cs
startLine: 78
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -412,6 +492,14 @@ items:
nameWithType: HelpAction.Validate(PersonLike) nameWithType: HelpAction.Validate(PersonLike)
fullName: TinyLife.Actions.HelpAction.Validate(TinyLife.Objects.PersonLike) fullName: TinyLife.Actions.HelpAction.Validate(TinyLife.Objects.PersonLike)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/HelpAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: ../TinyLife/Actions/HelpAction.cs
startLine: 85
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -445,6 +533,14 @@ items:
nameWithType: HelpAction.GetNextAction(CompletionType) nameWithType: HelpAction.GetNextAction(CompletionType)
fullName: TinyLife.Actions.HelpAction.GetNextAction(TinyLife.Actions.CompletionType) fullName: TinyLife.Actions.HelpAction.GetNextAction(TinyLife.Actions.CompletionType)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/HelpAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetNextAction
path: ../TinyLife/Actions/HelpAction.cs
startLine: 90
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -478,6 +574,14 @@ items:
nameWithType: HelpAction.GetProgress() nameWithType: HelpAction.GetProgress()
fullName: TinyLife.Actions.HelpAction.GetProgress() fullName: TinyLife.Actions.HelpAction.GetProgress()
type: Method type: Method
source:
remote:
path: TinyLife/Actions/HelpAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetProgress
path: ../TinyLife/Actions/HelpAction.cs
startLine: 95
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -507,6 +611,14 @@ items:
nameWithType: HelpAction.IsConversationCompleted() nameWithType: HelpAction.IsConversationCompleted()
fullName: TinyLife.Actions.HelpAction.IsConversationCompleted() fullName: TinyLife.Actions.HelpAction.IsConversationCompleted()
type: Method type: Method
source:
remote:
path: TinyLife/Actions/HelpAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsConversationCompleted
path: ../TinyLife/Actions/HelpAction.cs
startLine: 100
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -536,6 +648,14 @@ items:
nameWithType: HelpAction.CreateFirstActions() nameWithType: HelpAction.CreateFirstActions()
fullName: TinyLife.Actions.HelpAction.CreateFirstActions() fullName: TinyLife.Actions.HelpAction.CreateFirstActions()
type: Method type: Method
source:
remote:
path: TinyLife/Actions/HelpAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFirstActions
path: ../TinyLife/Actions/HelpAction.cs
startLine: 106
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -567,6 +687,14 @@ items:
nameWithType: HelpAction.InitializeConversation() nameWithType: HelpAction.InitializeConversation()
fullName: TinyLife.Actions.HelpAction.InitializeConversation() fullName: TinyLife.Actions.HelpAction.InitializeConversation()
type: Method type: Method
source:
remote:
path: TinyLife/Actions/HelpAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InitializeConversation
path: ../TinyLife/Actions/HelpAction.cs
startLine: 126
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -591,6 +719,14 @@ items:
nameWithType: HelpAction.UpdateConversation(GameTime, TimeSpan, float) nameWithType: HelpAction.UpdateConversation(GameTime, TimeSpan, float)
fullName: TinyLife.Actions.HelpAction.UpdateConversation(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) fullName: TinyLife.Actions.HelpAction.UpdateConversation(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/HelpAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UpdateConversation
path: ../TinyLife/Actions/HelpAction.cs
startLine: 134
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -630,6 +766,14 @@ items:
nameWithType: HelpAction.AndThenOnCompleted(CompletionType) nameWithType: HelpAction.AndThenOnCompleted(CompletionType)
fullName: TinyLife.Actions.HelpAction.AndThenOnCompleted(TinyLife.Actions.CompletionType) fullName: TinyLife.Actions.HelpAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/HelpAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenOnCompleted
path: ../TinyLife/Actions/HelpAction.cs
startLine: 158
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -658,6 +802,14 @@ items:
nameWithType: HelpAction.OnChildCompleted(Action, CompletionType, bool) nameWithType: HelpAction.OnChildCompleted(Action, CompletionType, bool)
fullName: TinyLife.Actions.HelpAction.OnChildCompleted(TinyLife.Actions.Action, TinyLife.Actions.CompletionType, bool) fullName: TinyLife.Actions.HelpAction.OnChildCompleted(TinyLife.Actions.Action, TinyLife.Actions.CompletionType, bool)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/HelpAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnChildCompleted
path: ../TinyLife/Actions/HelpAction.cs
startLine: 164
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -697,6 +849,14 @@ items:
nameWithType: HelpAction.CreateActions(string, ObjectCategory, Type, ActionType.CanExecuteDelegate, ActionType.CanExecuteDelegate, ActionType.AiSettings?, ActionType.AiSettings?) nameWithType: HelpAction.CreateActions(string, ObjectCategory, Type, ActionType.CanExecuteDelegate, ActionType.CanExecuteDelegate, ActionType.AiSettings?, ActionType.AiSettings?)
fullName: TinyLife.Actions.HelpAction.CreateActions(string, TinyLife.Objects.ObjectCategory, System.Type, TinyLife.Actions.ActionType.CanExecuteDelegate, TinyLife.Actions.ActionType.CanExecuteDelegate, TinyLife.Actions.ActionType.AiSettings?, TinyLife.Actions.ActionType.AiSettings?) fullName: TinyLife.Actions.HelpAction.CreateActions(string, TinyLife.Objects.ObjectCategory, System.Type, TinyLife.Actions.ActionType.CanExecuteDelegate, TinyLife.Actions.ActionType.CanExecuteDelegate, TinyLife.Actions.ActionType.AiSettings?, TinyLife.Actions.ActionType.AiSettings?)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/HelpAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateActions
path: ../TinyLife/Actions/HelpAction.cs
startLine: 184
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

View file

@ -19,6 +19,14 @@ items:
nameWithType: HoldingPersonAction nameWithType: HoldingPersonAction
fullName: TinyLife.Actions.HoldingPersonAction fullName: TinyLife.Actions.HoldingPersonAction
type: Class type: Class
source:
remote:
path: TinyLife/Actions/HoldingPersonAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HoldingPersonAction
path: ../TinyLife/Actions/HoldingPersonAction.cs
startLine: 12
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -149,6 +157,14 @@ items:
nameWithType: HoldingPersonAction.IsHoldingParty nameWithType: HoldingPersonAction.IsHoldingParty
fullName: TinyLife.Actions.HoldingPersonAction.IsHoldingParty fullName: TinyLife.Actions.HoldingPersonAction.IsHoldingParty
type: Property type: Property
source:
remote:
path: TinyLife/Actions/HoldingPersonAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsHoldingParty
path: ../TinyLife/Actions/HoldingPersonAction.cs
startLine: 17
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -172,6 +188,14 @@ items:
nameWithType: HoldingPersonAction.HoldingPersonAction(ActionInfo) nameWithType: HoldingPersonAction.HoldingPersonAction(ActionInfo)
fullName: TinyLife.Actions.HoldingPersonAction.HoldingPersonAction(TinyLife.Actions.ActionInfo) fullName: TinyLife.Actions.HoldingPersonAction.HoldingPersonAction(TinyLife.Actions.ActionInfo)
type: Constructor type: Constructor
source:
remote:
path: TinyLife/Actions/HoldingPersonAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/HoldingPersonAction.cs
startLine: 23
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -199,6 +223,14 @@ items:
nameWithType: HoldingPersonAction.HoldingPersonAction(ActionType, ActionInfo) nameWithType: HoldingPersonAction.HoldingPersonAction(ActionType, ActionInfo)
fullName: TinyLife.Actions.HoldingPersonAction.HoldingPersonAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo) fullName: TinyLife.Actions.HoldingPersonAction.HoldingPersonAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo)
type: Constructor type: Constructor
source:
remote:
path: TinyLife/Actions/HoldingPersonAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/HoldingPersonAction.cs
startLine: 26
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -229,6 +261,14 @@ items:
nameWithType: HoldingPersonAction.CreateFirstActions() nameWithType: HoldingPersonAction.CreateFirstActions()
fullName: TinyLife.Actions.HoldingPersonAction.CreateFirstActions() fullName: TinyLife.Actions.HoldingPersonAction.CreateFirstActions()
type: Method type: Method
source:
remote:
path: TinyLife/Actions/HoldingPersonAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFirstActions
path: ../TinyLife/Actions/HoldingPersonAction.cs
startLine: 29
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -260,6 +300,14 @@ items:
nameWithType: HoldingPersonAction.CreateLastActions() nameWithType: HoldingPersonAction.CreateLastActions()
fullName: TinyLife.Actions.HoldingPersonAction.CreateLastActions() fullName: TinyLife.Actions.HoldingPersonAction.CreateLastActions()
type: Method type: Method
source:
remote:
path: TinyLife/Actions/HoldingPersonAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateLastActions
path: ../TinyLife/Actions/HoldingPersonAction.cs
startLine: 42
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -291,6 +339,14 @@ items:
nameWithType: HoldingPersonAction.CanCancel(Action) nameWithType: HoldingPersonAction.CanCancel(Action)
fullName: TinyLife.Actions.HoldingPersonAction.CanCancel(TinyLife.Actions.Action) fullName: TinyLife.Actions.HoldingPersonAction.CanCancel(TinyLife.Actions.Action)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/HoldingPersonAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanCancel
path: ../TinyLife/Actions/HoldingPersonAction.cs
startLine: 51
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -324,6 +380,14 @@ items:
nameWithType: HoldingPersonAction.CanMultitask(Action) nameWithType: HoldingPersonAction.CanMultitask(Action)
fullName: TinyLife.Actions.HoldingPersonAction.CanMultitask(TinyLife.Actions.Action) fullName: TinyLife.Actions.HoldingPersonAction.CanMultitask(TinyLife.Actions.Action)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/HoldingPersonAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanMultitask
path: ../TinyLife/Actions/HoldingPersonAction.cs
startLine: 57
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

View file

@ -16,6 +16,14 @@ items:
nameWithType: MultiAction.Stage nameWithType: MultiAction.Stage
fullName: TinyLife.Actions.MultiAction.Stage fullName: TinyLife.Actions.MultiAction.Stage
type: Enum type: Enum
source:
remote:
path: TinyLife/Actions/MultiAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Stage
path: ../TinyLife/Actions/MultiAction.cs
startLine: 222
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -37,6 +45,14 @@ items:
nameWithType: MultiAction.Stage.First nameWithType: MultiAction.Stage.First
fullName: TinyLife.Actions.MultiAction.Stage.First fullName: TinyLife.Actions.MultiAction.Stage.First
type: Field type: Field
source:
remote:
path: TinyLife/Actions/MultiAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: First
path: ../TinyLife/Actions/MultiAction.cs
startLine: 227
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -57,6 +73,14 @@ items:
nameWithType: MultiAction.Stage.Main nameWithType: MultiAction.Stage.Main
fullName: TinyLife.Actions.MultiAction.Stage.Main fullName: TinyLife.Actions.MultiAction.Stage.Main
type: Field type: Field
source:
remote:
path: TinyLife/Actions/MultiAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Main
path: ../TinyLife/Actions/MultiAction.cs
startLine: 231
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -77,6 +101,14 @@ items:
nameWithType: MultiAction.Stage.Last nameWithType: MultiAction.Stage.Last
fullName: TinyLife.Actions.MultiAction.Stage.Last fullName: TinyLife.Actions.MultiAction.Stage.Last
type: Field type: Field
source:
remote:
path: TinyLife/Actions/MultiAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Last
path: ../TinyLife/Actions/MultiAction.cs
startLine: 235
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -97,6 +129,14 @@ items:
nameWithType: MultiAction.Stage.Done nameWithType: MultiAction.Stage.Done
fullName: TinyLife.Actions.MultiAction.Stage.Done fullName: TinyLife.Actions.MultiAction.Stage.Done
type: Field type: Field
source:
remote:
path: TinyLife/Actions/MultiAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Done
path: ../TinyLife/Actions/MultiAction.cs
startLine: 239
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

View file

@ -35,6 +35,14 @@ items:
nameWithType: MultiAction nameWithType: MultiAction
fullName: TinyLife.Actions.MultiAction fullName: TinyLife.Actions.MultiAction
type: Class type: Class
source:
remote:
path: TinyLife/Actions/MultiAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MultiAction
path: ../TinyLife/Actions/MultiAction.cs
startLine: 14
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -143,6 +151,14 @@ items:
nameWithType: MultiAction.Handler nameWithType: MultiAction.Handler
fullName: TinyLife.Actions.MultiAction.Handler fullName: TinyLife.Actions.MultiAction.Handler
type: Field type: Field
source:
remote:
path: TinyLife/Actions/MultiAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Handler
path: ../TinyLife/Actions/MultiAction.cs
startLine: 20
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -174,6 +190,14 @@ items:
nameWithType: MultiAction.MainElapsedTime nameWithType: MultiAction.MainElapsedTime
fullName: TinyLife.Actions.MultiAction.MainElapsedTime fullName: TinyLife.Actions.MultiAction.MainElapsedTime
type: Property type: Property
source:
remote:
path: TinyLife/Actions/MultiAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MainElapsedTime
path: ../TinyLife/Actions/MultiAction.cs
startLine: 25
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -207,6 +231,14 @@ items:
nameWithType: MultiAction.InProgressTime nameWithType: MultiAction.InProgressTime
fullName: TinyLife.Actions.MultiAction.InProgressTime fullName: TinyLife.Actions.MultiAction.InProgressTime
type: Property type: Property
source:
remote:
path: TinyLife/Actions/MultiAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InProgressTime
path: ../TinyLife/Actions/MultiAction.cs
startLine: 28
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -237,6 +269,14 @@ items:
nameWithType: MultiAction.CurrentStage nameWithType: MultiAction.CurrentStage
fullName: TinyLife.Actions.MultiAction.CurrentStage fullName: TinyLife.Actions.MultiAction.CurrentStage
type: Property type: Property
source:
remote:
path: TinyLife/Actions/MultiAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CurrentStage
path: ../TinyLife/Actions/MultiAction.cs
startLine: 33
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -270,6 +310,14 @@ items:
nameWithType: MultiAction.MultiAction(ActionInfo) nameWithType: MultiAction.MultiAction(ActionInfo)
fullName: TinyLife.Actions.MultiAction.MultiAction(TinyLife.Actions.ActionInfo) fullName: TinyLife.Actions.MultiAction.MultiAction(TinyLife.Actions.ActionInfo)
type: Constructor type: Constructor
source:
remote:
path: TinyLife/Actions/MultiAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/MultiAction.cs
startLine: 37
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -297,6 +345,14 @@ items:
nameWithType: MultiAction.MultiAction(ActionType, ActionInfo) nameWithType: MultiAction.MultiAction(ActionType, ActionInfo)
fullName: TinyLife.Actions.MultiAction.MultiAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo) fullName: TinyLife.Actions.MultiAction.MultiAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo)
type: Constructor type: Constructor
source:
remote:
path: TinyLife/Actions/MultiAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/MultiAction.cs
startLine: 42
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -327,6 +383,14 @@ items:
nameWithType: MultiAction.CreateFirstActions() nameWithType: MultiAction.CreateFirstActions()
fullName: TinyLife.Actions.MultiAction.CreateFirstActions() fullName: TinyLife.Actions.MultiAction.CreateFirstActions()
type: Method type: Method
source:
remote:
path: TinyLife/Actions/MultiAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFirstActions
path: ../TinyLife/Actions/MultiAction.cs
startLine: 53
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -357,6 +421,14 @@ items:
nameWithType: MultiAction.CreateLastActions() nameWithType: MultiAction.CreateLastActions()
fullName: TinyLife.Actions.MultiAction.CreateLastActions() fullName: TinyLife.Actions.MultiAction.CreateLastActions()
type: Method type: Method
source:
remote:
path: TinyLife/Actions/MultiAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateLastActions
path: ../TinyLife/Actions/MultiAction.cs
startLine: 62
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -387,6 +459,14 @@ items:
nameWithType: MultiAction.AndThenInitialize() nameWithType: MultiAction.AndThenInitialize()
fullName: TinyLife.Actions.MultiAction.AndThenInitialize() fullName: TinyLife.Actions.MultiAction.AndThenInitialize()
type: Method type: Method
source:
remote:
path: TinyLife/Actions/MultiAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenInitialize
path: ../TinyLife/Actions/MultiAction.cs
startLine: 70
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -410,6 +490,14 @@ items:
nameWithType: MultiAction.AndThenIsCompleted() nameWithType: MultiAction.AndThenIsCompleted()
fullName: TinyLife.Actions.MultiAction.AndThenIsCompleted() fullName: TinyLife.Actions.MultiAction.AndThenIsCompleted()
type: Method type: Method
source:
remote:
path: TinyLife/Actions/MultiAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenIsCompleted
path: ../TinyLife/Actions/MultiAction.cs
startLine: 77
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -436,6 +524,14 @@ items:
nameWithType: MultiAction.AndThenUpdate(GameTime, TimeSpan, float) nameWithType: MultiAction.AndThenUpdate(GameTime, TimeSpan, float)
fullName: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) fullName: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/MultiAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenUpdate
path: ../TinyLife/Actions/MultiAction.cs
startLine: 87
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -474,6 +570,14 @@ items:
nameWithType: MultiAction.OnFirstUpdate(GameTime, TimeSpan, float) nameWithType: MultiAction.OnFirstUpdate(GameTime, TimeSpan, float)
fullName: TinyLife.Actions.MultiAction.OnFirstUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) fullName: TinyLife.Actions.MultiAction.OnFirstUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/MultiAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnFirstUpdate
path: ../TinyLife/Actions/MultiAction.cs
startLine: 97
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -507,6 +611,14 @@ items:
nameWithType: MultiAction.OnLastUpdate(GameTime, TimeSpan, float) nameWithType: MultiAction.OnLastUpdate(GameTime, TimeSpan, float)
fullName: TinyLife.Actions.MultiAction.OnLastUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) fullName: TinyLife.Actions.MultiAction.OnLastUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/MultiAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnLastUpdate
path: ../TinyLife/Actions/MultiAction.cs
startLine: 105
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -540,6 +652,14 @@ items:
nameWithType: MultiAction.AndThenOnCompleted(CompletionType) nameWithType: MultiAction.AndThenOnCompleted(CompletionType)
fullName: TinyLife.Actions.MultiAction.AndThenOnCompleted(TinyLife.Actions.CompletionType) fullName: TinyLife.Actions.MultiAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/MultiAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenOnCompleted
path: ../TinyLife/Actions/MultiAction.cs
startLine: 112
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -567,6 +687,14 @@ items:
nameWithType: MultiAction.PreInitialize() nameWithType: MultiAction.PreInitialize()
fullName: TinyLife.Actions.MultiAction.PreInitialize() fullName: TinyLife.Actions.MultiAction.PreInitialize()
type: Method type: Method
source:
remote:
path: TinyLife/Actions/MultiAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PreInitialize
path: ../TinyLife/Actions/MultiAction.cs
startLine: 118
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -590,6 +718,14 @@ items:
nameWithType: MultiAction.PreCompleted(CompletionType) nameWithType: MultiAction.PreCompleted(CompletionType)
fullName: TinyLife.Actions.MultiAction.PreCompleted(TinyLife.Actions.CompletionType) fullName: TinyLife.Actions.MultiAction.PreCompleted(TinyLife.Actions.CompletionType)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/MultiAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PreCompleted
path: ../TinyLife/Actions/MultiAction.cs
startLine: 124
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -614,6 +750,14 @@ items:
nameWithType: MultiAction.Update(GameTime, TimeSpan, float) nameWithType: MultiAction.Update(GameTime, TimeSpan, float)
fullName: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) fullName: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/MultiAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: ../TinyLife/Actions/MultiAction.cs
startLine: 127
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -651,6 +795,14 @@ items:
nameWithType: MultiAction.Initialize() nameWithType: MultiAction.Initialize()
fullName: TinyLife.Actions.MultiAction.Initialize() fullName: TinyLife.Actions.MultiAction.Initialize()
type: Method type: Method
source:
remote:
path: TinyLife/Actions/MultiAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Initialize
path: ../TinyLife/Actions/MultiAction.cs
startLine: 159
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -675,6 +827,14 @@ items:
nameWithType: MultiAction.IsCompleted() nameWithType: MultiAction.IsCompleted()
fullName: TinyLife.Actions.MultiAction.IsCompleted() fullName: TinyLife.Actions.MultiAction.IsCompleted()
type: Method type: Method
source:
remote:
path: TinyLife/Actions/MultiAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsCompleted
path: ../TinyLife/Actions/MultiAction.cs
startLine: 169
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -704,6 +864,14 @@ items:
nameWithType: MultiAction.OnCompleted(CompletionType) nameWithType: MultiAction.OnCompleted(CompletionType)
fullName: TinyLife.Actions.MultiAction.OnCompleted(TinyLife.Actions.CompletionType) fullName: TinyLife.Actions.MultiAction.OnCompleted(TinyLife.Actions.CompletionType)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/MultiAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted
path: ../TinyLife/Actions/MultiAction.cs
startLine: 189
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -734,6 +902,14 @@ items:
nameWithType: MultiAction.Validate(PersonLike) nameWithType: MultiAction.Validate(PersonLike)
fullName: TinyLife.Actions.MultiAction.Validate(TinyLife.Objects.PersonLike) fullName: TinyLife.Actions.MultiAction.Validate(TinyLife.Objects.PersonLike)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/MultiAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: ../TinyLife/Actions/MultiAction.cs
startLine: 204
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -767,6 +943,14 @@ items:
nameWithType: MultiAction.CanCancel(Action) nameWithType: MultiAction.CanCancel(Action)
fullName: TinyLife.Actions.MultiAction.CanCancel(TinyLife.Actions.Action) fullName: TinyLife.Actions.MultiAction.CanCancel(TinyLife.Actions.Action)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/MultiAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanCancel
path: ../TinyLife/Actions/MultiAction.cs
startLine: 209
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -800,6 +984,14 @@ items:
nameWithType: MultiAction.CanStartNow() nameWithType: MultiAction.CanStartNow()
fullName: TinyLife.Actions.MultiAction.CanStartNow() fullName: TinyLife.Actions.MultiAction.CanStartNow()
type: Method type: Method
source:
remote:
path: TinyLife/Actions/MultiAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanStartNow
path: ../TinyLife/Actions/MultiAction.cs
startLine: 215
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

View file

@ -23,6 +23,14 @@ items:
nameWithType: OrderFromStaffAction nameWithType: OrderFromStaffAction
fullName: TinyLife.Actions.OrderFromStaffAction fullName: TinyLife.Actions.OrderFromStaffAction
type: Class type: Class
source:
remote:
path: TinyLife/Actions/OrderFromStaffAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OrderFromStaffAction
path: ../TinyLife/Actions/OrderFromStaffAction.cs
startLine: 13
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -155,6 +163,14 @@ items:
nameWithType: OrderFromStaffAction.ImportantObject nameWithType: OrderFromStaffAction.ImportantObject
fullName: TinyLife.Actions.OrderFromStaffAction.ImportantObject fullName: TinyLife.Actions.OrderFromStaffAction.ImportantObject
type: Property type: Property
source:
remote:
path: TinyLife/Actions/OrderFromStaffAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ImportantObject
path: ../TinyLife/Actions/OrderFromStaffAction.cs
startLine: 18
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -178,6 +194,14 @@ items:
nameWithType: OrderFromStaffAction.PickUpOrderAction nameWithType: OrderFromStaffAction.PickUpOrderAction
fullName: TinyLife.Actions.OrderFromStaffAction.PickUpOrderAction fullName: TinyLife.Actions.OrderFromStaffAction.PickUpOrderAction
type: Property type: Property
source:
remote:
path: TinyLife/Actions/OrderFromStaffAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PickUpOrderAction
path: ../TinyLife/Actions/OrderFromStaffAction.cs
startLine: 23
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -204,6 +228,14 @@ items:
nameWithType: OrderFromStaffAction.MaxDistanceFromObject nameWithType: OrderFromStaffAction.MaxDistanceFromObject
fullName: TinyLife.Actions.OrderFromStaffAction.MaxDistanceFromObject fullName: TinyLife.Actions.OrderFromStaffAction.MaxDistanceFromObject
type: Property type: Property
source:
remote:
path: TinyLife/Actions/OrderFromStaffAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MaxDistanceFromObject
path: ../TinyLife/Actions/OrderFromStaffAction.cs
startLine: 27
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -227,6 +259,14 @@ items:
nameWithType: OrderFromStaffAction.OrderFromStaffAction(ActionType, ActionInfo) nameWithType: OrderFromStaffAction.OrderFromStaffAction(ActionType, ActionInfo)
fullName: TinyLife.Actions.OrderFromStaffAction.OrderFromStaffAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo) fullName: TinyLife.Actions.OrderFromStaffAction.OrderFromStaffAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo)
type: Constructor type: Constructor
source:
remote:
path: TinyLife/Actions/OrderFromStaffAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/OrderFromStaffAction.cs
startLine: 30
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -257,6 +297,14 @@ items:
nameWithType: OrderFromStaffAction.OrderFromStaffAction(ActionInfo) nameWithType: OrderFromStaffAction.OrderFromStaffAction(ActionInfo)
fullName: TinyLife.Actions.OrderFromStaffAction.OrderFromStaffAction(TinyLife.Actions.ActionInfo) fullName: TinyLife.Actions.OrderFromStaffAction.OrderFromStaffAction(TinyLife.Actions.ActionInfo)
type: Constructor type: Constructor
source:
remote:
path: TinyLife/Actions/OrderFromStaffAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/OrderFromStaffAction.cs
startLine: 33
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -284,6 +332,14 @@ items:
nameWithType: OrderFromStaffAction.CreatePrepareAction(ActionInfo) nameWithType: OrderFromStaffAction.CreatePrepareAction(ActionInfo)
fullName: TinyLife.Actions.OrderFromStaffAction.CreatePrepareAction(TinyLife.Actions.ActionInfo) fullName: TinyLife.Actions.OrderFromStaffAction.CreatePrepareAction(TinyLife.Actions.ActionInfo)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/OrderFromStaffAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreatePrepareAction
path: ../TinyLife/Actions/OrderFromStaffAction.cs
startLine: 40
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -311,6 +367,14 @@ items:
nameWithType: OrderFromStaffAction.CreateFirstActions() nameWithType: OrderFromStaffAction.CreateFirstActions()
fullName: TinyLife.Actions.OrderFromStaffAction.CreateFirstActions() fullName: TinyLife.Actions.OrderFromStaffAction.CreateFirstActions()
type: Method type: Method
source:
remote:
path: TinyLife/Actions/OrderFromStaffAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFirstActions
path: ../TinyLife/Actions/OrderFromStaffAction.cs
startLine: 43
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -342,6 +406,14 @@ items:
nameWithType: OrderFromStaffAction.UpdateConversation(GameTime, TimeSpan, float) nameWithType: OrderFromStaffAction.UpdateConversation(GameTime, TimeSpan, float)
fullName: TinyLife.Actions.OrderFromStaffAction.UpdateConversation(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) fullName: TinyLife.Actions.OrderFromStaffAction.UpdateConversation(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/OrderFromStaffAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UpdateConversation
path: ../TinyLife/Actions/OrderFromStaffAction.cs
startLine: 69
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -381,6 +453,14 @@ items:
nameWithType: OrderFromStaffAction.IsConversationCompleted() nameWithType: OrderFromStaffAction.IsConversationCompleted()
fullName: TinyLife.Actions.OrderFromStaffAction.IsConversationCompleted() fullName: TinyLife.Actions.OrderFromStaffAction.IsConversationCompleted()
type: Method type: Method
source:
remote:
path: TinyLife/Actions/OrderFromStaffAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsConversationCompleted
path: ../TinyLife/Actions/OrderFromStaffAction.cs
startLine: 76
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -410,6 +490,14 @@ items:
nameWithType: OrderFromStaffAction.CanMultitask(Action) nameWithType: OrderFromStaffAction.CanMultitask(Action)
fullName: TinyLife.Actions.OrderFromStaffAction.CanMultitask(TinyLife.Actions.Action) fullName: TinyLife.Actions.OrderFromStaffAction.CanMultitask(TinyLife.Actions.Action)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/OrderFromStaffAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanMultitask
path: ../TinyLife/Actions/OrderFromStaffAction.cs
startLine: 81
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -445,6 +533,14 @@ items:
nameWithType: OrderFromStaffAction.GetNextAction(CompletionType) nameWithType: OrderFromStaffAction.GetNextAction(CompletionType)
fullName: TinyLife.Actions.OrderFromStaffAction.GetNextAction(TinyLife.Actions.CompletionType) fullName: TinyLife.Actions.OrderFromStaffAction.GetNextAction(TinyLife.Actions.CompletionType)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/OrderFromStaffAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetNextAction
path: ../TinyLife/Actions/OrderFromStaffAction.cs
startLine: 86
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

View file

@ -21,6 +21,14 @@ items:
nameWithType: OutOfTownAction nameWithType: OutOfTownAction
fullName: TinyLife.Actions.OutOfTownAction fullName: TinyLife.Actions.OutOfTownAction
type: Class type: Class
source:
remote:
path: TinyLife/Actions/OutOfTownAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OutOfTownAction
path: ../TinyLife/Actions/OutOfTownAction.cs
startLine: 14
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -135,6 +143,14 @@ items:
nameWithType: OutOfTownAction.NeedsToTakeCareOf nameWithType: OutOfTownAction.NeedsToTakeCareOf
fullName: TinyLife.Actions.OutOfTownAction.NeedsToTakeCareOf fullName: TinyLife.Actions.OutOfTownAction.NeedsToTakeCareOf
type: Field type: Field
source:
remote:
path: TinyLife/Actions/OutOfTownAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NeedsToTakeCareOf
path: ../TinyLife/Actions/OutOfTownAction.cs
startLine: 21
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -161,6 +177,14 @@ items:
nameWithType: OutOfTownAction.OutOfTownAction(ActionType, ActionInfo, bool, bool, params NeedType[]) nameWithType: OutOfTownAction.OutOfTownAction(ActionType, ActionInfo, bool, bool, params NeedType[])
fullName: TinyLife.Actions.OutOfTownAction.OutOfTownAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, bool, bool, params TinyLife.NeedType[]) fullName: TinyLife.Actions.OutOfTownAction.OutOfTownAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, bool, bool, params TinyLife.NeedType[])
type: Constructor type: Constructor
source:
remote:
path: TinyLife/Actions/OutOfTownAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/OutOfTownAction.cs
startLine: 37
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -203,6 +227,14 @@ items:
nameWithType: OutOfTownAction.OutOfTownAction(ActionInfo, bool, bool, params NeedType[]) nameWithType: OutOfTownAction.OutOfTownAction(ActionInfo, bool, bool, params NeedType[])
fullName: TinyLife.Actions.OutOfTownAction.OutOfTownAction(TinyLife.Actions.ActionInfo, bool, bool, params TinyLife.NeedType[]) fullName: TinyLife.Actions.OutOfTownAction.OutOfTownAction(TinyLife.Actions.ActionInfo, bool, bool, params TinyLife.NeedType[])
type: Constructor type: Constructor
source:
remote:
path: TinyLife/Actions/OutOfTownAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/OutOfTownAction.cs
startLine: 51
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -242,6 +274,14 @@ items:
nameWithType: OutOfTownAction.CreateFirstActions() nameWithType: OutOfTownAction.CreateFirstActions()
fullName: TinyLife.Actions.OutOfTownAction.CreateFirstActions() fullName: TinyLife.Actions.OutOfTownAction.CreateFirstActions()
type: Method type: Method
source:
remote:
path: TinyLife/Actions/OutOfTownAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFirstActions
path: ../TinyLife/Actions/OutOfTownAction.cs
startLine: 58
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -273,6 +313,14 @@ items:
nameWithType: OutOfTownAction.AndThenInitialize() nameWithType: OutOfTownAction.AndThenInitialize()
fullName: TinyLife.Actions.OutOfTownAction.AndThenInitialize() fullName: TinyLife.Actions.OutOfTownAction.AndThenInitialize()
type: Method type: Method
source:
remote:
path: TinyLife/Actions/OutOfTownAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenInitialize
path: ../TinyLife/Actions/OutOfTownAction.cs
startLine: 67
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -297,6 +345,14 @@ items:
nameWithType: OutOfTownAction.AndThenUpdate(GameTime, TimeSpan, float) nameWithType: OutOfTownAction.AndThenUpdate(GameTime, TimeSpan, float)
fullName: TinyLife.Actions.OutOfTownAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) fullName: TinyLife.Actions.OutOfTownAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/OutOfTownAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenUpdate
path: ../TinyLife/Actions/OutOfTownAction.cs
startLine: 73
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -336,6 +392,14 @@ items:
nameWithType: OutOfTownAction.GetNextAction(CompletionType) nameWithType: OutOfTownAction.GetNextAction(CompletionType)
fullName: TinyLife.Actions.OutOfTownAction.GetNextAction(TinyLife.Actions.CompletionType) fullName: TinyLife.Actions.OutOfTownAction.GetNextAction(TinyLife.Actions.CompletionType)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/OutOfTownAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetNextAction
path: ../TinyLife/Actions/OutOfTownAction.cs
startLine: 97
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -369,6 +433,14 @@ items:
nameWithType: OutOfTownAction.CanEnqueueConversation(PersonLike, ActionType) nameWithType: OutOfTownAction.CanEnqueueConversation(PersonLike, ActionType)
fullName: TinyLife.Actions.OutOfTownAction.CanEnqueueConversation(TinyLife.Objects.PersonLike, TinyLife.Actions.ActionType) fullName: TinyLife.Actions.OutOfTownAction.CanEnqueueConversation(TinyLife.Objects.PersonLike, TinyLife.Actions.ActionType)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/OutOfTownAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanEnqueueConversation
path: ../TinyLife/Actions/OutOfTownAction.cs
startLine: 104
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -405,6 +477,14 @@ items:
nameWithType: OutOfTownAction.CausesExtremelyFastSpeed() nameWithType: OutOfTownAction.CausesExtremelyFastSpeed()
fullName: TinyLife.Actions.OutOfTownAction.CausesExtremelyFastSpeed() fullName: TinyLife.Actions.OutOfTownAction.CausesExtremelyFastSpeed()
type: Method type: Method
source:
remote:
path: TinyLife/Actions/OutOfTownAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CausesExtremelyFastSpeed
path: ../TinyLife/Actions/OutOfTownAction.cs
startLine: 109
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

View file

@ -25,6 +25,14 @@ items:
nameWithType: PathfindAction nameWithType: PathfindAction
fullName: TinyLife.Actions.PathfindAction fullName: TinyLife.Actions.PathfindAction
type: Class type: Class
source:
remote:
path: TinyLife/Actions/PathfindAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PathfindAction
path: ../TinyLife/Actions/PathfindAction.cs
startLine: 16
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -127,6 +135,14 @@ items:
nameWithType: PathfindAction.SpeedMultiplier nameWithType: PathfindAction.SpeedMultiplier
fullName: TinyLife.Actions.PathfindAction.SpeedMultiplier fullName: TinyLife.Actions.PathfindAction.SpeedMultiplier
type: Field type: Field
source:
remote:
path: TinyLife/Actions/PathfindAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SpeedMultiplier
path: ../TinyLife/Actions/PathfindAction.cs
startLine: 23
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -161,6 +177,14 @@ items:
nameWithType: PathfindAction.Path nameWithType: PathfindAction.Path
fullName: TinyLife.Actions.PathfindAction.Path fullName: TinyLife.Actions.PathfindAction.Path
type: Property type: Property
source:
remote:
path: TinyLife/Actions/PathfindAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Path
path: ../TinyLife/Actions/PathfindAction.cs
startLine: 29
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -187,6 +211,14 @@ items:
nameWithType: PathfindAction.PathReady nameWithType: PathfindAction.PathReady
fullName: TinyLife.Actions.PathfindAction.PathReady fullName: TinyLife.Actions.PathfindAction.PathReady
type: Property type: Property
source:
remote:
path: TinyLife/Actions/PathfindAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PathReady
path: ../TinyLife/Actions/PathfindAction.cs
startLine: 33
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -210,6 +242,14 @@ items:
nameWithType: PathfindAction.PathfindAction(ActionType, ActionInfo) nameWithType: PathfindAction.PathfindAction(ActionType, ActionInfo)
fullName: TinyLife.Actions.PathfindAction.PathfindAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo) fullName: TinyLife.Actions.PathfindAction.PathfindAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo)
type: Constructor type: Constructor
source:
remote:
path: TinyLife/Actions/PathfindAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/PathfindAction.cs
startLine: 36
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -240,6 +280,14 @@ items:
nameWithType: PathfindAction.PathfindAction(ActionInfo) nameWithType: PathfindAction.PathfindAction(ActionInfo)
fullName: TinyLife.Actions.PathfindAction.PathfindAction(TinyLife.Actions.ActionInfo) fullName: TinyLife.Actions.PathfindAction.PathfindAction(TinyLife.Actions.ActionInfo)
type: Constructor type: Constructor
source:
remote:
path: TinyLife/Actions/PathfindAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/PathfindAction.cs
startLine: 39
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -267,6 +315,14 @@ items:
nameWithType: PathfindAction.FindPath(ICollection<(Point Pos, int Floor)>) nameWithType: PathfindAction.FindPath(ICollection<(Point Pos, int Floor)>)
fullName: TinyLife.Actions.PathfindAction.FindPath(System.Collections.Generic.ICollection<(Microsoft.Xna.Framework.Point Pos, int Floor)>) fullName: TinyLife.Actions.PathfindAction.FindPath(System.Collections.Generic.ICollection<(Microsoft.Xna.Framework.Point Pos, int Floor)>)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/PathfindAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FindPath
path: ../TinyLife/Actions/PathfindAction.cs
startLine: 46
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -297,6 +353,14 @@ items:
nameWithType: PathfindAction.GetSpeed() nameWithType: PathfindAction.GetSpeed()
fullName: TinyLife.Actions.PathfindAction.GetSpeed() fullName: TinyLife.Actions.PathfindAction.GetSpeed()
type: Method type: Method
source:
remote:
path: TinyLife/Actions/PathfindAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetSpeed
path: ../TinyLife/Actions/PathfindAction.cs
startLine: 52
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -320,6 +384,14 @@ items:
nameWithType: PathfindAction.OnPathReady() nameWithType: PathfindAction.OnPathReady()
fullName: TinyLife.Actions.PathfindAction.OnPathReady() fullName: TinyLife.Actions.PathfindAction.OnPathReady()
type: Method type: Method
source:
remote:
path: TinyLife/Actions/PathfindAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnPathReady
path: ../TinyLife/Actions/PathfindAction.cs
startLine: 58
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -343,6 +415,14 @@ items:
nameWithType: PathfindAction.Initialize() nameWithType: PathfindAction.Initialize()
fullName: TinyLife.Actions.PathfindAction.Initialize() fullName: TinyLife.Actions.PathfindAction.Initialize()
type: Method type: Method
source:
remote:
path: TinyLife/Actions/PathfindAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Initialize
path: ../TinyLife/Actions/PathfindAction.cs
startLine: 61
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -367,6 +447,14 @@ items:
nameWithType: PathfindAction.Update(GameTime, TimeSpan, float) nameWithType: PathfindAction.Update(GameTime, TimeSpan, float)
fullName: TinyLife.Actions.PathfindAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) fullName: TinyLife.Actions.PathfindAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/PathfindAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: ../TinyLife/Actions/PathfindAction.cs
startLine: 73
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -404,6 +492,14 @@ items:
nameWithType: PathfindAction.IsCompleted() nameWithType: PathfindAction.IsCompleted()
fullName: TinyLife.Actions.PathfindAction.IsCompleted() fullName: TinyLife.Actions.PathfindAction.IsCompleted()
type: Method type: Method
source:
remote:
path: TinyLife/Actions/PathfindAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsCompleted
path: ../TinyLife/Actions/PathfindAction.cs
startLine: 106
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -433,6 +529,14 @@ items:
nameWithType: PathfindAction.OnCompleted(CompletionType) nameWithType: PathfindAction.OnCompleted(CompletionType)
fullName: TinyLife.Actions.PathfindAction.OnCompleted(TinyLife.Actions.CompletionType) fullName: TinyLife.Actions.PathfindAction.OnCompleted(TinyLife.Actions.CompletionType)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/PathfindAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted
path: ../TinyLife/Actions/PathfindAction.cs
startLine: 117
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -463,6 +567,14 @@ items:
nameWithType: PathfindAction.Validate(PersonLike) nameWithType: PathfindAction.Validate(PersonLike)
fullName: TinyLife.Actions.PathfindAction.Validate(TinyLife.Objects.PersonLike) fullName: TinyLife.Actions.PathfindAction.Validate(TinyLife.Objects.PersonLike)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/PathfindAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: ../TinyLife/Actions/PathfindAction.cs
startLine: 125
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

View file

@ -22,6 +22,14 @@ items:
nameWithType: PathfindToPersonAction nameWithType: PathfindToPersonAction
fullName: TinyLife.Actions.PathfindToPersonAction fullName: TinyLife.Actions.PathfindToPersonAction
type: Class type: Class
source:
remote:
path: TinyLife/Actions/PathfindToPersonAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PathfindToPersonAction
path: ../TinyLife/Actions/PathfindToPersonAction.cs
startLine: 14
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -122,6 +130,14 @@ items:
nameWithType: PathfindToPersonAction.WalkSpeedMultiplier nameWithType: PathfindToPersonAction.WalkSpeedMultiplier
fullName: TinyLife.Actions.PathfindToPersonAction.WalkSpeedMultiplier fullName: TinyLife.Actions.PathfindToPersonAction.WalkSpeedMultiplier
type: Field type: Field
source:
remote:
path: TinyLife/Actions/PathfindToPersonAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WalkSpeedMultiplier
path: ../TinyLife/Actions/PathfindToPersonAction.cs
startLine: 21
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -156,6 +172,14 @@ items:
nameWithType: PathfindToPersonAction.DriveSpeedMultiplier nameWithType: PathfindToPersonAction.DriveSpeedMultiplier
fullName: TinyLife.Actions.PathfindToPersonAction.DriveSpeedMultiplier fullName: TinyLife.Actions.PathfindToPersonAction.DriveSpeedMultiplier
type: Field type: Field
source:
remote:
path: TinyLife/Actions/PathfindToPersonAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DriveSpeedMultiplier
path: ../TinyLife/Actions/PathfindToPersonAction.cs
startLine: 27
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -190,6 +214,14 @@ items:
nameWithType: PathfindToPersonAction.Target nameWithType: PathfindToPersonAction.Target
fullName: TinyLife.Actions.PathfindToPersonAction.Target fullName: TinyLife.Actions.PathfindToPersonAction.Target
type: Property type: Property
source:
remote:
path: TinyLife/Actions/PathfindToPersonAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Target
path: ../TinyLife/Actions/PathfindToPersonAction.cs
startLine: 31
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -213,6 +245,14 @@ items:
nameWithType: PathfindToPersonAction.PathfindToPersonAction(ActionType, ActionInfo) nameWithType: PathfindToPersonAction.PathfindToPersonAction(ActionType, ActionInfo)
fullName: TinyLife.Actions.PathfindToPersonAction.PathfindToPersonAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo) fullName: TinyLife.Actions.PathfindToPersonAction.PathfindToPersonAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo)
type: Constructor type: Constructor
source:
remote:
path: TinyLife/Actions/PathfindToPersonAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/PathfindToPersonAction.cs
startLine: 37
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -243,6 +283,14 @@ items:
nameWithType: PathfindToPersonAction.PathfindToPersonAction(ActionInfo) nameWithType: PathfindToPersonAction.PathfindToPersonAction(ActionInfo)
fullName: TinyLife.Actions.PathfindToPersonAction.PathfindToPersonAction(TinyLife.Actions.ActionInfo) fullName: TinyLife.Actions.PathfindToPersonAction.PathfindToPersonAction(TinyLife.Actions.ActionInfo)
type: Constructor type: Constructor
source:
remote:
path: TinyLife/Actions/PathfindToPersonAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/PathfindToPersonAction.cs
startLine: 42
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -280,6 +328,14 @@ items:
nameWithType: PathfindToPersonAction.GetMaxPathfindTime() nameWithType: PathfindToPersonAction.GetMaxPathfindTime()
fullName: TinyLife.Actions.PathfindToPersonAction.GetMaxPathfindTime() fullName: TinyLife.Actions.PathfindToPersonAction.GetMaxPathfindTime()
type: Method type: Method
source:
remote:
path: TinyLife/Actions/PathfindToPersonAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetMaxPathfindTime
path: ../TinyLife/Actions/PathfindToPersonAction.cs
startLine: 52
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -306,6 +362,14 @@ items:
nameWithType: PathfindToPersonAction.Update(GameTime, TimeSpan, float) nameWithType: PathfindToPersonAction.Update(GameTime, TimeSpan, float)
fullName: TinyLife.Actions.PathfindToPersonAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) fullName: TinyLife.Actions.PathfindToPersonAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/PathfindToPersonAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: ../TinyLife/Actions/PathfindToPersonAction.cs
startLine: 57
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -343,6 +407,14 @@ items:
nameWithType: PathfindToPersonAction.Validate(PersonLike) nameWithType: PathfindToPersonAction.Validate(PersonLike)
fullName: TinyLife.Actions.PathfindToPersonAction.Validate(TinyLife.Objects.PersonLike) fullName: TinyLife.Actions.PathfindToPersonAction.Validate(TinyLife.Objects.PersonLike)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/PathfindToPersonAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: ../TinyLife/Actions/PathfindToPersonAction.cs
startLine: 88
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -376,6 +448,14 @@ items:
nameWithType: PathfindToPersonAction.IsCompleted() nameWithType: PathfindToPersonAction.IsCompleted()
fullName: TinyLife.Actions.PathfindToPersonAction.IsCompleted() fullName: TinyLife.Actions.PathfindToPersonAction.IsCompleted()
type: Method type: Method
source:
remote:
path: TinyLife/Actions/PathfindToPersonAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsCompleted
path: ../TinyLife/Actions/PathfindToPersonAction.cs
startLine: 93
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -405,6 +485,14 @@ items:
nameWithType: PathfindToPersonAction.OnCompleted(CompletionType) nameWithType: PathfindToPersonAction.OnCompleted(CompletionType)
fullName: TinyLife.Actions.PathfindToPersonAction.OnCompleted(TinyLife.Actions.CompletionType) fullName: TinyLife.Actions.PathfindToPersonAction.OnCompleted(TinyLife.Actions.CompletionType)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/PathfindToPersonAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted
path: ../TinyLife/Actions/PathfindToPersonAction.cs
startLine: 110
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

View file

@ -16,6 +16,14 @@ items:
nameWithType: PutAwayAction nameWithType: PutAwayAction
fullName: TinyLife.Actions.PutAwayAction fullName: TinyLife.Actions.PutAwayAction
type: Class type: Class
source:
remote:
path: TinyLife/Actions/PutAwayAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PutAwayAction
path: ../TinyLife/Actions/PutAwayAction.cs
startLine: 12
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -131,6 +139,14 @@ items:
nameWithType: PutAwayAction.Items nameWithType: PutAwayAction.Items
fullName: TinyLife.Actions.PutAwayAction.Items fullName: TinyLife.Actions.PutAwayAction.Items
type: Field type: Field
source:
remote:
path: TinyLife/Actions/PutAwayAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Items
path: ../TinyLife/Actions/PutAwayAction.cs
startLine: 19
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -157,6 +173,14 @@ items:
nameWithType: PutAwayAction.CreateFirstActions() nameWithType: PutAwayAction.CreateFirstActions()
fullName: TinyLife.Actions.PutAwayAction.CreateFirstActions() fullName: TinyLife.Actions.PutAwayAction.CreateFirstActions()
type: Method type: Method
source:
remote:
path: TinyLife/Actions/PutAwayAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFirstActions
path: ../TinyLife/Actions/PutAwayAction.cs
startLine: 34
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -188,6 +212,14 @@ items:
nameWithType: PutAwayAction.AndThenInitialize() nameWithType: PutAwayAction.AndThenInitialize()
fullName: TinyLife.Actions.PutAwayAction.AndThenInitialize() fullName: TinyLife.Actions.PutAwayAction.AndThenInitialize()
type: Method type: Method
source:
remote:
path: TinyLife/Actions/PutAwayAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenInitialize
path: ../TinyLife/Actions/PutAwayAction.cs
startLine: 42
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -212,6 +244,14 @@ items:
nameWithType: PutAwayAction.AndThenIsCompleted() nameWithType: PutAwayAction.AndThenIsCompleted()
fullName: TinyLife.Actions.PutAwayAction.AndThenIsCompleted() fullName: TinyLife.Actions.PutAwayAction.AndThenIsCompleted()
type: Method type: Method
source:
remote:
path: TinyLife/Actions/PutAwayAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenIsCompleted
path: ../TinyLife/Actions/PutAwayAction.cs
startLine: 47
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

View file

@ -17,6 +17,14 @@ items:
nameWithType: SellAction nameWithType: SellAction
fullName: TinyLife.Actions.SellAction fullName: TinyLife.Actions.SellAction
type: Class type: Class
source:
remote:
path: TinyLife/Actions/SellAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SellAction
path: ../TinyLife/Actions/SellAction.cs
startLine: 13
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -132,6 +140,14 @@ items:
nameWithType: SellAction.Items nameWithType: SellAction.Items
fullName: TinyLife.Actions.SellAction.Items fullName: TinyLife.Actions.SellAction.Items
type: Field type: Field
source:
remote:
path: TinyLife/Actions/SellAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Items
path: ../TinyLife/Actions/SellAction.cs
startLine: 20
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -158,6 +174,14 @@ items:
nameWithType: SellAction.CreateFirstActions() nameWithType: SellAction.CreateFirstActions()
fullName: TinyLife.Actions.SellAction.CreateFirstActions() fullName: TinyLife.Actions.SellAction.CreateFirstActions()
type: Method type: Method
source:
remote:
path: TinyLife/Actions/SellAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFirstActions
path: ../TinyLife/Actions/SellAction.cs
startLine: 28
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -189,6 +213,14 @@ items:
nameWithType: SellAction.AndThenInitialize() nameWithType: SellAction.AndThenInitialize()
fullName: TinyLife.Actions.SellAction.AndThenInitialize() fullName: TinyLife.Actions.SellAction.AndThenInitialize()
type: Method type: Method
source:
remote:
path: TinyLife/Actions/SellAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenInitialize
path: ../TinyLife/Actions/SellAction.cs
startLine: 44
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -213,6 +245,14 @@ items:
nameWithType: SellAction.AndThenIsCompleted() nameWithType: SellAction.AndThenIsCompleted()
fullName: TinyLife.Actions.SellAction.AndThenIsCompleted() fullName: TinyLife.Actions.SellAction.AndThenIsCompleted()
type: Method type: Method
source:
remote:
path: TinyLife/Actions/SellAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenIsCompleted
path: ../TinyLife/Actions/SellAction.cs
startLine: 54
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -240,6 +280,14 @@ items:
nameWithType: SellAction.GetSoldObject<T>(ActionInfo) nameWithType: SellAction.GetSoldObject<T>(ActionInfo)
fullName: TinyLife.Actions.SellAction.GetSoldObject<T>(TinyLife.Actions.ActionInfo) fullName: TinyLife.Actions.SellAction.GetSoldObject<T>(TinyLife.Actions.ActionInfo)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/SellAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetSoldObject
path: ../TinyLife/Actions/SellAction.cs
startLine: 65
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

View file

@ -22,6 +22,14 @@ items:
nameWithType: SimpleBehaviorAction.ActionSettings nameWithType: SimpleBehaviorAction.ActionSettings
fullName: TinyLife.Actions.SimpleBehaviorAction.ActionSettings fullName: TinyLife.Actions.SimpleBehaviorAction.ActionSettings
type: Struct type: Struct
source:
remote:
path: TinyLife/Actions/SimpleBehaviorAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ActionSettings
path: ../TinyLife/Actions/SimpleBehaviorAction.cs
startLine: 75
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -50,6 +58,14 @@ items:
nameWithType: SimpleBehaviorAction.ActionSettings.Settings nameWithType: SimpleBehaviorAction.ActionSettings.Settings
fullName: TinyLife.Actions.SimpleBehaviorAction.ActionSettings.Settings fullName: TinyLife.Actions.SimpleBehaviorAction.ActionSettings.Settings
type: Field type: Field
source:
remote:
path: TinyLife/Actions/SimpleBehaviorAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Settings
path: ../TinyLife/Actions/SimpleBehaviorAction.cs
startLine: 81
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -74,6 +90,14 @@ items:
nameWithType: SimpleBehaviorAction.ActionSettings.ConstructBehavior nameWithType: SimpleBehaviorAction.ActionSettings.ConstructBehavior
fullName: TinyLife.Actions.SimpleBehaviorAction.ActionSettings.ConstructBehavior fullName: TinyLife.Actions.SimpleBehaviorAction.ActionSettings.ConstructBehavior
type: Field type: Field
source:
remote:
path: TinyLife/Actions/SimpleBehaviorAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ConstructBehavior
path: ../TinyLife/Actions/SimpleBehaviorAction.cs
startLine: 85
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -95,6 +119,14 @@ items:
nameWithType: SimpleBehaviorAction.ActionSettings.CompletionTime nameWithType: SimpleBehaviorAction.ActionSettings.CompletionTime
fullName: TinyLife.Actions.SimpleBehaviorAction.ActionSettings.CompletionTime fullName: TinyLife.Actions.SimpleBehaviorAction.ActionSettings.CompletionTime
type: Field type: Field
source:
remote:
path: TinyLife/Actions/SimpleBehaviorAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CompletionTime
path: ../TinyLife/Actions/SimpleBehaviorAction.cs
startLine: 89
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -116,6 +148,14 @@ items:
nameWithType: SimpleBehaviorAction.ActionSettings.GainedSkill nameWithType: SimpleBehaviorAction.ActionSettings.GainedSkill
fullName: TinyLife.Actions.SimpleBehaviorAction.ActionSettings.GainedSkill fullName: TinyLife.Actions.SimpleBehaviorAction.ActionSettings.GainedSkill
type: Field type: Field
source:
remote:
path: TinyLife/Actions/SimpleBehaviorAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GainedSkill
path: ../TinyLife/Actions/SimpleBehaviorAction.cs
startLine: 93
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -137,6 +177,14 @@ items:
nameWithType: SimpleBehaviorAction.ActionSettings.RestoredNeeds nameWithType: SimpleBehaviorAction.ActionSettings.RestoredNeeds
fullName: TinyLife.Actions.SimpleBehaviorAction.ActionSettings.RestoredNeeds fullName: TinyLife.Actions.SimpleBehaviorAction.ActionSettings.RestoredNeeds
type: Field type: Field
source:
remote:
path: TinyLife/Actions/SimpleBehaviorAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RestoredNeeds
path: ../TinyLife/Actions/SimpleBehaviorAction.cs
startLine: 97
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -158,6 +206,14 @@ items:
nameWithType: SimpleBehaviorAction.ActionSettings.EfficiencyMattersCompletion nameWithType: SimpleBehaviorAction.ActionSettings.EfficiencyMattersCompletion
fullName: TinyLife.Actions.SimpleBehaviorAction.ActionSettings.EfficiencyMattersCompletion fullName: TinyLife.Actions.SimpleBehaviorAction.ActionSettings.EfficiencyMattersCompletion
type: Field type: Field
source:
remote:
path: TinyLife/Actions/SimpleBehaviorAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EfficiencyMattersCompletion
path: ../TinyLife/Actions/SimpleBehaviorAction.cs
startLine: 101
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -179,6 +235,14 @@ items:
nameWithType: SimpleBehaviorAction.ActionSettings.DisallowedEmotions nameWithType: SimpleBehaviorAction.ActionSettings.DisallowedEmotions
fullName: TinyLife.Actions.SimpleBehaviorAction.ActionSettings.DisallowedEmotions fullName: TinyLife.Actions.SimpleBehaviorAction.ActionSettings.DisallowedEmotions
type: Field type: Field
source:
remote:
path: TinyLife/Actions/SimpleBehaviorAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DisallowedEmotions
path: ../TinyLife/Actions/SimpleBehaviorAction.cs
startLine: 105
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -200,6 +264,14 @@ items:
nameWithType: SimpleBehaviorAction.ActionSettings.OnCompleted nameWithType: SimpleBehaviorAction.ActionSettings.OnCompleted
fullName: TinyLife.Actions.SimpleBehaviorAction.ActionSettings.OnCompleted fullName: TinyLife.Actions.SimpleBehaviorAction.ActionSettings.OnCompleted
type: Field type: Field
source:
remote:
path: TinyLife/Actions/SimpleBehaviorAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted
path: ../TinyLife/Actions/SimpleBehaviorAction.cs
startLine: 109
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -221,6 +293,14 @@ items:
nameWithType: SimpleBehaviorAction.ActionSettings.AllowMultitasking nameWithType: SimpleBehaviorAction.ActionSettings.AllowMultitasking
fullName: TinyLife.Actions.SimpleBehaviorAction.ActionSettings.AllowMultitasking fullName: TinyLife.Actions.SimpleBehaviorAction.ActionSettings.AllowMultitasking
type: Field type: Field
source:
remote:
path: TinyLife/Actions/SimpleBehaviorAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AllowMultitasking
path: ../TinyLife/Actions/SimpleBehaviorAction.cs
startLine: 114
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -244,6 +324,14 @@ items:
nameWithType: SimpleBehaviorAction.ActionSettings.ActionSettings(string, ObjectCategory) nameWithType: SimpleBehaviorAction.ActionSettings.ActionSettings(string, ObjectCategory)
fullName: TinyLife.Actions.SimpleBehaviorAction.ActionSettings.ActionSettings(string, TinyLife.Objects.ObjectCategory) fullName: TinyLife.Actions.SimpleBehaviorAction.ActionSettings.ActionSettings(string, TinyLife.Objects.ObjectCategory)
type: Constructor type: Constructor
source:
remote:
path: TinyLife/Actions/SimpleBehaviorAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/SimpleBehaviorAction.cs
startLine: 121
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

View file

@ -19,6 +19,14 @@ items:
nameWithType: SimpleBehaviorAction nameWithType: SimpleBehaviorAction
fullName: TinyLife.Actions.SimpleBehaviorAction fullName: TinyLife.Actions.SimpleBehaviorAction
type: Class type: Class
source:
remote:
path: TinyLife/Actions/SimpleBehaviorAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SimpleBehaviorAction
path: ../TinyLife/Actions/SimpleBehaviorAction.cs
startLine: 13
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -133,6 +141,14 @@ items:
nameWithType: SimpleBehaviorAction.Settings nameWithType: SimpleBehaviorAction.Settings
fullName: TinyLife.Actions.SimpleBehaviorAction.Settings fullName: TinyLife.Actions.SimpleBehaviorAction.Settings
type: Property type: Property
source:
remote:
path: TinyLife/Actions/SimpleBehaviorAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Settings
path: ../TinyLife/Actions/SimpleBehaviorAction.cs
startLine: 18
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -156,6 +172,14 @@ items:
nameWithType: SimpleBehaviorAction.SimpleBehaviorAction(ActionType, ActionInfo) nameWithType: SimpleBehaviorAction.SimpleBehaviorAction(ActionType, ActionInfo)
fullName: TinyLife.Actions.SimpleBehaviorAction.SimpleBehaviorAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo) fullName: TinyLife.Actions.SimpleBehaviorAction.SimpleBehaviorAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo)
type: Constructor type: Constructor
source:
remote:
path: TinyLife/Actions/SimpleBehaviorAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/SimpleBehaviorAction.cs
startLine: 21
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -183,6 +207,14 @@ items:
nameWithType: SimpleBehaviorAction.CanMultitask(Action) nameWithType: SimpleBehaviorAction.CanMultitask(Action)
fullName: TinyLife.Actions.SimpleBehaviorAction.CanMultitask(TinyLife.Actions.Action) fullName: TinyLife.Actions.SimpleBehaviorAction.CanMultitask(TinyLife.Actions.Action)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/SimpleBehaviorAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanMultitask
path: ../TinyLife/Actions/SimpleBehaviorAction.cs
startLine: 26
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -218,6 +250,14 @@ items:
nameWithType: SimpleBehaviorAction.AndThenUpdate(GameTime, TimeSpan, float) nameWithType: SimpleBehaviorAction.AndThenUpdate(GameTime, TimeSpan, float)
fullName: TinyLife.Actions.SimpleBehaviorAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) fullName: TinyLife.Actions.SimpleBehaviorAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/SimpleBehaviorAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenUpdate
path: ../TinyLife/Actions/SimpleBehaviorAction.cs
startLine: 31
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -257,6 +297,14 @@ items:
nameWithType: SimpleBehaviorAction.AndThenIsCompleted() nameWithType: SimpleBehaviorAction.AndThenIsCompleted()
fullName: TinyLife.Actions.SimpleBehaviorAction.AndThenIsCompleted() fullName: TinyLife.Actions.SimpleBehaviorAction.AndThenIsCompleted()
type: Method type: Method
source:
remote:
path: TinyLife/Actions/SimpleBehaviorAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenIsCompleted
path: ../TinyLife/Actions/SimpleBehaviorAction.cs
startLine: 44
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -284,6 +332,14 @@ items:
nameWithType: SimpleBehaviorAction.AndThenOnCompleted(CompletionType) nameWithType: SimpleBehaviorAction.AndThenOnCompleted(CompletionType)
fullName: TinyLife.Actions.SimpleBehaviorAction.AndThenOnCompleted(TinyLife.Actions.CompletionType) fullName: TinyLife.Actions.SimpleBehaviorAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/SimpleBehaviorAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenOnCompleted
path: ../TinyLife/Actions/SimpleBehaviorAction.cs
startLine: 52
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -312,6 +368,14 @@ items:
nameWithType: SimpleBehaviorAction.Create(SimpleBehaviorAction.ActionSettings) nameWithType: SimpleBehaviorAction.Create(SimpleBehaviorAction.ActionSettings)
fullName: TinyLife.Actions.SimpleBehaviorAction.Create(TinyLife.Actions.SimpleBehaviorAction.ActionSettings) fullName: TinyLife.Actions.SimpleBehaviorAction.Create(TinyLife.Actions.SimpleBehaviorAction.ActionSettings)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/SimpleBehaviorAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Create
path: ../TinyLife/Actions/SimpleBehaviorAction.cs
startLine: 63
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

View file

@ -17,6 +17,14 @@ items:
nameWithType: SitAction nameWithType: SitAction
fullName: TinyLife.Actions.SitAction fullName: TinyLife.Actions.SitAction
type: Class type: Class
source:
remote:
path: TinyLife/Actions/SitAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SitAction
path: ../TinyLife/Actions/SitAction.cs
startLine: 15
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -133,6 +141,14 @@ items:
nameWithType: SitAction.SitAction(ActionType, ActionInfo) nameWithType: SitAction.SitAction(ActionType, ActionInfo)
fullName: TinyLife.Actions.SitAction.SitAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo) fullName: TinyLife.Actions.SitAction.SitAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo)
type: Constructor type: Constructor
source:
remote:
path: TinyLife/Actions/SitAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/SitAction.cs
startLine: 18
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -163,6 +179,14 @@ items:
nameWithType: SitAction.CreateFirstActions() nameWithType: SitAction.CreateFirstActions()
fullName: TinyLife.Actions.SitAction.CreateFirstActions() fullName: TinyLife.Actions.SitAction.CreateFirstActions()
type: Method type: Method
source:
remote:
path: TinyLife/Actions/SitAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFirstActions
path: ../TinyLife/Actions/SitAction.cs
startLine: 21
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -194,6 +218,14 @@ items:
nameWithType: SitAction.AndThenUpdate(GameTime, TimeSpan, float) nameWithType: SitAction.AndThenUpdate(GameTime, TimeSpan, float)
fullName: TinyLife.Actions.SitAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) fullName: TinyLife.Actions.SitAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/SitAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenUpdate
path: ../TinyLife/Actions/SitAction.cs
startLine: 28
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -233,6 +265,14 @@ items:
nameWithType: SitAction.AndThenIsCompleted() nameWithType: SitAction.AndThenIsCompleted()
fullName: TinyLife.Actions.SitAction.AndThenIsCompleted() fullName: TinyLife.Actions.SitAction.AndThenIsCompleted()
type: Method type: Method
source:
remote:
path: TinyLife/Actions/SitAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenIsCompleted
path: ../TinyLife/Actions/SitAction.cs
startLine: 36
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -260,6 +300,14 @@ items:
nameWithType: SitAction.CanMultitask(Action) nameWithType: SitAction.CanMultitask(Action)
fullName: TinyLife.Actions.SitAction.CanMultitask(TinyLife.Actions.Action) fullName: TinyLife.Actions.SitAction.CanMultitask(TinyLife.Actions.Action)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/SitAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanMultitask
path: ../TinyLife/Actions/SitAction.cs
startLine: 49
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

View file

@ -15,6 +15,14 @@ items:
nameWithType: SocialAction.StartPartnerAction nameWithType: SocialAction.StartPartnerAction
fullName: TinyLife.Actions.SocialAction.StartPartnerAction fullName: TinyLife.Actions.SocialAction.StartPartnerAction
type: Class type: Class
source:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: StartPartnerAction
path: ../TinyLife/Actions/SocialAction.cs
startLine: 319
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -123,6 +131,14 @@ items:
nameWithType: SocialAction.StartPartnerAction.StartPartnerAction(ActionInfo) nameWithType: SocialAction.StartPartnerAction.StartPartnerAction(ActionInfo)
fullName: TinyLife.Actions.SocialAction.StartPartnerAction.StartPartnerAction(TinyLife.Actions.ActionInfo) fullName: TinyLife.Actions.SocialAction.StartPartnerAction.StartPartnerAction(TinyLife.Actions.ActionInfo)
type: Constructor type: Constructor
source:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/SocialAction.cs
startLine: 322
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -150,6 +166,14 @@ items:
nameWithType: SocialAction.StartPartnerAction.Initialize() nameWithType: SocialAction.StartPartnerAction.Initialize()
fullName: TinyLife.Actions.SocialAction.StartPartnerAction.Initialize() fullName: TinyLife.Actions.SocialAction.StartPartnerAction.Initialize()
type: Method type: Method
source:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Initialize
path: ../TinyLife/Actions/SocialAction.cs
startLine: 325
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -174,6 +198,14 @@ items:
nameWithType: SocialAction.StartPartnerAction.IsCompleted() nameWithType: SocialAction.StartPartnerAction.IsCompleted()
fullName: TinyLife.Actions.SocialAction.StartPartnerAction.IsCompleted() fullName: TinyLife.Actions.SocialAction.StartPartnerAction.IsCompleted()
type: Method type: Method
source:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsCompleted
path: ../TinyLife/Actions/SocialAction.cs
startLine: 353
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

View file

@ -43,6 +43,14 @@ items:
nameWithType: SocialAction nameWithType: SocialAction
fullName: TinyLife.Actions.SocialAction fullName: TinyLife.Actions.SocialAction
type: Class type: Class
source:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SocialAction
path: ../TinyLife/Actions/SocialAction.cs
startLine: 17
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -157,6 +165,14 @@ items:
nameWithType: SocialAction.IsMain nameWithType: SocialAction.IsMain
fullName: TinyLife.Actions.SocialAction.IsMain fullName: TinyLife.Actions.SocialAction.IsMain
type: Property type: Property
source:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsMain
path: ../TinyLife/Actions/SocialAction.cs
startLine: 23
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -193,6 +209,14 @@ items:
nameWithType: SocialAction.Partner nameWithType: SocialAction.Partner
fullName: TinyLife.Actions.SocialAction.Partner fullName: TinyLife.Actions.SocialAction.Partner
type: Property type: Property
source:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Partner
path: ../TinyLife/Actions/SocialAction.cs
startLine: 28
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -216,6 +240,14 @@ items:
nameWithType: SocialAction.PartnerAction nameWithType: SocialAction.PartnerAction
fullName: TinyLife.Actions.SocialAction.PartnerAction fullName: TinyLife.Actions.SocialAction.PartnerAction
type: Property type: Property
source:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PartnerAction
path: ../TinyLife/Actions/SocialAction.cs
startLine: 32
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -239,6 +271,14 @@ items:
nameWithType: SocialAction.MainAction nameWithType: SocialAction.MainAction
fullName: TinyLife.Actions.SocialAction.MainAction fullName: TinyLife.Actions.SocialAction.MainAction
type: Property type: Property
source:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MainAction
path: ../TinyLife/Actions/SocialAction.cs
startLine: 36
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -262,6 +302,14 @@ items:
nameWithType: SocialAction.ConversationTime nameWithType: SocialAction.ConversationTime
fullName: TinyLife.Actions.SocialAction.ConversationTime fullName: TinyLife.Actions.SocialAction.ConversationTime
type: Property type: Property
source:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ConversationTime
path: ../TinyLife/Actions/SocialAction.cs
startLine: 41
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -298,6 +346,14 @@ items:
nameWithType: SocialAction.InProgressTime nameWithType: SocialAction.InProgressTime
fullName: TinyLife.Actions.SocialAction.InProgressTime fullName: TinyLife.Actions.SocialAction.InProgressTime
type: Property type: Property
source:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InProgressTime
path: ../TinyLife/Actions/SocialAction.cs
startLine: 45
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -328,6 +384,14 @@ items:
nameWithType: SocialAction.SocialAction(ActionInfo) nameWithType: SocialAction.SocialAction(ActionInfo)
fullName: TinyLife.Actions.SocialAction.SocialAction(TinyLife.Actions.ActionInfo) fullName: TinyLife.Actions.SocialAction.SocialAction(TinyLife.Actions.ActionInfo)
type: Constructor type: Constructor
source:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/SocialAction.cs
startLine: 51
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -355,6 +419,14 @@ items:
nameWithType: SocialAction.SocialAction(ActionType, ActionInfo) nameWithType: SocialAction.SocialAction(ActionType, ActionInfo)
fullName: TinyLife.Actions.SocialAction.SocialAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo) fullName: TinyLife.Actions.SocialAction.SocialAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo)
type: Constructor type: Constructor
source:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/SocialAction.cs
startLine: 54
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -385,6 +457,14 @@ items:
nameWithType: SocialAction.IsConversationCompleted() nameWithType: SocialAction.IsConversationCompleted()
fullName: TinyLife.Actions.SocialAction.IsConversationCompleted() fullName: TinyLife.Actions.SocialAction.IsConversationCompleted()
type: Method type: Method
source:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsConversationCompleted
path: ../TinyLife/Actions/SocialAction.cs
startLine: 62
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -413,6 +493,14 @@ items:
nameWithType: SocialAction.CreateFirstActions() nameWithType: SocialAction.CreateFirstActions()
fullName: TinyLife.Actions.SocialAction.CreateFirstActions() fullName: TinyLife.Actions.SocialAction.CreateFirstActions()
type: Method type: Method
source:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFirstActions
path: ../TinyLife/Actions/SocialAction.cs
startLine: 65
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -444,6 +532,14 @@ items:
nameWithType: SocialAction.InitializeConversation() nameWithType: SocialAction.InitializeConversation()
fullName: TinyLife.Actions.SocialAction.InitializeConversation() fullName: TinyLife.Actions.SocialAction.InitializeConversation()
type: Method type: Method
source:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InitializeConversation
path: ../TinyLife/Actions/SocialAction.cs
startLine: 86
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -467,6 +563,14 @@ items:
nameWithType: SocialAction.UpdateConversation(GameTime, TimeSpan, float) nameWithType: SocialAction.UpdateConversation(GameTime, TimeSpan, float)
fullName: TinyLife.Actions.SocialAction.UpdateConversation(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) fullName: TinyLife.Actions.SocialAction.UpdateConversation(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UpdateConversation
path: ../TinyLife/Actions/SocialAction.cs
startLine: 96
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -505,6 +609,14 @@ items:
nameWithType: SocialAction.AndThenUpdateBoth(GameTime, TimeSpan, float) nameWithType: SocialAction.AndThenUpdateBoth(GameTime, TimeSpan, float)
fullName: TinyLife.Actions.SocialAction.AndThenUpdateBoth(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) fullName: TinyLife.Actions.SocialAction.AndThenUpdateBoth(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenUpdateBoth
path: ../TinyLife/Actions/SocialAction.cs
startLine: 108
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -543,6 +655,14 @@ items:
nameWithType: SocialAction.GetMaxWaitTime() nameWithType: SocialAction.GetMaxWaitTime()
fullName: TinyLife.Actions.SocialAction.GetMaxWaitTime() fullName: TinyLife.Actions.SocialAction.GetMaxWaitTime()
type: Method type: Method
source:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetMaxWaitTime
path: ../TinyLife/Actions/SocialAction.cs
startLine: 119
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -569,6 +689,14 @@ items:
nameWithType: SocialAction.EnqueuePartnerAction(ActionInfo) nameWithType: SocialAction.EnqueuePartnerAction(ActionInfo)
fullName: TinyLife.Actions.SocialAction.EnqueuePartnerAction(TinyLife.Actions.ActionInfo) fullName: TinyLife.Actions.SocialAction.EnqueuePartnerAction(TinyLife.Actions.ActionInfo)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EnqueuePartnerAction
path: ../TinyLife/Actions/SocialAction.cs
startLine: 130
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -601,6 +729,14 @@ items:
nameWithType: SocialAction.GetPartnerArguments(ActionInfo) nameWithType: SocialAction.GetPartnerArguments(ActionInfo)
fullName: TinyLife.Actions.SocialAction.GetPartnerArguments(TinyLife.Actions.ActionInfo) fullName: TinyLife.Actions.SocialAction.GetPartnerArguments(TinyLife.Actions.ActionInfo)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetPartnerArguments
path: ../TinyLife/Actions/SocialAction.cs
startLine: 140
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -631,6 +767,14 @@ items:
nameWithType: SocialAction.OnBothCompleted(CompletionType) nameWithType: SocialAction.OnBothCompleted(CompletionType)
fullName: TinyLife.Actions.SocialAction.OnBothCompleted(TinyLife.Actions.CompletionType) fullName: TinyLife.Actions.SocialAction.OnBothCompleted(TinyLife.Actions.CompletionType)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnBothCompleted
path: ../TinyLife/Actions/SocialAction.cs
startLine: 149
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -658,6 +802,14 @@ items:
nameWithType: SocialAction.AndThenUpdate(GameTime, TimeSpan, float) nameWithType: SocialAction.AndThenUpdate(GameTime, TimeSpan, float)
fullName: TinyLife.Actions.SocialAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) fullName: TinyLife.Actions.SocialAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenUpdate
path: ../TinyLife/Actions/SocialAction.cs
startLine: 152
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -697,6 +849,14 @@ items:
nameWithType: SocialAction.AndThenIsCompleted() nameWithType: SocialAction.AndThenIsCompleted()
fullName: TinyLife.Actions.SocialAction.AndThenIsCompleted() fullName: TinyLife.Actions.SocialAction.AndThenIsCompleted()
type: Method type: Method
source:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenIsCompleted
path: ../TinyLife/Actions/SocialAction.cs
startLine: 159
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -724,6 +884,14 @@ items:
nameWithType: SocialAction.AndThenInitialize() nameWithType: SocialAction.AndThenInitialize()
fullName: TinyLife.Actions.SocialAction.AndThenInitialize() fullName: TinyLife.Actions.SocialAction.AndThenInitialize()
type: Method type: Method
source:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenInitialize
path: ../TinyLife/Actions/SocialAction.cs
startLine: 174
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -748,6 +916,14 @@ items:
nameWithType: SocialAction.AndThenOnCompleted(CompletionType) nameWithType: SocialAction.AndThenOnCompleted(CompletionType)
fullName: TinyLife.Actions.SocialAction.AndThenOnCompleted(TinyLife.Actions.CompletionType) fullName: TinyLife.Actions.SocialAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenOnCompleted
path: ../TinyLife/Actions/SocialAction.cs
startLine: 184
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -776,6 +952,14 @@ items:
nameWithType: SocialAction.CanCancel(Action) nameWithType: SocialAction.CanCancel(Action)
fullName: TinyLife.Actions.SocialAction.CanCancel(TinyLife.Actions.Action) fullName: TinyLife.Actions.SocialAction.CanCancel(TinyLife.Actions.Action)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanCancel
path: ../TinyLife/Actions/SocialAction.cs
startLine: 195
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -809,6 +993,14 @@ items:
nameWithType: SocialAction.CanMultitask(Action) nameWithType: SocialAction.CanMultitask(Action)
fullName: TinyLife.Actions.SocialAction.CanMultitask(TinyLife.Actions.Action) fullName: TinyLife.Actions.SocialAction.CanMultitask(TinyLife.Actions.Action)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanMultitask
path: ../TinyLife/Actions/SocialAction.cs
startLine: 202
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -844,6 +1036,14 @@ items:
nameWithType: SocialAction.CanStartNow() nameWithType: SocialAction.CanStartNow()
fullName: TinyLife.Actions.SocialAction.CanStartNow() fullName: TinyLife.Actions.SocialAction.CanStartNow()
type: Method type: Method
source:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanStartNow
path: ../TinyLife/Actions/SocialAction.cs
startLine: 213
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -872,6 +1072,14 @@ items:
nameWithType: SocialAction.GetDisplayName() nameWithType: SocialAction.GetDisplayName()
fullName: TinyLife.Actions.SocialAction.GetDisplayName() fullName: TinyLife.Actions.SocialAction.GetDisplayName()
type: Method type: Method
source:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDisplayName
path: ../TinyLife/Actions/SocialAction.cs
startLine: 223
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -899,6 +1107,14 @@ items:
nameWithType: SocialAction.TryForceResult(CompletionType, CanExecuteResult?, MapObject) nameWithType: SocialAction.TryForceResult(CompletionType, CanExecuteResult?, MapObject)
fullName: TinyLife.Actions.SocialAction.TryForceResult(TinyLife.Actions.CompletionType, TinyLife.Actions.CanExecuteResult?, TinyLife.Objects.MapObject) fullName: TinyLife.Actions.SocialAction.TryForceResult(TinyLife.Actions.CompletionType, TinyLife.Actions.CanExecuteResult?, TinyLife.Objects.MapObject)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TryForceResult
path: ../TinyLife/Actions/SocialAction.cs
startLine: 228
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -938,6 +1154,14 @@ items:
nameWithType: SocialAction.InvokeForBoth(Action<PersonLike, PersonLike>) nameWithType: SocialAction.InvokeForBoth(Action<PersonLike, PersonLike>)
fullName: TinyLife.Actions.SocialAction.InvokeForBoth(System.Action<TinyLife.Objects.PersonLike, TinyLife.Objects.PersonLike>) fullName: TinyLife.Actions.SocialAction.InvokeForBoth(System.Action<TinyLife.Objects.PersonLike, TinyLife.Objects.PersonLike>)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InvokeForBoth
path: ../TinyLife/Actions/SocialAction.cs
startLine: 241
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -965,6 +1189,14 @@ items:
nameWithType: SocialAction.IsHelper(bool) nameWithType: SocialAction.IsHelper(bool)
fullName: TinyLife.Actions.SocialAction.IsHelper(bool) fullName: TinyLife.Actions.SocialAction.IsHelper(bool)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsHelper
path: ../TinyLife/Actions/SocialAction.cs
startLine: 251
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -998,6 +1230,14 @@ items:
nameWithType: SocialAction.GetHelper(bool) nameWithType: SocialAction.GetHelper(bool)
fullName: TinyLife.Actions.SocialAction.GetHelper(bool) fullName: TinyLife.Actions.SocialAction.GetHelper(bool)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetHelper
path: ../TinyLife/Actions/SocialAction.cs
startLine: 261
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -1031,6 +1271,14 @@ items:
nameWithType: SocialAction.GetRecipientAction(bool) nameWithType: SocialAction.GetRecipientAction(bool)
fullName: TinyLife.Actions.SocialAction.GetRecipientAction(bool) fullName: TinyLife.Actions.SocialAction.GetRecipientAction(bool)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetRecipientAction
path: ../TinyLife/Actions/SocialAction.cs
startLine: 271
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -1064,6 +1312,14 @@ items:
nameWithType: SocialAction.CreateAskOffer(string, ObjectCategory, Type, ActionType.CanExecuteDelegate, ActionType.CanExecuteDelegate, ActionType.AiSettings?, ActionType.AiSettings?, CanExecuteResult?) nameWithType: SocialAction.CreateAskOffer(string, ObjectCategory, Type, ActionType.CanExecuteDelegate, ActionType.CanExecuteDelegate, ActionType.AiSettings?, ActionType.AiSettings?, CanExecuteResult?)
fullName: TinyLife.Actions.SocialAction.CreateAskOffer(string, TinyLife.Objects.ObjectCategory, System.Type, TinyLife.Actions.ActionType.CanExecuteDelegate, TinyLife.Actions.ActionType.CanExecuteDelegate, TinyLife.Actions.ActionType.AiSettings?, TinyLife.Actions.ActionType.AiSettings?, TinyLife.Actions.CanExecuteResult?) fullName: TinyLife.Actions.SocialAction.CreateAskOffer(string, TinyLife.Objects.ObjectCategory, System.Type, TinyLife.Actions.ActionType.CanExecuteDelegate, TinyLife.Actions.ActionType.CanExecuteDelegate, TinyLife.Actions.ActionType.AiSettings?, TinyLife.Actions.ActionType.AiSettings?, TinyLife.Actions.CanExecuteResult?)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateAskOffer
path: ../TinyLife/Actions/SocialAction.cs
startLine: 289
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

View file

@ -18,6 +18,14 @@ items:
nameWithType: StoreAction nameWithType: StoreAction
fullName: TinyLife.Actions.StoreAction fullName: TinyLife.Actions.StoreAction
type: Class type: Class
source:
remote:
path: TinyLife/Actions/StoreAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: StoreAction
path: ../TinyLife/Actions/StoreAction.cs
startLine: 15
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -131,6 +139,14 @@ items:
nameWithType: StoreAction.Items nameWithType: StoreAction.Items
fullName: TinyLife.Actions.StoreAction.Items fullName: TinyLife.Actions.StoreAction.Items
type: Field type: Field
source:
remote:
path: TinyLife/Actions/StoreAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Items
path: ../TinyLife/Actions/StoreAction.cs
startLine: 22
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -157,6 +173,14 @@ items:
nameWithType: StoreAction.CreateFirstActions() nameWithType: StoreAction.CreateFirstActions()
fullName: TinyLife.Actions.StoreAction.CreateFirstActions() fullName: TinyLife.Actions.StoreAction.CreateFirstActions()
type: Method type: Method
source:
remote:
path: TinyLife/Actions/StoreAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFirstActions
path: ../TinyLife/Actions/StoreAction.cs
startLine: 32
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -188,6 +212,14 @@ items:
nameWithType: StoreAction.AndThenInitialize() nameWithType: StoreAction.AndThenInitialize()
fullName: TinyLife.Actions.StoreAction.AndThenInitialize() fullName: TinyLife.Actions.StoreAction.AndThenInitialize()
type: Method type: Method
source:
remote:
path: TinyLife/Actions/StoreAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenInitialize
path: ../TinyLife/Actions/StoreAction.cs
startLine: 39
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -212,6 +244,14 @@ items:
nameWithType: StoreAction.AndThenUpdate(GameTime, TimeSpan, float) nameWithType: StoreAction.AndThenUpdate(GameTime, TimeSpan, float)
fullName: TinyLife.Actions.StoreAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) fullName: TinyLife.Actions.StoreAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/StoreAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenUpdate
path: ../TinyLife/Actions/StoreAction.cs
startLine: 48
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -251,6 +291,14 @@ items:
nameWithType: StoreAction.AndThenIsCompleted() nameWithType: StoreAction.AndThenIsCompleted()
fullName: TinyLife.Actions.StoreAction.AndThenIsCompleted() fullName: TinyLife.Actions.StoreAction.AndThenIsCompleted()
type: Method type: Method
source:
remote:
path: TinyLife/Actions/StoreAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenIsCompleted
path: ../TinyLife/Actions/StoreAction.cs
startLine: 54
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -278,6 +326,14 @@ items:
nameWithType: StoreAction.AndThenOnCompleted(CompletionType) nameWithType: StoreAction.AndThenOnCompleted(CompletionType)
fullName: TinyLife.Actions.StoreAction.AndThenOnCompleted(TinyLife.Actions.CompletionType) fullName: TinyLife.Actions.StoreAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/StoreAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenOnCompleted
path: ../TinyLife/Actions/StoreAction.cs
startLine: 59
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

View file

@ -12,6 +12,14 @@ items:
nameWithType: TalkAction.TalkSettings.EvaluationResult nameWithType: TalkAction.TalkSettings.EvaluationResult
fullName: TinyLife.Actions.TalkAction.TalkSettings.EvaluationResult fullName: TinyLife.Actions.TalkAction.TalkSettings.EvaluationResult
type: Delegate type: Delegate
source:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EvaluationResult
path: ../TinyLife/Actions/TalkAction.cs
startLine: 488
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

View file

@ -36,6 +36,14 @@ items:
nameWithType: TalkAction.TalkSettings nameWithType: TalkAction.TalkSettings
fullName: TinyLife.Actions.TalkAction.TalkSettings fullName: TinyLife.Actions.TalkAction.TalkSettings
type: Struct type: Struct
source:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TalkSettings
path: ../TinyLife/Actions/TalkAction.cs
startLine: 164
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -64,6 +72,14 @@ items:
nameWithType: TalkAction.TalkSettings.Settings nameWithType: TalkAction.TalkSettings.Settings
fullName: TinyLife.Actions.TalkAction.TalkSettings.Settings fullName: TinyLife.Actions.TalkAction.TalkSettings.Settings
type: Field type: Field
source:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Settings
path: ../TinyLife/Actions/TalkAction.cs
startLine: 170
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -88,6 +104,14 @@ items:
nameWithType: TalkAction.TalkSettings.FriendshipGain nameWithType: TalkAction.TalkSettings.FriendshipGain
fullName: TinyLife.Actions.TalkAction.TalkSettings.FriendshipGain fullName: TinyLife.Actions.TalkAction.TalkSettings.FriendshipGain
type: Field type: Field
source:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FriendshipGain
path: ../TinyLife/Actions/TalkAction.cs
startLine: 175
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -112,6 +136,14 @@ items:
nameWithType: TalkAction.TalkSettings.GoBadlyChance nameWithType: TalkAction.TalkSettings.GoBadlyChance
fullName: TinyLife.Actions.TalkAction.TalkSettings.GoBadlyChance fullName: TinyLife.Actions.TalkAction.TalkSettings.GoBadlyChance
type: Field type: Field
source:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GoBadlyChance
path: ../TinyLife/Actions/TalkAction.cs
startLine: 180
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -136,6 +168,14 @@ items:
nameWithType: TalkAction.TalkSettings.TalkMinutes nameWithType: TalkAction.TalkSettings.TalkMinutes
fullName: TinyLife.Actions.TalkAction.TalkSettings.TalkMinutes fullName: TinyLife.Actions.TalkAction.TalkSettings.TalkMinutes
type: Field type: Field
source:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TalkMinutes
path: ../TinyLife/Actions/TalkAction.cs
startLine: 184
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -157,6 +197,14 @@ items:
nameWithType: TalkAction.TalkSettings.TalkMinutesVariation nameWithType: TalkAction.TalkSettings.TalkMinutesVariation
fullName: TinyLife.Actions.TalkAction.TalkSettings.TalkMinutesVariation fullName: TinyLife.Actions.TalkAction.TalkSettings.TalkMinutesVariation
type: Field type: Field
source:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TalkMinutesVariation
path: ../TinyLife/Actions/TalkAction.cs
startLine: 188
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -178,6 +226,14 @@ items:
nameWithType: TalkAction.TalkSettings.EmoteCategory nameWithType: TalkAction.TalkSettings.EmoteCategory
fullName: TinyLife.Actions.TalkAction.TalkSettings.EmoteCategory fullName: TinyLife.Actions.TalkAction.TalkSettings.EmoteCategory
type: Field type: Field
source:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EmoteCategory
path: ../TinyLife/Actions/TalkAction.cs
startLine: 192
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -199,6 +255,14 @@ items:
nameWithType: TalkAction.TalkSettings.SpeakStyle nameWithType: TalkAction.TalkSettings.SpeakStyle
fullName: TinyLife.Actions.TalkAction.TalkSettings.SpeakStyle fullName: TinyLife.Actions.TalkAction.TalkSettings.SpeakStyle
type: Field type: Field
source:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SpeakStyle
path: ../TinyLife/Actions/TalkAction.cs
startLine: 196
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -220,6 +284,14 @@ items:
nameWithType: TalkAction.TalkSettings.PartnerEmoteCategory nameWithType: TalkAction.TalkSettings.PartnerEmoteCategory
fullName: TinyLife.Actions.TalkAction.TalkSettings.PartnerEmoteCategory fullName: TinyLife.Actions.TalkAction.TalkSettings.PartnerEmoteCategory
type: Field type: Field
source:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PartnerEmoteCategory
path: ../TinyLife/Actions/TalkAction.cs
startLine: 201
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -244,6 +316,14 @@ items:
nameWithType: TalkAction.TalkSettings.PartnerSpeakStyle nameWithType: TalkAction.TalkSettings.PartnerSpeakStyle
fullName: TinyLife.Actions.TalkAction.TalkSettings.PartnerSpeakStyle fullName: TinyLife.Actions.TalkAction.TalkSettings.PartnerSpeakStyle
type: Field type: Field
source:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PartnerSpeakStyle
path: ../TinyLife/Actions/TalkAction.cs
startLine: 206
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -268,6 +348,14 @@ items:
nameWithType: TalkAction.TalkSettings.GainedSkill nameWithType: TalkAction.TalkSettings.GainedSkill
fullName: TinyLife.Actions.TalkAction.TalkSettings.GainedSkill fullName: TinyLife.Actions.TalkAction.TalkSettings.GainedSkill
type: Field type: Field
source:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GainedSkill
path: ../TinyLife/Actions/TalkAction.cs
startLine: 210
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -289,6 +377,14 @@ items:
nameWithType: TalkAction.TalkSettings.GainSkillOnFailure nameWithType: TalkAction.TalkSettings.GainSkillOnFailure
fullName: TinyLife.Actions.TalkAction.TalkSettings.GainSkillOnFailure fullName: TinyLife.Actions.TalkAction.TalkSettings.GainSkillOnFailure
type: Field type: Field
source:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GainSkillOnFailure
path: ../TinyLife/Actions/TalkAction.cs
startLine: 215
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -313,6 +409,14 @@ items:
nameWithType: TalkAction.TalkSettings.RestoredNeed nameWithType: TalkAction.TalkSettings.RestoredNeed
fullName: TinyLife.Actions.TalkAction.TalkSettings.RestoredNeed fullName: TinyLife.Actions.TalkAction.TalkSettings.RestoredNeed
type: Field type: Field
source:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RestoredNeed
path: ../TinyLife/Actions/TalkAction.cs
startLine: 220
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -337,6 +441,14 @@ items:
nameWithType: TalkAction.TalkSettings.FailEmotion nameWithType: TalkAction.TalkSettings.FailEmotion
fullName: TinyLife.Actions.TalkAction.TalkSettings.FailEmotion fullName: TinyLife.Actions.TalkAction.TalkSettings.FailEmotion
type: Field type: Field
source:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FailEmotion
path: ../TinyLife/Actions/TalkAction.cs
startLine: 225
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -361,6 +473,14 @@ items:
nameWithType: TalkAction.TalkSettings.SuccessEmotion nameWithType: TalkAction.TalkSettings.SuccessEmotion
fullName: TinyLife.Actions.TalkAction.TalkSettings.SuccessEmotion fullName: TinyLife.Actions.TalkAction.TalkSettings.SuccessEmotion
type: Field type: Field
source:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SuccessEmotion
path: ../TinyLife/Actions/TalkAction.cs
startLine: 229
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -382,6 +502,14 @@ items:
nameWithType: TalkAction.TalkSettings.GainRomancePercentage nameWithType: TalkAction.TalkSettings.GainRomancePercentage
fullName: TinyLife.Actions.TalkAction.TalkSettings.GainRomancePercentage fullName: TinyLife.Actions.TalkAction.TalkSettings.GainRomancePercentage
type: Field type: Field
source:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GainRomancePercentage
path: ../TinyLife/Actions/TalkAction.cs
startLine: 235
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -408,6 +536,14 @@ items:
nameWithType: TalkAction.TalkSettings.LoweredEmotion nameWithType: TalkAction.TalkSettings.LoweredEmotion
fullName: TinyLife.Actions.TalkAction.TalkSettings.LoweredEmotion fullName: TinyLife.Actions.TalkAction.TalkSettings.LoweredEmotion
type: Field type: Field
source:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LoweredEmotion
path: ../TinyLife/Actions/TalkAction.cs
startLine: 240
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -432,6 +568,14 @@ items:
nameWithType: TalkAction.TalkSettings.OnSuccess nameWithType: TalkAction.TalkSettings.OnSuccess
fullName: TinyLife.Actions.TalkAction.TalkSettings.OnSuccess fullName: TinyLife.Actions.TalkAction.TalkSettings.OnSuccess
type: Field type: Field
source:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnSuccess
path: ../TinyLife/Actions/TalkAction.cs
startLine: 244
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -453,6 +597,14 @@ items:
nameWithType: TalkAction.TalkSettings.OnFailure nameWithType: TalkAction.TalkSettings.OnFailure
fullName: TinyLife.Actions.TalkAction.TalkSettings.OnFailure fullName: TinyLife.Actions.TalkAction.TalkSettings.OnFailure
type: Field type: Field
source:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnFailure
path: ../TinyLife/Actions/TalkAction.cs
startLine: 248
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -474,6 +626,14 @@ items:
nameWithType: TalkAction.TalkSettings.IgnorePriorityDecline nameWithType: TalkAction.TalkSettings.IgnorePriorityDecline
fullName: TinyLife.Actions.TalkAction.TalkSettings.IgnorePriorityDecline fullName: TinyLife.Actions.TalkAction.TalkSettings.IgnorePriorityDecline
type: Field type: Field
source:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IgnorePriorityDecline
path: ../TinyLife/Actions/TalkAction.cs
startLine: 253
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -498,6 +658,14 @@ items:
nameWithType: TalkAction.TalkSettings.TalkSettings() nameWithType: TalkAction.TalkSettings.TalkSettings()
fullName: TinyLife.Actions.TalkAction.TalkSettings.TalkSettings() fullName: TinyLife.Actions.TalkAction.TalkSettings.TalkSettings()
type: Constructor type: Constructor
source:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/TalkAction.cs
startLine: 258
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -521,6 +689,14 @@ items:
nameWithType: TalkAction.TalkSettings.Update(SocialAction, GameTime, float) nameWithType: TalkAction.TalkSettings.Update(SocialAction, GameTime, float)
fullName: TinyLife.Actions.TalkAction.TalkSettings.Update(TinyLife.Actions.SocialAction, Microsoft.Xna.Framework.GameTime, float) fullName: TinyLife.Actions.TalkAction.TalkSettings.Update(TinyLife.Actions.SocialAction, Microsoft.Xna.Framework.GameTime, float)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: ../TinyLife/Actions/TalkAction.cs
startLine: 276
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -554,6 +730,14 @@ items:
nameWithType: TalkAction.TalkSettings.EvaluateFully(SocialAction) nameWithType: TalkAction.TalkSettings.EvaluateFully(SocialAction)
fullName: TinyLife.Actions.TalkAction.TalkSettings.EvaluateFully(TinyLife.Actions.SocialAction) fullName: TinyLife.Actions.TalkAction.TalkSettings.EvaluateFully(TinyLife.Actions.SocialAction)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EvaluateFully
path: ../TinyLife/Actions/TalkAction.cs
startLine: 289
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -583,6 +767,14 @@ items:
nameWithType: TalkAction.TalkSettings.EvaluateSimple(Action, PersonLike, float, float) nameWithType: TalkAction.TalkSettings.EvaluateSimple(Action, PersonLike, float, float)
fullName: TinyLife.Actions.TalkAction.TalkSettings.EvaluateSimple(TinyLife.Actions.Action, TinyLife.Objects.PersonLike, float, float) fullName: TinyLife.Actions.TalkAction.TalkSettings.EvaluateSimple(TinyLife.Actions.Action, TinyLife.Objects.PersonLike, float, float)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EvaluateSimple
path: ../TinyLife/Actions/TalkAction.cs
startLine: 311
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -624,6 +816,14 @@ items:
nameWithType: TalkAction.TalkSettings.EvaluateValues(ActionInfo, PersonLike, float, float) nameWithType: TalkAction.TalkSettings.EvaluateValues(ActionInfo, PersonLike, float, float)
fullName: TinyLife.Actions.TalkAction.TalkSettings.EvaluateValues(TinyLife.Actions.ActionInfo, TinyLife.Objects.PersonLike, float, float) fullName: TinyLife.Actions.TalkAction.TalkSettings.EvaluateValues(TinyLife.Actions.ActionInfo, TinyLife.Objects.PersonLike, float, float)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EvaluateValues
path: ../TinyLife/Actions/TalkAction.cs
startLine: 393
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

View file

@ -24,6 +24,14 @@ items:
nameWithType: TalkAction nameWithType: TalkAction
fullName: TinyLife.Actions.TalkAction fullName: TinyLife.Actions.TalkAction
type: Class type: Class
source:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TalkAction
path: ../TinyLife/Actions/TalkAction.cs
startLine: 16
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -160,6 +168,14 @@ items:
nameWithType: TalkAction.OnEvaluate nameWithType: TalkAction.OnEvaluate
fullName: TinyLife.Actions.TalkAction.OnEvaluate fullName: TinyLife.Actions.TalkAction.OnEvaluate
type: Event type: Event
source:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnEvaluate
path: ../TinyLife/Actions/TalkAction.cs
startLine: 22
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -184,6 +200,14 @@ items:
nameWithType: TalkAction.OnTalkSuccess nameWithType: TalkAction.OnTalkSuccess
fullName: TinyLife.Actions.TalkAction.OnTalkSuccess fullName: TinyLife.Actions.TalkAction.OnTalkSuccess
type: Event type: Event
source:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnTalkSuccess
path: ../TinyLife/Actions/TalkAction.cs
startLine: 27
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -208,6 +232,14 @@ items:
nameWithType: TalkAction.OnTalkFailure nameWithType: TalkAction.OnTalkFailure
fullName: TinyLife.Actions.TalkAction.OnTalkFailure fullName: TinyLife.Actions.TalkAction.OnTalkFailure
type: Event type: Event
source:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnTalkFailure
path: ../TinyLife/Actions/TalkAction.cs
startLine: 32
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -232,6 +264,14 @@ items:
nameWithType: TalkAction.Settings nameWithType: TalkAction.Settings
fullName: TinyLife.Actions.TalkAction.Settings fullName: TinyLife.Actions.TalkAction.Settings
type: Property type: Property
source:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Settings
path: ../TinyLife/Actions/TalkAction.cs
startLine: 37
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -255,6 +295,14 @@ items:
nameWithType: TalkAction.TalkAction(ActionType, ActionInfo) nameWithType: TalkAction.TalkAction(ActionType, ActionInfo)
fullName: TinyLife.Actions.TalkAction.TalkAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo) fullName: TinyLife.Actions.TalkAction.TalkAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo)
type: Constructor type: Constructor
source:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/TalkAction.cs
startLine: 40
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -285,6 +333,14 @@ items:
nameWithType: TalkAction.UpdateConversation(GameTime, TimeSpan, float) nameWithType: TalkAction.UpdateConversation(GameTime, TimeSpan, float)
fullName: TinyLife.Actions.TalkAction.UpdateConversation(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) fullName: TinyLife.Actions.TalkAction.UpdateConversation(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UpdateConversation
path: ../TinyLife/Actions/TalkAction.cs
startLine: 43
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -324,6 +380,14 @@ items:
nameWithType: TalkAction.AndThenOnCompleted(CompletionType) nameWithType: TalkAction.AndThenOnCompleted(CompletionType)
fullName: TinyLife.Actions.TalkAction.AndThenOnCompleted(TinyLife.Actions.CompletionType) fullName: TinyLife.Actions.TalkAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenOnCompleted
path: ../TinyLife/Actions/TalkAction.cs
startLine: 51
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -352,6 +416,14 @@ items:
nameWithType: TalkAction.IsConversationCompleted() nameWithType: TalkAction.IsConversationCompleted()
fullName: TinyLife.Actions.TalkAction.IsConversationCompleted() fullName: TinyLife.Actions.TalkAction.IsConversationCompleted()
type: Method type: Method
source:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsConversationCompleted
path: ../TinyLife/Actions/TalkAction.cs
startLine: 59
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -381,6 +453,14 @@ items:
nameWithType: TalkAction.Create(string, Func<PersonLike, float>, TalkAction.TalkSettings) nameWithType: TalkAction.Create(string, Func<PersonLike, float>, TalkAction.TalkSettings)
fullName: TinyLife.Actions.TalkAction.Create(string, System.Func<TinyLife.Objects.PersonLike, float>, TinyLife.Actions.TalkAction.TalkSettings) fullName: TinyLife.Actions.TalkAction.Create(string, System.Func<TinyLife.Objects.PersonLike, float>, TinyLife.Actions.TalkAction.TalkSettings)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Create
path: ../TinyLife/Actions/TalkAction.cs
startLine: 73
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -420,6 +500,14 @@ items:
nameWithType: TalkAction.CreateFunny(string, Func<PersonLike, float>, TalkAction.TalkSettings, int, int) nameWithType: TalkAction.CreateFunny(string, Func<PersonLike, float>, TalkAction.TalkSettings, int, int)
fullName: TinyLife.Actions.TalkAction.CreateFunny(string, System.Func<TinyLife.Objects.PersonLike, float>, TinyLife.Actions.TalkAction.TalkSettings, int, int) fullName: TinyLife.Actions.TalkAction.CreateFunny(string, System.Func<TinyLife.Objects.PersonLike, float>, TinyLife.Actions.TalkAction.TalkSettings, int, int)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFunny
path: ../TinyLife/Actions/TalkAction.cs
startLine: 108
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -465,6 +553,14 @@ items:
nameWithType: TalkAction.CreateMean(string, Func<PersonLike, float>, TalkAction.TalkSettings) nameWithType: TalkAction.CreateMean(string, Func<PersonLike, float>, TalkAction.TalkSettings)
fullName: TinyLife.Actions.TalkAction.CreateMean(string, System.Func<TinyLife.Objects.PersonLike, float>, TinyLife.Actions.TalkAction.TalkSettings) fullName: TinyLife.Actions.TalkAction.CreateMean(string, System.Func<TinyLife.Objects.PersonLike, float>, TinyLife.Actions.TalkAction.TalkSettings)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateMean
path: ../TinyLife/Actions/TalkAction.cs
startLine: 133
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -504,6 +600,14 @@ items:
nameWithType: TalkAction.CreateRomantic(string, Func<PersonLike, float>, TalkAction.TalkSettings) nameWithType: TalkAction.CreateRomantic(string, Func<PersonLike, float>, TalkAction.TalkSettings)
fullName: TinyLife.Actions.TalkAction.CreateRomantic(string, System.Func<TinyLife.Objects.PersonLike, float>, TinyLife.Actions.TalkAction.TalkSettings) fullName: TinyLife.Actions.TalkAction.CreateRomantic(string, System.Func<TinyLife.Objects.PersonLike, float>, TinyLife.Actions.TalkAction.TalkSettings)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateRomantic
path: ../TinyLife/Actions/TalkAction.cs
startLine: 146
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

View file

@ -18,6 +18,14 @@ items:
nameWithType: TellPeopleToLeaveRoomAction nameWithType: TellPeopleToLeaveRoomAction
fullName: TinyLife.Actions.TellPeopleToLeaveRoomAction fullName: TinyLife.Actions.TellPeopleToLeaveRoomAction
type: Class type: Class
source:
remote:
path: TinyLife/Actions/TellPeopleToLeaveRoomAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TellPeopleToLeaveRoomAction
path: ../TinyLife/Actions/TellPeopleToLeaveRoomAction.cs
startLine: 15
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -119,6 +127,14 @@ items:
nameWithType: TellPeopleToLeaveRoomAction.ExcludedPeople nameWithType: TellPeopleToLeaveRoomAction.ExcludedPeople
fullName: TinyLife.Actions.TellPeopleToLeaveRoomAction.ExcludedPeople fullName: TinyLife.Actions.TellPeopleToLeaveRoomAction.ExcludedPeople
type: Field type: Field
source:
remote:
path: TinyLife/Actions/TellPeopleToLeaveRoomAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ExcludedPeople
path: ../TinyLife/Actions/TellPeopleToLeaveRoomAction.cs
startLine: 21
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -150,6 +166,14 @@ items:
nameWithType: TellPeopleToLeaveRoomAction.TellPeopleToLeaveRoomAction(ActionInfo, params Guid[]) nameWithType: TellPeopleToLeaveRoomAction.TellPeopleToLeaveRoomAction(ActionInfo, params Guid[])
fullName: TinyLife.Actions.TellPeopleToLeaveRoomAction.TellPeopleToLeaveRoomAction(TinyLife.Actions.ActionInfo, params System.Guid[]) fullName: TinyLife.Actions.TellPeopleToLeaveRoomAction.TellPeopleToLeaveRoomAction(TinyLife.Actions.ActionInfo, params System.Guid[])
type: Constructor type: Constructor
source:
remote:
path: TinyLife/Actions/TellPeopleToLeaveRoomAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/TellPeopleToLeaveRoomAction.cs
startLine: 24
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -177,6 +201,14 @@ items:
nameWithType: TellPeopleToLeaveRoomAction.Initialize() nameWithType: TellPeopleToLeaveRoomAction.Initialize()
fullName: TinyLife.Actions.TellPeopleToLeaveRoomAction.Initialize() fullName: TinyLife.Actions.TellPeopleToLeaveRoomAction.Initialize()
type: Method type: Method
source:
remote:
path: TinyLife/Actions/TellPeopleToLeaveRoomAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Initialize
path: ../TinyLife/Actions/TellPeopleToLeaveRoomAction.cs
startLine: 29
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -201,6 +233,14 @@ items:
nameWithType: TellPeopleToLeaveRoomAction.IsCompleted() nameWithType: TellPeopleToLeaveRoomAction.IsCompleted()
fullName: TinyLife.Actions.TellPeopleToLeaveRoomAction.IsCompleted() fullName: TinyLife.Actions.TellPeopleToLeaveRoomAction.IsCompleted()
type: Method type: Method
source:
remote:
path: TinyLife/Actions/TellPeopleToLeaveRoomAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsCompleted
path: ../TinyLife/Actions/TellPeopleToLeaveRoomAction.cs
startLine: 39
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -230,6 +270,14 @@ items:
nameWithType: TellPeopleToLeaveRoomAction.OnCompleted(CompletionType) nameWithType: TellPeopleToLeaveRoomAction.OnCompleted(CompletionType)
fullName: TinyLife.Actions.TellPeopleToLeaveRoomAction.OnCompleted(TinyLife.Actions.CompletionType) fullName: TinyLife.Actions.TellPeopleToLeaveRoomAction.OnCompleted(TinyLife.Actions.CompletionType)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/TellPeopleToLeaveRoomAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted
path: ../TinyLife/Actions/TellPeopleToLeaveRoomAction.cs
startLine: 46
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -260,6 +308,14 @@ items:
nameWithType: TellPeopleToLeaveRoomAction.TryToLeaveRoom(Room, PersonLike) nameWithType: TellPeopleToLeaveRoomAction.TryToLeaveRoom(Room, PersonLike)
fullName: TinyLife.Actions.TellPeopleToLeaveRoomAction.TryToLeaveRoom(TinyLife.World.Room, TinyLife.Objects.PersonLike) fullName: TinyLife.Actions.TellPeopleToLeaveRoomAction.TryToLeaveRoom(TinyLife.World.Room, TinyLife.Objects.PersonLike)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/TellPeopleToLeaveRoomAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TryToLeaveRoom
path: ../TinyLife/Actions/TellPeopleToLeaveRoomAction.cs
startLine: 71
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

View file

@ -20,6 +20,14 @@ items:
nameWithType: TryGoHereAction nameWithType: TryGoHereAction
fullName: TinyLife.Actions.TryGoHereAction fullName: TinyLife.Actions.TryGoHereAction
type: Class type: Class
source:
remote:
path: TinyLife/Actions/TryGoHereAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TryGoHereAction
path: ../TinyLife/Actions/TryGoHereAction.cs
startLine: 18
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -119,6 +127,14 @@ items:
nameWithType: TryGoHereAction.TryGoHereAction(PersonLike, IEnumerable<(Map Map, Point Pos, float Floor)>) nameWithType: TryGoHereAction.TryGoHereAction(PersonLike, IEnumerable<(Map Map, Point Pos, float Floor)>)
fullName: TinyLife.Actions.TryGoHereAction.TryGoHereAction(TinyLife.Objects.PersonLike, System.Collections.Generic.IEnumerable<(TinyLife.World.Map Map, Microsoft.Xna.Framework.Point Pos, float Floor)>) fullName: TinyLife.Actions.TryGoHereAction.TryGoHereAction(TinyLife.Objects.PersonLike, System.Collections.Generic.IEnumerable<(TinyLife.World.Map Map, Microsoft.Xna.Framework.Point Pos, float Floor)>)
type: Constructor type: Constructor
source:
remote:
path: TinyLife/Actions/TryGoHereAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/TryGoHereAction.cs
startLine: 26
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -146,6 +162,14 @@ items:
nameWithType: TryGoHereAction.TryGoHereAction(PersonLike, IEnumerable<(Map Map, Vector2 Pos, float Floor)>) nameWithType: TryGoHereAction.TryGoHereAction(PersonLike, IEnumerable<(Map Map, Vector2 Pos, float Floor)>)
fullName: TinyLife.Actions.TryGoHereAction.TryGoHereAction(TinyLife.Objects.PersonLike, System.Collections.Generic.IEnumerable<(TinyLife.World.Map Map, Microsoft.Xna.Framework.Vector2 Pos, float Floor)>) fullName: TinyLife.Actions.TryGoHereAction.TryGoHereAction(TinyLife.Objects.PersonLike, System.Collections.Generic.IEnumerable<(TinyLife.World.Map Map, Microsoft.Xna.Framework.Vector2 Pos, float Floor)>)
type: Constructor type: Constructor
source:
remote:
path: TinyLife/Actions/TryGoHereAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/TryGoHereAction.cs
startLine: 30
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -173,6 +197,14 @@ items:
nameWithType: TryGoHereAction.TryGoHereAction(ActionInfo) nameWithType: TryGoHereAction.TryGoHereAction(ActionInfo)
fullName: TinyLife.Actions.TryGoHereAction.TryGoHereAction(TinyLife.Actions.ActionInfo) fullName: TinyLife.Actions.TryGoHereAction.TryGoHereAction(TinyLife.Actions.ActionInfo)
type: Constructor type: Constructor
source:
remote:
path: TinyLife/Actions/TryGoHereAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/TryGoHereAction.cs
startLine: 34
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -210,6 +242,14 @@ items:
nameWithType: TryGoHereAction.Initialize() nameWithType: TryGoHereAction.Initialize()
fullName: TinyLife.Actions.TryGoHereAction.Initialize() fullName: TinyLife.Actions.TryGoHereAction.Initialize()
type: Method type: Method
source:
remote:
path: TinyLife/Actions/TryGoHereAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Initialize
path: ../TinyLife/Actions/TryGoHereAction.cs
startLine: 40
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -234,6 +274,14 @@ items:
nameWithType: TryGoHereAction.Update(GameTime, TimeSpan, float) nameWithType: TryGoHereAction.Update(GameTime, TimeSpan, float)
fullName: TinyLife.Actions.TryGoHereAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) fullName: TinyLife.Actions.TryGoHereAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/TryGoHereAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: ../TinyLife/Actions/TryGoHereAction.cs
startLine: 46
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -271,6 +319,14 @@ items:
nameWithType: TryGoHereAction.Validate(PersonLike) nameWithType: TryGoHereAction.Validate(PersonLike)
fullName: TinyLife.Actions.TryGoHereAction.Validate(TinyLife.Objects.PersonLike) fullName: TinyLife.Actions.TryGoHereAction.Validate(TinyLife.Objects.PersonLike)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/TryGoHereAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: ../TinyLife/Actions/TryGoHereAction.cs
startLine: 56
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -304,6 +360,14 @@ items:
nameWithType: TryGoHereAction.IsCompleted() nameWithType: TryGoHereAction.IsCompleted()
fullName: TinyLife.Actions.TryGoHereAction.IsCompleted() fullName: TinyLife.Actions.TryGoHereAction.IsCompleted()
type: Method type: Method
source:
remote:
path: TinyLife/Actions/TryGoHereAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsCompleted
path: ../TinyLife/Actions/TryGoHereAction.cs
startLine: 61
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -333,6 +397,14 @@ items:
nameWithType: TryGoHereAction.OnCompleted(CompletionType) nameWithType: TryGoHereAction.OnCompleted(CompletionType)
fullName: TinyLife.Actions.TryGoHereAction.OnCompleted(TinyLife.Actions.CompletionType) fullName: TinyLife.Actions.TryGoHereAction.OnCompleted(TinyLife.Actions.CompletionType)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/TryGoHereAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted
path: ../TinyLife/Actions/TryGoHereAction.cs
startLine: 66
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

View file

@ -17,6 +17,14 @@ items:
nameWithType: WalkAction nameWithType: WalkAction
fullName: TinyLife.Actions.WalkAction fullName: TinyLife.Actions.WalkAction
type: Class type: Class
source:
remote:
path: TinyLife/Actions/WalkAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WalkAction
path: ../TinyLife/Actions/WalkAction.cs
startLine: 15
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -122,6 +130,14 @@ items:
nameWithType: WalkAction.DrainEnergy nameWithType: WalkAction.DrainEnergy
fullName: TinyLife.Actions.WalkAction.DrainEnergy fullName: TinyLife.Actions.WalkAction.DrainEnergy
type: Field type: Field
source:
remote:
path: TinyLife/Actions/WalkAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DrainEnergy
path: ../TinyLife/Actions/WalkAction.cs
startLine: 22
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -156,6 +172,14 @@ items:
nameWithType: WalkAction.WalkAction(ActionInfo) nameWithType: WalkAction.WalkAction(ActionInfo)
fullName: TinyLife.Actions.WalkAction.WalkAction(TinyLife.Actions.ActionInfo) fullName: TinyLife.Actions.WalkAction.WalkAction(TinyLife.Actions.ActionInfo)
type: Constructor type: Constructor
source:
remote:
path: TinyLife/Actions/WalkAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/WalkAction.cs
startLine: 27
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -183,6 +207,14 @@ items:
nameWithType: WalkAction.FindPath(ICollection<(Point Pos, int Floor)>) nameWithType: WalkAction.FindPath(ICollection<(Point Pos, int Floor)>)
fullName: TinyLife.Actions.WalkAction.FindPath(System.Collections.Generic.ICollection<(Microsoft.Xna.Framework.Point Pos, int Floor)>) fullName: TinyLife.Actions.WalkAction.FindPath(System.Collections.Generic.ICollection<(Microsoft.Xna.Framework.Point Pos, int Floor)>)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/WalkAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FindPath
path: ../TinyLife/Actions/WalkAction.cs
startLine: 32
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -214,6 +246,14 @@ items:
nameWithType: WalkAction.GetSpeed() nameWithType: WalkAction.GetSpeed()
fullName: TinyLife.Actions.WalkAction.GetSpeed() fullName: TinyLife.Actions.WalkAction.GetSpeed()
type: Method type: Method
source:
remote:
path: TinyLife/Actions/WalkAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetSpeed
path: ../TinyLife/Actions/WalkAction.cs
startLine: 54
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -238,6 +278,14 @@ items:
nameWithType: WalkAction.Update(GameTime, TimeSpan, float) nameWithType: WalkAction.Update(GameTime, TimeSpan, float)
fullName: TinyLife.Actions.WalkAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) fullName: TinyLife.Actions.WalkAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/WalkAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: ../TinyLife/Actions/WalkAction.cs
startLine: 59
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

View file

@ -19,6 +19,14 @@ items:
nameWithType: WatchTvAction nameWithType: WatchTvAction
fullName: TinyLife.Actions.WatchTvAction fullName: TinyLife.Actions.WatchTvAction
type: Class type: Class
source:
remote:
path: TinyLife/Actions/WatchTvAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WatchTvAction
path: ../TinyLife/Actions/WatchTvAction.cs
startLine: 16
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -131,6 +139,14 @@ items:
nameWithType: WatchTvAction.FullyInProgress nameWithType: WatchTvAction.FullyInProgress
fullName: TinyLife.Actions.WatchTvAction.FullyInProgress fullName: TinyLife.Actions.WatchTvAction.FullyInProgress
type: Property type: Property
source:
remote:
path: TinyLife/Actions/WatchTvAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FullyInProgress
path: ../TinyLife/Actions/WatchTvAction.cs
startLine: 24
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -161,6 +177,14 @@ items:
nameWithType: WatchTvAction.WatchTvAction(ActionType, ActionInfo, Television.Channel) nameWithType: WatchTvAction.WatchTvAction(ActionType, ActionInfo, Television.Channel)
fullName: TinyLife.Actions.WatchTvAction.WatchTvAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, TinyLife.Objects.Television.Channel) fullName: TinyLife.Actions.WatchTvAction.WatchTvAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, TinyLife.Objects.Television.Channel)
type: Constructor type: Constructor
source:
remote:
path: TinyLife/Actions/WatchTvAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/WatchTvAction.cs
startLine: 27
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -190,6 +214,14 @@ items:
nameWithType: WatchTvAction.CreateFirstActions() nameWithType: WatchTvAction.CreateFirstActions()
fullName: TinyLife.Actions.WatchTvAction.CreateFirstActions() fullName: TinyLife.Actions.WatchTvAction.CreateFirstActions()
type: Method type: Method
source:
remote:
path: TinyLife/Actions/WatchTvAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFirstActions
path: ../TinyLife/Actions/WatchTvAction.cs
startLine: 32
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -221,6 +253,14 @@ items:
nameWithType: WatchTvAction.AndThenUpdate(GameTime, TimeSpan, float) nameWithType: WatchTvAction.AndThenUpdate(GameTime, TimeSpan, float)
fullName: TinyLife.Actions.WatchTvAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) fullName: TinyLife.Actions.WatchTvAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/WatchTvAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenUpdate
path: ../TinyLife/Actions/WatchTvAction.cs
startLine: 62
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -260,6 +300,14 @@ items:
nameWithType: WatchTvAction.AndThenIsCompleted() nameWithType: WatchTvAction.AndThenIsCompleted()
fullName: TinyLife.Actions.WatchTvAction.AndThenIsCompleted() fullName: TinyLife.Actions.WatchTvAction.AndThenIsCompleted()
type: Method type: Method
source:
remote:
path: TinyLife/Actions/WatchTvAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenIsCompleted
path: ../TinyLife/Actions/WatchTvAction.cs
startLine: 93
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -287,6 +335,14 @@ items:
nameWithType: WatchTvAction.CanMultitask(Action) nameWithType: WatchTvAction.CanMultitask(Action)
fullName: TinyLife.Actions.WatchTvAction.CanMultitask(TinyLife.Actions.Action) fullName: TinyLife.Actions.WatchTvAction.CanMultitask(TinyLife.Actions.Action)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/WatchTvAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanMultitask
path: ../TinyLife/Actions/WatchTvAction.cs
startLine: 102
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -322,6 +378,14 @@ items:
nameWithType: WatchTvAction.AndThenOnCompleted(CompletionType) nameWithType: WatchTvAction.AndThenOnCompleted(CompletionType)
fullName: TinyLife.Actions.WatchTvAction.AndThenOnCompleted(TinyLife.Actions.CompletionType) fullName: TinyLife.Actions.WatchTvAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/WatchTvAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenOnCompleted
path: ../TinyLife/Actions/WatchTvAction.cs
startLine: 112
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

View file

@ -20,6 +20,14 @@ items:
nameWithType: WorkAction nameWithType: WorkAction
fullName: TinyLife.Actions.WorkAction fullName: TinyLife.Actions.WorkAction
type: Class type: Class
source:
remote:
path: TinyLife/Actions/WorkAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WorkAction
path: ../TinyLife/Actions/WorkAction.cs
startLine: 16
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -131,6 +139,14 @@ items:
nameWithType: WorkAction.Job nameWithType: WorkAction.Job
fullName: TinyLife.Actions.WorkAction.Job fullName: TinyLife.Actions.WorkAction.Job
type: Property type: Property
source:
remote:
path: TinyLife/Actions/WorkAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Job
path: ../TinyLife/Actions/WorkAction.cs
startLine: 21
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -154,6 +170,14 @@ items:
nameWithType: WorkAction.WorkAction(ActionType, ActionInfo) nameWithType: WorkAction.WorkAction(ActionType, ActionInfo)
fullName: TinyLife.Actions.WorkAction.WorkAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo) fullName: TinyLife.Actions.WorkAction.WorkAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo)
type: Constructor type: Constructor
source:
remote:
path: TinyLife/Actions/WorkAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/WorkAction.cs
startLine: 31
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -181,6 +205,14 @@ items:
nameWithType: WorkAction.CanCancel(Action) nameWithType: WorkAction.CanCancel(Action)
fullName: TinyLife.Actions.WorkAction.CanCancel(TinyLife.Actions.Action) fullName: TinyLife.Actions.WorkAction.CanCancel(TinyLife.Actions.Action)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/WorkAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanCancel
path: ../TinyLife/Actions/WorkAction.cs
startLine: 34
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -214,6 +246,14 @@ items:
nameWithType: WorkAction.PreInitialize() nameWithType: WorkAction.PreInitialize()
fullName: TinyLife.Actions.WorkAction.PreInitialize() fullName: TinyLife.Actions.WorkAction.PreInitialize()
type: Method type: Method
source:
remote:
path: TinyLife/Actions/WorkAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PreInitialize
path: ../TinyLife/Actions/WorkAction.cs
startLine: 39
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -238,6 +278,14 @@ items:
nameWithType: WorkAction.AndThenInitialize() nameWithType: WorkAction.AndThenInitialize()
fullName: TinyLife.Actions.WorkAction.AndThenInitialize() fullName: TinyLife.Actions.WorkAction.AndThenInitialize()
type: Method type: Method
source:
remote:
path: TinyLife/Actions/WorkAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenInitialize
path: ../TinyLife/Actions/WorkAction.cs
startLine: 45
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -262,6 +310,14 @@ items:
nameWithType: WorkAction.AndThenUpdate(GameTime, TimeSpan, float) nameWithType: WorkAction.AndThenUpdate(GameTime, TimeSpan, float)
fullName: TinyLife.Actions.WorkAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) fullName: TinyLife.Actions.WorkAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/WorkAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenUpdate
path: ../TinyLife/Actions/WorkAction.cs
startLine: 58
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -301,6 +357,14 @@ items:
nameWithType: WorkAction.AndThenIsCompleted() nameWithType: WorkAction.AndThenIsCompleted()
fullName: TinyLife.Actions.WorkAction.AndThenIsCompleted() fullName: TinyLife.Actions.WorkAction.AndThenIsCompleted()
type: Method type: Method
source:
remote:
path: TinyLife/Actions/WorkAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenIsCompleted
path: ../TinyLife/Actions/WorkAction.cs
startLine: 88
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -328,6 +392,14 @@ items:
nameWithType: WorkAction.AndThenOnCompleted(CompletionType) nameWithType: WorkAction.AndThenOnCompleted(CompletionType)
fullName: TinyLife.Actions.WorkAction.AndThenOnCompleted(TinyLife.Actions.CompletionType) fullName: TinyLife.Actions.WorkAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
type: Method type: Method
source:
remote:
path: TinyLife/Actions/WorkAction.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenOnCompleted
path: ../TinyLife/Actions/WorkAction.cs
startLine: 95
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

View file

@ -12,6 +12,14 @@ items:
nameWithType: Debug.CheatDelegate nameWithType: Debug.CheatDelegate
fullName: TinyLife.Debug.CheatDelegate fullName: TinyLife.Debug.CheatDelegate
type: Delegate type: Delegate
source:
remote:
path: TinyLife/Debug.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CheatDelegate
path: ../TinyLife/Debug.cs
startLine: 943
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife

View file

@ -12,6 +12,14 @@ items:
nameWithType: Debug.DebugDelegate nameWithType: Debug.DebugDelegate
fullName: TinyLife.Debug.DebugDelegate fullName: TinyLife.Debug.DebugDelegate
type: Delegate type: Delegate
source:
remote:
path: TinyLife/Debug.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DebugDelegate
path: ../TinyLife/Debug.cs
startLine: 948
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife

View file

@ -15,6 +15,14 @@ items:
nameWithType: Debug nameWithType: Debug
fullName: TinyLife.Debug fullName: TinyLife.Debug
type: Class type: Class
source:
remote:
path: TinyLife/Debug.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Debug
path: ../TinyLife/Debug.cs
startLine: 39
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -46,6 +54,14 @@ items:
nameWithType: Debug.Cheats nameWithType: Debug.Cheats
fullName: TinyLife.Debug.Cheats fullName: TinyLife.Debug.Cheats
type: Field type: Field
source:
remote:
path: TinyLife/Debug.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Cheats
path: ../TinyLife/Debug.cs
startLine: 46
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -72,6 +88,14 @@ items:
nameWithType: Debug.DebugLines nameWithType: Debug.DebugLines
fullName: TinyLife.Debug.DebugLines fullName: TinyLife.Debug.DebugLines
type: Field type: Field
source:
remote:
path: TinyLife/Debug.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DebugLines
path: ../TinyLife/Debug.cs
startLine: 52
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -98,6 +122,14 @@ items:
nameWithType: Debug.TryCheat(string) nameWithType: Debug.TryCheat(string)
fullName: TinyLife.Debug.TryCheat(string) fullName: TinyLife.Debug.TryCheat(string)
type: Method type: Method
source:
remote:
path: TinyLife/Debug.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TryCheat
path: ../TinyLife/Debug.cs
startLine: 725
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife

View file

@ -15,6 +15,14 @@ items:
nameWithType: DifficultyModifier nameWithType: DifficultyModifier
fullName: TinyLife.DifficultyModifier fullName: TinyLife.DifficultyModifier
type: Enum type: Enum
source:
remote:
path: TinyLife/Options.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DifficultyModifier
path: ../TinyLife/Options.cs
startLine: 684
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -36,6 +44,14 @@ items:
nameWithType: DifficultyModifier.Chill nameWithType: DifficultyModifier.Chill
fullName: TinyLife.DifficultyModifier.Chill fullName: TinyLife.DifficultyModifier.Chill
type: Field type: Field
source:
remote:
path: TinyLife/Options.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Chill
path: ../TinyLife/Options.cs
startLine: 689
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -56,6 +72,14 @@ items:
nameWithType: DifficultyModifier.Normal nameWithType: DifficultyModifier.Normal
fullName: TinyLife.DifficultyModifier.Normal fullName: TinyLife.DifficultyModifier.Normal
type: Field type: Field
source:
remote:
path: TinyLife/Options.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Normal
path: ../TinyLife/Options.cs
startLine: 693
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -76,6 +100,14 @@ items:
nameWithType: DifficultyModifier.Intense nameWithType: DifficultyModifier.Intense
fullName: TinyLife.DifficultyModifier.Intense fullName: TinyLife.DifficultyModifier.Intense
type: Field type: Field
source:
remote:
path: TinyLife/Options.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Intense
path: ../TinyLife/Options.cs
startLine: 697
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife

View file

@ -14,6 +14,14 @@ items:
nameWithType: CombinedEmotionSource nameWithType: CombinedEmotionSource
fullName: TinyLife.Emotions.CombinedEmotionSource fullName: TinyLife.Emotions.CombinedEmotionSource
type: Class type: Class
source:
remote:
path: TinyLife/Emotions/IEmotionSource.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CombinedEmotionSource
path: ../TinyLife/Emotions/IEmotionSource.cs
startLine: 27
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -60,6 +68,14 @@ items:
nameWithType: CombinedEmotionSource.SourceString nameWithType: CombinedEmotionSource.SourceString
fullName: TinyLife.Emotions.CombinedEmotionSource.SourceString fullName: TinyLife.Emotions.CombinedEmotionSource.SourceString
type: Property type: Property
source:
remote:
path: TinyLife/Emotions/IEmotionSource.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SourceString
path: ../TinyLife/Emotions/IEmotionSource.cs
startLine: 31
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -85,6 +101,14 @@ items:
nameWithType: CombinedEmotionSource.CombinedEmotionSource(params IEmotionSource[]) nameWithType: CombinedEmotionSource.CombinedEmotionSource(params IEmotionSource[])
fullName: TinyLife.Emotions.CombinedEmotionSource.CombinedEmotionSource(params TinyLife.Emotions.IEmotionSource[]) fullName: TinyLife.Emotions.CombinedEmotionSource.CombinedEmotionSource(params TinyLife.Emotions.IEmotionSource[])
type: Constructor type: Constructor
source:
remote:
path: TinyLife/Emotions/IEmotionSource.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Emotions/IEmotionSource.cs
startLine: 39
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions

View file

@ -20,6 +20,14 @@ items:
nameWithType: EmotionModifier.Instance nameWithType: EmotionModifier.Instance
fullName: TinyLife.Emotions.EmotionModifier.Instance fullName: TinyLife.Emotions.EmotionModifier.Instance
type: Class type: Class
source:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Instance
path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 486
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -64,6 +72,14 @@ items:
nameWithType: EmotionModifier.Instance.Type nameWithType: EmotionModifier.Instance.Type
fullName: TinyLife.Emotions.EmotionModifier.Instance.Type fullName: TinyLife.Emotions.EmotionModifier.Instance.Type
type: Field type: Field
source:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Type
path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 493
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -95,6 +111,14 @@ items:
nameWithType: EmotionModifier.Instance.Amount nameWithType: EmotionModifier.Instance.Amount
fullName: TinyLife.Emotions.EmotionModifier.Instance.Amount fullName: TinyLife.Emotions.EmotionModifier.Instance.Amount
type: Field type: Field
source:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Amount
path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 498
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -126,6 +150,14 @@ items:
nameWithType: EmotionModifier.Instance.TotalTime nameWithType: EmotionModifier.Instance.TotalTime
fullName: TinyLife.Emotions.EmotionModifier.Instance.TotalTime fullName: TinyLife.Emotions.EmotionModifier.Instance.TotalTime
type: Field type: Field
source:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TotalTime
path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 503
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -157,6 +189,14 @@ items:
nameWithType: EmotionModifier.Instance.Time nameWithType: EmotionModifier.Instance.Time
fullName: TinyLife.Emotions.EmotionModifier.Instance.Time fullName: TinyLife.Emotions.EmotionModifier.Instance.Time
type: Property type: Property
source:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Time
path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 508
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -190,6 +230,14 @@ items:
nameWithType: EmotionModifier.Instance.Person nameWithType: EmotionModifier.Instance.Person
fullName: TinyLife.Emotions.EmotionModifier.Instance.Person fullName: TinyLife.Emotions.EmotionModifier.Instance.Person
type: Property type: Property
source:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Person
path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 513
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -213,6 +261,14 @@ items:
nameWithType: EmotionModifier.Instance.Source nameWithType: EmotionModifier.Instance.Source
fullName: TinyLife.Emotions.EmotionModifier.Instance.Source fullName: TinyLife.Emotions.EmotionModifier.Instance.Source
type: Property type: Property
source:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Source
path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 518
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -239,6 +295,14 @@ items:
nameWithType: EmotionModifier.Instance.PassTime(TimeSpan) nameWithType: EmotionModifier.Instance.PassTime(TimeSpan)
fullName: TinyLife.Emotions.EmotionModifier.Instance.PassTime(System.TimeSpan) fullName: TinyLife.Emotions.EmotionModifier.Instance.PassTime(System.TimeSpan)
type: Method type: Method
source:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PassTime
path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 538
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -266,6 +330,14 @@ items:
nameWithType: EmotionModifier.Instance.Validate(PersonLike) nameWithType: EmotionModifier.Instance.Validate(PersonLike)
fullName: TinyLife.Emotions.EmotionModifier.Instance.Validate(TinyLife.Objects.PersonLike) fullName: TinyLife.Emotions.EmotionModifier.Instance.Validate(TinyLife.Objects.PersonLike)
type: Method type: Method
source:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 552
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions

File diff suppressed because it is too large Load diff

View file

@ -15,6 +15,14 @@ items:
nameWithType: EmotionType.TypeCategory nameWithType: EmotionType.TypeCategory
fullName: TinyLife.Emotions.EmotionType.TypeCategory fullName: TinyLife.Emotions.EmotionType.TypeCategory
type: Enum type: Enum
source:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TypeCategory
path: ../TinyLife/Emotions/EmotionType.cs
startLine: 99
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -39,6 +47,14 @@ items:
nameWithType: EmotionType.TypeCategory.Negative nameWithType: EmotionType.TypeCategory.Negative
fullName: TinyLife.Emotions.EmotionType.TypeCategory.Negative fullName: TinyLife.Emotions.EmotionType.TypeCategory.Negative
type: Field type: Field
source:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Negative
path: ../TinyLife/Emotions/EmotionType.cs
startLine: 104
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -59,6 +75,14 @@ items:
nameWithType: EmotionType.TypeCategory.Positive nameWithType: EmotionType.TypeCategory.Positive
fullName: TinyLife.Emotions.EmotionType.TypeCategory.Positive fullName: TinyLife.Emotions.EmotionType.TypeCategory.Positive
type: Field type: Field
source:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Positive
path: ../TinyLife/Emotions/EmotionType.cs
startLine: 108
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -79,6 +103,14 @@ items:
nameWithType: EmotionType.TypeCategory.Neutral nameWithType: EmotionType.TypeCategory.Neutral
fullName: TinyLife.Emotions.EmotionType.TypeCategory.Neutral fullName: TinyLife.Emotions.EmotionType.TypeCategory.Neutral
type: Field type: Field
source:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Neutral
path: ../TinyLife/Emotions/EmotionType.cs
startLine: 112
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions

View file

@ -37,6 +37,14 @@ items:
nameWithType: EmotionType nameWithType: EmotionType
fullName: TinyLife.Emotions.EmotionType fullName: TinyLife.Emotions.EmotionType
type: Class type: Class
source:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EmotionType
path: ../TinyLife/Emotions/EmotionType.cs
startLine: 16
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -77,6 +85,14 @@ items:
nameWithType: EmotionType.Types nameWithType: EmotionType.Types
fullName: TinyLife.Emotions.EmotionType.Types fullName: TinyLife.Emotions.EmotionType.Types
type: Field type: Field
source:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Types
path: ../TinyLife/Emotions/EmotionType.cs
startLine: 23
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -98,6 +114,14 @@ items:
nameWithType: EmotionType.Fine nameWithType: EmotionType.Fine
fullName: TinyLife.Emotions.EmotionType.Fine fullName: TinyLife.Emotions.EmotionType.Fine
type: Field type: Field
source:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Fine
path: ../TinyLife/Emotions/EmotionType.cs
startLine: 26
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -117,6 +141,14 @@ items:
nameWithType: EmotionType.Uncomfortable nameWithType: EmotionType.Uncomfortable
fullName: TinyLife.Emotions.EmotionType.Uncomfortable fullName: TinyLife.Emotions.EmotionType.Uncomfortable
type: Field type: Field
source:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Uncomfortable
path: ../TinyLife/Emotions/EmotionType.cs
startLine: 27
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -136,6 +168,14 @@ items:
nameWithType: EmotionType.Happy nameWithType: EmotionType.Happy
fullName: TinyLife.Emotions.EmotionType.Happy fullName: TinyLife.Emotions.EmotionType.Happy
type: Field type: Field
source:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Happy
path: ../TinyLife/Emotions/EmotionType.cs
startLine: 28
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -155,6 +195,14 @@ items:
nameWithType: EmotionType.Asleep nameWithType: EmotionType.Asleep
fullName: TinyLife.Emotions.EmotionType.Asleep fullName: TinyLife.Emotions.EmotionType.Asleep
type: Field type: Field
source:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Asleep
path: ../TinyLife/Emotions/EmotionType.cs
startLine: 29
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -174,6 +222,14 @@ items:
nameWithType: EmotionType.Embarrassed nameWithType: EmotionType.Embarrassed
fullName: TinyLife.Emotions.EmotionType.Embarrassed fullName: TinyLife.Emotions.EmotionType.Embarrassed
type: Field type: Field
source:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Embarrassed
path: ../TinyLife/Emotions/EmotionType.cs
startLine: 30
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -193,6 +249,14 @@ items:
nameWithType: EmotionType.Sad nameWithType: EmotionType.Sad
fullName: TinyLife.Emotions.EmotionType.Sad fullName: TinyLife.Emotions.EmotionType.Sad
type: Field type: Field
source:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Sad
path: ../TinyLife/Emotions/EmotionType.cs
startLine: 31
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -212,6 +276,14 @@ items:
nameWithType: EmotionType.Bored nameWithType: EmotionType.Bored
fullName: TinyLife.Emotions.EmotionType.Bored fullName: TinyLife.Emotions.EmotionType.Bored
type: Field type: Field
source:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Bored
path: ../TinyLife/Emotions/EmotionType.cs
startLine: 32
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -231,6 +303,14 @@ items:
nameWithType: EmotionType.Frisky nameWithType: EmotionType.Frisky
fullName: TinyLife.Emotions.EmotionType.Frisky fullName: TinyLife.Emotions.EmotionType.Frisky
type: Field type: Field
source:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Frisky
path: ../TinyLife/Emotions/EmotionType.cs
startLine: 33
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -250,6 +330,14 @@ items:
nameWithType: EmotionType.Creative nameWithType: EmotionType.Creative
fullName: TinyLife.Emotions.EmotionType.Creative fullName: TinyLife.Emotions.EmotionType.Creative
type: Field type: Field
source:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Creative
path: ../TinyLife/Emotions/EmotionType.cs
startLine: 34
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -269,6 +357,14 @@ items:
nameWithType: EmotionType.Focused nameWithType: EmotionType.Focused
fullName: TinyLife.Emotions.EmotionType.Focused fullName: TinyLife.Emotions.EmotionType.Focused
type: Field type: Field
source:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Focused
path: ../TinyLife/Emotions/EmotionType.cs
startLine: 35
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -288,6 +384,14 @@ items:
nameWithType: EmotionType.Stunned nameWithType: EmotionType.Stunned
fullName: TinyLife.Emotions.EmotionType.Stunned fullName: TinyLife.Emotions.EmotionType.Stunned
type: Field type: Field
source:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Stunned
path: ../TinyLife/Emotions/EmotionType.cs
startLine: 36
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -307,6 +411,14 @@ items:
nameWithType: EmotionType.Angry nameWithType: EmotionType.Angry
fullName: TinyLife.Emotions.EmotionType.Angry fullName: TinyLife.Emotions.EmotionType.Angry
type: Field type: Field
source:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Angry
path: ../TinyLife/Emotions/EmotionType.cs
startLine: 37
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -326,6 +438,14 @@ items:
nameWithType: EmotionType.Energetic nameWithType: EmotionType.Energetic
fullName: TinyLife.Emotions.EmotionType.Energetic fullName: TinyLife.Emotions.EmotionType.Energetic
type: Field type: Field
source:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Energetic
path: ../TinyLife/Emotions/EmotionType.cs
startLine: 38
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -345,6 +465,14 @@ items:
nameWithType: EmotionType.Uneasy nameWithType: EmotionType.Uneasy
fullName: TinyLife.Emotions.EmotionType.Uneasy fullName: TinyLife.Emotions.EmotionType.Uneasy
type: Field type: Field
source:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Uneasy
path: ../TinyLife/Emotions/EmotionType.cs
startLine: 39
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -364,6 +492,14 @@ items:
nameWithType: EmotionType.Relaxed nameWithType: EmotionType.Relaxed
fullName: TinyLife.Emotions.EmotionType.Relaxed fullName: TinyLife.Emotions.EmotionType.Relaxed
type: Field type: Field
source:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Relaxed
path: ../TinyLife/Emotions/EmotionType.cs
startLine: 40
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -383,6 +519,14 @@ items:
nameWithType: EmotionType.Confident nameWithType: EmotionType.Confident
fullName: TinyLife.Emotions.EmotionType.Confident fullName: TinyLife.Emotions.EmotionType.Confident
type: Field type: Field
source:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Confident
path: ../TinyLife/Emotions/EmotionType.cs
startLine: 41
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -402,6 +546,14 @@ items:
nameWithType: EmotionType.Goofy nameWithType: EmotionType.Goofy
fullName: TinyLife.Emotions.EmotionType.Goofy fullName: TinyLife.Emotions.EmotionType.Goofy
type: Field type: Field
source:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Goofy
path: ../TinyLife/Emotions/EmotionType.cs
startLine: 42
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -421,6 +573,14 @@ items:
nameWithType: EmotionType.Name nameWithType: EmotionType.Name
fullName: TinyLife.Emotions.EmotionType.Name fullName: TinyLife.Emotions.EmotionType.Name
type: Field type: Field
source:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name
path: ../TinyLife/Emotions/EmotionType.cs
startLine: 48
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -442,6 +602,14 @@ items:
nameWithType: EmotionType.Icon nameWithType: EmotionType.Icon
fullName: TinyLife.Emotions.EmotionType.Icon fullName: TinyLife.Emotions.EmotionType.Icon
type: Field type: Field
source:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Icon
path: ../TinyLife/Emotions/EmotionType.cs
startLine: 52
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -463,6 +631,14 @@ items:
nameWithType: EmotionType.Color nameWithType: EmotionType.Color
fullName: TinyLife.Emotions.EmotionType.Color fullName: TinyLife.Emotions.EmotionType.Color
type: Field type: Field
source:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Color
path: ../TinyLife/Emotions/EmotionType.cs
startLine: 57
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -487,6 +663,14 @@ items:
nameWithType: EmotionType.Category nameWithType: EmotionType.Category
fullName: TinyLife.Emotions.EmotionType.Category fullName: TinyLife.Emotions.EmotionType.Category
type: Field type: Field
source:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Category
path: ../TinyLife/Emotions/EmotionType.cs
startLine: 62
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -511,6 +695,14 @@ items:
nameWithType: EmotionType.Priority nameWithType: EmotionType.Priority
fullName: TinyLife.Emotions.EmotionType.Priority fullName: TinyLife.Emotions.EmotionType.Priority
type: Property type: Property
source:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Priority
path: ../TinyLife/Emotions/EmotionType.cs
startLine: 68
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -537,6 +729,14 @@ items:
nameWithType: EmotionType.EmotionType(string, TextureRegion, Color, EmotionType.TypeCategory) nameWithType: EmotionType.EmotionType(string, TextureRegion, Color, EmotionType.TypeCategory)
fullName: TinyLife.Emotions.EmotionType.EmotionType(string, MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Color, TinyLife.Emotions.EmotionType.TypeCategory) fullName: TinyLife.Emotions.EmotionType.EmotionType(string, MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Color, TinyLife.Emotions.EmotionType.TypeCategory)
type: Constructor type: Constructor
source:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Emotions/EmotionType.cs
startLine: 77
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -573,6 +773,14 @@ items:
nameWithType: EmotionType.Register(EmotionType) nameWithType: EmotionType.Register(EmotionType)
fullName: TinyLife.Emotions.EmotionType.Register(TinyLife.Emotions.EmotionType) fullName: TinyLife.Emotions.EmotionType.Register(TinyLife.Emotions.EmotionType)
type: Method type: Method
source:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Register
path: ../TinyLife/Emotions/EmotionType.cs
startLine: 89
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions

View file

@ -13,6 +13,14 @@ items:
nameWithType: IEmotionSource nameWithType: IEmotionSource
fullName: TinyLife.Emotions.IEmotionSource fullName: TinyLife.Emotions.IEmotionSource
type: Interface type: Interface
source:
remote:
path: TinyLife/Emotions/IEmotionSource.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IEmotionSource
path: ../TinyLife/Emotions/IEmotionSource.cs
startLine: 14
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -41,6 +49,14 @@ items:
nameWithType: IEmotionSource.SourceString nameWithType: IEmotionSource.SourceString
fullName: TinyLife.Emotions.IEmotionSource.SourceString fullName: TinyLife.Emotions.IEmotionSource.SourceString
type: Property type: Property
source:
remote:
path: TinyLife/Emotions/IEmotionSource.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SourceString
path: ../TinyLife/Emotions/IEmotionSource.cs
startLine: 19
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions

View file

@ -19,6 +19,14 @@ items:
nameWithType: GameImpl.GameMode nameWithType: GameImpl.GameMode
fullName: TinyLife.GameImpl.GameMode fullName: TinyLife.GameImpl.GameMode
type: Enum type: Enum
source:
remote:
path: TinyLife/GameImpl.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GameMode
path: ../TinyLife/GameImpl.cs
startLine: 1472
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -40,6 +48,14 @@ items:
nameWithType: GameImpl.GameMode.InitialLoad nameWithType: GameImpl.GameMode.InitialLoad
fullName: TinyLife.GameImpl.GameMode.InitialLoad fullName: TinyLife.GameImpl.GameMode.InitialLoad
type: Field type: Field
source:
remote:
path: TinyLife/GameImpl.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InitialLoad
path: ../TinyLife/GameImpl.cs
startLine: 1475
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -60,6 +76,14 @@ items:
nameWithType: GameImpl.GameMode.Splash nameWithType: GameImpl.GameMode.Splash
fullName: TinyLife.GameImpl.GameMode.Splash fullName: TinyLife.GameImpl.GameMode.Splash
type: Field type: Field
source:
remote:
path: TinyLife/GameImpl.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Splash
path: ../TinyLife/GameImpl.cs
startLine: 1477
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -80,6 +104,14 @@ items:
nameWithType: GameImpl.GameMode.MainMenu nameWithType: GameImpl.GameMode.MainMenu
fullName: TinyLife.GameImpl.GameMode.MainMenu fullName: TinyLife.GameImpl.GameMode.MainMenu
type: Field type: Field
source:
remote:
path: TinyLife/GameImpl.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MainMenu
path: ../TinyLife/GameImpl.cs
startLine: 1479
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -100,6 +132,14 @@ items:
nameWithType: GameImpl.GameMode.SelectHousehold nameWithType: GameImpl.GameMode.SelectHousehold
fullName: TinyLife.GameImpl.GameMode.SelectHousehold fullName: TinyLife.GameImpl.GameMode.SelectHousehold
type: Field type: Field
source:
remote:
path: TinyLife/GameImpl.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SelectHousehold
path: ../TinyLife/GameImpl.cs
startLine: 1481
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -120,6 +160,14 @@ items:
nameWithType: GameImpl.GameMode.InGameHousehold nameWithType: GameImpl.GameMode.InGameHousehold
fullName: TinyLife.GameImpl.GameMode.InGameHousehold fullName: TinyLife.GameImpl.GameMode.InGameHousehold
type: Field type: Field
source:
remote:
path: TinyLife/GameImpl.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InGameHousehold
path: ../TinyLife/GameImpl.cs
startLine: 1483
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -140,6 +188,14 @@ items:
nameWithType: GameImpl.GameMode.BuildOnly nameWithType: GameImpl.GameMode.BuildOnly
fullName: TinyLife.GameImpl.GameMode.BuildOnly fullName: TinyLife.GameImpl.GameMode.BuildOnly
type: Field type: Field
source:
remote:
path: TinyLife/GameImpl.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BuildOnly
path: ../TinyLife/GameImpl.cs
startLine: 1485
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -160,6 +216,14 @@ items:
nameWithType: GameImpl.GameMode.CharacterCreation nameWithType: GameImpl.GameMode.CharacterCreation
fullName: TinyLife.GameImpl.GameMode.CharacterCreation fullName: TinyLife.GameImpl.GameMode.CharacterCreation
type: Field type: Field
source:
remote:
path: TinyLife/GameImpl.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CharacterCreation
path: ../TinyLife/GameImpl.cs
startLine: 1487
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife

View file

@ -53,6 +53,14 @@ items:
nameWithType: GameImpl nameWithType: GameImpl
fullName: TinyLife.GameImpl fullName: TinyLife.GameImpl
type: Class type: Class
source:
remote:
path: TinyLife/GameImpl.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GameImpl
path: ../TinyLife/GameImpl.cs
startLine: 58
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -135,6 +143,14 @@ items:
nameWithType: GameImpl.Version nameWithType: GameImpl.Version
fullName: TinyLife.GameImpl.Version fullName: TinyLife.GameImpl.Version
type: Field type: Field
source:
remote:
path: TinyLife/GameImpl.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Version
path: ../TinyLife/GameImpl.cs
startLine: 63
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -156,6 +172,14 @@ items:
nameWithType: GameImpl.Instance nameWithType: GameImpl.Instance
fullName: TinyLife.GameImpl.Instance fullName: TinyLife.GameImpl.Instance
type: Property type: Property
source:
remote:
path: TinyLife/GameImpl.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Instance
path: ../TinyLife/GameImpl.cs
startLine: 68
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -179,6 +203,14 @@ items:
nameWithType: GameImpl.Achievements nameWithType: GameImpl.Achievements
fullName: TinyLife.GameImpl.Achievements fullName: TinyLife.GameImpl.Achievements
type: Field type: Field
source:
remote:
path: TinyLife/GameImpl.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Achievements
path: ../TinyLife/GameImpl.cs
startLine: 76
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -205,6 +237,14 @@ items:
nameWithType: GameImpl.GraphicsMetrics nameWithType: GameImpl.GraphicsMetrics
fullName: TinyLife.GameImpl.GraphicsMetrics fullName: TinyLife.GameImpl.GraphicsMetrics
type: Property type: Property
source:
remote:
path: TinyLife/GameImpl.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GraphicsMetrics
path: ../TinyLife/GameImpl.cs
startLine: 82
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -228,6 +268,14 @@ items:
nameWithType: GameImpl.Camera nameWithType: GameImpl.Camera
fullName: TinyLife.GameImpl.Camera fullName: TinyLife.GameImpl.Camera
type: Property type: Property
source:
remote:
path: TinyLife/GameImpl.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Camera
path: ../TinyLife/GameImpl.cs
startLine: 86
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -251,6 +299,14 @@ items:
nameWithType: GameImpl.Listener nameWithType: GameImpl.Listener
fullName: TinyLife.GameImpl.Listener fullName: TinyLife.GameImpl.Listener
type: Property type: Property
source:
remote:
path: TinyLife/GameImpl.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Listener
path: ../TinyLife/GameImpl.cs
startLine: 90
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -274,6 +330,14 @@ items:
nameWithType: GameImpl.CurrentTool nameWithType: GameImpl.CurrentTool
fullName: TinyLife.GameImpl.CurrentTool fullName: TinyLife.GameImpl.CurrentTool
type: Property type: Property
source:
remote:
path: TinyLife/GameImpl.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CurrentTool
path: ../TinyLife/GameImpl.cs
startLine: 94
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -297,6 +361,14 @@ items:
nameWithType: GameImpl.CurrentHousehold nameWithType: GameImpl.CurrentHousehold
fullName: TinyLife.GameImpl.CurrentHousehold fullName: TinyLife.GameImpl.CurrentHousehold
type: Property type: Property
source:
remote:
path: TinyLife/GameImpl.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CurrentHousehold
path: ../TinyLife/GameImpl.cs
startLine: 109
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -320,6 +392,14 @@ items:
nameWithType: GameImpl.Money nameWithType: GameImpl.Money
fullName: TinyLife.GameImpl.Money fullName: TinyLife.GameImpl.Money
type: Property type: Property
source:
remote:
path: TinyLife/GameImpl.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Money
path: ../TinyLife/GameImpl.cs
startLine: 113
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -343,6 +423,14 @@ items:
nameWithType: GameImpl.CurrentLot nameWithType: GameImpl.CurrentLot
fullName: TinyLife.GameImpl.CurrentLot fullName: TinyLife.GameImpl.CurrentLot
type: Property type: Property
source:
remote:
path: TinyLife/GameImpl.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CurrentLot
path: ../TinyLife/GameImpl.cs
startLine: 123
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -366,6 +454,14 @@ items:
nameWithType: GameImpl.Speed nameWithType: GameImpl.Speed
fullName: TinyLife.GameImpl.Speed fullName: TinyLife.GameImpl.Speed
type: Property type: Property
source:
remote:
path: TinyLife/GameImpl.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Speed
path: ../TinyLife/GameImpl.cs
startLine: 129
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -394,6 +490,14 @@ items:
nameWithType: GameImpl.FollowingPerson nameWithType: GameImpl.FollowingPerson
fullName: TinyLife.GameImpl.FollowingPerson fullName: TinyLife.GameImpl.FollowingPerson
type: Property type: Property
source:
remote:
path: TinyLife/GameImpl.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FollowingPerson
path: ../TinyLife/GameImpl.cs
startLine: 142
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -417,6 +521,14 @@ items:
nameWithType: GameImpl.SaveName nameWithType: GameImpl.SaveName
fullName: TinyLife.GameImpl.SaveName fullName: TinyLife.GameImpl.SaveName
type: Property type: Property
source:
remote:
path: TinyLife/GameImpl.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SaveName
path: ../TinyLife/GameImpl.cs
startLine: 146
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -440,6 +552,14 @@ items:
nameWithType: GameImpl.Mode nameWithType: GameImpl.Mode
fullName: TinyLife.GameImpl.Mode fullName: TinyLife.GameImpl.Mode
type: Property type: Property
source:
remote:
path: TinyLife/GameImpl.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Mode
path: ../TinyLife/GameImpl.cs
startLine: 150
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -463,6 +583,14 @@ items:
nameWithType: GameImpl.CursorPosition nameWithType: GameImpl.CursorPosition
fullName: TinyLife.GameImpl.CursorPosition fullName: TinyLife.GameImpl.CursorPosition
type: Property type: Property
source:
remote:
path: TinyLife/GameImpl.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CursorPosition
path: ../TinyLife/GameImpl.cs
startLine: 155
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -489,6 +617,14 @@ items:
nameWithType: GameImpl.CurrentCursor nameWithType: GameImpl.CurrentCursor
fullName: TinyLife.GameImpl.CurrentCursor fullName: TinyLife.GameImpl.CurrentCursor
type: Field type: Field
source:
remote:
path: TinyLife/GameImpl.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CurrentCursor
path: ../TinyLife/GameImpl.cs
startLine: 160
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -513,6 +649,14 @@ items:
nameWithType: GameImpl.CurrentMaps nameWithType: GameImpl.CurrentMaps
fullName: TinyLife.GameImpl.CurrentMaps fullName: TinyLife.GameImpl.CurrentMaps
type: Property type: Property
source:
remote:
path: TinyLife/GameImpl.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CurrentMaps
path: ../TinyLife/GameImpl.cs
startLine: 165
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -539,6 +683,14 @@ items:
nameWithType: GameImpl.CurrentMap nameWithType: GameImpl.CurrentMap
fullName: TinyLife.GameImpl.CurrentMap fullName: TinyLife.GameImpl.CurrentMap
type: Property type: Property
source:
remote:
path: TinyLife/GameImpl.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CurrentMap
path: ../TinyLife/GameImpl.cs
startLine: 170
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -565,6 +717,14 @@ items:
nameWithType: GameImpl.OnFinalizingGameContent nameWithType: GameImpl.OnFinalizingGameContent
fullName: TinyLife.GameImpl.OnFinalizingGameContent fullName: TinyLife.GameImpl.OnFinalizingGameContent
type: Event type: Event
source:
remote:
path: TinyLife/GameImpl.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnFinalizingGameContent
path: ../TinyLife/GameImpl.cs
startLine: 176
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -589,6 +749,14 @@ items:
nameWithType: GameImpl.OnFinishedLoading nameWithType: GameImpl.OnFinishedLoading
fullName: TinyLife.GameImpl.OnFinishedLoading fullName: TinyLife.GameImpl.OnFinishedLoading
type: Event type: Event
source:
remote:
path: TinyLife/GameImpl.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnFinishedLoading
path: ../TinyLife/GameImpl.cs
startLine: 180
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -610,6 +778,14 @@ items:
nameWithType: GameImpl.OnSwitchGameMode nameWithType: GameImpl.OnSwitchGameMode
fullName: TinyLife.GameImpl.OnSwitchGameMode fullName: TinyLife.GameImpl.OnSwitchGameMode
type: Event type: Event
source:
remote:
path: TinyLife/GameImpl.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnSwitchGameMode
path: ../TinyLife/GameImpl.cs
startLine: 184
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -631,6 +807,14 @@ items:
nameWithType: GameImpl.LoadContent() nameWithType: GameImpl.LoadContent()
fullName: TinyLife.GameImpl.LoadContent() fullName: TinyLife.GameImpl.LoadContent()
type: Method type: Method
source:
remote:
path: TinyLife/GameImpl.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LoadContent
path: ../TinyLife/GameImpl.cs
startLine: 280
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -652,6 +836,14 @@ items:
nameWithType: GameImpl.DoUpdate(GameTime) nameWithType: GameImpl.DoUpdate(GameTime)
fullName: TinyLife.GameImpl.DoUpdate(Microsoft.Xna.Framework.GameTime) fullName: TinyLife.GameImpl.DoUpdate(Microsoft.Xna.Framework.GameTime)
type: Method type: Method
source:
remote:
path: TinyLife/GameImpl.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DoUpdate
path: ../TinyLife/GameImpl.cs
startLine: 330
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -680,6 +872,14 @@ items:
nameWithType: GameImpl.DoDraw(GameTime) nameWithType: GameImpl.DoDraw(GameTime)
fullName: TinyLife.GameImpl.DoDraw(Microsoft.Xna.Framework.GameTime) fullName: TinyLife.GameImpl.DoDraw(Microsoft.Xna.Framework.GameTime)
type: Method type: Method
source:
remote:
path: TinyLife/GameImpl.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DoDraw
path: ../TinyLife/GameImpl.cs
startLine: 641
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -708,6 +908,14 @@ items:
nameWithType: GameImpl.Dispose(bool) nameWithType: GameImpl.Dispose(bool)
fullName: TinyLife.GameImpl.Dispose(bool) fullName: TinyLife.GameImpl.Dispose(bool)
type: Method type: Method
source:
remote:
path: TinyLife/GameImpl.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Dispose
path: ../TinyLife/GameImpl.cs
startLine: 677
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -734,6 +942,14 @@ items:
nameWithType: GameImpl.RotateCamera(bool) nameWithType: GameImpl.RotateCamera(bool)
fullName: TinyLife.GameImpl.RotateCamera(bool) fullName: TinyLife.GameImpl.RotateCamera(bool)
type: Method type: Method
source:
remote:
path: TinyLife/GameImpl.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RotateCamera
path: ../TinyLife/GameImpl.cs
startLine: 700
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -761,6 +977,14 @@ items:
nameWithType: GameImpl.ZoomCamera(int) nameWithType: GameImpl.ZoomCamera(int)
fullName: TinyLife.GameImpl.ZoomCamera(int) fullName: TinyLife.GameImpl.ZoomCamera(int)
type: Method type: Method
source:
remote:
path: TinyLife/GameImpl.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ZoomCamera
path: ../TinyLife/GameImpl.cs
startLine: 716
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -788,6 +1012,14 @@ items:
nameWithType: GameImpl.IsCursorOnUi() nameWithType: GameImpl.IsCursorOnUi()
fullName: TinyLife.GameImpl.IsCursorOnUi() fullName: TinyLife.GameImpl.IsCursorOnUi()
type: Method type: Method
source:
remote:
path: TinyLife/GameImpl.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsCursorOnUi
path: ../TinyLife/GameImpl.cs
startLine: 728
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -811,6 +1043,14 @@ items:
nameWithType: GameImpl.SwitchGameMode(GameImpl.GameMode) nameWithType: GameImpl.SwitchGameMode(GameImpl.GameMode)
fullName: TinyLife.GameImpl.SwitchGameMode(TinyLife.GameImpl.GameMode) fullName: TinyLife.GameImpl.SwitchGameMode(TinyLife.GameImpl.GameMode)
type: Method type: Method
source:
remote:
path: TinyLife/GameImpl.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SwitchGameMode
path: ../TinyLife/GameImpl.cs
startLine: 740
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -838,6 +1078,14 @@ items:
nameWithType: GameImpl.SwitchMap(Map, Action, Action) nameWithType: GameImpl.SwitchMap(Map, Action, Action)
fullName: TinyLife.GameImpl.SwitchMap(TinyLife.World.Map, System.Action, System.Action) fullName: TinyLife.GameImpl.SwitchMap(TinyLife.World.Map, System.Action, System.Action)
type: Method type: Method
source:
remote:
path: TinyLife/GameImpl.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SwitchMap
path: ../TinyLife/GameImpl.cs
startLine: 849
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -868,6 +1116,14 @@ items:
nameWithType: GameImpl.CanBeExtremelyFast() nameWithType: GameImpl.CanBeExtremelyFast()
fullName: TinyLife.GameImpl.CanBeExtremelyFast() fullName: TinyLife.GameImpl.CanBeExtremelyFast()
type: Method type: Method
source:
remote:
path: TinyLife/GameImpl.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanBeExtremelyFast
path: ../TinyLife/GameImpl.cs
startLine: 876
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -894,6 +1150,14 @@ items:
nameWithType: GameImpl.CanSwitchGameModes() nameWithType: GameImpl.CanSwitchGameModes()
fullName: TinyLife.GameImpl.CanSwitchGameModes() fullName: TinyLife.GameImpl.CanSwitchGameModes()
type: Method type: Method
source:
remote:
path: TinyLife/GameImpl.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanSwitchGameModes
path: ../TinyLife/GameImpl.cs
startLine: 887
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -920,6 +1184,14 @@ items:
nameWithType: GameImpl.FadeKeyboardLighting(Color) nameWithType: GameImpl.FadeKeyboardLighting(Color)
fullName: TinyLife.GameImpl.FadeKeyboardLighting(Microsoft.Xna.Framework.Color) fullName: TinyLife.GameImpl.FadeKeyboardLighting(Microsoft.Xna.Framework.Color)
type: Method type: Method
source:
remote:
path: TinyLife/GameImpl.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FadeKeyboardLighting
path: ../TinyLife/GameImpl.cs
startLine: 902
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -947,6 +1219,14 @@ items:
nameWithType: GameImpl.TakeScreenshot(Point, RectangleF?, Matrix?, RenderTarget2D) nameWithType: GameImpl.TakeScreenshot(Point, RectangleF?, Matrix?, RenderTarget2D)
fullName: TinyLife.GameImpl.TakeScreenshot(Microsoft.Xna.Framework.Point, MLEM.Maths.RectangleF?, Microsoft.Xna.Framework.Matrix?, Microsoft.Xna.Framework.Graphics.RenderTarget2D) fullName: TinyLife.GameImpl.TakeScreenshot(Microsoft.Xna.Framework.Point, MLEM.Maths.RectangleF?, Microsoft.Xna.Framework.Matrix?, Microsoft.Xna.Framework.Graphics.RenderTarget2D)
type: Method type: Method
source:
remote:
path: TinyLife/GameImpl.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TakeScreenshot
path: ../TinyLife/GameImpl.cs
startLine: 928
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -980,6 +1260,14 @@ items:
nameWithType: GameImpl.MarkLotVisible(Lot) nameWithType: GameImpl.MarkLotVisible(Lot)
fullName: TinyLife.GameImpl.MarkLotVisible(TinyLife.World.Lot) fullName: TinyLife.GameImpl.MarkLotVisible(TinyLife.World.Lot)
type: Method type: Method
source:
remote:
path: TinyLife/GameImpl.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MarkLotVisible
path: ../TinyLife/GameImpl.cs
startLine: 956
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -1009,6 +1297,14 @@ items:
nameWithType: GameImpl.MarkLotNonVisible(Lot) nameWithType: GameImpl.MarkLotNonVisible(Lot)
fullName: TinyLife.GameImpl.MarkLotNonVisible(TinyLife.World.Lot) fullName: TinyLife.GameImpl.MarkLotNonVisible(TinyLife.World.Lot)
type: Method type: Method
source:
remote:
path: TinyLife/GameImpl.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MarkLotNonVisible
path: ../TinyLife/GameImpl.cs
startLine: 972
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -1033,6 +1329,14 @@ items:
nameWithType: GameImpl.IsLotVisible(Lot) nameWithType: GameImpl.IsLotVisible(Lot)
fullName: TinyLife.GameImpl.IsLotVisible(TinyLife.World.Lot) fullName: TinyLife.GameImpl.IsLotVisible(TinyLife.World.Lot)
type: Method type: Method
source:
remote:
path: TinyLife/GameImpl.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsLotVisible
path: ../TinyLife/GameImpl.cs
startLine: 983
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -1063,6 +1367,14 @@ items:
nameWithType: GameImpl.FollowPerson(PersonLike, bool, Action) nameWithType: GameImpl.FollowPerson(PersonLike, bool, Action)
fullName: TinyLife.GameImpl.FollowPerson(TinyLife.Objects.PersonLike, bool, System.Action) fullName: TinyLife.GameImpl.FollowPerson(TinyLife.Objects.PersonLike, bool, System.Action)
type: Method type: Method
source:
remote:
path: TinyLife/GameImpl.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FollowPerson
path: ../TinyLife/GameImpl.cs
startLine: 996
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -1099,6 +1411,14 @@ items:
nameWithType: GameImpl.AddMapToSave(PerSaveOptions.MapInfo, Action) nameWithType: GameImpl.AddMapToSave(PerSaveOptions.MapInfo, Action)
fullName: TinyLife.GameImpl.AddMapToSave(TinyLife.PerSaveOptions.MapInfo, System.Action) fullName: TinyLife.GameImpl.AddMapToSave(TinyLife.PerSaveOptions.MapInfo, System.Action)
type: Method type: Method
source:
remote:
path: TinyLife/GameImpl.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AddMapToSave
path: ../TinyLife/GameImpl.cs
startLine: 1028
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -1129,6 +1449,14 @@ items:
nameWithType: GameImpl.RemoveMapFromSave(Map) nameWithType: GameImpl.RemoveMapFromSave(Map)
fullName: TinyLife.GameImpl.RemoveMapFromSave(TinyLife.World.Map) fullName: TinyLife.GameImpl.RemoveMapFromSave(TinyLife.World.Map)
type: Method type: Method
source:
remote:
path: TinyLife/GameImpl.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RemoveMapFromSave
path: ../TinyLife/GameImpl.cs
startLine: 1051
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -1153,6 +1481,14 @@ items:
nameWithType: GameImpl.CompleteAchievement(AchievementType) nameWithType: GameImpl.CompleteAchievement(AchievementType)
fullName: TinyLife.GameImpl.CompleteAchievement(TinyLife.Goals.AchievementType) fullName: TinyLife.GameImpl.CompleteAchievement(TinyLife.Goals.AchievementType)
type: Method type: Method
source:
remote:
path: TinyLife/GameImpl.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CompleteAchievement
path: ../TinyLife/GameImpl.cs
startLine: 1062
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife

View file

@ -17,6 +17,14 @@ items:
nameWithType: GameSpeed nameWithType: GameSpeed
fullName: TinyLife.GameSpeed fullName: TinyLife.GameSpeed
type: Enum type: Enum
source:
remote:
path: TinyLife/Options.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GameSpeed
path: ../TinyLife/Options.cs
startLine: 634
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -41,6 +49,14 @@ items:
nameWithType: GameSpeed.Paused nameWithType: GameSpeed.Paused
fullName: TinyLife.GameSpeed.Paused fullName: TinyLife.GameSpeed.Paused
type: Field type: Field
source:
remote:
path: TinyLife/Options.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Paused
path: ../TinyLife/Options.cs
startLine: 639
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -61,6 +77,14 @@ items:
nameWithType: GameSpeed.Regular nameWithType: GameSpeed.Regular
fullName: TinyLife.GameSpeed.Regular fullName: TinyLife.GameSpeed.Regular
type: Field type: Field
source:
remote:
path: TinyLife/Options.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Regular
path: ../TinyLife/Options.cs
startLine: 643
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -81,6 +105,14 @@ items:
nameWithType: GameSpeed.Fast nameWithType: GameSpeed.Fast
fullName: TinyLife.GameSpeed.Fast fullName: TinyLife.GameSpeed.Fast
type: Field type: Field
source:
remote:
path: TinyLife/Options.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Fast
path: ../TinyLife/Options.cs
startLine: 647
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -101,6 +133,14 @@ items:
nameWithType: GameSpeed.VeryFast nameWithType: GameSpeed.VeryFast
fullName: TinyLife.GameSpeed.VeryFast fullName: TinyLife.GameSpeed.VeryFast
type: Field type: Field
source:
remote:
path: TinyLife/Options.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: VeryFast
path: ../TinyLife/Options.cs
startLine: 651
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -121,6 +161,14 @@ items:
nameWithType: GameSpeed.ExtremelyFast nameWithType: GameSpeed.ExtremelyFast
fullName: TinyLife.GameSpeed.ExtremelyFast fullName: TinyLife.GameSpeed.ExtremelyFast
type: Field type: Field
source:
remote:
path: TinyLife/Options.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ExtremelyFast
path: ../TinyLife/Options.cs
startLine: 656
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife

View file

@ -22,6 +22,14 @@ items:
nameWithType: GenealogyType nameWithType: GenealogyType
fullName: TinyLife.GenealogyType fullName: TinyLife.GenealogyType
type: Enum type: Enum
source:
remote:
path: TinyLife/Relationship.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GenealogyType
path: ../TinyLife/Relationship.cs
startLine: 551
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -49,6 +57,14 @@ items:
nameWithType: GenealogyType.Unrelated nameWithType: GenealogyType.Unrelated
fullName: TinyLife.GenealogyType.Unrelated fullName: TinyLife.GenealogyType.Unrelated
type: Field type: Field
source:
remote:
path: TinyLife/Relationship.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Unrelated
path: ../TinyLife/Relationship.cs
startLine: 556
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -69,6 +85,14 @@ items:
nameWithType: GenealogyType.Parent nameWithType: GenealogyType.Parent
fullName: TinyLife.GenealogyType.Parent fullName: TinyLife.GenealogyType.Parent
type: Field type: Field
source:
remote:
path: TinyLife/Relationship.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Parent
path: ../TinyLife/Relationship.cs
startLine: 560
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -89,6 +113,14 @@ items:
nameWithType: GenealogyType.Child nameWithType: GenealogyType.Child
fullName: TinyLife.GenealogyType.Child fullName: TinyLife.GenealogyType.Child
type: Field type: Field
source:
remote:
path: TinyLife/Relationship.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Child
path: ../TinyLife/Relationship.cs
startLine: 564
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -109,6 +141,14 @@ items:
nameWithType: GenealogyType.Sibling nameWithType: GenealogyType.Sibling
fullName: TinyLife.GenealogyType.Sibling fullName: TinyLife.GenealogyType.Sibling
type: Field type: Field
source:
remote:
path: TinyLife/Relationship.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Sibling
path: ../TinyLife/Relationship.cs
startLine: 568
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -129,6 +169,14 @@ items:
nameWithType: GenealogyType.Nibling nameWithType: GenealogyType.Nibling
fullName: TinyLife.GenealogyType.Nibling fullName: TinyLife.GenealogyType.Nibling
type: Field type: Field
source:
remote:
path: TinyLife/Relationship.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Nibling
path: ../TinyLife/Relationship.cs
startLine: 572
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -149,6 +197,14 @@ items:
nameWithType: GenealogyType.Pibling nameWithType: GenealogyType.Pibling
fullName: TinyLife.GenealogyType.Pibling fullName: TinyLife.GenealogyType.Pibling
type: Field type: Field
source:
remote:
path: TinyLife/Relationship.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Pibling
path: ../TinyLife/Relationship.cs
startLine: 576
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -169,6 +225,14 @@ items:
nameWithType: GenealogyType.Grandparent nameWithType: GenealogyType.Grandparent
fullName: TinyLife.GenealogyType.Grandparent fullName: TinyLife.GenealogyType.Grandparent
type: Field type: Field
source:
remote:
path: TinyLife/Relationship.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Grandparent
path: ../TinyLife/Relationship.cs
startLine: 580
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -189,6 +253,14 @@ items:
nameWithType: GenealogyType.Grandchild nameWithType: GenealogyType.Grandchild
fullName: TinyLife.GenealogyType.Grandchild fullName: TinyLife.GenealogyType.Grandchild
type: Field type: Field
source:
remote:
path: TinyLife/Relationship.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Grandchild
path: ../TinyLife/Relationship.cs
startLine: 584
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -209,6 +281,14 @@ items:
nameWithType: GenealogyType.Cousin nameWithType: GenealogyType.Cousin
fullName: TinyLife.GenealogyType.Cousin fullName: TinyLife.GenealogyType.Cousin
type: Field type: Field
source:
remote:
path: TinyLife/Relationship.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Cousin
path: ../TinyLife/Relationship.cs
startLine: 588
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -229,6 +309,14 @@ items:
nameWithType: GenealogyType.DistantlyRelated nameWithType: GenealogyType.DistantlyRelated
fullName: TinyLife.GenealogyType.DistantlyRelated fullName: TinyLife.GenealogyType.DistantlyRelated
type: Field type: Field
source:
remote:
path: TinyLife/Relationship.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DistantlyRelated
path: ../TinyLife/Relationship.cs
startLine: 592
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife

View file

@ -20,6 +20,14 @@ items:
nameWithType: Achievement nameWithType: Achievement
fullName: TinyLife.Goals.Achievement fullName: TinyLife.Goals.Achievement
type: Class type: Class
source:
remote:
path: TinyLife/Goals/Achievement.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Achievement
path: ../TinyLife/Goals/Achievement.cs
startLine: 167
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -64,6 +72,14 @@ items:
nameWithType: Achievement.Type nameWithType: Achievement.Type
fullName: TinyLife.Goals.Achievement.Type fullName: TinyLife.Goals.Achievement.Type
type: Field type: Field
source:
remote:
path: TinyLife/Goals/Achievement.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Type
path: ../TinyLife/Goals/Achievement.cs
startLine: 174
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -95,6 +111,14 @@ items:
nameWithType: Achievement.Goals nameWithType: Achievement.Goals
fullName: TinyLife.Goals.Achievement.Goals fullName: TinyLife.Goals.Achievement.Goals
type: Property type: Property
source:
remote:
path: TinyLife/Goals/Achievement.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Goals
path: ../TinyLife/Goals/Achievement.cs
startLine: 178
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -132,6 +156,14 @@ items:
nameWithType: Achievement.Completed nameWithType: Achievement.Completed
fullName: TinyLife.Goals.Achievement.Completed fullName: TinyLife.Goals.Achievement.Completed
type: Property type: Property
source:
remote:
path: TinyLife/Goals/Achievement.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Completed
path: ../TinyLife/Goals/Achievement.cs
startLine: 184
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -172,6 +204,14 @@ items:
nameWithType: Achievement.Achievement(AchievementType, GoalSet) nameWithType: Achievement.Achievement(AchievementType, GoalSet)
fullName: TinyLife.Goals.Achievement.Achievement(TinyLife.Goals.AchievementType, TinyLife.Goals.GoalSet) fullName: TinyLife.Goals.Achievement.Achievement(TinyLife.Goals.AchievementType, TinyLife.Goals.GoalSet)
type: Constructor type: Constructor
source:
remote:
path: TinyLife/Goals/Achievement.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Goals/Achievement.cs
startLine: 193
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -205,6 +245,14 @@ items:
nameWithType: Achievement.Update(GameTime, TimeSpan, float) nameWithType: Achievement.Update(GameTime, TimeSpan, float)
fullName: TinyLife.Goals.Achievement.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) fullName: TinyLife.Goals.Achievement.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
type: Method type: Method
source:
remote:
path: TinyLife/Goals/Achievement.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: ../TinyLife/Goals/Achievement.cs
startLine: 205
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -241,6 +289,14 @@ items:
nameWithType: Achievement.CreateElement() nameWithType: Achievement.CreateElement()
fullName: TinyLife.Goals.Achievement.CreateElement() fullName: TinyLife.Goals.Achievement.CreateElement()
type: Method type: Method
source:
remote:
path: TinyLife/Goals/Achievement.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateElement
path: ../TinyLife/Goals/Achievement.cs
startLine: 215
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -267,6 +323,14 @@ items:
nameWithType: Achievement.Validate() nameWithType: Achievement.Validate()
fullName: TinyLife.Goals.Achievement.Validate() fullName: TinyLife.Goals.Achievement.Validate()
type: Method type: Method
source:
remote:
path: TinyLife/Goals/Achievement.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: ../TinyLife/Goals/Achievement.cs
startLine: 247
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -290,6 +354,14 @@ items:
nameWithType: Achievement.Complete() nameWithType: Achievement.Complete()
fullName: TinyLife.Goals.Achievement.Complete() fullName: TinyLife.Goals.Achievement.Complete()
type: Method type: Method
source:
remote:
path: TinyLife/Goals/Achievement.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Complete
path: ../TinyLife/Goals/Achievement.cs
startLine: 255
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals

View file

@ -25,6 +25,14 @@ items:
nameWithType: AchievementType nameWithType: AchievementType
fullName: TinyLife.Goals.AchievementType fullName: TinyLife.Goals.AchievementType
type: Class type: Class
source:
remote:
path: TinyLife/Goals/Achievement.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AchievementType
path: ../TinyLife/Goals/Achievement.cs
startLine: 26
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -65,6 +73,14 @@ items:
nameWithType: AchievementType.Types nameWithType: AchievementType.Types
fullName: TinyLife.Goals.AchievementType.Types fullName: TinyLife.Goals.AchievementType.Types
type: Field type: Field
source:
remote:
path: TinyLife/Goals/Achievement.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Types
path: ../TinyLife/Goals/Achievement.cs
startLine: 33
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -86,6 +102,14 @@ items:
nameWithType: AchievementType.SomeoneDiesOnYourLot nameWithType: AchievementType.SomeoneDiesOnYourLot
fullName: TinyLife.Goals.AchievementType.SomeoneDiesOnYourLot fullName: TinyLife.Goals.AchievementType.SomeoneDiesOnYourLot
type: Field type: Field
source:
remote:
path: TinyLife/Goals/Achievement.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SomeoneDiesOnYourLot
path: ../TinyLife/Goals/Achievement.cs
startLine: 36
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -105,6 +129,14 @@ items:
nameWithType: AchievementType.DieOnPublicLot nameWithType: AchievementType.DieOnPublicLot
fullName: TinyLife.Goals.AchievementType.DieOnPublicLot fullName: TinyLife.Goals.AchievementType.DieOnPublicLot
type: Field type: Field
source:
remote:
path: TinyLife/Goals/Achievement.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DieOnPublicLot
path: ../TinyLife/Goals/Achievement.cs
startLine: 37
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -124,6 +156,14 @@ items:
nameWithType: AchievementType.HiddenTrash nameWithType: AchievementType.HiddenTrash
fullName: TinyLife.Goals.AchievementType.HiddenTrash fullName: TinyLife.Goals.AchievementType.HiddenTrash
type: Field type: Field
source:
remote:
path: TinyLife/Goals/Achievement.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HiddenTrash
path: ../TinyLife/Goals/Achievement.cs
startLine: 38
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -143,6 +183,14 @@ items:
nameWithType: AchievementType.Name nameWithType: AchievementType.Name
fullName: TinyLife.Goals.AchievementType.Name fullName: TinyLife.Goals.AchievementType.Name
type: Field type: Field
source:
remote:
path: TinyLife/Goals/Achievement.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name
path: ../TinyLife/Goals/Achievement.cs
startLine: 71
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -164,6 +212,14 @@ items:
nameWithType: AchievementType.Icon nameWithType: AchievementType.Icon
fullName: TinyLife.Goals.AchievementType.Icon fullName: TinyLife.Goals.AchievementType.Icon
type: Field type: Field
source:
remote:
path: TinyLife/Goals/Achievement.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Icon
path: ../TinyLife/Goals/Achievement.cs
startLine: 75
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -185,6 +241,14 @@ items:
nameWithType: AchievementType.Goals nameWithType: AchievementType.Goals
fullName: TinyLife.Goals.AchievementType.Goals fullName: TinyLife.Goals.AchievementType.Goals
type: Field type: Field
source:
remote:
path: TinyLife/Goals/Achievement.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Goals
path: ../TinyLife/Goals/Achievement.cs
startLine: 80
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -209,6 +273,14 @@ items:
nameWithType: AchievementType.Hidden nameWithType: AchievementType.Hidden
fullName: TinyLife.Goals.AchievementType.Hidden fullName: TinyLife.Goals.AchievementType.Hidden
type: Field type: Field
source:
remote:
path: TinyLife/Goals/Achievement.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Hidden
path: ../TinyLife/Goals/Achievement.cs
startLine: 84
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -230,6 +302,14 @@ items:
nameWithType: AchievementType.DisplayName nameWithType: AchievementType.DisplayName
fullName: TinyLife.Goals.AchievementType.DisplayName fullName: TinyLife.Goals.AchievementType.DisplayName
type: Property type: Property
source:
remote:
path: TinyLife/Goals/Achievement.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DisplayName
path: ../TinyLife/Goals/Achievement.cs
startLine: 89
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -253,6 +333,14 @@ items:
nameWithType: AchievementType.AchievementType(string, TextureRegion, GoalInfo, bool) nameWithType: AchievementType.AchievementType(string, TextureRegion, GoalInfo, bool)
fullName: TinyLife.Goals.AchievementType.AchievementType(string, MLEM.Textures.TextureRegion, TinyLife.Goals.GoalInfo, bool) fullName: TinyLife.Goals.AchievementType.AchievementType(string, MLEM.Textures.TextureRegion, TinyLife.Goals.GoalInfo, bool)
type: Constructor type: Constructor
source:
remote:
path: TinyLife/Goals/Achievement.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Goals/Achievement.cs
startLine: 98
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -289,6 +377,14 @@ items:
nameWithType: AchievementType.AchievementType(string, TextureRegion, GoalSetInfo, bool) nameWithType: AchievementType.AchievementType(string, TextureRegion, GoalSetInfo, bool)
fullName: TinyLife.Goals.AchievementType.AchievementType(string, MLEM.Textures.TextureRegion, TinyLife.Goals.GoalSetInfo, bool) fullName: TinyLife.Goals.AchievementType.AchievementType(string, MLEM.Textures.TextureRegion, TinyLife.Goals.GoalSetInfo, bool)
type: Constructor type: Constructor
source:
remote:
path: TinyLife/Goals/Achievement.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Goals/Achievement.cs
startLine: 107
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -325,6 +421,14 @@ items:
nameWithType: AchievementType.Construct() nameWithType: AchievementType.Construct()
fullName: TinyLife.Goals.AchievementType.Construct() fullName: TinyLife.Goals.AchievementType.Construct()
type: Method type: Method
source:
remote:
path: TinyLife/Goals/Achievement.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Construct
path: ../TinyLife/Goals/Achievement.cs
startLine: 118
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -348,6 +452,14 @@ items:
nameWithType: AchievementType.Register(AchievementType) nameWithType: AchievementType.Register(AchievementType)
fullName: TinyLife.Goals.AchievementType.Register(TinyLife.Goals.AchievementType) fullName: TinyLife.Goals.AchievementType.Register(TinyLife.Goals.AchievementType)
type: Method type: Method
source:
remote:
path: TinyLife/Goals/Achievement.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Register
path: ../TinyLife/Goals/Achievement.cs
startLine: 127
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals

View file

@ -17,6 +17,14 @@ items:
nameWithType: AmountGoal nameWithType: AmountGoal
fullName: TinyLife.Goals.AmountGoal fullName: TinyLife.Goals.AmountGoal
type: Class type: Class
source:
remote:
path: TinyLife/Goals/AmountGoal.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AmountGoal
path: ../TinyLife/Goals/AmountGoal.cs
startLine: 9
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -68,6 +76,14 @@ items:
nameWithType: AmountGoal.AmountGoal(GoalSet, AutoGoalInfo) nameWithType: AmountGoal.AmountGoal(GoalSet, AutoGoalInfo)
fullName: TinyLife.Goals.AmountGoal.AmountGoal(TinyLife.Goals.GoalSet, TinyLife.Goals.AutoGoalInfo) fullName: TinyLife.Goals.AmountGoal.AmountGoal(TinyLife.Goals.GoalSet, TinyLife.Goals.AutoGoalInfo)
type: Constructor type: Constructor
source:
remote:
path: TinyLife/Goals/AmountGoal.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Goals/AmountGoal.cs
startLine: 15
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -95,6 +111,14 @@ items:
nameWithType: AmountGoal.GetProgress() nameWithType: AmountGoal.GetProgress()
fullName: TinyLife.Goals.AmountGoal.GetProgress() fullName: TinyLife.Goals.AmountGoal.GetProgress()
type: Method type: Method
source:
remote:
path: TinyLife/Goals/AmountGoal.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetProgress
path: ../TinyLife/Goals/AmountGoal.cs
startLine: 21
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -119,6 +143,14 @@ items:
nameWithType: AmountGoal.Reset() nameWithType: AmountGoal.Reset()
fullName: TinyLife.Goals.AmountGoal.Reset() fullName: TinyLife.Goals.AmountGoal.Reset()
type: Method type: Method
source:
remote:
path: TinyLife/Goals/AmountGoal.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Reset
path: ../TinyLife/Goals/AmountGoal.cs
startLine: 26
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -140,6 +172,14 @@ items:
nameWithType: AmountGoal.GetDisplayedProgress(bool) nameWithType: AmountGoal.GetDisplayedProgress(bool)
fullName: TinyLife.Goals.AmountGoal.GetDisplayedProgress(bool) fullName: TinyLife.Goals.AmountGoal.GetDisplayedProgress(bool)
type: Method type: Method
source:
remote:
path: TinyLife/Goals/AmountGoal.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDisplayedProgress
path: ../TinyLife/Goals/AmountGoal.cs
startLine: 31
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -173,6 +213,14 @@ items:
nameWithType: AmountGoal.Trigger(float) nameWithType: AmountGoal.Trigger(float)
fullName: TinyLife.Goals.AmountGoal.Trigger(float) fullName: TinyLife.Goals.AmountGoal.Trigger(float)
type: Method type: Method
source:
remote:
path: TinyLife/Goals/AmountGoal.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Trigger
path: ../TinyLife/Goals/AmountGoal.cs
startLine: 36
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals

View file

@ -20,6 +20,14 @@ items:
nameWithType: AutoGoalInfo nameWithType: AutoGoalInfo
fullName: TinyLife.Goals.AutoGoalInfo fullName: TinyLife.Goals.AutoGoalInfo
type: Class type: Class
source:
remote:
path: TinyLife/Goals/GoalInfo.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AutoGoalInfo
path: ../TinyLife/Goals/GoalInfo.cs
startLine: 45
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -63,6 +71,14 @@ items:
nameWithType: AutoGoalInfo.Triggers nameWithType: AutoGoalInfo.Triggers
fullName: TinyLife.Goals.AutoGoalInfo.Triggers fullName: TinyLife.Goals.AutoGoalInfo.Triggers
type: Field type: Field
source:
remote:
path: TinyLife/Goals/GoalInfo.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Triggers
path: ../TinyLife/Goals/GoalInfo.cs
startLine: 51
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -87,6 +103,14 @@ items:
nameWithType: AutoGoalInfo.Condition nameWithType: AutoGoalInfo.Condition
fullName: TinyLife.Goals.AutoGoalInfo.Condition fullName: TinyLife.Goals.AutoGoalInfo.Condition
type: Field type: Field
source:
remote:
path: TinyLife/Goals/GoalInfo.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Condition
path: ../TinyLife/Goals/GoalInfo.cs
startLine: 56
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -111,6 +135,14 @@ items:
nameWithType: AutoGoalInfo.AutoGoalInfo(string, GoalTrigger[], Func<object, bool>, Func<GoalSet, AutoGoalInfo, Goal>) nameWithType: AutoGoalInfo.AutoGoalInfo(string, GoalTrigger[], Func<object, bool>, Func<GoalSet, AutoGoalInfo, Goal>)
fullName: TinyLife.Goals.AutoGoalInfo.AutoGoalInfo(string, TinyLife.Goals.GoalTrigger[], System.Func<object, bool>, System.Func<TinyLife.Goals.GoalSet, TinyLife.Goals.AutoGoalInfo, TinyLife.Goals.Goal>) fullName: TinyLife.Goals.AutoGoalInfo.AutoGoalInfo(string, TinyLife.Goals.GoalTrigger[], System.Func<object, bool>, System.Func<TinyLife.Goals.GoalSet, TinyLife.Goals.AutoGoalInfo, TinyLife.Goals.Goal>)
type: Constructor type: Constructor
source:
remote:
path: TinyLife/Goals/GoalInfo.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Goals/GoalInfo.cs
startLine: 71
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -150,6 +182,14 @@ items:
nameWithType: AutoGoalInfo.Timed<T>(string, TimeSpan, Func<T, bool>, params GoalTrigger[]) nameWithType: AutoGoalInfo.Timed<T>(string, TimeSpan, Func<T, bool>, params GoalTrigger[])
fullName: TinyLife.Goals.AutoGoalInfo.Timed<T>(string, System.TimeSpan, System.Func<T, bool>, params TinyLife.Goals.GoalTrigger[]) fullName: TinyLife.Goals.AutoGoalInfo.Timed<T>(string, System.TimeSpan, System.Func<T, bool>, params TinyLife.Goals.GoalTrigger[])
type: Method type: Method
source:
remote:
path: TinyLife/Goals/GoalInfo.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Timed
path: ../TinyLife/Goals/GoalInfo.cs
startLine: 89
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -195,6 +235,14 @@ items:
nameWithType: AutoGoalInfo.Amount<T>(string, float, Func<T, bool>, params GoalTrigger[]) nameWithType: AutoGoalInfo.Amount<T>(string, float, Func<T, bool>, params GoalTrigger[])
fullName: TinyLife.Goals.AutoGoalInfo.Amount<T>(string, float, System.Func<T, bool>, params TinyLife.Goals.GoalTrigger[]) fullName: TinyLife.Goals.AutoGoalInfo.Amount<T>(string, float, System.Func<T, bool>, params TinyLife.Goals.GoalTrigger[])
type: Method type: Method
source:
remote:
path: TinyLife/Goals/GoalInfo.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Amount
path: ../TinyLife/Goals/GoalInfo.cs
startLine: 104
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -240,6 +288,14 @@ items:
nameWithType: AutoGoalInfo.Distinct<T>(string, int, Func<T, string>, Func<T, bool>, params GoalTrigger[]) nameWithType: AutoGoalInfo.Distinct<T>(string, int, Func<T, string>, Func<T, bool>, params GoalTrigger[])
fullName: TinyLife.Goals.AutoGoalInfo.Distinct<T>(string, int, System.Func<T, string>, System.Func<T, bool>, params TinyLife.Goals.GoalTrigger[]) fullName: TinyLife.Goals.AutoGoalInfo.Distinct<T>(string, int, System.Func<T, string>, System.Func<T, bool>, params TinyLife.Goals.GoalTrigger[])
type: Method type: Method
source:
remote:
path: TinyLife/Goals/GoalInfo.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Distinct
path: ../TinyLife/Goals/GoalInfo.cs
startLine: 121
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -290,6 +346,14 @@ items:
nameWithType: AutoGoalInfo.Distinct<T>(string, IEnumerable<string>, Func<T, string>, Func<T, bool>, params GoalTrigger[]) nameWithType: AutoGoalInfo.Distinct<T>(string, IEnumerable<string>, Func<T, string>, Func<T, bool>, params GoalTrigger[])
fullName: TinyLife.Goals.AutoGoalInfo.Distinct<T>(string, System.Collections.Generic.IEnumerable<string>, System.Func<T, string>, System.Func<T, bool>, params TinyLife.Goals.GoalTrigger[]) fullName: TinyLife.Goals.AutoGoalInfo.Distinct<T>(string, System.Collections.Generic.IEnumerable<string>, System.Func<T, string>, System.Func<T, bool>, params TinyLife.Goals.GoalTrigger[])
type: Method type: Method
source:
remote:
path: TinyLife/Goals/GoalInfo.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Distinct
path: ../TinyLife/Goals/GoalInfo.cs
startLine: 141
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -340,6 +404,14 @@ items:
nameWithType: AutoGoalInfo.Conditioned<T>(string, Func<T, bool>, params GoalTrigger[]) nameWithType: AutoGoalInfo.Conditioned<T>(string, Func<T, bool>, params GoalTrigger[])
fullName: TinyLife.Goals.AutoGoalInfo.Conditioned<T>(string, System.Func<T, bool>, params TinyLife.Goals.GoalTrigger[]) fullName: TinyLife.Goals.AutoGoalInfo.Conditioned<T>(string, System.Func<T, bool>, params TinyLife.Goals.GoalTrigger[])
type: Method type: Method
source:
remote:
path: TinyLife/Goals/GoalInfo.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Conditioned
path: ../TinyLife/Goals/GoalInfo.cs
startLine: 158
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals

View file

@ -16,6 +16,14 @@ items:
nameWithType: AutoTriggerGoal<T> nameWithType: AutoTriggerGoal<T>
fullName: TinyLife.Goals.AutoTriggerGoal<T> fullName: TinyLife.Goals.AutoTriggerGoal<T>
type: Class type: Class
source:
remote:
path: TinyLife/Goals/AutoTriggerGoal.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AutoTriggerGoal
path: ../TinyLife/Goals/AutoTriggerGoal.cs
startLine: 35
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -77,6 +85,14 @@ items:
nameWithType: AutoTriggerGoal<T>.AutoTriggerGoal(GoalSet, AutoGoalInfo) nameWithType: AutoTriggerGoal<T>.AutoTriggerGoal(GoalSet, AutoGoalInfo)
fullName: TinyLife.Goals.AutoTriggerGoal<T>.AutoTriggerGoal(TinyLife.Goals.GoalSet, TinyLife.Goals.AutoGoalInfo) fullName: TinyLife.Goals.AutoTriggerGoal<T>.AutoTriggerGoal(TinyLife.Goals.GoalSet, TinyLife.Goals.AutoGoalInfo)
type: Constructor type: Constructor
source:
remote:
path: TinyLife/Goals/AutoTriggerGoal.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Goals/AutoTriggerGoal.cs
startLine: 38
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -104,6 +120,14 @@ items:
nameWithType: AutoTriggerGoal<T>.Trigger(T) nameWithType: AutoTriggerGoal<T>.Trigger(T)
fullName: TinyLife.Goals.AutoTriggerGoal<T>.Trigger(T) fullName: TinyLife.Goals.AutoTriggerGoal<T>.Trigger(T)
type: Method type: Method
source:
remote:
path: TinyLife/Goals/AutoTriggerGoal.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Trigger
path: ../TinyLife/Goals/AutoTriggerGoal.cs
startLine: 41
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -133,6 +157,14 @@ items:
nameWithType: AutoTriggerGoal<T>.Trigger(object) nameWithType: AutoTriggerGoal<T>.Trigger(object)
fullName: TinyLife.Goals.AutoTriggerGoal<T>.Trigger(object) fullName: TinyLife.Goals.AutoTriggerGoal<T>.Trigger(object)
type: Method type: Method
source:
remote:
path: TinyLife/Goals/AutoTriggerGoal.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Trigger
path: ../TinyLife/Goals/AutoTriggerGoal.cs
startLine: 44
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -164,6 +196,14 @@ items:
nameWithType: AutoTriggerGoal<T>.CanTrigger(object, GoalTrigger, object) nameWithType: AutoTriggerGoal<T>.CanTrigger(object, GoalTrigger, object)
fullName: TinyLife.Goals.AutoTriggerGoal<T>.CanTrigger(object, TinyLife.Goals.GoalTrigger, object) fullName: TinyLife.Goals.AutoTriggerGoal<T>.CanTrigger(object, TinyLife.Goals.GoalTrigger, object)
type: Method type: Method
source:
remote:
path: TinyLife/Goals/AutoTriggerGoal.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanTrigger
path: ../TinyLife/Goals/AutoTriggerGoal.cs
startLine: 49
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals

View file

@ -15,6 +15,14 @@ items:
nameWithType: AutoTriggerGoal nameWithType: AutoTriggerGoal
fullName: TinyLife.Goals.AutoTriggerGoal fullName: TinyLife.Goals.AutoTriggerGoal
type: Class type: Class
source:
remote:
path: TinyLife/Goals/AutoTriggerGoal.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AutoTriggerGoal
path: ../TinyLife/Goals/AutoTriggerGoal.cs
startLine: 8
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -67,6 +75,14 @@ items:
nameWithType: AutoTriggerGoal.AutoTriggerGoal(GoalSet, AutoGoalInfo) nameWithType: AutoTriggerGoal.AutoTriggerGoal(GoalSet, AutoGoalInfo)
fullName: TinyLife.Goals.AutoTriggerGoal.AutoTriggerGoal(TinyLife.Goals.GoalSet, TinyLife.Goals.AutoGoalInfo) fullName: TinyLife.Goals.AutoTriggerGoal.AutoTriggerGoal(TinyLife.Goals.GoalSet, TinyLife.Goals.AutoGoalInfo)
type: Constructor type: Constructor
source:
remote:
path: TinyLife/Goals/AutoTriggerGoal.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Goals/AutoTriggerGoal.cs
startLine: 11
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -94,6 +110,14 @@ items:
nameWithType: AutoTriggerGoal.Trigger(object) nameWithType: AutoTriggerGoal.Trigger(object)
fullName: TinyLife.Goals.AutoTriggerGoal.Trigger(object) fullName: TinyLife.Goals.AutoTriggerGoal.Trigger(object)
type: Method type: Method
source:
remote:
path: TinyLife/Goals/AutoTriggerGoal.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Trigger
path: ../TinyLife/Goals/AutoTriggerGoal.cs
startLine: 18
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -124,6 +148,14 @@ items:
nameWithType: AutoTriggerGoal.CanTrigger(object, GoalTrigger, object) nameWithType: AutoTriggerGoal.CanTrigger(object, GoalTrigger, object)
fullName: TinyLife.Goals.AutoTriggerGoal.CanTrigger(object, TinyLife.Goals.GoalTrigger, object) fullName: TinyLife.Goals.AutoTriggerGoal.CanTrigger(object, TinyLife.Goals.GoalTrigger, object)
type: Method type: Method
source:
remote:
path: TinyLife/Goals/AutoTriggerGoal.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanTrigger
path: ../TinyLife/Goals/AutoTriggerGoal.cs
startLine: 28
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals

View file

@ -17,6 +17,14 @@ items:
nameWithType: ConditionedGoal nameWithType: ConditionedGoal
fullName: TinyLife.Goals.ConditionedGoal fullName: TinyLife.Goals.ConditionedGoal
type: Class type: Class
source:
remote:
path: TinyLife/Goals/ConditionedGoal.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ConditionedGoal
path: ../TinyLife/Goals/ConditionedGoal.cs
startLine: 8
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -68,6 +76,14 @@ items:
nameWithType: ConditionedGoal.ConditionedGoal(GoalSet, AutoGoalInfo) nameWithType: ConditionedGoal.ConditionedGoal(GoalSet, AutoGoalInfo)
fullName: TinyLife.Goals.ConditionedGoal.ConditionedGoal(TinyLife.Goals.GoalSet, TinyLife.Goals.AutoGoalInfo) fullName: TinyLife.Goals.ConditionedGoal.ConditionedGoal(TinyLife.Goals.GoalSet, TinyLife.Goals.AutoGoalInfo)
type: Constructor type: Constructor
source:
remote:
path: TinyLife/Goals/ConditionedGoal.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Goals/ConditionedGoal.cs
startLine: 14
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -95,6 +111,14 @@ items:
nameWithType: ConditionedGoal.GetProgress() nameWithType: ConditionedGoal.GetProgress()
fullName: TinyLife.Goals.ConditionedGoal.GetProgress() fullName: TinyLife.Goals.ConditionedGoal.GetProgress()
type: Method type: Method
source:
remote:
path: TinyLife/Goals/ConditionedGoal.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetProgress
path: ../TinyLife/Goals/ConditionedGoal.cs
startLine: 17
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -119,6 +143,14 @@ items:
nameWithType: ConditionedGoal.Reset() nameWithType: ConditionedGoal.Reset()
fullName: TinyLife.Goals.ConditionedGoal.Reset() fullName: TinyLife.Goals.ConditionedGoal.Reset()
type: Method type: Method
source:
remote:
path: TinyLife/Goals/ConditionedGoal.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Reset
path: ../TinyLife/Goals/ConditionedGoal.cs
startLine: 22
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -140,6 +172,14 @@ items:
nameWithType: ConditionedGoal.GetDisplayedProgress(bool) nameWithType: ConditionedGoal.GetDisplayedProgress(bool)
fullName: TinyLife.Goals.ConditionedGoal.GetDisplayedProgress(bool) fullName: TinyLife.Goals.ConditionedGoal.GetDisplayedProgress(bool)
type: Method type: Method
source:
remote:
path: TinyLife/Goals/ConditionedGoal.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDisplayedProgress
path: ../TinyLife/Goals/ConditionedGoal.cs
startLine: 27
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -173,6 +213,14 @@ items:
nameWithType: ConditionedGoal.Trigger(bool) nameWithType: ConditionedGoal.Trigger(bool)
fullName: TinyLife.Goals.ConditionedGoal.Trigger(bool) fullName: TinyLife.Goals.ConditionedGoal.Trigger(bool)
type: Method type: Method
source:
remote:
path: TinyLife/Goals/ConditionedGoal.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Trigger
path: ../TinyLife/Goals/ConditionedGoal.cs
startLine: 34
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals

View file

@ -19,6 +19,14 @@ items:
nameWithType: DistinctGoal<T> nameWithType: DistinctGoal<T>
fullName: TinyLife.Goals.DistinctGoal<T> fullName: TinyLife.Goals.DistinctGoal<T>
type: Class type: Class
source:
remote:
path: TinyLife/Goals/DistinctGoal.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DistinctGoal
path: ../TinyLife/Goals/DistinctGoal.cs
startLine: 10
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -73,6 +81,14 @@ items:
nameWithType: DistinctGoal<T>.DistinctGoal(GoalSet, AutoGoalInfo) nameWithType: DistinctGoal<T>.DistinctGoal(GoalSet, AutoGoalInfo)
fullName: TinyLife.Goals.DistinctGoal<T>.DistinctGoal(TinyLife.Goals.GoalSet, TinyLife.Goals.AutoGoalInfo) fullName: TinyLife.Goals.DistinctGoal<T>.DistinctGoal(TinyLife.Goals.GoalSet, TinyLife.Goals.AutoGoalInfo)
type: Constructor type: Constructor
source:
remote:
path: TinyLife/Goals/DistinctGoal.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Goals/DistinctGoal.cs
startLine: 17
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -100,6 +116,14 @@ items:
nameWithType: DistinctGoal<T>.GetProgress() nameWithType: DistinctGoal<T>.GetProgress()
fullName: TinyLife.Goals.DistinctGoal<T>.GetProgress() fullName: TinyLife.Goals.DistinctGoal<T>.GetProgress()
type: Method type: Method
source:
remote:
path: TinyLife/Goals/DistinctGoal.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetProgress
path: ../TinyLife/Goals/DistinctGoal.cs
startLine: 23
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -126,6 +150,14 @@ items:
nameWithType: DistinctGoal<T>.Reset() nameWithType: DistinctGoal<T>.Reset()
fullName: TinyLife.Goals.DistinctGoal<T>.Reset() fullName: TinyLife.Goals.DistinctGoal<T>.Reset()
type: Method type: Method
source:
remote:
path: TinyLife/Goals/DistinctGoal.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Reset
path: ../TinyLife/Goals/DistinctGoal.cs
startLine: 28
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -149,6 +181,14 @@ items:
nameWithType: DistinctGoal<T>.GetDisplayedProgress(bool) nameWithType: DistinctGoal<T>.GetDisplayedProgress(bool)
fullName: TinyLife.Goals.DistinctGoal<T>.GetDisplayedProgress(bool) fullName: TinyLife.Goals.DistinctGoal<T>.GetDisplayedProgress(bool)
type: Method type: Method
source:
remote:
path: TinyLife/Goals/DistinctGoal.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDisplayedProgress
path: ../TinyLife/Goals/DistinctGoal.cs
startLine: 33
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -182,6 +222,14 @@ items:
nameWithType: DistinctGoal<T>.Validate(GoalSet) nameWithType: DistinctGoal<T>.Validate(GoalSet)
fullName: TinyLife.Goals.DistinctGoal<T>.Validate(TinyLife.Goals.GoalSet) fullName: TinyLife.Goals.DistinctGoal<T>.Validate(TinyLife.Goals.GoalSet)
type: Method type: Method
source:
remote:
path: TinyLife/Goals/DistinctGoal.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: ../TinyLife/Goals/DistinctGoal.cs
startLine: 38
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -212,6 +260,14 @@ items:
nameWithType: DistinctGoal<T>.Trigger(T) nameWithType: DistinctGoal<T>.Trigger(T)
fullName: TinyLife.Goals.DistinctGoal<T>.Trigger(T) fullName: TinyLife.Goals.DistinctGoal<T>.Trigger(T)
type: Method type: Method
source:
remote:
path: TinyLife/Goals/DistinctGoal.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Trigger
path: ../TinyLife/Goals/DistinctGoal.cs
startLine: 48
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -242,6 +298,14 @@ items:
nameWithType: DistinctGoal<T>.CanTrigger(object, GoalTrigger, object) nameWithType: DistinctGoal<T>.CanTrigger(object, GoalTrigger, object)
fullName: TinyLife.Goals.DistinctGoal<T>.CanTrigger(object, TinyLife.Goals.GoalTrigger, object) fullName: TinyLife.Goals.DistinctGoal<T>.CanTrigger(object, TinyLife.Goals.GoalTrigger, object)
type: Method type: Method
source:
remote:
path: TinyLife/Goals/DistinctGoal.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanTrigger
path: ../TinyLife/Goals/DistinctGoal.cs
startLine: 56
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals

View file

@ -14,6 +14,14 @@ items:
nameWithType: Goal<TInfo> nameWithType: Goal<TInfo>
fullName: TinyLife.Goals.Goal<TInfo> fullName: TinyLife.Goals.Goal<TInfo>
type: Class type: Class
source:
remote:
path: TinyLife/Goals/Goal.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Goal
path: ../TinyLife/Goals/Goal.cs
startLine: 104
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -69,6 +77,14 @@ items:
nameWithType: Goal<TInfo>.Info nameWithType: Goal<TInfo>.Info
fullName: TinyLife.Goals.Goal<TInfo>.Info fullName: TinyLife.Goals.Goal<TInfo>.Info
type: Property type: Property
source:
remote:
path: TinyLife/Goals/Goal.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Info
path: ../TinyLife/Goals/Goal.cs
startLine: 107
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -94,6 +110,14 @@ items:
nameWithType: Goal<TInfo>.Goal(GoalSet, TInfo) nameWithType: Goal<TInfo>.Goal(GoalSet, TInfo)
fullName: TinyLife.Goals.Goal<TInfo>.Goal(TinyLife.Goals.GoalSet, TInfo) fullName: TinyLife.Goals.Goal<TInfo>.Goal(TinyLife.Goals.GoalSet, TInfo)
type: Constructor type: Constructor
source:
remote:
path: TinyLife/Goals/Goal.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Goals/Goal.cs
startLine: 110
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals

View file

@ -21,6 +21,14 @@ items:
nameWithType: Goal nameWithType: Goal
fullName: TinyLife.Goals.Goal fullName: TinyLife.Goals.Goal
type: Class type: Class
source:
remote:
path: TinyLife/Goals/Goal.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Goal
path: ../TinyLife/Goals/Goal.cs
startLine: 13
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -74,6 +82,14 @@ items:
nameWithType: Goal.Name nameWithType: Goal.Name
fullName: TinyLife.Goals.Goal.Name fullName: TinyLife.Goals.Goal.Name
type: Field type: Field
source:
remote:
path: TinyLife/Goals/Goal.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name
path: ../TinyLife/Goals/Goal.cs
startLine: 20
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -105,6 +121,14 @@ items:
nameWithType: Goal.Set nameWithType: Goal.Set
fullName: TinyLife.Goals.Goal.Set fullName: TinyLife.Goals.Goal.Set
type: Property type: Property
source:
remote:
path: TinyLife/Goals/Goal.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Set
path: ../TinyLife/Goals/Goal.cs
startLine: 24
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -128,6 +152,14 @@ items:
nameWithType: Goal.Info nameWithType: Goal.Info
fullName: TinyLife.Goals.Goal.Info fullName: TinyLife.Goals.Goal.Info
type: Property type: Property
source:
remote:
path: TinyLife/Goals/Goal.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Info
path: ../TinyLife/Goals/Goal.cs
startLine: 28
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -151,6 +183,14 @@ items:
nameWithType: Goal.Goal(GoalSet, GoalInfo) nameWithType: Goal.Goal(GoalSet, GoalInfo)
fullName: TinyLife.Goals.Goal.Goal(TinyLife.Goals.GoalSet, TinyLife.Goals.GoalInfo) fullName: TinyLife.Goals.Goal.Goal(TinyLife.Goals.GoalSet, TinyLife.Goals.GoalInfo)
type: Constructor type: Constructor
source:
remote:
path: TinyLife/Goals/Goal.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Goals/Goal.cs
startLine: 35
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -181,6 +221,14 @@ items:
nameWithType: Goal.GetProgress() nameWithType: Goal.GetProgress()
fullName: TinyLife.Goals.Goal.GetProgress() fullName: TinyLife.Goals.Goal.GetProgress()
type: Method type: Method
source:
remote:
path: TinyLife/Goals/Goal.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetProgress
path: ../TinyLife/Goals/Goal.cs
startLine: 45
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -204,6 +252,14 @@ items:
nameWithType: Goal.Reset() nameWithType: Goal.Reset()
fullName: TinyLife.Goals.Goal.Reset() fullName: TinyLife.Goals.Goal.Reset()
type: Method type: Method
source:
remote:
path: TinyLife/Goals/Goal.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Reset
path: ../TinyLife/Goals/Goal.cs
startLine: 50
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -224,6 +280,14 @@ items:
nameWithType: Goal.GetDisplayedProgress(bool) nameWithType: Goal.GetDisplayedProgress(bool)
fullName: TinyLife.Goals.Goal.GetDisplayedProgress(bool) fullName: TinyLife.Goals.Goal.GetDisplayedProgress(bool)
type: Method type: Method
source:
remote:
path: TinyLife/Goals/Goal.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDisplayedProgress
path: ../TinyLife/Goals/Goal.cs
startLine: 57
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -256,6 +320,14 @@ items:
nameWithType: Goal.Validate(GoalSet) nameWithType: Goal.Validate(GoalSet)
fullName: TinyLife.Goals.Goal.Validate(TinyLife.Goals.GoalSet) fullName: TinyLife.Goals.Goal.Validate(TinyLife.Goals.GoalSet)
type: Method type: Method
source:
remote:
path: TinyLife/Goals/Goal.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: ../TinyLife/Goals/Goal.cs
startLine: 66
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -283,6 +355,14 @@ items:
nameWithType: Goal.GetDisplay(Anchor, bool, bool) nameWithType: Goal.GetDisplay(Anchor, bool, bool)
fullName: TinyLife.Goals.Goal.GetDisplay(MLEM.Ui.Anchor, bool, bool) fullName: TinyLife.Goals.Goal.GetDisplay(MLEM.Ui.Anchor, bool, bool)
type: Method type: Method
source:
remote:
path: TinyLife/Goals/Goal.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDisplay
path: ../TinyLife/Goals/Goal.cs
startLine: 81
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals

View file

@ -15,6 +15,14 @@ items:
nameWithType: GoalInfo nameWithType: GoalInfo
fullName: TinyLife.Goals.GoalInfo fullName: TinyLife.Goals.GoalInfo
type: Class type: Class
source:
remote:
path: TinyLife/Goals/GoalInfo.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GoalInfo
path: ../TinyLife/Goals/GoalInfo.cs
startLine: 11
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -57,6 +65,14 @@ items:
nameWithType: GoalInfo.Name nameWithType: GoalInfo.Name
fullName: TinyLife.Goals.GoalInfo.Name fullName: TinyLife.Goals.GoalInfo.Name
type: Field type: Field
source:
remote:
path: TinyLife/Goals/GoalInfo.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name
path: ../TinyLife/Goals/GoalInfo.cs
startLine: 16
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -78,6 +94,14 @@ items:
nameWithType: GoalInfo.GoalInfo(string, Func<GoalSet, GoalInfo, Goal>) nameWithType: GoalInfo.GoalInfo(string, Func<GoalSet, GoalInfo, Goal>)
fullName: TinyLife.Goals.GoalInfo.GoalInfo(string, System.Func<TinyLife.Goals.GoalSet, TinyLife.Goals.GoalInfo, TinyLife.Goals.Goal>) fullName: TinyLife.Goals.GoalInfo.GoalInfo(string, System.Func<TinyLife.Goals.GoalSet, TinyLife.Goals.GoalInfo, TinyLife.Goals.Goal>)
type: Constructor type: Constructor
source:
remote:
path: TinyLife/Goals/GoalInfo.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Goals/GoalInfo.cs
startLine: 24
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -108,6 +132,14 @@ items:
nameWithType: GoalInfo.Construct(GoalSet) nameWithType: GoalInfo.Construct(GoalSet)
fullName: TinyLife.Goals.GoalInfo.Construct(TinyLife.Goals.GoalSet) fullName: TinyLife.Goals.GoalInfo.Construct(TinyLife.Goals.GoalSet)
type: Method type: Method
source:
remote:
path: TinyLife/Goals/GoalInfo.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Construct
path: ../TinyLife/Goals/GoalInfo.cs
startLine: 35
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals

View file

@ -23,6 +23,14 @@ items:
nameWithType: GoalSet nameWithType: GoalSet
fullName: TinyLife.Goals.GoalSet fullName: TinyLife.Goals.GoalSet
type: Class type: Class
source:
remote:
path: TinyLife/Goals/GoalSet.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GoalSet
path: ../TinyLife/Goals/GoalSet.cs
startLine: 44
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -74,6 +82,14 @@ items:
nameWithType: GoalSet.Goals nameWithType: GoalSet.Goals
fullName: TinyLife.Goals.GoalSet.Goals fullName: TinyLife.Goals.GoalSet.Goals
type: Property type: Property
source:
remote:
path: TinyLife/Goals/GoalSet.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Goals
path: ../TinyLife/Goals/GoalSet.cs
startLine: 52
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -97,6 +113,14 @@ items:
nameWithType: GoalSet.Info nameWithType: GoalSet.Info
fullName: TinyLife.Goals.GoalSet.Info fullName: TinyLife.Goals.GoalSet.Info
type: Property type: Property
source:
remote:
path: TinyLife/Goals/GoalSet.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Info
path: ../TinyLife/Goals/GoalSet.cs
startLine: 56
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -120,6 +144,14 @@ items:
nameWithType: GoalSet.GoalSet(GoalSetInfo) nameWithType: GoalSet.GoalSet(GoalSetInfo)
fullName: TinyLife.Goals.GoalSet.GoalSet(TinyLife.Goals.GoalSetInfo) fullName: TinyLife.Goals.GoalSet.GoalSet(TinyLife.Goals.GoalSetInfo)
type: Constructor type: Constructor
source:
remote:
path: TinyLife/Goals/GoalSet.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Goals/GoalSet.cs
startLine: 62
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -147,6 +179,14 @@ items:
nameWithType: GoalSet.GetProgress() nameWithType: GoalSet.GetProgress()
fullName: TinyLife.Goals.GoalSet.GetProgress() fullName: TinyLife.Goals.GoalSet.GetProgress()
type: Method type: Method
source:
remote:
path: TinyLife/Goals/GoalSet.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetProgress
path: ../TinyLife/Goals/GoalSet.cs
startLine: 71
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -170,6 +210,14 @@ items:
nameWithType: GoalSet.IsCompleted() nameWithType: GoalSet.IsCompleted()
fullName: TinyLife.Goals.GoalSet.IsCompleted() fullName: TinyLife.Goals.GoalSet.IsCompleted()
type: Method type: Method
source:
remote:
path: TinyLife/Goals/GoalSet.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsCompleted
path: ../TinyLife/Goals/GoalSet.cs
startLine: 83
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -196,6 +244,14 @@ items:
nameWithType: GoalSet.Reset() nameWithType: GoalSet.Reset()
fullName: TinyLife.Goals.GoalSet.Reset() fullName: TinyLife.Goals.GoalSet.Reset()
type: Method type: Method
source:
remote:
path: TinyLife/Goals/GoalSet.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Reset
path: ../TinyLife/Goals/GoalSet.cs
startLine: 90
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -216,6 +272,14 @@ items:
nameWithType: GoalSet.GetGoals<T>() nameWithType: GoalSet.GetGoals<T>()
fullName: TinyLife.Goals.GoalSet.GetGoals<T>() fullName: TinyLife.Goals.GoalSet.GetGoals<T>()
type: Method type: Method
source:
remote:
path: TinyLife/Goals/GoalSet.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetGoals
path: ../TinyLife/Goals/GoalSet.cs
startLine: 100
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -245,6 +309,14 @@ items:
nameWithType: GoalSet.GetGoal<T>(string) nameWithType: GoalSet.GetGoal<T>(string)
fullName: TinyLife.Goals.GoalSet.GetGoal<T>(string) fullName: TinyLife.Goals.GoalSet.GetGoal<T>(string)
type: Method type: Method
source:
remote:
path: TinyLife/Goals/GoalSet.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetGoal
path: ../TinyLife/Goals/GoalSet.cs
startLine: 110
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -278,6 +350,14 @@ items:
nameWithType: GoalSet.GetGoal<T>() nameWithType: GoalSet.GetGoal<T>()
fullName: TinyLife.Goals.GoalSet.GetGoal<T>() fullName: TinyLife.Goals.GoalSet.GetGoal<T>()
type: Method type: Method
source:
remote:
path: TinyLife/Goals/GoalSet.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetGoal
path: ../TinyLife/Goals/GoalSet.cs
startLine: 120
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -310,6 +390,14 @@ items:
nameWithType: GoalSet.GetDisplay(Anchor, bool) nameWithType: GoalSet.GetDisplay(Anchor, bool)
fullName: TinyLife.Goals.GoalSet.GetDisplay(MLEM.Ui.Anchor, bool) fullName: TinyLife.Goals.GoalSet.GetDisplay(MLEM.Ui.Anchor, bool)
type: Method type: Method
source:
remote:
path: TinyLife/Goals/GoalSet.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDisplay
path: ../TinyLife/Goals/GoalSet.cs
startLine: 130
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -343,6 +431,14 @@ items:
nameWithType: GoalSet.Validate(GoalSetInfo) nameWithType: GoalSet.Validate(GoalSetInfo)
fullName: TinyLife.Goals.GoalSet.Validate(TinyLife.Goals.GoalSetInfo) fullName: TinyLife.Goals.GoalSet.Validate(TinyLife.Goals.GoalSetInfo)
type: Method type: Method
source:
remote:
path: TinyLife/Goals/GoalSet.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: ../TinyLife/Goals/GoalSet.cs
startLine: 146
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals

View file

@ -15,6 +15,14 @@ items:
nameWithType: GoalSetInfo nameWithType: GoalSetInfo
fullName: TinyLife.Goals.GoalSetInfo fullName: TinyLife.Goals.GoalSetInfo
type: Class type: Class
source:
remote:
path: TinyLife/Goals/GoalSet.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GoalSetInfo
path: ../TinyLife/Goals/GoalSet.cs
startLine: 15
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -52,6 +60,14 @@ items:
nameWithType: GoalSetInfo.Configurations nameWithType: GoalSetInfo.Configurations
fullName: TinyLife.Goals.GoalSetInfo.Configurations fullName: TinyLife.Goals.GoalSetInfo.Configurations
type: Field type: Field
source:
remote:
path: TinyLife/Goals/GoalSet.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Configurations
path: ../TinyLife/Goals/GoalSet.cs
startLine: 20
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -73,6 +89,14 @@ items:
nameWithType: GoalSetInfo.GoalSetInfo(params GoalInfo[]) nameWithType: GoalSetInfo.GoalSetInfo(params GoalInfo[])
fullName: TinyLife.Goals.GoalSetInfo.GoalSetInfo(params TinyLife.Goals.GoalInfo[]) fullName: TinyLife.Goals.GoalSetInfo.GoalSetInfo(params TinyLife.Goals.GoalInfo[])
type: Constructor type: Constructor
source:
remote:
path: TinyLife/Goals/GoalSet.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Goals/GoalSet.cs
startLine: 26
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -100,6 +124,14 @@ items:
nameWithType: GoalSetInfo.Construct() nameWithType: GoalSetInfo.Construct()
fullName: TinyLife.Goals.GoalSetInfo.Construct() fullName: TinyLife.Goals.GoalSetInfo.Construct()
type: Method type: Method
source:
remote:
path: TinyLife/Goals/GoalSet.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Construct
path: ../TinyLife/Goals/GoalSet.cs
startLine: 34
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals

View file

@ -31,6 +31,14 @@ items:
nameWithType: GoalTrigger nameWithType: GoalTrigger
fullName: TinyLife.Goals.GoalTrigger fullName: TinyLife.Goals.GoalTrigger
type: Class type: Class
source:
remote:
path: TinyLife/Goals/GoalTrigger.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GoalTrigger
path: ../TinyLife/Goals/GoalTrigger.cs
startLine: 16
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -65,6 +73,14 @@ items:
nameWithType: GoalTrigger.PersonUpdate nameWithType: GoalTrigger.PersonUpdate
fullName: TinyLife.Goals.GoalTrigger.PersonUpdate fullName: TinyLife.Goals.GoalTrigger.PersonUpdate
type: Field type: Field
source:
remote:
path: TinyLife/Goals/GoalTrigger.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PersonUpdate
path: ../TinyLife/Goals/GoalTrigger.cs
startLine: 22
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -89,6 +105,14 @@ items:
nameWithType: GoalTrigger.FurnitureCreated nameWithType: GoalTrigger.FurnitureCreated
fullName: TinyLife.Goals.GoalTrigger.FurnitureCreated fullName: TinyLife.Goals.GoalTrigger.FurnitureCreated
type: Field type: Field
source:
remote:
path: TinyLife/Goals/GoalTrigger.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FurnitureCreated
path: ../TinyLife/Goals/GoalTrigger.cs
startLine: 28
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -115,6 +139,14 @@ items:
nameWithType: GoalTrigger.ActionCompleted nameWithType: GoalTrigger.ActionCompleted
fullName: TinyLife.Goals.GoalTrigger.ActionCompleted fullName: TinyLife.Goals.GoalTrigger.ActionCompleted
type: Field type: Field
source:
remote:
path: TinyLife/Goals/GoalTrigger.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ActionCompleted
path: ../TinyLife/Goals/GoalTrigger.cs
startLine: 33
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -139,6 +171,14 @@ items:
nameWithType: GoalTrigger.ActionEnded nameWithType: GoalTrigger.ActionEnded
fullName: TinyLife.Goals.GoalTrigger.ActionEnded fullName: TinyLife.Goals.GoalTrigger.ActionEnded
type: Field type: Field
source:
remote:
path: TinyLife/Goals/GoalTrigger.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ActionEnded
path: ../TinyLife/Goals/GoalTrigger.cs
startLine: 38
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -163,6 +203,14 @@ items:
nameWithType: GoalTrigger.ActionUpdate nameWithType: GoalTrigger.ActionUpdate
fullName: TinyLife.Goals.GoalTrigger.ActionUpdate fullName: TinyLife.Goals.GoalTrigger.ActionUpdate
type: Field type: Field
source:
remote:
path: TinyLife/Goals/GoalTrigger.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ActionUpdate
path: ../TinyLife/Goals/GoalTrigger.cs
startLine: 43
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -187,6 +235,14 @@ items:
nameWithType: GoalTrigger.EarnMoney nameWithType: GoalTrigger.EarnMoney
fullName: TinyLife.Goals.GoalTrigger.EarnMoney fullName: TinyLife.Goals.GoalTrigger.EarnMoney
type: Field type: Field
source:
remote:
path: TinyLife/Goals/GoalTrigger.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EarnMoney
path: ../TinyLife/Goals/GoalTrigger.cs
startLine: 49
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -213,6 +269,14 @@ items:
nameWithType: GoalTrigger.EmotionGained nameWithType: GoalTrigger.EmotionGained
fullName: TinyLife.Goals.GoalTrigger.EmotionGained fullName: TinyLife.Goals.GoalTrigger.EmotionGained
type: Field type: Field
source:
remote:
path: TinyLife/Goals/GoalTrigger.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EmotionGained
path: ../TinyLife/Goals/GoalTrigger.cs
startLine: 54
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -237,6 +301,14 @@ items:
nameWithType: GoalTrigger.EmotionLost nameWithType: GoalTrigger.EmotionLost
fullName: TinyLife.Goals.GoalTrigger.EmotionLost fullName: TinyLife.Goals.GoalTrigger.EmotionLost
type: Field type: Field
source:
remote:
path: TinyLife/Goals/GoalTrigger.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EmotionLost
path: ../TinyLife/Goals/GoalTrigger.cs
startLine: 59
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -261,6 +333,14 @@ items:
nameWithType: GoalTrigger.FoodEaten nameWithType: GoalTrigger.FoodEaten
fullName: TinyLife.Goals.GoalTrigger.FoodEaten fullName: TinyLife.Goals.GoalTrigger.FoodEaten
type: Field type: Field
source:
remote:
path: TinyLife/Goals/GoalTrigger.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FoodEaten
path: ../TinyLife/Goals/GoalTrigger.cs
startLine: 64
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -285,6 +365,14 @@ items:
nameWithType: GoalTrigger.ProjectCompleted nameWithType: GoalTrigger.ProjectCompleted
fullName: TinyLife.Goals.GoalTrigger.ProjectCompleted fullName: TinyLife.Goals.GoalTrigger.ProjectCompleted
type: Field type: Field
source:
remote:
path: TinyLife/Goals/GoalTrigger.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ProjectCompleted
path: ../TinyLife/Goals/GoalTrigger.cs
startLine: 69
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -309,6 +397,14 @@ items:
nameWithType: GoalTrigger.Name nameWithType: GoalTrigger.Name
fullName: TinyLife.Goals.GoalTrigger.Name fullName: TinyLife.Goals.GoalTrigger.Name
type: Field type: Field
source:
remote:
path: TinyLife/Goals/GoalTrigger.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name
path: ../TinyLife/Goals/GoalTrigger.cs
startLine: 74
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -330,6 +426,14 @@ items:
nameWithType: GoalTrigger.ValidObjects nameWithType: GoalTrigger.ValidObjects
fullName: TinyLife.Goals.GoalTrigger.ValidObjects fullName: TinyLife.Goals.GoalTrigger.ValidObjects
type: Field type: Field
source:
remote:
path: TinyLife/Goals/GoalTrigger.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ValidObjects
path: ../TinyLife/Goals/GoalTrigger.cs
startLine: 78
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -351,6 +455,14 @@ items:
nameWithType: GoalTrigger.ValidValues nameWithType: GoalTrigger.ValidValues
fullName: TinyLife.Goals.GoalTrigger.ValidValues fullName: TinyLife.Goals.GoalTrigger.ValidValues
type: Field type: Field
source:
remote:
path: TinyLife/Goals/GoalTrigger.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ValidValues
path: ../TinyLife/Goals/GoalTrigger.cs
startLine: 82
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -372,6 +484,14 @@ items:
nameWithType: GoalTrigger.GoalTrigger(string, IEnumerable<Type>, IEnumerable<Type>) nameWithType: GoalTrigger.GoalTrigger(string, IEnumerable<Type>, IEnumerable<Type>)
fullName: TinyLife.Goals.GoalTrigger.GoalTrigger(string, System.Collections.Generic.IEnumerable<System.Type>, System.Collections.Generic.IEnumerable<System.Type>) fullName: TinyLife.Goals.GoalTrigger.GoalTrigger(string, System.Collections.Generic.IEnumerable<System.Type>, System.Collections.Generic.IEnumerable<System.Type>)
type: Constructor type: Constructor
source:
remote:
path: TinyLife/Goals/GoalTrigger.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Goals/GoalTrigger.cs
startLine: 90
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -405,6 +525,14 @@ items:
nameWithType: GoalTrigger.IsObjectCompatible(Type) nameWithType: GoalTrigger.IsObjectCompatible(Type)
fullName: TinyLife.Goals.GoalTrigger.IsObjectCompatible(System.Type) fullName: TinyLife.Goals.GoalTrigger.IsObjectCompatible(System.Type)
type: Method type: Method
source:
remote:
path: TinyLife/Goals/GoalTrigger.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsObjectCompatible
path: ../TinyLife/Goals/GoalTrigger.cs
startLine: 113
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -435,6 +563,14 @@ items:
nameWithType: GoalTrigger.IsValueCompatible(Type) nameWithType: GoalTrigger.IsValueCompatible(Type)
fullName: TinyLife.Goals.GoalTrigger.IsValueCompatible(System.Type) fullName: TinyLife.Goals.GoalTrigger.IsValueCompatible(System.Type)
type: Method type: Method
source:
remote:
path: TinyLife/Goals/GoalTrigger.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsValueCompatible
path: ../TinyLife/Goals/GoalTrigger.cs
startLine: 127
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -465,6 +601,14 @@ items:
nameWithType: GoalTrigger.Equals(GoalTrigger) nameWithType: GoalTrigger.Equals(GoalTrigger)
fullName: TinyLife.Goals.GoalTrigger.Equals(TinyLife.Goals.GoalTrigger) fullName: TinyLife.Goals.GoalTrigger.Equals(TinyLife.Goals.GoalTrigger)
type: Method type: Method
source:
remote:
path: TinyLife/Goals/GoalTrigger.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Equals
path: ../TinyLife/Goals/GoalTrigger.cs
startLine: 136
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -494,6 +638,14 @@ items:
nameWithType: GoalTrigger.Equals(object) nameWithType: GoalTrigger.Equals(object)
fullName: TinyLife.Goals.GoalTrigger.Equals(object) fullName: TinyLife.Goals.GoalTrigger.Equals(object)
type: Method type: Method
source:
remote:
path: TinyLife/Goals/GoalTrigger.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Equals
path: ../TinyLife/Goals/GoalTrigger.cs
startLine: 141
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -525,6 +677,14 @@ items:
nameWithType: GoalTrigger.GetHashCode() nameWithType: GoalTrigger.GetHashCode()
fullName: TinyLife.Goals.GoalTrigger.GetHashCode() fullName: TinyLife.Goals.GoalTrigger.GetHashCode()
type: Method type: Method
source:
remote:
path: TinyLife/Goals/GoalTrigger.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetHashCode
path: ../TinyLife/Goals/GoalTrigger.cs
startLine: 146
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals

View file

@ -15,6 +15,14 @@ items:
nameWithType: IGoalTriggerable nameWithType: IGoalTriggerable
fullName: TinyLife.Goals.IGoalTriggerable fullName: TinyLife.Goals.IGoalTriggerable
type: Interface type: Interface
source:
remote:
path: TinyLife/Goals/IGoalTriggerable.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IGoalTriggerable
path: ../TinyLife/Goals/IGoalTriggerable.cs
startLine: 9
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -36,6 +44,14 @@ items:
nameWithType: IGoalTriggerable.TryTrigger(object, GoalTrigger, object) nameWithType: IGoalTriggerable.TryTrigger(object, GoalTrigger, object)
fullName: TinyLife.Goals.IGoalTriggerable.TryTrigger(object, TinyLife.Goals.GoalTrigger, object) fullName: TinyLife.Goals.IGoalTriggerable.TryTrigger(object, TinyLife.Goals.GoalTrigger, object)
type: Method type: Method
source:
remote:
path: TinyLife/Goals/IGoalTriggerable.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TryTrigger
path: ../TinyLife/Goals/IGoalTriggerable.cs
startLine: 19
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -75,6 +91,14 @@ items:
nameWithType: IGoalTriggerable.Trigger(IGoalTriggerable, object, GoalTrigger, params object[]) nameWithType: IGoalTriggerable.Trigger(IGoalTriggerable, object, GoalTrigger, params object[])
fullName: TinyLife.Goals.IGoalTriggerable.Trigger(TinyLife.Goals.IGoalTriggerable, object, TinyLife.Goals.GoalTrigger, params object[]) fullName: TinyLife.Goals.IGoalTriggerable.Trigger(TinyLife.Goals.IGoalTriggerable, object, TinyLife.Goals.GoalTrigger, params object[])
type: Method type: Method
source:
remote:
path: TinyLife/Goals/IGoalTriggerable.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Trigger
path: ../TinyLife/Goals/IGoalTriggerable.cs
startLine: 31
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -119,6 +143,14 @@ items:
nameWithType: IGoalTriggerable.Trigger(IEnumerable<IGoalTriggerable>, object, GoalTrigger, params object[]) nameWithType: IGoalTriggerable.Trigger(IEnumerable<IGoalTriggerable>, object, GoalTrigger, params object[])
fullName: TinyLife.Goals.IGoalTriggerable.Trigger(System.Collections.Generic.IEnumerable<TinyLife.Goals.IGoalTriggerable>, object, TinyLife.Goals.GoalTrigger, params object[]) fullName: TinyLife.Goals.IGoalTriggerable.Trigger(System.Collections.Generic.IEnumerable<TinyLife.Goals.IGoalTriggerable>, object, TinyLife.Goals.GoalTrigger, params object[])
type: Method type: Method
source:
remote:
path: TinyLife/Goals/IGoalTriggerable.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Trigger
path: ../TinyLife/Goals/IGoalTriggerable.cs
startLine: 55
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals

View file

@ -12,6 +12,14 @@ items:
nameWithType: Job.JobPerformanceDelegate nameWithType: Job.JobPerformanceDelegate
fullName: TinyLife.Goals.Job.JobPerformanceDelegate fullName: TinyLife.Goals.Job.JobPerformanceDelegate
type: Delegate type: Delegate
source:
remote:
path: TinyLife/Goals/Job.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: JobPerformanceDelegate
path: ../TinyLife/Goals/Job.cs
startLine: 332
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals

View file

@ -34,6 +34,14 @@ items:
nameWithType: Job nameWithType: Job
fullName: TinyLife.Goals.Job fullName: TinyLife.Goals.Job
type: Class type: Class
source:
remote:
path: TinyLife/Goals/Job.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Job
path: ../TinyLife/Goals/Job.cs
startLine: 21
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -86,6 +94,14 @@ items:
nameWithType: Job.OnGetWorkingPerformance nameWithType: Job.OnGetWorkingPerformance
fullName: TinyLife.Goals.Job.OnGetWorkingPerformance fullName: TinyLife.Goals.Job.OnGetWorkingPerformance
type: Event type: Event
source:
remote:
path: TinyLife/Goals/Job.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnGetWorkingPerformance
path: ../TinyLife/Goals/Job.cs
startLine: 28
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -110,6 +126,14 @@ items:
nameWithType: Job.Type nameWithType: Job.Type
fullName: TinyLife.Goals.Job.Type fullName: TinyLife.Goals.Job.Type
type: Field type: Field
source:
remote:
path: TinyLife/Goals/Job.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Type
path: ../TinyLife/Goals/Job.cs
startLine: 36
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -141,6 +165,14 @@ items:
nameWithType: Job.Person nameWithType: Job.Person
fullName: TinyLife.Goals.Job.Person fullName: TinyLife.Goals.Job.Person
type: Property type: Property
source:
remote:
path: TinyLife/Goals/Job.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Person
path: ../TinyLife/Goals/Job.cs
startLine: 40
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -164,6 +196,14 @@ items:
nameWithType: Job.Performance nameWithType: Job.Performance
fullName: TinyLife.Goals.Job.Performance fullName: TinyLife.Goals.Job.Performance
type: Property type: Property
source:
remote:
path: TinyLife/Goals/Job.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Performance
path: ../TinyLife/Goals/Job.cs
startLine: 45
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -200,6 +240,14 @@ items:
nameWithType: Job.RequiredPromotionPerformance nameWithType: Job.RequiredPromotionPerformance
fullName: TinyLife.Goals.Job.RequiredPromotionPerformance fullName: TinyLife.Goals.Job.RequiredPromotionPerformance
type: Property type: Property
source:
remote:
path: TinyLife/Goals/Job.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredPromotionPerformance
path: ../TinyLife/Goals/Job.cs
startLine: 51
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -226,6 +274,14 @@ items:
nameWithType: Job.Level nameWithType: Job.Level
fullName: TinyLife.Goals.Job.Level fullName: TinyLife.Goals.Job.Level
type: Property type: Property
source:
remote:
path: TinyLife/Goals/Job.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Level
path: ../TinyLife/Goals/Job.cs
startLine: 56
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -262,6 +318,14 @@ items:
nameWithType: Job.DailyTasks nameWithType: Job.DailyTasks
fullName: TinyLife.Goals.Job.DailyTasks fullName: TinyLife.Goals.Job.DailyTasks
type: Property type: Property
source:
remote:
path: TinyLife/Goals/Job.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DailyTasks
path: ../TinyLife/Goals/Job.cs
startLine: 61
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -295,6 +359,14 @@ items:
nameWithType: Job.AmountOfRaises nameWithType: Job.AmountOfRaises
fullName: TinyLife.Goals.Job.AmountOfRaises fullName: TinyLife.Goals.Job.AmountOfRaises
type: Property type: Property
source:
remote:
path: TinyLife/Goals/Job.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AmountOfRaises
path: ../TinyLife/Goals/Job.cs
startLine: 67
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -331,6 +403,14 @@ items:
nameWithType: Job.CurrentHourlyPay nameWithType: Job.CurrentHourlyPay
fullName: TinyLife.Goals.Job.CurrentHourlyPay fullName: TinyLife.Goals.Job.CurrentHourlyPay
type: Property type: Property
source:
remote:
path: TinyLife/Goals/Job.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CurrentHourlyPay
path: ../TinyLife/Goals/Job.cs
startLine: 72
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -354,6 +434,14 @@ items:
nameWithType: Job.VacationDaysAvailable nameWithType: Job.VacationDaysAvailable
fullName: TinyLife.Goals.Job.VacationDaysAvailable fullName: TinyLife.Goals.Job.VacationDaysAvailable
type: Field type: Field
source:
remote:
path: TinyLife/Goals/Job.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: VacationDaysAvailable
path: ../TinyLife/Goals/Job.cs
startLine: 77
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -385,6 +473,14 @@ items:
nameWithType: Job.DaysOnVacation nameWithType: Job.DaysOnVacation
fullName: TinyLife.Goals.Job.DaysOnVacation fullName: TinyLife.Goals.Job.DaysOnVacation
type: Property type: Property
source:
remote:
path: TinyLife/Goals/Job.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DaysOnVacation
path: ../TinyLife/Goals/Job.cs
startLine: 82
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -421,6 +517,14 @@ items:
nameWithType: Job.Job(JobType, Person, int) nameWithType: Job.Job(JobType, Person, int)
fullName: TinyLife.Goals.Job.Job(TinyLife.Goals.JobType, TinyLife.Objects.Person, int) fullName: TinyLife.Goals.Job.Job(TinyLife.Goals.JobType, TinyLife.Objects.Person, int)
type: Constructor type: Constructor
source:
remote:
path: TinyLife/Goals/Job.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Goals/Job.cs
startLine: 96
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -454,6 +558,14 @@ items:
nameWithType: Job.Update(TimeSpan) nameWithType: Job.Update(TimeSpan)
fullName: TinyLife.Goals.Job.Update(System.TimeSpan) fullName: TinyLife.Goals.Job.Update(System.TimeSpan)
type: Method type: Method
source:
remote:
path: TinyLife/Goals/Job.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: ../TinyLife/Goals/Job.cs
startLine: 109
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -481,6 +593,14 @@ items:
nameWithType: Job.UpdateWorking(WorkAction, TimeSpan, float) nameWithType: Job.UpdateWorking(WorkAction, TimeSpan, float)
fullName: TinyLife.Goals.Job.UpdateWorking(TinyLife.Actions.WorkAction, System.TimeSpan, float) fullName: TinyLife.Goals.Job.UpdateWorking(TinyLife.Actions.WorkAction, System.TimeSpan, float)
type: Method type: Method
source:
remote:
path: TinyLife/Goals/Job.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UpdateWorking
path: ../TinyLife/Goals/Job.cs
startLine: 155
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -517,6 +637,14 @@ items:
nameWithType: Job.AddPerformance(float) nameWithType: Job.AddPerformance(float)
fullName: TinyLife.Goals.Job.AddPerformance(float) fullName: TinyLife.Goals.Job.AddPerformance(float)
type: Method type: Method
source:
remote:
path: TinyLife/Goals/Job.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AddPerformance
path: ../TinyLife/Goals/Job.cs
startLine: 188
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -547,6 +675,14 @@ items:
nameWithType: Job.AddLevel(int) nameWithType: Job.AddLevel(int)
fullName: TinyLife.Goals.Job.AddLevel(int) fullName: TinyLife.Goals.Job.AddLevel(int)
type: Method type: Method
source:
remote:
path: TinyLife/Goals/Job.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AddLevel
path: ../TinyLife/Goals/Job.cs
startLine: 214
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -580,6 +716,14 @@ items:
nameWithType: Job.GetRaise() nameWithType: Job.GetRaise()
fullName: TinyLife.Goals.Job.GetRaise() fullName: TinyLife.Goals.Job.GetRaise()
type: Method type: Method
source:
remote:
path: TinyLife/Goals/Job.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetRaise
path: ../TinyLife/Goals/Job.cs
startLine: 258
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -608,6 +752,14 @@ items:
nameWithType: Job.HasRequiredPromotionSkills() nameWithType: Job.HasRequiredPromotionSkills()
fullName: TinyLife.Goals.Job.HasRequiredPromotionSkills() fullName: TinyLife.Goals.Job.HasRequiredPromotionSkills()
type: Method type: Method
source:
remote:
path: TinyLife/Goals/Job.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HasRequiredPromotionSkills
path: ../TinyLife/Goals/Job.cs
startLine: 277
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -631,6 +783,14 @@ items:
nameWithType: Job.GetCoworkers() nameWithType: Job.GetCoworkers()
fullName: TinyLife.Goals.Job.GetCoworkers() fullName: TinyLife.Goals.Job.GetCoworkers()
type: Method type: Method
source:
remote:
path: TinyLife/Goals/Job.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetCoworkers
path: ../TinyLife/Goals/Job.cs
startLine: 289
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -654,6 +814,14 @@ items:
nameWithType: Job.GetCoworkersAtWork() nameWithType: Job.GetCoworkersAtWork()
fullName: TinyLife.Goals.Job.GetCoworkersAtWork() fullName: TinyLife.Goals.Job.GetCoworkersAtWork()
type: Method type: Method
source:
remote:
path: TinyLife/Goals/Job.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetCoworkersAtWork
path: ../TinyLife/Goals/Job.cs
startLine: 297
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -677,6 +845,14 @@ items:
nameWithType: Job.Validate(Person) nameWithType: Job.Validate(Person)
fullName: TinyLife.Goals.Job.Validate(TinyLife.Objects.Person) fullName: TinyLife.Goals.Job.Validate(TinyLife.Objects.Person)
type: Method type: Method
source:
remote:
path: TinyLife/Goals/Job.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: ../TinyLife/Goals/Job.cs
startLine: 305
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -703,6 +879,14 @@ items:
nameWithType: Job.StartVacation(int, float) nameWithType: Job.StartVacation(int, float)
fullName: TinyLife.Goals.Job.StartVacation(int, float) fullName: TinyLife.Goals.Job.StartVacation(int, float)
type: Method type: Method
source:
remote:
path: TinyLife/Goals/Job.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: StartVacation
path: ../TinyLife/Goals/Job.cs
startLine: 324
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals

View file

@ -51,6 +51,14 @@ items:
nameWithType: JobType nameWithType: JobType
fullName: TinyLife.Goals.JobType fullName: TinyLife.Goals.JobType
type: Class type: Class
source:
remote:
path: TinyLife/Goals/JobType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: JobType
path: ../TinyLife/Goals/JobType.cs
startLine: 28
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -100,6 +108,14 @@ items:
nameWithType: JobType.Types nameWithType: JobType.Types
fullName: TinyLife.Goals.JobType.Types fullName: TinyLife.Goals.JobType.Types
type: Field type: Field
source:
remote:
path: TinyLife/Goals/JobType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Types
path: ../TinyLife/Goals/JobType.cs
startLine: 36
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -124,6 +140,14 @@ items:
nameWithType: JobType.PrimarySchoolStudent nameWithType: JobType.PrimarySchoolStudent
fullName: TinyLife.Goals.JobType.PrimarySchoolStudent fullName: TinyLife.Goals.JobType.PrimarySchoolStudent
type: Field type: Field
source:
remote:
path: TinyLife/Goals/JobType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PrimarySchoolStudent
path: ../TinyLife/Goals/JobType.cs
startLine: 39
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -143,6 +167,14 @@ items:
nameWithType: JobType.Businessperson nameWithType: JobType.Businessperson
fullName: TinyLife.Goals.JobType.Businessperson fullName: TinyLife.Goals.JobType.Businessperson
type: Field type: Field
source:
remote:
path: TinyLife/Goals/JobType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Businessperson
path: ../TinyLife/Goals/JobType.cs
startLine: 51
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -162,6 +194,14 @@ items:
nameWithType: JobType.Firefighter nameWithType: JobType.Firefighter
fullName: TinyLife.Goals.JobType.Firefighter fullName: TinyLife.Goals.JobType.Firefighter
type: Field type: Field
source:
remote:
path: TinyLife/Goals/JobType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Firefighter
path: ../TinyLife/Goals/JobType.cs
startLine: 60
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -181,6 +221,14 @@ items:
nameWithType: JobType.Doctor nameWithType: JobType.Doctor
fullName: TinyLife.Goals.JobType.Doctor fullName: TinyLife.Goals.JobType.Doctor
type: Field type: Field
source:
remote:
path: TinyLife/Goals/JobType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Doctor
path: ../TinyLife/Goals/JobType.cs
startLine: 69
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -200,6 +248,14 @@ items:
nameWithType: JobType.Programmer nameWithType: JobType.Programmer
fullName: TinyLife.Goals.JobType.Programmer fullName: TinyLife.Goals.JobType.Programmer
type: Field type: Field
source:
remote:
path: TinyLife/Goals/JobType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Programmer
path: ../TinyLife/Goals/JobType.cs
startLine: 78
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -219,6 +275,14 @@ items:
nameWithType: JobType.RetailWorker nameWithType: JobType.RetailWorker
fullName: TinyLife.Goals.JobType.RetailWorker fullName: TinyLife.Goals.JobType.RetailWorker
type: Field type: Field
source:
remote:
path: TinyLife/Goals/JobType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RetailWorker
path: ../TinyLife/Goals/JobType.cs
startLine: 87
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -238,6 +302,14 @@ items:
nameWithType: JobType.Teacher nameWithType: JobType.Teacher
fullName: TinyLife.Goals.JobType.Teacher fullName: TinyLife.Goals.JobType.Teacher
type: Field type: Field
source:
remote:
path: TinyLife/Goals/JobType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Teacher
path: ../TinyLife/Goals/JobType.cs
startLine: 96
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -257,6 +329,14 @@ items:
nameWithType: JobType.Scientist nameWithType: JobType.Scientist
fullName: TinyLife.Goals.JobType.Scientist fullName: TinyLife.Goals.JobType.Scientist
type: Field type: Field
source:
remote:
path: TinyLife/Goals/JobType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Scientist
path: ../TinyLife/Goals/JobType.cs
startLine: 105
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -276,6 +356,14 @@ items:
nameWithType: JobType.Name nameWithType: JobType.Name
fullName: TinyLife.Goals.JobType.Name fullName: TinyLife.Goals.JobType.Name
type: Field type: Field
source:
remote:
path: TinyLife/Goals/JobType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name
path: ../TinyLife/Goals/JobType.cs
startLine: 119
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -297,6 +385,14 @@ items:
nameWithType: JobType.Icon nameWithType: JobType.Icon
fullName: TinyLife.Goals.JobType.Icon fullName: TinyLife.Goals.JobType.Icon
type: Field type: Field
source:
remote:
path: TinyLife/Goals/JobType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Icon
path: ../TinyLife/Goals/JobType.cs
startLine: 123
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -318,6 +414,14 @@ items:
nameWithType: JobType.HourlyPay nameWithType: JobType.HourlyPay
fullName: TinyLife.Goals.JobType.HourlyPay fullName: TinyLife.Goals.JobType.HourlyPay
type: Field type: Field
source:
remote:
path: TinyLife/Goals/JobType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HourlyPay
path: ../TinyLife/Goals/JobType.cs
startLine: 128
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -342,6 +446,14 @@ items:
nameWithType: JobType.WorkHours nameWithType: JobType.WorkHours
fullName: TinyLife.Goals.JobType.WorkHours fullName: TinyLife.Goals.JobType.WorkHours
type: Field type: Field
source:
remote:
path: TinyLife/Goals/JobType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WorkHours
path: ../TinyLife/Goals/JobType.cs
startLine: 133
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -366,6 +478,14 @@ items:
nameWithType: JobType.OffWorkDays nameWithType: JobType.OffWorkDays
fullName: TinyLife.Goals.JobType.OffWorkDays fullName: TinyLife.Goals.JobType.OffWorkDays
type: Field type: Field
source:
remote:
path: TinyLife/Goals/JobType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OffWorkDays
path: ../TinyLife/Goals/JobType.cs
startLine: 138
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -390,6 +510,14 @@ items:
nameWithType: JobType.RequiredPromotionSkills nameWithType: JobType.RequiredPromotionSkills
fullName: TinyLife.Goals.JobType.RequiredPromotionSkills fullName: TinyLife.Goals.JobType.RequiredPromotionSkills
type: Property type: Property
source:
remote:
path: TinyLife/Goals/JobType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredPromotionSkills
path: ../TinyLife/Goals/JobType.cs
startLine: 143
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -416,6 +544,14 @@ items:
nameWithType: JobType.MaxLevel nameWithType: JobType.MaxLevel
fullName: TinyLife.Goals.JobType.MaxLevel fullName: TinyLife.Goals.JobType.MaxLevel
type: Property type: Property
source:
remote:
path: TinyLife/Goals/JobType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MaxLevel
path: ../TinyLife/Goals/JobType.cs
startLine: 147
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -439,6 +575,14 @@ items:
nameWithType: JobType.HasSpecialLocalization nameWithType: JobType.HasSpecialLocalization
fullName: TinyLife.Goals.JobType.HasSpecialLocalization fullName: TinyLife.Goals.JobType.HasSpecialLocalization
type: Property type: Property
source:
remote:
path: TinyLife/Goals/JobType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HasSpecialLocalization
path: ../TinyLife/Goals/JobType.cs
startLine: 152
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -465,6 +609,14 @@ items:
nameWithType: JobType.RequiredAges nameWithType: JobType.RequiredAges
fullName: TinyLife.Goals.JobType.RequiredAges fullName: TinyLife.Goals.JobType.RequiredAges
type: Property type: Property
source:
remote:
path: TinyLife/Goals/JobType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredAges
path: ../TinyLife/Goals/JobType.cs
startLine: 157
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -491,6 +643,14 @@ items:
nameWithType: JobType.CanQuitOrBeFired nameWithType: JobType.CanQuitOrBeFired
fullName: TinyLife.Goals.JobType.CanQuitOrBeFired fullName: TinyLife.Goals.JobType.CanQuitOrBeFired
type: Property type: Property
source:
remote:
path: TinyLife/Goals/JobType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanQuitOrBeFired
path: ../TinyLife/Goals/JobType.cs
startLine: 162
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -517,6 +677,14 @@ items:
nameWithType: JobType.CanGetRaise nameWithType: JobType.CanGetRaise
fullName: TinyLife.Goals.JobType.CanGetRaise fullName: TinyLife.Goals.JobType.CanGetRaise
type: Property type: Property
source:
remote:
path: TinyLife/Goals/JobType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanGetRaise
path: ../TinyLife/Goals/JobType.cs
startLine: 167
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -543,6 +711,14 @@ items:
nameWithType: JobType.DailyTasks nameWithType: JobType.DailyTasks
fullName: TinyLife.Goals.JobType.DailyTasks fullName: TinyLife.Goals.JobType.DailyTasks
type: Property type: Property
source:
remote:
path: TinyLife/Goals/JobType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DailyTasks
path: ../TinyLife/Goals/JobType.cs
startLine: 172
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -569,6 +745,14 @@ items:
nameWithType: JobType.DailyTaskImportance nameWithType: JobType.DailyTaskImportance
fullName: TinyLife.Goals.JobType.DailyTaskImportance fullName: TinyLife.Goals.JobType.DailyTaskImportance
type: Property type: Property
source:
remote:
path: TinyLife/Goals/JobType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DailyTaskImportance
path: ../TinyLife/Goals/JobType.cs
startLine: 177
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -595,6 +779,14 @@ items:
nameWithType: JobType.ChoicePrompts nameWithType: JobType.ChoicePrompts
fullName: TinyLife.Goals.JobType.ChoicePrompts fullName: TinyLife.Goals.JobType.ChoicePrompts
type: Property type: Property
source:
remote:
path: TinyLife/Goals/JobType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ChoicePrompts
path: ../TinyLife/Goals/JobType.cs
startLine: 181
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -618,6 +810,14 @@ items:
nameWithType: JobType.SourceString nameWithType: JobType.SourceString
fullName: TinyLife.Goals.JobType.SourceString fullName: TinyLife.Goals.JobType.SourceString
type: Property type: Property
source:
remote:
path: TinyLife/Goals/JobType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SourceString
path: ../TinyLife/Goals/JobType.cs
startLine: 183
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -643,6 +843,14 @@ items:
nameWithType: JobType.JobType(string, TextureRegion, float, (int Start, int End), params DayOfWeek[]) nameWithType: JobType.JobType(string, TextureRegion, float, (int Start, int End), params DayOfWeek[])
fullName: TinyLife.Goals.JobType.JobType(string, MLEM.Textures.TextureRegion, float, (int Start, int End), params System.DayOfWeek[]) fullName: TinyLife.Goals.JobType.JobType(string, MLEM.Textures.TextureRegion, float, (int Start, int End), params System.DayOfWeek[])
type: Constructor type: Constructor
source:
remote:
path: TinyLife/Goals/JobType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Goals/JobType.cs
startLine: 193
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -682,6 +890,14 @@ items:
nameWithType: JobType.Construct(Person, int) nameWithType: JobType.Construct(Person, int)
fullName: TinyLife.Goals.JobType.Construct(TinyLife.Objects.Person, int) fullName: TinyLife.Goals.JobType.Construct(TinyLife.Objects.Person, int)
type: Method type: Method
source:
remote:
path: TinyLife/Goals/JobType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Construct
path: ../TinyLife/Goals/JobType.cs
startLine: 207
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -715,6 +931,14 @@ items:
nameWithType: JobType.IsTimeToWork(TimeSpan) nameWithType: JobType.IsTimeToWork(TimeSpan)
fullName: TinyLife.Goals.JobType.IsTimeToWork(System.TimeSpan) fullName: TinyLife.Goals.JobType.IsTimeToWork(System.TimeSpan)
type: Method type: Method
source:
remote:
path: TinyLife/Goals/JobType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsTimeToWork
path: ../TinyLife/Goals/JobType.cs
startLine: 216
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -742,6 +966,14 @@ items:
nameWithType: JobType.ToScheduleString(TimeSpan?) nameWithType: JobType.ToScheduleString(TimeSpan?)
fullName: TinyLife.Goals.JobType.ToScheduleString(System.TimeSpan?) fullName: TinyLife.Goals.JobType.ToScheduleString(System.TimeSpan?)
type: Method type: Method
source:
remote:
path: TinyLife/Goals/JobType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ToScheduleString
path: ../TinyLife/Goals/JobType.cs
startLine: 225
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -771,6 +1003,14 @@ items:
nameWithType: JobType.GetDisplayName(int?) nameWithType: JobType.GetDisplayName(int?)
fullName: TinyLife.Goals.JobType.GetDisplayName(int?) fullName: TinyLife.Goals.JobType.GetDisplayName(int?)
type: Method type: Method
source:
remote:
path: TinyLife/Goals/JobType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDisplayName
path: ../TinyLife/Goals/JobType.cs
startLine: 239
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -804,6 +1044,14 @@ items:
nameWithType: JobType.GetRequiredPromotionSkills(Job) nameWithType: JobType.GetRequiredPromotionSkills(Job)
fullName: TinyLife.Goals.JobType.GetRequiredPromotionSkills(TinyLife.Goals.Job) fullName: TinyLife.Goals.JobType.GetRequiredPromotionSkills(TinyLife.Goals.Job)
type: Method type: Method
source:
remote:
path: TinyLife/Goals/JobType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetRequiredPromotionSkills
path: ../TinyLife/Goals/JobType.cs
startLine: 251
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -831,6 +1079,14 @@ items:
nameWithType: JobType.OnWorkStartsInAnHour(Job) nameWithType: JobType.OnWorkStartsInAnHour(Job)
fullName: TinyLife.Goals.JobType.OnWorkStartsInAnHour(TinyLife.Goals.Job) fullName: TinyLife.Goals.JobType.OnWorkStartsInAnHour(TinyLife.Goals.Job)
type: Method type: Method
source:
remote:
path: TinyLife/Goals/JobType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnWorkStartsInAnHour
path: ../TinyLife/Goals/JobType.cs
startLine: 266
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -858,6 +1114,14 @@ items:
nameWithType: JobType.OnWorkHoursOver(Job) nameWithType: JobType.OnWorkHoursOver(Job)
fullName: TinyLife.Goals.JobType.OnWorkHoursOver(TinyLife.Goals.Job) fullName: TinyLife.Goals.JobType.OnWorkHoursOver(TinyLife.Goals.Job)
type: Method type: Method
source:
remote:
path: TinyLife/Goals/JobType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnWorkHoursOver
path: ../TinyLife/Goals/JobType.cs
startLine: 277
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -887,6 +1151,14 @@ items:
nameWithType: JobType.OnWorkFinished(Job, WorkAction) nameWithType: JobType.OnWorkFinished(Job, WorkAction)
fullName: TinyLife.Goals.JobType.OnWorkFinished(TinyLife.Goals.Job, TinyLife.Actions.WorkAction) fullName: TinyLife.Goals.JobType.OnWorkFinished(TinyLife.Goals.Job, TinyLife.Actions.WorkAction)
type: Method type: Method
source:
remote:
path: TinyLife/Goals/JobType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnWorkFinished
path: ../TinyLife/Goals/JobType.cs
startLine: 288
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -917,6 +1189,14 @@ items:
nameWithType: JobType.OnWorkStarted(Job, WorkAction) nameWithType: JobType.OnWorkStarted(Job, WorkAction)
fullName: TinyLife.Goals.JobType.OnWorkStarted(TinyLife.Goals.Job, TinyLife.Actions.WorkAction) fullName: TinyLife.Goals.JobType.OnWorkStarted(TinyLife.Goals.Job, TinyLife.Actions.WorkAction)
type: Method type: Method
source:
remote:
path: TinyLife/Goals/JobType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnWorkStarted
path: ../TinyLife/Goals/JobType.cs
startLine: 299
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -947,6 +1227,14 @@ items:
nameWithType: JobType.OnLevelChanged(Job, int) nameWithType: JobType.OnLevelChanged(Job, int)
fullName: TinyLife.Goals.JobType.OnLevelChanged(TinyLife.Goals.Job, int) fullName: TinyLife.Goals.JobType.OnLevelChanged(TinyLife.Goals.Job, int)
type: Method type: Method
source:
remote:
path: TinyLife/Goals/JobType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnLevelChanged
path: ../TinyLife/Goals/JobType.cs
startLine: 307
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -980,6 +1268,14 @@ items:
nameWithType: JobType.OnRaiseReceived(Job) nameWithType: JobType.OnRaiseReceived(Job)
fullName: TinyLife.Goals.JobType.OnRaiseReceived(TinyLife.Goals.Job) fullName: TinyLife.Goals.JobType.OnRaiseReceived(TinyLife.Goals.Job)
type: Method type: Method
source:
remote:
path: TinyLife/Goals/JobType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnRaiseReceived
path: ../TinyLife/Goals/JobType.cs
startLine: 317
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -1007,6 +1303,14 @@ items:
nameWithType: JobType.UpdateWorking(Job, WorkAction, TimeSpan, float) nameWithType: JobType.UpdateWorking(Job, WorkAction, TimeSpan, float)
fullName: TinyLife.Goals.JobType.UpdateWorking(TinyLife.Goals.Job, TinyLife.Actions.WorkAction, System.TimeSpan, float) fullName: TinyLife.Goals.JobType.UpdateWorking(TinyLife.Goals.Job, TinyLife.Actions.WorkAction, System.TimeSpan, float)
type: Method type: Method
source:
remote:
path: TinyLife/Goals/JobType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UpdateWorking
path: ../TinyLife/Goals/JobType.cs
startLine: 329
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -1046,6 +1350,14 @@ items:
nameWithType: JobType.GetDefaultHourlyPay(Person) nameWithType: JobType.GetDefaultHourlyPay(Person)
fullName: TinyLife.Goals.JobType.GetDefaultHourlyPay(TinyLife.Objects.Person) fullName: TinyLife.Goals.JobType.GetDefaultHourlyPay(TinyLife.Objects.Person)
type: Method type: Method
source:
remote:
path: TinyLife/Goals/JobType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDefaultHourlyPay
path: ../TinyLife/Goals/JobType.cs
startLine: 336
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -1073,6 +1385,14 @@ items:
nameWithType: JobType.Register(JobType) nameWithType: JobType.Register(JobType)
fullName: TinyLife.Goals.JobType.Register(TinyLife.Goals.JobType) fullName: TinyLife.Goals.JobType.Register(TinyLife.Goals.JobType)
type: Method type: Method
source:
remote:
path: TinyLife/Goals/JobType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Register
path: ../TinyLife/Goals/JobType.cs
startLine: 352
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals

View file

@ -22,6 +22,14 @@ items:
nameWithType: LifeGoal.Instance nameWithType: LifeGoal.Instance
fullName: TinyLife.Goals.LifeGoal.Instance fullName: TinyLife.Goals.LifeGoal.Instance
type: Class type: Class
source:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Instance
path: ../TinyLife/Goals/LifeGoal.cs
startLine: 242
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -63,6 +71,14 @@ items:
nameWithType: LifeGoal.Instance.Goal nameWithType: LifeGoal.Instance.Goal
fullName: TinyLife.Goals.LifeGoal.Instance.Goal fullName: TinyLife.Goals.LifeGoal.Instance.Goal
type: Field type: Field
source:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Goal
path: ../TinyLife/Goals/LifeGoal.cs
startLine: 249
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -94,6 +110,14 @@ items:
nameWithType: LifeGoal.Instance.CurrentGoals nameWithType: LifeGoal.Instance.CurrentGoals
fullName: TinyLife.Goals.LifeGoal.Instance.CurrentGoals fullName: TinyLife.Goals.LifeGoal.Instance.CurrentGoals
type: Property type: Property
source:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CurrentGoals
path: ../TinyLife/Goals/LifeGoal.cs
startLine: 253
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -127,6 +151,14 @@ items:
nameWithType: LifeGoal.Instance.StageIndex nameWithType: LifeGoal.Instance.StageIndex
fullName: TinyLife.Goals.LifeGoal.Instance.StageIndex fullName: TinyLife.Goals.LifeGoal.Instance.StageIndex
type: Property type: Property
source:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: StageIndex
path: ../TinyLife/Goals/LifeGoal.cs
startLine: 260
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -165,6 +197,14 @@ items:
nameWithType: LifeGoal.Instance.Person nameWithType: LifeGoal.Instance.Person
fullName: TinyLife.Goals.LifeGoal.Instance.Person fullName: TinyLife.Goals.LifeGoal.Instance.Person
type: Property type: Property
source:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Person
path: ../TinyLife/Goals/LifeGoal.cs
startLine: 265
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -188,6 +228,14 @@ items:
nameWithType: LifeGoal.Instance.Stage nameWithType: LifeGoal.Instance.Stage
fullName: TinyLife.Goals.LifeGoal.Instance.Stage fullName: TinyLife.Goals.LifeGoal.Instance.Stage
type: Property type: Property
source:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Stage
path: ../TinyLife/Goals/LifeGoal.cs
startLine: 270
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -214,6 +262,14 @@ items:
nameWithType: LifeGoal.Instance.Completed nameWithType: LifeGoal.Instance.Completed
fullName: TinyLife.Goals.LifeGoal.Instance.Completed fullName: TinyLife.Goals.LifeGoal.Instance.Completed
type: Property type: Property
source:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Completed
path: ../TinyLife/Goals/LifeGoal.cs
startLine: 274
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -237,6 +293,14 @@ items:
nameWithType: LifeGoal.Instance.Instance(Person, LifeGoal, int) nameWithType: LifeGoal.Instance.Instance(Person, LifeGoal, int)
fullName: TinyLife.Goals.LifeGoal.Instance.Instance(TinyLife.Objects.Person, TinyLife.Goals.LifeGoal, int) fullName: TinyLife.Goals.LifeGoal.Instance.Instance(TinyLife.Objects.Person, TinyLife.Goals.LifeGoal, int)
type: Constructor type: Constructor
source:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Goals/LifeGoal.cs
startLine: 282
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -270,6 +334,14 @@ items:
nameWithType: LifeGoal.Instance.Update() nameWithType: LifeGoal.Instance.Update()
fullName: TinyLife.Goals.LifeGoal.Instance.Update() fullName: TinyLife.Goals.LifeGoal.Instance.Update()
type: Method type: Method
source:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: ../TinyLife/Goals/LifeGoal.cs
startLine: 294
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -290,6 +362,14 @@ items:
nameWithType: LifeGoal.Instance.Advance() nameWithType: LifeGoal.Instance.Advance()
fullName: TinyLife.Goals.LifeGoal.Instance.Advance() fullName: TinyLife.Goals.LifeGoal.Instance.Advance()
type: Method type: Method
source:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Advance
path: ../TinyLife/Goals/LifeGoal.cs
startLine: 304
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -310,6 +390,14 @@ items:
nameWithType: LifeGoal.Instance.Validate(Person) nameWithType: LifeGoal.Instance.Validate(Person)
fullName: TinyLife.Goals.LifeGoal.Instance.Validate(TinyLife.Objects.Person) fullName: TinyLife.Goals.LifeGoal.Instance.Validate(TinyLife.Objects.Person)
type: Method type: Method
source:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: ../TinyLife/Goals/LifeGoal.cs
startLine: 331
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals

View file

@ -33,6 +33,14 @@ items:
nameWithType: LifeGoal nameWithType: LifeGoal
fullName: TinyLife.Goals.LifeGoal fullName: TinyLife.Goals.LifeGoal
type: Class type: Class
source:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LifeGoal
path: ../TinyLife/Goals/LifeGoal.cs
startLine: 24
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -73,6 +81,14 @@ items:
nameWithType: LifeGoal.Goals nameWithType: LifeGoal.Goals
fullName: TinyLife.Goals.LifeGoal.Goals fullName: TinyLife.Goals.LifeGoal.Goals
type: Field type: Field
source:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Goals
path: ../TinyLife/Goals/LifeGoal.cs
startLine: 31
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -94,6 +110,14 @@ items:
nameWithType: LifeGoal.Chef nameWithType: LifeGoal.Chef
fullName: TinyLife.Goals.LifeGoal.Chef fullName: TinyLife.Goals.LifeGoal.Chef
type: Field type: Field
source:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Chef
path: ../TinyLife/Goals/LifeGoal.cs
startLine: 46
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -113,6 +137,14 @@ items:
nameWithType: LifeGoal.SmartKid nameWithType: LifeGoal.SmartKid
fullName: TinyLife.Goals.LifeGoal.SmartKid fullName: TinyLife.Goals.LifeGoal.SmartKid
type: Field type: Field
source:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SmartKid
path: ../TinyLife/Goals/LifeGoal.cs
startLine: 58
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -132,6 +164,14 @@ items:
nameWithType: LifeGoal.HouseholdHero nameWithType: LifeGoal.HouseholdHero
fullName: TinyLife.Goals.LifeGoal.HouseholdHero fullName: TinyLife.Goals.LifeGoal.HouseholdHero
type: Field type: Field
source:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HouseholdHero
path: ../TinyLife/Goals/LifeGoal.cs
startLine: 70
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -151,6 +191,14 @@ items:
nameWithType: LifeGoal.ComputerAddict nameWithType: LifeGoal.ComputerAddict
fullName: TinyLife.Goals.LifeGoal.ComputerAddict fullName: TinyLife.Goals.LifeGoal.ComputerAddict
type: Field type: Field
source:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ComputerAddict
path: ../TinyLife/Goals/LifeGoal.cs
startLine: 82
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -170,6 +218,14 @@ items:
nameWithType: LifeGoal.FriendOfEveryone nameWithType: LifeGoal.FriendOfEveryone
fullName: TinyLife.Goals.LifeGoal.FriendOfEveryone fullName: TinyLife.Goals.LifeGoal.FriendOfEveryone
type: Field type: Field
source:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FriendOfEveryone
path: ../TinyLife/Goals/LifeGoal.cs
startLine: 94
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -189,6 +245,14 @@ items:
nameWithType: LifeGoal.Millionaire nameWithType: LifeGoal.Millionaire
fullName: TinyLife.Goals.LifeGoal.Millionaire fullName: TinyLife.Goals.LifeGoal.Millionaire
type: Field type: Field
source:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Millionaire
path: ../TinyLife/Goals/LifeGoal.cs
startLine: 104
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -208,6 +272,14 @@ items:
nameWithType: LifeGoal.PerfectPainter nameWithType: LifeGoal.PerfectPainter
fullName: TinyLife.Goals.LifeGoal.PerfectPainter fullName: TinyLife.Goals.LifeGoal.PerfectPainter
type: Field type: Field
source:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PerfectPainter
path: ../TinyLife/Goals/LifeGoal.cs
startLine: 116
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -227,6 +299,14 @@ items:
nameWithType: LifeGoal.CreativeChild nameWithType: LifeGoal.CreativeChild
fullName: TinyLife.Goals.LifeGoal.CreativeChild fullName: TinyLife.Goals.LifeGoal.CreativeChild
type: Field type: Field
source:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreativeChild
path: ../TinyLife/Goals/LifeGoal.cs
startLine: 128
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -246,6 +326,14 @@ items:
nameWithType: LifeGoal.CapableCarpenter nameWithType: LifeGoal.CapableCarpenter
fullName: TinyLife.Goals.LifeGoal.CapableCarpenter fullName: TinyLife.Goals.LifeGoal.CapableCarpenter
type: Field type: Field
source:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CapableCarpenter
path: ../TinyLife/Goals/LifeGoal.cs
startLine: 140
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -265,6 +353,14 @@ items:
nameWithType: LifeGoal.GymRat nameWithType: LifeGoal.GymRat
fullName: TinyLife.Goals.LifeGoal.GymRat fullName: TinyLife.Goals.LifeGoal.GymRat
type: Field type: Field
source:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GymRat
path: ../TinyLife/Goals/LifeGoal.cs
startLine: 152
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -284,6 +380,14 @@ items:
nameWithType: LifeGoal.Writer nameWithType: LifeGoal.Writer
fullName: TinyLife.Goals.LifeGoal.Writer fullName: TinyLife.Goals.LifeGoal.Writer
type: Field type: Field
source:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Writer
path: ../TinyLife/Goals/LifeGoal.cs
startLine: 164
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -303,6 +407,14 @@ items:
nameWithType: LifeGoal.OnAdvanced nameWithType: LifeGoal.OnAdvanced
fullName: TinyLife.Goals.LifeGoal.OnAdvanced fullName: TinyLife.Goals.LifeGoal.OnAdvanced
type: Event type: Event
source:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnAdvanced
path: ../TinyLife/Goals/LifeGoal.cs
startLine: 182
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -324,6 +436,14 @@ items:
nameWithType: LifeGoal.OnCompleted nameWithType: LifeGoal.OnCompleted
fullName: TinyLife.Goals.LifeGoal.OnCompleted fullName: TinyLife.Goals.LifeGoal.OnCompleted
type: Event type: Event
source:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted
path: ../TinyLife/Goals/LifeGoal.cs
startLine: 186
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -345,6 +465,14 @@ items:
nameWithType: LifeGoal.Name nameWithType: LifeGoal.Name
fullName: TinyLife.Goals.LifeGoal.Name fullName: TinyLife.Goals.LifeGoal.Name
type: Field type: Field
source:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name
path: ../TinyLife/Goals/LifeGoal.cs
startLine: 191
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -366,6 +494,14 @@ items:
nameWithType: LifeGoal.Stages nameWithType: LifeGoal.Stages
fullName: TinyLife.Goals.LifeGoal.Stages fullName: TinyLife.Goals.LifeGoal.Stages
type: Field type: Field
source:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Stages
path: ../TinyLife/Goals/LifeGoal.cs
startLine: 195
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -387,6 +523,14 @@ items:
nameWithType: LifeGoal.RewardPersonality nameWithType: LifeGoal.RewardPersonality
fullName: TinyLife.Goals.LifeGoal.RewardPersonality fullName: TinyLife.Goals.LifeGoal.RewardPersonality
type: Field type: Field
source:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RewardPersonality
path: ../TinyLife/Goals/LifeGoal.cs
startLine: 200
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -411,6 +555,14 @@ items:
nameWithType: LifeGoal.AllowedAges nameWithType: LifeGoal.AllowedAges
fullName: TinyLife.Goals.LifeGoal.AllowedAges fullName: TinyLife.Goals.LifeGoal.AllowedAges
type: Property type: Property
source:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AllowedAges
path: ../TinyLife/Goals/LifeGoal.cs
startLine: 205
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -437,6 +589,14 @@ items:
nameWithType: LifeGoal.LifeGoal(string, PersonalityType, params GoalSetInfo[]) nameWithType: LifeGoal.LifeGoal(string, PersonalityType, params GoalSetInfo[])
fullName: TinyLife.Goals.LifeGoal.LifeGoal(string, TinyLife.PersonalityType, params TinyLife.Goals.GoalSetInfo[]) fullName: TinyLife.Goals.LifeGoal.LifeGoal(string, TinyLife.PersonalityType, params TinyLife.Goals.GoalSetInfo[])
type: Constructor type: Constructor
source:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Goals/LifeGoal.cs
startLine: 213
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -470,6 +630,14 @@ items:
nameWithType: LifeGoal.IsCompleted(Person) nameWithType: LifeGoal.IsCompleted(Person)
fullName: TinyLife.Goals.LifeGoal.IsCompleted(TinyLife.Objects.Person) fullName: TinyLife.Goals.LifeGoal.IsCompleted(TinyLife.Objects.Person)
type: Method type: Method
source:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsCompleted
path: ../TinyLife/Goals/LifeGoal.cs
startLine: 224
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -497,6 +665,14 @@ items:
nameWithType: LifeGoal.Register(LifeGoal) nameWithType: LifeGoal.Register(LifeGoal)
fullName: TinyLife.Goals.LifeGoal.Register(TinyLife.Goals.LifeGoal) fullName: TinyLife.Goals.LifeGoal.Register(TinyLife.Goals.LifeGoal)
type: Method type: Method
source:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Register
path: ../TinyLife/Goals/LifeGoal.cs
startLine: 233
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals

View file

@ -16,6 +16,14 @@ items:
nameWithType: ManualProgressGoal nameWithType: ManualProgressGoal
fullName: TinyLife.Goals.ManualProgressGoal fullName: TinyLife.Goals.ManualProgressGoal
type: Class type: Class
source:
remote:
path: TinyLife/Goals/ManualProgressGoal.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ManualProgressGoal
path: ../TinyLife/Goals/ManualProgressGoal.cs
startLine: 11
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -63,6 +71,14 @@ items:
nameWithType: ManualProgressGoal.ManualProgressGoal(GoalSet, GoalInfo) nameWithType: ManualProgressGoal.ManualProgressGoal(GoalSet, GoalInfo)
fullName: TinyLife.Goals.ManualProgressGoal.ManualProgressGoal(TinyLife.Goals.GoalSet, TinyLife.Goals.GoalInfo) fullName: TinyLife.Goals.ManualProgressGoal.ManualProgressGoal(TinyLife.Goals.GoalSet, TinyLife.Goals.GoalInfo)
type: Constructor type: Constructor
source:
remote:
path: TinyLife/Goals/ManualProgressGoal.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Goals/ManualProgressGoal.cs
startLine: 17
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -93,6 +109,14 @@ items:
nameWithType: ManualProgressGoal.GetProgress() nameWithType: ManualProgressGoal.GetProgress()
fullName: TinyLife.Goals.ManualProgressGoal.GetProgress() fullName: TinyLife.Goals.ManualProgressGoal.GetProgress()
type: Method type: Method
source:
remote:
path: TinyLife/Goals/ManualProgressGoal.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetProgress
path: ../TinyLife/Goals/ManualProgressGoal.cs
startLine: 20
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -117,6 +141,14 @@ items:
nameWithType: ManualProgressGoal.Reset() nameWithType: ManualProgressGoal.Reset()
fullName: TinyLife.Goals.ManualProgressGoal.Reset() fullName: TinyLife.Goals.ManualProgressGoal.Reset()
type: Method type: Method
source:
remote:
path: TinyLife/Goals/ManualProgressGoal.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Reset
path: ../TinyLife/Goals/ManualProgressGoal.cs
startLine: 25
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -138,6 +170,14 @@ items:
nameWithType: ManualProgressGoal.MakeProgress(PersonLike, float, float, ActionInfo, SkillType, float) nameWithType: ManualProgressGoal.MakeProgress(PersonLike, float, float, ActionInfo, SkillType, float)
fullName: TinyLife.Goals.ManualProgressGoal.MakeProgress(TinyLife.Objects.PersonLike, float, float, TinyLife.Actions.ActionInfo, TinyLife.Skills.SkillType, float) fullName: TinyLife.Goals.ManualProgressGoal.MakeProgress(TinyLife.Objects.PersonLike, float, float, TinyLife.Actions.ActionInfo, TinyLife.Skills.SkillType, float)
type: Method type: Method
source:
remote:
path: TinyLife/Goals/ManualProgressGoal.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MakeProgress
path: ../TinyLife/Goals/ManualProgressGoal.cs
startLine: 38
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals

View file

@ -19,6 +19,14 @@ items:
nameWithType: Memory nameWithType: Memory
fullName: TinyLife.Goals.Memory fullName: TinyLife.Goals.Memory
type: Class type: Class
source:
remote:
path: TinyLife/Goals/Memory.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Memory
path: ../TinyLife/Goals/Memory.cs
startLine: 14
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -69,6 +77,14 @@ items:
nameWithType: Memory.Type nameWithType: Memory.Type
fullName: TinyLife.Goals.Memory.Type fullName: TinyLife.Goals.Memory.Type
type: Field type: Field
source:
remote:
path: TinyLife/Goals/Memory.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Type
path: ../TinyLife/Goals/Memory.cs
startLine: 21
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -100,6 +116,14 @@ items:
nameWithType: Memory.TimeOccured nameWithType: Memory.TimeOccured
fullName: TinyLife.Goals.Memory.TimeOccured fullName: TinyLife.Goals.Memory.TimeOccured
type: Property type: Property
source:
remote:
path: TinyLife/Goals/Memory.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TimeOccured
path: ../TinyLife/Goals/Memory.cs
startLine: 26
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -133,6 +157,14 @@ items:
nameWithType: Memory.Info nameWithType: Memory.Info
fullName: TinyLife.Goals.Memory.Info fullName: TinyLife.Goals.Memory.Info
type: Property type: Property
source:
remote:
path: TinyLife/Goals/Memory.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Info
path: ../TinyLife/Goals/Memory.cs
startLine: 31
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -166,6 +198,14 @@ items:
nameWithType: Memory.TimeSinceOccured nameWithType: Memory.TimeSinceOccured
fullName: TinyLife.Goals.Memory.TimeSinceOccured fullName: TinyLife.Goals.Memory.TimeSinceOccured
type: Property type: Property
source:
remote:
path: TinyLife/Goals/Memory.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TimeSinceOccured
path: ../TinyLife/Goals/Memory.cs
startLine: 36
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -189,6 +229,14 @@ items:
nameWithType: Memory.Memory(MemoryType, ActionInfo, TimeSpan) nameWithType: Memory.Memory(MemoryType, ActionInfo, TimeSpan)
fullName: TinyLife.Goals.Memory.Memory(TinyLife.Goals.MemoryType, TinyLife.Actions.ActionInfo, System.TimeSpan) fullName: TinyLife.Goals.Memory.Memory(TinyLife.Goals.MemoryType, TinyLife.Actions.ActionInfo, System.TimeSpan)
type: Constructor type: Constructor
source:
remote:
path: TinyLife/Goals/Memory.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Goals/Memory.cs
startLine: 45
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -225,6 +273,14 @@ items:
nameWithType: Memory.Validate(PersonLike) nameWithType: Memory.Validate(PersonLike)
fullName: TinyLife.Goals.Memory.Validate(TinyLife.Objects.PersonLike) fullName: TinyLife.Goals.Memory.Validate(TinyLife.Objects.PersonLike)
type: Method type: Method
source:
remote:
path: TinyLife/Goals/Memory.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: ../TinyLife/Goals/Memory.cs
startLine: 59
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -255,6 +311,14 @@ items:
nameWithType: Memory.Update(GameTime, TimeSpan, float) nameWithType: Memory.Update(GameTime, TimeSpan, float)
fullName: TinyLife.Goals.Memory.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) fullName: TinyLife.Goals.Memory.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
type: Method type: Method
source:
remote:
path: TinyLife/Goals/Memory.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: ../TinyLife/Goals/Memory.cs
startLine: 72
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals

View file

@ -41,6 +41,14 @@ items:
nameWithType: MemoryType nameWithType: MemoryType
fullName: TinyLife.Goals.MemoryType fullName: TinyLife.Goals.MemoryType
type: Class type: Class
source:
remote:
path: TinyLife/Goals/MemoryType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MemoryType
path: ../TinyLife/Goals/MemoryType.cs
startLine: 20
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -83,6 +91,14 @@ items:
nameWithType: MemoryType.Types nameWithType: MemoryType.Types
fullName: TinyLife.Goals.MemoryType.Types fullName: TinyLife.Goals.MemoryType.Types
type: Field type: Field
source:
remote:
path: TinyLife/Goals/MemoryType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Types
path: ../TinyLife/Goals/MemoryType.cs
startLine: 27
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -104,6 +120,14 @@ items:
nameWithType: MemoryType.PublishFailure nameWithType: MemoryType.PublishFailure
fullName: TinyLife.Goals.MemoryType.PublishFailure fullName: TinyLife.Goals.MemoryType.PublishFailure
type: Field type: Field
source:
remote:
path: TinyLife/Goals/MemoryType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PublishFailure
path: ../TinyLife/Goals/MemoryType.cs
startLine: 30
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -123,6 +147,14 @@ items:
nameWithType: MemoryType.SocialAction nameWithType: MemoryType.SocialAction
fullName: TinyLife.Goals.MemoryType.SocialAction fullName: TinyLife.Goals.MemoryType.SocialAction
type: Field type: Field
source:
remote:
path: TinyLife/Goals/MemoryType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SocialAction
path: ../TinyLife/Goals/MemoryType.cs
startLine: 31
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -142,6 +174,14 @@ items:
nameWithType: MemoryType.PromotionOrRaise nameWithType: MemoryType.PromotionOrRaise
fullName: TinyLife.Goals.MemoryType.PromotionOrRaise fullName: TinyLife.Goals.MemoryType.PromotionOrRaise
type: Field type: Field
source:
remote:
path: TinyLife/Goals/MemoryType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PromotionOrRaise
path: ../TinyLife/Goals/MemoryType.cs
startLine: 32
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -161,6 +201,14 @@ items:
nameWithType: MemoryType.FamilySocial nameWithType: MemoryType.FamilySocial
fullName: TinyLife.Goals.MemoryType.FamilySocial fullName: TinyLife.Goals.MemoryType.FamilySocial
type: Field type: Field
source:
remote:
path: TinyLife/Goals/MemoryType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FamilySocial
path: ../TinyLife/Goals/MemoryType.cs
startLine: 33
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -180,6 +228,14 @@ items:
nameWithType: MemoryType.WasOutside nameWithType: MemoryType.WasOutside
fullName: TinyLife.Goals.MemoryType.WasOutside fullName: TinyLife.Goals.MemoryType.WasOutside
type: Field type: Field
source:
remote:
path: TinyLife/Goals/MemoryType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WasOutside
path: ../TinyLife/Goals/MemoryType.cs
startLine: 34
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -199,6 +255,14 @@ items:
nameWithType: MemoryType.WasRomanticWithSomeoneElse nameWithType: MemoryType.WasRomanticWithSomeoneElse
fullName: TinyLife.Goals.MemoryType.WasRomanticWithSomeoneElse fullName: TinyLife.Goals.MemoryType.WasRomanticWithSomeoneElse
type: Field type: Field
source:
remote:
path: TinyLife/Goals/MemoryType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WasRomanticWithSomeoneElse
path: ../TinyLife/Goals/MemoryType.cs
startLine: 35
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -218,6 +282,14 @@ items:
nameWithType: MemoryType.HadFirstKiss nameWithType: MemoryType.HadFirstKiss
fullName: TinyLife.Goals.MemoryType.HadFirstKiss fullName: TinyLife.Goals.MemoryType.HadFirstKiss
type: Field type: Field
source:
remote:
path: TinyLife/Goals/MemoryType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HadFirstKiss
path: ../TinyLife/Goals/MemoryType.cs
startLine: 36
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -237,6 +309,14 @@ items:
nameWithType: MemoryType.HadChild nameWithType: MemoryType.HadChild
fullName: TinyLife.Goals.MemoryType.HadChild fullName: TinyLife.Goals.MemoryType.HadChild
type: Field type: Field
source:
remote:
path: TinyLife/Goals/MemoryType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HadChild
path: ../TinyLife/Goals/MemoryType.cs
startLine: 37
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -256,6 +336,14 @@ items:
nameWithType: MemoryType.AskedForFood nameWithType: MemoryType.AskedForFood
fullName: TinyLife.Goals.MemoryType.AskedForFood fullName: TinyLife.Goals.MemoryType.AskedForFood
type: Field type: Field
source:
remote:
path: TinyLife/Goals/MemoryType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AskedForFood
path: ../TinyLife/Goals/MemoryType.cs
startLine: 38
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -275,6 +363,14 @@ items:
nameWithType: MemoryType.Slept nameWithType: MemoryType.Slept
fullName: TinyLife.Goals.MemoryType.Slept fullName: TinyLife.Goals.MemoryType.Slept
type: Field type: Field
source:
remote:
path: TinyLife/Goals/MemoryType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Slept
path: ../TinyLife/Goals/MemoryType.cs
startLine: 39
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -294,6 +390,14 @@ items:
nameWithType: MemoryType.FoundOutReproductiveAbilities nameWithType: MemoryType.FoundOutReproductiveAbilities
fullName: TinyLife.Goals.MemoryType.FoundOutReproductiveAbilities fullName: TinyLife.Goals.MemoryType.FoundOutReproductiveAbilities
type: Field type: Field
source:
remote:
path: TinyLife/Goals/MemoryType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FoundOutReproductiveAbilities
path: ../TinyLife/Goals/MemoryType.cs
startLine: 40
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -313,6 +417,14 @@ items:
nameWithType: MemoryType.HadAbortion nameWithType: MemoryType.HadAbortion
fullName: TinyLife.Goals.MemoryType.HadAbortion fullName: TinyLife.Goals.MemoryType.HadAbortion
type: Field type: Field
source:
remote:
path: TinyLife/Goals/MemoryType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HadAbortion
path: ../TinyLife/Goals/MemoryType.cs
startLine: 42
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -332,6 +444,14 @@ items:
nameWithType: MemoryType.MayBePregnant nameWithType: MemoryType.MayBePregnant
fullName: TinyLife.Goals.MemoryType.MayBePregnant fullName: TinyLife.Goals.MemoryType.MayBePregnant
type: Field type: Field
source:
remote:
path: TinyLife/Goals/MemoryType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MayBePregnant
path: ../TinyLife/Goals/MemoryType.cs
startLine: 43
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -351,6 +471,14 @@ items:
nameWithType: MemoryType.FoundOutPregnancy nameWithType: MemoryType.FoundOutPregnancy
fullName: TinyLife.Goals.MemoryType.FoundOutPregnancy fullName: TinyLife.Goals.MemoryType.FoundOutPregnancy
type: Field type: Field
source:
remote:
path: TinyLife/Goals/MemoryType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FoundOutPregnancy
path: ../TinyLife/Goals/MemoryType.cs
startLine: 44
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -370,6 +498,14 @@ items:
nameWithType: MemoryType.ToldAboutPregnancy nameWithType: MemoryType.ToldAboutPregnancy
fullName: TinyLife.Goals.MemoryType.ToldAboutPregnancy fullName: TinyLife.Goals.MemoryType.ToldAboutPregnancy
type: Field type: Field
source:
remote:
path: TinyLife/Goals/MemoryType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ToldAboutPregnancy
path: ../TinyLife/Goals/MemoryType.cs
startLine: 45
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -389,6 +525,14 @@ items:
nameWithType: MemoryType.GotDrunk nameWithType: MemoryType.GotDrunk
fullName: TinyLife.Goals.MemoryType.GotDrunk fullName: TinyLife.Goals.MemoryType.GotDrunk
type: Field type: Field
source:
remote:
path: TinyLife/Goals/MemoryType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GotDrunk
path: ../TinyLife/Goals/MemoryType.cs
startLine: 46
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -408,6 +552,14 @@ items:
nameWithType: MemoryType.ActionDone nameWithType: MemoryType.ActionDone
fullName: TinyLife.Goals.MemoryType.ActionDone fullName: TinyLife.Goals.MemoryType.ActionDone
type: Property type: Property
source:
remote:
path: TinyLife/Goals/MemoryType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ActionDone
path: ../TinyLife/Goals/MemoryType.cs
startLine: 49
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -429,6 +581,14 @@ items:
nameWithType: MemoryType.UsedSkillCategory nameWithType: MemoryType.UsedSkillCategory
fullName: TinyLife.Goals.MemoryType.UsedSkillCategory fullName: TinyLife.Goals.MemoryType.UsedSkillCategory
type: Property type: Property
source:
remote:
path: TinyLife/Goals/MemoryType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UsedSkillCategory
path: ../TinyLife/Goals/MemoryType.cs
startLine: 50
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -450,6 +610,14 @@ items:
nameWithType: MemoryType.UsedFurniture nameWithType: MemoryType.UsedFurniture
fullName: TinyLife.Goals.MemoryType.UsedFurniture fullName: TinyLife.Goals.MemoryType.UsedFurniture
type: Property type: Property
source:
remote:
path: TinyLife/Goals/MemoryType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UsedFurniture
path: ../TinyLife/Goals/MemoryType.cs
startLine: 51
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -471,6 +639,14 @@ items:
nameWithType: MemoryType.WorkedAtJob nameWithType: MemoryType.WorkedAtJob
fullName: TinyLife.Goals.MemoryType.WorkedAtJob fullName: TinyLife.Goals.MemoryType.WorkedAtJob
type: Property type: Property
source:
remote:
path: TinyLife/Goals/MemoryType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WorkedAtJob
path: ../TinyLife/Goals/MemoryType.cs
startLine: 52
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -492,6 +668,14 @@ items:
nameWithType: MemoryType.AteFood nameWithType: MemoryType.AteFood
fullName: TinyLife.Goals.MemoryType.AteFood fullName: TinyLife.Goals.MemoryType.AteFood
type: Property type: Property
source:
remote:
path: TinyLife/Goals/MemoryType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AteFood
path: ../TinyLife/Goals/MemoryType.cs
startLine: 53
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -513,6 +697,14 @@ items:
nameWithType: MemoryType.UpgradeLearned nameWithType: MemoryType.UpgradeLearned
fullName: TinyLife.Goals.MemoryType.UpgradeLearned fullName: TinyLife.Goals.MemoryType.UpgradeLearned
type: Property type: Property
source:
remote:
path: TinyLife/Goals/MemoryType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UpgradeLearned
path: ../TinyLife/Goals/MemoryType.cs
startLine: 55
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -534,6 +726,14 @@ items:
nameWithType: MemoryType.Name nameWithType: MemoryType.Name
fullName: TinyLife.Goals.MemoryType.Name fullName: TinyLife.Goals.MemoryType.Name
type: Field type: Field
source:
remote:
path: TinyLife/Goals/MemoryType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name
path: ../TinyLife/Goals/MemoryType.cs
startLine: 62
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -555,6 +755,14 @@ items:
nameWithType: MemoryType.ConstructedType nameWithType: MemoryType.ConstructedType
fullName: TinyLife.Goals.MemoryType.ConstructedType fullName: TinyLife.Goals.MemoryType.ConstructedType
type: Field type: Field
source:
remote:
path: TinyLife/Goals/MemoryType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ConstructedType
path: ../TinyLife/Goals/MemoryType.cs
startLine: 66
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -576,6 +784,14 @@ items:
nameWithType: MemoryType.SourceString nameWithType: MemoryType.SourceString
fullName: TinyLife.Goals.MemoryType.SourceString fullName: TinyLife.Goals.MemoryType.SourceString
type: Property type: Property
source:
remote:
path: TinyLife/Goals/MemoryType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SourceString
path: ../TinyLife/Goals/MemoryType.cs
startLine: 69
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -601,6 +817,14 @@ items:
nameWithType: MemoryType.MemoryType(string, Type) nameWithType: MemoryType.MemoryType(string, Type)
fullName: TinyLife.Goals.MemoryType.MemoryType(string, System.Type) fullName: TinyLife.Goals.MemoryType.MemoryType(string, System.Type)
type: Constructor type: Constructor
source:
remote:
path: TinyLife/Goals/MemoryType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Goals/MemoryType.cs
startLine: 76
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -631,6 +855,14 @@ items:
nameWithType: MemoryType.Construct<T>(ActionInfo, TimeSpan) nameWithType: MemoryType.Construct<T>(ActionInfo, TimeSpan)
fullName: TinyLife.Goals.MemoryType.Construct<T>(TinyLife.Actions.ActionInfo, System.TimeSpan) fullName: TinyLife.Goals.MemoryType.Construct<T>(TinyLife.Actions.ActionInfo, System.TimeSpan)
type: Method type: Method
source:
remote:
path: TinyLife/Goals/MemoryType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Construct
path: ../TinyLife/Goals/MemoryType.cs
startLine: 88
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -670,6 +902,14 @@ items:
nameWithType: MemoryType.Register(MemoryType) nameWithType: MemoryType.Register(MemoryType)
fullName: TinyLife.Goals.MemoryType.Register(TinyLife.Goals.MemoryType) fullName: TinyLife.Goals.MemoryType.Register(TinyLife.Goals.MemoryType)
type: Method type: Method
source:
remote:
path: TinyLife/Goals/MemoryType.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Register
path: ../TinyLife/Goals/MemoryType.cs
startLine: 103
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals

View file

@ -19,6 +19,14 @@ items:
nameWithType: Project.ActionSettings nameWithType: Project.ActionSettings
fullName: TinyLife.Goals.Project.ActionSettings fullName: TinyLife.Goals.Project.ActionSettings
type: Struct type: Struct
source:
remote:
path: TinyLife/Goals/Project.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ActionSettings
path: ../TinyLife/Goals/Project.cs
startLine: 271
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -47,6 +55,14 @@ items:
nameWithType: Project.ActionSettings.Settings nameWithType: Project.ActionSettings.Settings
fullName: TinyLife.Goals.Project.ActionSettings.Settings fullName: TinyLife.Goals.Project.ActionSettings.Settings
type: Field type: Field
source:
remote:
path: TinyLife/Goals/Project.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Settings
path: ../TinyLife/Goals/Project.cs
startLine: 277
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -71,6 +87,14 @@ items:
nameWithType: Project.ActionSettings.Type nameWithType: Project.ActionSettings.Type
fullName: TinyLife.Goals.Project.ActionSettings.Type fullName: TinyLife.Goals.Project.ActionSettings.Type
type: Field type: Field
source:
remote:
path: TinyLife/Goals/Project.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Type
path: ../TinyLife/Goals/Project.cs
startLine: 281
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -92,6 +116,14 @@ items:
nameWithType: Project.ActionSettings.ConstructedTypeScrap nameWithType: Project.ActionSettings.ConstructedTypeScrap
fullName: TinyLife.Goals.Project.ActionSettings.ConstructedTypeScrap fullName: TinyLife.Goals.Project.ActionSettings.ConstructedTypeScrap
type: Field type: Field
source:
remote:
path: TinyLife/Goals/Project.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ConstructedTypeScrap
path: ../TinyLife/Goals/Project.cs
startLine: 287
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -118,6 +150,14 @@ items:
nameWithType: Project.ActionSettings.ProjectDisplayName nameWithType: Project.ActionSettings.ProjectDisplayName
fullName: TinyLife.Goals.Project.ActionSettings.ProjectDisplayName fullName: TinyLife.Goals.Project.ActionSettings.ProjectDisplayName
type: Field type: Field
source:
remote:
path: TinyLife/Goals/Project.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ProjectDisplayName
path: ../TinyLife/Goals/Project.cs
startLine: 292
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -142,6 +182,14 @@ items:
nameWithType: Project.ActionSettings.CanContinue nameWithType: Project.ActionSettings.CanContinue
fullName: TinyLife.Goals.Project.ActionSettings.CanContinue fullName: TinyLife.Goals.Project.ActionSettings.CanContinue
type: Field type: Field
source:
remote:
path: TinyLife/Goals/Project.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanContinue
path: ../TinyLife/Goals/Project.cs
startLine: 297
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -166,6 +214,14 @@ items:
nameWithType: Project.ActionSettings.IncludeProject nameWithType: Project.ActionSettings.IncludeProject
fullName: TinyLife.Goals.Project.ActionSettings.IncludeProject fullName: TinyLife.Goals.Project.ActionSettings.IncludeProject
type: Field type: Field
source:
remote:
path: TinyLife/Goals/Project.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IncludeProject
path: ../TinyLife/Goals/Project.cs
startLine: 302
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -190,6 +246,14 @@ items:
nameWithType: Project.ActionSettings.ActionSettings(string, ObjectCategory, string, Type) nameWithType: Project.ActionSettings.ActionSettings(string, ObjectCategory, string, Type)
fullName: TinyLife.Goals.Project.ActionSettings.ActionSettings(string, TinyLife.Objects.ObjectCategory, string, System.Type) fullName: TinyLife.Goals.Project.ActionSettings.ActionSettings(string, TinyLife.Objects.ObjectCategory, string, System.Type)
type: Constructor type: Constructor
source:
remote:
path: TinyLife/Goals/Project.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Goals/Project.cs
startLine: 311
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals

View file

@ -32,6 +32,14 @@ items:
nameWithType: Project nameWithType: Project
fullName: TinyLife.Goals.Project fullName: TinyLife.Goals.Project
type: Class type: Class
source:
remote:
path: TinyLife/Goals/Project.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Project
path: ../TinyLife/Goals/Project.cs
startLine: 19
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -82,6 +90,14 @@ items:
nameWithType: Project.Type nameWithType: Project.Type
fullName: TinyLife.Goals.Project.Type fullName: TinyLife.Goals.Project.Type
type: Field type: Field
source:
remote:
path: TinyLife/Goals/Project.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Type
path: ../TinyLife/Goals/Project.cs
startLine: 27
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -116,6 +132,14 @@ items:
nameWithType: Project.Name nameWithType: Project.Name
fullName: TinyLife.Goals.Project.Name fullName: TinyLife.Goals.Project.Name
type: Field type: Field
source:
remote:
path: TinyLife/Goals/Project.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name
path: ../TinyLife/Goals/Project.cs
startLine: 32
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -147,6 +171,14 @@ items:
nameWithType: Project.Completed nameWithType: Project.Completed
fullName: TinyLife.Goals.Project.Completed fullName: TinyLife.Goals.Project.Completed
type: Property type: Property
source:
remote:
path: TinyLife/Goals/Project.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Completed
path: ../TinyLife/Goals/Project.cs
startLine: 38
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -173,6 +205,14 @@ items:
nameWithType: Project.Quality nameWithType: Project.Quality
fullName: TinyLife.Goals.Project.Quality fullName: TinyLife.Goals.Project.Quality
type: Field type: Field
source:
remote:
path: TinyLife/Goals/Project.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Quality
path: ../TinyLife/Goals/Project.cs
startLine: 44
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -208,6 +248,14 @@ items:
nameWithType: Project.Progress nameWithType: Project.Progress
fullName: TinyLife.Goals.Project.Progress fullName: TinyLife.Goals.Project.Progress
type: Property type: Property
source:
remote:
path: TinyLife/Goals/Project.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Progress
path: ../TinyLife/Goals/Project.cs
startLine: 49
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -234,6 +282,14 @@ items:
nameWithType: Project.DailyPay nameWithType: Project.DailyPay
fullName: TinyLife.Goals.Project.DailyPay fullName: TinyLife.Goals.Project.DailyPay
type: Property type: Property
source:
remote:
path: TinyLife/Goals/Project.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DailyPay
path: ../TinyLife/Goals/Project.cs
startLine: 62
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -274,6 +330,14 @@ items:
nameWithType: Project.DailyPayReductionFactor nameWithType: Project.DailyPayReductionFactor
fullName: TinyLife.Goals.Project.DailyPayReductionFactor fullName: TinyLife.Goals.Project.DailyPayReductionFactor
type: Property type: Property
source:
remote:
path: TinyLife/Goals/Project.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DailyPayReductionFactor
path: ../TinyLife/Goals/Project.cs
startLine: 68
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -314,6 +378,14 @@ items:
nameWithType: Project.Person nameWithType: Project.Person
fullName: TinyLife.Goals.Project.Person fullName: TinyLife.Goals.Project.Person
type: Property type: Property
source:
remote:
path: TinyLife/Goals/Project.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Person
path: ../TinyLife/Goals/Project.cs
startLine: 73
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -337,6 +409,14 @@ items:
nameWithType: Project.Archived nameWithType: Project.Archived
fullName: TinyLife.Goals.Project.Archived fullName: TinyLife.Goals.Project.Archived
type: Property type: Property
source:
remote:
path: TinyLife/Goals/Project.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Archived
path: ../TinyLife/Goals/Project.cs
startLine: 77
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -370,6 +450,14 @@ items:
nameWithType: Project.Project(Person, string, string) nameWithType: Project.Project(Person, string, string)
fullName: TinyLife.Goals.Project.Project(TinyLife.Objects.Person, string, string) fullName: TinyLife.Goals.Project.Project(TinyLife.Objects.Person, string, string)
type: Constructor type: Constructor
source:
remote:
path: TinyLife/Goals/Project.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Goals/Project.cs
startLine: 89
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -403,6 +491,14 @@ items:
nameWithType: Project.Validate(Person) nameWithType: Project.Validate(Person)
fullName: TinyLife.Goals.Project.Validate(TinyLife.Objects.Person) fullName: TinyLife.Goals.Project.Validate(TinyLife.Objects.Person)
type: Method type: Method
source:
remote:
path: TinyLife/Goals/Project.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: ../TinyLife/Goals/Project.cs
startLine: 100
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -430,6 +526,14 @@ items:
nameWithType: Project.MakeProgress(float, float, ActionInfo, SkillType, float) nameWithType: Project.MakeProgress(float, float, ActionInfo, SkillType, float)
fullName: TinyLife.Goals.Project.MakeProgress(float, float, TinyLife.Actions.ActionInfo, TinyLife.Skills.SkillType, float) fullName: TinyLife.Goals.Project.MakeProgress(float, float, TinyLife.Actions.ActionInfo, TinyLife.Skills.SkillType, float)
type: Method type: Method
source:
remote:
path: TinyLife/Goals/Project.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MakeProgress
path: ../TinyLife/Goals/Project.cs
startLine: 113
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -469,6 +573,14 @@ items:
nameWithType: Project.Remove() nameWithType: Project.Remove()
fullName: TinyLife.Goals.Project.Remove() fullName: TinyLife.Goals.Project.Remove()
type: Method type: Method
source:
remote:
path: TinyLife/Goals/Project.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Remove
path: ../TinyLife/Goals/Project.cs
startLine: 120
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -489,6 +601,14 @@ items:
nameWithType: Project.OnNewDay() nameWithType: Project.OnNewDay()
fullName: TinyLife.Goals.Project.OnNewDay() fullName: TinyLife.Goals.Project.OnNewDay()
type: Method type: Method
source:
remote:
path: TinyLife/Goals/Project.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnNewDay
path: ../TinyLife/Goals/Project.cs
startLine: 127
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -509,6 +629,14 @@ items:
nameWithType: Project.OnCompleted() nameWithType: Project.OnCompleted()
fullName: TinyLife.Goals.Project.OnCompleted() fullName: TinyLife.Goals.Project.OnCompleted()
type: Method type: Method
source:
remote:
path: TinyLife/Goals/Project.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted
path: ../TinyLife/Goals/Project.cs
startLine: 142
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -532,6 +660,14 @@ items:
nameWithType: Project.SetDailyPay(float, float, bool) nameWithType: Project.SetDailyPay(float, float, bool)
fullName: TinyLife.Goals.Project.SetDailyPay(float, float, bool) fullName: TinyLife.Goals.Project.SetDailyPay(float, float, bool)
type: Method type: Method
source:
remote:
path: TinyLife/Goals/Project.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SetDailyPay
path: ../TinyLife/Goals/Project.cs
startLine: 153
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -568,6 +704,14 @@ items:
nameWithType: Project.CreateActions(Project.ActionSettings) nameWithType: Project.CreateActions(Project.ActionSettings)
fullName: TinyLife.Goals.Project.CreateActions(TinyLife.Goals.Project.ActionSettings) fullName: TinyLife.Goals.Project.CreateActions(TinyLife.Goals.Project.ActionSettings)
type: Method type: Method
source:
remote:
path: TinyLife/Goals/Project.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateActions
path: ../TinyLife/Goals/Project.cs
startLine: 179
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -598,6 +742,14 @@ items:
nameWithType: Project.GetPossibleArguments(ActionInfo, string, Predicate<Project>, Func<Project, string>) nameWithType: Project.GetPossibleArguments(ActionInfo, string, Predicate<Project>, Func<Project, string>)
fullName: TinyLife.Goals.Project.GetPossibleArguments(TinyLife.Actions.ActionInfo, string, System.Predicate<TinyLife.Goals.Project>, System.Func<TinyLife.Goals.Project, string>) fullName: TinyLife.Goals.Project.GetPossibleArguments(TinyLife.Actions.ActionInfo, string, System.Predicate<TinyLife.Goals.Project>, System.Func<TinyLife.Goals.Project, string>)
type: Method type: Method
source:
remote:
path: TinyLife/Goals/Project.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetPossibleArguments
path: ../TinyLife/Goals/Project.cs
startLine: 214
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -640,6 +792,14 @@ items:
nameWithType: Project.OpenNamePrompt(Action, string, Action<Project>, string) nameWithType: Project.OpenNamePrompt(Action, string, Action<Project>, string)
fullName: TinyLife.Goals.Project.OpenNamePrompt(TinyLife.Actions.Action, string, System.Action<TinyLife.Goals.Project>, string) fullName: TinyLife.Goals.Project.OpenNamePrompt(TinyLife.Actions.Action, string, System.Action<TinyLife.Goals.Project>, string)
type: Method type: Method
source:
remote:
path: TinyLife/Goals/Project.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OpenNamePrompt
path: ../TinyLife/Goals/Project.cs
startLine: 228
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -679,6 +839,14 @@ items:
nameWithType: Project.OpenScrapPrompt(Action, string, string, Action) nameWithType: Project.OpenScrapPrompt(Action, string, string, Action)
fullName: TinyLife.Goals.Project.OpenScrapPrompt(TinyLife.Actions.Action, string, string, System.Action) fullName: TinyLife.Goals.Project.OpenScrapPrompt(TinyLife.Actions.Action, string, string, System.Action)
type: Method type: Method
source:
remote:
path: TinyLife/Goals/Project.cs
branch: 0.43.8-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OpenScrapPrompt
path: ../TinyLife/Goals/Project.cs
startLine: 242
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals

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