This commit is contained in:
Ell 2021-11-23 16:24:04 +01:00
parent 8d6bbf6954
commit 0ef4b71665
204 changed files with 30184 additions and 39364 deletions

View file

@ -1,3 +1,41 @@
# 0.18.0
This update has a devlog post, which you can view [on itch](https://ellpeck.itch.io/tiny-life/devlog/317472/0180-animations-food-and-sources) or [on Steam](https://store.steampowered.com/news/app/1651490/view/3111419849470831533). Tiny Life now has a [Twitter](https://twitter.com/TinyLifeGame) for news and sneak peeks, as well!
Additions
- Added emotion sources that display when hovering over an emotion modifier
- Added cool UI animations
- Added a hint history menu to the options
- Added a tab to the character creator which allows writing custom descriptions for people and households
- Added a scientist job
- Added keybinds for zooming in and out
- Added a button to delete a household entirely
- Added some more emotion modifiers that trigger in social situations
- Added some more breakfast foods
- Added a lovely flowery grass tile
- Added a cute scarf
Improvements
- Made skill building activities fun if the skill level is high enough
- Improved memory usage in various cases
- Improved the way relationships between imported people are handled
- Dispose raw versions of packed textures, which reduces VRAM usage
- Limit the length of the notification history to 1024 entries
- Added the website's scrolling background to the main menu
- Replace all natural tiles with concrete when creating a room (not just grass)
- Replace alpha-based particles with scale-based particles to avoid rendering issues
- Also allow AI skill building when a person's job requires it
- Rebalanced job payouts and bills slightly
- Allow loading mods from a zip archive
- Made sounds in hidden rooms quieter
- Improved the look of the mouse cursor
Fixes
- Fixed daily job tasks not working correctly in some cases
- Fixed introverts being happy about being at home when they're not actually at home
- Fixed interaction menus displaying partly off-screen when opened sometimes
- Fixed chatting with people displaying the friendship particle constantly
- Fixed particles being lit from the outside despite being inside in some cases
# 0.17.5
Apologies for the many hotfix updates recently. If you encounter any more bugs, don't hesitate to let us know using the [report form](https://tinylifegame.com/bugreport).

View file

@ -26,7 +26,7 @@
"TinyLife.Actions.ActionInfo.FromSelf(TinyLife.Objects.Person)": "TinyLife.Actions.ActionInfo.yml",
"TinyLife.Actions.ActionInfo.GetActionObject``1": "TinyLife.Actions.ActionInfo.yml",
"TinyLife.Actions.ActionInfo.GetInvolvedActionSpot(TinyLife.Objects.Furniture)": "TinyLife.Actions.ActionInfo.yml",
"TinyLife.Actions.ActionInfo.GetInvolvedObject``1(TinyLife.Objects.ObjectCategory,System.Boolean)": "TinyLife.Actions.ActionInfo.yml",
"TinyLife.Actions.ActionInfo.GetInvolvedObject``1(TinyLife.Objects.ObjectCategory,System.Boolean,System.Func{``0,System.Boolean})": "TinyLife.Actions.ActionInfo.yml",
"TinyLife.Actions.ActionInfo.GetInvolvedObjects``1(TinyLife.Objects.ObjectCategory,System.Boolean)": "TinyLife.Actions.ActionInfo.yml",
"TinyLife.Actions.ActionInfo.Map": "TinyLife.Actions.ActionInfo.yml",
"TinyLife.Actions.ActionInfo.OccupyFreeActionSpot(TinyLife.Objects.ObjectCategory,System.Boolean,System.Nullable{MLEM.Misc.Direction2})": "TinyLife.Actions.ActionInfo.yml",
@ -188,6 +188,7 @@
"TinyLife.Actions.ActionType.Sit": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.SitToilet": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.Sleep": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.SourceString": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.StartDating": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.Starve": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.TakeShower": "TinyLife.Actions.ActionType.yml",
@ -259,17 +260,57 @@
"TinyLife.Actions.ActionVariety.PassivePriority": "TinyLife.Actions.ActionVariety.yml",
"TinyLife.Actions.ActionVariety.PortraitLayout(TinyLife.Objects.Person)": "TinyLife.Actions.ActionVariety.yml",
"TinyLife.Actions.ActionVariety.SetData(System.String,System.Object)": "TinyLife.Actions.ActionVariety.yml",
"TinyLife.Actions.BehaviorMultiAction`1": "TinyLife.Actions.BehaviorMultiAction-1.yml",
"TinyLife.Actions.BehaviorMultiAction`1.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)": "TinyLife.Actions.BehaviorMultiAction-1.yml",
"TinyLife.Actions.BehaviorMultiAction`1.AndThenInitialize": "TinyLife.Actions.BehaviorMultiAction-1.yml",
"TinyLife.Actions.BehaviorMultiAction`1.AndThenOnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.BehaviorMultiAction-1.yml",
"TinyLife.Actions.BehaviorMultiAction`1.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)": "TinyLife.Actions.BehaviorMultiAction-1.yml",
"TinyLife.Actions.BehaviorMultiAction`1.Behavior": "TinyLife.Actions.BehaviorMultiAction-1.yml",
"TinyLife.Actions.BehaviorMultiAction`1.CreateFirstActions": "TinyLife.Actions.BehaviorMultiAction-1.yml",
"TinyLife.Actions.BehaviorMultiAction`1.GetIconObject": "TinyLife.Actions.BehaviorMultiAction-1.yml",
"TinyLife.Actions.BehaviorMultiAction`1.GetNextAction(TinyLife.Actions.CompletionType)": "TinyLife.Actions.BehaviorMultiAction-1.yml",
"TinyLife.Actions.Behaviors": "TinyLife.Actions.Behaviors.yml",
"TinyLife.Actions.Behaviors.ActionBehavior": "TinyLife.Actions.Behaviors.ActionBehavior.yml",
"TinyLife.Actions.Behaviors.ActionBehavior.#ctor(TinyLife.Actions.Action)": "TinyLife.Actions.Behaviors.ActionBehavior.yml",
"TinyLife.Actions.Behaviors.ActionBehavior.Action": "TinyLife.Actions.Behaviors.ActionBehavior.yml",
"TinyLife.Actions.Behaviors.ActionBehavior.CreateDefaultInstance``1(TinyLife.Actions.Action)": "TinyLife.Actions.Behaviors.ActionBehavior.yml",
"TinyLife.Actions.Behaviors.ActionBehavior.GetIconObject": "TinyLife.Actions.Behaviors.ActionBehavior.yml",
"TinyLife.Actions.Behaviors.ActionBehavior.GetNextAction(TinyLife.Actions.CompletionType)": "TinyLife.Actions.Behaviors.ActionBehavior.yml",
"TinyLife.Actions.Behaviors.ActionBehavior.Initialize": "TinyLife.Actions.Behaviors.ActionBehavior.yml",
"TinyLife.Actions.Behaviors.ActionBehavior.OnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.Behaviors.ActionBehavior.yml",
"TinyLife.Actions.Behaviors.ActionBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)": "TinyLife.Actions.Behaviors.ActionBehavior.yml",
"TinyLife.Actions.Behaviors.ComputerBehavior": "TinyLife.Actions.Behaviors.ComputerBehavior.yml",
"TinyLife.Actions.Behaviors.ComputerBehavior.#ctor(TinyLife.Actions.Action,System.String)": "TinyLife.Actions.Behaviors.ComputerBehavior.yml",
"TinyLife.Actions.Behaviors.ComputerBehavior.Initialize": "TinyLife.Actions.Behaviors.ComputerBehavior.yml",
"TinyLife.Actions.Behaviors.ComputerBehavior.OnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.Behaviors.ComputerBehavior.yml",
"TinyLife.Actions.Behaviors.ComputerBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)": "TinyLife.Actions.Behaviors.ComputerBehavior.yml",
"TinyLife.Actions.Behaviors.GetAndSitDownBehavior": "TinyLife.Actions.Behaviors.GetAndSitDownBehavior.yml",
"TinyLife.Actions.Behaviors.GetAndSitDownBehavior.#ctor(TinyLife.Actions.Action,System.Boolean,System.Boolean,TinyLife.Objects.FurnitureType[])": "TinyLife.Actions.Behaviors.GetAndSitDownBehavior.yml",
"TinyLife.Actions.Behaviors.GetAndSitDownBehavior.CreateFirstActions": "TinyLife.Actions.Behaviors.GetAndSitDownBehavior.yml",
"TinyLife.Actions.Behaviors.GetAndSitDownBehavior.GetIconObject": "TinyLife.Actions.Behaviors.GetAndSitDownBehavior.yml",
"TinyLife.Actions.Behaviors.GetAndSitDownBehavior.GetInteractingItem``1": "TinyLife.Actions.Behaviors.GetAndSitDownBehavior.yml",
"TinyLife.Actions.Behaviors.GetAndSitDownBehavior.GetInteractingItemForAction``1(TinyLife.Actions.ActionInfo,TinyLife.Objects.FurnitureType[])": "TinyLife.Actions.Behaviors.GetAndSitDownBehavior.yml",
"TinyLife.Actions.Behaviors.GetAndSitDownBehavior.GetNextAction(TinyLife.Actions.CompletionType)": "TinyLife.Actions.Behaviors.GetAndSitDownBehavior.yml",
"TinyLife.Actions.Behaviors.GetAndSitDownBehavior.Initialize": "TinyLife.Actions.Behaviors.GetAndSitDownBehavior.yml",
"TinyLife.Actions.Behaviors.GetAndSitDownBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)": "TinyLife.Actions.Behaviors.GetAndSitDownBehavior.yml",
"TinyLife.Actions.Behaviors.MultiActionBehavior": "TinyLife.Actions.Behaviors.MultiActionBehavior.yml",
"TinyLife.Actions.Behaviors.MultiActionBehavior.#ctor(TinyLife.Actions.Action)": "TinyLife.Actions.Behaviors.MultiActionBehavior.yml",
"TinyLife.Actions.Behaviors.MultiActionBehavior.CreateFirstActions": "TinyLife.Actions.Behaviors.MultiActionBehavior.yml",
"TinyLife.Actions.Behaviors.SinkBehavior": "TinyLife.Actions.Behaviors.SinkBehavior.yml",
"TinyLife.Actions.Behaviors.SinkBehavior.#ctor(TinyLife.Actions.Action)": "TinyLife.Actions.Behaviors.SinkBehavior.yml",
"TinyLife.Actions.Behaviors.SinkBehavior.CreateFirstActions": "TinyLife.Actions.Behaviors.SinkBehavior.yml",
"TinyLife.Actions.Behaviors.SinkBehavior.OnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.Behaviors.SinkBehavior.yml",
"TinyLife.Actions.Behaviors.SinkBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)": "TinyLife.Actions.Behaviors.SinkBehavior.yml",
"TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior": "TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.yml",
"TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.#ctor(TinyLife.Actions.Action)": "TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.yml",
"TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.CreateFirstActions": "TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.yml",
"TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.GetNextAction(TinyLife.Actions.CompletionType)": "TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.yml",
"TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)": "TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.yml",
"TinyLife.Actions.CompletionType": "TinyLife.Actions.CompletionType.yml",
"TinyLife.Actions.CompletionType.Active": "TinyLife.Actions.CompletionType.yml",
"TinyLife.Actions.CompletionType.Canceled": "TinyLife.Actions.CompletionType.yml",
"TinyLife.Actions.CompletionType.Completed": "TinyLife.Actions.CompletionType.yml",
"TinyLife.Actions.CompletionType.Failed": "TinyLife.Actions.CompletionType.yml",
"TinyLife.Actions.ComputerAction": "TinyLife.Actions.ComputerAction.yml",
"TinyLife.Actions.ComputerAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)": "TinyLife.Actions.ComputerAction.yml",
"TinyLife.Actions.ComputerAction.AndThenInitialize": "TinyLife.Actions.ComputerAction.yml",
"TinyLife.Actions.ComputerAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.ComputerAction.yml",
"TinyLife.Actions.ComputerAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)": "TinyLife.Actions.ComputerAction.yml",
"TinyLife.Actions.ComputerAction.ScreenContent": "TinyLife.Actions.ComputerAction.yml",
"TinyLife.Actions.DieAction": "TinyLife.Actions.DieAction.yml",
"TinyLife.Actions.DieAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)": "TinyLife.Actions.DieAction.yml",
"TinyLife.Actions.DieAction.CanCancel(TinyLife.Actions.Action)": "TinyLife.Actions.DieAction.yml",
@ -295,18 +336,6 @@
"TinyLife.Actions.EmoteCategory.Negative": "TinyLife.Actions.EmoteCategory.yml",
"TinyLife.Actions.EmoteCategory.Travel": "TinyLife.Actions.EmoteCategory.yml",
"TinyLife.Actions.EmoteCategory.Unable": "TinyLife.Actions.EmoteCategory.yml",
"TinyLife.Actions.GetAndSitDownAction": "TinyLife.Actions.GetAndSitDownAction.yml",
"TinyLife.Actions.GetAndSitDownAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)": "TinyLife.Actions.GetAndSitDownAction.yml",
"TinyLife.Actions.GetAndSitDownAction.AllowStandingDesk": "TinyLife.Actions.GetAndSitDownAction.yml",
"TinyLife.Actions.GetAndSitDownAction.AndThenInitialize": "TinyLife.Actions.GetAndSitDownAction.yml",
"TinyLife.Actions.GetAndSitDownAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)": "TinyLife.Actions.GetAndSitDownAction.yml",
"TinyLife.Actions.GetAndSitDownAction.CreateFirstActions": "TinyLife.Actions.GetAndSitDownAction.yml",
"TinyLife.Actions.GetAndSitDownAction.ForceTable": "TinyLife.Actions.GetAndSitDownAction.yml",
"TinyLife.Actions.GetAndSitDownAction.GetIconObject": "TinyLife.Actions.GetAndSitDownAction.yml",
"TinyLife.Actions.GetAndSitDownAction.GetInteractingItem``1": "TinyLife.Actions.GetAndSitDownAction.yml",
"TinyLife.Actions.GetAndSitDownAction.GetInteractingItemForAction``1(TinyLife.Actions.ActionInfo,TinyLife.Objects.FurnitureType[])": "TinyLife.Actions.GetAndSitDownAction.yml",
"TinyLife.Actions.GetAndSitDownAction.GetNextAction(TinyLife.Actions.CompletionType)": "TinyLife.Actions.GetAndSitDownAction.yml",
"TinyLife.Actions.GetAndSitDownAction.WorkItems": "TinyLife.Actions.GetAndSitDownAction.yml",
"TinyLife.Actions.GoHereAction": "TinyLife.Actions.GoHereAction.yml",
"TinyLife.Actions.GoHereAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)": "TinyLife.Actions.GoHereAction.yml",
"TinyLife.Actions.GoHereAction.AndThenInitialize": "TinyLife.Actions.GoHereAction.yml",
@ -380,12 +409,6 @@
"TinyLife.Actions.SellAction.AndThenIsCompleted": "TinyLife.Actions.SellAction.yml",
"TinyLife.Actions.SellAction.CreateFirstActions": "TinyLife.Actions.SellAction.yml",
"TinyLife.Actions.SellAction.GetSoldObject``1(TinyLife.Actions.ActionInfo)": "TinyLife.Actions.SellAction.yml",
"TinyLife.Actions.SinkAction": "TinyLife.Actions.SinkAction.yml",
"TinyLife.Actions.SinkAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)": "TinyLife.Actions.SinkAction.yml",
"TinyLife.Actions.SinkAction.AndThenInitialize": "TinyLife.Actions.SinkAction.yml",
"TinyLife.Actions.SinkAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.SinkAction.yml",
"TinyLife.Actions.SinkAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)": "TinyLife.Actions.SinkAction.yml",
"TinyLife.Actions.SinkAction.CreateFirstActions": "TinyLife.Actions.SinkAction.yml",
"TinyLife.Actions.SitAction": "TinyLife.Actions.SitAction.yml",
"TinyLife.Actions.SitAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)": "TinyLife.Actions.SitAction.yml",
"TinyLife.Actions.SitAction.AndThenInitialize": "TinyLife.Actions.SitAction.yml",
@ -471,7 +494,7 @@
"TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.TryToLeaveRoom(TinyLife.World.Room,TinyLife.Objects.Person)": "TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.yml",
"TinyLife.Actions.Typeless.TypelessAction": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.#ctor(TinyLife.Actions.ActionInfo)": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Actions.CompletionType)": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.CompleteIfNeedFull(TinyLife.Objects.Person,TinyLife.NeedType,TinyLife.Actions.CompletionType)": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.ElapsedTime": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.FindAllFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean,System.Boolean)": "TinyLife.Actions.Typeless.TypelessAction.yml",
@ -483,7 +506,7 @@
"TinyLife.Actions.Typeless.TypelessAction.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture)": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.GetInProgressTime": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.FurnitureType)": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot)": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.Info": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.Initialize": "TinyLife.Actions.Typeless.TypelessAction.yml",
@ -492,14 +515,14 @@
"TinyLife.Actions.Typeless.TypelessAction.IsUnderlying": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.Map": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.OnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.OpenPlayerPrompt(System.String,System.Predicate{MLEM.Ui.Elements.Panel},System.Action{MLEM.Ui.Elements.Panel},System.Boolean,MLEM.Ui.Elements.Element[])": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.OpenPlayerPrompt(System.String,System.Predicate{MLEM.Ui.Elements.Panel},System.Action{MLEM.Ui.Elements.Panel},System.Boolean,System.Func{TinyLife.Uis.CoveringGroup,System.Collections.Generic.IEnumerable{MLEM.Ui.Elements.Element}})": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String)": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.OpenYesNoPrompt(System.String,System.Action,System.Action)": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.Person": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.PlayerPromptOpen": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.Random": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.StartedAutomatically": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)": "TinyLife.Actions.Typeless.TypelessAction.yml",
@ -541,14 +564,16 @@
"TinyLife.Actions.WorkAction.AndThenInitialize": "TinyLife.Actions.WorkAction.yml",
"TinyLife.Actions.WorkAction.AndThenIsCompleted": "TinyLife.Actions.WorkAction.yml",
"TinyLife.Actions.WorkAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.WorkAction.yml",
"TinyLife.Actions.WorkAtDeskObjectAction": "TinyLife.Actions.WorkAtDeskObjectAction.yml",
"TinyLife.Actions.WorkAtDeskObjectAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)": "TinyLife.Actions.WorkAtDeskObjectAction.yml",
"TinyLife.Actions.WorkAtDeskObjectAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)": "TinyLife.Actions.WorkAtDeskObjectAction.yml",
"TinyLife.Actions.WorkAtDeskObjectAction.CreateFirstActions": "TinyLife.Actions.WorkAtDeskObjectAction.yml",
"TinyLife.Actions.WorkAtDeskObjectAction.GetNextAction(TinyLife.Actions.CompletionType)": "TinyLife.Actions.WorkAtDeskObjectAction.yml",
"TinyLife.Debug": "TinyLife.Debug.yml",
"TinyLife.Debug.CheatDelegate": "TinyLife.Debug.CheatDelegate.yml",
"TinyLife.Debug.Cheats": "TinyLife.Debug.yml",
"TinyLife.Debug.DebugDelegate": "TinyLife.Debug.DebugDelegate.yml",
"TinyLife.Debug.DebugLines": "TinyLife.Debug.yml",
"TinyLife.Emotions": "TinyLife.Emotions.yml",
"TinyLife.Emotions.EmotionModifier": "TinyLife.Emotions.EmotionModifier.yml",
"TinyLife.Emotions.EmotionModifier.#ctor(System.String,MLEM.Textures.TextureRegion,TinyLife.Emotions.EmotionType,System.Func{TinyLife.Objects.Person,System.Int32})": "TinyLife.Emotions.EmotionModifier.yml",
"TinyLife.Emotions.EmotionModifier.#ctor(System.String,MLEM.Textures.TextureRegion,TinyLife.Emotions.EmotionType,System.Func{TinyLife.Objects.Person,System.ValueTuple{TinyLife.Emotions.IEmotionSource,System.Int32}})": "TinyLife.Emotions.EmotionModifier.yml",
"TinyLife.Emotions.EmotionModifier.AggravatingConversation": "TinyLife.Emotions.EmotionModifier.yml",
"TinyLife.Emotions.EmotionModifier.AmazingCraftedFurniture": "TinyLife.Emotions.EmotionModifier.yml",
"TinyLife.Emotions.EmotionModifier.AsexualFoolingDeclined": "TinyLife.Emotions.EmotionModifier.yml",
"TinyLife.Emotions.EmotionModifier.AsexualFoolingPartner": "TinyLife.Emotions.EmotionModifier.yml",
@ -601,9 +626,9 @@
"TinyLife.Emotions.EmotionModifier.InspiringIdeas": "TinyLife.Emotions.EmotionModifier.yml",
"TinyLife.Emotions.EmotionModifier.InspiringPlaying": "TinyLife.Emotions.EmotionModifier.yml",
"TinyLife.Emotions.EmotionModifier.Instance": "TinyLife.Emotions.EmotionModifier.Instance.yml",
"TinyLife.Emotions.EmotionModifier.Instance.#ctor(TinyLife.Emotions.EmotionModifier,System.Int32,System.TimeSpan)": "TinyLife.Emotions.EmotionModifier.Instance.yml",
"TinyLife.Emotions.EmotionModifier.Instance.Amount": "TinyLife.Emotions.EmotionModifier.Instance.yml",
"TinyLife.Emotions.EmotionModifier.Instance.PassTime(System.TimeSpan)": "TinyLife.Emotions.EmotionModifier.Instance.yml",
"TinyLife.Emotions.EmotionModifier.Instance.Source": "TinyLife.Emotions.EmotionModifier.Instance.yml",
"TinyLife.Emotions.EmotionModifier.Instance.Time": "TinyLife.Emotions.EmotionModifier.Instance.yml",
"TinyLife.Emotions.EmotionModifier.Instance.TotalTime": "TinyLife.Emotions.EmotionModifier.Instance.yml",
"TinyLife.Emotions.EmotionModifier.Instance.Type": "TinyLife.Emotions.EmotionModifier.Instance.yml",
@ -656,6 +681,7 @@
"TinyLife.Emotions.EmotionModifier.TvSaddenedByNews": "TinyLife.Emotions.EmotionModifier.yml",
"TinyLife.Emotions.EmotionModifier.Types": "TinyLife.Emotions.EmotionModifier.yml",
"TinyLife.Emotions.EmotionModifier.UncomfortableCraftedFurniture": "TinyLife.Emotions.EmotionModifier.yml",
"TinyLife.Emotions.EmotionModifier.UpsettingConversation": "TinyLife.Emotions.EmotionModifier.yml",
"TinyLife.Emotions.EmotionModifier.WonTournament": "TinyLife.Emotions.EmotionModifier.yml",
"TinyLife.Emotions.EmotionModifier.WoodworkingSplinter": "TinyLife.Emotions.EmotionModifier.yml",
"TinyLife.Emotions.EmotionModifier.WritersBlock": "TinyLife.Emotions.EmotionModifier.yml",
@ -684,6 +710,8 @@
"TinyLife.Emotions.EmotionType.TypeCategory.Positive": "TinyLife.Emotions.EmotionType.TypeCategory.yml",
"TinyLife.Emotions.EmotionType.Types": "TinyLife.Emotions.EmotionType.yml",
"TinyLife.Emotions.EmotionType.Uncomfortable": "TinyLife.Emotions.EmotionType.yml",
"TinyLife.Emotions.IEmotionSource": "TinyLife.Emotions.IEmotionSource.yml",
"TinyLife.Emotions.IEmotionSource.SourceString": "TinyLife.Emotions.IEmotionSource.yml",
"TinyLife.GameImpl": "TinyLife.GameImpl.yml",
"TinyLife.GameImpl.Camera": "TinyLife.GameImpl.yml",
"TinyLife.GameImpl.CanBeExtremelyFast": "TinyLife.GameImpl.yml",
@ -713,7 +741,7 @@
"TinyLife.GameImpl.SaveName": "TinyLife.GameImpl.yml",
"TinyLife.GameImpl.Speed": "TinyLife.GameImpl.yml",
"TinyLife.GameImpl.SwitchGameMode(TinyLife.GameImpl.GameMode)": "TinyLife.GameImpl.yml",
"TinyLife.GameImpl.TakeScreenshot(Microsoft.Xna.Framework.Point,System.Nullable{MLEM.Misc.RectangleF},System.Nullable{Microsoft.Xna.Framework.Matrix})": "TinyLife.GameImpl.yml",
"TinyLife.GameImpl.TakeScreenshot(Microsoft.Xna.Framework.Point,System.Nullable{MLEM.Misc.RectangleF},System.Nullable{Microsoft.Xna.Framework.Matrix},Microsoft.Xna.Framework.Graphics.RenderTarget2D)": "TinyLife.GameImpl.yml",
"TinyLife.GameImpl.Version": "TinyLife.GameImpl.yml",
"TinyLife.GameImpl.Weekday": "TinyLife.GameImpl.yml",
"TinyLife.GameSpeed": "TinyLife.GameSpeed.yml",
@ -970,6 +998,7 @@
"TinyLife.NeedType.Register(TinyLife.NeedType)": "TinyLife.NeedType.yml",
"TinyLife.NeedType.Social": "TinyLife.NeedType.yml",
"TinyLife.NeedType.SolveImportance": "TinyLife.NeedType.yml",
"TinyLife.NeedType.SourceString": "TinyLife.NeedType.yml",
"TinyLife.NeedType.Toilet": "TinyLife.NeedType.yml",
"TinyLife.NeedType.Types": "TinyLife.NeedType.yml",
"TinyLife.Objects": "TinyLife.Objects.yml",
@ -1035,6 +1064,7 @@
"TinyLife.Objects.Clothes.Price": "TinyLife.Objects.Clothes.yml",
"TinyLife.Objects.Clothes.ReferencePrice": "TinyLife.Objects.Clothes.yml",
"TinyLife.Objects.Clothes.Register(TinyLife.Objects.Clothes)": "TinyLife.Objects.Clothes.yml",
"TinyLife.Objects.Clothes.TextureBehaviorLayer": "TinyLife.Objects.Clothes.yml",
"TinyLife.Objects.Clothes.TextureRegions": "TinyLife.Objects.Clothes.yml",
"TinyLife.Objects.Clothes.Types": "TinyLife.Objects.Clothes.yml",
"TinyLife.Objects.ClothesIntention": "TinyLife.Objects.ClothesIntention.yml",
@ -1048,6 +1078,7 @@
"TinyLife.Objects.ClothesIntention.Winter": "TinyLife.Objects.ClothesIntention.yml",
"TinyLife.Objects.ClothesIntention.Workout": "TinyLife.Objects.ClothesIntention.yml",
"TinyLife.Objects.ClothesLayer": "TinyLife.Objects.ClothesLayer.yml",
"TinyLife.Objects.ClothesLayer.Accessories": "TinyLife.Objects.ClothesLayer.yml",
"TinyLife.Objects.ClothesLayer.Arms": "TinyLife.Objects.ClothesLayer.yml",
"TinyLife.Objects.ClothesLayer.Body": "TinyLife.Objects.ClothesLayer.yml",
"TinyLife.Objects.ClothesLayer.Eyes": "TinyLife.Objects.ClothesLayer.yml",
@ -1247,6 +1278,7 @@
"TinyLife.Objects.FurnitureType.SmallChimney": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.SmallMirror": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.SmallPlant": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.SourceString": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.Spanner": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.Sponge": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.SquareDinnerTable": "TinyLife.Objects.FurnitureType.yml",
@ -1452,7 +1484,6 @@
"TinyLife.Objects.Particle": "TinyLife.Objects.Particle.yml",
"TinyLife.Objects.Particle.#ctor(MLEM.Animations.SpriteAnimation,System.TimeSpan,Microsoft.Xna.Framework.Vector2)": "TinyLife.Objects.Particle.yml",
"TinyLife.Objects.Particle.#ctor(MLEM.Textures.TextureRegion,System.TimeSpan,Microsoft.Xna.Framework.Vector2)": "TinyLife.Objects.Particle.yml",
"TinyLife.Objects.Particle.Alpha": "TinyLife.Objects.Particle.yml",
"TinyLife.Objects.Particle.Animation": "TinyLife.Objects.Particle.yml",
"TinyLife.Objects.Particle.AttachedFurniture": "TinyLife.Objects.Particle.yml",
"TinyLife.Objects.Particle.DepthOffset": "TinyLife.Objects.Particle.yml",
@ -1475,7 +1506,7 @@
"TinyLife.Objects.Person.#ctor(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2)": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.ActionQueue": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.ActionUpdateDelegate": "TinyLife.Objects.Person.ActionUpdateDelegate.yml",
"TinyLife.Objects.Person.AddEmotion(TinyLife.Emotions.EmotionModifier,System.Int32,System.TimeSpan,System.Boolean)": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.AddEmotion(TinyLife.Emotions.EmotionModifier,System.Int32,System.TimeSpan,TinyLife.Emotions.IEmotionSource,System.Boolean)": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.Age": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.AllActions": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.AnimateHeldObject": "TinyLife.Objects.Person.yml",
@ -1497,6 +1528,7 @@
"TinyLife.Objects.Person.DeathReason.Starvation": "TinyLife.Objects.Person.DeathReason.yml",
"TinyLife.Objects.Person.DeathReason.TooMuchProtein": "TinyLife.Objects.Person.DeathReason.yml",
"TinyLife.Objects.Person.DepleteNeed(TinyLife.NeedType,System.Single,TinyLife.GameSpeed)": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.Description": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.Die(TinyLife.Objects.Person.DeathReason,System.Boolean)": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.DisplayEmote(TinyLife.Actions.EmoteCategory,System.Single,System.Single)": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.DisplayEmoteAndSpeak(TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Single,System.Single)": "TinyLife.Objects.Person.yml",
@ -1548,6 +1580,7 @@
"TinyLife.Objects.Person.IsAsexual": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.IsCloseForTalking(Microsoft.Xna.Framework.Vector2)": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.IsCurrentHousehold": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.IsDead": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.IsIdMatch(System.Guid)": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.IsIdMatch(TinyLife.Objects.Person)": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.IsMoving": "TinyLife.Objects.Person.yml",
@ -1597,6 +1630,7 @@
"TinyLife.Objects.Person.Pose.WorkingSitting": "TinyLife.Objects.Person.Pose.yml",
"TinyLife.Objects.Person.Pose.WorkingSittingGround": "TinyLife.Objects.Person.Pose.yml",
"TinyLife.Objects.Person.Pose.WorkingStanding": "TinyLife.Objects.Person.Pose.yml",
"TinyLife.Objects.Person.PrepareForPermanentRemoval": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.Projects": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.RecentActions": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.Relationships": "TinyLife.Objects.Person.yml",
@ -1609,7 +1643,7 @@
"TinyLife.Objects.Person.SetHeldObject(TinyLife.Objects.Furniture)": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.SetHeldObject``1(TinyLife.Objects.FurnitureType,System.Int32[],System.Nullable{System.Guid})": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.SetJob(TinyLife.Goals.JobType,System.Int32)": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.SetNewId(TinyLife.World.Map,TinyLife.Objects.Person[])": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.SetNewId(TinyLife.World.Map,System.Collections.Generic.IEnumerable{TinyLife.Objects.Person},System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.Skills": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.Speak(TinyLife.Objects.SpeakStyle,System.Single,System.Single)": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.StartProject(TinyLife.Goals.Project)": "TinyLife.Objects.Person.yml",
@ -1717,11 +1751,14 @@
"TinyLife.Options.StingVolume": "TinyLife.Options.yml",
"TinyLife.Options.StoreInHouseholdKeybind": "TinyLife.Options.yml",
"TinyLife.Options.SwitchPersonKeybind": "TinyLife.Options.yml",
"TinyLife.Options.UiAnimations": "TinyLife.Options.yml",
"TinyLife.Options.UiScale": "TinyLife.Options.yml",
"TinyLife.Options.VSync": "TinyLife.Options.yml",
"TinyLife.Options.WallDisplays": "TinyLife.Options.yml",
"TinyLife.Options.WallMode": "TinyLife.Options.yml",
"TinyLife.Options.WorldSoundVolume": "TinyLife.Options.yml",
"TinyLife.Options.ZoomInKeybind": "TinyLife.Options.yml",
"TinyLife.Options.ZoomOutKeybind": "TinyLife.Options.yml",
"TinyLife.PerSaveOptions": "TinyLife.PerSaveOptions.yml",
"TinyLife.PerSaveOptions.AiImportantActions": "TinyLife.PerSaveOptions.yml",
"TinyLife.PerSaveOptions.AiSkillBuilding": "TinyLife.PerSaveOptions.yml",
@ -1756,6 +1793,7 @@
"TinyLife.PersonalityType.Name": "TinyLife.PersonalityType.yml",
"TinyLife.PersonalityType.Register(TinyLife.PersonalityType)": "TinyLife.PersonalityType.yml",
"TinyLife.PersonalityType.SmartKid": "TinyLife.PersonalityType.yml",
"TinyLife.PersonalityType.SourceString": "TinyLife.PersonalityType.yml",
"TinyLife.PersonalityType.Texture": "TinyLife.PersonalityType.yml",
"TinyLife.PersonalityType.Thinker": "TinyLife.PersonalityType.yml",
"TinyLife.PersonalityType.TypeCategory": "TinyLife.PersonalityType.TypeCategory.yml",
@ -1764,7 +1802,6 @@
"TinyLife.PersonalityType.TypeCategory.Minor": "TinyLife.PersonalityType.TypeCategory.yml",
"TinyLife.PersonalityType.Types": "TinyLife.PersonalityType.yml",
"TinyLife.Relationship": "TinyLife.Relationship.yml",
"TinyLife.Relationship.#ctor(TinyLife.Objects.Person,System.Guid,System.Single,System.Single)": "TinyLife.Relationship.yml",
"TinyLife.Relationship.AddRecentSocial(TinyLife.Actions.ActionType)": "TinyLife.Relationship.yml",
"TinyLife.Relationship.Dating": "TinyLife.Relationship.yml",
"TinyLife.Relationship.DisplayString": "TinyLife.Relationship.yml",
@ -1862,7 +1899,7 @@
"TinyLife.Skills.SkillType.Fitness": "TinyLife.Skills.SkillType.yml",
"TinyLife.Skills.SkillType.Gaming": "TinyLife.Skills.SkillType.yml",
"TinyLife.Skills.SkillType.GetMaxLevel(TinyLife.Objects.AgeGroup)": "TinyLife.Skills.SkillType.yml",
"TinyLife.Skills.SkillType.GetRandomQuality(TinyLife.Objects.Person,System.Random,System.Boolean,System.Boolean)": "TinyLife.Skills.SkillType.yml",
"TinyLife.Skills.SkillType.GetRandomQuality(TinyLife.Objects.Person,System.Random,System.Boolean,TinyLife.Emotions.IEmotionSource,System.Boolean)": "TinyLife.Skills.SkillType.yml",
"TinyLife.Skills.SkillType.Humor": "TinyLife.Skills.SkillType.yml",
"TinyLife.Skills.SkillType.MaxLevel": "TinyLife.Skills.SkillType.yml",
"TinyLife.Skills.SkillType.Name": "TinyLife.Skills.SkillType.yml",
@ -2014,6 +2051,11 @@
"TinyLife.Tools.Tool.Money": "TinyLife.Tools.Tool.yml",
"TinyLife.Tools.Tool.MousePos": "TinyLife.Tools.Tool.yml",
"TinyLife.Tools.Tool.MoveTool": "TinyLife.Tools.Tool.yml",
"TinyLife.Tools.Tool.OnClosed": "TinyLife.Tools.Tool.yml",
"TinyLife.Tools.Tool.OnDraw": "TinyLife.Tools.Tool.yml",
"TinyLife.Tools.Tool.OnInitBuildModeUi": "TinyLife.Tools.Tool.yml",
"TinyLife.Tools.Tool.OnOpened": "TinyLife.Tools.Tool.yml",
"TinyLife.Tools.Tool.OnUpdate": "TinyLife.Tools.Tool.yml",
"TinyLife.Tools.Tool.Opened": "TinyLife.Tools.Tool.yml",
"TinyLife.Tools.Tool.PlayModeTool": "TinyLife.Tools.Tool.yml",
"TinyLife.Tools.Tool.RemoveTool": "TinyLife.Tools.Tool.yml",
@ -2043,6 +2085,11 @@
"TinyLife.Uis.CharacterCreator.MaxHouseholdSize": "TinyLife.Uis.CharacterCreator.yml",
"TinyLife.Uis.CharacterCreator.MaxOutfitAmount": "TinyLife.Uis.CharacterCreator.yml",
"TinyLife.Uis.CharacterCreator.Open(TinyLife.Objects.Person,System.Boolean)": "TinyLife.Uis.CharacterCreator.yml",
"TinyLife.Uis.CoveringGroup": "TinyLife.Uis.CoveringGroup.yml",
"TinyLife.Uis.CoveringGroup.#ctor(System.Boolean,System.Func{System.Boolean},System.Boolean,System.Boolean)": "TinyLife.Uis.CoveringGroup.yml",
"TinyLife.Uis.CoveringGroup.Close(System.Boolean)": "TinyLife.Uis.CoveringGroup.yml",
"TinyLife.Uis.CoveringGroup.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Graphics.DepthStencilState,Microsoft.Xna.Framework.Graphics.Effect,Microsoft.Xna.Framework.Matrix)": "TinyLife.Uis.CoveringGroup.yml",
"TinyLife.Uis.CoveringGroup.TryClose(System.Boolean)": "TinyLife.Uis.CoveringGroup.yml",
"TinyLife.Uis.Cursor": "TinyLife.Uis.Cursor.yml",
"TinyLife.Uis.Cursor.SetCursor(TinyLife.Uis.CursorType)": "TinyLife.Uis.Cursor.yml",
"TinyLife.Uis.CursorType": "TinyLife.Uis.CursorType.yml",
@ -2067,11 +2114,16 @@
"TinyLife.Uis.InGameHint.OutOfTownActions": "TinyLife.Uis.InGameHint.yml",
"TinyLife.Uis.InGameHint.PersonalityTypes": "TinyLife.Uis.InGameHint.yml",
"TinyLife.Uis.InGameHint.Register(TinyLife.Uis.InGameHint)": "TinyLife.Uis.InGameHint.yml",
"TinyLife.Uis.InGameUi": "TinyLife.Uis.InGameUi.yml",
"TinyLife.Uis.InGameUi.BuildContent": "TinyLife.Uis.InGameUi.yml",
"TinyLife.Uis.InGameUi.BuildZoom": "TinyLife.Uis.InGameUi.yml",
"TinyLife.Uis.InGameUi.Main": "TinyLife.Uis.InGameUi.yml",
"TinyLife.Uis.InGameUi.OnInitialized": "TinyLife.Uis.InGameUi.yml",
"TinyLife.Uis.Menus": "TinyLife.Uis.Menus.yml",
"TinyLife.Uis.Menus.CreateCoveringUi(System.Boolean,System.Func{System.Boolean},System.Boolean)": "TinyLife.Uis.Menus.yml",
"TinyLife.Uis.Notifications": "TinyLife.Uis.Notifications.yml",
"TinyLife.Uis.Notifications.Add(MLEM.Textures.TextureRegion,System.String,TinyLife.Uis.NotifType)": "TinyLife.Uis.Notifications.yml",
"TinyLife.Uis.Notifications.Add(TinyLife.Objects.MapObject,System.String,TinyLife.Uis.NotifType)": "TinyLife.Uis.Notifications.yml",
"TinyLife.Uis.Notifications.MaxHistoryLength": "TinyLife.Uis.Notifications.yml",
"TinyLife.Uis.NotifType": "TinyLife.Uis.NotifType.yml",
"TinyLife.Uis.NotifType.Hint": "TinyLife.Uis.NotifType.yml",
"TinyLife.Uis.NotifType.Info": "TinyLife.Uis.NotifType.yml",
@ -2083,6 +2135,7 @@
"TinyLife.Utilities.ColorScheme.Bricks": "TinyLife.Utilities.ColorScheme.yml",
"TinyLife.Utilities.ColorScheme.CardboardBoxes": "TinyLife.Utilities.ColorScheme.yml",
"TinyLife.Utilities.ColorScheme.Ceramics": "TinyLife.Utilities.ColorScheme.yml",
"TinyLife.Utilities.ColorScheme.Combine(TinyLife.Utilities.ColorScheme,TinyLife.Utilities.ColorScheme)": "TinyLife.Utilities.ColorScheme.yml",
"TinyLife.Utilities.ColorScheme.Count": "TinyLife.Utilities.ColorScheme.yml",
"TinyLife.Utilities.ColorScheme.Create(System.Object[])": "TinyLife.Utilities.ColorScheme.yml",
"TinyLife.Utilities.ColorScheme.Dirt": "TinyLife.Utilities.ColorScheme.yml",
@ -2100,6 +2153,7 @@
"TinyLife.Utilities.ColorScheme.Load(MLEM.Textures.TextureRegion)": "TinyLife.Utilities.ColorScheme.yml",
"TinyLife.Utilities.ColorScheme.Modern": "TinyLife.Utilities.ColorScheme.yml",
"TinyLife.Utilities.ColorScheme.ModernShort": "TinyLife.Utilities.ColorScheme.yml",
"TinyLife.Utilities.ColorScheme.op_Addition(TinyLife.Utilities.ColorScheme,TinyLife.Utilities.ColorScheme)": "TinyLife.Utilities.ColorScheme.yml",
"TinyLife.Utilities.ColorScheme.op_Implicit(TinyLife.Utilities.ColorScheme)~TinyLife.Utilities.ColorScheme[]": "TinyLife.Utilities.ColorScheme.yml",
"TinyLife.Utilities.ColorScheme.Pastel": "TinyLife.Utilities.ColorScheme.yml",
"TinyLife.Utilities.ColorScheme.Plants": "TinyLife.Utilities.ColorScheme.yml",
@ -2114,7 +2168,7 @@
"TinyLife.Utilities.Extensions.AddHoverAnimation(MLEM.Ui.Elements.Button)": "TinyLife.Utilities.Extensions.yml",
"TinyLife.Utilities.Extensions.BothCompleted(TinyLife.Actions.CompletionType,System.Func{TinyLife.Actions.CompletionType})": "TinyLife.Utilities.Extensions.yml",
"TinyLife.Utilities.Extensions.BothValid(TinyLife.Actions.ActionType.CanExecuteResult,System.Func{TinyLife.Actions.ActionType.CanExecuteResult})": "TinyLife.Utilities.Extensions.yml",
"TinyLife.Utilities.Extensions.CloseLater(MLEM.Ui.Elements.Element)": "TinyLife.Utilities.Extensions.yml",
"TinyLife.Utilities.Extensions.CanTakeOff(TinyLife.Objects.ClothesLayer)": "TinyLife.Utilities.Extensions.yml",
"TinyLife.Utilities.Extensions.DrawIsoArea(Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Misc.RectangleF,Microsoft.Xna.Framework.Color,System.Boolean)": "TinyLife.Utilities.Extensions.yml",
"TinyLife.Utilities.Extensions.GetChanceModifier(TinyLife.Skills.Quality)": "TinyLife.Utilities.Extensions.yml",
"TinyLife.Utilities.Extensions.GetDecorativeRating(TinyLife.Skills.Quality)": "TinyLife.Utilities.Extensions.yml",
@ -2123,7 +2177,6 @@
"TinyLife.Utilities.Extensions.GetDepth(TinyLife.Objects.ClothesLayer)": "TinyLife.Utilities.Extensions.yml",
"TinyLife.Utilities.Extensions.GetOpposite(TinyLife.GenealogyType)": "TinyLife.Utilities.Extensions.yml",
"TinyLife.Utilities.Extensions.GetPriceModifier(TinyLife.Skills.Quality)": "TinyLife.Utilities.Extensions.yml",
"TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)": "TinyLife.Utilities.Extensions.yml",
"TinyLife.Utilities.Extensions.IsHorizontal(MLEM.Misc.Direction2)": "TinyLife.Utilities.Extensions.yml",
"TinyLife.Utilities.Extensions.IsLockedFor(TinyLife.World.LockType,TinyLife.Objects.Person,TinyLife.World.Lot)": "TinyLife.Utilities.Extensions.yml",
"TinyLife.Utilities.Extensions.IsPartOfPerson(TinyLife.Objects.ClothesLayer)": "TinyLife.Utilities.Extensions.yml",
@ -2131,7 +2184,6 @@
"TinyLife.Utilities.Extensions.JsonCopy``1(``0)": "TinyLife.Utilities.Extensions.yml",
"TinyLife.Utilities.Extensions.OneCompleted(TinyLife.Actions.CompletionType,System.Func{TinyLife.Actions.CompletionType})": "TinyLife.Utilities.Extensions.yml",
"TinyLife.Utilities.Extensions.SetPauseGame(MLEM.Ui.RootElement,System.Boolean)": "TinyLife.Utilities.Extensions.yml",
"TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)": "TinyLife.Utilities.Extensions.yml",
"TinyLife.Utilities.Extensions.ToLocalizedString(TinyLife.Skills.Quality)": "TinyLife.Utilities.Extensions.yml",
"TinyLife.Utilities.Extensions.ToScreenPos(Microsoft.Xna.Framework.Vector2,System.Boolean,System.Boolean,System.Boolean)": "TinyLife.Utilities.Extensions.yml",
"TinyLife.Utilities.Extensions.ToSellingPriceString(System.Single)": "TinyLife.Utilities.Extensions.yml",
@ -2141,15 +2193,17 @@
"TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Person.Pose)": "TinyLife.Utilities.Extensions.yml",
"TinyLife.Utilities.Extensions.ToWorldPos(Microsoft.Xna.Framework.Vector2,System.Boolean)": "TinyLife.Utilities.Extensions.yml",
"TinyLife.Utilities.TextureHandler": "TinyLife.Utilities.TextureHandler.yml",
"TinyLife.Utilities.TextureHandler.AccessoriesTexture": "TinyLife.Utilities.TextureHandler.yml",
"TinyLife.Utilities.TextureHandler.ApplyWallpaperMasks(Microsoft.Xna.Framework.Graphics.Texture2D,System.Int32,System.Int32,System.Action{MLEM.Textures.UniformTextureAtlas})": "TinyLife.Utilities.TextureHandler.yml",
"TinyLife.Utilities.TextureHandler.BottomsShoesTexture": "TinyLife.Utilities.TextureHandler.yml",
"TinyLife.Utilities.TextureHandler.CursorTexture": "TinyLife.Utilities.TextureHandler.yml",
"TinyLife.Utilities.TextureHandler.FurnitureTextures": "TinyLife.Utilities.TextureHandler.yml",
"TinyLife.Utilities.TextureHandler.HairsTexture": "TinyLife.Utilities.TextureHandler.yml",
"TinyLife.Utilities.TextureHandler.LightTexture": "TinyLife.Utilities.TextureHandler.yml",
"TinyLife.Utilities.TextureHandler.OpeningTexture": "TinyLife.Utilities.TextureHandler.yml",
"TinyLife.Utilities.TextureHandler.PantsTexture": "TinyLife.Utilities.TextureHandler.yml",
"TinyLife.Utilities.TextureHandler.PersonTexture": "TinyLife.Utilities.TextureHandler.yml",
"TinyLife.Utilities.TextureHandler.RoofTexture": "TinyLife.Utilities.TextureHandler.yml",
"TinyLife.Utilities.TextureHandler.ShoesTexture": "TinyLife.Utilities.TextureHandler.yml",
"TinyLife.Utilities.TextureHandler.TexturePacker": "TinyLife.Utilities.TextureHandler.yml",
"TinyLife.Utilities.TextureHandler.TileTexture": "TinyLife.Utilities.TextureHandler.yml",
"TinyLife.Utilities.TextureHandler.TopsTexture": "TinyLife.Utilities.TextureHandler.yml",
@ -2173,6 +2227,7 @@
"TinyLife.World.DrawDelegate": "TinyLife.World.DrawDelegate.yml",
"TinyLife.World.ExportedHousehold": "TinyLife.World.ExportedHousehold.yml",
"TinyLife.World.ExportedHousehold.ClothesStorage": "TinyLife.World.ExportedHousehold.yml",
"TinyLife.World.ExportedHousehold.Description": "TinyLife.World.ExportedHousehold.yml",
"TinyLife.World.ExportedHousehold.ExportedVersion": "TinyLife.World.ExportedHousehold.yml",
"TinyLife.World.ExportedHousehold.FurnitureStorage": "TinyLife.World.ExportedHousehold.yml",
"TinyLife.World.ExportedHousehold.Members": "TinyLife.World.ExportedHousehold.yml",
@ -2193,6 +2248,7 @@
"TinyLife.World.Household.AreUtilitiesDisabled(System.Nullable{System.TimeSpan})": "TinyLife.World.Household.yml",
"TinyLife.World.Household.ClothesStorage": "TinyLife.World.Household.yml",
"TinyLife.World.Household.DefaultMoney": "TinyLife.World.Household.yml",
"TinyLife.World.Household.Description": "TinyLife.World.Household.yml",
"TinyLife.World.Household.Export(System.Boolean)": "TinyLife.World.Household.yml",
"TinyLife.World.Household.FurnitureStorage": "TinyLife.World.Household.yml",
"TinyLife.World.Household.GetAverageFriendshipTo(TinyLife.Objects.Person)": "TinyLife.World.Household.yml",
@ -2241,15 +2297,16 @@
"TinyLife.World.LotEmployment.Actions": "TinyLife.World.LotEmployment.yml",
"TinyLife.World.LotEmployment.GetCurrentPerson(TinyLife.World.Map,TinyLife.World.Lot)": "TinyLife.World.LotEmployment.yml",
"TinyLife.World.LotEmployment.Instance": "TinyLife.World.LotEmployment.Instance.yml",
"TinyLife.World.LotEmployment.Instance.#ctor(TinyLife.Objects.Person,TinyLife.World.Lot,TinyLife.World.LotEmployment)": "TinyLife.World.LotEmployment.Instance.yml",
"TinyLife.World.LotEmployment.Instance.#ctor(TinyLife.Objects.Person,TinyLife.World.Lot,TinyLife.World.LotEmployment,System.Boolean)": "TinyLife.World.LotEmployment.Instance.yml",
"TinyLife.World.LotEmployment.Instance.Lot": "TinyLife.World.LotEmployment.Instance.yml",
"TinyLife.World.LotEmployment.Instance.SetManually": "TinyLife.World.LotEmployment.Instance.yml",
"TinyLife.World.LotEmployment.Instance.ShouldWorkRightNow": "TinyLife.World.LotEmployment.Instance.yml",
"TinyLife.World.LotEmployment.Instance.Type": "TinyLife.World.LotEmployment.Instance.yml",
"TinyLife.World.LotEmployment.Instance.Validate(TinyLife.Objects.Person)": "TinyLife.World.LotEmployment.Instance.yml",
"TinyLife.World.LotEmployment.IsFinished": "TinyLife.World.LotEmployment.yml",
"TinyLife.World.LotEmployment.MapWideEmployments": "TinyLife.World.LotEmployment.yml",
"TinyLife.World.LotEmployment.Name": "TinyLife.World.LotEmployment.yml",
"TinyLife.World.LotEmployment.SetCurrentPerson(TinyLife.World.Map,TinyLife.World.Lot,TinyLife.Objects.Person)": "TinyLife.World.LotEmployment.yml",
"TinyLife.World.LotEmployment.SetCurrentPerson(TinyLife.World.Map,TinyLife.World.Lot,TinyLife.Objects.Person,System.Boolean)": "TinyLife.World.LotEmployment.yml",
"TinyLife.World.LotEmployment.WorkHours": "TinyLife.World.LotEmployment.yml",
"TinyLife.World.LotType": "TinyLife.World.LotType.yml",
"TinyLife.World.LotType.#ctor(System.String,System.Boolean,System.Func{TinyLife.World.Lot,TinyLife.Objects.Person,System.Int32},System.ValueTuple{System.Predicate{TinyLife.Objects.Furniture},System.Int32,System.String}[])": "TinyLife.World.LotType.yml",
@ -2284,7 +2341,7 @@
"TinyLife.World.Map.ApplyCameraRotation(Microsoft.Xna.Framework.Vector2,System.Boolean,System.Nullable{MLEM.Misc.Direction2})": "TinyLife.World.Map.yml",
"TinyLife.World.Map.ApplyInverseCameraRotation(Microsoft.Xna.Framework.Vector2,System.Nullable{MLEM.Misc.Direction2})": "TinyLife.World.Map.yml",
"TinyLife.World.Map.CanWalkBetween(TinyLife.Objects.Person,Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point)": "TinyLife.World.Map.yml",
"TinyLife.World.Map.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Boolean,System.Nullable{MLEM.Misc.RectangleF},System.Nullable{Microsoft.Xna.Framework.Matrix},System.Boolean)": "TinyLife.World.Map.yml",
"TinyLife.World.Map.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Boolean,System.Nullable{MLEM.Misc.RectangleF},System.Nullable{Microsoft.Xna.Framework.Matrix},Microsoft.Xna.Framework.Graphics.RenderTarget2D,System.Boolean)": "TinyLife.World.Map.yml",
"TinyLife.World.Map.Finalize": "TinyLife.World.Map.yml",
"TinyLife.World.Map.GetAllLotEmployments": "TinyLife.World.Map.yml",
"TinyLife.World.Map.GetClosestEmptyTile(Microsoft.Xna.Framework.Vector2,System.Int32,System.Boolean,System.Boolean,System.Boolean)": "TinyLife.World.Map.yml",
@ -2321,7 +2378,7 @@
"TinyLife.World.Map.IsInSectionBounds(Microsoft.Xna.Framework.Point)": "TinyLife.World.Map.yml",
"TinyLife.World.Map.IsLotHidden(TinyLife.World.Lot)": "TinyLife.World.Map.yml",
"TinyLife.World.Map.IsRoad(Microsoft.Xna.Framework.Point)": "TinyLife.World.Map.yml",
"TinyLife.World.Map.LoadStaticMap(System.String)": "TinyLife.World.Map.yml",
"TinyLife.World.Map.LoadStaticMap(System.String,System.Action{System.String},System.Boolean)": "TinyLife.World.Map.yml",
"TinyLife.World.Map.MailToSend": "TinyLife.World.Map.yml",
"TinyLife.World.Map.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Point)": "TinyLife.World.Map.yml",
"TinyLife.World.Map.MoveEverything(Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Rectangle,System.Boolean)": "TinyLife.World.Map.yml",
@ -2352,6 +2409,7 @@
"TinyLife.World.MapAudioEmitter.WorldPosition": "TinyLife.World.MapAudioEmitter.yml",
"TinyLife.World.MapSection": "TinyLife.World.MapSection.yml",
"TinyLife.World.MapSection.#ctor(TinyLife.World.Map,Microsoft.Xna.Framework.Point)": "TinyLife.World.MapSection.yml",
"TinyLife.World.MapSection.Bleed": "TinyLife.World.MapSection.yml",
"TinyLife.World.MapSection.Pos": "TinyLife.World.MapSection.yml",
"TinyLife.World.MapSection.SectionPos": "TinyLife.World.MapSection.yml",
"TinyLife.World.MapSection.Size": "TinyLife.World.MapSection.yml",
@ -2428,12 +2486,12 @@
"TinyLife.World.SwingingDoor.IsOpen(TinyLife.World.Map,TinyLife.World.Wall)": "TinyLife.World.SwingingDoor.yml",
"TinyLife.World.SwingingDoor.Lock": "TinyLife.World.SwingingDoor.yml",
"TinyLife.World.Tile": "TinyLife.World.Tile.yml",
"TinyLife.World.Tile.#ctor(System.String,System.String,System.Int32,System.Collections.Generic.Dictionary{MLEM.Misc.Direction2,MLEM.Textures.TextureRegion},TinyLife.Utilities.ColorScheme[],System.Int32[],System.Boolean,System.Single,System.Boolean,MLEM.Textures.TextureRegion)": "TinyLife.World.Tile.yml",
"TinyLife.World.Tile.BaseName": "TinyLife.World.Tile.yml",
"TinyLife.World.Tile.CanBuy": "TinyLife.World.Tile.yml",
"TinyLife.World.Tile.Colors": "TinyLife.World.Tile.yml",
"TinyLife.World.Tile.ColorSchemes": "TinyLife.World.Tile.yml",
"TinyLife.World.Tile.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Single,System.Single,System.Nullable{MLEM.Misc.Direction2})": "TinyLife.World.Tile.yml",
"TinyLife.World.Tile.Draw(MLEM.Misc.StaticSpriteBatch,Microsoft.Xna.Framework.Vector2,System.Single,System.Single,System.Nullable{MLEM.Misc.Direction2})": "TinyLife.World.Tile.yml",
"TinyLife.World.Tile.Draw(System.Object,Microsoft.Xna.Framework.Vector2,System.Single,System.Single,System.Boolean)": "TinyLife.World.Tile.yml",
"TinyLife.World.Tile.DrawUi(MLEM.Ui.Elements.Element,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single)": "TinyLife.World.Tile.yml",
"TinyLife.World.Tile.GetPrice": "TinyLife.World.Tile.yml",
"TinyLife.World.Tile.Height": "TinyLife.World.Tile.yml",
@ -2443,7 +2501,7 @@
"TinyLife.World.Tile.PathCostModifier": "TinyLife.World.Tile.yml",
"TinyLife.World.Tile.Price": "TinyLife.World.Tile.yml",
"TinyLife.World.Tile.ReferencePrice": "TinyLife.World.Tile.yml",
"TinyLife.World.Tile.Register(System.String,System.Int32,MLEM.Textures.TextureRegion,TinyLife.Utilities.ColorScheme[],System.Single,System.Boolean,System.Boolean,MLEM.Textures.TextureRegion,System.Func{MLEM.Misc.Direction2,MLEM.Textures.TextureRegion})": "TinyLife.World.Tile.yml",
"TinyLife.World.Tile.Register(System.String,System.Int32,MLEM.Textures.TextureRegion,TinyLife.Utilities.ColorScheme[],System.Single,System.Boolean,System.Boolean,MLEM.Textures.TextureRegion,System.Func{MLEM.Misc.Direction2,MLEM.Textures.TextureRegion},System.Type)": "TinyLife.World.Tile.yml",
"TinyLife.World.Tile.Tiles": "TinyLife.World.Tile.yml",
"TinyLife.World.Tile.Width": "TinyLife.World.Tile.yml",
"TinyLife.World.UpdateDelegate": "TinyLife.World.UpdateDelegate.yml",

File diff suppressed because it is too large Load diff

View file

@ -13,7 +13,7 @@ items:
- TinyLife.Actions.ActionInfo.FromSelf(TinyLife.Objects.Person)
- TinyLife.Actions.ActionInfo.GetActionObject``1
- TinyLife.Actions.ActionInfo.GetInvolvedActionSpot(TinyLife.Objects.Furniture)
- TinyLife.Actions.ActionInfo.GetInvolvedObject``1(TinyLife.Objects.ObjectCategory,System.Boolean)
- TinyLife.Actions.ActionInfo.GetInvolvedObject``1(TinyLife.Objects.ObjectCategory,System.Boolean,System.Func{``0,System.Boolean})
- TinyLife.Actions.ActionInfo.GetInvolvedObjects``1(TinyLife.Objects.ObjectCategory,System.Boolean)
- TinyLife.Actions.ActionInfo.Map
- TinyLife.Actions.ActionInfo.OccupyFreeActionSpot(TinyLife.Objects.ObjectCategory,System.Boolean,System.Nullable{MLEM.Misc.Direction2})
@ -31,7 +31,7 @@ items:
remote:
path: TinyLife/Actions/ActionInfo.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: ActionInfo
path: Actions/ActionInfo.cs
startLine: 14
@ -44,22 +44,22 @@ items:
content: >-
[DataContract]
public class ActionInfo : GenericDataHolder, IGenericDataHolder
public class ActionInfo : JsonTypeSafeGenericDataHolder, IGenericDataHolder
content.vb: >-
<DataContract>
Public Class ActionInfo
Inherits GenericDataHolder
Inherits JsonTypeSafeGenericDataHolder
Implements IGenericDataHolder
inheritance:
- System.Object
- MLEM.Misc.GenericDataHolder
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder
implements:
- MLEM.Misc.IGenericDataHolder
inheritedMembers:
- MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
- MLEM.Misc.GenericDataHolder.GetData``1(System.String)
- MLEM.Misc.GenericDataHolder.GetDataKeys
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
- System.Object.Equals(System.Object)
- System.Object.Equals(System.Object,System.Object)
- System.Object.GetHashCode
@ -69,8 +69,6 @@ items:
- System.Object.ToString
extensionMethods:
- TinyLife.Actions.ActionInfo.TinyLife.Utilities.Extensions.JsonCopy``1
- MLEM.Misc.IGenericDataHolder.TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
- MLEM.Misc.IGenericDataHolder.TinyLife.Utilities.Extensions.SetTimeSpan(System.String,System.TimeSpan)
attributes:
- type: System.Runtime.Serialization.DataContractAttribute
ctor: System.Runtime.Serialization.DataContractAttribute.#ctor
@ -96,7 +94,7 @@ items:
remote:
path: TinyLife/Actions/ActionInfo.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Person
path: Actions/ActionInfo.cs
startLine: 20
@ -133,7 +131,7 @@ items:
remote:
path: TinyLife/Actions/ActionInfo.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: ActionLocation
path: Actions/ActionInfo.cs
startLine: 27
@ -178,7 +176,7 @@ items:
remote:
path: TinyLife/Actions/ActionInfo.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: ActionSpot
path: Actions/ActionInfo.cs
startLine: 31
@ -218,7 +216,7 @@ items:
remote:
path: TinyLife/Actions/ActionInfo.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Map
path: Actions/ActionInfo.cs
startLine: 38
@ -255,7 +253,7 @@ items:
remote:
path: TinyLife/Actions/ActionInfo.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetActionObject
path: Actions/ActionInfo.cs
startLine: 65
@ -296,7 +294,7 @@ items:
remote:
path: TinyLife/Actions/ActionInfo.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: AddAuxiliaryObject
path: Actions/ActionInfo.cs
startLine: 87
@ -335,7 +333,7 @@ items:
remote:
path: TinyLife/Actions/ActionInfo.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetInvolvedObjects
path: Actions/ActionInfo.cs
startLine: 105
@ -368,25 +366,25 @@ items:
- Public
fullName.vb: TinyLife.Actions.ActionInfo.GetInvolvedObjects(Of T)(TinyLife.Objects.ObjectCategory, System.Boolean)
name.vb: GetInvolvedObjects(Of T)(ObjectCategory, Boolean)
- uid: TinyLife.Actions.ActionInfo.GetInvolvedObject``1(TinyLife.Objects.ObjectCategory,System.Boolean)
commentId: M:TinyLife.Actions.ActionInfo.GetInvolvedObject``1(TinyLife.Objects.ObjectCategory,System.Boolean)
id: GetInvolvedObject``1(TinyLife.Objects.ObjectCategory,System.Boolean)
- uid: TinyLife.Actions.ActionInfo.GetInvolvedObject``1(TinyLife.Objects.ObjectCategory,System.Boolean,System.Func{``0,System.Boolean})
commentId: M:TinyLife.Actions.ActionInfo.GetInvolvedObject``1(TinyLife.Objects.ObjectCategory,System.Boolean,System.Func{``0,System.Boolean})
id: GetInvolvedObject``1(TinyLife.Objects.ObjectCategory,System.Boolean,System.Func{``0,System.Boolean})
parent: TinyLife.Actions.ActionInfo
langs:
- csharp
- vb
name: GetInvolvedObject<T>(ObjectCategory, Boolean)
nameWithType: ActionInfo.GetInvolvedObject<T>(ObjectCategory, Boolean)
fullName: TinyLife.Actions.ActionInfo.GetInvolvedObject<T>(TinyLife.Objects.ObjectCategory, System.Boolean)
name: GetInvolvedObject<T>(ObjectCategory, Boolean, Func<T, Boolean>)
nameWithType: ActionInfo.GetInvolvedObject<T>(ObjectCategory, Boolean, Func<T, Boolean>)
fullName: TinyLife.Actions.ActionInfo.GetInvolvedObject<T>(TinyLife.Objects.ObjectCategory, System.Boolean, System.Func<T, System.Boolean>)
type: Method
source:
remote:
path: TinyLife/Actions/ActionInfo.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetInvolvedObject
path: Actions/ActionInfo.cs
startLine: 148
startLine: 123
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -394,7 +392,7 @@ items:
example: []
syntax:
content: >-
public T GetInvolvedObject<T>(ObjectCategory category = null, bool includeIndirectly = true)
public T GetInvolvedObject<T>(ObjectCategory category = null, bool includeIndirectly = true, Func<T, bool> predicate = null)
where T : MapObject
parameters:
- id: category
@ -403,21 +401,24 @@ items:
- id: includeIndirectly
type: System.Boolean
description: Whether indirectly involved objects, like the <xref href="TinyLife.Objects.Furniture.ParentFurniture" data-throw-if-not-resolved="false"></xref> and <xref href="TinyLife.Objects.Furniture.GetChildren%60%601" data-throw-if-not-resolved="false"></xref> of furniture should be included
- id: predicate
type: System.Func{{T},System.Boolean}
description: A predicate to match against objects. If this is non-null, the first object that matches this predicate is returned.
typeParameters:
- id: T
description: The type that the objects returned should have
return:
type: '{T}'
description: The first object that matches the criteria described in <xref href="TinyLife.Actions.ActionInfo.GetInvolvedObjects%60%601(TinyLife.Objects.ObjectCategory%2cSystem.Boolean)" data-throw-if-not-resolved="false"></xref>
content.vb: Public Function GetInvolvedObject(Of T As MapObject)(category As ObjectCategory = Nothing, includeIndirectly As Boolean = True) As T
content.vb: Public Function GetInvolvedObject(Of T As MapObject)(category As ObjectCategory = Nothing, includeIndirectly As Boolean = True, predicate As Func(Of T, Boolean) = Nothing) As T
overload: TinyLife.Actions.ActionInfo.GetInvolvedObject*
nameWithType.vb: ActionInfo.GetInvolvedObject(Of T)(ObjectCategory, Boolean)
nameWithType.vb: ActionInfo.GetInvolvedObject(Of T)(ObjectCategory, Boolean, Func(Of T, Boolean))
modifiers.csharp:
- public
modifiers.vb:
- Public
fullName.vb: TinyLife.Actions.ActionInfo.GetInvolvedObject(Of T)(TinyLife.Objects.ObjectCategory, System.Boolean)
name.vb: GetInvolvedObject(Of T)(ObjectCategory, Boolean)
fullName.vb: TinyLife.Actions.ActionInfo.GetInvolvedObject(Of T)(TinyLife.Objects.ObjectCategory, System.Boolean, System.Func(Of T, System.Boolean))
name.vb: GetInvolvedObject(Of T)(ObjectCategory, Boolean, Func(Of T, Boolean))
- uid: TinyLife.Actions.ActionInfo.GetInvolvedActionSpot(TinyLife.Objects.Furniture)
commentId: M:TinyLife.Actions.ActionInfo.GetInvolvedActionSpot(TinyLife.Objects.Furniture)
id: GetInvolvedActionSpot(TinyLife.Objects.Furniture)
@ -433,10 +434,10 @@ items:
remote:
path: TinyLife/Actions/ActionInfo.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetInvolvedActionSpot
path: Actions/ActionInfo.cs
startLine: 159
startLine: 142
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -472,10 +473,10 @@ items:
remote:
path: TinyLife/Actions/ActionInfo.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: ToFreeActionSpot
path: Actions/ActionInfo.cs
startLine: 175
startLine: 158
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -511,17 +512,17 @@ items:
remote:
path: TinyLife/Actions/ActionInfo.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: OccupyFreeActionSpot
path: Actions/ActionInfo.cs
startLine: 191
startLine: 174
assemblies:
- Tiny Life
namespace: TinyLife.Actions
summary: "\nThis is a shorthand method for <xref href=\"TinyLife.Objects.Person.OccupyFreeActionSpot(TinyLife.Objects.Furniture%2cTinyLife.Objects.ObjectCategory%2cSystem.Boolean%2cSystem.Nullable%7bMLEM.Misc.Direction2%7d)\" data-throw-if-not-resolved=\"false\"></xref>.\nNote that this method needs to be called every update frame for the person to keep occupying the action spot.\n"
example: []
syntax:
content: public bool OccupyFreeActionSpot(ObjectCategory context = null, bool enter = false, Direction2? rotation = default(Direction2? ))
content: public bool OccupyFreeActionSpot(ObjectCategory context = null, bool enter = false, Direction2? rotation = null)
parameters:
- id: context
type: TinyLife.Objects.ObjectCategory
@ -559,10 +560,10 @@ items:
remote:
path: TinyLife/Actions/ActionInfo.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Validate
path: Actions/ActionInfo.cs
startLine: 201
startLine: 184
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -595,10 +596,10 @@ items:
remote:
path: TinyLife/Actions/ActionInfo.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: FromLocation
path: Actions/ActionInfo.cs
startLine: 211
startLine: 230
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -639,10 +640,10 @@ items:
remote:
path: TinyLife/Actions/ActionInfo.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: FromObjectGeneric
path: Actions/ActionInfo.cs
startLine: 221
startLine: 240
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -683,10 +684,10 @@ items:
remote:
path: TinyLife/Actions/ActionInfo.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: FromSelf
path: Actions/ActionInfo.cs
startLine: 230
startLine: 249
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -722,13 +723,13 @@ references:
name: Object
nameWithType: Object
fullName: System.Object
- uid: MLEM.Misc.GenericDataHolder
commentId: T:MLEM.Misc.GenericDataHolder
parent: MLEM.Misc
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
commentId: T:MLEM.Data.Json.JsonTypeSafeGenericDataHolder
parent: MLEM.Data.Json
isExternal: true
name: GenericDataHolder
nameWithType: GenericDataHolder
fullName: MLEM.Misc.GenericDataHolder
name: JsonTypeSafeGenericDataHolder
nameWithType: JsonTypeSafeGenericDataHolder
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
- uid: MLEM.Misc.IGenericDataHolder
commentId: T:MLEM.Misc.IGenericDataHolder
parent: MLEM.Misc
@ -736,18 +737,18 @@ references:
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
commentId: M:MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
parent: MLEM.Misc.GenericDataHolder
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
isExternal: true
name: SetData(String, Object)
nameWithType: GenericDataHolder.SetData(String, Object)
fullName: MLEM.Misc.GenericDataHolder.SetData(System.String, System.Object)
nameWithType: JsonTypeSafeGenericDataHolder.SetData(String, Object)
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String, System.Object)
spec.csharp:
- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
name: SetData
nameWithType: GenericDataHolder.SetData
fullName: MLEM.Misc.GenericDataHolder.SetData
nameWithType: JsonTypeSafeGenericDataHolder.SetData
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData
isExternal: true
- name: (
nameWithType: (
@ -769,10 +770,10 @@ references:
nameWithType: )
fullName: )
spec.vb:
- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
name: SetData
nameWithType: GenericDataHolder.SetData
fullName: MLEM.Misc.GenericDataHolder.SetData
nameWithType: JsonTypeSafeGenericDataHolder.SetData
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData
isExternal: true
- name: (
nameWithType: (
@ -793,21 +794,21 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String)
commentId: M:MLEM.Misc.GenericDataHolder.GetData``1(System.String)
parent: MLEM.Misc.GenericDataHolder
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
isExternal: true
name: GetData<T>(String)
nameWithType: GenericDataHolder.GetData<T>(String)
fullName: MLEM.Misc.GenericDataHolder.GetData<T>(System.String)
nameWithType.vb: GenericDataHolder.GetData(Of T)(String)
fullName.vb: MLEM.Misc.GenericDataHolder.GetData(Of T)(System.String)
nameWithType: JsonTypeSafeGenericDataHolder.GetData<T>(String)
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData<T>(System.String)
nameWithType.vb: JsonTypeSafeGenericDataHolder.GetData(Of T)(String)
fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData(Of T)(System.String)
name.vb: GetData(Of T)(String)
spec.csharp:
- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String)
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
name: GetData<T>
nameWithType: GenericDataHolder.GetData<T>
fullName: MLEM.Misc.GenericDataHolder.GetData<T>
nameWithType: JsonTypeSafeGenericDataHolder.GetData<T>
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData<T>
isExternal: true
- name: (
nameWithType: (
@ -821,10 +822,10 @@ references:
nameWithType: )
fullName: )
spec.vb:
- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String)
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
name: GetData(Of T)
nameWithType: GenericDataHolder.GetData(Of T)
fullName: MLEM.Misc.GenericDataHolder.GetData(Of T)
nameWithType: JsonTypeSafeGenericDataHolder.GetData(Of T)
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData(Of T)
isExternal: true
- name: (
nameWithType: (
@ -837,18 +838,18 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: MLEM.Misc.GenericDataHolder.GetDataKeys
commentId: M:MLEM.Misc.GenericDataHolder.GetDataKeys
parent: MLEM.Misc.GenericDataHolder
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
isExternal: true
name: GetDataKeys()
nameWithType: GenericDataHolder.GetDataKeys()
fullName: MLEM.Misc.GenericDataHolder.GetDataKeys()
nameWithType: JsonTypeSafeGenericDataHolder.GetDataKeys()
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys()
spec.csharp:
- uid: MLEM.Misc.GenericDataHolder.GetDataKeys
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
name: GetDataKeys
nameWithType: GenericDataHolder.GetDataKeys
fullName: MLEM.Misc.GenericDataHolder.GetDataKeys
nameWithType: JsonTypeSafeGenericDataHolder.GetDataKeys
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
isExternal: true
- name: (
nameWithType: (
@ -857,10 +858,10 @@ references:
nameWithType: )
fullName: )
spec.vb:
- uid: MLEM.Misc.GenericDataHolder.GetDataKeys
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
name: GetDataKeys
nameWithType: GenericDataHolder.GetDataKeys
fullName: MLEM.Misc.GenericDataHolder.GetDataKeys
nameWithType: JsonTypeSafeGenericDataHolder.GetDataKeys
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
isExternal: true
- name: (
nameWithType: (
@ -1179,106 +1180,18 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: MLEM.Misc.IGenericDataHolder.TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
commentId: M:TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
name: GetTimeSpan(String)
nameWithType: Extensions.GetTimeSpan(String)
fullName: TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
name: GetTimeSpan
nameWithType: Extensions.GetTimeSpan
fullName: TinyLife.Utilities.Extensions.GetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
name: GetTimeSpan
nameWithType: Extensions.GetTimeSpan
fullName: TinyLife.Utilities.Extensions.GetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: MLEM.Misc.IGenericDataHolder.TinyLife.Utilities.Extensions.SetTimeSpan(System.String,System.TimeSpan)
commentId: M:TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
name: SetTimeSpan(String, TimeSpan)
nameWithType: Extensions.SetTimeSpan(String, TimeSpan)
fullName: TinyLife.Utilities.Extensions.SetTimeSpan(System.String, System.TimeSpan)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(System.String,System.TimeSpan)
name: SetTimeSpan
nameWithType: Extensions.SetTimeSpan
fullName: TinyLife.Utilities.Extensions.SetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.TimeSpan
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(System.String,System.TimeSpan)
name: SetTimeSpan
nameWithType: Extensions.SetTimeSpan
fullName: TinyLife.Utilities.Extensions.SetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.TimeSpan
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: System
commentId: N:System
isExternal: true
name: System
nameWithType: System
fullName: System
- uid: MLEM.Data.Json
commentId: N:MLEM.Data.Json
isExternal: true
name: MLEM.Data.Json
nameWithType: MLEM.Data.Json
fullName: MLEM.Data.Json
- uid: MLEM.Misc
commentId: N:MLEM.Misc
isExternal: true
@ -1327,130 +1240,6 @@ references:
name: Extensions
nameWithType: Extensions
fullName: TinyLife.Utilities.Extensions
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
commentId: M:TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
isExternal: true
name: GetTimeSpan(IGenericDataHolder, String)
nameWithType: Extensions.GetTimeSpan(IGenericDataHolder, String)
fullName: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder, System.String)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
name: GetTimeSpan
nameWithType: Extensions.GetTimeSpan
fullName: TinyLife.Utilities.Extensions.GetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: MLEM.Misc.IGenericDataHolder
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
name: GetTimeSpan
nameWithType: Extensions.GetTimeSpan
fullName: TinyLife.Utilities.Extensions.GetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: MLEM.Misc.IGenericDataHolder
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
commentId: M:TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
isExternal: true
name: SetTimeSpan(IGenericDataHolder, String, TimeSpan)
nameWithType: Extensions.SetTimeSpan(IGenericDataHolder, String, TimeSpan)
fullName: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder, System.String, System.TimeSpan)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
name: SetTimeSpan
nameWithType: Extensions.SetTimeSpan
fullName: TinyLife.Utilities.Extensions.SetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: MLEM.Misc.IGenericDataHolder
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.TimeSpan
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
name: SetTimeSpan
nameWithType: Extensions.SetTimeSpan
fullName: TinyLife.Utilities.Extensions.SetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: MLEM.Misc.IGenericDataHolder
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.TimeSpan
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Utilities
commentId: N:TinyLife.Utilities
name: TinyLife.Utilities
@ -1821,6 +1610,113 @@ references:
name: GetInvolvedObject
nameWithType: ActionInfo.GetInvolvedObject
fullName: TinyLife.Actions.ActionInfo.GetInvolvedObject
- uid: System.Func{{T},System.Boolean}
commentId: T:System.Func{``0,System.Boolean}
parent: System
definition: System.Func`2
name: Func<T, Boolean>
nameWithType: Func<T, Boolean>
fullName: System.Func<T, System.Boolean>
nameWithType.vb: Func(Of T, Boolean)
fullName.vb: System.Func(Of T, System.Boolean)
name.vb: Func(Of T, Boolean)
spec.csharp:
- uid: System.Func`2
name: Func
nameWithType: Func
fullName: System.Func
isExternal: true
- name: <
nameWithType: <
fullName: <
- name: T
nameWithType: T
fullName: T
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Boolean
name: Boolean
nameWithType: Boolean
fullName: System.Boolean
isExternal: true
- name: '>'
nameWithType: '>'
fullName: '>'
spec.vb:
- uid: System.Func`2
name: Func
nameWithType: Func
fullName: System.Func
isExternal: true
- name: '(Of '
nameWithType: '(Of '
fullName: '(Of '
- name: T
nameWithType: T
fullName: T
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Boolean
name: Boolean
nameWithType: Boolean
fullName: System.Boolean
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: System.Func`2
commentId: T:System.Func`2
isExternal: true
name: Func<T, TResult>
nameWithType: Func<T, TResult>
fullName: System.Func<T, TResult>
nameWithType.vb: Func(Of T, TResult)
fullName.vb: System.Func(Of T, TResult)
name.vb: Func(Of T, TResult)
spec.csharp:
- uid: System.Func`2
name: Func
nameWithType: Func
fullName: System.Func
isExternal: true
- name: <
nameWithType: <
fullName: <
- name: T
nameWithType: T
fullName: T
- name: ', '
nameWithType: ', '
fullName: ', '
- name: TResult
nameWithType: TResult
fullName: TResult
- name: '>'
nameWithType: '>'
fullName: '>'
spec.vb:
- uid: System.Func`2
name: Func
nameWithType: Func
fullName: System.Func
isExternal: true
- name: '(Of '
nameWithType: '(Of '
fullName: '(Of '
- name: T
nameWithType: T
fullName: T
- name: ', '
nameWithType: ', '
fullName: ', '
- name: TResult
nameWithType: TResult
fullName: TResult
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Actions.ActionInfo.GetInvolvedActionSpot*
commentId: Overload:TinyLife.Actions.ActionInfo.GetInvolvedActionSpot
name: GetInvolvedActionSpot

View file

@ -21,10 +21,10 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: AiSettings
path: Actions/ActionType.cs
startLine: 317
startLine: 319
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -63,10 +63,10 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: SolvedNeeds
path: Actions/ActionType.cs
startLine: 324
startLine: 326
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -96,10 +96,10 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: PassivePriority
path: Actions/ActionType.cs
startLine: 331
startLine: 333
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -129,10 +129,10 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: CanDoRandomly
path: Actions/ActionType.cs
startLine: 338
startLine: 340
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -162,10 +162,10 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: CanDoAtAnyPoint
path: Actions/ActionType.cs
startLine: 345
startLine: 347
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -195,10 +195,10 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: NeedsFreeActionSpot
path: Actions/ActionType.cs
startLine: 351
startLine: 353
assemblies:
- Tiny Life
namespace: TinyLife.Actions

View file

@ -16,10 +16,10 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: CanExecuteDelegate
path: Actions/ActionType.cs
startLine: 178
startLine: 180
assemblies:
- Tiny Life
namespace: TinyLife.Actions

View file

@ -37,10 +37,10 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: CanExecuteResult
path: Actions/ActionType.cs
startLine: 358
startLine: 360
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -73,10 +73,10 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Hidden
path: Actions/ActionType.cs
startLine: 363
startLine: 365
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -107,10 +107,10 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Valid
path: Actions/ActionType.cs
startLine: 367
startLine: 369
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -141,10 +141,10 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: HoldingItem
path: Actions/ActionType.cs
startLine: 371
startLine: 373
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -175,14 +175,14 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: NoSpace
path: Actions/ActionType.cs
startLine: 375
startLine: 377
assemblies:
- Tiny Life
namespace: TinyLife.Actions
summary: "\nA result that should be returned when the <xref href=\"TinyLife.Objects.Furniture\" data-throw-if-not-resolved=\"false\"></xref> in question has no space for an item\n"
summary: "\nA result that should be returned when the <xref href=\"TinyLife.Objects.Furniture\" data-throw-if-not-resolved=\"false\"></xref> in question has no space for an item or <xref href=\"TinyLife.Objects.Person\" data-throw-if-not-resolved=\"false\"></xref>\n"
example: []
syntax:
content: NoSpace = 3
@ -209,10 +209,10 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: NoChair
path: Actions/ActionType.cs
startLine: 379
startLine: 381
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -243,10 +243,10 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: NotEnoughMoney
path: Actions/ActionType.cs
startLine: 383
startLine: 385
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -277,10 +277,10 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: NotEnoughSkill
path: Actions/ActionType.cs
startLine: 387
startLine: 389
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -311,10 +311,10 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: TooFar
path: Actions/ActionType.cs
startLine: 391
startLine: 393
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -345,10 +345,10 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: NotYours
path: Actions/ActionType.cs
startLine: 395
startLine: 397
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -379,10 +379,10 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: TooUncomfortable
path: Actions/ActionType.cs
startLine: 399
startLine: 401
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -413,10 +413,10 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: TooEmbarrassed
path: Actions/ActionType.cs
startLine: 403
startLine: 405
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -447,10 +447,10 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: TooSad
path: Actions/ActionType.cs
startLine: 407
startLine: 409
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -481,10 +481,10 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: WrongRelationshipType
path: Actions/ActionType.cs
startLine: 411
startLine: 413
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -515,10 +515,10 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: ObjectBroken
path: Actions/ActionType.cs
startLine: 415
startLine: 417
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -549,10 +549,10 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: NoMatchingObjectAround
path: Actions/ActionType.cs
startLine: 419
startLine: 421
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -583,10 +583,10 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: UtilitiesDisabled
path: Actions/ActionType.cs
startLine: 423
startLine: 425
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -617,10 +617,10 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Expired
path: Actions/ActionType.cs
startLine: 427
startLine: 429
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -651,10 +651,10 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: BlockedByEmotionModifier
path: Actions/ActionType.cs
startLine: 431
startLine: 433
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -685,10 +685,10 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: WaitingRequired
path: Actions/ActionType.cs
startLine: 435
startLine: 437
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -719,10 +719,10 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: TooStunned
path: Actions/ActionType.cs
startLine: 439
startLine: 441
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -753,10 +753,10 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: AlreadyDone
path: Actions/ActionType.cs
startLine: 443
startLine: 445
assemblies:
- Tiny Life
namespace: TinyLife.Actions

View file

@ -37,10 +37,10 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: TypeSettings
path: Actions/ActionType.cs
startLine: 183
startLine: 185
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -62,8 +62,6 @@ items:
- System.Object.ReferenceEquals(System.Object,System.Object)
extensionMethods:
- TinyLife.Actions.ActionType.TypeSettings.TinyLife.Utilities.Extensions.JsonCopy``1
- MLEM.Misc.IGenericDataHolder.TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
- MLEM.Misc.IGenericDataHolder.TinyLife.Utilities.Extensions.SetTimeSpan(System.String,System.TimeSpan)
modifiers.csharp:
- public
- struct
@ -85,10 +83,10 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Name
path: Actions/ActionType.cs
startLine: 188
startLine: 190
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -118,10 +116,10 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: NameWithoutCategory
path: Actions/ActionType.cs
startLine: 193
startLine: 195
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -156,10 +154,10 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Categories
path: Actions/ActionType.cs
startLine: 198
startLine: 200
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -194,10 +192,10 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Texture
path: Actions/ActionType.cs
startLine: 203
startLine: 205
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -227,10 +225,10 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Context
path: Actions/ActionType.cs
startLine: 208
startLine: 210
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -260,10 +258,10 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: CanExecute
path: Actions/ActionType.cs
startLine: 214
startLine: 216
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -293,10 +291,10 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: ConstructedType
path: Actions/ActionType.cs
startLine: 219
startLine: 221
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -326,10 +324,10 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: ConstructorArguments
path: Actions/ActionType.cs
startLine: 224
startLine: 226
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -359,10 +357,10 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Varieties
path: Actions/ActionType.cs
startLine: 232
startLine: 234
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -392,10 +390,10 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Ai
path: Actions/ActionType.cs
startLine: 237
startLine: 239
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -425,10 +423,10 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: IsInappropriateElsewhere
path: Actions/ActionType.cs
startLine: 242
startLine: 244
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -458,10 +456,10 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: IconName
path: Actions/ActionType.cs
startLine: 248
startLine: 250
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -491,10 +489,10 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetDisplayName
path: Actions/ActionType.cs
startLine: 254
startLine: 256
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -524,10 +522,10 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: RequiredSkill
path: Actions/ActionType.cs
startLine: 260
startLine: 262
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -557,10 +555,10 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: RequiredAges
path: Actions/ActionType.cs
startLine: 264
startLine: 266
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -590,10 +588,10 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: RequiredEmotion
path: Actions/ActionType.cs
startLine: 269
startLine: 271
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -623,10 +621,10 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: RequiredPersonality
path: Actions/ActionType.cs
startLine: 274
startLine: 276
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -656,10 +654,10 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: .ctor
path: Actions/ActionType.cs
startLine: 284
startLine: 286
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -698,10 +696,10 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: SetData
path: Actions/ActionType.cs
startLine: 295
startLine: 297
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -736,10 +734,10 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetData
path: Actions/ActionType.cs
startLine: 301
startLine: 303
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -779,10 +777,10 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetDataKeys
path: Actions/ActionType.cs
startLine: 306
startLine: 308
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -1098,100 +1096,6 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: MLEM.Misc.IGenericDataHolder.TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
commentId: M:TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
name: GetTimeSpan(String)
nameWithType: Extensions.GetTimeSpan(String)
fullName: TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
name: GetTimeSpan
nameWithType: Extensions.GetTimeSpan
fullName: TinyLife.Utilities.Extensions.GetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
name: GetTimeSpan
nameWithType: Extensions.GetTimeSpan
fullName: TinyLife.Utilities.Extensions.GetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: MLEM.Misc.IGenericDataHolder.TinyLife.Utilities.Extensions.SetTimeSpan(System.String,System.TimeSpan)
commentId: M:TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
name: SetTimeSpan(String, TimeSpan)
nameWithType: Extensions.SetTimeSpan(String, TimeSpan)
fullName: TinyLife.Utilities.Extensions.SetTimeSpan(System.String, System.TimeSpan)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(System.String,System.TimeSpan)
name: SetTimeSpan
nameWithType: Extensions.SetTimeSpan
fullName: TinyLife.Utilities.Extensions.SetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.TimeSpan
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(System.String,System.TimeSpan)
name: SetTimeSpan
nameWithType: Extensions.SetTimeSpan
fullName: TinyLife.Utilities.Extensions.SetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.TimeSpan
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: MLEM.Misc
commentId: N:MLEM.Misc
isExternal: true
@ -1254,130 +1158,6 @@ references:
name: Extensions
nameWithType: Extensions
fullName: TinyLife.Utilities.Extensions
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
commentId: M:TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
isExternal: true
name: GetTimeSpan(IGenericDataHolder, String)
nameWithType: Extensions.GetTimeSpan(IGenericDataHolder, String)
fullName: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder, System.String)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
name: GetTimeSpan
nameWithType: Extensions.GetTimeSpan
fullName: TinyLife.Utilities.Extensions.GetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: MLEM.Misc.IGenericDataHolder
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
name: GetTimeSpan
nameWithType: Extensions.GetTimeSpan
fullName: TinyLife.Utilities.Extensions.GetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: MLEM.Misc.IGenericDataHolder
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
commentId: M:TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
isExternal: true
name: SetTimeSpan(IGenericDataHolder, String, TimeSpan)
nameWithType: Extensions.SetTimeSpan(IGenericDataHolder, String, TimeSpan)
fullName: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder, System.String, System.TimeSpan)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
name: SetTimeSpan
nameWithType: Extensions.SetTimeSpan
fullName: TinyLife.Utilities.Extensions.SetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: MLEM.Misc.IGenericDataHolder
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.TimeSpan
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
name: SetTimeSpan
nameWithType: Extensions.SetTimeSpan
fullName: TinyLife.Utilities.Extensions.SetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: MLEM.Misc.IGenericDataHolder
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.TimeSpan
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: System
commentId: N:System
isExternal: true

File diff suppressed because it is too large Load diff

View file

@ -31,7 +31,7 @@ items:
remote:
path: TinyLife/Actions/ActionVariety.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: ActionVariety
path: Actions/ActionVariety.cs
startLine: 16
@ -56,8 +56,6 @@ items:
- System.Object.ReferenceEquals(System.Object,System.Object)
extensionMethods:
- TinyLife.Actions.ActionVariety.TinyLife.Utilities.Extensions.JsonCopy``1
- MLEM.Misc.IGenericDataHolder.TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
- MLEM.Misc.IGenericDataHolder.TinyLife.Utilities.Extensions.SetTimeSpan(System.String,System.TimeSpan)
modifiers.csharp:
- public
- struct
@ -79,7 +77,7 @@ items:
remote:
path: TinyLife/Actions/ActionVariety.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Name
path: Actions/ActionVariety.cs
startLine: 21
@ -112,20 +110,20 @@ items:
remote:
path: TinyLife/Actions/ActionVariety.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: PassivePriority
path: Actions/ActionVariety.cs
startLine: 26
startLine: 27
assemblies:
- Tiny Life
namespace: TinyLife.Actions
summary: "\nA function that returns the passive priority of this action variety.\nThis is an extension of <xref href=\"TinyLife.Actions.ActionType.AiSettings.PassivePriority\" data-throw-if-not-resolved=\"false\"></xref>\n"
summary: "\nA function that returns the passive priority of this action variety.\nIf this function is null or returns 0, <xref href=\"TinyLife.Actions.ActionVariety.GetPassivePriority(TinyLife.Objects.Person)\" data-throw-if-not-resolved=\"false\"></xref> will also return 0, which causes this variety not to be chosen by the AI.\nThis is an extension of <xref href=\"TinyLife.Actions.ActionType.AiSettings.PassivePriority\" data-throw-if-not-resolved=\"false\"></xref>\n"
example: []
syntax:
content: public Func<Person, int> PassivePriority
content: public Func<Person, float> PassivePriority
return:
type: System.Func{TinyLife.Objects.Person,System.Int32}
content.vb: Public PassivePriority As Func(Of Person, Integer)
type: System.Func{TinyLife.Objects.Person,System.Single}
content.vb: Public PassivePriority As Func(Of Person, Single)
modifiers.csharp:
- public
modifiers.vb:
@ -145,10 +143,10 @@ items:
remote:
path: TinyLife/Actions/ActionVariety.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: CanExecute
path: Actions/ActionVariety.cs
startLine: 32
startLine: 33
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -178,10 +176,10 @@ items:
remote:
path: TinyLife/Actions/ActionVariety.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: DisplayName
path: Actions/ActionVariety.cs
startLine: 37
startLine: 38
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -211,10 +209,10 @@ items:
remote:
path: TinyLife/Actions/ActionVariety.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Description
path: Actions/ActionVariety.cs
startLine: 42
startLine: 43
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -244,10 +242,10 @@ items:
remote:
path: TinyLife/Actions/ActionVariety.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: CustomLayout
path: Actions/ActionVariety.cs
startLine: 48
startLine: 49
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -277,10 +275,10 @@ items:
remote:
path: TinyLife/Actions/ActionVariety.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: .ctor
path: Actions/ActionVariety.cs
startLine: 56
startLine: 57
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -313,10 +311,10 @@ items:
remote:
path: TinyLife/Actions/ActionVariety.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetDisplayName
path: Actions/ActionVariety.cs
startLine: 64
startLine: 65
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -348,10 +346,10 @@ items:
remote:
path: TinyLife/Actions/ActionVariety.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: CanBeExecuted
path: Actions/ActionVariety.cs
startLine: 75
startLine: 76
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -390,25 +388,25 @@ items:
remote:
path: TinyLife/Actions/ActionVariety.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetPassivePriority
path: Actions/ActionVariety.cs
startLine: 91
startLine: 92
assemblies:
- Tiny Life
namespace: TinyLife.Actions
summary: "\nReturns the passive priority of this action variety, which is based on <xref href=\"TinyLife.Actions.ActionVariety.PassivePriority\" data-throw-if-not-resolved=\"false\"></xref>\n"
example: []
syntax:
content: public int GetPassivePriority(Person person)
content: public float GetPassivePriority(Person person)
parameters:
- id: person
type: TinyLife.Objects.Person
description: The person for whom to return the passive priority
return:
type: System.Int32
type: System.Single
description: The passive priority of this action variety
content.vb: Public Function GetPassivePriority(person As Person) As Integer
content.vb: Public Function GetPassivePriority(person As Person) As Single
overload: TinyLife.Actions.ActionVariety.GetPassivePriority*
modifiers.csharp:
- public
@ -429,10 +427,10 @@ items:
remote:
path: TinyLife/Actions/ActionVariety.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: SetData
path: Actions/ActionVariety.cs
startLine: 96
startLine: 97
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -467,10 +465,10 @@ items:
remote:
path: TinyLife/Actions/ActionVariety.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetData
path: Actions/ActionVariety.cs
startLine: 102
startLine: 103
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -510,10 +508,10 @@ items:
remote:
path: TinyLife/Actions/ActionVariety.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetDataKeys
path: Actions/ActionVariety.cs
startLine: 107
startLine: 108
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -545,10 +543,10 @@ items:
remote:
path: TinyLife/Actions/ActionVariety.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: ImageLayout
path: Actions/ActionVariety.cs
startLine: 121
startLine: 122
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -592,10 +590,10 @@ items:
remote:
path: TinyLife/Actions/ActionVariety.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: PortraitLayout
path: Actions/ActionVariety.cs
startLine: 140
startLine: 141
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -920,100 +918,6 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: MLEM.Misc.IGenericDataHolder.TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
commentId: M:TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
name: GetTimeSpan(String)
nameWithType: Extensions.GetTimeSpan(String)
fullName: TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
name: GetTimeSpan
nameWithType: Extensions.GetTimeSpan
fullName: TinyLife.Utilities.Extensions.GetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
name: GetTimeSpan
nameWithType: Extensions.GetTimeSpan
fullName: TinyLife.Utilities.Extensions.GetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: MLEM.Misc.IGenericDataHolder.TinyLife.Utilities.Extensions.SetTimeSpan(System.String,System.TimeSpan)
commentId: M:TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
name: SetTimeSpan(String, TimeSpan)
nameWithType: Extensions.SetTimeSpan(String, TimeSpan)
fullName: TinyLife.Utilities.Extensions.SetTimeSpan(System.String, System.TimeSpan)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(System.String,System.TimeSpan)
name: SetTimeSpan
nameWithType: Extensions.SetTimeSpan
fullName: TinyLife.Utilities.Extensions.SetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.TimeSpan
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(System.String,System.TimeSpan)
name: SetTimeSpan
nameWithType: Extensions.SetTimeSpan
fullName: TinyLife.Utilities.Extensions.SetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.TimeSpan
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: MLEM.Misc
commentId: N:MLEM.Misc
isExternal: true
@ -1076,130 +980,6 @@ references:
name: Extensions
nameWithType: Extensions
fullName: TinyLife.Utilities.Extensions
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
commentId: M:TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
isExternal: true
name: GetTimeSpan(IGenericDataHolder, String)
nameWithType: Extensions.GetTimeSpan(IGenericDataHolder, String)
fullName: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder, System.String)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
name: GetTimeSpan
nameWithType: Extensions.GetTimeSpan
fullName: TinyLife.Utilities.Extensions.GetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: MLEM.Misc.IGenericDataHolder
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
name: GetTimeSpan
nameWithType: Extensions.GetTimeSpan
fullName: TinyLife.Utilities.Extensions.GetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: MLEM.Misc.IGenericDataHolder
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
commentId: M:TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
isExternal: true
name: SetTimeSpan(IGenericDataHolder, String, TimeSpan)
nameWithType: Extensions.SetTimeSpan(IGenericDataHolder, String, TimeSpan)
fullName: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder, System.String, System.TimeSpan)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
name: SetTimeSpan
nameWithType: Extensions.SetTimeSpan
fullName: TinyLife.Utilities.Extensions.SetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: MLEM.Misc.IGenericDataHolder
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.TimeSpan
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
name: SetTimeSpan
nameWithType: Extensions.SetTimeSpan
fullName: TinyLife.Utilities.Extensions.SetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: MLEM.Misc.IGenericDataHolder
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.TimeSpan
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: System
commentId: N:System
isExternal: true
@ -1218,19 +998,22 @@ references:
name: String
nameWithType: String
fullName: System.String
- uid: TinyLife.Actions.ActionVariety.GetPassivePriority(TinyLife.Objects.Person)
commentId: M:TinyLife.Actions.ActionVariety.GetPassivePriority(TinyLife.Objects.Person)
isExternal: true
- uid: TinyLife.Actions.ActionType.AiSettings.PassivePriority
commentId: F:TinyLife.Actions.ActionType.AiSettings.PassivePriority
isExternal: true
- uid: System.Func{TinyLife.Objects.Person,System.Int32}
commentId: T:System.Func{TinyLife.Objects.Person,System.Int32}
- uid: System.Func{TinyLife.Objects.Person,System.Single}
commentId: T:System.Func{TinyLife.Objects.Person,System.Single}
parent: System
definition: System.Func`2
name: Func<Person, Int32>
nameWithType: Func<Person, Int32>
fullName: System.Func<TinyLife.Objects.Person, System.Int32>
nameWithType.vb: Func(Of Person, Int32)
fullName.vb: System.Func(Of TinyLife.Objects.Person, System.Int32)
name.vb: Func(Of Person, Int32)
name: Func<Person, Single>
nameWithType: Func<Person, Single>
fullName: System.Func<TinyLife.Objects.Person, System.Single>
nameWithType.vb: Func(Of Person, Single)
fullName.vb: System.Func(Of TinyLife.Objects.Person, System.Single)
name.vb: Func(Of Person, Single)
spec.csharp:
- uid: System.Func`2
name: Func
@ -1247,10 +1030,10 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Int32
name: Int32
nameWithType: Int32
fullName: System.Int32
- uid: System.Single
name: Single
nameWithType: Single
fullName: System.Single
isExternal: true
- name: '>'
nameWithType: '>'
@ -1271,10 +1054,10 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Int32
name: Int32
nameWithType: Int32
fullName: System.Int32
- uid: System.Single
name: Single
nameWithType: Single
fullName: System.Single
isExternal: true
- name: )
nameWithType: )
@ -1584,13 +1367,13 @@ references:
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- uid: System.Int32
commentId: T:System.Int32
- uid: System.Single
commentId: T:System.Single
parent: System
isExternal: true
name: Int32
nameWithType: Int32
fullName: System.Int32
name: Single
nameWithType: Single
fullName: System.Single
- uid: TinyLife.Objects
commentId: N:TinyLife.Objects
name: TinyLife.Objects
@ -1863,13 +1646,6 @@ references:
name: ImageLayout
nameWithType: ActionVariety.ImageLayout
fullName: TinyLife.Actions.ActionVariety.ImageLayout
- uid: System.Single
commentId: T:System.Single
parent: System
isExternal: true
name: Single
nameWithType: Single
fullName: System.Single
- uid: MLEM.Misc.Padding
commentId: T:MLEM.Misc.Padding
parent: MLEM.Misc

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,960 @@
### YamlMime:ManagedReference
items:
- uid: TinyLife.Actions.Behaviors.ComputerBehavior
commentId: T:TinyLife.Actions.Behaviors.ComputerBehavior
id: ComputerBehavior
parent: TinyLife.Actions.Behaviors
children:
- TinyLife.Actions.Behaviors.ComputerBehavior.#ctor(TinyLife.Actions.Action,System.String)
- TinyLife.Actions.Behaviors.ComputerBehavior.Initialize
- TinyLife.Actions.Behaviors.ComputerBehavior.OnCompleted(TinyLife.Actions.CompletionType)
- TinyLife.Actions.Behaviors.ComputerBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
langs:
- csharp
- vb
name: ComputerBehavior
nameWithType: ComputerBehavior
fullName: TinyLife.Actions.Behaviors.ComputerBehavior
type: Class
source:
remote:
path: TinyLife/Actions/Behaviors/ComputerBehavior.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: ComputerBehavior
path: Actions/Behaviors/ComputerBehavior.cs
startLine: 10
assemblies:
- Tiny Life
namespace: TinyLife.Actions.Behaviors
summary: "\nA computer behavior is a <xref href=\"TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior\" data-throw-if-not-resolved=\"false\"></xref> that is executed at a computer.\nUsing this behavior automatically turns the computer on (<xref href=\"TinyLife.Objects.ScreenObject.TurnOn(System.String)\" data-throw-if-not-resolved=\"false\"></xref>) and plays a typing sound.\n"
example: []
syntax:
content: 'public class ComputerBehavior : WorkAtDeskObjectBehavior'
content.vb: >-
Public Class ComputerBehavior
Inherits WorkAtDeskObjectBehavior
inheritance:
- System.Object
- TinyLife.Actions.Behaviors.ActionBehavior
- TinyLife.Actions.Behaviors.MultiActionBehavior
- TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior
inheritedMembers:
- TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.CreateFirstActions
- TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.GetNextAction(TinyLife.Actions.CompletionType)
- TinyLife.Actions.Behaviors.ActionBehavior.Action
- TinyLife.Actions.Behaviors.ActionBehavior.GetIconObject
- TinyLife.Actions.Behaviors.ActionBehavior.CreateDefaultInstance``1(TinyLife.Actions.Action)
- System.Object.Equals(System.Object)
- System.Object.Equals(System.Object,System.Object)
- System.Object.GetHashCode
- System.Object.GetType
- System.Object.MemberwiseClone
- System.Object.ReferenceEquals(System.Object,System.Object)
- System.Object.ToString
extensionMethods:
- TinyLife.Actions.Behaviors.ComputerBehavior.TinyLife.Utilities.Extensions.JsonCopy``1
modifiers.csharp:
- public
- class
modifiers.vb:
- Public
- Class
- uid: TinyLife.Actions.Behaviors.ComputerBehavior.#ctor(TinyLife.Actions.Action,System.String)
commentId: M:TinyLife.Actions.Behaviors.ComputerBehavior.#ctor(TinyLife.Actions.Action,System.String)
id: '#ctor(TinyLife.Actions.Action,System.String)'
parent: TinyLife.Actions.Behaviors.ComputerBehavior
langs:
- csharp
- vb
name: ComputerBehavior(Action, String)
nameWithType: ComputerBehavior.ComputerBehavior(Action, String)
fullName: TinyLife.Actions.Behaviors.ComputerBehavior.ComputerBehavior(TinyLife.Actions.Action, System.String)
type: Constructor
source:
remote:
path: TinyLife/Actions/Behaviors/ComputerBehavior.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: .ctor
path: Actions/Behaviors/ComputerBehavior.cs
startLine: 16
assemblies:
- Tiny Life
namespace: TinyLife.Actions.Behaviors
example: []
syntax:
content: public ComputerBehavior(Action action, string screenContent)
parameters:
- id: action
type: TinyLife.Actions.Action
- id: screenContent
type: System.String
content.vb: Public Sub New(action As Action, screenContent As String)
overload: TinyLife.Actions.Behaviors.ComputerBehavior.#ctor*
modifiers.csharp:
- public
modifiers.vb:
- Public
- uid: TinyLife.Actions.Behaviors.ComputerBehavior.Initialize
commentId: M:TinyLife.Actions.Behaviors.ComputerBehavior.Initialize
id: Initialize
parent: TinyLife.Actions.Behaviors.ComputerBehavior
langs:
- csharp
- vb
name: Initialize()
nameWithType: ComputerBehavior.Initialize()
fullName: TinyLife.Actions.Behaviors.ComputerBehavior.Initialize()
type: Method
source:
remote:
path: TinyLife/Actions/Behaviors/ComputerBehavior.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Initialize
path: Actions/Behaviors/ComputerBehavior.cs
startLine: 21
assemblies:
- Tiny Life
namespace: TinyLife.Actions.Behaviors
summary: "\nInitializes this action behavior.\nThis method is automatically called when using <xref href=\"TinyLife.Actions.BehaviorMultiAction%601\" data-throw-if-not-resolved=\"false\"></xref> in <xref href=\"TinyLife.Actions.MultiAction.AndThenInitialize\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: []
syntax:
content: public override void Initialize()
content.vb: Public Overrides Sub Initialize
overridden: TinyLife.Actions.Behaviors.ActionBehavior.Initialize
overload: TinyLife.Actions.Behaviors.ComputerBehavior.Initialize*
modifiers.csharp:
- public
- override
modifiers.vb:
- Public
- Overrides
- uid: TinyLife.Actions.Behaviors.ComputerBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
commentId: M:TinyLife.Actions.Behaviors.ComputerBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
parent: TinyLife.Actions.Behaviors.ComputerBehavior
langs:
- csharp
- vb
name: Update(GameTime, TimeSpan, GameSpeed)
nameWithType: ComputerBehavior.Update(GameTime, TimeSpan, GameSpeed)
fullName: TinyLife.Actions.Behaviors.ComputerBehavior.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed)
type: Method
source:
remote:
path: TinyLife/Actions/Behaviors/ComputerBehavior.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Update
path: Actions/Behaviors/ComputerBehavior.cs
startLine: 26
assemblies:
- Tiny Life
namespace: TinyLife.Actions.Behaviors
summary: "\nUpdates this action behavior every update frame.\nThis method is automatically called when using <xref href=\"TinyLife.Actions.BehaviorMultiAction%601\" data-throw-if-not-resolved=\"false\"></xref> in <xref href=\"TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cTinyLife.GameSpeed)\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: []
syntax:
content: public override void Update(GameTime time, TimeSpan passedInGame, GameSpeed speed)
parameters:
- id: time
type: Microsoft.Xna.Framework.GameTime
description: The game time
- id: passedInGame
type: System.TimeSpan
description: The amount of time that has passed since the last update frame
- id: speed
type: TinyLife.GameSpeed
description: The game speed
content.vb: Public Overrides Sub Update(time As GameTime, passedInGame As TimeSpan, speed As GameSpeed)
overridden: TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
overload: TinyLife.Actions.Behaviors.ComputerBehavior.Update*
modifiers.csharp:
- public
- override
modifiers.vb:
- Public
- Overrides
- uid: TinyLife.Actions.Behaviors.ComputerBehavior.OnCompleted(TinyLife.Actions.CompletionType)
commentId: M:TinyLife.Actions.Behaviors.ComputerBehavior.OnCompleted(TinyLife.Actions.CompletionType)
id: OnCompleted(TinyLife.Actions.CompletionType)
parent: TinyLife.Actions.Behaviors.ComputerBehavior
langs:
- csharp
- vb
name: OnCompleted(CompletionType)
nameWithType: ComputerBehavior.OnCompleted(CompletionType)
fullName: TinyLife.Actions.Behaviors.ComputerBehavior.OnCompleted(TinyLife.Actions.CompletionType)
type: Method
source:
remote:
path: TinyLife/Actions/Behaviors/ComputerBehavior.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: OnCompleted
path: Actions/Behaviors/ComputerBehavior.cs
startLine: 34
assemblies:
- Tiny Life
namespace: TinyLife.Actions.Behaviors
summary: "\nCauses any activities that this action behavior executes to be marked as completed.\nThis method is automatically called when using <xref href=\"TinyLife.Actions.BehaviorMultiAction%601\" data-throw-if-not-resolved=\"false\"></xref> in <xref href=\"TinyLife.Actions.Typeless.TypelessAction.OnCompleted(TinyLife.Actions.CompletionType)\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: []
syntax:
content: public override void OnCompleted(CompletionType completion)
parameters:
- id: completion
type: TinyLife.Actions.CompletionType
description: ''
content.vb: Public Overrides Sub OnCompleted(completion As CompletionType)
overridden: TinyLife.Actions.Behaviors.ActionBehavior.OnCompleted(TinyLife.Actions.CompletionType)
overload: TinyLife.Actions.Behaviors.ComputerBehavior.OnCompleted*
modifiers.csharp:
- public
- override
modifiers.vb:
- Public
- Overrides
references:
- uid: TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior
commentId: T:TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior
parent: TinyLife.Actions.Behaviors
name: WorkAtDeskObjectBehavior
nameWithType: WorkAtDeskObjectBehavior
fullName: TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior
- uid: TinyLife.Objects.ScreenObject.TurnOn(System.String)
commentId: M:TinyLife.Objects.ScreenObject.TurnOn(System.String)
isExternal: true
- uid: TinyLife.Actions.Behaviors
commentId: N:TinyLife.Actions.Behaviors
name: TinyLife.Actions.Behaviors
nameWithType: TinyLife.Actions.Behaviors
fullName: TinyLife.Actions.Behaviors
- uid: System.Object
commentId: T:System.Object
parent: System
isExternal: true
name: Object
nameWithType: Object
fullName: System.Object
- uid: TinyLife.Actions.Behaviors.ActionBehavior
commentId: T:TinyLife.Actions.Behaviors.ActionBehavior
parent: TinyLife.Actions.Behaviors
name: ActionBehavior
nameWithType: ActionBehavior
fullName: TinyLife.Actions.Behaviors.ActionBehavior
- uid: TinyLife.Actions.Behaviors.MultiActionBehavior
commentId: T:TinyLife.Actions.Behaviors.MultiActionBehavior
parent: TinyLife.Actions.Behaviors
name: MultiActionBehavior
nameWithType: MultiActionBehavior
fullName: TinyLife.Actions.Behaviors.MultiActionBehavior
- uid: TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.CreateFirstActions
commentId: M:TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.CreateFirstActions
parent: TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior
name: CreateFirstActions()
nameWithType: WorkAtDeskObjectBehavior.CreateFirstActions()
fullName: TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.CreateFirstActions()
spec.csharp:
- uid: TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.CreateFirstActions
name: CreateFirstActions
nameWithType: WorkAtDeskObjectBehavior.CreateFirstActions
fullName: TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.CreateFirstActions
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.CreateFirstActions
name: CreateFirstActions
nameWithType: WorkAtDeskObjectBehavior.CreateFirstActions
fullName: TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.CreateFirstActions
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.GetNextAction(TinyLife.Actions.CompletionType)
commentId: M:TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.GetNextAction(TinyLife.Actions.CompletionType)
parent: TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior
name: GetNextAction(CompletionType)
nameWithType: WorkAtDeskObjectBehavior.GetNextAction(CompletionType)
fullName: TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.GetNextAction(TinyLife.Actions.CompletionType)
spec.csharp:
- uid: TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.GetNextAction(TinyLife.Actions.CompletionType)
name: GetNextAction
nameWithType: WorkAtDeskObjectBehavior.GetNextAction
fullName: TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.GetNextAction
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Actions.CompletionType
name: CompletionType
nameWithType: CompletionType
fullName: TinyLife.Actions.CompletionType
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.GetNextAction(TinyLife.Actions.CompletionType)
name: GetNextAction
nameWithType: WorkAtDeskObjectBehavior.GetNextAction
fullName: TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.GetNextAction
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Actions.CompletionType
name: CompletionType
nameWithType: CompletionType
fullName: TinyLife.Actions.CompletionType
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Actions.Behaviors.ActionBehavior.Action
commentId: F:TinyLife.Actions.Behaviors.ActionBehavior.Action
parent: TinyLife.Actions.Behaviors.ActionBehavior
name: Action
nameWithType: ActionBehavior.Action
fullName: TinyLife.Actions.Behaviors.ActionBehavior.Action
- uid: TinyLife.Actions.Behaviors.ActionBehavior.GetIconObject
commentId: M:TinyLife.Actions.Behaviors.ActionBehavior.GetIconObject
parent: TinyLife.Actions.Behaviors.ActionBehavior
name: GetIconObject()
nameWithType: ActionBehavior.GetIconObject()
fullName: TinyLife.Actions.Behaviors.ActionBehavior.GetIconObject()
spec.csharp:
- uid: TinyLife.Actions.Behaviors.ActionBehavior.GetIconObject
name: GetIconObject
nameWithType: ActionBehavior.GetIconObject
fullName: TinyLife.Actions.Behaviors.ActionBehavior.GetIconObject
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Actions.Behaviors.ActionBehavior.GetIconObject
name: GetIconObject
nameWithType: ActionBehavior.GetIconObject
fullName: TinyLife.Actions.Behaviors.ActionBehavior.GetIconObject
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Actions.Behaviors.ActionBehavior.CreateDefaultInstance``1(TinyLife.Actions.Action)
commentId: M:TinyLife.Actions.Behaviors.ActionBehavior.CreateDefaultInstance``1(TinyLife.Actions.Action)
parent: TinyLife.Actions.Behaviors.ActionBehavior
name: CreateDefaultInstance<T>(Action)
nameWithType: ActionBehavior.CreateDefaultInstance<T>(Action)
fullName: TinyLife.Actions.Behaviors.ActionBehavior.CreateDefaultInstance<T>(TinyLife.Actions.Action)
nameWithType.vb: ActionBehavior.CreateDefaultInstance(Of T)(Action)
fullName.vb: TinyLife.Actions.Behaviors.ActionBehavior.CreateDefaultInstance(Of T)(TinyLife.Actions.Action)
name.vb: CreateDefaultInstance(Of T)(Action)
spec.csharp:
- uid: TinyLife.Actions.Behaviors.ActionBehavior.CreateDefaultInstance``1(TinyLife.Actions.Action)
name: CreateDefaultInstance<T>
nameWithType: ActionBehavior.CreateDefaultInstance<T>
fullName: TinyLife.Actions.Behaviors.ActionBehavior.CreateDefaultInstance<T>
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Actions.Action
name: Action
nameWithType: Action
fullName: TinyLife.Actions.Action
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Actions.Behaviors.ActionBehavior.CreateDefaultInstance``1(TinyLife.Actions.Action)
name: CreateDefaultInstance(Of T)
nameWithType: ActionBehavior.CreateDefaultInstance(Of T)
fullName: TinyLife.Actions.Behaviors.ActionBehavior.CreateDefaultInstance(Of T)
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Actions.Action
name: Action
nameWithType: Action
fullName: TinyLife.Actions.Action
- name: )
nameWithType: )
fullName: )
- uid: System.Object.Equals(System.Object)
commentId: M:System.Object.Equals(System.Object)
parent: System.Object
isExternal: true
name: Equals(Object)
nameWithType: Object.Equals(Object)
fullName: System.Object.Equals(System.Object)
spec.csharp:
- uid: System.Object.Equals(System.Object)
name: Equals
nameWithType: Object.Equals
fullName: System.Object.Equals
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Object.Equals(System.Object)
name: Equals
nameWithType: Object.Equals
fullName: System.Object.Equals
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: System.Object.Equals(System.Object,System.Object)
commentId: M:System.Object.Equals(System.Object,System.Object)
parent: System.Object
isExternal: true
name: Equals(Object, Object)
nameWithType: Object.Equals(Object, Object)
fullName: System.Object.Equals(System.Object, System.Object)
spec.csharp:
- uid: System.Object.Equals(System.Object,System.Object)
name: Equals
nameWithType: Object.Equals
fullName: System.Object.Equals
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Object.Equals(System.Object,System.Object)
name: Equals
nameWithType: Object.Equals
fullName: System.Object.Equals
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: System.Object.GetHashCode
commentId: M:System.Object.GetHashCode
parent: System.Object
isExternal: true
name: GetHashCode()
nameWithType: Object.GetHashCode()
fullName: System.Object.GetHashCode()
spec.csharp:
- uid: System.Object.GetHashCode
name: GetHashCode
nameWithType: Object.GetHashCode
fullName: System.Object.GetHashCode
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Object.GetHashCode
name: GetHashCode
nameWithType: Object.GetHashCode
fullName: System.Object.GetHashCode
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: System.Object.GetType
commentId: M:System.Object.GetType
parent: System.Object
isExternal: true
name: GetType()
nameWithType: Object.GetType()
fullName: System.Object.GetType()
spec.csharp:
- uid: System.Object.GetType
name: GetType
nameWithType: Object.GetType
fullName: System.Object.GetType
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Object.GetType
name: GetType
nameWithType: Object.GetType
fullName: System.Object.GetType
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: System.Object.MemberwiseClone
commentId: M:System.Object.MemberwiseClone
parent: System.Object
isExternal: true
name: MemberwiseClone()
nameWithType: Object.MemberwiseClone()
fullName: System.Object.MemberwiseClone()
spec.csharp:
- uid: System.Object.MemberwiseClone
name: MemberwiseClone
nameWithType: Object.MemberwiseClone
fullName: System.Object.MemberwiseClone
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Object.MemberwiseClone
name: MemberwiseClone
nameWithType: Object.MemberwiseClone
fullName: System.Object.MemberwiseClone
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
commentId: M:System.Object.ReferenceEquals(System.Object,System.Object)
parent: System.Object
isExternal: true
name: ReferenceEquals(Object, Object)
nameWithType: Object.ReferenceEquals(Object, Object)
fullName: System.Object.ReferenceEquals(System.Object, System.Object)
spec.csharp:
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals
nameWithType: Object.ReferenceEquals
fullName: System.Object.ReferenceEquals
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals
nameWithType: Object.ReferenceEquals
fullName: System.Object.ReferenceEquals
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: System.Object.ToString
commentId: M:System.Object.ToString
parent: System.Object
isExternal: true
name: ToString()
nameWithType: Object.ToString()
fullName: System.Object.ToString()
spec.csharp:
- uid: System.Object.ToString
name: ToString
nameWithType: Object.ToString
fullName: System.Object.ToString
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Object.ToString
name: ToString
nameWithType: Object.ToString
fullName: System.Object.ToString
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Actions.Behaviors.ComputerBehavior.TinyLife.Utilities.Extensions.JsonCopy``1
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy<ComputerBehavior>()
nameWithType: Extensions.JsonCopy<ComputerBehavior>()
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Actions.Behaviors.ComputerBehavior>()
nameWithType.vb: Extensions.JsonCopy(Of ComputerBehavior)()
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Actions.Behaviors.ComputerBehavior)()
name.vb: JsonCopy(Of ComputerBehavior)()
spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1
name: JsonCopy<ComputerBehavior>
nameWithType: Extensions.JsonCopy<ComputerBehavior>
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Actions.Behaviors.ComputerBehavior>
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1
name: JsonCopy(Of ComputerBehavior)
nameWithType: Extensions.JsonCopy(Of ComputerBehavior)
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Actions.Behaviors.ComputerBehavior)
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: System
commentId: N:System
isExternal: true
name: System
nameWithType: System
fullName: System
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy<T>(T)
nameWithType: Extensions.JsonCopy<T>(T)
fullName: TinyLife.Utilities.Extensions.JsonCopy<T>(T)
nameWithType.vb: Extensions.JsonCopy(Of T)(T)
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of T)(T)
name.vb: JsonCopy(Of T)(T)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy<T>
nameWithType: Extensions.JsonCopy<T>
fullName: TinyLife.Utilities.Extensions.JsonCopy<T>
- name: (
nameWithType: (
fullName: (
- name: T
nameWithType: T
fullName: T
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy(Of T)
nameWithType: Extensions.JsonCopy(Of T)
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of T)
- name: (
nameWithType: (
fullName: (
- name: T
nameWithType: T
fullName: T
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Utilities.Extensions
commentId: T:TinyLife.Utilities.Extensions
parent: TinyLife.Utilities
name: Extensions
nameWithType: Extensions
fullName: TinyLife.Utilities.Extensions
- uid: TinyLife.Utilities
commentId: N:TinyLife.Utilities
name: TinyLife.Utilities
nameWithType: TinyLife.Utilities
fullName: TinyLife.Utilities
- uid: TinyLife.Actions.Behaviors.ComputerBehavior.#ctor*
commentId: Overload:TinyLife.Actions.Behaviors.ComputerBehavior.#ctor
name: ComputerBehavior
nameWithType: ComputerBehavior.ComputerBehavior
fullName: TinyLife.Actions.Behaviors.ComputerBehavior.ComputerBehavior
- uid: TinyLife.Actions.Action
commentId: T:TinyLife.Actions.Action
parent: TinyLife.Actions
name: Action
nameWithType: Action
fullName: TinyLife.Actions.Action
- uid: System.String
commentId: T:System.String
parent: System
isExternal: true
name: String
nameWithType: String
fullName: System.String
- uid: TinyLife.Actions
commentId: N:TinyLife.Actions
name: TinyLife.Actions
nameWithType: TinyLife.Actions
fullName: TinyLife.Actions
- uid: TinyLife.Actions.Behaviors.ActionBehavior.Initialize
commentId: M:TinyLife.Actions.Behaviors.ActionBehavior.Initialize
parent: TinyLife.Actions.Behaviors.ActionBehavior
name: Initialize()
nameWithType: ActionBehavior.Initialize()
fullName: TinyLife.Actions.Behaviors.ActionBehavior.Initialize()
spec.csharp:
- uid: TinyLife.Actions.Behaviors.ActionBehavior.Initialize
name: Initialize
nameWithType: ActionBehavior.Initialize
fullName: TinyLife.Actions.Behaviors.ActionBehavior.Initialize
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Actions.Behaviors.ActionBehavior.Initialize
name: Initialize
nameWithType: ActionBehavior.Initialize
fullName: TinyLife.Actions.Behaviors.ActionBehavior.Initialize
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Actions.Behaviors.ComputerBehavior.Initialize*
commentId: Overload:TinyLife.Actions.Behaviors.ComputerBehavior.Initialize
name: Initialize
nameWithType: ComputerBehavior.Initialize
fullName: TinyLife.Actions.Behaviors.ComputerBehavior.Initialize
- uid: TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
commentId: M:TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
parent: TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior
isExternal: true
name: Update(GameTime, TimeSpan, GameSpeed)
nameWithType: WorkAtDeskObjectBehavior.Update(GameTime, TimeSpan, GameSpeed)
fullName: TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed)
spec.csharp:
- uid: TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
name: Update
nameWithType: WorkAtDeskObjectBehavior.Update
fullName: TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.Update
- name: (
nameWithType: (
fullName: (
- uid: Microsoft.Xna.Framework.GameTime
name: GameTime
nameWithType: GameTime
fullName: Microsoft.Xna.Framework.GameTime
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.TimeSpan
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.GameSpeed
name: GameSpeed
nameWithType: GameSpeed
fullName: TinyLife.GameSpeed
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
name: Update
nameWithType: WorkAtDeskObjectBehavior.Update
fullName: TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.Update
- name: (
nameWithType: (
fullName: (
- uid: Microsoft.Xna.Framework.GameTime
name: GameTime
nameWithType: GameTime
fullName: Microsoft.Xna.Framework.GameTime
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.TimeSpan
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.GameSpeed
name: GameSpeed
nameWithType: GameSpeed
fullName: TinyLife.GameSpeed
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Actions.Behaviors.ComputerBehavior.Update*
commentId: Overload:TinyLife.Actions.Behaviors.ComputerBehavior.Update
name: Update
nameWithType: ComputerBehavior.Update
fullName: TinyLife.Actions.Behaviors.ComputerBehavior.Update
- uid: Microsoft.Xna.Framework.GameTime
commentId: T:Microsoft.Xna.Framework.GameTime
parent: Microsoft.Xna.Framework
isExternal: true
name: GameTime
nameWithType: GameTime
fullName: Microsoft.Xna.Framework.GameTime
- uid: System.TimeSpan
commentId: T:System.TimeSpan
parent: System
isExternal: true
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
- uid: TinyLife.GameSpeed
commentId: T:TinyLife.GameSpeed
parent: TinyLife
name: GameSpeed
nameWithType: GameSpeed
fullName: TinyLife.GameSpeed
- uid: Microsoft.Xna.Framework
commentId: N:Microsoft.Xna.Framework
isExternal: true
name: Microsoft.Xna.Framework
nameWithType: Microsoft.Xna.Framework
fullName: Microsoft.Xna.Framework
- uid: TinyLife
commentId: N:TinyLife
name: TinyLife
nameWithType: TinyLife
fullName: TinyLife
- uid: TinyLife.Actions.Behaviors.ActionBehavior.OnCompleted(TinyLife.Actions.CompletionType)
commentId: M:TinyLife.Actions.Behaviors.ActionBehavior.OnCompleted(TinyLife.Actions.CompletionType)
parent: TinyLife.Actions.Behaviors.ActionBehavior
name: OnCompleted(CompletionType)
nameWithType: ActionBehavior.OnCompleted(CompletionType)
fullName: TinyLife.Actions.Behaviors.ActionBehavior.OnCompleted(TinyLife.Actions.CompletionType)
spec.csharp:
- uid: TinyLife.Actions.Behaviors.ActionBehavior.OnCompleted(TinyLife.Actions.CompletionType)
name: OnCompleted
nameWithType: ActionBehavior.OnCompleted
fullName: TinyLife.Actions.Behaviors.ActionBehavior.OnCompleted
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Actions.CompletionType
name: CompletionType
nameWithType: CompletionType
fullName: TinyLife.Actions.CompletionType
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Actions.Behaviors.ActionBehavior.OnCompleted(TinyLife.Actions.CompletionType)
name: OnCompleted
nameWithType: ActionBehavior.OnCompleted
fullName: TinyLife.Actions.Behaviors.ActionBehavior.OnCompleted
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Actions.CompletionType
name: CompletionType
nameWithType: CompletionType
fullName: TinyLife.Actions.CompletionType
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Actions.Behaviors.ComputerBehavior.OnCompleted*
commentId: Overload:TinyLife.Actions.Behaviors.ComputerBehavior.OnCompleted
name: OnCompleted
nameWithType: ComputerBehavior.OnCompleted
fullName: TinyLife.Actions.Behaviors.ComputerBehavior.OnCompleted
- uid: TinyLife.Actions.CompletionType
commentId: T:TinyLife.Actions.CompletionType
parent: TinyLife.Actions
name: CompletionType
nameWithType: CompletionType
fullName: TinyLife.Actions.CompletionType

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,917 @@
### YamlMime:ManagedReference
items:
- uid: TinyLife.Actions.Behaviors.MultiActionBehavior
commentId: T:TinyLife.Actions.Behaviors.MultiActionBehavior
id: MultiActionBehavior
parent: TinyLife.Actions.Behaviors
children:
- TinyLife.Actions.Behaviors.MultiActionBehavior.#ctor(TinyLife.Actions.Action)
- TinyLife.Actions.Behaviors.MultiActionBehavior.CreateFirstActions
langs:
- csharp
- vb
name: MultiActionBehavior
nameWithType: MultiActionBehavior
fullName: TinyLife.Actions.Behaviors.MultiActionBehavior
type: Class
source:
remote:
path: TinyLife/Actions/Behaviors/ActionBehavior.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: MultiActionBehavior
path: Actions/Behaviors/ActionBehavior.cs
startLine: 93
assemblies:
- Tiny Life
namespace: TinyLife.Actions.Behaviors
summary: "\nA multi action behavior is an <xref href=\"TinyLife.Actions.Behaviors.ActionBehavior\" data-throw-if-not-resolved=\"false\"></xref> that allows a set of first actions to be created.\nThis class is intended to be used with <xref href=\"TinyLife.Actions.BehaviorMultiAction%601\" data-throw-if-not-resolved=\"false\"></xref>, which is a <xref href=\"TinyLife.Actions.MultiAction\" data-throw-if-not-resolved=\"false\"></xref> that makes use of a behavior.\n"
example: []
syntax:
content: 'public abstract class MultiActionBehavior : ActionBehavior'
content.vb: >-
Public MustInherit Class MultiActionBehavior
Inherits ActionBehavior
inheritance:
- System.Object
- TinyLife.Actions.Behaviors.ActionBehavior
derivedClasses:
- TinyLife.Actions.Behaviors.GetAndSitDownBehavior
- TinyLife.Actions.Behaviors.SinkBehavior
- TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior
inheritedMembers:
- TinyLife.Actions.Behaviors.ActionBehavior.Action
- TinyLife.Actions.Behaviors.ActionBehavior.Initialize
- TinyLife.Actions.Behaviors.ActionBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- TinyLife.Actions.Behaviors.ActionBehavior.GetIconObject
- TinyLife.Actions.Behaviors.ActionBehavior.OnCompleted(TinyLife.Actions.CompletionType)
- TinyLife.Actions.Behaviors.ActionBehavior.GetNextAction(TinyLife.Actions.CompletionType)
- TinyLife.Actions.Behaviors.ActionBehavior.CreateDefaultInstance``1(TinyLife.Actions.Action)
- System.Object.Equals(System.Object)
- System.Object.Equals(System.Object,System.Object)
- System.Object.GetHashCode
- System.Object.GetType
- System.Object.MemberwiseClone
- System.Object.ReferenceEquals(System.Object,System.Object)
- System.Object.ToString
extensionMethods:
- TinyLife.Actions.Behaviors.MultiActionBehavior.TinyLife.Utilities.Extensions.JsonCopy``1
modifiers.csharp:
- public
- abstract
- class
modifiers.vb:
- Public
- MustInherit
- Class
- uid: TinyLife.Actions.Behaviors.MultiActionBehavior.#ctor(TinyLife.Actions.Action)
commentId: M:TinyLife.Actions.Behaviors.MultiActionBehavior.#ctor(TinyLife.Actions.Action)
id: '#ctor(TinyLife.Actions.Action)'
parent: TinyLife.Actions.Behaviors.MultiActionBehavior
langs:
- csharp
- vb
name: MultiActionBehavior(Action)
nameWithType: MultiActionBehavior.MultiActionBehavior(Action)
fullName: TinyLife.Actions.Behaviors.MultiActionBehavior.MultiActionBehavior(TinyLife.Actions.Action)
type: Constructor
source:
remote:
path: TinyLife/Actions/Behaviors/ActionBehavior.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: .ctor
path: Actions/Behaviors/ActionBehavior.cs
startLine: 96
assemblies:
- Tiny Life
namespace: TinyLife.Actions.Behaviors
summary: "\nCreates a new action behavior with the given underlying action.\nTo create an action behavior of a given type automatically, use <xref href=\"TinyLife.Actions.Behaviors.ActionBehavior.CreateDefaultInstance%60%601(TinyLife.Actions.Action)\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: []
syntax:
content: protected MultiActionBehavior(Action action)
parameters:
- id: action
type: TinyLife.Actions.Action
description: The action that this behavior is acting upon
content.vb: Protected Sub New(action As Action)
overload: TinyLife.Actions.Behaviors.MultiActionBehavior.#ctor*
modifiers.csharp:
- protected
modifiers.vb:
- Protected
- uid: TinyLife.Actions.Behaviors.MultiActionBehavior.CreateFirstActions
commentId: M:TinyLife.Actions.Behaviors.MultiActionBehavior.CreateFirstActions
id: CreateFirstActions
parent: TinyLife.Actions.Behaviors.MultiActionBehavior
langs:
- csharp
- vb
name: CreateFirstActions()
nameWithType: MultiActionBehavior.CreateFirstActions()
fullName: TinyLife.Actions.Behaviors.MultiActionBehavior.CreateFirstActions()
type: Method
source:
remote:
path: TinyLife/Actions/Behaviors/ActionBehavior.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: CreateFirstActions
path: Actions/Behaviors/ActionBehavior.cs
startLine: 104
assemblies:
- Tiny Life
namespace: TinyLife.Actions.Behaviors
summary: "\nCreates a set of actions that should be executed before the main <xref href=\"TinyLife.Actions.Action\" data-throw-if-not-resolved=\"false\"></xref> starts.\nThis method is automatically called when using <xref href=\"TinyLife.Actions.BehaviorMultiAction%601\" data-throw-if-not-resolved=\"false\"></xref> in <xref href=\"TinyLife.Actions.BehaviorMultiAction%601.CreateFirstActions\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: []
syntax:
content: public abstract IEnumerable<Action> CreateFirstActions()
return:
type: System.Collections.Generic.IEnumerable{TinyLife.Actions.Action}
description: ''
content.vb: Public MustOverride Function CreateFirstActions As IEnumerable(Of Action)
overload: TinyLife.Actions.Behaviors.MultiActionBehavior.CreateFirstActions*
modifiers.csharp:
- public
- abstract
modifiers.vb:
- Public
- MustOverride
references:
- uid: TinyLife.Actions.Behaviors.ActionBehavior
commentId: T:TinyLife.Actions.Behaviors.ActionBehavior
parent: TinyLife.Actions.Behaviors
name: ActionBehavior
nameWithType: ActionBehavior
fullName: TinyLife.Actions.Behaviors.ActionBehavior
- uid: TinyLife.Actions.BehaviorMultiAction`1
commentId: T:TinyLife.Actions.BehaviorMultiAction`1
name: BehaviorMultiAction<T>
nameWithType: BehaviorMultiAction<T>
fullName: TinyLife.Actions.BehaviorMultiAction<T>
nameWithType.vb: BehaviorMultiAction(Of T)
fullName.vb: TinyLife.Actions.BehaviorMultiAction(Of T)
name.vb: BehaviorMultiAction(Of T)
spec.csharp:
- uid: TinyLife.Actions.BehaviorMultiAction`1
name: BehaviorMultiAction
nameWithType: BehaviorMultiAction
fullName: TinyLife.Actions.BehaviorMultiAction
- name: <
nameWithType: <
fullName: <
- name: T
nameWithType: T
fullName: T
- name: '>'
nameWithType: '>'
fullName: '>'
spec.vb:
- uid: TinyLife.Actions.BehaviorMultiAction`1
name: BehaviorMultiAction
nameWithType: BehaviorMultiAction
fullName: TinyLife.Actions.BehaviorMultiAction
- name: '(Of '
nameWithType: '(Of '
fullName: '(Of '
- name: T
nameWithType: T
fullName: T
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Actions.MultiAction
commentId: T:TinyLife.Actions.MultiAction
parent: TinyLife.Actions
name: MultiAction
nameWithType: MultiAction
fullName: TinyLife.Actions.MultiAction
- uid: TinyLife.Actions.Behaviors
commentId: N:TinyLife.Actions.Behaviors
name: TinyLife.Actions.Behaviors
nameWithType: TinyLife.Actions.Behaviors
fullName: TinyLife.Actions.Behaviors
- uid: System.Object
commentId: T:System.Object
parent: System
isExternal: true
name: Object
nameWithType: Object
fullName: System.Object
- uid: TinyLife.Actions.Behaviors.ActionBehavior.Action
commentId: F:TinyLife.Actions.Behaviors.ActionBehavior.Action
parent: TinyLife.Actions.Behaviors.ActionBehavior
name: Action
nameWithType: ActionBehavior.Action
fullName: TinyLife.Actions.Behaviors.ActionBehavior.Action
- uid: TinyLife.Actions.Behaviors.ActionBehavior.Initialize
commentId: M:TinyLife.Actions.Behaviors.ActionBehavior.Initialize
parent: TinyLife.Actions.Behaviors.ActionBehavior
name: Initialize()
nameWithType: ActionBehavior.Initialize()
fullName: TinyLife.Actions.Behaviors.ActionBehavior.Initialize()
spec.csharp:
- uid: TinyLife.Actions.Behaviors.ActionBehavior.Initialize
name: Initialize
nameWithType: ActionBehavior.Initialize
fullName: TinyLife.Actions.Behaviors.ActionBehavior.Initialize
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Actions.Behaviors.ActionBehavior.Initialize
name: Initialize
nameWithType: ActionBehavior.Initialize
fullName: TinyLife.Actions.Behaviors.ActionBehavior.Initialize
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Actions.Behaviors.ActionBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
commentId: M:TinyLife.Actions.Behaviors.ActionBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
parent: TinyLife.Actions.Behaviors.ActionBehavior
isExternal: true
name: Update(GameTime, TimeSpan, GameSpeed)
nameWithType: ActionBehavior.Update(GameTime, TimeSpan, GameSpeed)
fullName: TinyLife.Actions.Behaviors.ActionBehavior.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed)
spec.csharp:
- uid: TinyLife.Actions.Behaviors.ActionBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
name: Update
nameWithType: ActionBehavior.Update
fullName: TinyLife.Actions.Behaviors.ActionBehavior.Update
- name: (
nameWithType: (
fullName: (
- uid: Microsoft.Xna.Framework.GameTime
name: GameTime
nameWithType: GameTime
fullName: Microsoft.Xna.Framework.GameTime
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.TimeSpan
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.GameSpeed
name: GameSpeed
nameWithType: GameSpeed
fullName: TinyLife.GameSpeed
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Actions.Behaviors.ActionBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
name: Update
nameWithType: ActionBehavior.Update
fullName: TinyLife.Actions.Behaviors.ActionBehavior.Update
- name: (
nameWithType: (
fullName: (
- uid: Microsoft.Xna.Framework.GameTime
name: GameTime
nameWithType: GameTime
fullName: Microsoft.Xna.Framework.GameTime
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.TimeSpan
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.GameSpeed
name: GameSpeed
nameWithType: GameSpeed
fullName: TinyLife.GameSpeed
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Actions.Behaviors.ActionBehavior.GetIconObject
commentId: M:TinyLife.Actions.Behaviors.ActionBehavior.GetIconObject
parent: TinyLife.Actions.Behaviors.ActionBehavior
name: GetIconObject()
nameWithType: ActionBehavior.GetIconObject()
fullName: TinyLife.Actions.Behaviors.ActionBehavior.GetIconObject()
spec.csharp:
- uid: TinyLife.Actions.Behaviors.ActionBehavior.GetIconObject
name: GetIconObject
nameWithType: ActionBehavior.GetIconObject
fullName: TinyLife.Actions.Behaviors.ActionBehavior.GetIconObject
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Actions.Behaviors.ActionBehavior.GetIconObject
name: GetIconObject
nameWithType: ActionBehavior.GetIconObject
fullName: TinyLife.Actions.Behaviors.ActionBehavior.GetIconObject
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Actions.Behaviors.ActionBehavior.OnCompleted(TinyLife.Actions.CompletionType)
commentId: M:TinyLife.Actions.Behaviors.ActionBehavior.OnCompleted(TinyLife.Actions.CompletionType)
parent: TinyLife.Actions.Behaviors.ActionBehavior
name: OnCompleted(CompletionType)
nameWithType: ActionBehavior.OnCompleted(CompletionType)
fullName: TinyLife.Actions.Behaviors.ActionBehavior.OnCompleted(TinyLife.Actions.CompletionType)
spec.csharp:
- uid: TinyLife.Actions.Behaviors.ActionBehavior.OnCompleted(TinyLife.Actions.CompletionType)
name: OnCompleted
nameWithType: ActionBehavior.OnCompleted
fullName: TinyLife.Actions.Behaviors.ActionBehavior.OnCompleted
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Actions.CompletionType
name: CompletionType
nameWithType: CompletionType
fullName: TinyLife.Actions.CompletionType
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Actions.Behaviors.ActionBehavior.OnCompleted(TinyLife.Actions.CompletionType)
name: OnCompleted
nameWithType: ActionBehavior.OnCompleted
fullName: TinyLife.Actions.Behaviors.ActionBehavior.OnCompleted
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Actions.CompletionType
name: CompletionType
nameWithType: CompletionType
fullName: TinyLife.Actions.CompletionType
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Actions.Behaviors.ActionBehavior.GetNextAction(TinyLife.Actions.CompletionType)
commentId: M:TinyLife.Actions.Behaviors.ActionBehavior.GetNextAction(TinyLife.Actions.CompletionType)
parent: TinyLife.Actions.Behaviors.ActionBehavior
name: GetNextAction(CompletionType)
nameWithType: ActionBehavior.GetNextAction(CompletionType)
fullName: TinyLife.Actions.Behaviors.ActionBehavior.GetNextAction(TinyLife.Actions.CompletionType)
spec.csharp:
- uid: TinyLife.Actions.Behaviors.ActionBehavior.GetNextAction(TinyLife.Actions.CompletionType)
name: GetNextAction
nameWithType: ActionBehavior.GetNextAction
fullName: TinyLife.Actions.Behaviors.ActionBehavior.GetNextAction
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Actions.CompletionType
name: CompletionType
nameWithType: CompletionType
fullName: TinyLife.Actions.CompletionType
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Actions.Behaviors.ActionBehavior.GetNextAction(TinyLife.Actions.CompletionType)
name: GetNextAction
nameWithType: ActionBehavior.GetNextAction
fullName: TinyLife.Actions.Behaviors.ActionBehavior.GetNextAction
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Actions.CompletionType
name: CompletionType
nameWithType: CompletionType
fullName: TinyLife.Actions.CompletionType
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Actions.Behaviors.ActionBehavior.CreateDefaultInstance``1(TinyLife.Actions.Action)
commentId: M:TinyLife.Actions.Behaviors.ActionBehavior.CreateDefaultInstance``1(TinyLife.Actions.Action)
parent: TinyLife.Actions.Behaviors.ActionBehavior
name: CreateDefaultInstance<T>(Action)
nameWithType: ActionBehavior.CreateDefaultInstance<T>(Action)
fullName: TinyLife.Actions.Behaviors.ActionBehavior.CreateDefaultInstance<T>(TinyLife.Actions.Action)
nameWithType.vb: ActionBehavior.CreateDefaultInstance(Of T)(Action)
fullName.vb: TinyLife.Actions.Behaviors.ActionBehavior.CreateDefaultInstance(Of T)(TinyLife.Actions.Action)
name.vb: CreateDefaultInstance(Of T)(Action)
spec.csharp:
- uid: TinyLife.Actions.Behaviors.ActionBehavior.CreateDefaultInstance``1(TinyLife.Actions.Action)
name: CreateDefaultInstance<T>
nameWithType: ActionBehavior.CreateDefaultInstance<T>
fullName: TinyLife.Actions.Behaviors.ActionBehavior.CreateDefaultInstance<T>
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Actions.Action
name: Action
nameWithType: Action
fullName: TinyLife.Actions.Action
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Actions.Behaviors.ActionBehavior.CreateDefaultInstance``1(TinyLife.Actions.Action)
name: CreateDefaultInstance(Of T)
nameWithType: ActionBehavior.CreateDefaultInstance(Of T)
fullName: TinyLife.Actions.Behaviors.ActionBehavior.CreateDefaultInstance(Of T)
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Actions.Action
name: Action
nameWithType: Action
fullName: TinyLife.Actions.Action
- name: )
nameWithType: )
fullName: )
- uid: System.Object.Equals(System.Object)
commentId: M:System.Object.Equals(System.Object)
parent: System.Object
isExternal: true
name: Equals(Object)
nameWithType: Object.Equals(Object)
fullName: System.Object.Equals(System.Object)
spec.csharp:
- uid: System.Object.Equals(System.Object)
name: Equals
nameWithType: Object.Equals
fullName: System.Object.Equals
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Object.Equals(System.Object)
name: Equals
nameWithType: Object.Equals
fullName: System.Object.Equals
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: System.Object.Equals(System.Object,System.Object)
commentId: M:System.Object.Equals(System.Object,System.Object)
parent: System.Object
isExternal: true
name: Equals(Object, Object)
nameWithType: Object.Equals(Object, Object)
fullName: System.Object.Equals(System.Object, System.Object)
spec.csharp:
- uid: System.Object.Equals(System.Object,System.Object)
name: Equals
nameWithType: Object.Equals
fullName: System.Object.Equals
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Object.Equals(System.Object,System.Object)
name: Equals
nameWithType: Object.Equals
fullName: System.Object.Equals
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: System.Object.GetHashCode
commentId: M:System.Object.GetHashCode
parent: System.Object
isExternal: true
name: GetHashCode()
nameWithType: Object.GetHashCode()
fullName: System.Object.GetHashCode()
spec.csharp:
- uid: System.Object.GetHashCode
name: GetHashCode
nameWithType: Object.GetHashCode
fullName: System.Object.GetHashCode
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Object.GetHashCode
name: GetHashCode
nameWithType: Object.GetHashCode
fullName: System.Object.GetHashCode
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: System.Object.GetType
commentId: M:System.Object.GetType
parent: System.Object
isExternal: true
name: GetType()
nameWithType: Object.GetType()
fullName: System.Object.GetType()
spec.csharp:
- uid: System.Object.GetType
name: GetType
nameWithType: Object.GetType
fullName: System.Object.GetType
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Object.GetType
name: GetType
nameWithType: Object.GetType
fullName: System.Object.GetType
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: System.Object.MemberwiseClone
commentId: M:System.Object.MemberwiseClone
parent: System.Object
isExternal: true
name: MemberwiseClone()
nameWithType: Object.MemberwiseClone()
fullName: System.Object.MemberwiseClone()
spec.csharp:
- uid: System.Object.MemberwiseClone
name: MemberwiseClone
nameWithType: Object.MemberwiseClone
fullName: System.Object.MemberwiseClone
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Object.MemberwiseClone
name: MemberwiseClone
nameWithType: Object.MemberwiseClone
fullName: System.Object.MemberwiseClone
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
commentId: M:System.Object.ReferenceEquals(System.Object,System.Object)
parent: System.Object
isExternal: true
name: ReferenceEquals(Object, Object)
nameWithType: Object.ReferenceEquals(Object, Object)
fullName: System.Object.ReferenceEquals(System.Object, System.Object)
spec.csharp:
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals
nameWithType: Object.ReferenceEquals
fullName: System.Object.ReferenceEquals
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals
nameWithType: Object.ReferenceEquals
fullName: System.Object.ReferenceEquals
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: System.Object.ToString
commentId: M:System.Object.ToString
parent: System.Object
isExternal: true
name: ToString()
nameWithType: Object.ToString()
fullName: System.Object.ToString()
spec.csharp:
- uid: System.Object.ToString
name: ToString
nameWithType: Object.ToString
fullName: System.Object.ToString
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Object.ToString
name: ToString
nameWithType: Object.ToString
fullName: System.Object.ToString
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Actions.Behaviors.MultiActionBehavior.TinyLife.Utilities.Extensions.JsonCopy``1
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy<MultiActionBehavior>()
nameWithType: Extensions.JsonCopy<MultiActionBehavior>()
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Actions.Behaviors.MultiActionBehavior>()
nameWithType.vb: Extensions.JsonCopy(Of MultiActionBehavior)()
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Actions.Behaviors.MultiActionBehavior)()
name.vb: JsonCopy(Of MultiActionBehavior)()
spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1
name: JsonCopy<MultiActionBehavior>
nameWithType: Extensions.JsonCopy<MultiActionBehavior>
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Actions.Behaviors.MultiActionBehavior>
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1
name: JsonCopy(Of MultiActionBehavior)
nameWithType: Extensions.JsonCopy(Of MultiActionBehavior)
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Actions.Behaviors.MultiActionBehavior)
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Actions
commentId: N:TinyLife.Actions
name: TinyLife.Actions
nameWithType: TinyLife.Actions
fullName: TinyLife.Actions
- uid: System
commentId: N:System
isExternal: true
name: System
nameWithType: System
fullName: System
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy<T>(T)
nameWithType: Extensions.JsonCopy<T>(T)
fullName: TinyLife.Utilities.Extensions.JsonCopy<T>(T)
nameWithType.vb: Extensions.JsonCopy(Of T)(T)
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of T)(T)
name.vb: JsonCopy(Of T)(T)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy<T>
nameWithType: Extensions.JsonCopy<T>
fullName: TinyLife.Utilities.Extensions.JsonCopy<T>
- name: (
nameWithType: (
fullName: (
- name: T
nameWithType: T
fullName: T
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy(Of T)
nameWithType: Extensions.JsonCopy(Of T)
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of T)
- name: (
nameWithType: (
fullName: (
- name: T
nameWithType: T
fullName: T
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Utilities.Extensions
commentId: T:TinyLife.Utilities.Extensions
parent: TinyLife.Utilities
name: Extensions
nameWithType: Extensions
fullName: TinyLife.Utilities.Extensions
- uid: TinyLife.Utilities
commentId: N:TinyLife.Utilities
name: TinyLife.Utilities
nameWithType: TinyLife.Utilities
fullName: TinyLife.Utilities
- uid: TinyLife.Actions.Behaviors.MultiActionBehavior.#ctor*
commentId: Overload:TinyLife.Actions.Behaviors.MultiActionBehavior.#ctor
name: MultiActionBehavior
nameWithType: MultiActionBehavior.MultiActionBehavior
fullName: TinyLife.Actions.Behaviors.MultiActionBehavior.MultiActionBehavior
- uid: TinyLife.Actions.Action
commentId: T:TinyLife.Actions.Action
parent: TinyLife.Actions
name: Action
nameWithType: Action
fullName: TinyLife.Actions.Action
- uid: TinyLife.Actions.BehaviorMultiAction`1.CreateFirstActions
commentId: M:TinyLife.Actions.BehaviorMultiAction`1.CreateFirstActions
isExternal: true
- uid: TinyLife.Actions.Behaviors.MultiActionBehavior.CreateFirstActions*
commentId: Overload:TinyLife.Actions.Behaviors.MultiActionBehavior.CreateFirstActions
name: CreateFirstActions
nameWithType: MultiActionBehavior.CreateFirstActions
fullName: TinyLife.Actions.Behaviors.MultiActionBehavior.CreateFirstActions
- uid: System.Collections.Generic.IEnumerable{TinyLife.Actions.Action}
commentId: T:System.Collections.Generic.IEnumerable{TinyLife.Actions.Action}
parent: System.Collections.Generic
definition: System.Collections.Generic.IEnumerable`1
name: IEnumerable<Action>
nameWithType: IEnumerable<Action>
fullName: System.Collections.Generic.IEnumerable<TinyLife.Actions.Action>
nameWithType.vb: IEnumerable(Of Action)
fullName.vb: System.Collections.Generic.IEnumerable(Of TinyLife.Actions.Action)
name.vb: IEnumerable(Of Action)
spec.csharp:
- uid: System.Collections.Generic.IEnumerable`1
name: IEnumerable
nameWithType: IEnumerable
fullName: System.Collections.Generic.IEnumerable
isExternal: true
- name: <
nameWithType: <
fullName: <
- uid: TinyLife.Actions.Action
name: Action
nameWithType: Action
fullName: TinyLife.Actions.Action
- name: '>'
nameWithType: '>'
fullName: '>'
spec.vb:
- uid: System.Collections.Generic.IEnumerable`1
name: IEnumerable
nameWithType: IEnumerable
fullName: System.Collections.Generic.IEnumerable
isExternal: true
- name: '(Of '
nameWithType: '(Of '
fullName: '(Of '
- uid: TinyLife.Actions.Action
name: Action
nameWithType: Action
fullName: TinyLife.Actions.Action
- name: )
nameWithType: )
fullName: )
- uid: System.Collections.Generic.IEnumerable`1
commentId: T:System.Collections.Generic.IEnumerable`1
isExternal: true
name: IEnumerable<T>
nameWithType: IEnumerable<T>
fullName: System.Collections.Generic.IEnumerable<T>
nameWithType.vb: IEnumerable(Of T)
fullName.vb: System.Collections.Generic.IEnumerable(Of T)
name.vb: IEnumerable(Of T)
spec.csharp:
- uid: System.Collections.Generic.IEnumerable`1
name: IEnumerable
nameWithType: IEnumerable
fullName: System.Collections.Generic.IEnumerable
isExternal: true
- name: <
nameWithType: <
fullName: <
- name: T
nameWithType: T
fullName: T
- name: '>'
nameWithType: '>'
fullName: '>'
spec.vb:
- uid: System.Collections.Generic.IEnumerable`1
name: IEnumerable
nameWithType: IEnumerable
fullName: System.Collections.Generic.IEnumerable
isExternal: true
- name: '(Of '
nameWithType: '(Of '
fullName: '(Of '
- name: T
nameWithType: T
fullName: T
- name: )
nameWithType: )
fullName: )
- uid: System.Collections.Generic
commentId: N:System.Collections.Generic
isExternal: true
name: System.Collections.Generic
nameWithType: System.Collections.Generic
fullName: System.Collections.Generic

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,60 @@
### YamlMime:ManagedReference
items:
- uid: TinyLife.Actions.Behaviors
commentId: N:TinyLife.Actions.Behaviors
id: TinyLife.Actions.Behaviors
children:
- TinyLife.Actions.Behaviors.ActionBehavior
- TinyLife.Actions.Behaviors.ComputerBehavior
- TinyLife.Actions.Behaviors.GetAndSitDownBehavior
- TinyLife.Actions.Behaviors.MultiActionBehavior
- TinyLife.Actions.Behaviors.SinkBehavior
- TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior
langs:
- csharp
- vb
name: TinyLife.Actions.Behaviors
nameWithType: TinyLife.Actions.Behaviors
fullName: TinyLife.Actions.Behaviors
type: Namespace
assemblies:
- Tiny Life
references:
- uid: TinyLife.Actions.Behaviors.ActionBehavior
commentId: T:TinyLife.Actions.Behaviors.ActionBehavior
parent: TinyLife.Actions.Behaviors
name: ActionBehavior
nameWithType: ActionBehavior
fullName: TinyLife.Actions.Behaviors.ActionBehavior
- uid: TinyLife.Actions.Behaviors.MultiActionBehavior
commentId: T:TinyLife.Actions.Behaviors.MultiActionBehavior
parent: TinyLife.Actions.Behaviors
name: MultiActionBehavior
nameWithType: MultiActionBehavior
fullName: TinyLife.Actions.Behaviors.MultiActionBehavior
- uid: TinyLife.Actions.Behaviors.ComputerBehavior
commentId: T:TinyLife.Actions.Behaviors.ComputerBehavior
name: ComputerBehavior
nameWithType: ComputerBehavior
fullName: TinyLife.Actions.Behaviors.ComputerBehavior
- uid: TinyLife.Actions.Behaviors.GetAndSitDownBehavior
commentId: T:TinyLife.Actions.Behaviors.GetAndSitDownBehavior
name: GetAndSitDownBehavior
nameWithType: GetAndSitDownBehavior
fullName: TinyLife.Actions.Behaviors.GetAndSitDownBehavior
- uid: TinyLife.Actions.Behaviors.SinkBehavior
commentId: T:TinyLife.Actions.Behaviors.SinkBehavior
name: SinkBehavior
nameWithType: SinkBehavior
fullName: TinyLife.Actions.Behaviors.SinkBehavior
- uid: TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior
commentId: T:TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior
parent: TinyLife.Actions.Behaviors
name: WorkAtDeskObjectBehavior
nameWithType: WorkAtDeskObjectBehavior
fullName: TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior
- uid: TinyLife.Actions.Behaviors
commentId: N:TinyLife.Actions.Behaviors
name: TinyLife.Actions.Behaviors
nameWithType: TinyLife.Actions.Behaviors
fullName: TinyLife.Actions.Behaviors

View file

@ -20,7 +20,7 @@ items:
remote:
path: TinyLife/Actions/CompletionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: CompletionType
path: Actions/CompletionType.cs
startLine: 4
@ -57,7 +57,7 @@ items:
remote:
path: TinyLife/Actions/CompletionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Active
path: Actions/CompletionType.cs
startLine: 9
@ -91,7 +91,7 @@ items:
remote:
path: TinyLife/Actions/CompletionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Completed
path: Actions/CompletionType.cs
startLine: 13
@ -125,7 +125,7 @@ items:
remote:
path: TinyLife/Actions/CompletionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Failed
path: Actions/CompletionType.cs
startLine: 17
@ -159,7 +159,7 @@ items:
remote:
path: TinyLife/Actions/CompletionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Canceled
path: Actions/CompletionType.cs
startLine: 21

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -23,7 +23,7 @@ items:
remote:
path: TinyLife/Actions/Emote.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Emote
path: Actions/Emote.cs
startLine: 14
@ -68,7 +68,7 @@ items:
remote:
path: TinyLife/Actions/Emote.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: AllCategories
path: Actions/Emote.cs
startLine: 19
@ -105,7 +105,7 @@ items:
remote:
path: TinyLife/Actions/Emote.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Texture
path: Actions/Emote.cs
startLine: 55
@ -140,7 +140,7 @@ items:
remote:
path: TinyLife/Actions/Emote.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Categories
path: Actions/Emote.cs
startLine: 59
@ -175,7 +175,7 @@ items:
remote:
path: TinyLife/Actions/Emote.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: .ctor
path: Actions/Emote.cs
startLine: 66
@ -214,7 +214,7 @@ items:
remote:
path: TinyLife/Actions/Emote.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetRandomEmote
path: Actions/Emote.cs
startLine: 76
@ -255,7 +255,7 @@ items:
remote:
path: TinyLife/Actions/Emote.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetEmotes
path: Actions/Emote.cs
startLine: 85
@ -296,7 +296,7 @@ items:
remote:
path: TinyLife/Actions/Emote.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Register
path: Actions/Emote.cs
startLine: 100

View file

@ -21,7 +21,7 @@ items:
remote:
path: TinyLife/Actions/Emote.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: EmoteCategory
path: Actions/Emote.cs
startLine: 117
@ -66,7 +66,7 @@ items:
remote:
path: TinyLife/Actions/Emote.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: General
path: Actions/Emote.cs
startLine: 123
@ -100,7 +100,7 @@ items:
remote:
path: TinyLife/Actions/Emote.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Travel
path: Actions/Emote.cs
startLine: 127
@ -134,7 +134,7 @@ items:
remote:
path: TinyLife/Actions/Emote.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Negative
path: Actions/Emote.cs
startLine: 131
@ -168,7 +168,7 @@ items:
remote:
path: TinyLife/Actions/Emote.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Flirty
path: Actions/Emote.cs
startLine: 135
@ -202,7 +202,7 @@ items:
remote:
path: TinyLife/Actions/Emote.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Unable
path: Actions/Emote.cs
startLine: 139

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -22,7 +22,7 @@ items:
remote:
path: TinyLife/Actions/MultiActionHandler.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: MultiActionHandler
path: Actions/MultiActionHandler.cs
startLine: 13
@ -77,7 +77,7 @@ items:
remote:
path: TinyLife/Actions/MultiActionHandler.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Actions
path: Actions/MultiActionHandler.cs
startLine: 20
@ -124,7 +124,7 @@ items:
remote:
path: TinyLife/Actions/MultiActionHandler.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Initialize
path: Actions/MultiActionHandler.cs
startLine: 29
@ -163,7 +163,7 @@ items:
remote:
path: TinyLife/Actions/MultiActionHandler.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Update
path: Actions/MultiActionHandler.cs
startLine: 56
@ -205,7 +205,7 @@ items:
remote:
path: TinyLife/Actions/MultiActionHandler.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Validate
path: Actions/MultiActionHandler.cs
startLine: 77
@ -244,7 +244,7 @@ items:
remote:
path: TinyLife/Actions/MultiActionHandler.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: IsCompleted
path: Actions/MultiActionHandler.cs
startLine: 94
@ -279,7 +279,7 @@ items:
remote:
path: TinyLife/Actions/MultiActionHandler.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: OnCompleted
path: Actions/MultiActionHandler.cs
startLine: 111

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -16,10 +16,10 @@ items:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: EvaluationResult
path: Actions/TalkAction.cs
startLine: 376
startLine: 383
assemblies:
- Tiny Life
namespace: TinyLife.Actions

View file

@ -41,7 +41,7 @@ items:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: TalkSettings
path: Actions/TalkAction.cs
startLine: 104
@ -74,8 +74,6 @@ items:
- System.Object.ToString
extensionMethods:
- TinyLife.Actions.TalkAction.TalkSettings.TinyLife.Utilities.Extensions.JsonCopy``1
- MLEM.Misc.IGenericDataHolder.TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
- MLEM.Misc.IGenericDataHolder.TinyLife.Utilities.Extensions.SetTimeSpan(System.String,System.TimeSpan)
modifiers.csharp:
- public
- class
@ -97,7 +95,7 @@ items:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: FriendshipGain
path: Actions/TalkAction.cs
startLine: 110
@ -130,7 +128,7 @@ items:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GoBadlyChance
path: Actions/TalkAction.cs
startLine: 115
@ -163,7 +161,7 @@ items:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: TalkMinutes
path: Actions/TalkAction.cs
startLine: 119
@ -196,7 +194,7 @@ items:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: EmoteCategory
path: Actions/TalkAction.cs
startLine: 123
@ -229,7 +227,7 @@ items:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: SpeakStyle
path: Actions/TalkAction.cs
startLine: 127
@ -262,7 +260,7 @@ items:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: PartnerEmoteCategory
path: Actions/TalkAction.cs
startLine: 132
@ -295,7 +293,7 @@ items:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: PartnerSpeakStyle
path: Actions/TalkAction.cs
startLine: 137
@ -328,7 +326,7 @@ items:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GainedSkill
path: Actions/TalkAction.cs
startLine: 141
@ -361,7 +359,7 @@ items:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GainSkillOnFailure
path: Actions/TalkAction.cs
startLine: 146
@ -394,7 +392,7 @@ items:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: RestoredNeed
path: Actions/TalkAction.cs
startLine: 151
@ -427,7 +425,7 @@ items:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: RequiredEmotion
path: Actions/TalkAction.cs
startLine: 156
@ -460,7 +458,7 @@ items:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: RequiredPersonality
path: Actions/TalkAction.cs
startLine: 161
@ -493,7 +491,7 @@ items:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: RequiredSkill
path: Actions/TalkAction.cs
startLine: 167
@ -526,7 +524,7 @@ items:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: RequiredAges
path: Actions/TalkAction.cs
startLine: 172
@ -559,7 +557,7 @@ items:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: RequiredPartnerAges
path: Actions/TalkAction.cs
startLine: 177
@ -592,7 +590,7 @@ items:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: CanExecute
path: Actions/TalkAction.cs
startLine: 182
@ -625,7 +623,7 @@ items:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: FailEmotion
path: Actions/TalkAction.cs
startLine: 187
@ -658,7 +656,7 @@ items:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: SuccessEmotion
path: Actions/TalkAction.cs
startLine: 191
@ -691,7 +689,7 @@ items:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GainRomancePercentage
path: Actions/TalkAction.cs
startLine: 197
@ -724,7 +722,7 @@ items:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: LoweredEmotion
path: Actions/TalkAction.cs
startLine: 202
@ -757,7 +755,7 @@ items:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: OnSuccess
path: Actions/TalkAction.cs
startLine: 206
@ -790,7 +788,7 @@ items:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: OnFailure
path: Actions/TalkAction.cs
startLine: 210
@ -823,7 +821,7 @@ items:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: CanDoRandomly
path: Actions/TalkAction.cs
startLine: 215
@ -856,7 +854,7 @@ items:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: CheckCanExecute
path: Actions/TalkAction.cs
startLine: 224
@ -898,7 +896,7 @@ items:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Evaluate
path: Actions/TalkAction.cs
startLine: 237
@ -1399,100 +1397,6 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: MLEM.Misc.IGenericDataHolder.TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
commentId: M:TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
name: GetTimeSpan(String)
nameWithType: Extensions.GetTimeSpan(String)
fullName: TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
name: GetTimeSpan
nameWithType: Extensions.GetTimeSpan
fullName: TinyLife.Utilities.Extensions.GetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
name: GetTimeSpan
nameWithType: Extensions.GetTimeSpan
fullName: TinyLife.Utilities.Extensions.GetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: MLEM.Misc.IGenericDataHolder.TinyLife.Utilities.Extensions.SetTimeSpan(System.String,System.TimeSpan)
commentId: M:TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
name: SetTimeSpan(String, TimeSpan)
nameWithType: Extensions.SetTimeSpan(String, TimeSpan)
fullName: TinyLife.Utilities.Extensions.SetTimeSpan(System.String, System.TimeSpan)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(System.String,System.TimeSpan)
name: SetTimeSpan
nameWithType: Extensions.SetTimeSpan
fullName: TinyLife.Utilities.Extensions.SetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.TimeSpan
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(System.String,System.TimeSpan)
name: SetTimeSpan
nameWithType: Extensions.SetTimeSpan
fullName: TinyLife.Utilities.Extensions.SetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.TimeSpan
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: System
commentId: N:System
isExternal: true
@ -1547,130 +1451,6 @@ references:
name: Extensions
nameWithType: Extensions
fullName: TinyLife.Utilities.Extensions
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
commentId: M:TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
isExternal: true
name: GetTimeSpan(IGenericDataHolder, String)
nameWithType: Extensions.GetTimeSpan(IGenericDataHolder, String)
fullName: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder, System.String)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
name: GetTimeSpan
nameWithType: Extensions.GetTimeSpan
fullName: TinyLife.Utilities.Extensions.GetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: MLEM.Misc.IGenericDataHolder
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
name: GetTimeSpan
nameWithType: Extensions.GetTimeSpan
fullName: TinyLife.Utilities.Extensions.GetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: MLEM.Misc.IGenericDataHolder
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
commentId: M:TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
isExternal: true
name: SetTimeSpan(IGenericDataHolder, String, TimeSpan)
nameWithType: Extensions.SetTimeSpan(IGenericDataHolder, String, TimeSpan)
fullName: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder, System.String, System.TimeSpan)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
name: SetTimeSpan
nameWithType: Extensions.SetTimeSpan
fullName: TinyLife.Utilities.Extensions.SetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: MLEM.Misc.IGenericDataHolder
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.TimeSpan
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
name: SetTimeSpan
nameWithType: Extensions.SetTimeSpan
fullName: TinyLife.Utilities.Extensions.SetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: MLEM.Misc.IGenericDataHolder
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.TimeSpan
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Utilities
commentId: N:TinyLife.Utilities
name: TinyLife.Utilities

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -22,7 +22,7 @@ items:
remote:
path: TinyLife/Actions/UnderlyingActionHandler.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: UnderlyingActionHandler
path: Actions/UnderlyingActionHandler.cs
startLine: 13
@ -77,7 +77,7 @@ items:
remote:
path: TinyLife/Actions/UnderlyingActionHandler.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Action
path: Actions/UnderlyingActionHandler.cs
startLine: 20
@ -128,7 +128,7 @@ items:
remote:
path: TinyLife/Actions/UnderlyingActionHandler.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Initialize
path: Actions/UnderlyingActionHandler.cs
startLine: 32
@ -175,7 +175,7 @@ items:
remote:
path: TinyLife/Actions/UnderlyingActionHandler.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: InitializeExact
path: Actions/UnderlyingActionHandler.cs
startLine: 45
@ -214,7 +214,7 @@ items:
remote:
path: TinyLife/Actions/UnderlyingActionHandler.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Update
path: Actions/UnderlyingActionHandler.cs
startLine: 63
@ -256,7 +256,7 @@ items:
remote:
path: TinyLife/Actions/UnderlyingActionHandler.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Validate
path: Actions/UnderlyingActionHandler.cs
startLine: 78
@ -292,7 +292,7 @@ items:
remote:
path: TinyLife/Actions/UnderlyingActionHandler.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: OnCompleted
path: Actions/UnderlyingActionHandler.cs
startLine: 92

File diff suppressed because it is too large Load diff

View file

@ -22,7 +22,7 @@ items:
remote:
path: TinyLife/Actions/WatchTvAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Channel
path: Actions/WatchTvAction.cs
startLine: 189
@ -57,7 +57,7 @@ items:
remote:
path: TinyLife/Actions/WatchTvAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Comedy
path: Actions/WatchTvAction.cs
startLine: 194
@ -91,7 +91,7 @@ items:
remote:
path: TinyLife/Actions/WatchTvAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Cooking
path: Actions/WatchTvAction.cs
startLine: 198
@ -125,7 +125,7 @@ items:
remote:
path: TinyLife/Actions/WatchTvAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Romance
path: Actions/WatchTvAction.cs
startLine: 202
@ -159,7 +159,7 @@ items:
remote:
path: TinyLife/Actions/WatchTvAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Drama
path: Actions/WatchTvAction.cs
startLine: 206
@ -193,7 +193,7 @@ items:
remote:
path: TinyLife/Actions/WatchTvAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: News
path: Actions/WatchTvAction.cs
startLine: 210
@ -227,7 +227,7 @@ items:
remote:
path: TinyLife/Actions/WatchTvAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Cartoons
path: Actions/WatchTvAction.cs
startLine: 214

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -12,12 +12,11 @@ items:
- TinyLife.Actions.ActionType.CanExecuteResult
- TinyLife.Actions.ActionType.TypeSettings
- TinyLife.Actions.ActionVariety
- TinyLife.Actions.BehaviorMultiAction`1
- TinyLife.Actions.CompletionType
- TinyLife.Actions.ComputerAction
- TinyLife.Actions.DieAction
- TinyLife.Actions.Emote
- TinyLife.Actions.EmoteCategory
- TinyLife.Actions.GetAndSitDownAction
- TinyLife.Actions.GoHereAction
- TinyLife.Actions.MultiAction
- TinyLife.Actions.MultiActionHandler
@ -26,7 +25,6 @@ items:
- TinyLife.Actions.PickUpOrSpawnAction
- TinyLife.Actions.PutAwayAction
- TinyLife.Actions.SellAction
- TinyLife.Actions.SinkAction
- TinyLife.Actions.SitAction
- TinyLife.Actions.SocialAction
- TinyLife.Actions.TalkAction
@ -37,7 +35,6 @@ items:
- TinyLife.Actions.WatchTvAction
- TinyLife.Actions.WatchTvAction.Channel
- TinyLife.Actions.WorkAction
- TinyLife.Actions.WorkAtDeskObjectAction
langs:
- csharp
- vb
@ -96,17 +93,48 @@ references:
name: ActionVariety
nameWithType: ActionVariety
fullName: TinyLife.Actions.ActionVariety
- uid: TinyLife.Actions.BehaviorMultiAction`1
commentId: T:TinyLife.Actions.BehaviorMultiAction`1
name: BehaviorMultiAction<T>
nameWithType: BehaviorMultiAction<T>
fullName: TinyLife.Actions.BehaviorMultiAction<T>
nameWithType.vb: BehaviorMultiAction(Of T)
fullName.vb: TinyLife.Actions.BehaviorMultiAction(Of T)
name.vb: BehaviorMultiAction(Of T)
spec.csharp:
- uid: TinyLife.Actions.BehaviorMultiAction`1
name: BehaviorMultiAction
nameWithType: BehaviorMultiAction
fullName: TinyLife.Actions.BehaviorMultiAction
- name: <
nameWithType: <
fullName: <
- name: T
nameWithType: T
fullName: T
- name: '>'
nameWithType: '>'
fullName: '>'
spec.vb:
- uid: TinyLife.Actions.BehaviorMultiAction`1
name: BehaviorMultiAction
nameWithType: BehaviorMultiAction
fullName: TinyLife.Actions.BehaviorMultiAction
- name: '(Of '
nameWithType: '(Of '
fullName: '(Of '
- name: T
nameWithType: T
fullName: T
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Actions.CompletionType
commentId: T:TinyLife.Actions.CompletionType
parent: TinyLife.Actions
name: CompletionType
nameWithType: CompletionType
fullName: TinyLife.Actions.CompletionType
- uid: TinyLife.Actions.ComputerAction
commentId: T:TinyLife.Actions.ComputerAction
name: ComputerAction
nameWithType: ComputerAction
fullName: TinyLife.Actions.ComputerAction
- uid: TinyLife.Actions.DieAction
commentId: T:TinyLife.Actions.DieAction
name: DieAction
@ -124,11 +152,6 @@ references:
name: EmoteCategory
nameWithType: EmoteCategory
fullName: TinyLife.Actions.EmoteCategory
- uid: TinyLife.Actions.GetAndSitDownAction
commentId: T:TinyLife.Actions.GetAndSitDownAction
name: GetAndSitDownAction
nameWithType: GetAndSitDownAction
fullName: TinyLife.Actions.GetAndSitDownAction
- uid: TinyLife.Actions.GoHereAction
commentId: T:TinyLife.Actions.GoHereAction
name: GoHereAction
@ -173,11 +196,6 @@ references:
name: SellAction
nameWithType: SellAction
fullName: TinyLife.Actions.SellAction
- uid: TinyLife.Actions.SinkAction
commentId: T:TinyLife.Actions.SinkAction
name: SinkAction
nameWithType: SinkAction
fullName: TinyLife.Actions.SinkAction
- uid: TinyLife.Actions.SitAction
commentId: T:TinyLife.Actions.SitAction
name: SitAction
@ -233,12 +251,6 @@ references:
name: WorkAction
nameWithType: WorkAction
fullName: TinyLife.Actions.WorkAction
- uid: TinyLife.Actions.WorkAtDeskObjectAction
commentId: T:TinyLife.Actions.WorkAtDeskObjectAction
parent: TinyLife.Actions
name: WorkAtDeskObjectAction
nameWithType: WorkAtDeskObjectAction
fullName: TinyLife.Actions.WorkAtDeskObjectAction
- uid: TinyLife.Actions
commentId: N:TinyLife.Actions
name: TinyLife.Actions

View file

@ -0,0 +1,163 @@
### YamlMime:ManagedReference
items:
- uid: TinyLife.Debug.CheatDelegate
commentId: T:TinyLife.Debug.CheatDelegate
id: Debug.CheatDelegate
parent: TinyLife
children: []
langs:
- csharp
- vb
name: Debug.CheatDelegate
nameWithType: Debug.CheatDelegate
fullName: TinyLife.Debug.CheatDelegate
type: Delegate
source:
remote:
path: TinyLife/Debug.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: CheatDelegate
path: Debug.cs
startLine: 493
assemblies:
- Tiny Life
namespace: TinyLife
summary: "\nA delegate method used for <xref href=\"TinyLife.Debug.Cheats\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: []
syntax:
content: public delegate void CheatDelegate(GameImpl game, Person person, Match match);
parameters:
- id: game
type: TinyLife.GameImpl
- id: person
type: TinyLife.Objects.Person
- id: match
type: System.Text.RegularExpressions.Match
content.vb: Public Delegate Sub CheatDelegate(game As GameImpl, person As Person, match As Match)
extensionMethods:
- TinyLife.Debug.CheatDelegate.TinyLife.Utilities.Extensions.JsonCopy``1
modifiers.csharp:
- public
- delegate
modifiers.vb:
- Public
- Delegate
references:
- uid: TinyLife.Debug.Cheats
commentId: F:TinyLife.Debug.Cheats
isExternal: true
- uid: TinyLife
commentId: N:TinyLife
name: TinyLife
nameWithType: TinyLife
fullName: TinyLife
- uid: TinyLife.Debug.CheatDelegate.TinyLife.Utilities.Extensions.JsonCopy``1
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy<Debug.CheatDelegate>()
nameWithType: Extensions.JsonCopy<Debug.CheatDelegate>()
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Debug.CheatDelegate>()
nameWithType.vb: Extensions.JsonCopy(Of Debug.CheatDelegate)()
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Debug.CheatDelegate)()
name.vb: JsonCopy(Of Debug.CheatDelegate)()
spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1
name: JsonCopy<Debug.CheatDelegate>
nameWithType: Extensions.JsonCopy<Debug.CheatDelegate>
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Debug.CheatDelegate>
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1
name: JsonCopy(Of Debug.CheatDelegate)
nameWithType: Extensions.JsonCopy(Of Debug.CheatDelegate)
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Debug.CheatDelegate)
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.GameImpl
commentId: T:TinyLife.GameImpl
parent: TinyLife
name: GameImpl
nameWithType: GameImpl
fullName: TinyLife.GameImpl
- uid: TinyLife.Objects.Person
commentId: T:TinyLife.Objects.Person
parent: TinyLife.Objects
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- uid: System.Text.RegularExpressions.Match
commentId: T:System.Text.RegularExpressions.Match
parent: System.Text.RegularExpressions
isExternal: true
name: Match
nameWithType: Match
fullName: System.Text.RegularExpressions.Match
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy<T>(T)
nameWithType: Extensions.JsonCopy<T>(T)
fullName: TinyLife.Utilities.Extensions.JsonCopy<T>(T)
nameWithType.vb: Extensions.JsonCopy(Of T)(T)
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of T)(T)
name.vb: JsonCopy(Of T)(T)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy<T>
nameWithType: Extensions.JsonCopy<T>
fullName: TinyLife.Utilities.Extensions.JsonCopy<T>
- name: (
nameWithType: (
fullName: (
- name: T
nameWithType: T
fullName: T
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy(Of T)
nameWithType: Extensions.JsonCopy(Of T)
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of T)
- name: (
nameWithType: (
fullName: (
- name: T
nameWithType: T
fullName: T
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Utilities.Extensions
commentId: T:TinyLife.Utilities.Extensions
parent: TinyLife.Utilities
name: Extensions
nameWithType: Extensions
fullName: TinyLife.Utilities.Extensions
- uid: TinyLife.Objects
commentId: N:TinyLife.Objects
name: TinyLife.Objects
nameWithType: TinyLife.Objects
fullName: TinyLife.Objects
- uid: System.Text.RegularExpressions
commentId: N:System.Text.RegularExpressions
isExternal: true
name: System.Text.RegularExpressions
nameWithType: System.Text.RegularExpressions
fullName: System.Text.RegularExpressions
- uid: TinyLife.Utilities
commentId: N:TinyLife.Utilities
name: TinyLife.Utilities
nameWithType: TinyLife.Utilities
fullName: TinyLife.Utilities

View file

@ -0,0 +1,165 @@
### YamlMime:ManagedReference
items:
- uid: TinyLife.Debug.DebugDelegate
commentId: T:TinyLife.Debug.DebugDelegate
id: Debug.DebugDelegate
parent: TinyLife
children: []
langs:
- csharp
- vb
name: Debug.DebugDelegate
nameWithType: Debug.DebugDelegate
fullName: TinyLife.Debug.DebugDelegate
type: Delegate
source:
remote:
path: TinyLife/Debug.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: DebugDelegate
path: Debug.cs
startLine: 498
assemblies:
- Tiny Life
namespace: TinyLife
summary: "\nA delegate method used for <xref href=\"TinyLife.Debug.DebugLines\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: []
syntax:
content: public delegate string DebugDelegate(GameImpl game, Paragraph paragraph);
parameters:
- id: game
type: TinyLife.GameImpl
- id: paragraph
type: MLEM.Ui.Elements.Paragraph
return:
type: System.String
content.vb: Public Delegate Function DebugDelegate(game As GameImpl, paragraph As Paragraph) As String
extensionMethods:
- TinyLife.Debug.DebugDelegate.TinyLife.Utilities.Extensions.JsonCopy``1
modifiers.csharp:
- public
- delegate
modifiers.vb:
- Public
- Delegate
references:
- uid: TinyLife.Debug.DebugLines
commentId: F:TinyLife.Debug.DebugLines
isExternal: true
- uid: TinyLife
commentId: N:TinyLife
name: TinyLife
nameWithType: TinyLife
fullName: TinyLife
- uid: TinyLife.Debug.DebugDelegate.TinyLife.Utilities.Extensions.JsonCopy``1
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy<Debug.DebugDelegate>()
nameWithType: Extensions.JsonCopy<Debug.DebugDelegate>()
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Debug.DebugDelegate>()
nameWithType.vb: Extensions.JsonCopy(Of Debug.DebugDelegate)()
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Debug.DebugDelegate)()
name.vb: JsonCopy(Of Debug.DebugDelegate)()
spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1
name: JsonCopy<Debug.DebugDelegate>
nameWithType: Extensions.JsonCopy<Debug.DebugDelegate>
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Debug.DebugDelegate>
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1
name: JsonCopy(Of Debug.DebugDelegate)
nameWithType: Extensions.JsonCopy(Of Debug.DebugDelegate)
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Debug.DebugDelegate)
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.GameImpl
commentId: T:TinyLife.GameImpl
parent: TinyLife
name: GameImpl
nameWithType: GameImpl
fullName: TinyLife.GameImpl
- uid: MLEM.Ui.Elements.Paragraph
commentId: T:MLEM.Ui.Elements.Paragraph
parent: MLEM.Ui.Elements
isExternal: true
name: Paragraph
nameWithType: Paragraph
fullName: MLEM.Ui.Elements.Paragraph
- uid: System.String
commentId: T:System.String
parent: System
isExternal: true
name: String
nameWithType: String
fullName: System.String
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy<T>(T)
nameWithType: Extensions.JsonCopy<T>(T)
fullName: TinyLife.Utilities.Extensions.JsonCopy<T>(T)
nameWithType.vb: Extensions.JsonCopy(Of T)(T)
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of T)(T)
name.vb: JsonCopy(Of T)(T)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy<T>
nameWithType: Extensions.JsonCopy<T>
fullName: TinyLife.Utilities.Extensions.JsonCopy<T>
- name: (
nameWithType: (
fullName: (
- name: T
nameWithType: T
fullName: T
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy(Of T)
nameWithType: Extensions.JsonCopy(Of T)
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of T)
- name: (
nameWithType: (
fullName: (
- name: T
nameWithType: T
fullName: T
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Utilities.Extensions
commentId: T:TinyLife.Utilities.Extensions
parent: TinyLife.Utilities
name: Extensions
nameWithType: Extensions
fullName: TinyLife.Utilities.Extensions
- uid: MLEM.Ui.Elements
commentId: N:MLEM.Ui.Elements
isExternal: true
name: MLEM.Ui.Elements
nameWithType: MLEM.Ui.Elements
fullName: MLEM.Ui.Elements
- uid: System
commentId: N:System
isExternal: true
name: System
nameWithType: System
fullName: System
- uid: TinyLife.Utilities
commentId: N:TinyLife.Utilities
name: TinyLife.Utilities
nameWithType: TinyLife.Utilities
fullName: TinyLife.Utilities

713
api/TinyLife.Debug.yml Normal file
View file

@ -0,0 +1,713 @@
### YamlMime:ManagedReference
items:
- uid: TinyLife.Debug
commentId: T:TinyLife.Debug
id: Debug
parent: TinyLife
children:
- TinyLife.Debug.Cheats
- TinyLife.Debug.DebugLines
langs:
- csharp
- vb
name: Debug
nameWithType: Debug
fullName: TinyLife.Debug
type: Class
source:
remote:
path: TinyLife/Debug.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Debug
path: Debug.cs
startLine: 36
assemblies:
- Tiny Life
namespace: TinyLife
summary: "\nThis class contains a set of ways to include custom debug information in the game, including <xref href=\"TinyLife.Debug.Cheats\" data-throw-if-not-resolved=\"false\"></xref> and <xref href=\"TinyLife.Debug.DebugLines\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: []
syntax:
content: public class Debug
content.vb: Public Class Debug
inheritance:
- System.Object
inheritedMembers:
- System.Object.Equals(System.Object)
- System.Object.Equals(System.Object,System.Object)
- System.Object.GetHashCode
- System.Object.GetType
- System.Object.MemberwiseClone
- System.Object.ReferenceEquals(System.Object,System.Object)
- System.Object.ToString
extensionMethods:
- TinyLife.Debug.TinyLife.Utilities.Extensions.JsonCopy``1
modifiers.csharp:
- public
- class
modifiers.vb:
- Public
- Class
- uid: TinyLife.Debug.Cheats
commentId: F:TinyLife.Debug.Cheats
id: Cheats
parent: TinyLife.Debug
langs:
- csharp
- vb
name: Cheats
nameWithType: Debug.Cheats
fullName: TinyLife.Debug.Cheats
type: Field
source:
remote:
path: TinyLife/Debug.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Cheats
path: Debug.cs
startLine: 43
assemblies:
- Tiny Life
namespace: TinyLife
summary: "\nA set of regular expressions that resolve into a <xref href=\"TinyLife.Debug.CheatDelegate\" data-throw-if-not-resolved=\"false\"></xref>.\nWhen a cheat is entered in the F1 menu, and it matches the expression, the <xref href=\"TinyLife.Debug.CheatDelegate\" data-throw-if-not-resolved=\"false\"></xref> is invoked.\nTo register new cheats, simply add them to this dictionary.\n"
example: []
syntax:
content: public static readonly Dictionary<Regex, Debug.CheatDelegate> Cheats
return:
type: System.Collections.Generic.Dictionary{System.Text.RegularExpressions.Regex,TinyLife.Debug.CheatDelegate}
content.vb: Public Shared ReadOnly Cheats As Dictionary(Of Regex, Debug.CheatDelegate)
modifiers.csharp:
- public
- static
- readonly
modifiers.vb:
- Public
- Shared
- ReadOnly
- uid: TinyLife.Debug.DebugLines
commentId: F:TinyLife.Debug.DebugLines
id: DebugLines
parent: TinyLife.Debug
langs:
- csharp
- vb
name: DebugLines
nameWithType: Debug.DebugLines
fullName: TinyLife.Debug.DebugLines
type: Field
source:
remote:
path: TinyLife/Debug.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: DebugLines
path: Debug.cs
startLine: 49
assemblies:
- Tiny Life
namespace: TinyLife
summary: "\nA set of <xref href=\"TinyLife.Debug.DebugDelegate\" data-throw-if-not-resolved=\"false\"></xref> that cause additional lines to displayed in the F1 menu.\nTo register new debug lines, simply add them to this list.\nKeep in mind that, if too many debug lines are registered, they will go off-screen, so consider only displaying yours when holding certain hotkeys, or when they are necessary.\n"
example: []
syntax:
content: public static readonly List<Debug.DebugDelegate> DebugLines
return:
type: System.Collections.Generic.List{TinyLife.Debug.DebugDelegate}
content.vb: Public Shared ReadOnly DebugLines As List(Of Debug.DebugDelegate)
modifiers.csharp:
- public
- static
- readonly
modifiers.vb:
- Public
- Shared
- ReadOnly
references:
- uid: TinyLife.Debug.Cheats
commentId: F:TinyLife.Debug.Cheats
isExternal: true
- uid: TinyLife.Debug.DebugLines
commentId: F:TinyLife.Debug.DebugLines
isExternal: true
- uid: TinyLife
commentId: N:TinyLife
name: TinyLife
nameWithType: TinyLife
fullName: TinyLife
- uid: System.Object
commentId: T:System.Object
parent: System
isExternal: true
name: Object
nameWithType: Object
fullName: System.Object
- uid: System.Object.Equals(System.Object)
commentId: M:System.Object.Equals(System.Object)
parent: System.Object
isExternal: true
name: Equals(Object)
nameWithType: Object.Equals(Object)
fullName: System.Object.Equals(System.Object)
spec.csharp:
- uid: System.Object.Equals(System.Object)
name: Equals
nameWithType: Object.Equals
fullName: System.Object.Equals
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Object.Equals(System.Object)
name: Equals
nameWithType: Object.Equals
fullName: System.Object.Equals
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: System.Object.Equals(System.Object,System.Object)
commentId: M:System.Object.Equals(System.Object,System.Object)
parent: System.Object
isExternal: true
name: Equals(Object, Object)
nameWithType: Object.Equals(Object, Object)
fullName: System.Object.Equals(System.Object, System.Object)
spec.csharp:
- uid: System.Object.Equals(System.Object,System.Object)
name: Equals
nameWithType: Object.Equals
fullName: System.Object.Equals
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Object.Equals(System.Object,System.Object)
name: Equals
nameWithType: Object.Equals
fullName: System.Object.Equals
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: System.Object.GetHashCode
commentId: M:System.Object.GetHashCode
parent: System.Object
isExternal: true
name: GetHashCode()
nameWithType: Object.GetHashCode()
fullName: System.Object.GetHashCode()
spec.csharp:
- uid: System.Object.GetHashCode
name: GetHashCode
nameWithType: Object.GetHashCode
fullName: System.Object.GetHashCode
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Object.GetHashCode
name: GetHashCode
nameWithType: Object.GetHashCode
fullName: System.Object.GetHashCode
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: System.Object.GetType
commentId: M:System.Object.GetType
parent: System.Object
isExternal: true
name: GetType()
nameWithType: Object.GetType()
fullName: System.Object.GetType()
spec.csharp:
- uid: System.Object.GetType
name: GetType
nameWithType: Object.GetType
fullName: System.Object.GetType
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Object.GetType
name: GetType
nameWithType: Object.GetType
fullName: System.Object.GetType
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: System.Object.MemberwiseClone
commentId: M:System.Object.MemberwiseClone
parent: System.Object
isExternal: true
name: MemberwiseClone()
nameWithType: Object.MemberwiseClone()
fullName: System.Object.MemberwiseClone()
spec.csharp:
- uid: System.Object.MemberwiseClone
name: MemberwiseClone
nameWithType: Object.MemberwiseClone
fullName: System.Object.MemberwiseClone
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Object.MemberwiseClone
name: MemberwiseClone
nameWithType: Object.MemberwiseClone
fullName: System.Object.MemberwiseClone
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
commentId: M:System.Object.ReferenceEquals(System.Object,System.Object)
parent: System.Object
isExternal: true
name: ReferenceEquals(Object, Object)
nameWithType: Object.ReferenceEquals(Object, Object)
fullName: System.Object.ReferenceEquals(System.Object, System.Object)
spec.csharp:
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals
nameWithType: Object.ReferenceEquals
fullName: System.Object.ReferenceEquals
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals
nameWithType: Object.ReferenceEquals
fullName: System.Object.ReferenceEquals
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: System.Object.ToString
commentId: M:System.Object.ToString
parent: System.Object
isExternal: true
name: ToString()
nameWithType: Object.ToString()
fullName: System.Object.ToString()
spec.csharp:
- uid: System.Object.ToString
name: ToString
nameWithType: Object.ToString
fullName: System.Object.ToString
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Object.ToString
name: ToString
nameWithType: Object.ToString
fullName: System.Object.ToString
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Debug.TinyLife.Utilities.Extensions.JsonCopy``1
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy<Debug>()
nameWithType: Extensions.JsonCopy<Debug>()
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Debug>()
nameWithType.vb: Extensions.JsonCopy(Of Debug)()
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Debug)()
name.vb: JsonCopy(Of Debug)()
spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1
name: JsonCopy<Debug>
nameWithType: Extensions.JsonCopy<Debug>
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Debug>
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1
name: JsonCopy(Of Debug)
nameWithType: Extensions.JsonCopy(Of Debug)
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Debug)
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: System
commentId: N:System
isExternal: true
name: System
nameWithType: System
fullName: System
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy<T>(T)
nameWithType: Extensions.JsonCopy<T>(T)
fullName: TinyLife.Utilities.Extensions.JsonCopy<T>(T)
nameWithType.vb: Extensions.JsonCopy(Of T)(T)
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of T)(T)
name.vb: JsonCopy(Of T)(T)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy<T>
nameWithType: Extensions.JsonCopy<T>
fullName: TinyLife.Utilities.Extensions.JsonCopy<T>
- name: (
nameWithType: (
fullName: (
- name: T
nameWithType: T
fullName: T
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy(Of T)
nameWithType: Extensions.JsonCopy(Of T)
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of T)
- name: (
nameWithType: (
fullName: (
- name: T
nameWithType: T
fullName: T
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Utilities.Extensions
commentId: T:TinyLife.Utilities.Extensions
parent: TinyLife.Utilities
name: Extensions
nameWithType: Extensions
fullName: TinyLife.Utilities.Extensions
- uid: TinyLife.Utilities
commentId: N:TinyLife.Utilities
name: TinyLife.Utilities
nameWithType: TinyLife.Utilities
fullName: TinyLife.Utilities
- uid: TinyLife.Debug.CheatDelegate
commentId: T:TinyLife.Debug.CheatDelegate
name: Debug.CheatDelegate
nameWithType: Debug.CheatDelegate
fullName: TinyLife.Debug.CheatDelegate
- uid: System.Collections.Generic.Dictionary{System.Text.RegularExpressions.Regex,TinyLife.Debug.CheatDelegate}
commentId: T:System.Collections.Generic.Dictionary{System.Text.RegularExpressions.Regex,TinyLife.Debug.CheatDelegate}
parent: System.Collections.Generic
definition: System.Collections.Generic.Dictionary`2
name: Dictionary<Regex, Debug.CheatDelegate>
nameWithType: Dictionary<Regex, Debug.CheatDelegate>
fullName: System.Collections.Generic.Dictionary<System.Text.RegularExpressions.Regex, TinyLife.Debug.CheatDelegate>
nameWithType.vb: Dictionary(Of Regex, Debug.CheatDelegate)
fullName.vb: System.Collections.Generic.Dictionary(Of System.Text.RegularExpressions.Regex, TinyLife.Debug.CheatDelegate)
name.vb: Dictionary(Of Regex, Debug.CheatDelegate)
spec.csharp:
- uid: System.Collections.Generic.Dictionary`2
name: Dictionary
nameWithType: Dictionary
fullName: System.Collections.Generic.Dictionary
isExternal: true
- name: <
nameWithType: <
fullName: <
- uid: System.Text.RegularExpressions.Regex
name: Regex
nameWithType: Regex
fullName: System.Text.RegularExpressions.Regex
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.Debug.CheatDelegate
name: Debug.CheatDelegate
nameWithType: Debug.CheatDelegate
fullName: TinyLife.Debug.CheatDelegate
- name: '>'
nameWithType: '>'
fullName: '>'
spec.vb:
- uid: System.Collections.Generic.Dictionary`2
name: Dictionary
nameWithType: Dictionary
fullName: System.Collections.Generic.Dictionary
isExternal: true
- name: '(Of '
nameWithType: '(Of '
fullName: '(Of '
- uid: System.Text.RegularExpressions.Regex
name: Regex
nameWithType: Regex
fullName: System.Text.RegularExpressions.Regex
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.Debug.CheatDelegate
name: Debug.CheatDelegate
nameWithType: Debug.CheatDelegate
fullName: TinyLife.Debug.CheatDelegate
- name: )
nameWithType: )
fullName: )
- uid: System.Collections.Generic.Dictionary`2
commentId: T:System.Collections.Generic.Dictionary`2
isExternal: true
name: Dictionary<TKey, TValue>
nameWithType: Dictionary<TKey, TValue>
fullName: System.Collections.Generic.Dictionary<TKey, TValue>
nameWithType.vb: Dictionary(Of TKey, TValue)
fullName.vb: System.Collections.Generic.Dictionary(Of TKey, TValue)
name.vb: Dictionary(Of TKey, TValue)
spec.csharp:
- uid: System.Collections.Generic.Dictionary`2
name: Dictionary
nameWithType: Dictionary
fullName: System.Collections.Generic.Dictionary
isExternal: true
- name: <
nameWithType: <
fullName: <
- name: TKey
nameWithType: TKey
fullName: TKey
- name: ', '
nameWithType: ', '
fullName: ', '
- name: TValue
nameWithType: TValue
fullName: TValue
- name: '>'
nameWithType: '>'
fullName: '>'
spec.vb:
- uid: System.Collections.Generic.Dictionary`2
name: Dictionary
nameWithType: Dictionary
fullName: System.Collections.Generic.Dictionary
isExternal: true
- name: '(Of '
nameWithType: '(Of '
fullName: '(Of '
- name: TKey
nameWithType: TKey
fullName: TKey
- name: ', '
nameWithType: ', '
fullName: ', '
- name: TValue
nameWithType: TValue
fullName: TValue
- name: )
nameWithType: )
fullName: )
- uid: System.Collections.Generic
commentId: N:System.Collections.Generic
isExternal: true
name: System.Collections.Generic
nameWithType: System.Collections.Generic
fullName: System.Collections.Generic
- uid: TinyLife.Debug.DebugDelegate
commentId: T:TinyLife.Debug.DebugDelegate
name: Debug.DebugDelegate
nameWithType: Debug.DebugDelegate
fullName: TinyLife.Debug.DebugDelegate
- uid: System.Collections.Generic.List{TinyLife.Debug.DebugDelegate}
commentId: T:System.Collections.Generic.List{TinyLife.Debug.DebugDelegate}
parent: System.Collections.Generic
definition: System.Collections.Generic.List`1
name: List<Debug.DebugDelegate>
nameWithType: List<Debug.DebugDelegate>
fullName: System.Collections.Generic.List<TinyLife.Debug.DebugDelegate>
nameWithType.vb: List(Of Debug.DebugDelegate)
fullName.vb: System.Collections.Generic.List(Of TinyLife.Debug.DebugDelegate)
name.vb: List(Of Debug.DebugDelegate)
spec.csharp:
- uid: System.Collections.Generic.List`1
name: List
nameWithType: List
fullName: System.Collections.Generic.List
isExternal: true
- name: <
nameWithType: <
fullName: <
- uid: TinyLife.Debug.DebugDelegate
name: Debug.DebugDelegate
nameWithType: Debug.DebugDelegate
fullName: TinyLife.Debug.DebugDelegate
- name: '>'
nameWithType: '>'
fullName: '>'
spec.vb:
- uid: System.Collections.Generic.List`1
name: List
nameWithType: List
fullName: System.Collections.Generic.List
isExternal: true
- name: '(Of '
nameWithType: '(Of '
fullName: '(Of '
- uid: TinyLife.Debug.DebugDelegate
name: Debug.DebugDelegate
nameWithType: Debug.DebugDelegate
fullName: TinyLife.Debug.DebugDelegate
- name: )
nameWithType: )
fullName: )
- uid: System.Collections.Generic.List`1
commentId: T:System.Collections.Generic.List`1
isExternal: true
name: List<T>
nameWithType: List<T>
fullName: System.Collections.Generic.List<T>
nameWithType.vb: List(Of T)
fullName.vb: System.Collections.Generic.List(Of T)
name.vb: List(Of T)
spec.csharp:
- uid: System.Collections.Generic.List`1
name: List
nameWithType: List
fullName: System.Collections.Generic.List
isExternal: true
- name: <
nameWithType: <
fullName: <
- name: T
nameWithType: T
fullName: T
- name: '>'
nameWithType: '>'
fullName: '>'
spec.vb:
- uid: System.Collections.Generic.List`1
name: List
nameWithType: List
fullName: System.Collections.Generic.List
isExternal: true
- name: '(Of '
nameWithType: '(Of '
fullName: '(Of '
- name: T
nameWithType: T
fullName: T
- name: )
nameWithType: )
fullName: )

View file

@ -5,9 +5,9 @@ items:
id: EmotionModifier.Instance
parent: TinyLife.Emotions
children:
- TinyLife.Emotions.EmotionModifier.Instance.#ctor(TinyLife.Emotions.EmotionModifier,System.Int32,System.TimeSpan)
- TinyLife.Emotions.EmotionModifier.Instance.Amount
- TinyLife.Emotions.EmotionModifier.Instance.PassTime(System.TimeSpan)
- TinyLife.Emotions.EmotionModifier.Instance.Source
- TinyLife.Emotions.EmotionModifier.Instance.Time
- TinyLife.Emotions.EmotionModifier.Instance.TotalTime
- TinyLife.Emotions.EmotionModifier.Instance.Type
@ -23,14 +23,14 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Instance
path: Emotions/EmotionModifier.cs
startLine: 218
startLine: 234
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
summary: "\nThis class represents an applied instance of a <xref href=\"TinyLife.Emotions.EmotionModifier\" data-throw-if-not-resolved=\"false\"></xref>.\nIt is used by <xref href=\"TinyLife.Objects.Person.AddEmotion(TinyLife.Emotions.EmotionModifier%2cSystem.Int32%2cSystem.TimeSpan%2cSystem.Boolean)\" data-throw-if-not-resolved=\"false\"></xref>.\n"
summary: "\nThis class represents an applied instance of a <xref href=\"TinyLife.Emotions.EmotionModifier\" data-throw-if-not-resolved=\"false\"></xref>.\nIt is used by <xref href=\"TinyLife.Objects.Person.AddEmotion(TinyLife.Emotions.EmotionModifier%2cSystem.Int32%2cSystem.TimeSpan%2cTinyLife.Emotions.IEmotionSource%2cSystem.Boolean)\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: []
syntax:
content: >-
@ -78,10 +78,10 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Type
path: Emotions/EmotionModifier.cs
startLine: 225
startLine: 241
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@ -123,10 +123,10 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Amount
path: Emotions/EmotionModifier.cs
startLine: 230
startLine: 246
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@ -168,10 +168,10 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: TotalTime
path: Emotions/EmotionModifier.cs
startLine: 235
startLine: 251
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@ -213,10 +213,10 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Time
path: Emotions/EmotionModifier.cs
startLine: 239
startLine: 255
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@ -245,48 +245,43 @@ items:
modifiers.vb:
- Public
- ReadOnly
- uid: TinyLife.Emotions.EmotionModifier.Instance.#ctor(TinyLife.Emotions.EmotionModifier,System.Int32,System.TimeSpan)
commentId: M:TinyLife.Emotions.EmotionModifier.Instance.#ctor(TinyLife.Emotions.EmotionModifier,System.Int32,System.TimeSpan)
id: '#ctor(TinyLife.Emotions.EmotionModifier,System.Int32,System.TimeSpan)'
- uid: TinyLife.Emotions.EmotionModifier.Instance.Source
commentId: P:TinyLife.Emotions.EmotionModifier.Instance.Source
id: Source
parent: TinyLife.Emotions.EmotionModifier.Instance
langs:
- csharp
- vb
name: Instance(EmotionModifier, Int32, TimeSpan)
nameWithType: EmotionModifier.Instance.Instance(EmotionModifier, Int32, TimeSpan)
fullName: TinyLife.Emotions.EmotionModifier.Instance.Instance(TinyLife.Emotions.EmotionModifier, System.Int32, System.TimeSpan)
type: Constructor
name: Source
nameWithType: EmotionModifier.Instance.Source
fullName: TinyLife.Emotions.EmotionModifier.Instance.Source
type: Property
source:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Source
path: Emotions/EmotionModifier.cs
startLine: 248
startLine: 261
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
summary: "\nCreates a new <xref href=\"TinyLife.Emotions.EmotionModifier\" data-throw-if-not-resolved=\"false\"></xref> instance with the given settings\n"
summary: "\nThe <xref href=\"TinyLife.Emotions.IEmotionSource\" data-throw-if-not-resolved=\"false\"></xref> that caused this emotion modifier to occur.\nIf there is no source, null is returned.\n"
example: []
syntax:
content: public Instance(EmotionModifier type, int amount, TimeSpan time)
parameters:
- id: type
type: TinyLife.Emotions.EmotionModifier
description: The emotion modifier of this instance
- id: amount
type: System.Int32
description: The amount that this instance should yield
- id: time
type: System.TimeSpan
description: The time that this instance should last for
content.vb: Public Sub New(type As EmotionModifier, amount As Integer, time As TimeSpan)
overload: TinyLife.Emotions.EmotionModifier.Instance.#ctor*
content: public IEmotionSource Source { get; }
parameters: []
return:
type: TinyLife.Emotions.IEmotionSource
content.vb: Public ReadOnly Property Source As IEmotionSource
overload: TinyLife.Emotions.EmotionModifier.Instance.Source*
modifiers.csharp:
- public
- get
modifiers.vb:
- Public
- ReadOnly
- uid: TinyLife.Emotions.EmotionModifier.Instance.PassTime(System.TimeSpan)
commentId: M:TinyLife.Emotions.EmotionModifier.Instance.PassTime(System.TimeSpan)
id: PassTime(System.TimeSpan)
@ -302,10 +297,10 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: PassTime
path: Emotions/EmotionModifier.cs
startLine: 260
startLine: 280
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@ -338,10 +333,10 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Validate
path: Emotions/EmotionModifier.cs
startLine: 274
startLine: 294
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@ -369,8 +364,8 @@ references:
name: EmotionModifier
nameWithType: EmotionModifier
fullName: TinyLife.Emotions.EmotionModifier
- uid: TinyLife.Objects.Person.AddEmotion(TinyLife.Emotions.EmotionModifier,System.Int32,System.TimeSpan,System.Boolean)
commentId: M:TinyLife.Objects.Person.AddEmotion(TinyLife.Emotions.EmotionModifier,System.Int32,System.TimeSpan,System.Boolean)
- uid: TinyLife.Objects.Person.AddEmotion(TinyLife.Emotions.EmotionModifier,System.Int32,System.TimeSpan,TinyLife.Emotions.IEmotionSource,System.Boolean)
commentId: M:TinyLife.Objects.Person.AddEmotion(TinyLife.Emotions.EmotionModifier,System.Int32,System.TimeSpan,TinyLife.Emotions.IEmotionSource,System.Boolean)
isExternal: true
- uid: TinyLife.Emotions
commentId: N:TinyLife.Emotions
@ -773,11 +768,17 @@ references:
name: Time
nameWithType: EmotionModifier.Instance.Time
fullName: TinyLife.Emotions.EmotionModifier.Instance.Time
- uid: TinyLife.Emotions.EmotionModifier.Instance.#ctor*
commentId: Overload:TinyLife.Emotions.EmotionModifier.Instance.#ctor
name: Instance
nameWithType: EmotionModifier.Instance.Instance
fullName: TinyLife.Emotions.EmotionModifier.Instance.Instance
- uid: TinyLife.Emotions.IEmotionSource
commentId: T:TinyLife.Emotions.IEmotionSource
parent: TinyLife.Emotions
name: IEmotionSource
nameWithType: IEmotionSource
fullName: TinyLife.Emotions.IEmotionSource
- uid: TinyLife.Emotions.EmotionModifier.Instance.Source*
commentId: Overload:TinyLife.Emotions.EmotionModifier.Instance.Source
name: Source
nameWithType: EmotionModifier.Instance.Source
fullName: TinyLife.Emotions.EmotionModifier.Instance.Source
- uid: TinyLife.Emotions.EmotionModifier.Instance.Time
commentId: P:TinyLife.Emotions.EmotionModifier.Instance.Time
isExternal: true

File diff suppressed because it is too large Load diff

View file

@ -19,7 +19,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: TypeCategory
path: Emotions/EmotionType.cs
startLine: 90
@ -54,7 +54,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Negative
path: Emotions/EmotionType.cs
startLine: 95
@ -88,7 +88,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Positive
path: Emotions/EmotionType.cs
startLine: 99
@ -122,7 +122,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Neutral
path: Emotions/EmotionType.cs
startLine: 103

View file

@ -36,7 +36,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: EmotionType
path: Emotions/EmotionType.cs
startLine: 17
@ -87,7 +87,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Types
path: Emotions/EmotionType.cs
startLine: 24
@ -124,7 +124,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Fine
path: Emotions/EmotionType.cs
startLine: 27
@ -159,7 +159,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Uncomfortable
path: Emotions/EmotionType.cs
startLine: 28
@ -194,7 +194,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Asleep
path: Emotions/EmotionType.cs
startLine: 29
@ -229,7 +229,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Happy
path: Emotions/EmotionType.cs
startLine: 30
@ -264,7 +264,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Embarrassed
path: Emotions/EmotionType.cs
startLine: 31
@ -299,7 +299,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Sad
path: Emotions/EmotionType.cs
startLine: 32
@ -334,7 +334,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Bored
path: Emotions/EmotionType.cs
startLine: 33
@ -369,7 +369,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Frisky
path: Emotions/EmotionType.cs
startLine: 34
@ -404,7 +404,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Creative
path: Emotions/EmotionType.cs
startLine: 35
@ -439,7 +439,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Focused
path: Emotions/EmotionType.cs
startLine: 36
@ -474,7 +474,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Stunned
path: Emotions/EmotionType.cs
startLine: 37
@ -509,7 +509,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Angry
path: Emotions/EmotionType.cs
startLine: 38
@ -544,7 +544,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Energetic
path: Emotions/EmotionType.cs
startLine: 39
@ -579,7 +579,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Name
path: Emotions/EmotionType.cs
startLine: 45
@ -614,7 +614,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Icon
path: Emotions/EmotionType.cs
startLine: 49
@ -649,7 +649,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Color
path: Emotions/EmotionType.cs
startLine: 54
@ -684,7 +684,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Category
path: Emotions/EmotionType.cs
startLine: 59
@ -719,7 +719,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: .ctor
path: Emotions/EmotionType.cs
startLine: 68
@ -764,7 +764,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Register
path: Emotions/EmotionType.cs
startLine: 80

View file

@ -0,0 +1,260 @@
### YamlMime:ManagedReference
items:
- uid: TinyLife.Emotions.IEmotionSource
commentId: T:TinyLife.Emotions.IEmotionSource
id: IEmotionSource
parent: TinyLife.Emotions
children:
- TinyLife.Emotions.IEmotionSource.SourceString
langs:
- csharp
- vb
name: IEmotionSource
nameWithType: IEmotionSource
fullName: TinyLife.Emotions.IEmotionSource
type: Interface
source:
remote:
path: TinyLife/Emotions/IEmotionSource.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: IEmotionSource
path: Emotions/IEmotionSource.cs
startLine: 10
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
summary: "\nThis interface can be added to classes that should be able to represent a cause of an emotion.\nBy default, several of the game&apos;s objects, including <xref href=\"TinyLife.Objects.FurnitureType\" data-throw-if-not-resolved=\"false\"></xref>, <xref href=\"TinyLife.Actions.ActionType\" data-throw-if-not-resolved=\"false\"></xref> and <xref href=\"TinyLife.PersonalityType\" data-throw-if-not-resolved=\"false\"></xref> have this interface.\nNote that, since emotion sources are serialized directly when storing a <xref href=\"TinyLife.Emotions.EmotionModifier.Instance\" data-throw-if-not-resolved=\"false\"></xref>, it&apos;s recommended that their default serializer is <xref href=\"MLEM.Data.Json.StaticJsonConverter%601\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: []
syntax:
content: public interface IEmotionSource
content.vb: Public Interface IEmotionSource
extensionMethods:
- TinyLife.Emotions.IEmotionSource.TinyLife.Utilities.Extensions.JsonCopy``1
modifiers.csharp:
- public
- interface
modifiers.vb:
- Public
- Interface
- uid: TinyLife.Emotions.IEmotionSource.SourceString
commentId: P:TinyLife.Emotions.IEmotionSource.SourceString
id: SourceString
parent: TinyLife.Emotions.IEmotionSource
langs:
- csharp
- vb
name: SourceString
nameWithType: IEmotionSource.SourceString
fullName: TinyLife.Emotions.IEmotionSource.SourceString
type: Property
source:
remote:
path: TinyLife/Emotions/IEmotionSource.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: SourceString
path: Emotions/IEmotionSource.cs
startLine: 15
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
summary: "\nA (localized) string that is displayed when hovering over an <xref href=\"TinyLife.Emotions.EmotionModifier\" data-throw-if-not-resolved=\"false\"></xref> that has this source\n"
example: []
syntax:
content: string SourceString { get; }
parameters: []
return:
type: System.String
content.vb: ReadOnly Property SourceString As String
overload: TinyLife.Emotions.IEmotionSource.SourceString*
modifiers.csharp:
- get
modifiers.vb:
- ReadOnly
references:
- uid: TinyLife.Objects.FurnitureType
commentId: T:TinyLife.Objects.FurnitureType
parent: TinyLife.Objects
name: FurnitureType
nameWithType: FurnitureType
fullName: TinyLife.Objects.FurnitureType
- uid: TinyLife.Actions.ActionType
commentId: T:TinyLife.Actions.ActionType
parent: TinyLife.Actions
name: ActionType
nameWithType: ActionType
fullName: TinyLife.Actions.ActionType
- uid: TinyLife.PersonalityType
commentId: T:TinyLife.PersonalityType
parent: TinyLife
name: PersonalityType
nameWithType: PersonalityType
fullName: TinyLife.PersonalityType
- uid: TinyLife.Emotions.EmotionModifier.Instance
commentId: T:TinyLife.Emotions.EmotionModifier.Instance
name: EmotionModifier.Instance
nameWithType: EmotionModifier.Instance
fullName: TinyLife.Emotions.EmotionModifier.Instance
- uid: MLEM.Data.Json.StaticJsonConverter`1
commentId: T:MLEM.Data.Json.StaticJsonConverter`1
isExternal: true
name: StaticJsonConverter<T>
nameWithType: StaticJsonConverter<T>
fullName: MLEM.Data.Json.StaticJsonConverter<T>
nameWithType.vb: StaticJsonConverter(Of T)
fullName.vb: MLEM.Data.Json.StaticJsonConverter(Of T)
name.vb: StaticJsonConverter(Of T)
spec.csharp:
- uid: MLEM.Data.Json.StaticJsonConverter`1
name: StaticJsonConverter
nameWithType: StaticJsonConverter
fullName: MLEM.Data.Json.StaticJsonConverter
isExternal: true
- name: <
nameWithType: <
fullName: <
- name: T
nameWithType: T
fullName: T
- name: '>'
nameWithType: '>'
fullName: '>'
spec.vb:
- uid: MLEM.Data.Json.StaticJsonConverter`1
name: StaticJsonConverter
nameWithType: StaticJsonConverter
fullName: MLEM.Data.Json.StaticJsonConverter
isExternal: true
- name: '(Of '
nameWithType: '(Of '
fullName: '(Of '
- name: T
nameWithType: T
fullName: T
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Emotions
commentId: N:TinyLife.Emotions
name: TinyLife.Emotions
nameWithType: TinyLife.Emotions
fullName: TinyLife.Emotions
- uid: TinyLife.Emotions.IEmotionSource.TinyLife.Utilities.Extensions.JsonCopy``1
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy<IEmotionSource>()
nameWithType: Extensions.JsonCopy<IEmotionSource>()
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Emotions.IEmotionSource>()
nameWithType.vb: Extensions.JsonCopy(Of IEmotionSource)()
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Emotions.IEmotionSource)()
name.vb: JsonCopy(Of IEmotionSource)()
spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1
name: JsonCopy<IEmotionSource>
nameWithType: Extensions.JsonCopy<IEmotionSource>
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Emotions.IEmotionSource>
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1
name: JsonCopy(Of IEmotionSource)
nameWithType: Extensions.JsonCopy(Of IEmotionSource)
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Emotions.IEmotionSource)
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Objects
commentId: N:TinyLife.Objects
name: TinyLife.Objects
nameWithType: TinyLife.Objects
fullName: TinyLife.Objects
- uid: TinyLife.Actions
commentId: N:TinyLife.Actions
name: TinyLife.Actions
nameWithType: TinyLife.Actions
fullName: TinyLife.Actions
- uid: TinyLife
commentId: N:TinyLife
name: TinyLife
nameWithType: TinyLife
fullName: TinyLife
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy<T>(T)
nameWithType: Extensions.JsonCopy<T>(T)
fullName: TinyLife.Utilities.Extensions.JsonCopy<T>(T)
nameWithType.vb: Extensions.JsonCopy(Of T)(T)
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of T)(T)
name.vb: JsonCopy(Of T)(T)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy<T>
nameWithType: Extensions.JsonCopy<T>
fullName: TinyLife.Utilities.Extensions.JsonCopy<T>
- name: (
nameWithType: (
fullName: (
- name: T
nameWithType: T
fullName: T
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy(Of T)
nameWithType: Extensions.JsonCopy(Of T)
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of T)
- name: (
nameWithType: (
fullName: (
- name: T
nameWithType: T
fullName: T
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Utilities.Extensions
commentId: T:TinyLife.Utilities.Extensions
parent: TinyLife.Utilities
name: Extensions
nameWithType: Extensions
fullName: TinyLife.Utilities.Extensions
- uid: TinyLife.Utilities
commentId: N:TinyLife.Utilities
name: TinyLife.Utilities
nameWithType: TinyLife.Utilities
fullName: TinyLife.Utilities
- uid: TinyLife.Emotions.EmotionModifier
commentId: T:TinyLife.Emotions.EmotionModifier
parent: TinyLife.Emotions
name: EmotionModifier
nameWithType: EmotionModifier
fullName: TinyLife.Emotions.EmotionModifier
- uid: TinyLife.Emotions.IEmotionSource.SourceString*
commentId: Overload:TinyLife.Emotions.IEmotionSource.SourceString
name: SourceString
nameWithType: IEmotionSource.SourceString
fullName: TinyLife.Emotions.IEmotionSource.SourceString
- uid: System.String
commentId: T:System.String
parent: System
isExternal: true
name: String
nameWithType: String
fullName: System.String
- uid: System
commentId: N:System
isExternal: true
name: System
nameWithType: System
fullName: System

View file

@ -8,6 +8,7 @@ items:
- TinyLife.Emotions.EmotionModifier.Instance
- TinyLife.Emotions.EmotionType
- TinyLife.Emotions.EmotionType.TypeCategory
- TinyLife.Emotions.IEmotionSource
langs:
- csharp
- vb
@ -41,6 +42,12 @@ references:
name: EmotionType.TypeCategory
nameWithType: EmotionType.TypeCategory
fullName: TinyLife.Emotions.EmotionType.TypeCategory
- uid: TinyLife.Emotions.IEmotionSource
commentId: T:TinyLife.Emotions.IEmotionSource
parent: TinyLife.Emotions
name: IEmotionSource
nameWithType: IEmotionSource
fullName: TinyLife.Emotions.IEmotionSource
- uid: TinyLife.Emotions
commentId: N:TinyLife.Emotions
name: TinyLife.Emotions

View file

@ -20,10 +20,10 @@ items:
remote:
path: TinyLife/GameImpl.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GameMode
path: GameImpl.cs
startLine: 685
startLine: 693
assemblies:
- Tiny Life
namespace: TinyLife
@ -55,10 +55,10 @@ items:
remote:
path: TinyLife/GameImpl.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: MainMenu
path: GameImpl.cs
startLine: 688
startLine: 696
assemblies:
- Tiny Life
namespace: TinyLife
@ -89,10 +89,10 @@ items:
remote:
path: TinyLife/GameImpl.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: SelectHousehold
path: GameImpl.cs
startLine: 690
startLine: 698
assemblies:
- Tiny Life
namespace: TinyLife
@ -123,10 +123,10 @@ items:
remote:
path: TinyLife/GameImpl.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: InGameHousehold
path: GameImpl.cs
startLine: 692
startLine: 700
assemblies:
- Tiny Life
namespace: TinyLife
@ -157,10 +157,10 @@ items:
remote:
path: TinyLife/GameImpl.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: BuildOnly
path: GameImpl.cs
startLine: 694
startLine: 702
assemblies:
- Tiny Life
namespace: TinyLife

View file

@ -28,7 +28,7 @@ items:
- TinyLife.GameImpl.SaveName
- TinyLife.GameImpl.Speed
- TinyLife.GameImpl.SwitchGameMode(TinyLife.GameImpl.GameMode)
- TinyLife.GameImpl.TakeScreenshot(Microsoft.Xna.Framework.Point,System.Nullable{MLEM.Misc.RectangleF},System.Nullable{Microsoft.Xna.Framework.Matrix})
- TinyLife.GameImpl.TakeScreenshot(Microsoft.Xna.Framework.Point,System.Nullable{MLEM.Misc.RectangleF},System.Nullable{Microsoft.Xna.Framework.Matrix},Microsoft.Xna.Framework.Graphics.RenderTarget2D)
- TinyLife.GameImpl.Version
- TinyLife.GameImpl.Weekday
langs:
@ -42,7 +42,7 @@ items:
remote:
path: TinyLife/GameImpl.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GameImpl
path: GameImpl.cs
startLine: 50
@ -138,7 +138,7 @@ items:
remote:
path: TinyLife/GameImpl.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Version
path: GameImpl.cs
startLine: 55
@ -175,7 +175,7 @@ items:
remote:
path: TinyLife/GameImpl.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Instance
path: GameImpl.cs
startLine: 61
@ -214,7 +214,7 @@ items:
remote:
path: TinyLife/GameImpl.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GraphicsMetrics
path: GameImpl.cs
startLine: 65
@ -251,7 +251,7 @@ items:
remote:
path: TinyLife/GameImpl.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Camera
path: GameImpl.cs
startLine: 69
@ -288,7 +288,7 @@ items:
remote:
path: TinyLife/GameImpl.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Listener
path: GameImpl.cs
startLine: 73
@ -325,7 +325,7 @@ items:
remote:
path: TinyLife/GameImpl.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Map
path: GameImpl.cs
startLine: 77
@ -362,7 +362,7 @@ items:
remote:
path: TinyLife/GameImpl.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: CurrentTool
path: GameImpl.cs
startLine: 81
@ -399,7 +399,7 @@ items:
remote:
path: TinyLife/GameImpl.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: CurrentTime
path: GameImpl.cs
startLine: 96
@ -432,7 +432,7 @@ items:
remote:
path: TinyLife/GameImpl.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Weekday
path: GameImpl.cs
startLine: 100
@ -469,7 +469,7 @@ items:
remote:
path: TinyLife/GameImpl.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: CurrentHousehold
path: GameImpl.cs
startLine: 104
@ -506,7 +506,7 @@ items:
remote:
path: TinyLife/GameImpl.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Money
path: GameImpl.cs
startLine: 108
@ -543,7 +543,7 @@ items:
remote:
path: TinyLife/GameImpl.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: CurrentLot
path: GameImpl.cs
startLine: 118
@ -580,7 +580,7 @@ items:
remote:
path: TinyLife/GameImpl.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Speed
path: GameImpl.cs
startLine: 124
@ -617,7 +617,7 @@ items:
remote:
path: TinyLife/GameImpl.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: FollowingPerson
path: GameImpl.cs
startLine: 137
@ -654,7 +654,7 @@ items:
remote:
path: TinyLife/GameImpl.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: SaveName
path: GameImpl.cs
startLine: 149
@ -691,7 +691,7 @@ items:
remote:
path: TinyLife/GameImpl.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Mode
path: GameImpl.cs
startLine: 153
@ -728,7 +728,7 @@ items:
remote:
path: TinyLife/GameImpl.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: LoadContent
path: GameImpl.cs
startLine: 192
@ -762,10 +762,10 @@ items:
remote:
path: TinyLife/GameImpl.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: DoUpdate
path: GameImpl.cs
startLine: 297
startLine: 300
assemblies:
- Tiny Life
namespace: TinyLife
@ -799,10 +799,10 @@ items:
remote:
path: TinyLife/GameImpl.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: DoDraw
path: GameImpl.cs
startLine: 398
startLine: 401
assemblies:
- Tiny Life
namespace: TinyLife
@ -836,10 +836,10 @@ items:
remote:
path: TinyLife/GameImpl.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Dispose
path: GameImpl.cs
startLine: 436
startLine: 439
assemblies:
- Tiny Life
namespace: TinyLife
@ -873,10 +873,10 @@ items:
remote:
path: TinyLife/GameImpl.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: IsMouseOnUi
path: GameImpl.cs
startLine: 451
startLine: 454
assemblies:
- Tiny Life
namespace: TinyLife
@ -908,10 +908,10 @@ items:
remote:
path: TinyLife/GameImpl.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: SwitchGameMode
path: GameImpl.cs
startLine: 460
startLine: 463
assemblies:
- Tiny Life
namespace: TinyLife
@ -944,10 +944,10 @@ items:
remote:
path: TinyLife/GameImpl.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: CanBeExtremelyFast
path: GameImpl.cs
startLine: 525
startLine: 528
assemblies:
- Tiny Life
namespace: TinyLife
@ -979,10 +979,10 @@ items:
remote:
path: TinyLife/GameImpl.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: CanSaveOrSwitchModes
path: GameImpl.cs
startLine: 536
startLine: 539
assemblies:
- Tiny Life
namespace: TinyLife
@ -1014,10 +1014,10 @@ items:
remote:
path: TinyLife/GameImpl.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: FadeKeyboardLighting
path: GameImpl.cs
startLine: 553
startLine: 556
assemblies:
- Tiny Life
namespace: TinyLife
@ -1035,32 +1035,32 @@ items:
- public
modifiers.vb:
- Public
- uid: TinyLife.GameImpl.TakeScreenshot(Microsoft.Xna.Framework.Point,System.Nullable{MLEM.Misc.RectangleF},System.Nullable{Microsoft.Xna.Framework.Matrix})
commentId: M:TinyLife.GameImpl.TakeScreenshot(Microsoft.Xna.Framework.Point,System.Nullable{MLEM.Misc.RectangleF},System.Nullable{Microsoft.Xna.Framework.Matrix})
id: TakeScreenshot(Microsoft.Xna.Framework.Point,System.Nullable{MLEM.Misc.RectangleF},System.Nullable{Microsoft.Xna.Framework.Matrix})
- uid: TinyLife.GameImpl.TakeScreenshot(Microsoft.Xna.Framework.Point,System.Nullable{MLEM.Misc.RectangleF},System.Nullable{Microsoft.Xna.Framework.Matrix},Microsoft.Xna.Framework.Graphics.RenderTarget2D)
commentId: M:TinyLife.GameImpl.TakeScreenshot(Microsoft.Xna.Framework.Point,System.Nullable{MLEM.Misc.RectangleF},System.Nullable{Microsoft.Xna.Framework.Matrix},Microsoft.Xna.Framework.Graphics.RenderTarget2D)
id: TakeScreenshot(Microsoft.Xna.Framework.Point,System.Nullable{MLEM.Misc.RectangleF},System.Nullable{Microsoft.Xna.Framework.Matrix},Microsoft.Xna.Framework.Graphics.RenderTarget2D)
parent: TinyLife.GameImpl
langs:
- csharp
- vb
name: TakeScreenshot(Point, Nullable<RectangleF>, Nullable<Matrix>)
nameWithType: GameImpl.TakeScreenshot(Point, Nullable<RectangleF>, Nullable<Matrix>)
fullName: TinyLife.GameImpl.TakeScreenshot(Microsoft.Xna.Framework.Point, System.Nullable<MLEM.Misc.RectangleF>, System.Nullable<Microsoft.Xna.Framework.Matrix>)
name: TakeScreenshot(Point, Nullable<RectangleF>, Nullable<Matrix>, RenderTarget2D)
nameWithType: GameImpl.TakeScreenshot(Point, Nullable<RectangleF>, Nullable<Matrix>, RenderTarget2D)
fullName: TinyLife.GameImpl.TakeScreenshot(Microsoft.Xna.Framework.Point, System.Nullable<MLEM.Misc.RectangleF>, System.Nullable<Microsoft.Xna.Framework.Matrix>, Microsoft.Xna.Framework.Graphics.RenderTarget2D)
type: Method
source:
remote:
path: TinyLife/GameImpl.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: TakeScreenshot
path: GameImpl.cs
startLine: 631
startLine: 580
assemblies:
- Tiny Life
namespace: TinyLife
summary: "\nTakes a screenshot and stores it in the default location, using a file name that contains the current date and time\n"
example: []
syntax:
content: public void TakeScreenshot(Point size, RectangleF? visibleArea = default(RectangleF? ), Matrix? visibleMatrix = default(Matrix? ))
content: public void TakeScreenshot(Point size, RectangleF? visibleArea = null, Matrix? visibleMatrix = null, RenderTarget2D lightmap = null)
parameters:
- id: size
type: Microsoft.Xna.Framework.Point
@ -1071,15 +1071,18 @@ items:
- id: visibleMatrix
type: System.Nullable{Microsoft.Xna.Framework.Matrix}
description: A matrix that has a translation and scale that determines the visible area of the screenshot
content.vb: Public Sub TakeScreenshot(size As Point, visibleArea As RectangleF? = Nothing, visibleMatrix As Matrix? = Nothing)
- id: lightmap
type: Microsoft.Xna.Framework.Graphics.RenderTarget2D
description: The light map to draw light onto, or null to use the default light map
content.vb: Public Sub TakeScreenshot(size As Point, visibleArea As RectangleF? = Nothing, visibleMatrix As Matrix? = Nothing, lightmap As RenderTarget2D = Nothing)
overload: TinyLife.GameImpl.TakeScreenshot*
nameWithType.vb: GameImpl.TakeScreenshot(Point, Nullable(Of RectangleF), Nullable(Of Matrix))
nameWithType.vb: GameImpl.TakeScreenshot(Point, Nullable(Of RectangleF), Nullable(Of Matrix), RenderTarget2D)
modifiers.csharp:
- public
modifiers.vb:
- Public
fullName.vb: TinyLife.GameImpl.TakeScreenshot(Microsoft.Xna.Framework.Point, System.Nullable(Of MLEM.Misc.RectangleF), System.Nullable(Of Microsoft.Xna.Framework.Matrix))
name.vb: TakeScreenshot(Point, Nullable(Of RectangleF), Nullable(Of Matrix))
fullName.vb: TinyLife.GameImpl.TakeScreenshot(Microsoft.Xna.Framework.Point, System.Nullable(Of MLEM.Misc.RectangleF), System.Nullable(Of Microsoft.Xna.Framework.Matrix), Microsoft.Xna.Framework.Graphics.RenderTarget2D)
name.vb: TakeScreenshot(Point, Nullable(Of RectangleF), Nullable(Of Matrix), RenderTarget2D)
references:
- uid: TinyLife
commentId: N:TinyLife
@ -3017,6 +3020,13 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: Microsoft.Xna.Framework.Graphics.RenderTarget2D
commentId: T:Microsoft.Xna.Framework.Graphics.RenderTarget2D
parent: Microsoft.Xna.Framework.Graphics
isExternal: true
name: RenderTarget2D
nameWithType: RenderTarget2D
fullName: Microsoft.Xna.Framework.Graphics.RenderTarget2D
- uid: System.Nullable`1
commentId: T:System.Nullable`1
isExternal: true

View file

@ -21,10 +21,10 @@ items:
remote:
path: TinyLife/Options.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GameSpeed
path: Options.cs
startLine: 304
startLine: 315
assemblies:
- Tiny Life
namespace: TinyLife
@ -56,10 +56,10 @@ items:
remote:
path: TinyLife/Options.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Paused
path: Options.cs
startLine: 309
startLine: 320
assemblies:
- Tiny Life
namespace: TinyLife
@ -90,10 +90,10 @@ items:
remote:
path: TinyLife/Options.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Regular
path: Options.cs
startLine: 313
startLine: 324
assemblies:
- Tiny Life
namespace: TinyLife
@ -124,10 +124,10 @@ items:
remote:
path: TinyLife/Options.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Fast
path: Options.cs
startLine: 317
startLine: 328
assemblies:
- Tiny Life
namespace: TinyLife
@ -158,10 +158,10 @@ items:
remote:
path: TinyLife/Options.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: VeryFast
path: Options.cs
startLine: 321
startLine: 332
assemblies:
- Tiny Life
namespace: TinyLife
@ -192,10 +192,10 @@ items:
remote:
path: TinyLife/Options.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: ExtremelyFast
path: Options.cs
startLine: 326
startLine: 337
assemblies:
- Tiny Life
namespace: TinyLife

View file

@ -25,10 +25,10 @@ items:
remote:
path: TinyLife/Relationship.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GenealogyType
path: Relationship.cs
startLine: 244
startLine: 237
assemblies:
- Tiny Life
namespace: TinyLife
@ -61,10 +61,10 @@ items:
remote:
path: TinyLife/Relationship.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Unrelated
path: Relationship.cs
startLine: 249
startLine: 242
assemblies:
- Tiny Life
namespace: TinyLife
@ -95,10 +95,10 @@ items:
remote:
path: TinyLife/Relationship.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Parent
path: Relationship.cs
startLine: 253
startLine: 246
assemblies:
- Tiny Life
namespace: TinyLife
@ -129,10 +129,10 @@ items:
remote:
path: TinyLife/Relationship.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Child
path: Relationship.cs
startLine: 257
startLine: 250
assemblies:
- Tiny Life
namespace: TinyLife
@ -163,10 +163,10 @@ items:
remote:
path: TinyLife/Relationship.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Sibling
path: Relationship.cs
startLine: 261
startLine: 254
assemblies:
- Tiny Life
namespace: TinyLife
@ -197,10 +197,10 @@ items:
remote:
path: TinyLife/Relationship.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Nibling
path: Relationship.cs
startLine: 265
startLine: 258
assemblies:
- Tiny Life
namespace: TinyLife
@ -231,10 +231,10 @@ items:
remote:
path: TinyLife/Relationship.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Pibling
path: Relationship.cs
startLine: 269
startLine: 262
assemblies:
- Tiny Life
namespace: TinyLife
@ -265,10 +265,10 @@ items:
remote:
path: TinyLife/Relationship.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Grandparent
path: Relationship.cs
startLine: 273
startLine: 266
assemblies:
- Tiny Life
namespace: TinyLife
@ -299,10 +299,10 @@ items:
remote:
path: TinyLife/Relationship.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Grandchild
path: Relationship.cs
startLine: 277
startLine: 270
assemblies:
- Tiny Life
namespace: TinyLife
@ -333,10 +333,10 @@ items:
remote:
path: TinyLife/Relationship.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: DistantlyRelated
path: Relationship.cs
startLine: 281
startLine: 274
assemblies:
- Tiny Life
namespace: TinyLife

View file

@ -21,7 +21,7 @@ items:
remote:
path: TinyLife/Goals/AmountGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: AmountGoal
path: Goals/AmountGoal.cs
startLine: 8
@ -38,7 +38,7 @@ items:
Implements IGenericDataHolder
inheritance:
- System.Object
- MLEM.Misc.GenericDataHolder
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder
- TinyLife.Goals.Goal
- TinyLife.Goals.AutoTriggerGoal{System.Single}
implements:
@ -51,9 +51,9 @@ items:
- TinyLife.Goals.Goal.Name
- TinyLife.Goals.Goal.Set
- TinyLife.Goals.Goal.Info
- MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
- MLEM.Misc.GenericDataHolder.GetData``1(System.String)
- MLEM.Misc.GenericDataHolder.GetDataKeys
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
- System.Object.Equals(System.Object)
- System.Object.Equals(System.Object,System.Object)
- System.Object.GetHashCode
@ -63,8 +63,6 @@ items:
- System.Object.ToString
extensionMethods:
- TinyLife.Goals.AmountGoal.TinyLife.Utilities.Extensions.JsonCopy``1
- MLEM.Misc.IGenericDataHolder.TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
- MLEM.Misc.IGenericDataHolder.TinyLife.Utilities.Extensions.SetTimeSpan(System.String,System.TimeSpan)
modifiers.csharp:
- public
- class
@ -86,7 +84,7 @@ items:
remote:
path: TinyLife/Goals/AmountGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: .ctor
path: Goals/AmountGoal.cs
startLine: 14
@ -122,7 +120,7 @@ items:
remote:
path: TinyLife/Goals/AmountGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetProgress
path: Goals/AmountGoal.cs
startLine: 20
@ -160,7 +158,7 @@ items:
remote:
path: TinyLife/Goals/AmountGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Reset
path: Goals/AmountGoal.cs
startLine: 25
@ -195,7 +193,7 @@ items:
remote:
path: TinyLife/Goals/AmountGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetDisplayedProgress
path: Goals/AmountGoal.cs
startLine: 30
@ -233,7 +231,7 @@ items:
remote:
path: TinyLife/Goals/AmountGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Trigger
path: Goals/AmountGoal.cs
startLine: 35
@ -278,13 +276,13 @@ references:
name: Object
nameWithType: Object
fullName: System.Object
- uid: MLEM.Misc.GenericDataHolder
commentId: T:MLEM.Misc.GenericDataHolder
parent: MLEM.Misc
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
commentId: T:MLEM.Data.Json.JsonTypeSafeGenericDataHolder
parent: MLEM.Data.Json
isExternal: true
name: GenericDataHolder
nameWithType: GenericDataHolder
fullName: MLEM.Misc.GenericDataHolder
name: JsonTypeSafeGenericDataHolder
nameWithType: JsonTypeSafeGenericDataHolder
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
- uid: TinyLife.Goals.Goal
commentId: T:TinyLife.Goals.Goal
parent: TinyLife.Goals
@ -576,18 +574,18 @@ references:
name: Info
nameWithType: Goal.Info
fullName: TinyLife.Goals.Goal.Info
- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
commentId: M:MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
parent: MLEM.Misc.GenericDataHolder
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
isExternal: true
name: SetData(String, Object)
nameWithType: GenericDataHolder.SetData(String, Object)
fullName: MLEM.Misc.GenericDataHolder.SetData(System.String, System.Object)
nameWithType: JsonTypeSafeGenericDataHolder.SetData(String, Object)
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String, System.Object)
spec.csharp:
- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
name: SetData
nameWithType: GenericDataHolder.SetData
fullName: MLEM.Misc.GenericDataHolder.SetData
nameWithType: JsonTypeSafeGenericDataHolder.SetData
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData
isExternal: true
- name: (
nameWithType: (
@ -609,10 +607,10 @@ references:
nameWithType: )
fullName: )
spec.vb:
- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
name: SetData
nameWithType: GenericDataHolder.SetData
fullName: MLEM.Misc.GenericDataHolder.SetData
nameWithType: JsonTypeSafeGenericDataHolder.SetData
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData
isExternal: true
- name: (
nameWithType: (
@ -633,21 +631,21 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String)
commentId: M:MLEM.Misc.GenericDataHolder.GetData``1(System.String)
parent: MLEM.Misc.GenericDataHolder
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
isExternal: true
name: GetData<T>(String)
nameWithType: GenericDataHolder.GetData<T>(String)
fullName: MLEM.Misc.GenericDataHolder.GetData<T>(System.String)
nameWithType.vb: GenericDataHolder.GetData(Of T)(String)
fullName.vb: MLEM.Misc.GenericDataHolder.GetData(Of T)(System.String)
nameWithType: JsonTypeSafeGenericDataHolder.GetData<T>(String)
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData<T>(System.String)
nameWithType.vb: JsonTypeSafeGenericDataHolder.GetData(Of T)(String)
fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData(Of T)(System.String)
name.vb: GetData(Of T)(String)
spec.csharp:
- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String)
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
name: GetData<T>
nameWithType: GenericDataHolder.GetData<T>
fullName: MLEM.Misc.GenericDataHolder.GetData<T>
nameWithType: JsonTypeSafeGenericDataHolder.GetData<T>
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData<T>
isExternal: true
- name: (
nameWithType: (
@ -661,10 +659,10 @@ references:
nameWithType: )
fullName: )
spec.vb:
- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String)
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
name: GetData(Of T)
nameWithType: GenericDataHolder.GetData(Of T)
fullName: MLEM.Misc.GenericDataHolder.GetData(Of T)
nameWithType: JsonTypeSafeGenericDataHolder.GetData(Of T)
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData(Of T)
isExternal: true
- name: (
nameWithType: (
@ -677,18 +675,18 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: MLEM.Misc.GenericDataHolder.GetDataKeys
commentId: M:MLEM.Misc.GenericDataHolder.GetDataKeys
parent: MLEM.Misc.GenericDataHolder
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
isExternal: true
name: GetDataKeys()
nameWithType: GenericDataHolder.GetDataKeys()
fullName: MLEM.Misc.GenericDataHolder.GetDataKeys()
nameWithType: JsonTypeSafeGenericDataHolder.GetDataKeys()
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys()
spec.csharp:
- uid: MLEM.Misc.GenericDataHolder.GetDataKeys
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
name: GetDataKeys
nameWithType: GenericDataHolder.GetDataKeys
fullName: MLEM.Misc.GenericDataHolder.GetDataKeys
nameWithType: JsonTypeSafeGenericDataHolder.GetDataKeys
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
isExternal: true
- name: (
nameWithType: (
@ -697,10 +695,10 @@ references:
nameWithType: )
fullName: )
spec.vb:
- uid: MLEM.Misc.GenericDataHolder.GetDataKeys
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
name: GetDataKeys
nameWithType: GenericDataHolder.GetDataKeys
fullName: MLEM.Misc.GenericDataHolder.GetDataKeys
nameWithType: JsonTypeSafeGenericDataHolder.GetDataKeys
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
isExternal: true
- name: (
nameWithType: (
@ -1019,112 +1017,18 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: MLEM.Misc.IGenericDataHolder.TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
commentId: M:TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
name: GetTimeSpan(String)
nameWithType: Extensions.GetTimeSpan(String)
fullName: TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
name: GetTimeSpan
nameWithType: Extensions.GetTimeSpan
fullName: TinyLife.Utilities.Extensions.GetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
name: GetTimeSpan
nameWithType: Extensions.GetTimeSpan
fullName: TinyLife.Utilities.Extensions.GetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: MLEM.Misc.IGenericDataHolder.TinyLife.Utilities.Extensions.SetTimeSpan(System.String,System.TimeSpan)
commentId: M:TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
name: SetTimeSpan(String, TimeSpan)
nameWithType: Extensions.SetTimeSpan(String, TimeSpan)
fullName: TinyLife.Utilities.Extensions.SetTimeSpan(System.String, System.TimeSpan)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(System.String,System.TimeSpan)
name: SetTimeSpan
nameWithType: Extensions.SetTimeSpan
fullName: TinyLife.Utilities.Extensions.SetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.TimeSpan
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(System.String,System.TimeSpan)
name: SetTimeSpan
nameWithType: Extensions.SetTimeSpan
fullName: TinyLife.Utilities.Extensions.SetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.TimeSpan
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: System
commentId: N:System
isExternal: true
name: System
nameWithType: System
fullName: System
- uid: MLEM.Misc
commentId: N:MLEM.Misc
- uid: MLEM.Data.Json
commentId: N:MLEM.Data.Json
isExternal: true
name: MLEM.Misc
nameWithType: MLEM.Misc
fullName: MLEM.Misc
name: MLEM.Data.Json
nameWithType: MLEM.Data.Json
fullName: MLEM.Data.Json
- uid: TinyLife.Goals.AutoTriggerGoal`1
commentId: T:TinyLife.Goals.AutoTriggerGoal`1
name: AutoTriggerGoal<T>
@ -1161,6 +1065,12 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: MLEM.Misc
commentId: N:MLEM.Misc
isExternal: true
name: MLEM.Misc
nameWithType: MLEM.Misc
fullName: MLEM.Misc
- uid: TinyLife.Goals.AutoTriggerGoal`1.AutoInfo
commentId: F:TinyLife.Goals.AutoTriggerGoal`1.AutoInfo
name: AutoInfo
@ -1407,130 +1317,6 @@ references:
name: Extensions
nameWithType: Extensions
fullName: TinyLife.Utilities.Extensions
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
commentId: M:TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
isExternal: true
name: GetTimeSpan(IGenericDataHolder, String)
nameWithType: Extensions.GetTimeSpan(IGenericDataHolder, String)
fullName: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder, System.String)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
name: GetTimeSpan
nameWithType: Extensions.GetTimeSpan
fullName: TinyLife.Utilities.Extensions.GetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: MLEM.Misc.IGenericDataHolder
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
name: GetTimeSpan
nameWithType: Extensions.GetTimeSpan
fullName: TinyLife.Utilities.Extensions.GetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: MLEM.Misc.IGenericDataHolder
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
commentId: M:TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
isExternal: true
name: SetTimeSpan(IGenericDataHolder, String, TimeSpan)
nameWithType: Extensions.SetTimeSpan(IGenericDataHolder, String, TimeSpan)
fullName: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder, System.String, System.TimeSpan)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
name: SetTimeSpan
nameWithType: Extensions.SetTimeSpan
fullName: TinyLife.Utilities.Extensions.SetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: MLEM.Misc.IGenericDataHolder
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.TimeSpan
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
name: SetTimeSpan
nameWithType: Extensions.SetTimeSpan
fullName: TinyLife.Utilities.Extensions.SetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: MLEM.Misc.IGenericDataHolder
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.TimeSpan
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Utilities
commentId: N:TinyLife.Utilities
name: TinyLife.Utilities

View file

@ -21,7 +21,7 @@ items:
remote:
path: TinyLife/Goals/GoalInfo.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: AutoGoalInfo
path: Goals/GoalInfo.cs
startLine: 44
@ -57,8 +57,6 @@ items:
- System.Object.ToString
extensionMethods:
- TinyLife.Goals.AutoGoalInfo.TinyLife.Utilities.Extensions.JsonCopy``1
- MLEM.Misc.IGenericDataHolder.TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
- MLEM.Misc.IGenericDataHolder.TinyLife.Utilities.Extensions.SetTimeSpan(System.String,System.TimeSpan)
modifiers.csharp:
- public
- class
@ -80,7 +78,7 @@ items:
remote:
path: TinyLife/Goals/GoalInfo.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Timed
path: Goals/GoalInfo.cs
startLine: 64
@ -136,7 +134,7 @@ items:
remote:
path: TinyLife/Goals/GoalInfo.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Amount
path: Goals/GoalInfo.cs
startLine: 78
@ -192,7 +190,7 @@ items:
remote:
path: TinyLife/Goals/GoalInfo.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Distinct
path: Goals/GoalInfo.cs
startLine: 94
@ -251,7 +249,7 @@ items:
remote:
path: TinyLife/Goals/GoalInfo.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Distinct
path: Goals/GoalInfo.cs
startLine: 113
@ -310,7 +308,7 @@ items:
remote:
path: TinyLife/Goals/GoalInfo.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Conditioned
path: Goals/GoalInfo.cs
startLine: 129
@ -881,100 +879,6 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: MLEM.Misc.IGenericDataHolder.TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
commentId: M:TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
name: GetTimeSpan(String)
nameWithType: Extensions.GetTimeSpan(String)
fullName: TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
name: GetTimeSpan
nameWithType: Extensions.GetTimeSpan
fullName: TinyLife.Utilities.Extensions.GetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
name: GetTimeSpan
nameWithType: Extensions.GetTimeSpan
fullName: TinyLife.Utilities.Extensions.GetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: MLEM.Misc.IGenericDataHolder.TinyLife.Utilities.Extensions.SetTimeSpan(System.String,System.TimeSpan)
commentId: M:TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
name: SetTimeSpan(String, TimeSpan)
nameWithType: Extensions.SetTimeSpan(String, TimeSpan)
fullName: TinyLife.Utilities.Extensions.SetTimeSpan(System.String, System.TimeSpan)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(System.String,System.TimeSpan)
name: SetTimeSpan
nameWithType: Extensions.SetTimeSpan
fullName: TinyLife.Utilities.Extensions.SetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.TimeSpan
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(System.String,System.TimeSpan)
name: SetTimeSpan
nameWithType: Extensions.SetTimeSpan
fullName: TinyLife.Utilities.Extensions.SetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.TimeSpan
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: System
commentId: N:System
isExternal: true
@ -1029,130 +933,6 @@ references:
name: Extensions
nameWithType: Extensions
fullName: TinyLife.Utilities.Extensions
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
commentId: M:TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
isExternal: true
name: GetTimeSpan(IGenericDataHolder, String)
nameWithType: Extensions.GetTimeSpan(IGenericDataHolder, String)
fullName: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder, System.String)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
name: GetTimeSpan
nameWithType: Extensions.GetTimeSpan
fullName: TinyLife.Utilities.Extensions.GetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: MLEM.Misc.IGenericDataHolder
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
name: GetTimeSpan
nameWithType: Extensions.GetTimeSpan
fullName: TinyLife.Utilities.Extensions.GetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: MLEM.Misc.IGenericDataHolder
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
commentId: M:TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
isExternal: true
name: SetTimeSpan(IGenericDataHolder, String, TimeSpan)
nameWithType: Extensions.SetTimeSpan(IGenericDataHolder, String, TimeSpan)
fullName: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder, System.String, System.TimeSpan)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
name: SetTimeSpan
nameWithType: Extensions.SetTimeSpan
fullName: TinyLife.Utilities.Extensions.SetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: MLEM.Misc.IGenericDataHolder
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.TimeSpan
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
name: SetTimeSpan
nameWithType: Extensions.SetTimeSpan
fullName: TinyLife.Utilities.Extensions.SetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: MLEM.Misc.IGenericDataHolder
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.TimeSpan
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Utilities
commentId: N:TinyLife.Utilities
name: TinyLife.Utilities

View file

@ -22,7 +22,7 @@ items:
remote:
path: TinyLife/Goals/AutoTriggerGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: AutoTriggerGoal
path: Goals/AutoTriggerGoal.cs
startLine: 8
@ -42,7 +42,7 @@ items:
Implements IGenericDataHolder
inheritance:
- System.Object
- MLEM.Misc.GenericDataHolder
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder
- TinyLife.Goals.Goal
derivedClasses:
- TinyLife.Goals.AmountGoal
@ -58,9 +58,9 @@ items:
- TinyLife.Goals.Goal.GetProgress
- TinyLife.Goals.Goal.Reset
- TinyLife.Goals.Goal.GetDisplayedProgress
- MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
- MLEM.Misc.GenericDataHolder.GetData``1(System.String)
- MLEM.Misc.GenericDataHolder.GetDataKeys
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
- System.Object.Equals(System.Object)
- System.Object.Equals(System.Object,System.Object)
- System.Object.GetHashCode
@ -70,8 +70,6 @@ items:
- System.Object.ToString
extensionMethods:
- TinyLife.Goals.AutoTriggerGoal`1.TinyLife.Utilities.Extensions.JsonCopy``1
- MLEM.Misc.IGenericDataHolder.TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
- MLEM.Misc.IGenericDataHolder.TinyLife.Utilities.Extensions.SetTimeSpan(System.String,System.TimeSpan)
nameWithType.vb: AutoTriggerGoal(Of T)
modifiers.csharp:
- public
@ -98,7 +96,7 @@ items:
remote:
path: TinyLife/Goals/AutoTriggerGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: AutoInfo
path: Goals/AutoTriggerGoal.cs
startLine: 13
@ -133,7 +131,7 @@ items:
remote:
path: TinyLife/Goals/AutoTriggerGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: .ctor
path: Goals/AutoTriggerGoal.cs
startLine: 16
@ -171,7 +169,7 @@ items:
remote:
path: TinyLife/Goals/AutoTriggerGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Trigger
path: Goals/AutoTriggerGoal.cs
startLine: 25
@ -211,7 +209,7 @@ items:
remote:
path: TinyLife/Goals/AutoTriggerGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Validate
path: Goals/AutoTriggerGoal.cs
startLine: 28
@ -255,7 +253,7 @@ items:
remote:
path: TinyLife/Goals/AutoTriggerGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Trigger
path: Goals/AutoTriggerGoal.cs
startLine: 44
@ -304,7 +302,7 @@ items:
remote:
path: TinyLife/Goals/AutoTriggerGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Trigger
path: Goals/AutoTriggerGoal.cs
startLine: 61
@ -363,13 +361,13 @@ references:
name: Object
nameWithType: Object
fullName: System.Object
- uid: MLEM.Misc.GenericDataHolder
commentId: T:MLEM.Misc.GenericDataHolder
parent: MLEM.Misc
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
commentId: T:MLEM.Data.Json.JsonTypeSafeGenericDataHolder
parent: MLEM.Data.Json
isExternal: true
name: GenericDataHolder
nameWithType: GenericDataHolder
fullName: MLEM.Misc.GenericDataHolder
name: JsonTypeSafeGenericDataHolder
nameWithType: JsonTypeSafeGenericDataHolder
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
- uid: TinyLife.Goals.Goal
commentId: T:TinyLife.Goals.Goal
parent: TinyLife.Goals
@ -485,18 +483,18 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
commentId: M:MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
parent: MLEM.Misc.GenericDataHolder
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
isExternal: true
name: SetData(String, Object)
nameWithType: GenericDataHolder.SetData(String, Object)
fullName: MLEM.Misc.GenericDataHolder.SetData(System.String, System.Object)
nameWithType: JsonTypeSafeGenericDataHolder.SetData(String, Object)
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String, System.Object)
spec.csharp:
- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
name: SetData
nameWithType: GenericDataHolder.SetData
fullName: MLEM.Misc.GenericDataHolder.SetData
nameWithType: JsonTypeSafeGenericDataHolder.SetData
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData
isExternal: true
- name: (
nameWithType: (
@ -518,10 +516,10 @@ references:
nameWithType: )
fullName: )
spec.vb:
- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
name: SetData
nameWithType: GenericDataHolder.SetData
fullName: MLEM.Misc.GenericDataHolder.SetData
nameWithType: JsonTypeSafeGenericDataHolder.SetData
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData
isExternal: true
- name: (
nameWithType: (
@ -542,21 +540,21 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String)
commentId: M:MLEM.Misc.GenericDataHolder.GetData``1(System.String)
parent: MLEM.Misc.GenericDataHolder
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
isExternal: true
name: GetData<T>(String)
nameWithType: GenericDataHolder.GetData<T>(String)
fullName: MLEM.Misc.GenericDataHolder.GetData<T>(System.String)
nameWithType.vb: GenericDataHolder.GetData(Of T)(String)
fullName.vb: MLEM.Misc.GenericDataHolder.GetData(Of T)(System.String)
nameWithType: JsonTypeSafeGenericDataHolder.GetData<T>(String)
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData<T>(System.String)
nameWithType.vb: JsonTypeSafeGenericDataHolder.GetData(Of T)(String)
fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData(Of T)(System.String)
name.vb: GetData(Of T)(String)
spec.csharp:
- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String)
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
name: GetData<T>
nameWithType: GenericDataHolder.GetData<T>
fullName: MLEM.Misc.GenericDataHolder.GetData<T>
nameWithType: JsonTypeSafeGenericDataHolder.GetData<T>
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData<T>
isExternal: true
- name: (
nameWithType: (
@ -570,10 +568,10 @@ references:
nameWithType: )
fullName: )
spec.vb:
- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String)
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
name: GetData(Of T)
nameWithType: GenericDataHolder.GetData(Of T)
fullName: MLEM.Misc.GenericDataHolder.GetData(Of T)
nameWithType: JsonTypeSafeGenericDataHolder.GetData(Of T)
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData(Of T)
isExternal: true
- name: (
nameWithType: (
@ -586,18 +584,18 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: MLEM.Misc.GenericDataHolder.GetDataKeys
commentId: M:MLEM.Misc.GenericDataHolder.GetDataKeys
parent: MLEM.Misc.GenericDataHolder
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
isExternal: true
name: GetDataKeys()
nameWithType: GenericDataHolder.GetDataKeys()
fullName: MLEM.Misc.GenericDataHolder.GetDataKeys()
nameWithType: JsonTypeSafeGenericDataHolder.GetDataKeys()
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys()
spec.csharp:
- uid: MLEM.Misc.GenericDataHolder.GetDataKeys
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
name: GetDataKeys
nameWithType: GenericDataHolder.GetDataKeys
fullName: MLEM.Misc.GenericDataHolder.GetDataKeys
nameWithType: JsonTypeSafeGenericDataHolder.GetDataKeys
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
isExternal: true
- name: (
nameWithType: (
@ -606,10 +604,10 @@ references:
nameWithType: )
fullName: )
spec.vb:
- uid: MLEM.Misc.GenericDataHolder.GetDataKeys
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
name: GetDataKeys
nameWithType: GenericDataHolder.GetDataKeys
fullName: MLEM.Misc.GenericDataHolder.GetDataKeys
nameWithType: JsonTypeSafeGenericDataHolder.GetDataKeys
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
isExternal: true
- name: (
nameWithType: (
@ -928,106 +926,18 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: MLEM.Misc.IGenericDataHolder.TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
commentId: M:TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
name: GetTimeSpan(String)
nameWithType: Extensions.GetTimeSpan(String)
fullName: TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
name: GetTimeSpan
nameWithType: Extensions.GetTimeSpan
fullName: TinyLife.Utilities.Extensions.GetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
name: GetTimeSpan
nameWithType: Extensions.GetTimeSpan
fullName: TinyLife.Utilities.Extensions.GetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: MLEM.Misc.IGenericDataHolder.TinyLife.Utilities.Extensions.SetTimeSpan(System.String,System.TimeSpan)
commentId: M:TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
name: SetTimeSpan(String, TimeSpan)
nameWithType: Extensions.SetTimeSpan(String, TimeSpan)
fullName: TinyLife.Utilities.Extensions.SetTimeSpan(System.String, System.TimeSpan)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(System.String,System.TimeSpan)
name: SetTimeSpan
nameWithType: Extensions.SetTimeSpan
fullName: TinyLife.Utilities.Extensions.SetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.TimeSpan
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(System.String,System.TimeSpan)
name: SetTimeSpan
nameWithType: Extensions.SetTimeSpan
fullName: TinyLife.Utilities.Extensions.SetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.TimeSpan
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: System
commentId: N:System
isExternal: true
name: System
nameWithType: System
fullName: System
- uid: MLEM.Data.Json
commentId: N:MLEM.Data.Json
isExternal: true
name: MLEM.Data.Json
nameWithType: MLEM.Data.Json
fullName: MLEM.Data.Json
- uid: MLEM.Misc
commentId: N:MLEM.Misc
isExternal: true
@ -1076,130 +986,6 @@ references:
name: Extensions
nameWithType: Extensions
fullName: TinyLife.Utilities.Extensions
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
commentId: M:TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
isExternal: true
name: GetTimeSpan(IGenericDataHolder, String)
nameWithType: Extensions.GetTimeSpan(IGenericDataHolder, String)
fullName: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder, System.String)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
name: GetTimeSpan
nameWithType: Extensions.GetTimeSpan
fullName: TinyLife.Utilities.Extensions.GetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: MLEM.Misc.IGenericDataHolder
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
name: GetTimeSpan
nameWithType: Extensions.GetTimeSpan
fullName: TinyLife.Utilities.Extensions.GetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: MLEM.Misc.IGenericDataHolder
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
commentId: M:TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
isExternal: true
name: SetTimeSpan(IGenericDataHolder, String, TimeSpan)
nameWithType: Extensions.SetTimeSpan(IGenericDataHolder, String, TimeSpan)
fullName: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder, System.String, System.TimeSpan)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
name: SetTimeSpan
nameWithType: Extensions.SetTimeSpan
fullName: TinyLife.Utilities.Extensions.SetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: MLEM.Misc.IGenericDataHolder
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.TimeSpan
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
name: SetTimeSpan
nameWithType: Extensions.SetTimeSpan
fullName: TinyLife.Utilities.Extensions.SetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: MLEM.Misc.IGenericDataHolder
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.TimeSpan
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Utilities
commentId: N:TinyLife.Utilities
name: TinyLife.Utilities

View file

@ -21,7 +21,7 @@ items:
remote:
path: TinyLife/Goals/ConditionedGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: ConditionedGoal
path: Goals/ConditionedGoal.cs
startLine: 7
@ -38,7 +38,7 @@ items:
Implements IGenericDataHolder
inheritance:
- System.Object
- MLEM.Misc.GenericDataHolder
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder
- TinyLife.Goals.Goal
- TinyLife.Goals.AutoTriggerGoal{System.Boolean}
implements:
@ -51,9 +51,9 @@ items:
- TinyLife.Goals.Goal.Name
- TinyLife.Goals.Goal.Set
- TinyLife.Goals.Goal.Info
- MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
- MLEM.Misc.GenericDataHolder.GetData``1(System.String)
- MLEM.Misc.GenericDataHolder.GetDataKeys
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
- System.Object.Equals(System.Object)
- System.Object.Equals(System.Object,System.Object)
- System.Object.GetHashCode
@ -63,8 +63,6 @@ items:
- System.Object.ToString
extensionMethods:
- TinyLife.Goals.ConditionedGoal.TinyLife.Utilities.Extensions.JsonCopy``1
- MLEM.Misc.IGenericDataHolder.TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
- MLEM.Misc.IGenericDataHolder.TinyLife.Utilities.Extensions.SetTimeSpan(System.String,System.TimeSpan)
modifiers.csharp:
- public
- class
@ -86,7 +84,7 @@ items:
remote:
path: TinyLife/Goals/ConditionedGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: .ctor
path: Goals/ConditionedGoal.cs
startLine: 13
@ -122,7 +120,7 @@ items:
remote:
path: TinyLife/Goals/ConditionedGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetProgress
path: Goals/ConditionedGoal.cs
startLine: 17
@ -160,7 +158,7 @@ items:
remote:
path: TinyLife/Goals/ConditionedGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Reset
path: Goals/ConditionedGoal.cs
startLine: 22
@ -195,7 +193,7 @@ items:
remote:
path: TinyLife/Goals/ConditionedGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetDisplayedProgress
path: Goals/ConditionedGoal.cs
startLine: 27
@ -233,7 +231,7 @@ items:
remote:
path: TinyLife/Goals/ConditionedGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Trigger
path: Goals/ConditionedGoal.cs
startLine: 32
@ -278,13 +276,13 @@ references:
name: Object
nameWithType: Object
fullName: System.Object
- uid: MLEM.Misc.GenericDataHolder
commentId: T:MLEM.Misc.GenericDataHolder
parent: MLEM.Misc
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
commentId: T:MLEM.Data.Json.JsonTypeSafeGenericDataHolder
parent: MLEM.Data.Json
isExternal: true
name: GenericDataHolder
nameWithType: GenericDataHolder
fullName: MLEM.Misc.GenericDataHolder
name: JsonTypeSafeGenericDataHolder
nameWithType: JsonTypeSafeGenericDataHolder
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
- uid: TinyLife.Goals.Goal
commentId: T:TinyLife.Goals.Goal
parent: TinyLife.Goals
@ -576,18 +574,18 @@ references:
name: Info
nameWithType: Goal.Info
fullName: TinyLife.Goals.Goal.Info
- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
commentId: M:MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
parent: MLEM.Misc.GenericDataHolder
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
isExternal: true
name: SetData(String, Object)
nameWithType: GenericDataHolder.SetData(String, Object)
fullName: MLEM.Misc.GenericDataHolder.SetData(System.String, System.Object)
nameWithType: JsonTypeSafeGenericDataHolder.SetData(String, Object)
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String, System.Object)
spec.csharp:
- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
name: SetData
nameWithType: GenericDataHolder.SetData
fullName: MLEM.Misc.GenericDataHolder.SetData
nameWithType: JsonTypeSafeGenericDataHolder.SetData
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData
isExternal: true
- name: (
nameWithType: (
@ -609,10 +607,10 @@ references:
nameWithType: )
fullName: )
spec.vb:
- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
name: SetData
nameWithType: GenericDataHolder.SetData
fullName: MLEM.Misc.GenericDataHolder.SetData
nameWithType: JsonTypeSafeGenericDataHolder.SetData
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData
isExternal: true
- name: (
nameWithType: (
@ -633,21 +631,21 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String)
commentId: M:MLEM.Misc.GenericDataHolder.GetData``1(System.String)
parent: MLEM.Misc.GenericDataHolder
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
isExternal: true
name: GetData<T>(String)
nameWithType: GenericDataHolder.GetData<T>(String)
fullName: MLEM.Misc.GenericDataHolder.GetData<T>(System.String)
nameWithType.vb: GenericDataHolder.GetData(Of T)(String)
fullName.vb: MLEM.Misc.GenericDataHolder.GetData(Of T)(System.String)
nameWithType: JsonTypeSafeGenericDataHolder.GetData<T>(String)
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData<T>(System.String)
nameWithType.vb: JsonTypeSafeGenericDataHolder.GetData(Of T)(String)
fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData(Of T)(System.String)
name.vb: GetData(Of T)(String)
spec.csharp:
- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String)
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
name: GetData<T>
nameWithType: GenericDataHolder.GetData<T>
fullName: MLEM.Misc.GenericDataHolder.GetData<T>
nameWithType: JsonTypeSafeGenericDataHolder.GetData<T>
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData<T>
isExternal: true
- name: (
nameWithType: (
@ -661,10 +659,10 @@ references:
nameWithType: )
fullName: )
spec.vb:
- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String)
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
name: GetData(Of T)
nameWithType: GenericDataHolder.GetData(Of T)
fullName: MLEM.Misc.GenericDataHolder.GetData(Of T)
nameWithType: JsonTypeSafeGenericDataHolder.GetData(Of T)
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData(Of T)
isExternal: true
- name: (
nameWithType: (
@ -677,18 +675,18 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: MLEM.Misc.GenericDataHolder.GetDataKeys
commentId: M:MLEM.Misc.GenericDataHolder.GetDataKeys
parent: MLEM.Misc.GenericDataHolder
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
isExternal: true
name: GetDataKeys()
nameWithType: GenericDataHolder.GetDataKeys()
fullName: MLEM.Misc.GenericDataHolder.GetDataKeys()
nameWithType: JsonTypeSafeGenericDataHolder.GetDataKeys()
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys()
spec.csharp:
- uid: MLEM.Misc.GenericDataHolder.GetDataKeys
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
name: GetDataKeys
nameWithType: GenericDataHolder.GetDataKeys
fullName: MLEM.Misc.GenericDataHolder.GetDataKeys
nameWithType: JsonTypeSafeGenericDataHolder.GetDataKeys
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
isExternal: true
- name: (
nameWithType: (
@ -697,10 +695,10 @@ references:
nameWithType: )
fullName: )
spec.vb:
- uid: MLEM.Misc.GenericDataHolder.GetDataKeys
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
name: GetDataKeys
nameWithType: GenericDataHolder.GetDataKeys
fullName: MLEM.Misc.GenericDataHolder.GetDataKeys
nameWithType: JsonTypeSafeGenericDataHolder.GetDataKeys
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
isExternal: true
- name: (
nameWithType: (
@ -1019,112 +1017,18 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: MLEM.Misc.IGenericDataHolder.TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
commentId: M:TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
name: GetTimeSpan(String)
nameWithType: Extensions.GetTimeSpan(String)
fullName: TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
name: GetTimeSpan
nameWithType: Extensions.GetTimeSpan
fullName: TinyLife.Utilities.Extensions.GetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
name: GetTimeSpan
nameWithType: Extensions.GetTimeSpan
fullName: TinyLife.Utilities.Extensions.GetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: MLEM.Misc.IGenericDataHolder.TinyLife.Utilities.Extensions.SetTimeSpan(System.String,System.TimeSpan)
commentId: M:TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
name: SetTimeSpan(String, TimeSpan)
nameWithType: Extensions.SetTimeSpan(String, TimeSpan)
fullName: TinyLife.Utilities.Extensions.SetTimeSpan(System.String, System.TimeSpan)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(System.String,System.TimeSpan)
name: SetTimeSpan
nameWithType: Extensions.SetTimeSpan
fullName: TinyLife.Utilities.Extensions.SetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.TimeSpan
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(System.String,System.TimeSpan)
name: SetTimeSpan
nameWithType: Extensions.SetTimeSpan
fullName: TinyLife.Utilities.Extensions.SetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.TimeSpan
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: System
commentId: N:System
isExternal: true
name: System
nameWithType: System
fullName: System
- uid: MLEM.Misc
commentId: N:MLEM.Misc
- uid: MLEM.Data.Json
commentId: N:MLEM.Data.Json
isExternal: true
name: MLEM.Misc
nameWithType: MLEM.Misc
fullName: MLEM.Misc
name: MLEM.Data.Json
nameWithType: MLEM.Data.Json
fullName: MLEM.Data.Json
- uid: TinyLife.Goals.AutoTriggerGoal`1
commentId: T:TinyLife.Goals.AutoTriggerGoal`1
name: AutoTriggerGoal<T>
@ -1161,6 +1065,12 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: MLEM.Misc
commentId: N:MLEM.Misc
isExternal: true
name: MLEM.Misc
nameWithType: MLEM.Misc
fullName: MLEM.Misc
- uid: TinyLife.Goals.AutoTriggerGoal`1.AutoInfo
commentId: F:TinyLife.Goals.AutoTriggerGoal`1.AutoInfo
name: AutoInfo
@ -1407,130 +1317,6 @@ references:
name: Extensions
nameWithType: Extensions
fullName: TinyLife.Utilities.Extensions
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
commentId: M:TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
isExternal: true
name: GetTimeSpan(IGenericDataHolder, String)
nameWithType: Extensions.GetTimeSpan(IGenericDataHolder, String)
fullName: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder, System.String)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
name: GetTimeSpan
nameWithType: Extensions.GetTimeSpan
fullName: TinyLife.Utilities.Extensions.GetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: MLEM.Misc.IGenericDataHolder
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
name: GetTimeSpan
nameWithType: Extensions.GetTimeSpan
fullName: TinyLife.Utilities.Extensions.GetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: MLEM.Misc.IGenericDataHolder
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
commentId: M:TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
isExternal: true
name: SetTimeSpan(IGenericDataHolder, String, TimeSpan)
nameWithType: Extensions.SetTimeSpan(IGenericDataHolder, String, TimeSpan)
fullName: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder, System.String, System.TimeSpan)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
name: SetTimeSpan
nameWithType: Extensions.SetTimeSpan
fullName: TinyLife.Utilities.Extensions.SetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: MLEM.Misc.IGenericDataHolder
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.TimeSpan
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
name: SetTimeSpan
nameWithType: Extensions.SetTimeSpan
fullName: TinyLife.Utilities.Extensions.SetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: MLEM.Misc.IGenericDataHolder
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.TimeSpan
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Utilities
commentId: N:TinyLife.Utilities
name: TinyLife.Utilities

View file

@ -22,7 +22,7 @@ items:
remote:
path: TinyLife/Goals/DistinctGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: DistinctGoal
path: Goals/DistinctGoal.cs
startLine: 9
@ -39,7 +39,7 @@ items:
Implements IGenericDataHolder
inheritance:
- System.Object
- MLEM.Misc.GenericDataHolder
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder
- TinyLife.Goals.Goal
- TinyLife.Goals.AutoTriggerGoal{System.Object}
implements:
@ -51,9 +51,9 @@ items:
- TinyLife.Goals.Goal.Name
- TinyLife.Goals.Goal.Set
- TinyLife.Goals.Goal.Info
- MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
- MLEM.Misc.GenericDataHolder.GetData``1(System.String)
- MLEM.Misc.GenericDataHolder.GetDataKeys
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
- System.Object.Equals(System.Object)
- System.Object.Equals(System.Object,System.Object)
- System.Object.GetHashCode
@ -63,8 +63,6 @@ items:
- System.Object.ToString
extensionMethods:
- TinyLife.Goals.DistinctGoal.TinyLife.Utilities.Extensions.JsonCopy``1
- MLEM.Misc.IGenericDataHolder.TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
- MLEM.Misc.IGenericDataHolder.TinyLife.Utilities.Extensions.SetTimeSpan(System.String,System.TimeSpan)
modifiers.csharp:
- public
- class
@ -86,7 +84,7 @@ items:
remote:
path: TinyLife/Goals/DistinctGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: .ctor
path: Goals/DistinctGoal.cs
startLine: 16
@ -122,7 +120,7 @@ items:
remote:
path: TinyLife/Goals/DistinctGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetProgress
path: Goals/DistinctGoal.cs
startLine: 22
@ -160,7 +158,7 @@ items:
remote:
path: TinyLife/Goals/DistinctGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Reset
path: Goals/DistinctGoal.cs
startLine: 27
@ -195,7 +193,7 @@ items:
remote:
path: TinyLife/Goals/DistinctGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetDisplayedProgress
path: Goals/DistinctGoal.cs
startLine: 32
@ -233,7 +231,7 @@ items:
remote:
path: TinyLife/Goals/DistinctGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Validate
path: Goals/DistinctGoal.cs
startLine: 37
@ -275,7 +273,7 @@ items:
remote:
path: TinyLife/Goals/DistinctGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Trigger
path: Goals/DistinctGoal.cs
startLine: 47
@ -320,13 +318,13 @@ references:
name: Object
nameWithType: Object
fullName: System.Object
- uid: MLEM.Misc.GenericDataHolder
commentId: T:MLEM.Misc.GenericDataHolder
parent: MLEM.Misc
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
commentId: T:MLEM.Data.Json.JsonTypeSafeGenericDataHolder
parent: MLEM.Data.Json
isExternal: true
name: GenericDataHolder
nameWithType: GenericDataHolder
fullName: MLEM.Misc.GenericDataHolder
name: JsonTypeSafeGenericDataHolder
nameWithType: JsonTypeSafeGenericDataHolder
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
- uid: TinyLife.Goals.Goal
commentId: T:TinyLife.Goals.Goal
parent: TinyLife.Goals
@ -579,18 +577,18 @@ references:
name: Info
nameWithType: Goal.Info
fullName: TinyLife.Goals.Goal.Info
- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
commentId: M:MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
parent: MLEM.Misc.GenericDataHolder
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
isExternal: true
name: SetData(String, Object)
nameWithType: GenericDataHolder.SetData(String, Object)
fullName: MLEM.Misc.GenericDataHolder.SetData(System.String, System.Object)
nameWithType: JsonTypeSafeGenericDataHolder.SetData(String, Object)
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String, System.Object)
spec.csharp:
- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
name: SetData
nameWithType: GenericDataHolder.SetData
fullName: MLEM.Misc.GenericDataHolder.SetData
nameWithType: JsonTypeSafeGenericDataHolder.SetData
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData
isExternal: true
- name: (
nameWithType: (
@ -612,10 +610,10 @@ references:
nameWithType: )
fullName: )
spec.vb:
- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
name: SetData
nameWithType: GenericDataHolder.SetData
fullName: MLEM.Misc.GenericDataHolder.SetData
nameWithType: JsonTypeSafeGenericDataHolder.SetData
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData
isExternal: true
- name: (
nameWithType: (
@ -636,21 +634,21 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String)
commentId: M:MLEM.Misc.GenericDataHolder.GetData``1(System.String)
parent: MLEM.Misc.GenericDataHolder
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
isExternal: true
name: GetData<T>(String)
nameWithType: GenericDataHolder.GetData<T>(String)
fullName: MLEM.Misc.GenericDataHolder.GetData<T>(System.String)
nameWithType.vb: GenericDataHolder.GetData(Of T)(String)
fullName.vb: MLEM.Misc.GenericDataHolder.GetData(Of T)(System.String)
nameWithType: JsonTypeSafeGenericDataHolder.GetData<T>(String)
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData<T>(System.String)
nameWithType.vb: JsonTypeSafeGenericDataHolder.GetData(Of T)(String)
fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData(Of T)(System.String)
name.vb: GetData(Of T)(String)
spec.csharp:
- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String)
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
name: GetData<T>
nameWithType: GenericDataHolder.GetData<T>
fullName: MLEM.Misc.GenericDataHolder.GetData<T>
nameWithType: JsonTypeSafeGenericDataHolder.GetData<T>
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData<T>
isExternal: true
- name: (
nameWithType: (
@ -664,10 +662,10 @@ references:
nameWithType: )
fullName: )
spec.vb:
- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String)
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
name: GetData(Of T)
nameWithType: GenericDataHolder.GetData(Of T)
fullName: MLEM.Misc.GenericDataHolder.GetData(Of T)
nameWithType: JsonTypeSafeGenericDataHolder.GetData(Of T)
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData(Of T)
isExternal: true
- name: (
nameWithType: (
@ -680,18 +678,18 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: MLEM.Misc.GenericDataHolder.GetDataKeys
commentId: M:MLEM.Misc.GenericDataHolder.GetDataKeys
parent: MLEM.Misc.GenericDataHolder
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
isExternal: true
name: GetDataKeys()
nameWithType: GenericDataHolder.GetDataKeys()
fullName: MLEM.Misc.GenericDataHolder.GetDataKeys()
nameWithType: JsonTypeSafeGenericDataHolder.GetDataKeys()
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys()
spec.csharp:
- uid: MLEM.Misc.GenericDataHolder.GetDataKeys
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
name: GetDataKeys
nameWithType: GenericDataHolder.GetDataKeys
fullName: MLEM.Misc.GenericDataHolder.GetDataKeys
nameWithType: JsonTypeSafeGenericDataHolder.GetDataKeys
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
isExternal: true
- name: (
nameWithType: (
@ -700,10 +698,10 @@ references:
nameWithType: )
fullName: )
spec.vb:
- uid: MLEM.Misc.GenericDataHolder.GetDataKeys
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
name: GetDataKeys
nameWithType: GenericDataHolder.GetDataKeys
fullName: MLEM.Misc.GenericDataHolder.GetDataKeys
nameWithType: JsonTypeSafeGenericDataHolder.GetDataKeys
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
isExternal: true
- name: (
nameWithType: (
@ -1022,112 +1020,18 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: MLEM.Misc.IGenericDataHolder.TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
commentId: M:TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
name: GetTimeSpan(String)
nameWithType: Extensions.GetTimeSpan(String)
fullName: TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
name: GetTimeSpan
nameWithType: Extensions.GetTimeSpan
fullName: TinyLife.Utilities.Extensions.GetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
name: GetTimeSpan
nameWithType: Extensions.GetTimeSpan
fullName: TinyLife.Utilities.Extensions.GetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: MLEM.Misc.IGenericDataHolder.TinyLife.Utilities.Extensions.SetTimeSpan(System.String,System.TimeSpan)
commentId: M:TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
name: SetTimeSpan(String, TimeSpan)
nameWithType: Extensions.SetTimeSpan(String, TimeSpan)
fullName: TinyLife.Utilities.Extensions.SetTimeSpan(System.String, System.TimeSpan)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(System.String,System.TimeSpan)
name: SetTimeSpan
nameWithType: Extensions.SetTimeSpan
fullName: TinyLife.Utilities.Extensions.SetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.TimeSpan
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(System.String,System.TimeSpan)
name: SetTimeSpan
nameWithType: Extensions.SetTimeSpan
fullName: TinyLife.Utilities.Extensions.SetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.TimeSpan
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: System
commentId: N:System
isExternal: true
name: System
nameWithType: System
fullName: System
- uid: MLEM.Misc
commentId: N:MLEM.Misc
- uid: MLEM.Data.Json
commentId: N:MLEM.Data.Json
isExternal: true
name: MLEM.Misc
nameWithType: MLEM.Misc
fullName: MLEM.Misc
name: MLEM.Data.Json
nameWithType: MLEM.Data.Json
fullName: MLEM.Data.Json
- uid: TinyLife.Goals.AutoTriggerGoal`1
commentId: T:TinyLife.Goals.AutoTriggerGoal`1
name: AutoTriggerGoal<T>
@ -1164,6 +1068,12 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: MLEM.Misc
commentId: N:MLEM.Misc
isExternal: true
name: MLEM.Misc
nameWithType: MLEM.Misc
fullName: MLEM.Misc
- uid: TinyLife.Goals.AutoTriggerGoal`1.AutoInfo
commentId: F:TinyLife.Goals.AutoTriggerGoal`1.AutoInfo
name: AutoInfo
@ -1373,130 +1283,6 @@ references:
name: Extensions
nameWithType: Extensions
fullName: TinyLife.Utilities.Extensions
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
commentId: M:TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
isExternal: true
name: GetTimeSpan(IGenericDataHolder, String)
nameWithType: Extensions.GetTimeSpan(IGenericDataHolder, String)
fullName: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder, System.String)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
name: GetTimeSpan
nameWithType: Extensions.GetTimeSpan
fullName: TinyLife.Utilities.Extensions.GetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: MLEM.Misc.IGenericDataHolder
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
name: GetTimeSpan
nameWithType: Extensions.GetTimeSpan
fullName: TinyLife.Utilities.Extensions.GetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: MLEM.Misc.IGenericDataHolder
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
commentId: M:TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
isExternal: true
name: SetTimeSpan(IGenericDataHolder, String, TimeSpan)
nameWithType: Extensions.SetTimeSpan(IGenericDataHolder, String, TimeSpan)
fullName: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder, System.String, System.TimeSpan)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
name: SetTimeSpan
nameWithType: Extensions.SetTimeSpan
fullName: TinyLife.Utilities.Extensions.SetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: MLEM.Misc.IGenericDataHolder
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.TimeSpan
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
name: SetTimeSpan
nameWithType: Extensions.SetTimeSpan
fullName: TinyLife.Utilities.Extensions.SetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: MLEM.Misc.IGenericDataHolder
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.TimeSpan
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Utilities
commentId: N:TinyLife.Utilities
name: TinyLife.Utilities

View file

@ -24,7 +24,7 @@ items:
remote:
path: TinyLife/Goals/Goal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Goal
path: Goals/Goal.cs
startLine: 8
@ -37,25 +37,25 @@ items:
content: >-
[DataContract]
public abstract class Goal : GenericDataHolder, IGenericDataHolder
public abstract class Goal : JsonTypeSafeGenericDataHolder, IGenericDataHolder
content.vb: >-
<DataContract>
Public MustInherit Class Goal
Inherits GenericDataHolder
Inherits JsonTypeSafeGenericDataHolder
Implements IGenericDataHolder
inheritance:
- System.Object
- MLEM.Misc.GenericDataHolder
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder
derivedClasses:
- TinyLife.Goals.AutoTriggerGoal`1
- TinyLife.Goals.ManualProgressGoal
implements:
- MLEM.Misc.IGenericDataHolder
inheritedMembers:
- MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
- MLEM.Misc.GenericDataHolder.GetData``1(System.String)
- MLEM.Misc.GenericDataHolder.GetDataKeys
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
- System.Object.Equals(System.Object)
- System.Object.Equals(System.Object,System.Object)
- System.Object.GetHashCode
@ -65,8 +65,6 @@ items:
- System.Object.ToString
extensionMethods:
- TinyLife.Goals.Goal.TinyLife.Utilities.Extensions.JsonCopy``1
- MLEM.Misc.IGenericDataHolder.TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
- MLEM.Misc.IGenericDataHolder.TinyLife.Utilities.Extensions.SetTimeSpan(System.String,System.TimeSpan)
attributes:
- type: System.Runtime.Serialization.DataContractAttribute
ctor: System.Runtime.Serialization.DataContractAttribute.#ctor
@ -94,7 +92,7 @@ items:
remote:
path: TinyLife/Goals/Goal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Name
path: Goals/Goal.cs
startLine: 15
@ -139,7 +137,7 @@ items:
remote:
path: TinyLife/Goals/Goal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Set
path: Goals/Goal.cs
startLine: 19
@ -176,7 +174,7 @@ items:
remote:
path: TinyLife/Goals/Goal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Info
path: Goals/Goal.cs
startLine: 23
@ -213,7 +211,7 @@ items:
remote:
path: TinyLife/Goals/Goal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: .ctor
path: Goals/Goal.cs
startLine: 30
@ -252,7 +250,7 @@ items:
remote:
path: TinyLife/Goals/Goal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetProgress
path: Goals/Goal.cs
startLine: 40
@ -289,7 +287,7 @@ items:
remote:
path: TinyLife/Goals/Goal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Reset
path: Goals/Goal.cs
startLine: 45
@ -323,7 +321,7 @@ items:
remote:
path: TinyLife/Goals/Goal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetDisplayedProgress
path: Goals/Goal.cs
startLine: 52
@ -360,7 +358,7 @@ items:
remote:
path: TinyLife/Goals/Goal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Validate
path: Goals/Goal.cs
startLine: 61
@ -411,13 +409,13 @@ references:
name: Object
nameWithType: Object
fullName: System.Object
- uid: MLEM.Misc.GenericDataHolder
commentId: T:MLEM.Misc.GenericDataHolder
parent: MLEM.Misc
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
commentId: T:MLEM.Data.Json.JsonTypeSafeGenericDataHolder
parent: MLEM.Data.Json
isExternal: true
name: GenericDataHolder
nameWithType: GenericDataHolder
fullName: MLEM.Misc.GenericDataHolder
name: JsonTypeSafeGenericDataHolder
nameWithType: JsonTypeSafeGenericDataHolder
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
- uid: MLEM.Misc.IGenericDataHolder
commentId: T:MLEM.Misc.IGenericDataHolder
parent: MLEM.Misc
@ -425,18 +423,18 @@ references:
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
commentId: M:MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
parent: MLEM.Misc.GenericDataHolder
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
isExternal: true
name: SetData(String, Object)
nameWithType: GenericDataHolder.SetData(String, Object)
fullName: MLEM.Misc.GenericDataHolder.SetData(System.String, System.Object)
nameWithType: JsonTypeSafeGenericDataHolder.SetData(String, Object)
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String, System.Object)
spec.csharp:
- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
name: SetData
nameWithType: GenericDataHolder.SetData
fullName: MLEM.Misc.GenericDataHolder.SetData
nameWithType: JsonTypeSafeGenericDataHolder.SetData
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData
isExternal: true
- name: (
nameWithType: (
@ -458,10 +456,10 @@ references:
nameWithType: )
fullName: )
spec.vb:
- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
name: SetData
nameWithType: GenericDataHolder.SetData
fullName: MLEM.Misc.GenericDataHolder.SetData
nameWithType: JsonTypeSafeGenericDataHolder.SetData
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData
isExternal: true
- name: (
nameWithType: (
@ -482,21 +480,21 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String)
commentId: M:MLEM.Misc.GenericDataHolder.GetData``1(System.String)
parent: MLEM.Misc.GenericDataHolder
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
isExternal: true
name: GetData<T>(String)
nameWithType: GenericDataHolder.GetData<T>(String)
fullName: MLEM.Misc.GenericDataHolder.GetData<T>(System.String)
nameWithType.vb: GenericDataHolder.GetData(Of T)(String)
fullName.vb: MLEM.Misc.GenericDataHolder.GetData(Of T)(System.String)
nameWithType: JsonTypeSafeGenericDataHolder.GetData<T>(String)
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData<T>(System.String)
nameWithType.vb: JsonTypeSafeGenericDataHolder.GetData(Of T)(String)
fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData(Of T)(System.String)
name.vb: GetData(Of T)(String)
spec.csharp:
- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String)
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
name: GetData<T>
nameWithType: GenericDataHolder.GetData<T>
fullName: MLEM.Misc.GenericDataHolder.GetData<T>
nameWithType: JsonTypeSafeGenericDataHolder.GetData<T>
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData<T>
isExternal: true
- name: (
nameWithType: (
@ -510,10 +508,10 @@ references:
nameWithType: )
fullName: )
spec.vb:
- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String)
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
name: GetData(Of T)
nameWithType: GenericDataHolder.GetData(Of T)
fullName: MLEM.Misc.GenericDataHolder.GetData(Of T)
nameWithType: JsonTypeSafeGenericDataHolder.GetData(Of T)
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData(Of T)
isExternal: true
- name: (
nameWithType: (
@ -526,18 +524,18 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: MLEM.Misc.GenericDataHolder.GetDataKeys
commentId: M:MLEM.Misc.GenericDataHolder.GetDataKeys
parent: MLEM.Misc.GenericDataHolder
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
isExternal: true
name: GetDataKeys()
nameWithType: GenericDataHolder.GetDataKeys()
fullName: MLEM.Misc.GenericDataHolder.GetDataKeys()
nameWithType: JsonTypeSafeGenericDataHolder.GetDataKeys()
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys()
spec.csharp:
- uid: MLEM.Misc.GenericDataHolder.GetDataKeys
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
name: GetDataKeys
nameWithType: GenericDataHolder.GetDataKeys
fullName: MLEM.Misc.GenericDataHolder.GetDataKeys
nameWithType: JsonTypeSafeGenericDataHolder.GetDataKeys
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
isExternal: true
- name: (
nameWithType: (
@ -546,10 +544,10 @@ references:
nameWithType: )
fullName: )
spec.vb:
- uid: MLEM.Misc.GenericDataHolder.GetDataKeys
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
name: GetDataKeys
nameWithType: GenericDataHolder.GetDataKeys
fullName: MLEM.Misc.GenericDataHolder.GetDataKeys
nameWithType: JsonTypeSafeGenericDataHolder.GetDataKeys
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
isExternal: true
- name: (
nameWithType: (
@ -868,106 +866,18 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: MLEM.Misc.IGenericDataHolder.TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
commentId: M:TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
name: GetTimeSpan(String)
nameWithType: Extensions.GetTimeSpan(String)
fullName: TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
name: GetTimeSpan
nameWithType: Extensions.GetTimeSpan
fullName: TinyLife.Utilities.Extensions.GetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
name: GetTimeSpan
nameWithType: Extensions.GetTimeSpan
fullName: TinyLife.Utilities.Extensions.GetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: MLEM.Misc.IGenericDataHolder.TinyLife.Utilities.Extensions.SetTimeSpan(System.String,System.TimeSpan)
commentId: M:TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
name: SetTimeSpan(String, TimeSpan)
nameWithType: Extensions.SetTimeSpan(String, TimeSpan)
fullName: TinyLife.Utilities.Extensions.SetTimeSpan(System.String, System.TimeSpan)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(System.String,System.TimeSpan)
name: SetTimeSpan
nameWithType: Extensions.SetTimeSpan
fullName: TinyLife.Utilities.Extensions.SetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.TimeSpan
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(System.String,System.TimeSpan)
name: SetTimeSpan
nameWithType: Extensions.SetTimeSpan
fullName: TinyLife.Utilities.Extensions.SetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.TimeSpan
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: System
commentId: N:System
isExternal: true
name: System
nameWithType: System
fullName: System
- uid: MLEM.Data.Json
commentId: N:MLEM.Data.Json
isExternal: true
name: MLEM.Data.Json
nameWithType: MLEM.Data.Json
fullName: MLEM.Data.Json
- uid: MLEM.Misc
commentId: N:MLEM.Misc
isExternal: true
@ -1016,130 +926,6 @@ references:
name: Extensions
nameWithType: Extensions
fullName: TinyLife.Utilities.Extensions
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
commentId: M:TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
isExternal: true
name: GetTimeSpan(IGenericDataHolder, String)
nameWithType: Extensions.GetTimeSpan(IGenericDataHolder, String)
fullName: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder, System.String)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
name: GetTimeSpan
nameWithType: Extensions.GetTimeSpan
fullName: TinyLife.Utilities.Extensions.GetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: MLEM.Misc.IGenericDataHolder
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
name: GetTimeSpan
nameWithType: Extensions.GetTimeSpan
fullName: TinyLife.Utilities.Extensions.GetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: MLEM.Misc.IGenericDataHolder
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
commentId: M:TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
isExternal: true
name: SetTimeSpan(IGenericDataHolder, String, TimeSpan)
nameWithType: Extensions.SetTimeSpan(IGenericDataHolder, String, TimeSpan)
fullName: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder, System.String, System.TimeSpan)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
name: SetTimeSpan
nameWithType: Extensions.SetTimeSpan
fullName: TinyLife.Utilities.Extensions.SetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: MLEM.Misc.IGenericDataHolder
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.TimeSpan
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
name: SetTimeSpan
nameWithType: Extensions.SetTimeSpan
fullName: TinyLife.Utilities.Extensions.SetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: MLEM.Misc.IGenericDataHolder
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.TimeSpan
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Utilities
commentId: N:TinyLife.Utilities
name: TinyLife.Utilities

View file

@ -19,7 +19,7 @@ items:
remote:
path: TinyLife/Goals/GoalInfo.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GoalInfo
path: Goals/GoalInfo.cs
startLine: 10
@ -54,8 +54,6 @@ items:
- System.Object.ToString
extensionMethods:
- TinyLife.Goals.GoalInfo.TinyLife.Utilities.Extensions.JsonCopy``1
- MLEM.Misc.IGenericDataHolder.TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
- MLEM.Misc.IGenericDataHolder.TinyLife.Utilities.Extensions.SetTimeSpan(System.String,System.TimeSpan)
modifiers.csharp:
- public
- class
@ -77,7 +75,7 @@ items:
remote:
path: TinyLife/Goals/GoalInfo.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Name
path: Goals/GoalInfo.cs
startLine: 15
@ -112,7 +110,7 @@ items:
remote:
path: TinyLife/Goals/GoalInfo.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: .ctor
path: Goals/GoalInfo.cs
startLine: 23
@ -154,7 +152,7 @@ items:
remote:
path: TinyLife/Goals/GoalInfo.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Construct
path: Goals/GoalInfo.cs
startLine: 34
@ -668,100 +666,6 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: MLEM.Misc.IGenericDataHolder.TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
commentId: M:TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
name: GetTimeSpan(String)
nameWithType: Extensions.GetTimeSpan(String)
fullName: TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
name: GetTimeSpan
nameWithType: Extensions.GetTimeSpan
fullName: TinyLife.Utilities.Extensions.GetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
name: GetTimeSpan
nameWithType: Extensions.GetTimeSpan
fullName: TinyLife.Utilities.Extensions.GetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: MLEM.Misc.IGenericDataHolder.TinyLife.Utilities.Extensions.SetTimeSpan(System.String,System.TimeSpan)
commentId: M:TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
name: SetTimeSpan(String, TimeSpan)
nameWithType: Extensions.SetTimeSpan(String, TimeSpan)
fullName: TinyLife.Utilities.Extensions.SetTimeSpan(System.String, System.TimeSpan)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(System.String,System.TimeSpan)
name: SetTimeSpan
nameWithType: Extensions.SetTimeSpan
fullName: TinyLife.Utilities.Extensions.SetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.TimeSpan
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(System.String,System.TimeSpan)
name: SetTimeSpan
nameWithType: Extensions.SetTimeSpan
fullName: TinyLife.Utilities.Extensions.SetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.TimeSpan
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: System
commentId: N:System
isExternal: true
@ -816,130 +720,6 @@ references:
name: Extensions
nameWithType: Extensions
fullName: TinyLife.Utilities.Extensions
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
commentId: M:TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
isExternal: true
name: GetTimeSpan(IGenericDataHolder, String)
nameWithType: Extensions.GetTimeSpan(IGenericDataHolder, String)
fullName: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder, System.String)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
name: GetTimeSpan
nameWithType: Extensions.GetTimeSpan
fullName: TinyLife.Utilities.Extensions.GetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: MLEM.Misc.IGenericDataHolder
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
name: GetTimeSpan
nameWithType: Extensions.GetTimeSpan
fullName: TinyLife.Utilities.Extensions.GetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: MLEM.Misc.IGenericDataHolder
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
commentId: M:TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
isExternal: true
name: SetTimeSpan(IGenericDataHolder, String, TimeSpan)
nameWithType: Extensions.SetTimeSpan(IGenericDataHolder, String, TimeSpan)
fullName: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder, System.String, System.TimeSpan)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
name: SetTimeSpan
nameWithType: Extensions.SetTimeSpan
fullName: TinyLife.Utilities.Extensions.SetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: MLEM.Misc.IGenericDataHolder
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.TimeSpan
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
name: SetTimeSpan
nameWithType: Extensions.SetTimeSpan
fullName: TinyLife.Utilities.Extensions.SetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: MLEM.Misc.IGenericDataHolder
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.TimeSpan
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Utilities
commentId: N:TinyLife.Utilities
name: TinyLife.Utilities

View file

@ -27,10 +27,10 @@ items:
remote:
path: TinyLife/Goals/GoalSet.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GoalSet
path: Goals/GoalSet.cs
startLine: 44
startLine: 45
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -40,22 +40,22 @@ items:
content: >-
[DataContract]
public class GoalSet : GenericDataHolder, IGenericDataHolder
public class GoalSet : JsonTypeSafeGenericDataHolder, IGenericDataHolder
content.vb: >-
<DataContract>
Public Class GoalSet
Inherits GenericDataHolder
Inherits JsonTypeSafeGenericDataHolder
Implements IGenericDataHolder
inheritance:
- System.Object
- MLEM.Misc.GenericDataHolder
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder
implements:
- MLEM.Misc.IGenericDataHolder
inheritedMembers:
- MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
- MLEM.Misc.GenericDataHolder.GetData``1(System.String)
- MLEM.Misc.GenericDataHolder.GetDataKeys
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
- System.Object.Equals(System.Object)
- System.Object.Equals(System.Object,System.Object)
- System.Object.GetHashCode
@ -65,8 +65,6 @@ items:
- System.Object.ToString
extensionMethods:
- TinyLife.Goals.GoalSet.TinyLife.Utilities.Extensions.JsonCopy``1
- MLEM.Misc.IGenericDataHolder.TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
- MLEM.Misc.IGenericDataHolder.TinyLife.Utilities.Extensions.SetTimeSpan(System.String,System.TimeSpan)
attributes:
- type: System.Runtime.Serialization.DataContractAttribute
ctor: System.Runtime.Serialization.DataContractAttribute.#ctor
@ -92,10 +90,10 @@ items:
remote:
path: TinyLife/Goals/GoalSet.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Info
path: Goals/GoalSet.cs
startLine: 52
startLine: 53
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -129,10 +127,10 @@ items:
remote:
path: TinyLife/Goals/GoalSet.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Person
path: Goals/GoalSet.cs
startLine: 56
startLine: 57
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -166,10 +164,10 @@ items:
remote:
path: TinyLife/Goals/GoalSet.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: .ctor
path: Goals/GoalSet.cs
startLine: 63
startLine: 64
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -205,10 +203,10 @@ items:
remote:
path: TinyLife/Goals/GoalSet.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetProgress
path: Goals/GoalSet.cs
startLine: 73
startLine: 74
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -240,10 +238,10 @@ items:
remote:
path: TinyLife/Goals/GoalSet.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: IsCompleted
path: Goals/GoalSet.cs
startLine: 85
startLine: 86
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -275,10 +273,10 @@ items:
remote:
path: TinyLife/Goals/GoalSet.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Reset
path: Goals/GoalSet.cs
startLine: 92
startLine: 93
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -307,10 +305,10 @@ items:
remote:
path: TinyLife/Goals/GoalSet.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetGoals
path: Goals/GoalSet.cs
startLine: 102
startLine: 103
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -350,10 +348,10 @@ items:
remote:
path: TinyLife/Goals/GoalSet.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetGoal
path: Goals/GoalSet.cs
startLine: 112
startLine: 113
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -397,10 +395,10 @@ items:
remote:
path: TinyLife/Goals/GoalSet.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetGoal
path: Goals/GoalSet.cs
startLine: 122
startLine: 123
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -440,10 +438,10 @@ items:
remote:
path: TinyLife/Goals/GoalSet.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetDisplay
path: Goals/GoalSet.cs
startLine: 131
startLine: 132
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -479,10 +477,10 @@ items:
remote:
path: TinyLife/Goals/GoalSet.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Validate
path: Goals/GoalSet.cs
startLine: 152
startLine: 153
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -540,13 +538,13 @@ references:
name: Object
nameWithType: Object
fullName: System.Object
- uid: MLEM.Misc.GenericDataHolder
commentId: T:MLEM.Misc.GenericDataHolder
parent: MLEM.Misc
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
commentId: T:MLEM.Data.Json.JsonTypeSafeGenericDataHolder
parent: MLEM.Data.Json
isExternal: true
name: GenericDataHolder
nameWithType: GenericDataHolder
fullName: MLEM.Misc.GenericDataHolder
name: JsonTypeSafeGenericDataHolder
nameWithType: JsonTypeSafeGenericDataHolder
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
- uid: MLEM.Misc.IGenericDataHolder
commentId: T:MLEM.Misc.IGenericDataHolder
parent: MLEM.Misc
@ -554,18 +552,18 @@ references:
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
commentId: M:MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
parent: MLEM.Misc.GenericDataHolder
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
isExternal: true
name: SetData(String, Object)
nameWithType: GenericDataHolder.SetData(String, Object)
fullName: MLEM.Misc.GenericDataHolder.SetData(System.String, System.Object)
nameWithType: JsonTypeSafeGenericDataHolder.SetData(String, Object)
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String, System.Object)
spec.csharp:
- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
name: SetData
nameWithType: GenericDataHolder.SetData
fullName: MLEM.Misc.GenericDataHolder.SetData
nameWithType: JsonTypeSafeGenericDataHolder.SetData
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData
isExternal: true
- name: (
nameWithType: (
@ -587,10 +585,10 @@ references:
nameWithType: )
fullName: )
spec.vb:
- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
name: SetData
nameWithType: GenericDataHolder.SetData
fullName: MLEM.Misc.GenericDataHolder.SetData
nameWithType: JsonTypeSafeGenericDataHolder.SetData
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData
isExternal: true
- name: (
nameWithType: (
@ -611,21 +609,21 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String)
commentId: M:MLEM.Misc.GenericDataHolder.GetData``1(System.String)
parent: MLEM.Misc.GenericDataHolder
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
isExternal: true
name: GetData<T>(String)
nameWithType: GenericDataHolder.GetData<T>(String)
fullName: MLEM.Misc.GenericDataHolder.GetData<T>(System.String)
nameWithType.vb: GenericDataHolder.GetData(Of T)(String)
fullName.vb: MLEM.Misc.GenericDataHolder.GetData(Of T)(System.String)
nameWithType: JsonTypeSafeGenericDataHolder.GetData<T>(String)
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData<T>(System.String)
nameWithType.vb: JsonTypeSafeGenericDataHolder.GetData(Of T)(String)
fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData(Of T)(System.String)
name.vb: GetData(Of T)(String)
spec.csharp:
- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String)
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
name: GetData<T>
nameWithType: GenericDataHolder.GetData<T>
fullName: MLEM.Misc.GenericDataHolder.GetData<T>
nameWithType: JsonTypeSafeGenericDataHolder.GetData<T>
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData<T>
isExternal: true
- name: (
nameWithType: (
@ -639,10 +637,10 @@ references:
nameWithType: )
fullName: )
spec.vb:
- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String)
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
name: GetData(Of T)
nameWithType: GenericDataHolder.GetData(Of T)
fullName: MLEM.Misc.GenericDataHolder.GetData(Of T)
nameWithType: JsonTypeSafeGenericDataHolder.GetData(Of T)
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData(Of T)
isExternal: true
- name: (
nameWithType: (
@ -655,18 +653,18 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: MLEM.Misc.GenericDataHolder.GetDataKeys
commentId: M:MLEM.Misc.GenericDataHolder.GetDataKeys
parent: MLEM.Misc.GenericDataHolder
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
isExternal: true
name: GetDataKeys()
nameWithType: GenericDataHolder.GetDataKeys()
fullName: MLEM.Misc.GenericDataHolder.GetDataKeys()
nameWithType: JsonTypeSafeGenericDataHolder.GetDataKeys()
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys()
spec.csharp:
- uid: MLEM.Misc.GenericDataHolder.GetDataKeys
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
name: GetDataKeys
nameWithType: GenericDataHolder.GetDataKeys
fullName: MLEM.Misc.GenericDataHolder.GetDataKeys
nameWithType: JsonTypeSafeGenericDataHolder.GetDataKeys
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
isExternal: true
- name: (
nameWithType: (
@ -675,10 +673,10 @@ references:
nameWithType: )
fullName: )
spec.vb:
- uid: MLEM.Misc.GenericDataHolder.GetDataKeys
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
name: GetDataKeys
nameWithType: GenericDataHolder.GetDataKeys
fullName: MLEM.Misc.GenericDataHolder.GetDataKeys
nameWithType: JsonTypeSafeGenericDataHolder.GetDataKeys
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
isExternal: true
- name: (
nameWithType: (
@ -997,106 +995,18 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: MLEM.Misc.IGenericDataHolder.TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
commentId: M:TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
name: GetTimeSpan(String)
nameWithType: Extensions.GetTimeSpan(String)
fullName: TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
name: GetTimeSpan
nameWithType: Extensions.GetTimeSpan
fullName: TinyLife.Utilities.Extensions.GetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
name: GetTimeSpan
nameWithType: Extensions.GetTimeSpan
fullName: TinyLife.Utilities.Extensions.GetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: MLEM.Misc.IGenericDataHolder.TinyLife.Utilities.Extensions.SetTimeSpan(System.String,System.TimeSpan)
commentId: M:TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
name: SetTimeSpan(String, TimeSpan)
nameWithType: Extensions.SetTimeSpan(String, TimeSpan)
fullName: TinyLife.Utilities.Extensions.SetTimeSpan(System.String, System.TimeSpan)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(System.String,System.TimeSpan)
name: SetTimeSpan
nameWithType: Extensions.SetTimeSpan
fullName: TinyLife.Utilities.Extensions.SetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.TimeSpan
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(System.String,System.TimeSpan)
name: SetTimeSpan
nameWithType: Extensions.SetTimeSpan
fullName: TinyLife.Utilities.Extensions.SetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.TimeSpan
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: System
commentId: N:System
isExternal: true
name: System
nameWithType: System
fullName: System
- uid: MLEM.Data.Json
commentId: N:MLEM.Data.Json
isExternal: true
name: MLEM.Data.Json
nameWithType: MLEM.Data.Json
fullName: MLEM.Data.Json
- uid: MLEM.Misc
commentId: N:MLEM.Misc
isExternal: true
@ -1145,130 +1055,6 @@ references:
name: Extensions
nameWithType: Extensions
fullName: TinyLife.Utilities.Extensions
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
commentId: M:TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
isExternal: true
name: GetTimeSpan(IGenericDataHolder, String)
nameWithType: Extensions.GetTimeSpan(IGenericDataHolder, String)
fullName: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder, System.String)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
name: GetTimeSpan
nameWithType: Extensions.GetTimeSpan
fullName: TinyLife.Utilities.Extensions.GetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: MLEM.Misc.IGenericDataHolder
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
name: GetTimeSpan
nameWithType: Extensions.GetTimeSpan
fullName: TinyLife.Utilities.Extensions.GetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: MLEM.Misc.IGenericDataHolder
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
commentId: M:TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
isExternal: true
name: SetTimeSpan(IGenericDataHolder, String, TimeSpan)
nameWithType: Extensions.SetTimeSpan(IGenericDataHolder, String, TimeSpan)
fullName: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder, System.String, System.TimeSpan)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
name: SetTimeSpan
nameWithType: Extensions.SetTimeSpan
fullName: TinyLife.Utilities.Extensions.SetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: MLEM.Misc.IGenericDataHolder
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.TimeSpan
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
name: SetTimeSpan
nameWithType: Extensions.SetTimeSpan
fullName: TinyLife.Utilities.Extensions.SetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: MLEM.Misc.IGenericDataHolder
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.TimeSpan
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Utilities
commentId: N:TinyLife.Utilities
name: TinyLife.Utilities

View file

@ -19,10 +19,10 @@ items:
remote:
path: TinyLife/Goals/GoalSet.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GoalSetInfo
path: Goals/GoalSet.cs
startLine: 14
startLine: 15
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -52,8 +52,6 @@ items:
- System.Object.ToString
extensionMethods:
- TinyLife.Goals.GoalSetInfo.TinyLife.Utilities.Extensions.JsonCopy``1
- MLEM.Misc.IGenericDataHolder.TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
- MLEM.Misc.IGenericDataHolder.TinyLife.Utilities.Extensions.SetTimeSpan(System.String,System.TimeSpan)
modifiers.csharp:
- public
- class
@ -75,10 +73,10 @@ items:
remote:
path: TinyLife/Goals/GoalSet.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Configurations
path: Goals/GoalSet.cs
startLine: 19
startLine: 20
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -110,10 +108,10 @@ items:
remote:
path: TinyLife/Goals/GoalSet.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: .ctor
path: Goals/GoalSet.cs
startLine: 25
startLine: 26
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -149,10 +147,10 @@ items:
remote:
path: TinyLife/Goals/GoalSet.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Construct
path: Goals/GoalSet.cs
startLine: 34
startLine: 35
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -649,100 +647,6 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: MLEM.Misc.IGenericDataHolder.TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
commentId: M:TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
name: GetTimeSpan(String)
nameWithType: Extensions.GetTimeSpan(String)
fullName: TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
name: GetTimeSpan
nameWithType: Extensions.GetTimeSpan
fullName: TinyLife.Utilities.Extensions.GetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
name: GetTimeSpan
nameWithType: Extensions.GetTimeSpan
fullName: TinyLife.Utilities.Extensions.GetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: MLEM.Misc.IGenericDataHolder.TinyLife.Utilities.Extensions.SetTimeSpan(System.String,System.TimeSpan)
commentId: M:TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
name: SetTimeSpan(String, TimeSpan)
nameWithType: Extensions.SetTimeSpan(String, TimeSpan)
fullName: TinyLife.Utilities.Extensions.SetTimeSpan(System.String, System.TimeSpan)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(System.String,System.TimeSpan)
name: SetTimeSpan
nameWithType: Extensions.SetTimeSpan
fullName: TinyLife.Utilities.Extensions.SetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.TimeSpan
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(System.String,System.TimeSpan)
name: SetTimeSpan
nameWithType: Extensions.SetTimeSpan
fullName: TinyLife.Utilities.Extensions.SetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.TimeSpan
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: System
commentId: N:System
isExternal: true
@ -797,130 +701,6 @@ references:
name: Extensions
nameWithType: Extensions
fullName: TinyLife.Utilities.Extensions
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
commentId: M:TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
isExternal: true
name: GetTimeSpan(IGenericDataHolder, String)
nameWithType: Extensions.GetTimeSpan(IGenericDataHolder, String)
fullName: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder, System.String)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
name: GetTimeSpan
nameWithType: Extensions.GetTimeSpan
fullName: TinyLife.Utilities.Extensions.GetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: MLEM.Misc.IGenericDataHolder
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
name: GetTimeSpan
nameWithType: Extensions.GetTimeSpan
fullName: TinyLife.Utilities.Extensions.GetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: MLEM.Misc.IGenericDataHolder
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
commentId: M:TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
isExternal: true
name: SetTimeSpan(IGenericDataHolder, String, TimeSpan)
nameWithType: Extensions.SetTimeSpan(IGenericDataHolder, String, TimeSpan)
fullName: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder, System.String, System.TimeSpan)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
name: SetTimeSpan
nameWithType: Extensions.SetTimeSpan
fullName: TinyLife.Utilities.Extensions.SetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: MLEM.Misc.IGenericDataHolder
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.TimeSpan
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
name: SetTimeSpan
nameWithType: Extensions.SetTimeSpan
fullName: TinyLife.Utilities.Extensions.SetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: MLEM.Misc.IGenericDataHolder
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.TimeSpan
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Utilities
commentId: N:TinyLife.Utilities
name: TinyLife.Utilities

View file

@ -21,7 +21,7 @@ items:
remote:
path: TinyLife/Goals/GoalTrigger.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GoalTrigger
path: Goals/GoalTrigger.cs
startLine: 8
@ -66,7 +66,7 @@ items:
remote:
path: TinyLife/Goals/GoalTrigger.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: PersonUpdate
path: Goals/GoalTrigger.cs
startLine: 15
@ -100,7 +100,7 @@ items:
remote:
path: TinyLife/Goals/GoalTrigger.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: FurnitureCreated
path: Goals/GoalTrigger.cs
startLine: 21
@ -134,7 +134,7 @@ items:
remote:
path: TinyLife/Goals/GoalTrigger.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: ActionCompleted
path: Goals/GoalTrigger.cs
startLine: 26
@ -168,7 +168,7 @@ items:
remote:
path: TinyLife/Goals/GoalTrigger.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: ActionUpdate
path: Goals/GoalTrigger.cs
startLine: 31
@ -202,7 +202,7 @@ items:
remote:
path: TinyLife/Goals/GoalTrigger.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: EarnMoney
path: Goals/GoalTrigger.cs
startLine: 36

View file

@ -28,10 +28,10 @@ items:
remote:
path: TinyLife/Goals/Job.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Job
path: Goals/Job.cs
startLine: 17
startLine: 16
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -41,22 +41,22 @@ items:
content: >-
[DataContract]
public class Job : GenericDataHolder, IGenericDataHolder
public class Job : JsonTypeSafeGenericDataHolder, IGenericDataHolder
content.vb: >-
<DataContract>
Public Class Job
Inherits GenericDataHolder
Inherits JsonTypeSafeGenericDataHolder
Implements IGenericDataHolder
inheritance:
- System.Object
- MLEM.Misc.GenericDataHolder
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder
implements:
- MLEM.Misc.IGenericDataHolder
inheritedMembers:
- MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
- MLEM.Misc.GenericDataHolder.GetData``1(System.String)
- MLEM.Misc.GenericDataHolder.GetDataKeys
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
- System.Object.Equals(System.Object)
- System.Object.Equals(System.Object,System.Object)
- System.Object.GetHashCode
@ -66,8 +66,6 @@ items:
- System.Object.ToString
extensionMethods:
- TinyLife.Goals.Job.TinyLife.Utilities.Extensions.JsonCopy``1
- MLEM.Misc.IGenericDataHolder.TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
- MLEM.Misc.IGenericDataHolder.TinyLife.Utilities.Extensions.SetTimeSpan(System.String,System.TimeSpan)
attributes:
- type: System.Runtime.Serialization.DataContractAttribute
ctor: System.Runtime.Serialization.DataContractAttribute.#ctor
@ -93,10 +91,10 @@ items:
remote:
path: TinyLife/Goals/Job.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Type
path: Goals/Job.cs
startLine: 24
startLine: 23
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -138,10 +136,10 @@ items:
remote:
path: TinyLife/Goals/Job.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Person
path: Goals/Job.cs
startLine: 28
startLine: 27
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -175,10 +173,10 @@ items:
remote:
path: TinyLife/Goals/Job.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Performance
path: Goals/Job.cs
startLine: 33
startLine: 32
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -222,10 +220,10 @@ items:
remote:
path: TinyLife/Goals/Job.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Level
path: Goals/Job.cs
startLine: 39
startLine: 38
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -269,10 +267,10 @@ items:
remote:
path: TinyLife/Goals/Job.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: DailyTasks
path: Goals/Job.cs
startLine: 44
startLine: 43
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -316,10 +314,10 @@ items:
remote:
path: TinyLife/Goals/Job.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: CurrentHourlyPay
path: Goals/Job.cs
startLine: 49
startLine: 48
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -353,10 +351,10 @@ items:
remote:
path: TinyLife/Goals/Job.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: .ctor
path: Goals/Job.cs
startLine: 57
startLine: 56
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -395,10 +393,10 @@ items:
remote:
path: TinyLife/Goals/Job.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Update
path: Goals/Job.cs
startLine: 70
startLine: 69
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -431,10 +429,10 @@ items:
remote:
path: TinyLife/Goals/Job.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: AddPerformance
path: Goals/Job.cs
startLine: 101
startLine: 100
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -467,10 +465,10 @@ items:
remote:
path: TinyLife/Goals/Job.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: AddLevel
path: Goals/Job.cs
startLine: 120
startLine: 119
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -503,10 +501,10 @@ items:
remote:
path: TinyLife/Goals/Job.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: HasRequiredPromotionSkills
path: Goals/Job.cs
startLine: 159
startLine: 158
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -538,10 +536,10 @@ items:
remote:
path: TinyLife/Goals/Job.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Validate
path: Goals/Job.cs
startLine: 171
startLine: 170
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -586,13 +584,13 @@ references:
name: Object
nameWithType: Object
fullName: System.Object
- uid: MLEM.Misc.GenericDataHolder
commentId: T:MLEM.Misc.GenericDataHolder
parent: MLEM.Misc
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
commentId: T:MLEM.Data.Json.JsonTypeSafeGenericDataHolder
parent: MLEM.Data.Json
isExternal: true
name: GenericDataHolder
nameWithType: GenericDataHolder
fullName: MLEM.Misc.GenericDataHolder
name: JsonTypeSafeGenericDataHolder
nameWithType: JsonTypeSafeGenericDataHolder
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
- uid: MLEM.Misc.IGenericDataHolder
commentId: T:MLEM.Misc.IGenericDataHolder
parent: MLEM.Misc
@ -600,18 +598,18 @@ references:
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
commentId: M:MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
parent: MLEM.Misc.GenericDataHolder
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
isExternal: true
name: SetData(String, Object)
nameWithType: GenericDataHolder.SetData(String, Object)
fullName: MLEM.Misc.GenericDataHolder.SetData(System.String, System.Object)
nameWithType: JsonTypeSafeGenericDataHolder.SetData(String, Object)
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String, System.Object)
spec.csharp:
- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
name: SetData
nameWithType: GenericDataHolder.SetData
fullName: MLEM.Misc.GenericDataHolder.SetData
nameWithType: JsonTypeSafeGenericDataHolder.SetData
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData
isExternal: true
- name: (
nameWithType: (
@ -633,10 +631,10 @@ references:
nameWithType: )
fullName: )
spec.vb:
- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
name: SetData
nameWithType: GenericDataHolder.SetData
fullName: MLEM.Misc.GenericDataHolder.SetData
nameWithType: JsonTypeSafeGenericDataHolder.SetData
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData
isExternal: true
- name: (
nameWithType: (
@ -657,21 +655,21 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String)
commentId: M:MLEM.Misc.GenericDataHolder.GetData``1(System.String)
parent: MLEM.Misc.GenericDataHolder
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
isExternal: true
name: GetData<T>(String)
nameWithType: GenericDataHolder.GetData<T>(String)
fullName: MLEM.Misc.GenericDataHolder.GetData<T>(System.String)
nameWithType.vb: GenericDataHolder.GetData(Of T)(String)
fullName.vb: MLEM.Misc.GenericDataHolder.GetData(Of T)(System.String)
nameWithType: JsonTypeSafeGenericDataHolder.GetData<T>(String)
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData<T>(System.String)
nameWithType.vb: JsonTypeSafeGenericDataHolder.GetData(Of T)(String)
fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData(Of T)(System.String)
name.vb: GetData(Of T)(String)
spec.csharp:
- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String)
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
name: GetData<T>
nameWithType: GenericDataHolder.GetData<T>
fullName: MLEM.Misc.GenericDataHolder.GetData<T>
nameWithType: JsonTypeSafeGenericDataHolder.GetData<T>
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData<T>
isExternal: true
- name: (
nameWithType: (
@ -685,10 +683,10 @@ references:
nameWithType: )
fullName: )
spec.vb:
- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String)
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
name: GetData(Of T)
nameWithType: GenericDataHolder.GetData(Of T)
fullName: MLEM.Misc.GenericDataHolder.GetData(Of T)
nameWithType: JsonTypeSafeGenericDataHolder.GetData(Of T)
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData(Of T)
isExternal: true
- name: (
nameWithType: (
@ -701,18 +699,18 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: MLEM.Misc.GenericDataHolder.GetDataKeys
commentId: M:MLEM.Misc.GenericDataHolder.GetDataKeys
parent: MLEM.Misc.GenericDataHolder
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
isExternal: true
name: GetDataKeys()
nameWithType: GenericDataHolder.GetDataKeys()
fullName: MLEM.Misc.GenericDataHolder.GetDataKeys()
nameWithType: JsonTypeSafeGenericDataHolder.GetDataKeys()
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys()
spec.csharp:
- uid: MLEM.Misc.GenericDataHolder.GetDataKeys
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
name: GetDataKeys
nameWithType: GenericDataHolder.GetDataKeys
fullName: MLEM.Misc.GenericDataHolder.GetDataKeys
nameWithType: JsonTypeSafeGenericDataHolder.GetDataKeys
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
isExternal: true
- name: (
nameWithType: (
@ -721,10 +719,10 @@ references:
nameWithType: )
fullName: )
spec.vb:
- uid: MLEM.Misc.GenericDataHolder.GetDataKeys
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
name: GetDataKeys
nameWithType: GenericDataHolder.GetDataKeys
fullName: MLEM.Misc.GenericDataHolder.GetDataKeys
nameWithType: JsonTypeSafeGenericDataHolder.GetDataKeys
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
isExternal: true
- name: (
nameWithType: (
@ -1043,106 +1041,18 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: MLEM.Misc.IGenericDataHolder.TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
commentId: M:TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
name: GetTimeSpan(String)
nameWithType: Extensions.GetTimeSpan(String)
fullName: TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
name: GetTimeSpan
nameWithType: Extensions.GetTimeSpan
fullName: TinyLife.Utilities.Extensions.GetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
name: GetTimeSpan
nameWithType: Extensions.GetTimeSpan
fullName: TinyLife.Utilities.Extensions.GetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: MLEM.Misc.IGenericDataHolder.TinyLife.Utilities.Extensions.SetTimeSpan(System.String,System.TimeSpan)
commentId: M:TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
name: SetTimeSpan(String, TimeSpan)
nameWithType: Extensions.SetTimeSpan(String, TimeSpan)
fullName: TinyLife.Utilities.Extensions.SetTimeSpan(System.String, System.TimeSpan)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(System.String,System.TimeSpan)
name: SetTimeSpan
nameWithType: Extensions.SetTimeSpan
fullName: TinyLife.Utilities.Extensions.SetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.TimeSpan
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(System.String,System.TimeSpan)
name: SetTimeSpan
nameWithType: Extensions.SetTimeSpan
fullName: TinyLife.Utilities.Extensions.SetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.TimeSpan
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: System
commentId: N:System
isExternal: true
name: System
nameWithType: System
fullName: System
- uid: MLEM.Data.Json
commentId: N:MLEM.Data.Json
isExternal: true
name: MLEM.Data.Json
nameWithType: MLEM.Data.Json
fullName: MLEM.Data.Json
- uid: MLEM.Misc
commentId: N:MLEM.Misc
isExternal: true
@ -1191,130 +1101,6 @@ references:
name: Extensions
nameWithType: Extensions
fullName: TinyLife.Utilities.Extensions
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
commentId: M:TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
isExternal: true
name: GetTimeSpan(IGenericDataHolder, String)
nameWithType: Extensions.GetTimeSpan(IGenericDataHolder, String)
fullName: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder, System.String)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
name: GetTimeSpan
nameWithType: Extensions.GetTimeSpan
fullName: TinyLife.Utilities.Extensions.GetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: MLEM.Misc.IGenericDataHolder
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
name: GetTimeSpan
nameWithType: Extensions.GetTimeSpan
fullName: TinyLife.Utilities.Extensions.GetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: MLEM.Misc.IGenericDataHolder
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
commentId: M:TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
isExternal: true
name: SetTimeSpan(IGenericDataHolder, String, TimeSpan)
nameWithType: Extensions.SetTimeSpan(IGenericDataHolder, String, TimeSpan)
fullName: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder, System.String, System.TimeSpan)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
name: SetTimeSpan
nameWithType: Extensions.SetTimeSpan
fullName: TinyLife.Utilities.Extensions.SetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: MLEM.Misc.IGenericDataHolder
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.TimeSpan
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
name: SetTimeSpan
nameWithType: Extensions.SetTimeSpan
fullName: TinyLife.Utilities.Extensions.SetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: MLEM.Misc.IGenericDataHolder
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.TimeSpan
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Utilities
commentId: N:TinyLife.Utilities
name: TinyLife.Utilities

View file

@ -40,7 +40,7 @@ items:
remote:
path: TinyLife/Goals/JobType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: JobType
path: Goals/JobType.cs
startLine: 23
@ -80,8 +80,6 @@ items:
- System.Object.ToString
extensionMethods:
- TinyLife.Goals.JobType.TinyLife.Utilities.Extensions.JsonCopy``1
- MLEM.Misc.IGenericDataHolder.TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
- MLEM.Misc.IGenericDataHolder.TinyLife.Utilities.Extensions.SetTimeSpan(System.String,System.TimeSpan)
modifiers.csharp:
- public
- class
@ -103,7 +101,7 @@ items:
remote:
path: TinyLife/Goals/JobType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Types
path: Goals/JobType.cs
startLine: 31
@ -140,10 +138,10 @@ items:
remote:
path: TinyLife/Goals/JobType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Name
path: Goals/JobType.cs
startLine: 67
startLine: 71
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -175,10 +173,10 @@ items:
remote:
path: TinyLife/Goals/JobType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: HourlyPay
path: Goals/JobType.cs
startLine: 72
startLine: 76
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -210,10 +208,10 @@ items:
remote:
path: TinyLife/Goals/JobType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: WorkHours
path: Goals/JobType.cs
startLine: 77
startLine: 81
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -245,10 +243,10 @@ items:
remote:
path: TinyLife/Goals/JobType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: OffWorkDays
path: Goals/JobType.cs
startLine: 82
startLine: 86
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -280,10 +278,10 @@ items:
remote:
path: TinyLife/Goals/JobType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: RequiredPromotionSkills
path: Goals/JobType.cs
startLine: 87
startLine: 91
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -317,10 +315,10 @@ items:
remote:
path: TinyLife/Goals/JobType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: MaxLevel
path: Goals/JobType.cs
startLine: 91
startLine: 95
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -354,10 +352,10 @@ items:
remote:
path: TinyLife/Goals/JobType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: HasSpecialLocalization
path: Goals/JobType.cs
startLine: 96
startLine: 100
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -391,10 +389,10 @@ items:
remote:
path: TinyLife/Goals/JobType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: RequiredAges
path: Goals/JobType.cs
startLine: 101
startLine: 105
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -428,10 +426,10 @@ items:
remote:
path: TinyLife/Goals/JobType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: CanQuitOrBeFired
path: Goals/JobType.cs
startLine: 106
startLine: 110
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -465,10 +463,10 @@ items:
remote:
path: TinyLife/Goals/JobType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: DailyTasks
path: Goals/JobType.cs
startLine: 111
startLine: 115
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -502,10 +500,10 @@ items:
remote:
path: TinyLife/Goals/JobType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: DailyTaskImportance
path: Goals/JobType.cs
startLine: 116
startLine: 120
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -539,10 +537,10 @@ items:
remote:
path: TinyLife/Goals/JobType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: .ctor
path: Goals/JobType.cs
startLine: 125
startLine: 129
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -587,10 +585,10 @@ items:
remote:
path: TinyLife/Goals/JobType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Construct
path: Goals/JobType.cs
startLine: 138
startLine: 142
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -629,17 +627,17 @@ items:
remote:
path: TinyLife/Goals/JobType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: IsTimeToWork
path: Goals/JobType.cs
startLine: 148
startLine: 152
assemblies:
- Tiny Life
namespace: TinyLife.Goals
summary: "\nReturns whether the given time (or the game&apos;s current time) is in the bounds of <xref href=\"TinyLife.Goals.JobType.WorkHours\" data-throw-if-not-resolved=\"false\"></xref> and outside of the bounds of <xref href=\"TinyLife.Goals.JobType.OffWorkDays\" data-throw-if-not-resolved=\"false\"></xref>.\nIf this method returns true, <xref href=\"TinyLife.Actions.WorkAction\" data-throw-if-not-resolved=\"false\"></xref> can be started.\n"
example: []
syntax:
content: public virtual bool IsTimeToWork(TimeSpan? time = default(TimeSpan? ))
content: public virtual bool IsTimeToWork(TimeSpan? time = null)
parameters:
- id: time
type: System.Nullable{System.TimeSpan}
@ -673,10 +671,10 @@ items:
remote:
path: TinyLife/Goals/JobType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: ToScheduleString
path: Goals/JobType.cs
startLine: 158
startLine: 162
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -710,17 +708,17 @@ items:
remote:
path: TinyLife/Goals/JobType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetDisplayName
path: Goals/JobType.cs
startLine: 172
startLine: 176
assemblies:
- Tiny Life
namespace: TinyLife.Goals
summary: "\nReturns the display name of this <xref href=\"TinyLife.Goals.JobType\" data-throw-if-not-resolved=\"false\"></xref>, based on the given <code data-dev-comment-type=\"paramref\" class=\"paramref\">level</code>.\nIf no level is given, the job&apos;s regular name, without the level-based suffix, is returned.\n"
example: []
syntax:
content: public virtual string GetDisplayName(int? level = default(int? ))
content: public virtual string GetDisplayName(int? level = null)
parameters:
- id: level
type: System.Nullable{System.Int32}
@ -754,10 +752,10 @@ items:
remote:
path: TinyLife/Goals/JobType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetRequiredPromotionSkills
path: Goals/JobType.cs
startLine: 184
startLine: 188
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -795,10 +793,10 @@ items:
remote:
path: TinyLife/Goals/JobType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: OnWorkStartsInAnHour
path: Goals/JobType.cs
startLine: 199
startLine: 203
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -833,10 +831,10 @@ items:
remote:
path: TinyLife/Goals/JobType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: OnWorkHoursOver
path: Goals/JobType.cs
startLine: 210
startLine: 214
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -871,10 +869,10 @@ items:
remote:
path: TinyLife/Goals/JobType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: OnWorkFinished
path: Goals/JobType.cs
startLine: 220
startLine: 224
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -912,10 +910,10 @@ items:
remote:
path: TinyLife/Goals/JobType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: OnWorkStarted
path: Goals/JobType.cs
startLine: 231
startLine: 235
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -953,10 +951,10 @@ items:
remote:
path: TinyLife/Goals/JobType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: OnLevelChanged
path: Goals/JobType.cs
startLine: 240
startLine: 244
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -994,10 +992,10 @@ items:
remote:
path: TinyLife/Goals/JobType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Register
path: Goals/JobType.cs
startLine: 253
startLine: 257
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -1531,100 +1529,6 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: MLEM.Misc.IGenericDataHolder.TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
commentId: M:TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
name: GetTimeSpan(String)
nameWithType: Extensions.GetTimeSpan(String)
fullName: TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
name: GetTimeSpan
nameWithType: Extensions.GetTimeSpan
fullName: TinyLife.Utilities.Extensions.GetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
name: GetTimeSpan
nameWithType: Extensions.GetTimeSpan
fullName: TinyLife.Utilities.Extensions.GetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: MLEM.Misc.IGenericDataHolder.TinyLife.Utilities.Extensions.SetTimeSpan(System.String,System.TimeSpan)
commentId: M:TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
name: SetTimeSpan(String, TimeSpan)
nameWithType: Extensions.SetTimeSpan(String, TimeSpan)
fullName: TinyLife.Utilities.Extensions.SetTimeSpan(System.String, System.TimeSpan)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(System.String,System.TimeSpan)
name: SetTimeSpan
nameWithType: Extensions.SetTimeSpan
fullName: TinyLife.Utilities.Extensions.SetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.TimeSpan
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(System.String,System.TimeSpan)
name: SetTimeSpan
nameWithType: Extensions.SetTimeSpan
fullName: TinyLife.Utilities.Extensions.SetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.TimeSpan
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Goals.JobType
commentId: T:TinyLife.Goals.JobType
parent: TinyLife.Goals
@ -1685,130 +1589,6 @@ references:
name: Extensions
nameWithType: Extensions
fullName: TinyLife.Utilities.Extensions
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
commentId: M:TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
isExternal: true
name: GetTimeSpan(IGenericDataHolder, String)
nameWithType: Extensions.GetTimeSpan(IGenericDataHolder, String)
fullName: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder, System.String)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
name: GetTimeSpan
nameWithType: Extensions.GetTimeSpan
fullName: TinyLife.Utilities.Extensions.GetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: MLEM.Misc.IGenericDataHolder
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
name: GetTimeSpan
nameWithType: Extensions.GetTimeSpan
fullName: TinyLife.Utilities.Extensions.GetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: MLEM.Misc.IGenericDataHolder
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
commentId: M:TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
isExternal: true
name: SetTimeSpan(IGenericDataHolder, String, TimeSpan)
nameWithType: Extensions.SetTimeSpan(IGenericDataHolder, String, TimeSpan)
fullName: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder, System.String, System.TimeSpan)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
name: SetTimeSpan
nameWithType: Extensions.SetTimeSpan
fullName: TinyLife.Utilities.Extensions.SetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: MLEM.Misc.IGenericDataHolder
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.TimeSpan
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
name: SetTimeSpan
nameWithType: Extensions.SetTimeSpan
fullName: TinyLife.Utilities.Extensions.SetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: MLEM.Misc.IGenericDataHolder
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.TimeSpan
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Utilities
commentId: N:TinyLife.Utilities
name: TinyLife.Utilities

View file

@ -26,7 +26,7 @@ items:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Instance
path: Goals/LifeGoal.cs
startLine: 172
@ -81,7 +81,7 @@ items:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Goal
path: Goals/LifeGoal.cs
startLine: 179
@ -126,7 +126,7 @@ items:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: CurrentGoals
path: Goals/LifeGoal.cs
startLine: 183
@ -173,7 +173,7 @@ items:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: StageIndex
path: Goals/LifeGoal.cs
startLine: 190
@ -220,7 +220,7 @@ items:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Person
path: Goals/LifeGoal.cs
startLine: 195
@ -257,7 +257,7 @@ items:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Stage
path: Goals/LifeGoal.cs
startLine: 200
@ -294,7 +294,7 @@ items:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Completed
path: Goals/LifeGoal.cs
startLine: 204
@ -331,7 +331,7 @@ items:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: .ctor
path: Goals/LifeGoal.cs
startLine: 212
@ -373,7 +373,7 @@ items:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Update
path: Goals/LifeGoal.cs
startLine: 222
@ -405,7 +405,7 @@ items:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Advance
path: Goals/LifeGoal.cs
startLine: 232
@ -437,7 +437,7 @@ items:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Validate
path: Goals/LifeGoal.cs
startLine: 257

View file

@ -31,7 +31,7 @@ items:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: LifeGoal
path: Goals/LifeGoal.cs
startLine: 23
@ -82,7 +82,7 @@ items:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Goals
path: Goals/LifeGoal.cs
startLine: 30
@ -119,7 +119,7 @@ items:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Chef
path: Goals/LifeGoal.cs
startLine: 33
@ -154,7 +154,7 @@ items:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GymRat
path: Goals/LifeGoal.cs
startLine: 61
@ -189,7 +189,7 @@ items:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: HouseholdHero
path: Goals/LifeGoal.cs
startLine: 73
@ -224,7 +224,7 @@ items:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: ComputerAddict
path: Goals/LifeGoal.cs
startLine: 85
@ -259,7 +259,7 @@ items:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: FriendOfEveryone
path: Goals/LifeGoal.cs
startLine: 97
@ -294,7 +294,7 @@ items:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: OnAdvanced
path: Goals/LifeGoal.cs
startLine: 112
@ -329,7 +329,7 @@ items:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: OnCompleted
path: Goals/LifeGoal.cs
startLine: 116
@ -364,7 +364,7 @@ items:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Name
path: Goals/LifeGoal.cs
startLine: 121
@ -399,7 +399,7 @@ items:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Stages
path: Goals/LifeGoal.cs
startLine: 125
@ -434,7 +434,7 @@ items:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: RewardPersonality
path: Goals/LifeGoal.cs
startLine: 130
@ -469,7 +469,7 @@ items:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: AllowedAges
path: Goals/LifeGoal.cs
startLine: 135
@ -506,7 +506,7 @@ items:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: .ctor
path: Goals/LifeGoal.cs
startLine: 143
@ -551,7 +551,7 @@ items:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: IsCompleted
path: Goals/LifeGoal.cs
startLine: 154
@ -590,7 +590,7 @@ items:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Register
path: Goals/LifeGoal.cs
startLine: 163

View file

@ -20,7 +20,7 @@ items:
remote:
path: TinyLife/Goals/ManualProgressGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: ManualProgressGoal
path: Goals/ManualProgressGoal.cs
startLine: 10
@ -37,7 +37,7 @@ items:
Implements IGenericDataHolder
inheritance:
- System.Object
- MLEM.Misc.GenericDataHolder
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder
- TinyLife.Goals.Goal
implements:
- MLEM.Misc.IGenericDataHolder
@ -47,9 +47,9 @@ items:
- TinyLife.Goals.Goal.Info
- TinyLife.Goals.Goal.GetDisplayedProgress
- TinyLife.Goals.Goal.Validate(TinyLife.Goals.GoalSet)
- MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
- MLEM.Misc.GenericDataHolder.GetData``1(System.String)
- MLEM.Misc.GenericDataHolder.GetDataKeys
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
- System.Object.Equals(System.Object)
- System.Object.Equals(System.Object,System.Object)
- System.Object.GetHashCode
@ -59,8 +59,6 @@ items:
- System.Object.ToString
extensionMethods:
- TinyLife.Goals.ManualProgressGoal.TinyLife.Utilities.Extensions.JsonCopy``1
- MLEM.Misc.IGenericDataHolder.TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
- MLEM.Misc.IGenericDataHolder.TinyLife.Utilities.Extensions.SetTimeSpan(System.String,System.TimeSpan)
modifiers.csharp:
- public
- class
@ -82,7 +80,7 @@ items:
remote:
path: TinyLife/Goals/ManualProgressGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: .ctor
path: Goals/ManualProgressGoal.cs
startLine: 16
@ -121,7 +119,7 @@ items:
remote:
path: TinyLife/Goals/ManualProgressGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetProgress
path: Goals/ManualProgressGoal.cs
startLine: 20
@ -159,7 +157,7 @@ items:
remote:
path: TinyLife/Goals/ManualProgressGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Reset
path: Goals/ManualProgressGoal.cs
startLine: 25
@ -194,7 +192,7 @@ items:
remote:
path: TinyLife/Goals/ManualProgressGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: MakeProgress
path: Goals/ManualProgressGoal.cs
startLine: 37
@ -249,13 +247,13 @@ references:
name: Object
nameWithType: Object
fullName: System.Object
- uid: MLEM.Misc.GenericDataHolder
commentId: T:MLEM.Misc.GenericDataHolder
parent: MLEM.Misc
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
commentId: T:MLEM.Data.Json.JsonTypeSafeGenericDataHolder
parent: MLEM.Data.Json
isExternal: true
name: GenericDataHolder
nameWithType: GenericDataHolder
fullName: MLEM.Misc.GenericDataHolder
name: JsonTypeSafeGenericDataHolder
nameWithType: JsonTypeSafeGenericDataHolder
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
- uid: MLEM.Misc.IGenericDataHolder
commentId: T:MLEM.Misc.IGenericDataHolder
parent: MLEM.Misc
@ -345,18 +343,18 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
commentId: M:MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
parent: MLEM.Misc.GenericDataHolder
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
isExternal: true
name: SetData(String, Object)
nameWithType: GenericDataHolder.SetData(String, Object)
fullName: MLEM.Misc.GenericDataHolder.SetData(System.String, System.Object)
nameWithType: JsonTypeSafeGenericDataHolder.SetData(String, Object)
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String, System.Object)
spec.csharp:
- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
name: SetData
nameWithType: GenericDataHolder.SetData
fullName: MLEM.Misc.GenericDataHolder.SetData
nameWithType: JsonTypeSafeGenericDataHolder.SetData
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData
isExternal: true
- name: (
nameWithType: (
@ -378,10 +376,10 @@ references:
nameWithType: )
fullName: )
spec.vb:
- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
name: SetData
nameWithType: GenericDataHolder.SetData
fullName: MLEM.Misc.GenericDataHolder.SetData
nameWithType: JsonTypeSafeGenericDataHolder.SetData
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData
isExternal: true
- name: (
nameWithType: (
@ -402,21 +400,21 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String)
commentId: M:MLEM.Misc.GenericDataHolder.GetData``1(System.String)
parent: MLEM.Misc.GenericDataHolder
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
isExternal: true
name: GetData<T>(String)
nameWithType: GenericDataHolder.GetData<T>(String)
fullName: MLEM.Misc.GenericDataHolder.GetData<T>(System.String)
nameWithType.vb: GenericDataHolder.GetData(Of T)(String)
fullName.vb: MLEM.Misc.GenericDataHolder.GetData(Of T)(System.String)
nameWithType: JsonTypeSafeGenericDataHolder.GetData<T>(String)
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData<T>(System.String)
nameWithType.vb: JsonTypeSafeGenericDataHolder.GetData(Of T)(String)
fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData(Of T)(System.String)
name.vb: GetData(Of T)(String)
spec.csharp:
- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String)
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
name: GetData<T>
nameWithType: GenericDataHolder.GetData<T>
fullName: MLEM.Misc.GenericDataHolder.GetData<T>
nameWithType: JsonTypeSafeGenericDataHolder.GetData<T>
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData<T>
isExternal: true
- name: (
nameWithType: (
@ -430,10 +428,10 @@ references:
nameWithType: )
fullName: )
spec.vb:
- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String)
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
name: GetData(Of T)
nameWithType: GenericDataHolder.GetData(Of T)
fullName: MLEM.Misc.GenericDataHolder.GetData(Of T)
nameWithType: JsonTypeSafeGenericDataHolder.GetData(Of T)
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData(Of T)
isExternal: true
- name: (
nameWithType: (
@ -446,18 +444,18 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: MLEM.Misc.GenericDataHolder.GetDataKeys
commentId: M:MLEM.Misc.GenericDataHolder.GetDataKeys
parent: MLEM.Misc.GenericDataHolder
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
isExternal: true
name: GetDataKeys()
nameWithType: GenericDataHolder.GetDataKeys()
fullName: MLEM.Misc.GenericDataHolder.GetDataKeys()
nameWithType: JsonTypeSafeGenericDataHolder.GetDataKeys()
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys()
spec.csharp:
- uid: MLEM.Misc.GenericDataHolder.GetDataKeys
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
name: GetDataKeys
nameWithType: GenericDataHolder.GetDataKeys
fullName: MLEM.Misc.GenericDataHolder.GetDataKeys
nameWithType: JsonTypeSafeGenericDataHolder.GetDataKeys
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
isExternal: true
- name: (
nameWithType: (
@ -466,10 +464,10 @@ references:
nameWithType: )
fullName: )
spec.vb:
- uid: MLEM.Misc.GenericDataHolder.GetDataKeys
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
name: GetDataKeys
nameWithType: GenericDataHolder.GetDataKeys
fullName: MLEM.Misc.GenericDataHolder.GetDataKeys
nameWithType: JsonTypeSafeGenericDataHolder.GetDataKeys
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
isExternal: true
- name: (
nameWithType: (
@ -788,106 +786,18 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: MLEM.Misc.IGenericDataHolder.TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
commentId: M:TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
name: GetTimeSpan(String)
nameWithType: Extensions.GetTimeSpan(String)
fullName: TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
name: GetTimeSpan
nameWithType: Extensions.GetTimeSpan
fullName: TinyLife.Utilities.Extensions.GetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
name: GetTimeSpan
nameWithType: Extensions.GetTimeSpan
fullName: TinyLife.Utilities.Extensions.GetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: MLEM.Misc.IGenericDataHolder.TinyLife.Utilities.Extensions.SetTimeSpan(System.String,System.TimeSpan)
commentId: M:TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
name: SetTimeSpan(String, TimeSpan)
nameWithType: Extensions.SetTimeSpan(String, TimeSpan)
fullName: TinyLife.Utilities.Extensions.SetTimeSpan(System.String, System.TimeSpan)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(System.String,System.TimeSpan)
name: SetTimeSpan
nameWithType: Extensions.SetTimeSpan
fullName: TinyLife.Utilities.Extensions.SetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.TimeSpan
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(System.String,System.TimeSpan)
name: SetTimeSpan
nameWithType: Extensions.SetTimeSpan
fullName: TinyLife.Utilities.Extensions.SetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.TimeSpan
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: System
commentId: N:System
isExternal: true
name: System
nameWithType: System
fullName: System
- uid: MLEM.Data.Json
commentId: N:MLEM.Data.Json
isExternal: true
name: MLEM.Data.Json
nameWithType: MLEM.Data.Json
fullName: MLEM.Data.Json
- uid: MLEM.Misc
commentId: N:MLEM.Misc
isExternal: true
@ -936,130 +846,6 @@ references:
name: Extensions
nameWithType: Extensions
fullName: TinyLife.Utilities.Extensions
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
commentId: M:TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
isExternal: true
name: GetTimeSpan(IGenericDataHolder, String)
nameWithType: Extensions.GetTimeSpan(IGenericDataHolder, String)
fullName: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder, System.String)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
name: GetTimeSpan
nameWithType: Extensions.GetTimeSpan
fullName: TinyLife.Utilities.Extensions.GetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: MLEM.Misc.IGenericDataHolder
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
name: GetTimeSpan
nameWithType: Extensions.GetTimeSpan
fullName: TinyLife.Utilities.Extensions.GetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: MLEM.Misc.IGenericDataHolder
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
commentId: M:TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
isExternal: true
name: SetTimeSpan(IGenericDataHolder, String, TimeSpan)
nameWithType: Extensions.SetTimeSpan(IGenericDataHolder, String, TimeSpan)
fullName: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder, System.String, System.TimeSpan)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
name: SetTimeSpan
nameWithType: Extensions.SetTimeSpan
fullName: TinyLife.Utilities.Extensions.SetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: MLEM.Misc.IGenericDataHolder
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.TimeSpan
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
name: SetTimeSpan
nameWithType: Extensions.SetTimeSpan
fullName: TinyLife.Utilities.Extensions.SetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: MLEM.Misc.IGenericDataHolder
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.TimeSpan
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Utilities
commentId: N:TinyLife.Utilities
name: TinyLife.Utilities

View file

@ -28,7 +28,7 @@ items:
remote:
path: TinyLife/Goals/Project.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: ActionSettings
path: Goals/Project.cs
startLine: 204
@ -70,7 +70,7 @@ items:
remote:
path: TinyLife/Goals/Project.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Name
path: Goals/Project.cs
startLine: 209
@ -103,7 +103,7 @@ items:
remote:
path: TinyLife/Goals/Project.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Context
path: Goals/Project.cs
startLine: 213
@ -136,7 +136,7 @@ items:
remote:
path: TinyLife/Goals/Project.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Type
path: Goals/Project.cs
startLine: 217
@ -169,7 +169,7 @@ items:
remote:
path: TinyLife/Goals/Project.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: ConstructedType
path: Goals/Project.cs
startLine: 221
@ -202,7 +202,7 @@ items:
remote:
path: TinyLife/Goals/Project.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: ConstructedTypeScrap
path: Goals/Project.cs
startLine: 226
@ -235,7 +235,7 @@ items:
remote:
path: TinyLife/Goals/Project.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: CanExecute
path: Goals/Project.cs
startLine: 230
@ -268,7 +268,7 @@ items:
remote:
path: TinyLife/Goals/Project.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: RequiredSkill
path: Goals/Project.cs
startLine: 236
@ -301,7 +301,7 @@ items:
remote:
path: TinyLife/Goals/Project.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: RequiredAges
path: Goals/Project.cs
startLine: 241
@ -334,7 +334,7 @@ items:
remote:
path: TinyLife/Goals/Project.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: ProjectDisplayName
path: Goals/Project.cs
startLine: 246
@ -367,7 +367,7 @@ items:
remote:
path: TinyLife/Goals/Project.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: CanContinue
path: Goals/Project.cs
startLine: 250
@ -400,7 +400,7 @@ items:
remote:
path: TinyLife/Goals/Project.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: IncludeProject
path: Goals/Project.cs
startLine: 254
@ -433,7 +433,7 @@ items:
remote:
path: TinyLife/Goals/Project.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: .ctor
path: Goals/Project.cs
startLine: 263

View file

@ -31,7 +31,7 @@ items:
remote:
path: TinyLife/Goals/Project.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Project
path: Goals/Project.cs
startLine: 19
@ -44,22 +44,22 @@ items:
content: >-
[DataContract]
public class Project : GenericDataHolder, IGenericDataHolder
public class Project : JsonTypeSafeGenericDataHolder, IGenericDataHolder
content.vb: >-
<DataContract>
Public Class Project
Inherits GenericDataHolder
Inherits JsonTypeSafeGenericDataHolder
Implements IGenericDataHolder
inheritance:
- System.Object
- MLEM.Misc.GenericDataHolder
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder
implements:
- MLEM.Misc.IGenericDataHolder
inheritedMembers:
- MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
- MLEM.Misc.GenericDataHolder.GetData``1(System.String)
- MLEM.Misc.GenericDataHolder.GetDataKeys
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
- System.Object.Equals(System.Object)
- System.Object.Equals(System.Object,System.Object)
- System.Object.GetHashCode
@ -69,8 +69,6 @@ items:
- System.Object.ToString
extensionMethods:
- TinyLife.Goals.Project.TinyLife.Utilities.Extensions.JsonCopy``1
- MLEM.Misc.IGenericDataHolder.TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
- MLEM.Misc.IGenericDataHolder.TinyLife.Utilities.Extensions.SetTimeSpan(System.String,System.TimeSpan)
attributes:
- type: System.Runtime.Serialization.DataContractAttribute
ctor: System.Runtime.Serialization.DataContractAttribute.#ctor
@ -96,7 +94,7 @@ items:
remote:
path: TinyLife/Goals/Project.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Type
path: Goals/Project.cs
startLine: 27
@ -141,7 +139,7 @@ items:
remote:
path: TinyLife/Goals/Project.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Name
path: Goals/Project.cs
startLine: 32
@ -186,7 +184,7 @@ items:
remote:
path: TinyLife/Goals/Project.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Quality
path: Goals/Project.cs
startLine: 37
@ -233,7 +231,7 @@ items:
remote:
path: TinyLife/Goals/Project.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Progress
path: Goals/Project.cs
startLine: 42
@ -282,7 +280,7 @@ items:
remote:
path: TinyLife/Goals/Project.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: DailyPay
path: Goals/Project.cs
startLine: 48
@ -335,7 +333,7 @@ items:
remote:
path: TinyLife/Goals/Project.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: DailyPayReductionFactor
path: Goals/Project.cs
startLine: 54
@ -388,7 +386,7 @@ items:
remote:
path: TinyLife/Goals/Project.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Person
path: Goals/Project.cs
startLine: 59
@ -427,7 +425,7 @@ items:
remote:
path: TinyLife/Goals/Project.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: .ctor
path: Goals/Project.cs
startLine: 67
@ -469,7 +467,7 @@ items:
remote:
path: TinyLife/Goals/Project.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Validate
path: Goals/Project.cs
startLine: 78
@ -510,7 +508,7 @@ items:
remote:
path: TinyLife/Goals/Project.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: MakeProgress
path: Goals/Project.cs
startLine: 91
@ -560,7 +558,7 @@ items:
remote:
path: TinyLife/Goals/Project.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Remove
path: Goals/Project.cs
startLine: 98
@ -594,7 +592,7 @@ items:
remote:
path: TinyLife/Goals/Project.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetAndReduceDailyPay
path: Goals/Project.cs
startLine: 108
@ -631,7 +629,7 @@ items:
remote:
path: TinyLife/Goals/Project.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: SetDailyPay
path: Goals/Project.cs
startLine: 123
@ -673,7 +671,7 @@ items:
remote:
path: TinyLife/Goals/Project.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: CreateActions
path: Goals/Project.cs
startLine: 138
@ -714,7 +712,7 @@ items:
remote:
path: TinyLife/Goals/Project.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetVarieties
path: Goals/Project.cs
startLine: 175
@ -774,13 +772,13 @@ references:
name: Object
nameWithType: Object
fullName: System.Object
- uid: MLEM.Misc.GenericDataHolder
commentId: T:MLEM.Misc.GenericDataHolder
parent: MLEM.Misc
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
commentId: T:MLEM.Data.Json.JsonTypeSafeGenericDataHolder
parent: MLEM.Data.Json
isExternal: true
name: GenericDataHolder
nameWithType: GenericDataHolder
fullName: MLEM.Misc.GenericDataHolder
name: JsonTypeSafeGenericDataHolder
nameWithType: JsonTypeSafeGenericDataHolder
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
- uid: MLEM.Misc.IGenericDataHolder
commentId: T:MLEM.Misc.IGenericDataHolder
parent: MLEM.Misc
@ -788,18 +786,18 @@ references:
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
commentId: M:MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
parent: MLEM.Misc.GenericDataHolder
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
isExternal: true
name: SetData(String, Object)
nameWithType: GenericDataHolder.SetData(String, Object)
fullName: MLEM.Misc.GenericDataHolder.SetData(System.String, System.Object)
nameWithType: JsonTypeSafeGenericDataHolder.SetData(String, Object)
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String, System.Object)
spec.csharp:
- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
name: SetData
nameWithType: GenericDataHolder.SetData
fullName: MLEM.Misc.GenericDataHolder.SetData
nameWithType: JsonTypeSafeGenericDataHolder.SetData
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData
isExternal: true
- name: (
nameWithType: (
@ -821,10 +819,10 @@ references:
nameWithType: )
fullName: )
spec.vb:
- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
name: SetData
nameWithType: GenericDataHolder.SetData
fullName: MLEM.Misc.GenericDataHolder.SetData
nameWithType: JsonTypeSafeGenericDataHolder.SetData
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData
isExternal: true
- name: (
nameWithType: (
@ -845,21 +843,21 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String)
commentId: M:MLEM.Misc.GenericDataHolder.GetData``1(System.String)
parent: MLEM.Misc.GenericDataHolder
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
isExternal: true
name: GetData<T>(String)
nameWithType: GenericDataHolder.GetData<T>(String)
fullName: MLEM.Misc.GenericDataHolder.GetData<T>(System.String)
nameWithType.vb: GenericDataHolder.GetData(Of T)(String)
fullName.vb: MLEM.Misc.GenericDataHolder.GetData(Of T)(System.String)
nameWithType: JsonTypeSafeGenericDataHolder.GetData<T>(String)
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData<T>(System.String)
nameWithType.vb: JsonTypeSafeGenericDataHolder.GetData(Of T)(String)
fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData(Of T)(System.String)
name.vb: GetData(Of T)(String)
spec.csharp:
- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String)
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
name: GetData<T>
nameWithType: GenericDataHolder.GetData<T>
fullName: MLEM.Misc.GenericDataHolder.GetData<T>
nameWithType: JsonTypeSafeGenericDataHolder.GetData<T>
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData<T>
isExternal: true
- name: (
nameWithType: (
@ -873,10 +871,10 @@ references:
nameWithType: )
fullName: )
spec.vb:
- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String)
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
name: GetData(Of T)
nameWithType: GenericDataHolder.GetData(Of T)
fullName: MLEM.Misc.GenericDataHolder.GetData(Of T)
nameWithType: JsonTypeSafeGenericDataHolder.GetData(Of T)
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData(Of T)
isExternal: true
- name: (
nameWithType: (
@ -889,18 +887,18 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: MLEM.Misc.GenericDataHolder.GetDataKeys
commentId: M:MLEM.Misc.GenericDataHolder.GetDataKeys
parent: MLEM.Misc.GenericDataHolder
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
isExternal: true
name: GetDataKeys()
nameWithType: GenericDataHolder.GetDataKeys()
fullName: MLEM.Misc.GenericDataHolder.GetDataKeys()
nameWithType: JsonTypeSafeGenericDataHolder.GetDataKeys()
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys()
spec.csharp:
- uid: MLEM.Misc.GenericDataHolder.GetDataKeys
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
name: GetDataKeys
nameWithType: GenericDataHolder.GetDataKeys
fullName: MLEM.Misc.GenericDataHolder.GetDataKeys
nameWithType: JsonTypeSafeGenericDataHolder.GetDataKeys
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
isExternal: true
- name: (
nameWithType: (
@ -909,10 +907,10 @@ references:
nameWithType: )
fullName: )
spec.vb:
- uid: MLEM.Misc.GenericDataHolder.GetDataKeys
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
name: GetDataKeys
nameWithType: GenericDataHolder.GetDataKeys
fullName: MLEM.Misc.GenericDataHolder.GetDataKeys
nameWithType: JsonTypeSafeGenericDataHolder.GetDataKeys
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
isExternal: true
- name: (
nameWithType: (
@ -1231,100 +1229,6 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: MLEM.Misc.IGenericDataHolder.TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
commentId: M:TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
name: GetTimeSpan(String)
nameWithType: Extensions.GetTimeSpan(String)
fullName: TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
name: GetTimeSpan
nameWithType: Extensions.GetTimeSpan
fullName: TinyLife.Utilities.Extensions.GetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
name: GetTimeSpan
nameWithType: Extensions.GetTimeSpan
fullName: TinyLife.Utilities.Extensions.GetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: MLEM.Misc.IGenericDataHolder.TinyLife.Utilities.Extensions.SetTimeSpan(System.String,System.TimeSpan)
commentId: M:TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
name: SetTimeSpan(String, TimeSpan)
nameWithType: Extensions.SetTimeSpan(String, TimeSpan)
fullName: TinyLife.Utilities.Extensions.SetTimeSpan(System.String, System.TimeSpan)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(System.String,System.TimeSpan)
name: SetTimeSpan
nameWithType: Extensions.SetTimeSpan
fullName: TinyLife.Utilities.Extensions.SetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.TimeSpan
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(System.String,System.TimeSpan)
name: SetTimeSpan
nameWithType: Extensions.SetTimeSpan
fullName: TinyLife.Utilities.Extensions.SetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.TimeSpan
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Objects
commentId: N:TinyLife.Objects
name: TinyLife.Objects
@ -1336,6 +1240,12 @@ references:
name: System
nameWithType: System
fullName: System
- uid: MLEM.Data.Json
commentId: N:MLEM.Data.Json
isExternal: true
name: MLEM.Data.Json
nameWithType: MLEM.Data.Json
fullName: MLEM.Data.Json
- uid: MLEM.Misc
commentId: N:MLEM.Misc
isExternal: true
@ -1384,130 +1294,6 @@ references:
name: Extensions
nameWithType: Extensions
fullName: TinyLife.Utilities.Extensions
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
commentId: M:TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
isExternal: true
name: GetTimeSpan(IGenericDataHolder, String)
nameWithType: Extensions.GetTimeSpan(IGenericDataHolder, String)
fullName: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder, System.String)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
name: GetTimeSpan
nameWithType: Extensions.GetTimeSpan
fullName: TinyLife.Utilities.Extensions.GetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: MLEM.Misc.IGenericDataHolder
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
name: GetTimeSpan
nameWithType: Extensions.GetTimeSpan
fullName: TinyLife.Utilities.Extensions.GetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: MLEM.Misc.IGenericDataHolder
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
commentId: M:TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
isExternal: true
name: SetTimeSpan(IGenericDataHolder, String, TimeSpan)
nameWithType: Extensions.SetTimeSpan(IGenericDataHolder, String, TimeSpan)
fullName: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder, System.String, System.TimeSpan)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
name: SetTimeSpan
nameWithType: Extensions.SetTimeSpan
fullName: TinyLife.Utilities.Extensions.SetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: MLEM.Misc.IGenericDataHolder
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.TimeSpan
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
name: SetTimeSpan
nameWithType: Extensions.SetTimeSpan
fullName: TinyLife.Utilities.Extensions.SetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: MLEM.Misc.IGenericDataHolder
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.TimeSpan
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Utilities
commentId: N:TinyLife.Utilities
name: TinyLife.Utilities

View file

@ -19,7 +19,7 @@ items:
remote:
path: TinyLife/Goals/StudentJobType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: StudentJobType
path: Goals/StudentJobType.cs
startLine: 10
@ -74,8 +74,6 @@ items:
- System.Object.ToString
extensionMethods:
- TinyLife.Goals.StudentJobType.TinyLife.Utilities.Extensions.JsonCopy``1
- MLEM.Misc.IGenericDataHolder.TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
- MLEM.Misc.IGenericDataHolder.TinyLife.Utilities.Extensions.SetTimeSpan(System.String,System.TimeSpan)
modifiers.csharp:
- public
- class
@ -97,7 +95,7 @@ items:
remote:
path: TinyLife/Goals/StudentJobType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: .ctor
path: Goals/StudentJobType.cs
startLine: 13
@ -145,7 +143,7 @@ items:
remote:
path: TinyLife/Goals/StudentJobType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: OnWorkFinished
path: Goals/StudentJobType.cs
startLine: 23
@ -187,7 +185,7 @@ items:
remote:
path: TinyLife/Goals/StudentJobType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: OnLevelChanged
path: Goals/StudentJobType.cs
startLine: 37
@ -1165,100 +1163,6 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: MLEM.Misc.IGenericDataHolder.TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
commentId: M:TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
name: GetTimeSpan(String)
nameWithType: Extensions.GetTimeSpan(String)
fullName: TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
name: GetTimeSpan
nameWithType: Extensions.GetTimeSpan
fullName: TinyLife.Utilities.Extensions.GetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
name: GetTimeSpan
nameWithType: Extensions.GetTimeSpan
fullName: TinyLife.Utilities.Extensions.GetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: MLEM.Misc.IGenericDataHolder.TinyLife.Utilities.Extensions.SetTimeSpan(System.String,System.TimeSpan)
commentId: M:TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
name: SetTimeSpan(String, TimeSpan)
nameWithType: Extensions.SetTimeSpan(String, TimeSpan)
fullName: TinyLife.Utilities.Extensions.SetTimeSpan(System.String, System.TimeSpan)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(System.String,System.TimeSpan)
name: SetTimeSpan
nameWithType: Extensions.SetTimeSpan
fullName: TinyLife.Utilities.Extensions.SetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.TimeSpan
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(System.String,System.TimeSpan)
name: SetTimeSpan
nameWithType: Extensions.SetTimeSpan
fullName: TinyLife.Utilities.Extensions.SetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.TimeSpan
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: System
commentId: N:System
isExternal: true
@ -1313,130 +1217,6 @@ references:
name: Extensions
nameWithType: Extensions
fullName: TinyLife.Utilities.Extensions
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
commentId: M:TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
isExternal: true
name: GetTimeSpan(IGenericDataHolder, String)
nameWithType: Extensions.GetTimeSpan(IGenericDataHolder, String)
fullName: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder, System.String)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
name: GetTimeSpan
nameWithType: Extensions.GetTimeSpan
fullName: TinyLife.Utilities.Extensions.GetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: MLEM.Misc.IGenericDataHolder
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
name: GetTimeSpan
nameWithType: Extensions.GetTimeSpan
fullName: TinyLife.Utilities.Extensions.GetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: MLEM.Misc.IGenericDataHolder
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
commentId: M:TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
isExternal: true
name: SetTimeSpan(IGenericDataHolder, String, TimeSpan)
nameWithType: Extensions.SetTimeSpan(IGenericDataHolder, String, TimeSpan)
fullName: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder, System.String, System.TimeSpan)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
name: SetTimeSpan
nameWithType: Extensions.SetTimeSpan
fullName: TinyLife.Utilities.Extensions.SetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: MLEM.Misc.IGenericDataHolder
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.TimeSpan
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
name: SetTimeSpan
nameWithType: Extensions.SetTimeSpan
fullName: TinyLife.Utilities.Extensions.SetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: MLEM.Misc.IGenericDataHolder
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.TimeSpan
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Utilities
commentId: N:TinyLife.Utilities
name: TinyLife.Utilities

View file

@ -21,7 +21,7 @@ items:
remote:
path: TinyLife/Goals/TimedGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: TimedGoal
path: Goals/TimedGoal.cs
startLine: 9
@ -38,7 +38,7 @@ items:
Implements IGenericDataHolder
inheritance:
- System.Object
- MLEM.Misc.GenericDataHolder
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder
- TinyLife.Goals.Goal
- TinyLife.Goals.AutoTriggerGoal{System.TimeSpan}
implements:
@ -51,9 +51,9 @@ items:
- TinyLife.Goals.Goal.Name
- TinyLife.Goals.Goal.Set
- TinyLife.Goals.Goal.Info
- MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
- MLEM.Misc.GenericDataHolder.GetData``1(System.String)
- MLEM.Misc.GenericDataHolder.GetDataKeys
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
- System.Object.Equals(System.Object)
- System.Object.Equals(System.Object,System.Object)
- System.Object.GetHashCode
@ -63,8 +63,6 @@ items:
- System.Object.ToString
extensionMethods:
- TinyLife.Goals.TimedGoal.TinyLife.Utilities.Extensions.JsonCopy``1
- MLEM.Misc.IGenericDataHolder.TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
- MLEM.Misc.IGenericDataHolder.TinyLife.Utilities.Extensions.SetTimeSpan(System.String,System.TimeSpan)
modifiers.csharp:
- public
- class
@ -86,7 +84,7 @@ items:
remote:
path: TinyLife/Goals/TimedGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: .ctor
path: Goals/TimedGoal.cs
startLine: 15
@ -122,7 +120,7 @@ items:
remote:
path: TinyLife/Goals/TimedGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetProgress
path: Goals/TimedGoal.cs
startLine: 21
@ -160,7 +158,7 @@ items:
remote:
path: TinyLife/Goals/TimedGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Reset
path: Goals/TimedGoal.cs
startLine: 26
@ -195,7 +193,7 @@ items:
remote:
path: TinyLife/Goals/TimedGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetDisplayedProgress
path: Goals/TimedGoal.cs
startLine: 31
@ -233,7 +231,7 @@ items:
remote:
path: TinyLife/Goals/TimedGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Trigger
path: Goals/TimedGoal.cs
startLine: 37
@ -278,13 +276,13 @@ references:
name: Object
nameWithType: Object
fullName: System.Object
- uid: MLEM.Misc.GenericDataHolder
commentId: T:MLEM.Misc.GenericDataHolder
parent: MLEM.Misc
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
commentId: T:MLEM.Data.Json.JsonTypeSafeGenericDataHolder
parent: MLEM.Data.Json
isExternal: true
name: GenericDataHolder
nameWithType: GenericDataHolder
fullName: MLEM.Misc.GenericDataHolder
name: JsonTypeSafeGenericDataHolder
nameWithType: JsonTypeSafeGenericDataHolder
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
- uid: TinyLife.Goals.Goal
commentId: T:TinyLife.Goals.Goal
parent: TinyLife.Goals
@ -576,18 +574,18 @@ references:
name: Info
nameWithType: Goal.Info
fullName: TinyLife.Goals.Goal.Info
- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
commentId: M:MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
parent: MLEM.Misc.GenericDataHolder
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
isExternal: true
name: SetData(String, Object)
nameWithType: GenericDataHolder.SetData(String, Object)
fullName: MLEM.Misc.GenericDataHolder.SetData(System.String, System.Object)
nameWithType: JsonTypeSafeGenericDataHolder.SetData(String, Object)
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String, System.Object)
spec.csharp:
- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
name: SetData
nameWithType: GenericDataHolder.SetData
fullName: MLEM.Misc.GenericDataHolder.SetData
nameWithType: JsonTypeSafeGenericDataHolder.SetData
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData
isExternal: true
- name: (
nameWithType: (
@ -609,10 +607,10 @@ references:
nameWithType: )
fullName: )
spec.vb:
- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
name: SetData
nameWithType: GenericDataHolder.SetData
fullName: MLEM.Misc.GenericDataHolder.SetData
nameWithType: JsonTypeSafeGenericDataHolder.SetData
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData
isExternal: true
- name: (
nameWithType: (
@ -633,21 +631,21 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String)
commentId: M:MLEM.Misc.GenericDataHolder.GetData``1(System.String)
parent: MLEM.Misc.GenericDataHolder
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
isExternal: true
name: GetData<T>(String)
nameWithType: GenericDataHolder.GetData<T>(String)
fullName: MLEM.Misc.GenericDataHolder.GetData<T>(System.String)
nameWithType.vb: GenericDataHolder.GetData(Of T)(String)
fullName.vb: MLEM.Misc.GenericDataHolder.GetData(Of T)(System.String)
nameWithType: JsonTypeSafeGenericDataHolder.GetData<T>(String)
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData<T>(System.String)
nameWithType.vb: JsonTypeSafeGenericDataHolder.GetData(Of T)(String)
fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData(Of T)(System.String)
name.vb: GetData(Of T)(String)
spec.csharp:
- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String)
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
name: GetData<T>
nameWithType: GenericDataHolder.GetData<T>
fullName: MLEM.Misc.GenericDataHolder.GetData<T>
nameWithType: JsonTypeSafeGenericDataHolder.GetData<T>
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData<T>
isExternal: true
- name: (
nameWithType: (
@ -661,10 +659,10 @@ references:
nameWithType: )
fullName: )
spec.vb:
- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String)
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
name: GetData(Of T)
nameWithType: GenericDataHolder.GetData(Of T)
fullName: MLEM.Misc.GenericDataHolder.GetData(Of T)
nameWithType: JsonTypeSafeGenericDataHolder.GetData(Of T)
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData(Of T)
isExternal: true
- name: (
nameWithType: (
@ -677,18 +675,18 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: MLEM.Misc.GenericDataHolder.GetDataKeys
commentId: M:MLEM.Misc.GenericDataHolder.GetDataKeys
parent: MLEM.Misc.GenericDataHolder
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
isExternal: true
name: GetDataKeys()
nameWithType: GenericDataHolder.GetDataKeys()
fullName: MLEM.Misc.GenericDataHolder.GetDataKeys()
nameWithType: JsonTypeSafeGenericDataHolder.GetDataKeys()
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys()
spec.csharp:
- uid: MLEM.Misc.GenericDataHolder.GetDataKeys
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
name: GetDataKeys
nameWithType: GenericDataHolder.GetDataKeys
fullName: MLEM.Misc.GenericDataHolder.GetDataKeys
nameWithType: JsonTypeSafeGenericDataHolder.GetDataKeys
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
isExternal: true
- name: (
nameWithType: (
@ -697,10 +695,10 @@ references:
nameWithType: )
fullName: )
spec.vb:
- uid: MLEM.Misc.GenericDataHolder.GetDataKeys
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
name: GetDataKeys
nameWithType: GenericDataHolder.GetDataKeys
fullName: MLEM.Misc.GenericDataHolder.GetDataKeys
nameWithType: JsonTypeSafeGenericDataHolder.GetDataKeys
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
isExternal: true
- name: (
nameWithType: (
@ -1019,112 +1017,18 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: MLEM.Misc.IGenericDataHolder.TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
commentId: M:TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
name: GetTimeSpan(String)
nameWithType: Extensions.GetTimeSpan(String)
fullName: TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
name: GetTimeSpan
nameWithType: Extensions.GetTimeSpan
fullName: TinyLife.Utilities.Extensions.GetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
name: GetTimeSpan
nameWithType: Extensions.GetTimeSpan
fullName: TinyLife.Utilities.Extensions.GetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: MLEM.Misc.IGenericDataHolder.TinyLife.Utilities.Extensions.SetTimeSpan(System.String,System.TimeSpan)
commentId: M:TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
name: SetTimeSpan(String, TimeSpan)
nameWithType: Extensions.SetTimeSpan(String, TimeSpan)
fullName: TinyLife.Utilities.Extensions.SetTimeSpan(System.String, System.TimeSpan)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(System.String,System.TimeSpan)
name: SetTimeSpan
nameWithType: Extensions.SetTimeSpan
fullName: TinyLife.Utilities.Extensions.SetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.TimeSpan
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(System.String,System.TimeSpan)
name: SetTimeSpan
nameWithType: Extensions.SetTimeSpan
fullName: TinyLife.Utilities.Extensions.SetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.TimeSpan
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: System
commentId: N:System
isExternal: true
name: System
nameWithType: System
fullName: System
- uid: MLEM.Misc
commentId: N:MLEM.Misc
- uid: MLEM.Data.Json
commentId: N:MLEM.Data.Json
isExternal: true
name: MLEM.Misc
nameWithType: MLEM.Misc
fullName: MLEM.Misc
name: MLEM.Data.Json
nameWithType: MLEM.Data.Json
fullName: MLEM.Data.Json
- uid: TinyLife.Goals.AutoTriggerGoal`1
commentId: T:TinyLife.Goals.AutoTriggerGoal`1
name: AutoTriggerGoal<T>
@ -1161,6 +1065,12 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: MLEM.Misc
commentId: N:MLEM.Misc
isExternal: true
name: MLEM.Misc
nameWithType: MLEM.Misc
fullName: MLEM.Misc
- uid: TinyLife.Goals.AutoTriggerGoal`1.AutoInfo
commentId: F:TinyLife.Goals.AutoTriggerGoal`1.AutoInfo
name: AutoInfo
@ -1407,130 +1317,6 @@ references:
name: Extensions
nameWithType: Extensions
fullName: TinyLife.Utilities.Extensions
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
commentId: M:TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
isExternal: true
name: GetTimeSpan(IGenericDataHolder, String)
nameWithType: Extensions.GetTimeSpan(IGenericDataHolder, String)
fullName: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder, System.String)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
name: GetTimeSpan
nameWithType: Extensions.GetTimeSpan
fullName: TinyLife.Utilities.Extensions.GetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: MLEM.Misc.IGenericDataHolder
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
name: GetTimeSpan
nameWithType: Extensions.GetTimeSpan
fullName: TinyLife.Utilities.Extensions.GetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: MLEM.Misc.IGenericDataHolder
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
commentId: M:TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
isExternal: true
name: SetTimeSpan(IGenericDataHolder, String, TimeSpan)
nameWithType: Extensions.SetTimeSpan(IGenericDataHolder, String, TimeSpan)
fullName: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder, System.String, System.TimeSpan)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
name: SetTimeSpan
nameWithType: Extensions.SetTimeSpan
fullName: TinyLife.Utilities.Extensions.SetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: MLEM.Misc.IGenericDataHolder
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.TimeSpan
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
name: SetTimeSpan
nameWithType: Extensions.SetTimeSpan
fullName: TinyLife.Utilities.Extensions.SetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: MLEM.Misc.IGenericDataHolder
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.TimeSpan
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Utilities
commentId: N:TinyLife.Utilities
name: TinyLife.Utilities

View file

@ -29,10 +29,10 @@ items:
remote:
path: TinyLife/Localization.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: LnCategory
path: Localization.cs
startLine: 132
startLine: 140
assemblies:
- Tiny Life
namespace: TinyLife
@ -64,10 +64,10 @@ items:
remote:
path: TinyLife/Localization.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Ui
path: Localization.cs
startLine: 135
startLine: 143
assemblies:
- Tiny Life
namespace: TinyLife
@ -98,10 +98,10 @@ items:
remote:
path: TinyLife/Localization.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Actions
path: Localization.cs
startLine: 137
startLine: 145
assemblies:
- Tiny Life
namespace: TinyLife
@ -132,10 +132,10 @@ items:
remote:
path: TinyLife/Localization.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: BuildMode
path: Localization.cs
startLine: 139
startLine: 147
assemblies:
- Tiny Life
namespace: TinyLife
@ -166,10 +166,10 @@ items:
remote:
path: TinyLife/Localization.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Clothes
path: Localization.cs
startLine: 141
startLine: 149
assemblies:
- Tiny Life
namespace: TinyLife
@ -200,10 +200,10 @@ items:
remote:
path: TinyLife/Localization.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Food
path: Localization.cs
startLine: 143
startLine: 151
assemblies:
- Tiny Life
namespace: TinyLife
@ -234,10 +234,10 @@ items:
remote:
path: TinyLife/Localization.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Personalities
path: Localization.cs
startLine: 145
startLine: 153
assemblies:
- Tiny Life
namespace: TinyLife
@ -268,10 +268,10 @@ items:
remote:
path: TinyLife/Localization.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Skills
path: Localization.cs
startLine: 147
startLine: 155
assemblies:
- Tiny Life
namespace: TinyLife
@ -302,10 +302,10 @@ items:
remote:
path: TinyLife/Localization.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Jobs
path: Localization.cs
startLine: 149
startLine: 157
assemblies:
- Tiny Life
namespace: TinyLife
@ -336,10 +336,10 @@ items:
remote:
path: TinyLife/Localization.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Emotions
path: Localization.cs
startLine: 151
startLine: 159
assemblies:
- Tiny Life
namespace: TinyLife
@ -370,10 +370,10 @@ items:
remote:
path: TinyLife/Localization.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Hints
path: Localization.cs
startLine: 153
startLine: 161
assemblies:
- Tiny Life
namespace: TinyLife
@ -404,10 +404,10 @@ items:
remote:
path: TinyLife/Localization.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: InGameHints
path: Localization.cs
startLine: 155
startLine: 163
assemblies:
- Tiny Life
namespace: TinyLife
@ -438,10 +438,10 @@ items:
remote:
path: TinyLife/Localization.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Goals
path: Localization.cs
startLine: 157
startLine: 165
assemblies:
- Tiny Life
namespace: TinyLife
@ -472,10 +472,10 @@ items:
remote:
path: TinyLife/Localization.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Names
path: Localization.cs
startLine: 159
startLine: 167
assemblies:
- Tiny Life
namespace: TinyLife

View file

@ -22,7 +22,7 @@ items:
remote:
path: TinyLife/Localization.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Localization
path: Localization.cs
startLine: 20
@ -66,7 +66,7 @@ items:
remote:
path: TinyLife/Localization.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: LanguageNames
path: Localization.cs
startLine: 25
@ -103,7 +103,7 @@ items:
remote:
path: TinyLife/Localization.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Names
path: Localization.cs
startLine: 30
@ -140,10 +140,10 @@ items:
remote:
path: TinyLife/Localization.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: SetLanguage
path: Localization.cs
startLine: 41
startLine: 42
assemblies:
- Tiny Life
namespace: TinyLife
@ -178,10 +178,10 @@ items:
remote:
path: TinyLife/Localization.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Get
path: Localization.cs
startLine: 61
startLine: 62
assemblies:
- Tiny Life
namespace: TinyLife
@ -222,10 +222,10 @@ items:
remote:
path: TinyLife/Localization.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Get
path: Localization.cs
startLine: 78
startLine: 81
assemblies:
- Tiny Life
namespace: TinyLife
@ -272,10 +272,10 @@ items:
remote:
path: TinyLife/Localization.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetKeys
path: Localization.cs
startLine: 87
startLine: 90
assemblies:
- Tiny Life
namespace: TinyLife

View file

@ -18,7 +18,7 @@ items:
remote:
path: TinyLife/Mods/EventPhase.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: EventPhase
path: Mods/EventPhase.cs
startLine: 4
@ -53,7 +53,7 @@ items:
remote:
path: TinyLife/Mods/EventPhase.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Pre
path: Mods/EventPhase.cs
startLine: 9
@ -87,7 +87,7 @@ items:
remote:
path: TinyLife/Mods/EventPhase.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Post
path: Mods/EventPhase.cs
startLine: 13

View file

@ -22,14 +22,14 @@ items:
remote:
path: TinyLife/Mods/Mod.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Mod
path: Mods/Mod.cs
startLine: 17
assemblies:
- Tiny Life
namespace: TinyLife.Mods
summary: "\nThe base class for all Tiny Life mods.\nFor an example mod, see <a href=\"https://github.com/Ellpeck/TinyLifeExampleMod\">https://github.com/Ellpeck/TinyLifeExampleMod</a>.\nMods are uniquely identified by their ID. The id is the name of the class that extends <xref href=\"TinyLife.Mods.Mod\" data-throw-if-not-resolved=\"false\"></xref>.\n"
summary: "\nThe base class for all Tiny Life mods.\nFor an example mod, see https://github.com/Ellpeck/TinyLifeExampleMod.\nMods are uniquely identified by their ID. The id is the name of the class that extends <xref href=\"TinyLife.Mods.Mod\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: []
syntax:
content: public abstract class Mod
@ -69,7 +69,7 @@ items:
remote:
path: TinyLife/Mods/Mod.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Name
path: Mods/Mod.cs
startLine: 22
@ -108,7 +108,7 @@ items:
remote:
path: TinyLife/Mods/Mod.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Description
path: Mods/Mod.cs
startLine: 27
@ -147,7 +147,7 @@ items:
remote:
path: TinyLife/Mods/Mod.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Icon
path: Mods/Mod.cs
startLine: 32
@ -186,7 +186,7 @@ items:
remote:
path: TinyLife/Mods/Mod.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Initialize
path: Mods/Mod.cs
startLine: 41
@ -230,14 +230,14 @@ items:
remote:
path: TinyLife/Mods/Mod.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: AddGameContent
path: Mods/Mod.cs
startLine: 54
assemblies:
- Tiny Life
namespace: TinyLife.Mods
summary: "\nAdd the content that this mod provides for the given <xref href=\"TinyLife.GameImpl\" data-throw-if-not-resolved=\"false\"></xref> instance. Some of the supported things to register are:\n<xref href=\"TinyLife.Objects.FurnitureType.Register(TinyLife.Objects.FurnitureType.TypeSettings)\" data-throw-if-not-resolved=\"false\"></xref> to register furniture types,\n<xref href=\"TinyLife.Actions.ActionType.Register(TinyLife.Actions.ActionType.TypeSettings)\" data-throw-if-not-resolved=\"false\"></xref> to register action types,\n<xref href=\"TinyLife.Objects.Clothes.Register(TinyLife.Objects.Clothes)\" data-throw-if-not-resolved=\"false\"></xref> to register clothes (and hair),\n<xref href=\"TinyLife.Skills.SkillType.Register(TinyLife.Skills.SkillType)\" data-throw-if-not-resolved=\"false\"></xref> to register skills,\n<xref href=\"TinyLife.World.Wallpaper.Register(System.String%2cSystem.Int32%2cMLEM.Textures.UniformTextureAtlas%2cMicrosoft.Xna.Framework.Point%2cMLEM.Textures.TextureRegion%2cTinyLife.Utilities.ColorScheme%5b%5d)\" data-throw-if-not-resolved=\"false\"></xref> to register wallpapers,\n<xref href=\"TinyLife.World.Tile.Register(System.String%2cSystem.Int32%2cMLEM.Textures.TextureRegion%2cTinyLife.Utilities.ColorScheme%5b%5d%2cSystem.Single%2cSystem.Boolean%2cSystem.Boolean%2cMLEM.Textures.TextureRegion%2cSystem.Func%7bMLEM.Misc.Direction2%2cMLEM.Textures.TextureRegion%7d)\" data-throw-if-not-resolved=\"false\"></xref> to register tiles.\nNote that there are a lot of additional things that can be registered in this method.\n"
summary: "\nAdd the content that this mod provides for the given <xref href=\"TinyLife.GameImpl\" data-throw-if-not-resolved=\"false\"></xref> instance. Some of the supported things to register are:\n<xref href=\"TinyLife.Objects.FurnitureType.Register(TinyLife.Objects.FurnitureType.TypeSettings)\" data-throw-if-not-resolved=\"false\"></xref> to register furniture types,\n<xref href=\"TinyLife.Actions.ActionType.Register(TinyLife.Actions.ActionType.TypeSettings)\" data-throw-if-not-resolved=\"false\"></xref> to register action types,\n<xref href=\"TinyLife.Objects.Clothes.Register(TinyLife.Objects.Clothes)\" data-throw-if-not-resolved=\"false\"></xref> to register clothes (and hair),\n<xref href=\"TinyLife.Skills.SkillType.Register(TinyLife.Skills.SkillType)\" data-throw-if-not-resolved=\"false\"></xref> to register skills,\n<xref href=\"TinyLife.World.Wallpaper.Register(System.String%2cSystem.Int32%2cMLEM.Textures.UniformTextureAtlas%2cMicrosoft.Xna.Framework.Point%2cMLEM.Textures.TextureRegion%2cTinyLife.Utilities.ColorScheme%5b%5d)\" data-throw-if-not-resolved=\"false\"></xref> to register wallpapers,\n<xref href=\"TinyLife.World.Tile.Register(System.String%2cSystem.Int32%2cMLEM.Textures.TextureRegion%2cTinyLife.Utilities.ColorScheme%5b%5d%2cSystem.Single%2cSystem.Boolean%2cSystem.Boolean%2cMLEM.Textures.TextureRegion%2cSystem.Func%7bMLEM.Misc.Direction2%2cMLEM.Textures.TextureRegion%7d%2cSystem.Type)\" data-throw-if-not-resolved=\"false\"></xref> to register tiles.\nNote that there are a lot of additional things that can be registered in this method.\n"
example: []
syntax:
content: public abstract void AddGameContent(GameImpl game)
@ -268,7 +268,7 @@ items:
remote:
path: TinyLife/Mods/Mod.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetCustomFurnitureTextures
path: Mods/Mod.cs
startLine: 62
@ -781,8 +781,8 @@ references:
- uid: TinyLife.World.Wallpaper.Register(System.String,System.Int32,MLEM.Textures.UniformTextureAtlas,Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion,TinyLife.Utilities.ColorScheme[])
commentId: M:TinyLife.World.Wallpaper.Register(System.String,System.Int32,MLEM.Textures.UniformTextureAtlas,Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion,TinyLife.Utilities.ColorScheme[])
isExternal: true
- uid: TinyLife.World.Tile.Register(System.String,System.Int32,MLEM.Textures.TextureRegion,TinyLife.Utilities.ColorScheme[],System.Single,System.Boolean,System.Boolean,MLEM.Textures.TextureRegion,System.Func{MLEM.Misc.Direction2,MLEM.Textures.TextureRegion})
commentId: M:TinyLife.World.Tile.Register(System.String,System.Int32,MLEM.Textures.TextureRegion,TinyLife.Utilities.ColorScheme[],System.Single,System.Boolean,System.Boolean,MLEM.Textures.TextureRegion,System.Func{MLEM.Misc.Direction2,MLEM.Textures.TextureRegion})
- uid: TinyLife.World.Tile.Register(System.String,System.Int32,MLEM.Textures.TextureRegion,TinyLife.Utilities.ColorScheme[],System.Single,System.Boolean,System.Boolean,MLEM.Textures.TextureRegion,System.Func{MLEM.Misc.Direction2,MLEM.Textures.TextureRegion},System.Type)
commentId: M:TinyLife.World.Tile.Register(System.String,System.Int32,MLEM.Textures.TextureRegion,TinyLife.Utilities.ColorScheme[],System.Single,System.Boolean,System.Boolean,MLEM.Textures.TextureRegion,System.Func{MLEM.Misc.Direction2,MLEM.Textures.TextureRegion},System.Type)
isExternal: true
- uid: TinyLife.Mods.Mod.AddGameContent*
commentId: Overload:TinyLife.Mods.Mod.AddGameContent

View file

@ -22,10 +22,10 @@ items:
remote:
path: TinyLife/Mods/ModLoader.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: ModInfo
path: Mods/ModLoader.cs
startLine: 76
startLine: 100
assemblies:
- Tiny Life
namespace: TinyLife.Mods
@ -71,10 +71,10 @@ items:
remote:
path: TinyLife/Mods/ModLoader.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Id
path: Mods/ModLoader.cs
startLine: 81
startLine: 105
assemblies:
- Tiny Life
namespace: TinyLife.Mods
@ -106,10 +106,10 @@ items:
remote:
path: TinyLife/Mods/ModLoader.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Mod
path: Mods/ModLoader.cs
startLine: 85
startLine: 109
assemblies:
- Tiny Life
namespace: TinyLife.Mods
@ -141,10 +141,10 @@ items:
remote:
path: TinyLife/Mods/ModLoader.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Logger
path: Mods/ModLoader.cs
startLine: 90
startLine: 114
assemblies:
- Tiny Life
namespace: TinyLife.Mods
@ -176,10 +176,10 @@ items:
remote:
path: TinyLife/Mods/ModLoader.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Content
path: Mods/ModLoader.cs
startLine: 95
startLine: 119
assemblies:
- Tiny Life
namespace: TinyLife.Mods
@ -211,10 +211,10 @@ items:
remote:
path: TinyLife/Mods/ModLoader.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Finalize
path: Mods/ModLoader.cs
startLine: 107
startLine: 131
assemblies:
- Tiny Life
namespace: TinyLife.Mods
@ -242,10 +242,10 @@ items:
remote:
path: TinyLife/Mods/ModLoader.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Dispose
path: Mods/ModLoader.cs
startLine: 112
startLine: 136
assemblies:
- Tiny Life
namespace: TinyLife.Mods

View file

@ -18,10 +18,10 @@ items:
remote:
path: TinyLife/Mods/ModLoader.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: ModLoader
path: Mods/ModLoader.cs
startLine: 12
startLine: 13
assemblies:
- Tiny Life
namespace: TinyLife.Mods
@ -62,10 +62,10 @@ items:
remote:
path: TinyLife/Mods/ModLoader.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: TryGetModInfo
path: Mods/ModLoader.cs
startLine: 23
startLine: 24
assemblies:
- Tiny Life
namespace: TinyLife.Mods
@ -109,10 +109,10 @@ items:
remote:
path: TinyLife/Mods/ModLoader.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetModsFolder
path: Mods/ModLoader.cs
startLine: 31
startLine: 32
assemblies:
- Tiny Life
namespace: TinyLife.Mods

View file

@ -21,10 +21,10 @@ items:
remote:
path: TinyLife/Need.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Need
path: Need.cs
startLine: 18
startLine: 19
assemblies:
- Tiny Life
namespace: TinyLife
@ -76,10 +76,10 @@ items:
remote:
path: TinyLife/Need.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Max
path: Need.cs
startLine: 24
startLine: 25
assemblies:
- Tiny Life
namespace: TinyLife
@ -111,10 +111,10 @@ items:
remote:
path: TinyLife/Need.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Type
path: Need.cs
startLine: 30
startLine: 31
assemblies:
- Tiny Life
namespace: TinyLife
@ -156,10 +156,10 @@ items:
remote:
path: TinyLife/Need.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Value
path: Need.cs
startLine: 35
startLine: 36
assemblies:
- Tiny Life
namespace: TinyLife
@ -203,10 +203,10 @@ items:
remote:
path: TinyLife/Need.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Percentage
path: Need.cs
startLine: 43
startLine: 44
assemblies:
- Tiny Life
namespace: TinyLife
@ -240,10 +240,10 @@ items:
remote:
path: TinyLife/Need.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: .ctor
path: Need.cs
startLine: 53
startLine: 54
assemblies:
- Tiny Life
namespace: TinyLife

View file

@ -17,6 +17,7 @@ items:
- TinyLife.NeedType.Register(TinyLife.NeedType)
- TinyLife.NeedType.Social
- TinyLife.NeedType.SolveImportance
- TinyLife.NeedType.SourceString
- TinyLife.NeedType.Toilet
- TinyLife.NeedType.Types
langs:
@ -30,10 +31,10 @@ items:
remote:
path: TinyLife/Need.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: NeedType
path: Need.cs
startLine: 64
startLine: 65
assemblies:
- Tiny Life
namespace: TinyLife
@ -43,13 +44,16 @@ items:
content: >-
[JsonConverter(typeof(NeedType.Converter))]
public class NeedType
public class NeedType : IEmotionSource
content.vb: >-
<JsonConverter(GetType(NeedType.Converter))>
Public Class NeedType
Implements IEmotionSource
inheritance:
- System.Object
implements:
- TinyLife.Emotions.IEmotionSource
inheritedMembers:
- System.Object.Equals(System.Object)
- System.Object.Equals(System.Object,System.Object)
@ -81,10 +85,10 @@ items:
remote:
path: TinyLife/Need.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Types
path: Need.cs
startLine: 72
startLine: 73
assemblies:
- Tiny Life
namespace: TinyLife
@ -118,10 +122,10 @@ items:
remote:
path: TinyLife/Need.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Energy
path: Need.cs
startLine: 74
startLine: 75
assemblies:
- Tiny Life
namespace: TinyLife
@ -153,10 +157,10 @@ items:
remote:
path: TinyLife/Need.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Hunger
path: Need.cs
startLine: 79
startLine: 80
assemblies:
- Tiny Life
namespace: TinyLife
@ -188,10 +192,10 @@ items:
remote:
path: TinyLife/Need.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Social
path: Need.cs
startLine: 80
startLine: 81
assemblies:
- Tiny Life
namespace: TinyLife
@ -223,10 +227,10 @@ items:
remote:
path: TinyLife/Need.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Toilet
path: Need.cs
startLine: 83
startLine: 84
assemblies:
- Tiny Life
namespace: TinyLife
@ -258,10 +262,10 @@ items:
remote:
path: TinyLife/Need.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Hygiene
path: Need.cs
startLine: 84
startLine: 85
assemblies:
- Tiny Life
namespace: TinyLife
@ -293,10 +297,10 @@ items:
remote:
path: TinyLife/Need.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Entertainment
path: Need.cs
startLine: 85
startLine: 86
assemblies:
- Tiny Life
namespace: TinyLife
@ -328,10 +332,10 @@ items:
remote:
path: TinyLife/Need.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Name
path: Need.cs
startLine: 92
startLine: 93
assemblies:
- Tiny Life
namespace: TinyLife
@ -363,10 +367,10 @@ items:
remote:
path: TinyLife/Need.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: PassiveReduction
path: Need.cs
startLine: 96
startLine: 97
assemblies:
- Tiny Life
namespace: TinyLife
@ -398,10 +402,10 @@ items:
remote:
path: TinyLife/Need.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: NeedLowAction
path: Need.cs
startLine: 100
startLine: 101
assemblies:
- Tiny Life
namespace: TinyLife
@ -433,10 +437,10 @@ items:
remote:
path: TinyLife/Need.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: NeedLowTime
path: Need.cs
startLine: 104
startLine: 105
assemblies:
- Tiny Life
namespace: TinyLife
@ -468,10 +472,10 @@ items:
remote:
path: TinyLife/Need.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: SolveImportance
path: Need.cs
startLine: 109
startLine: 110
assemblies:
- Tiny Life
namespace: TinyLife
@ -488,6 +492,45 @@ items:
modifiers.vb:
- Public
- ReadOnly
- uid: TinyLife.NeedType.SourceString
commentId: P:TinyLife.NeedType.SourceString
id: SourceString
parent: TinyLife.NeedType
langs:
- csharp
- vb
name: SourceString
nameWithType: NeedType.SourceString
fullName: TinyLife.NeedType.SourceString
type: Property
source:
remote:
path: TinyLife/Need.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: SourceString
path: Need.cs
startLine: 112
assemblies:
- Tiny Life
namespace: TinyLife
summary: "\nA (localized) string that is displayed when hovering over an <xref href=\"TinyLife.Emotions.EmotionModifier\" data-throw-if-not-resolved=\"false\"></xref> that has this source\n"
example: []
syntax:
content: public string SourceString { get; }
parameters: []
return:
type: System.String
content.vb: Public ReadOnly Property SourceString As String
overload: TinyLife.NeedType.SourceString*
implements:
- TinyLife.Emotions.IEmotionSource.SourceString
modifiers.csharp:
- public
- get
modifiers.vb:
- Public
- ReadOnly
- uid: TinyLife.NeedType.#ctor(System.String,System.Func{TinyLife.Objects.Person,System.Single},System.Func{TinyLife.Objects.Person,TinyLife.Actions.ActionType},System.Func{TinyLife.Objects.Person,System.TimeSpan},System.Single)
commentId: M:TinyLife.NeedType.#ctor(System.String,System.Func{TinyLife.Objects.Person,System.Single},System.Func{TinyLife.Objects.Person,TinyLife.Actions.ActionType},System.Func{TinyLife.Objects.Person,System.TimeSpan},System.Single)
id: '#ctor(System.String,System.Func{TinyLife.Objects.Person,System.Single},System.Func{TinyLife.Objects.Person,TinyLife.Actions.ActionType},System.Func{TinyLife.Objects.Person,System.TimeSpan},System.Single)'
@ -503,10 +546,10 @@ items:
remote:
path: TinyLife/Need.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: .ctor
path: Need.cs
startLine: 119
startLine: 122
assemblies:
- Tiny Life
namespace: TinyLife
@ -554,10 +597,10 @@ items:
remote:
path: TinyLife/Need.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Register
path: Need.cs
startLine: 132
startLine: 135
assemblies:
- Tiny Life
namespace: TinyLife
@ -602,6 +645,12 @@ references:
name: Object
nameWithType: Object
fullName: System.Object
- uid: TinyLife.Emotions.IEmotionSource
commentId: T:TinyLife.Emotions.IEmotionSource
parent: TinyLife.Emotions
name: IEmotionSource
nameWithType: IEmotionSource
fullName: TinyLife.Emotions.IEmotionSource
- uid: System.Object.Equals(System.Object)
commentId: M:System.Object.Equals(System.Object)
parent: System.Object
@ -924,6 +973,11 @@ references:
name: System
nameWithType: System
fullName: System
- uid: TinyLife.Emotions
commentId: N:TinyLife.Emotions
name: TinyLife.Emotions
nameWithType: TinyLife.Emotions
fullName: TinyLife.Emotions
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy<T>(T)
@ -1323,6 +1377,17 @@ references:
name: Single
nameWithType: Single
fullName: System.Single
- uid: TinyLife.NeedType.SourceString*
commentId: Overload:TinyLife.NeedType.SourceString
name: SourceString
nameWithType: NeedType.SourceString
fullName: TinyLife.NeedType.SourceString
- uid: TinyLife.Emotions.IEmotionSource.SourceString
commentId: P:TinyLife.Emotions.IEmotionSource.SourceString
parent: TinyLife.Emotions.IEmotionSource
name: SourceString
nameWithType: IEmotionSource.SourceString
fullName: TinyLife.Emotions.IEmotionSource.SourceString
- uid: TinyLife.NeedType.#ctor*
commentId: Overload:TinyLife.NeedType.#ctor
name: NeedType

View file

@ -26,7 +26,7 @@ items:
remote:
path: TinyLife/Objects/ActionSpot.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: AbstractSpot
path: Objects/ActionSpot.cs
startLine: 14
@ -76,7 +76,7 @@ items:
remote:
path: TinyLife/Objects/ActionSpot.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: YOffset
path: Objects/ActionSpot.cs
startLine: 19
@ -113,7 +113,7 @@ items:
remote:
path: TinyLife/Objects/ActionSpot.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Offset
path: Objects/ActionSpot.cs
startLine: 23
@ -146,7 +146,7 @@ items:
remote:
path: TinyLife/Objects/ActionSpot.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: VisualOffset
path: Objects/ActionSpot.cs
startLine: 28
@ -179,14 +179,14 @@ items:
remote:
path: TinyLife/Objects/ActionSpot.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: ValidDirections
path: Objects/ActionSpot.cs
startLine: 34
assemblies:
- Tiny Life
namespace: TinyLife.Objects
summary: "\nThe <xref href=\"MLEM.Misc.Direction2\" data-throw-if-not-resolved=\"false\"></xref> values that this spot can be accessed from.\nThese directions are relative to the owning <xref href=\"TinyLife.Objects.Furniture\" data-throw-if-not-resolved=\"false\"></xref>&apos;s <xref href=\"MLEM.Misc.Direction2.Up\" data-throw-if-not-resolved=\"false\"></xref> direction.\nNote that, for a lot of actions, including <xref href=\"TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture%2cTinyLife.GameSpeed%2cTinyLife.Objects.ActionSpot)\" data-throw-if-not-resolved=\"false\"></xref>, the first entry in this array will be chosen as the <xref href=\"TinyLife.Objects.Person\" data-throw-if-not-resolved=\"false\"></xref>&apos;s rotation.\n"
summary: "\nThe <xref href=\"MLEM.Misc.Direction2\" data-throw-if-not-resolved=\"false\"></xref> values that this spot can be accessed from.\nThese directions are relative to the owning <xref href=\"TinyLife.Objects.Furniture\" data-throw-if-not-resolved=\"false\"></xref>&apos;s <xref href=\"MLEM.Misc.Direction2.Up\" data-throw-if-not-resolved=\"false\"></xref> direction.\nNote that, for a lot of actions, including <xref href=\"TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person%2cTinyLife.Objects.Furniture%2cTinyLife.GameSpeed%2cTinyLife.Objects.ActionSpot)\" data-throw-if-not-resolved=\"false\"></xref>, the first entry in this array will be chosen as the <xref href=\"TinyLife.Objects.Person\" data-throw-if-not-resolved=\"false\"></xref>&apos;s rotation.\n"
example: []
syntax:
content: protected readonly Direction2[] ValidDirections
@ -214,7 +214,7 @@ items:
remote:
path: TinyLife/Objects/ActionSpot.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Group
path: Objects/ActionSpot.cs
startLine: 41
@ -247,7 +247,7 @@ items:
remote:
path: TinyLife/Objects/ActionSpot.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: DrawLayer
path: Objects/ActionSpot.cs
startLine: 46
@ -280,7 +280,7 @@ items:
remote:
path: TinyLife/Objects/ActionSpot.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: .ctor
path: Objects/ActionSpot.cs
startLine: 57
@ -328,7 +328,7 @@ items:
remote:
path: TinyLife/Objects/ActionSpot.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetValidDirections
path: Objects/ActionSpot.cs
startLine: 69
@ -367,7 +367,7 @@ items:
remote:
path: TinyLife/Objects/ActionSpot.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetLocation
path: Objects/ActionSpot.cs
startLine: 80
@ -409,7 +409,7 @@ items:
remote:
path: TinyLife/Objects/ActionSpot.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: DoGroupsOverlap
path: Objects/ActionSpot.cs
startLine: 91
@ -881,20 +881,27 @@ references:
- uid: MLEM.Misc.Direction2.Up
commentId: F:MLEM.Misc.Direction2.Up
isExternal: true
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
parent: TinyLife.Actions.Typeless.TypelessAction
name: Sit(Furniture, GameSpeed, ActionSpot)
nameWithType: TypelessAction.Sit(Furniture, GameSpeed, ActionSpot)
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture, TinyLife.GameSpeed, TinyLife.Objects.ActionSpot)
name: Sit(Person, Furniture, GameSpeed, ActionSpot)
nameWithType: TypelessAction.Sit(Person, Furniture, GameSpeed, ActionSpot)
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person, TinyLife.Objects.Furniture, TinyLife.GameSpeed, TinyLife.Objects.ActionSpot)
spec.csharp:
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
name: Sit
nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Person
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.Objects.Furniture
name: Furniture
nameWithType: Furniture
@ -917,13 +924,20 @@ references:
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
name: Sit
nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Person
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.Objects.Furniture
name: Furniture
nameWithType: Furniture

View file

@ -27,7 +27,7 @@ items:
remote:
path: TinyLife/Objects/ActionSpot.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: ActionSpot
path: Objects/ActionSpot.cs
startLine: 100
@ -84,7 +84,7 @@ items:
remote:
path: TinyLife/Objects/ActionSpot.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: CategoryRestriction
path: Objects/ActionSpot.cs
startLine: 107
@ -117,7 +117,7 @@ items:
remote:
path: TinyLife/Objects/ActionSpot.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: .ctor
path: Objects/ActionSpot.cs
startLine: 114
@ -159,7 +159,7 @@ items:
remote:
path: TinyLife/Objects/ActionSpot.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: .ctor
path: Objects/ActionSpot.cs
startLine: 124
@ -204,7 +204,7 @@ items:
remote:
path: TinyLife/Objects/ActionSpot.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: .ctor
path: Objects/ActionSpot.cs
startLine: 135
@ -252,7 +252,7 @@ items:
remote:
path: TinyLife/Objects/ActionSpot.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetFreeDirections
path: Objects/ActionSpot.cs
startLine: 147
@ -294,7 +294,7 @@ items:
remote:
path: TinyLife/Objects/ActionSpot.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetOccupants
path: Objects/ActionSpot.cs
startLine: 167
@ -336,7 +336,7 @@ items:
remote:
path: TinyLife/Objects/ActionSpot.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: BedSpots
path: Objects/ActionSpot.cs
startLine: 181
@ -377,7 +377,7 @@ items:
remote:
path: TinyLife/Objects/ActionSpot.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: BenchSpots
path: Objects/ActionSpot.cs
startLine: 208
@ -418,7 +418,7 @@ items:
remote:
path: TinyLife/Objects/ActionSpot.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: PicnicTableSpots
path: Objects/ActionSpot.cs
startLine: 229
@ -459,7 +459,7 @@ items:
remote:
path: TinyLife/Objects/ActionSpot.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: AllSpots
path: Objects/ActionSpot.cs
startLine: 252
@ -503,7 +503,7 @@ items:
remote:
path: TinyLife/Objects/ActionSpot.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetPicnicBenchDrawLayer
path: Objects/ActionSpot.cs
startLine: 267

View file

@ -18,10 +18,10 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: AgeGroup
path: Objects/Person.cs
startLine: 2263
startLine: 2297
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -63,10 +63,10 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Child
path: Objects/Person.cs
startLine: 2271
startLine: 2305
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -97,10 +97,10 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Adult
path: Objects/Person.cs
startLine: 2277
startLine: 2311
assemblies:
- Tiny Life
namespace: TinyLife.Objects

View file

@ -21,10 +21,10 @@ items:
remote:
path: TinyLife/Objects/BreakableFurniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: BrokenBehavior
path: Objects/BreakableFurniture.cs
startLine: 148
startLine: 150
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -66,10 +66,10 @@ items:
remote:
path: TinyLife/Objects/BreakableFurniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Puddles
path: Objects/BreakableFurniture.cs
startLine: 154
startLine: 156
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -100,10 +100,10 @@ items:
remote:
path: TinyLife/Objects/BreakableFurniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Dripping
path: Objects/BreakableFurniture.cs
startLine: 158
startLine: 160
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -134,10 +134,10 @@ items:
remote:
path: TinyLife/Objects/BreakableFurniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: ElectricityCrackle
path: Objects/BreakableFurniture.cs
startLine: 162
startLine: 164
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -168,10 +168,10 @@ items:
remote:
path: TinyLife/Objects/BreakableFurniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Smoke
path: Objects/BreakableFurniture.cs
startLine: 166
startLine: 168
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -202,10 +202,10 @@ items:
remote:
path: TinyLife/Objects/BreakableFurniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Electrocution
path: Objects/BreakableFurniture.cs
startLine: 170
startLine: 172
assemblies:
- Tiny Life
namespace: TinyLife.Objects

View file

@ -26,7 +26,7 @@ items:
remote:
path: TinyLife/Objects/BreakableFurniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: BreakableFurniture
path: Objects/BreakableFurniture.cs
startLine: 17
@ -43,7 +43,7 @@ items:
Implements IGenericDataHolder, IPricedObject, IUpdatingObject
inheritance:
- System.Object
- MLEM.Misc.GenericDataHolder
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder
- TinyLife.Objects.MapObject
- TinyLife.Objects.Furniture
derivedClasses:
@ -124,9 +124,9 @@ items:
- TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
- TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
- TinyLife.Objects.MapObject.GetModCategory(System.String)
- MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
- MLEM.Misc.GenericDataHolder.GetData``1(System.String)
- MLEM.Misc.GenericDataHolder.GetDataKeys
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
- System.Object.Equals(System.Object)
- System.Object.Equals(System.Object,System.Object)
- System.Object.GetHashCode
@ -136,8 +136,6 @@ items:
- System.Object.ToString
extensionMethods:
- TinyLife.Objects.BreakableFurniture.TinyLife.Utilities.Extensions.JsonCopy``1
- MLEM.Misc.IGenericDataHolder.TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
- MLEM.Misc.IGenericDataHolder.TinyLife.Utilities.Extensions.SetTimeSpan(System.String,System.TimeSpan)
modifiers.csharp:
- public
- class
@ -159,7 +157,7 @@ items:
remote:
path: TinyLife/Objects/BreakableFurniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: OnWearDown
path: Objects/BreakableFurniture.cs
startLine: 23
@ -192,7 +190,7 @@ items:
remote:
path: TinyLife/Objects/BreakableFurniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: OnBreak
path: Objects/BreakableFurniture.cs
startLine: 28
@ -225,7 +223,7 @@ items:
remote:
path: TinyLife/Objects/BreakableFurniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Broken
path: Objects/BreakableFurniture.cs
startLine: 34
@ -268,7 +266,7 @@ items:
remote:
path: TinyLife/Objects/BreakableFurniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: .ctor
path: Objects/BreakableFurniture.cs
startLine: 40
@ -319,7 +317,7 @@ items:
remote:
path: TinyLife/Objects/BreakableFurniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Update
path: Objects/BreakableFurniture.cs
startLine: 44
@ -365,7 +363,7 @@ items:
remote:
path: TinyLife/Objects/BreakableFurniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: WearDown
path: Objects/BreakableFurniture.cs
startLine: 99
@ -403,14 +401,14 @@ items:
remote:
path: TinyLife/Objects/BreakableFurniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: ActionUpdate
path: Objects/BreakableFurniture.cs
startLine: 113
assemblies:
- Tiny Life
namespace: TinyLife.Objects
summary: "\nThis method is called when an <xref href=\"TinyLife.Actions.Action\" data-throw-if-not-resolved=\"false\"></xref> that this object is involved in updates, which is every <xref href=\"Microsoft.Xna.Framework.Game.Update(Microsoft.Xna.Framework.GameTime)\" data-throw-if-not-resolved=\"false\"></xref> frame.\nThis object counts as involved in the action if its <xref href=\"TinyLife.Actions.ActionInfo\" data-throw-if-not-resolved=\"false\"></xref>&apos;s <xref href=\"TinyLife.Actions.ActionInfo.GetInvolvedObjects%60%601(TinyLife.Objects.ObjectCategory%2cSystem.Boolean)\" data-throw-if-not-resolved=\"false\"></xref> includes this object\nIn general, the base method should be called for <xref href=\"TinyLife.Objects.Furniture\" data-throw-if-not-resolved=\"false\"></xref> objects, since it sets deals with <xref href=\"TinyLife.Objects.Furniture.Dirty\" data-throw-if-not-resolved=\"false\"></xref> objects.\n"
summary: "\nThis method is called when an <xref href=\"TinyLife.Actions.Action\" data-throw-if-not-resolved=\"false\"></xref> that this object is involved in updates, which is every <xref href=\"Microsoft.Xna.Framework.Game.Update(Microsoft.Xna.Framework.GameTime)\" data-throw-if-not-resolved=\"false\"></xref> frame. Note that this includes actions that are underlying (<xref href=\"TinyLife.Actions.Typeless.TypelessAction.IsUnderlying\" data-throw-if-not-resolved=\"false\"></xref>) and actions that aren&apos;t fully in progress yet (<xref href=\"TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress\" data-throw-if-not-resolved=\"false\"></xref>).\nThis object counts as involved in the action if its <xref href=\"TinyLife.Actions.ActionInfo\" data-throw-if-not-resolved=\"false\"></xref>&apos;s <xref href=\"TinyLife.Actions.ActionInfo.GetInvolvedObjects%60%601(TinyLife.Objects.ObjectCategory%2cSystem.Boolean)\" data-throw-if-not-resolved=\"false\"></xref> includes this object.\nIn general, the base method should be called for <xref href=\"TinyLife.Objects.Furniture\" data-throw-if-not-resolved=\"false\"></xref> objects, since it sets deals with <xref href=\"TinyLife.Objects.Furniture.Dirty\" data-throw-if-not-resolved=\"false\"></xref> objects.\n"
example: []
syntax:
content: public override void ActionUpdate(Action action, GameTime time, TimeSpan passedInGame, GameSpeed speed, bool isAuxiliary)
@ -454,10 +452,10 @@ items:
remote:
path: TinyLife/Objects/BreakableFurniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetPrice
path: Objects/BreakableFurniture.cs
startLine: 125
startLine: 127
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -492,10 +490,10 @@ items:
remote:
path: TinyLife/Objects/BreakableFurniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetDescription
path: Objects/BreakableFurniture.cs
startLine: 130
startLine: 132
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -530,10 +528,10 @@ items:
remote:
path: TinyLife/Objects/BreakableFurniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetDecorativeRating
path: Objects/BreakableFurniture.cs
startLine: 141
startLine: 143
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -588,13 +586,13 @@ references:
name: Object
nameWithType: Object
fullName: System.Object
- uid: MLEM.Misc.GenericDataHolder
commentId: T:MLEM.Misc.GenericDataHolder
parent: MLEM.Misc
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
commentId: T:MLEM.Data.Json.JsonTypeSafeGenericDataHolder
parent: MLEM.Data.Json
isExternal: true
name: GenericDataHolder
nameWithType: GenericDataHolder
fullName: MLEM.Misc.GenericDataHolder
name: JsonTypeSafeGenericDataHolder
nameWithType: JsonTypeSafeGenericDataHolder
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
- uid: TinyLife.Objects.MapObject
commentId: T:TinyLife.Objects.MapObject
parent: TinyLife.Objects
@ -3421,18 +3419,18 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
commentId: M:MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
parent: MLEM.Misc.GenericDataHolder
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
isExternal: true
name: SetData(String, Object)
nameWithType: GenericDataHolder.SetData(String, Object)
fullName: MLEM.Misc.GenericDataHolder.SetData(System.String, System.Object)
nameWithType: JsonTypeSafeGenericDataHolder.SetData(String, Object)
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String, System.Object)
spec.csharp:
- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
name: SetData
nameWithType: GenericDataHolder.SetData
fullName: MLEM.Misc.GenericDataHolder.SetData
nameWithType: JsonTypeSafeGenericDataHolder.SetData
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData
isExternal: true
- name: (
nameWithType: (
@ -3454,10 +3452,10 @@ references:
nameWithType: )
fullName: )
spec.vb:
- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
name: SetData
nameWithType: GenericDataHolder.SetData
fullName: MLEM.Misc.GenericDataHolder.SetData
nameWithType: JsonTypeSafeGenericDataHolder.SetData
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData
isExternal: true
- name: (
nameWithType: (
@ -3478,21 +3476,21 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String)
commentId: M:MLEM.Misc.GenericDataHolder.GetData``1(System.String)
parent: MLEM.Misc.GenericDataHolder
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
isExternal: true
name: GetData<T>(String)
nameWithType: GenericDataHolder.GetData<T>(String)
fullName: MLEM.Misc.GenericDataHolder.GetData<T>(System.String)
nameWithType.vb: GenericDataHolder.GetData(Of T)(String)
fullName.vb: MLEM.Misc.GenericDataHolder.GetData(Of T)(System.String)
nameWithType: JsonTypeSafeGenericDataHolder.GetData<T>(String)
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData<T>(System.String)
nameWithType.vb: JsonTypeSafeGenericDataHolder.GetData(Of T)(String)
fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData(Of T)(System.String)
name.vb: GetData(Of T)(String)
spec.csharp:
- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String)
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
name: GetData<T>
nameWithType: GenericDataHolder.GetData<T>
fullName: MLEM.Misc.GenericDataHolder.GetData<T>
nameWithType: JsonTypeSafeGenericDataHolder.GetData<T>
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData<T>
isExternal: true
- name: (
nameWithType: (
@ -3506,10 +3504,10 @@ references:
nameWithType: )
fullName: )
spec.vb:
- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String)
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
name: GetData(Of T)
nameWithType: GenericDataHolder.GetData(Of T)
fullName: MLEM.Misc.GenericDataHolder.GetData(Of T)
nameWithType: JsonTypeSafeGenericDataHolder.GetData(Of T)
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData(Of T)
isExternal: true
- name: (
nameWithType: (
@ -3522,18 +3520,18 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: MLEM.Misc.GenericDataHolder.GetDataKeys
commentId: M:MLEM.Misc.GenericDataHolder.GetDataKeys
parent: MLEM.Misc.GenericDataHolder
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
isExternal: true
name: GetDataKeys()
nameWithType: GenericDataHolder.GetDataKeys()
fullName: MLEM.Misc.GenericDataHolder.GetDataKeys()
nameWithType: JsonTypeSafeGenericDataHolder.GetDataKeys()
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys()
spec.csharp:
- uid: MLEM.Misc.GenericDataHolder.GetDataKeys
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
name: GetDataKeys
nameWithType: GenericDataHolder.GetDataKeys
fullName: MLEM.Misc.GenericDataHolder.GetDataKeys
nameWithType: JsonTypeSafeGenericDataHolder.GetDataKeys
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
isExternal: true
- name: (
nameWithType: (
@ -3542,10 +3540,10 @@ references:
nameWithType: )
fullName: )
spec.vb:
- uid: MLEM.Misc.GenericDataHolder.GetDataKeys
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
name: GetDataKeys
nameWithType: GenericDataHolder.GetDataKeys
fullName: MLEM.Misc.GenericDataHolder.GetDataKeys
nameWithType: JsonTypeSafeGenericDataHolder.GetDataKeys
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
isExternal: true
- name: (
nameWithType: (
@ -3864,100 +3862,6 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: MLEM.Misc.IGenericDataHolder.TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
commentId: M:TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
name: GetTimeSpan(String)
nameWithType: Extensions.GetTimeSpan(String)
fullName: TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
name: GetTimeSpan
nameWithType: Extensions.GetTimeSpan
fullName: TinyLife.Utilities.Extensions.GetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
name: GetTimeSpan
nameWithType: Extensions.GetTimeSpan
fullName: TinyLife.Utilities.Extensions.GetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: MLEM.Misc.IGenericDataHolder.TinyLife.Utilities.Extensions.SetTimeSpan(System.String,System.TimeSpan)
commentId: M:TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
name: SetTimeSpan(String, TimeSpan)
nameWithType: Extensions.SetTimeSpan(String, TimeSpan)
fullName: TinyLife.Utilities.Extensions.SetTimeSpan(System.String, System.TimeSpan)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(System.String,System.TimeSpan)
name: SetTimeSpan
nameWithType: Extensions.SetTimeSpan
fullName: TinyLife.Utilities.Extensions.SetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.TimeSpan
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(System.String,System.TimeSpan)
name: SetTimeSpan
nameWithType: Extensions.SetTimeSpan
fullName: TinyLife.Utilities.Extensions.SetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.TimeSpan
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Objects.BreakableFurniture
commentId: T:TinyLife.Objects.BreakableFurniture
parent: TinyLife.Objects
@ -3970,6 +3874,12 @@ references:
name: System
nameWithType: System
fullName: System
- uid: MLEM.Data.Json
commentId: N:MLEM.Data.Json
isExternal: true
name: MLEM.Data.Json
nameWithType: MLEM.Data.Json
fullName: MLEM.Data.Json
- uid: MLEM.Misc
commentId: N:MLEM.Misc
isExternal: true
@ -4082,130 +3992,6 @@ references:
name: Extensions
nameWithType: Extensions
fullName: TinyLife.Utilities.Extensions
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
commentId: M:TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
isExternal: true
name: GetTimeSpan(IGenericDataHolder, String)
nameWithType: Extensions.GetTimeSpan(IGenericDataHolder, String)
fullName: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder, System.String)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
name: GetTimeSpan
nameWithType: Extensions.GetTimeSpan
fullName: TinyLife.Utilities.Extensions.GetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: MLEM.Misc.IGenericDataHolder
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
name: GetTimeSpan
nameWithType: Extensions.GetTimeSpan
fullName: TinyLife.Utilities.Extensions.GetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: MLEM.Misc.IGenericDataHolder
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
commentId: M:TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
isExternal: true
name: SetTimeSpan(IGenericDataHolder, String, TimeSpan)
nameWithType: Extensions.SetTimeSpan(IGenericDataHolder, String, TimeSpan)
fullName: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder, System.String, System.TimeSpan)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
name: SetTimeSpan
nameWithType: Extensions.SetTimeSpan
fullName: TinyLife.Utilities.Extensions.SetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: MLEM.Misc.IGenericDataHolder
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.TimeSpan
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
name: SetTimeSpan
nameWithType: Extensions.SetTimeSpan
fullName: TinyLife.Utilities.Extensions.SetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: MLEM.Misc.IGenericDataHolder
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.TimeSpan
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Utilities
commentId: N:TinyLife.Utilities
name: TinyLife.Utilities

View file

@ -23,6 +23,7 @@ items:
- TinyLife.Objects.Clothes.Price
- TinyLife.Objects.Clothes.ReferencePrice
- TinyLife.Objects.Clothes.Register(TinyLife.Objects.Clothes)
- TinyLife.Objects.Clothes.TextureBehaviorLayer
- TinyLife.Objects.Clothes.TextureRegions
- TinyLife.Objects.Clothes.Types
langs:
@ -36,10 +37,10 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Clothes
path: Objects/Clothes.cs
startLine: 24
startLine: 25
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -90,10 +91,10 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Layers
path: Objects/Clothes.cs
startLine: 30
startLine: 31
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -127,10 +128,10 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Types
path: Objects/Clothes.cs
startLine: 34
startLine: 35
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -164,10 +165,10 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: ReferencePrice
path: Objects/Clothes.cs
startLine: 40
startLine: 41
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -199,10 +200,10 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Name
path: Objects/Clothes.cs
startLine: 123
startLine: 159
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -234,10 +235,10 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Layer
path: Objects/Clothes.cs
startLine: 127
startLine: 163
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -269,10 +270,10 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: TextureRegions
path: Objects/Clothes.cs
startLine: 133
startLine: 169
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -304,10 +305,10 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Colors
path: Objects/Clothes.cs
startLine: 138
startLine: 174
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -339,10 +340,10 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Price
path: Objects/Clothes.cs
startLine: 143
startLine: 179
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -374,10 +375,10 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Intentions
path: Objects/Clothes.cs
startLine: 148
startLine: 184
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -409,10 +410,10 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Icon
path: Objects/Clothes.cs
startLine: 153
startLine: 189
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -446,10 +447,10 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: NonBuyable
path: Objects/Clothes.cs
startLine: 158
startLine: 194
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -483,10 +484,10 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Ages
path: Objects/Clothes.cs
startLine: 163
startLine: 199
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -520,10 +521,10 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: DepthFunction
path: Objects/Clothes.cs
startLine: 168
startLine: 204
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -542,6 +543,43 @@ items:
- set
modifiers.vb:
- Public
- uid: TinyLife.Objects.Clothes.TextureBehaviorLayer
commentId: P:TinyLife.Objects.Clothes.TextureBehaviorLayer
id: TextureBehaviorLayer
parent: TinyLife.Objects.Clothes
langs:
- csharp
- vb
name: TextureBehaviorLayer
nameWithType: Clothes.TextureBehaviorLayer
fullName: TinyLife.Objects.Clothes.TextureBehaviorLayer
type: Property
source:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: TextureBehaviorLayer
path: Objects/Clothes.cs
startLine: 209
assemblies:
- Tiny Life
namespace: TinyLife.Objects
summary: "\nA <xref href=\"TinyLife.Objects.ClothesLayer\" data-throw-if-not-resolved=\"false\"></xref> whose texture behavior should be used instead of the <xref href=\"TinyLife.Objects.Clothes.Layer\" data-throw-if-not-resolved=\"false\"></xref>&apos;s texture behavior.\nThe texture behavior determines how many texture regions a clothes item uses, and whether they are animated in a certain <xref href=\"TinyLife.Objects.Person.Pose\" data-throw-if-not-resolved=\"false\"></xref>. For more information, see https://docs.tinylifegame.com/articles/creating_textures.html.\n"
example: []
syntax:
content: public ClothesLayer? TextureBehaviorLayer { get; set; }
parameters: []
return:
type: System.Nullable{TinyLife.Objects.ClothesLayer}
content.vb: Public Property TextureBehaviorLayer As ClothesLayer?
overload: TinyLife.Objects.Clothes.TextureBehaviorLayer*
modifiers.csharp:
- public
- get
- set
modifiers.vb:
- Public
- uid: TinyLife.Objects.Clothes.#ctor(System.String,TinyLife.Objects.ClothesLayer,MLEM.Textures.TextureRegion,System.Single,TinyLife.Objects.ClothesIntention,TinyLife.Utilities.ColorScheme[])
commentId: M:TinyLife.Objects.Clothes.#ctor(System.String,TinyLife.Objects.ClothesLayer,MLEM.Textures.TextureRegion,System.Single,TinyLife.Objects.ClothesIntention,TinyLife.Utilities.ColorScheme[])
id: '#ctor(System.String,TinyLife.Objects.ClothesLayer,MLEM.Textures.TextureRegion,System.Single,TinyLife.Objects.ClothesIntention,TinyLife.Utilities.ColorScheme[])'
@ -557,10 +595,10 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: .ctor
path: Objects/Clothes.cs
startLine: 179
startLine: 220
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -611,10 +649,10 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetPrice
path: Objects/Clothes.cs
startLine: 192
startLine: 233
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -648,10 +686,10 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetIntentionDescription
path: Objects/Clothes.cs
startLine: 200
startLine: 241
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -683,10 +721,10 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Register
path: Objects/Clothes.cs
startLine: 211
startLine: 252
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -721,10 +759,10 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetClothes
path: Objects/Clothes.cs
startLine: 222
startLine: 263
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -765,10 +803,10 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetIntentionPercentage
path: Objects/Clothes.cs
startLine: 236
startLine: 277
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -812,10 +850,10 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetIntentionMatchingOutfit
path: Objects/Clothes.cs
startLine: 255
startLine: 296
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -1695,6 +1733,95 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Objects.Clothes.Layer
commentId: F:TinyLife.Objects.Clothes.Layer
isExternal: true
- uid: TinyLife.Objects.Clothes.TextureBehaviorLayer*
commentId: Overload:TinyLife.Objects.Clothes.TextureBehaviorLayer
name: TextureBehaviorLayer
nameWithType: Clothes.TextureBehaviorLayer
fullName: TinyLife.Objects.Clothes.TextureBehaviorLayer
- uid: System.Nullable{TinyLife.Objects.ClothesLayer}
commentId: T:System.Nullable{TinyLife.Objects.ClothesLayer}
parent: System
definition: System.Nullable`1
name: Nullable<ClothesLayer>
nameWithType: Nullable<ClothesLayer>
fullName: System.Nullable<TinyLife.Objects.ClothesLayer>
nameWithType.vb: Nullable(Of ClothesLayer)
fullName.vb: System.Nullable(Of TinyLife.Objects.ClothesLayer)
name.vb: Nullable(Of ClothesLayer)
spec.csharp:
- uid: System.Nullable`1
name: Nullable
nameWithType: Nullable
fullName: System.Nullable
isExternal: true
- name: <
nameWithType: <
fullName: <
- uid: TinyLife.Objects.ClothesLayer
name: ClothesLayer
nameWithType: ClothesLayer
fullName: TinyLife.Objects.ClothesLayer
- name: '>'
nameWithType: '>'
fullName: '>'
spec.vb:
- uid: System.Nullable`1
name: Nullable
nameWithType: Nullable
fullName: System.Nullable
isExternal: true
- name: '(Of '
nameWithType: '(Of '
fullName: '(Of '
- uid: TinyLife.Objects.ClothesLayer
name: ClothesLayer
nameWithType: ClothesLayer
fullName: TinyLife.Objects.ClothesLayer
- name: )
nameWithType: )
fullName: )
- uid: System.Nullable`1
commentId: T:System.Nullable`1
isExternal: true
name: Nullable<T>
nameWithType: Nullable<T>
fullName: System.Nullable<T>
nameWithType.vb: Nullable(Of T)
fullName.vb: System.Nullable(Of T)
name.vb: Nullable(Of T)
spec.csharp:
- uid: System.Nullable`1
name: Nullable
nameWithType: Nullable
fullName: System.Nullable
isExternal: true
- name: <
nameWithType: <
fullName: <
- name: T
nameWithType: T
fullName: T
- name: '>'
nameWithType: '>'
fullName: '>'
spec.vb:
- uid: System.Nullable`1
name: Nullable
nameWithType: Nullable
fullName: System.Nullable
isExternal: true
- name: '(Of '
nameWithType: '(Of '
fullName: '(Of '
- name: T
nameWithType: T
fullName: T
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Objects.Clothes.#ctor*
commentId: Overload:TinyLife.Objects.Clothes.#ctor
name: Clothes
@ -1829,9 +1956,6 @@ references:
name: Register
nameWithType: Clothes.Register
fullName: TinyLife.Objects.Clothes.Register
- uid: TinyLife.Objects.Clothes.Layer
commentId: F:TinyLife.Objects.Clothes.Layer
isExternal: true
- uid: TinyLife.Objects.Clothes.Ages
commentId: P:TinyLife.Objects.Clothes.Ages
isExternal: true

View file

@ -25,10 +25,10 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: ClothesIntention
path: Objects/Clothes.cs
startLine: 358
startLine: 409
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -70,10 +70,10 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: None
path: Objects/Clothes.cs
startLine: 362
startLine: 413
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -102,10 +102,10 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Everyday
path: Objects/Clothes.cs
startLine: 363
startLine: 414
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -134,10 +134,10 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Party
path: Objects/Clothes.cs
startLine: 364
startLine: 415
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -166,10 +166,10 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Formal
path: Objects/Clothes.cs
startLine: 365
startLine: 416
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -198,10 +198,10 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Workout
path: Objects/Clothes.cs
startLine: 366
startLine: 417
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -230,10 +230,10 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Swimwear
path: Objects/Clothes.cs
startLine: 367
startLine: 418
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -262,10 +262,10 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Sleep
path: Objects/Clothes.cs
startLine: 368
startLine: 419
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -294,10 +294,10 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Summer
path: Objects/Clothes.cs
startLine: 369
startLine: 420
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -326,10 +326,10 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Winter
path: Objects/Clothes.cs
startLine: 370
startLine: 421
assemblies:
- Tiny Life
namespace: TinyLife.Objects

View file

@ -5,6 +5,7 @@ items:
id: ClothesLayer
parent: TinyLife.Objects
children:
- TinyLife.Objects.ClothesLayer.Accessories
- TinyLife.Objects.ClothesLayer.Arms
- TinyLife.Objects.ClothesLayer.Body
- TinyLife.Objects.ClothesLayer.Eyes
@ -23,10 +24,10 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: ClothesLayer
path: Objects/Clothes.cs
startLine: 320
startLine: 367
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -44,6 +45,7 @@ items:
extensionMethods:
- TinyLife.Objects.ClothesLayer.TinyLife.Utilities.Extensions.JsonCopy``1
- TinyLife.Objects.ClothesLayer.TinyLife.Utilities.Extensions.IsPartOfPerson
- TinyLife.Objects.ClothesLayer.TinyLife.Utilities.Extensions.CanTakeOff
- TinyLife.Objects.ClothesLayer.TinyLife.Utilities.Extensions.GetDepth
attributes:
- type: System.FlagsAttribute
@ -70,10 +72,10 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Body
path: Objects/Clothes.cs
startLine: 326
startLine: 373
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -104,10 +106,10 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Eyes
path: Objects/Clothes.cs
startLine: 330
startLine: 377
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -138,10 +140,10 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Pants
path: Objects/Clothes.cs
startLine: 334
startLine: 381
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -172,10 +174,10 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Arms
path: Objects/Clothes.cs
startLine: 338
startLine: 385
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -206,10 +208,10 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Shirt
path: Objects/Clothes.cs
startLine: 342
startLine: 389
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -240,10 +242,10 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Hair
path: Objects/Clothes.cs
startLine: 346
startLine: 393
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -259,6 +261,40 @@ items:
modifiers.vb:
- Public
- Const
- uid: TinyLife.Objects.ClothesLayer.Accessories
commentId: F:TinyLife.Objects.ClothesLayer.Accessories
id: Accessories
parent: TinyLife.Objects.ClothesLayer
langs:
- csharp
- vb
name: Accessories
nameWithType: ClothesLayer.Accessories
fullName: TinyLife.Objects.ClothesLayer.Accessories
type: Field
source:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Accessories
path: Objects/Clothes.cs
startLine: 397
assemblies:
- Tiny Life
namespace: TinyLife.Objects
summary: "\nA clothes layer for miscellaneous body accessories, like scarves and necklaces\n"
example: []
syntax:
content: Accessories = 64
return:
type: TinyLife.Objects.ClothesLayer
modifiers.csharp:
- public
- const
modifiers.vb:
- Public
- Const
- uid: TinyLife.Objects.ClothesLayer.Shoes
commentId: F:TinyLife.Objects.ClothesLayer.Shoes
id: Shoes
@ -274,17 +310,17 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Shoes
path: Objects/Clothes.cs
startLine: 350
startLine: 401
assemblies:
- Tiny Life
namespace: TinyLife.Objects
summary: "\nA clothes layer for footwear like shoes\n"
example: []
syntax:
content: Shoes = 64
content: Shoes = 128
return:
type: TinyLife.Objects.ClothesLayer
modifiers.csharp:
@ -375,6 +411,35 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Objects.ClothesLayer.TinyLife.Utilities.Extensions.CanTakeOff
commentId: M:TinyLife.Utilities.Extensions.CanTakeOff(TinyLife.Objects.ClothesLayer)
parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.CanTakeOff(TinyLife.Objects.ClothesLayer)
name: CanTakeOff()
nameWithType: Extensions.CanTakeOff()
fullName: TinyLife.Utilities.Extensions.CanTakeOff()
spec.csharp:
- uid: TinyLife.Utilities.Extensions.CanTakeOff
name: CanTakeOff
nameWithType: Extensions.CanTakeOff
fullName: TinyLife.Utilities.Extensions.CanTakeOff
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.CanTakeOff
name: CanTakeOff
nameWithType: Extensions.CanTakeOff
fullName: TinyLife.Utilities.Extensions.CanTakeOff
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Objects.ClothesLayer.TinyLife.Utilities.Extensions.GetDepth
commentId: M:TinyLife.Utilities.Extensions.GetDepth(TinyLife.Objects.ClothesLayer)
parent: TinyLife.Utilities.Extensions
@ -481,6 +546,41 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Utilities.Extensions.CanTakeOff(TinyLife.Objects.ClothesLayer)
commentId: M:TinyLife.Utilities.Extensions.CanTakeOff(TinyLife.Objects.ClothesLayer)
name: CanTakeOff(ClothesLayer)
nameWithType: Extensions.CanTakeOff(ClothesLayer)
fullName: TinyLife.Utilities.Extensions.CanTakeOff(TinyLife.Objects.ClothesLayer)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.CanTakeOff(TinyLife.Objects.ClothesLayer)
name: CanTakeOff
nameWithType: Extensions.CanTakeOff
fullName: TinyLife.Utilities.Extensions.CanTakeOff
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.ClothesLayer
name: ClothesLayer
nameWithType: ClothesLayer
fullName: TinyLife.Objects.ClothesLayer
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.CanTakeOff(TinyLife.Objects.ClothesLayer)
name: CanTakeOff
nameWithType: Extensions.CanTakeOff
fullName: TinyLife.Utilities.Extensions.CanTakeOff
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.ClothesLayer
name: ClothesLayer
nameWithType: ClothesLayer
fullName: TinyLife.Objects.ClothesLayer
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Utilities.Extensions.GetDepth(TinyLife.Objects.ClothesLayer)
commentId: M:TinyLife.Utilities.Extensions.GetDepth(TinyLife.Objects.ClothesLayer)
name: GetDepth(ClothesLayer)

View file

@ -19,7 +19,7 @@ items:
remote:
path: TinyLife/Objects/CornerFurniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Counter
path: Objects/CornerFurniture.cs
startLine: 96
@ -36,7 +36,7 @@ items:
Implements IGenericDataHolder, IPricedObject
inheritance:
- System.Object
- MLEM.Misc.GenericDataHolder
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder
- TinyLife.Objects.MapObject
- TinyLife.Objects.Furniture
- TinyLife.Objects.CornerFurniture
@ -119,9 +119,9 @@ items:
- TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
- TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
- TinyLife.Objects.MapObject.GetModCategory(System.String)
- MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
- MLEM.Misc.GenericDataHolder.GetData``1(System.String)
- MLEM.Misc.GenericDataHolder.GetDataKeys
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
- System.Object.Equals(System.Object)
- System.Object.Equals(System.Object,System.Object)
- System.Object.GetHashCode
@ -131,8 +131,6 @@ items:
- System.Object.ToString
extensionMethods:
- TinyLife.Objects.CornerFurniture.Counter.TinyLife.Utilities.Extensions.JsonCopy``1
- MLEM.Misc.IGenericDataHolder.TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
- MLEM.Misc.IGenericDataHolder.TinyLife.Utilities.Extensions.SetTimeSpan(System.String,System.TimeSpan)
modifiers.csharp:
- public
- class
@ -154,7 +152,7 @@ items:
remote:
path: TinyLife/Objects/CornerFurniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: .ctor
path: Objects/CornerFurniture.cs
startLine: 99
@ -205,7 +203,7 @@ items:
remote:
path: TinyLife/Objects/CornerFurniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: ShouldConnectTo
path: Objects/CornerFurniture.cs
startLine: 103
@ -247,7 +245,7 @@ items:
remote:
path: TinyLife/Objects/CornerFurniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetCornerStatus
path: Objects/CornerFurniture.cs
startLine: 108
@ -296,13 +294,13 @@ references:
name: Object
nameWithType: Object
fullName: System.Object
- uid: MLEM.Misc.GenericDataHolder
commentId: T:MLEM.Misc.GenericDataHolder
parent: MLEM.Misc
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
commentId: T:MLEM.Data.Json.JsonTypeSafeGenericDataHolder
parent: MLEM.Data.Json
isExternal: true
name: GenericDataHolder
nameWithType: GenericDataHolder
fullName: MLEM.Misc.GenericDataHolder
name: JsonTypeSafeGenericDataHolder
nameWithType: JsonTypeSafeGenericDataHolder
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
- uid: TinyLife.Objects.MapObject
commentId: T:TinyLife.Objects.MapObject
parent: TinyLife.Objects
@ -3320,18 +3318,18 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
commentId: M:MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
parent: MLEM.Misc.GenericDataHolder
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
isExternal: true
name: SetData(String, Object)
nameWithType: GenericDataHolder.SetData(String, Object)
fullName: MLEM.Misc.GenericDataHolder.SetData(System.String, System.Object)
nameWithType: JsonTypeSafeGenericDataHolder.SetData(String, Object)
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String, System.Object)
spec.csharp:
- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
name: SetData
nameWithType: GenericDataHolder.SetData
fullName: MLEM.Misc.GenericDataHolder.SetData
nameWithType: JsonTypeSafeGenericDataHolder.SetData
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData
isExternal: true
- name: (
nameWithType: (
@ -3353,10 +3351,10 @@ references:
nameWithType: )
fullName: )
spec.vb:
- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
name: SetData
nameWithType: GenericDataHolder.SetData
fullName: MLEM.Misc.GenericDataHolder.SetData
nameWithType: JsonTypeSafeGenericDataHolder.SetData
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData
isExternal: true
- name: (
nameWithType: (
@ -3377,21 +3375,21 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String)
commentId: M:MLEM.Misc.GenericDataHolder.GetData``1(System.String)
parent: MLEM.Misc.GenericDataHolder
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
isExternal: true
name: GetData<T>(String)
nameWithType: GenericDataHolder.GetData<T>(String)
fullName: MLEM.Misc.GenericDataHolder.GetData<T>(System.String)
nameWithType.vb: GenericDataHolder.GetData(Of T)(String)
fullName.vb: MLEM.Misc.GenericDataHolder.GetData(Of T)(System.String)
nameWithType: JsonTypeSafeGenericDataHolder.GetData<T>(String)
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData<T>(System.String)
nameWithType.vb: JsonTypeSafeGenericDataHolder.GetData(Of T)(String)
fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData(Of T)(System.String)
name.vb: GetData(Of T)(String)
spec.csharp:
- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String)
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
name: GetData<T>
nameWithType: GenericDataHolder.GetData<T>
fullName: MLEM.Misc.GenericDataHolder.GetData<T>
nameWithType: JsonTypeSafeGenericDataHolder.GetData<T>
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData<T>
isExternal: true
- name: (
nameWithType: (
@ -3405,10 +3403,10 @@ references:
nameWithType: )
fullName: )
spec.vb:
- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String)
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
name: GetData(Of T)
nameWithType: GenericDataHolder.GetData(Of T)
fullName: MLEM.Misc.GenericDataHolder.GetData(Of T)
nameWithType: JsonTypeSafeGenericDataHolder.GetData(Of T)
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData(Of T)
isExternal: true
- name: (
nameWithType: (
@ -3421,18 +3419,18 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: MLEM.Misc.GenericDataHolder.GetDataKeys
commentId: M:MLEM.Misc.GenericDataHolder.GetDataKeys
parent: MLEM.Misc.GenericDataHolder
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
isExternal: true
name: GetDataKeys()
nameWithType: GenericDataHolder.GetDataKeys()
fullName: MLEM.Misc.GenericDataHolder.GetDataKeys()
nameWithType: JsonTypeSafeGenericDataHolder.GetDataKeys()
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys()
spec.csharp:
- uid: MLEM.Misc.GenericDataHolder.GetDataKeys
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
name: GetDataKeys
nameWithType: GenericDataHolder.GetDataKeys
fullName: MLEM.Misc.GenericDataHolder.GetDataKeys
nameWithType: JsonTypeSafeGenericDataHolder.GetDataKeys
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
isExternal: true
- name: (
nameWithType: (
@ -3441,10 +3439,10 @@ references:
nameWithType: )
fullName: )
spec.vb:
- uid: MLEM.Misc.GenericDataHolder.GetDataKeys
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
name: GetDataKeys
nameWithType: GenericDataHolder.GetDataKeys
fullName: MLEM.Misc.GenericDataHolder.GetDataKeys
nameWithType: JsonTypeSafeGenericDataHolder.GetDataKeys
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
isExternal: true
- name: (
nameWithType: (
@ -3763,106 +3761,18 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: MLEM.Misc.IGenericDataHolder.TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
commentId: M:TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
name: GetTimeSpan(String)
nameWithType: Extensions.GetTimeSpan(String)
fullName: TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
name: GetTimeSpan
nameWithType: Extensions.GetTimeSpan
fullName: TinyLife.Utilities.Extensions.GetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
name: GetTimeSpan
nameWithType: Extensions.GetTimeSpan
fullName: TinyLife.Utilities.Extensions.GetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: MLEM.Misc.IGenericDataHolder.TinyLife.Utilities.Extensions.SetTimeSpan(System.String,System.TimeSpan)
commentId: M:TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
name: SetTimeSpan(String, TimeSpan)
nameWithType: Extensions.SetTimeSpan(String, TimeSpan)
fullName: TinyLife.Utilities.Extensions.SetTimeSpan(System.String, System.TimeSpan)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(System.String,System.TimeSpan)
name: SetTimeSpan
nameWithType: Extensions.SetTimeSpan
fullName: TinyLife.Utilities.Extensions.SetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.TimeSpan
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(System.String,System.TimeSpan)
name: SetTimeSpan
nameWithType: Extensions.SetTimeSpan
fullName: TinyLife.Utilities.Extensions.SetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.TimeSpan
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: System
commentId: N:System
isExternal: true
name: System
nameWithType: System
fullName: System
- uid: MLEM.Data.Json
commentId: N:MLEM.Data.Json
isExternal: true
name: MLEM.Data.Json
nameWithType: MLEM.Data.Json
fullName: MLEM.Data.Json
- uid: MLEM.Misc
commentId: N:MLEM.Misc
isExternal: true
@ -3975,130 +3885,6 @@ references:
name: Extensions
nameWithType: Extensions
fullName: TinyLife.Utilities.Extensions
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
commentId: M:TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
isExternal: true
name: GetTimeSpan(IGenericDataHolder, String)
nameWithType: Extensions.GetTimeSpan(IGenericDataHolder, String)
fullName: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder, System.String)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
name: GetTimeSpan
nameWithType: Extensions.GetTimeSpan
fullName: TinyLife.Utilities.Extensions.GetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: MLEM.Misc.IGenericDataHolder
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
name: GetTimeSpan
nameWithType: Extensions.GetTimeSpan
fullName: TinyLife.Utilities.Extensions.GetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: MLEM.Misc.IGenericDataHolder
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
commentId: M:TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
isExternal: true
name: SetTimeSpan(IGenericDataHolder, String, TimeSpan)
nameWithType: Extensions.SetTimeSpan(IGenericDataHolder, String, TimeSpan)
fullName: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder, System.String, System.TimeSpan)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
name: SetTimeSpan
nameWithType: Extensions.SetTimeSpan
fullName: TinyLife.Utilities.Extensions.SetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: MLEM.Misc.IGenericDataHolder
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.TimeSpan
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
name: SetTimeSpan
nameWithType: Extensions.SetTimeSpan
fullName: TinyLife.Utilities.Extensions.SetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: MLEM.Misc.IGenericDataHolder
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.TimeSpan
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Utilities
commentId: N:TinyLife.Utilities
name: TinyLife.Utilities

View file

@ -22,7 +22,7 @@ items:
remote:
path: TinyLife/Objects/CornerFurniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: CornerFurniture
path: Objects/CornerFurniture.cs
startLine: 17
@ -39,7 +39,7 @@ items:
Implements IGenericDataHolder, IPricedObject
inheritance:
- System.Object
- MLEM.Misc.GenericDataHolder
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder
- TinyLife.Objects.MapObject
- TinyLife.Objects.Furniture
derivedClasses:
@ -120,9 +120,9 @@ items:
- TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
- TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
- TinyLife.Objects.MapObject.GetModCategory(System.String)
- MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
- MLEM.Misc.GenericDataHolder.GetData``1(System.String)
- MLEM.Misc.GenericDataHolder.GetDataKeys
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
- System.Object.Equals(System.Object)
- System.Object.Equals(System.Object,System.Object)
- System.Object.GetHashCode
@ -132,8 +132,6 @@ items:
- System.Object.ToString
extensionMethods:
- TinyLife.Objects.CornerFurniture.TinyLife.Utilities.Extensions.JsonCopy``1
- MLEM.Misc.IGenericDataHolder.TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
- MLEM.Misc.IGenericDataHolder.TinyLife.Utilities.Extensions.SetTimeSpan(System.String,System.TimeSpan)
modifiers.csharp:
- public
- class
@ -155,7 +153,7 @@ items:
remote:
path: TinyLife/Objects/CornerFurniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: .ctor
path: Objects/CornerFurniture.cs
startLine: 23
@ -206,7 +204,7 @@ items:
remote:
path: TinyLife/Objects/CornerFurniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: ShouldConnectTo
path: Objects/CornerFurniture.cs
startLine: 34
@ -247,7 +245,7 @@ items:
remote:
path: TinyLife/Objects/CornerFurniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetCornerStatus
path: Objects/CornerFurniture.cs
startLine: 44
@ -291,7 +289,7 @@ items:
remote:
path: TinyLife/Objects/CornerFurniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Draw
path: Objects/CornerFurniture.cs
startLine: 62
@ -369,7 +367,7 @@ items:
remote:
path: TinyLife/Objects/CornerFurniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: OnNeighborChanged
path: Objects/CornerFurniture.cs
startLine: 70
@ -408,7 +406,7 @@ items:
remote:
path: TinyLife/Objects/CornerFurniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Validate
path: Objects/CornerFurniture.cs
startLine: 75
@ -571,13 +569,13 @@ references:
name: Object
nameWithType: Object
fullName: System.Object
- uid: MLEM.Misc.GenericDataHolder
commentId: T:MLEM.Misc.GenericDataHolder
parent: MLEM.Misc
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
commentId: T:MLEM.Data.Json.JsonTypeSafeGenericDataHolder
parent: MLEM.Data.Json
isExternal: true
name: GenericDataHolder
nameWithType: GenericDataHolder
fullName: MLEM.Misc.GenericDataHolder
name: JsonTypeSafeGenericDataHolder
nameWithType: JsonTypeSafeGenericDataHolder
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
- uid: TinyLife.Objects.MapObject
commentId: T:TinyLife.Objects.MapObject
parent: TinyLife.Objects
@ -3273,18 +3271,18 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
commentId: M:MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
parent: MLEM.Misc.GenericDataHolder
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
isExternal: true
name: SetData(String, Object)
nameWithType: GenericDataHolder.SetData(String, Object)
fullName: MLEM.Misc.GenericDataHolder.SetData(System.String, System.Object)
nameWithType: JsonTypeSafeGenericDataHolder.SetData(String, Object)
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String, System.Object)
spec.csharp:
- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
name: SetData
nameWithType: GenericDataHolder.SetData
fullName: MLEM.Misc.GenericDataHolder.SetData
nameWithType: JsonTypeSafeGenericDataHolder.SetData
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData
isExternal: true
- name: (
nameWithType: (
@ -3306,10 +3304,10 @@ references:
nameWithType: )
fullName: )
spec.vb:
- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
name: SetData
nameWithType: GenericDataHolder.SetData
fullName: MLEM.Misc.GenericDataHolder.SetData
nameWithType: JsonTypeSafeGenericDataHolder.SetData
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData
isExternal: true
- name: (
nameWithType: (
@ -3330,21 +3328,21 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String)
commentId: M:MLEM.Misc.GenericDataHolder.GetData``1(System.String)
parent: MLEM.Misc.GenericDataHolder
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
isExternal: true
name: GetData<T>(String)
nameWithType: GenericDataHolder.GetData<T>(String)
fullName: MLEM.Misc.GenericDataHolder.GetData<T>(System.String)
nameWithType.vb: GenericDataHolder.GetData(Of T)(String)
fullName.vb: MLEM.Misc.GenericDataHolder.GetData(Of T)(System.String)
nameWithType: JsonTypeSafeGenericDataHolder.GetData<T>(String)
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData<T>(System.String)
nameWithType.vb: JsonTypeSafeGenericDataHolder.GetData(Of T)(String)
fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData(Of T)(System.String)
name.vb: GetData(Of T)(String)
spec.csharp:
- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String)
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
name: GetData<T>
nameWithType: GenericDataHolder.GetData<T>
fullName: MLEM.Misc.GenericDataHolder.GetData<T>
nameWithType: JsonTypeSafeGenericDataHolder.GetData<T>
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData<T>
isExternal: true
- name: (
nameWithType: (
@ -3358,10 +3356,10 @@ references:
nameWithType: )
fullName: )
spec.vb:
- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String)
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
name: GetData(Of T)
nameWithType: GenericDataHolder.GetData(Of T)
fullName: MLEM.Misc.GenericDataHolder.GetData(Of T)
nameWithType: JsonTypeSafeGenericDataHolder.GetData(Of T)
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData(Of T)
isExternal: true
- name: (
nameWithType: (
@ -3374,18 +3372,18 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: MLEM.Misc.GenericDataHolder.GetDataKeys
commentId: M:MLEM.Misc.GenericDataHolder.GetDataKeys
parent: MLEM.Misc.GenericDataHolder
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
isExternal: true
name: GetDataKeys()
nameWithType: GenericDataHolder.GetDataKeys()
fullName: MLEM.Misc.GenericDataHolder.GetDataKeys()
nameWithType: JsonTypeSafeGenericDataHolder.GetDataKeys()
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys()
spec.csharp:
- uid: MLEM.Misc.GenericDataHolder.GetDataKeys
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
name: GetDataKeys
nameWithType: GenericDataHolder.GetDataKeys
fullName: MLEM.Misc.GenericDataHolder.GetDataKeys
nameWithType: JsonTypeSafeGenericDataHolder.GetDataKeys
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
isExternal: true
- name: (
nameWithType: (
@ -3394,10 +3392,10 @@ references:
nameWithType: )
fullName: )
spec.vb:
- uid: MLEM.Misc.GenericDataHolder.GetDataKeys
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
name: GetDataKeys
nameWithType: GenericDataHolder.GetDataKeys
fullName: MLEM.Misc.GenericDataHolder.GetDataKeys
nameWithType: JsonTypeSafeGenericDataHolder.GetDataKeys
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
isExternal: true
- name: (
nameWithType: (
@ -3716,106 +3714,18 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: MLEM.Misc.IGenericDataHolder.TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
commentId: M:TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
name: GetTimeSpan(String)
nameWithType: Extensions.GetTimeSpan(String)
fullName: TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
name: GetTimeSpan
nameWithType: Extensions.GetTimeSpan
fullName: TinyLife.Utilities.Extensions.GetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
name: GetTimeSpan
nameWithType: Extensions.GetTimeSpan
fullName: TinyLife.Utilities.Extensions.GetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: MLEM.Misc.IGenericDataHolder.TinyLife.Utilities.Extensions.SetTimeSpan(System.String,System.TimeSpan)
commentId: M:TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
name: SetTimeSpan(String, TimeSpan)
nameWithType: Extensions.SetTimeSpan(String, TimeSpan)
fullName: TinyLife.Utilities.Extensions.SetTimeSpan(System.String, System.TimeSpan)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(System.String,System.TimeSpan)
name: SetTimeSpan
nameWithType: Extensions.SetTimeSpan
fullName: TinyLife.Utilities.Extensions.SetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.TimeSpan
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(System.String,System.TimeSpan)
name: SetTimeSpan
nameWithType: Extensions.SetTimeSpan
fullName: TinyLife.Utilities.Extensions.SetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.TimeSpan
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: System
commentId: N:System
isExternal: true
name: System
nameWithType: System
fullName: System
- uid: MLEM.Data.Json
commentId: N:MLEM.Data.Json
isExternal: true
name: MLEM.Data.Json
nameWithType: MLEM.Data.Json
fullName: MLEM.Data.Json
- uid: MLEM.Misc
commentId: N:MLEM.Misc
isExternal: true
@ -3928,130 +3838,6 @@ references:
name: Extensions
nameWithType: Extensions
fullName: TinyLife.Utilities.Extensions
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
commentId: M:TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
isExternal: true
name: GetTimeSpan(IGenericDataHolder, String)
nameWithType: Extensions.GetTimeSpan(IGenericDataHolder, String)
fullName: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder, System.String)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
name: GetTimeSpan
nameWithType: Extensions.GetTimeSpan
fullName: TinyLife.Utilities.Extensions.GetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: MLEM.Misc.IGenericDataHolder
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
name: GetTimeSpan
nameWithType: Extensions.GetTimeSpan
fullName: TinyLife.Utilities.Extensions.GetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: MLEM.Misc.IGenericDataHolder
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
commentId: M:TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
isExternal: true
name: SetTimeSpan(IGenericDataHolder, String, TimeSpan)
nameWithType: Extensions.SetTimeSpan(IGenericDataHolder, String, TimeSpan)
fullName: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder, System.String, System.TimeSpan)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
name: SetTimeSpan
nameWithType: Extensions.SetTimeSpan
fullName: TinyLife.Utilities.Extensions.SetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: MLEM.Misc.IGenericDataHolder
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.TimeSpan
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
name: SetTimeSpan
nameWithType: Extensions.SetTimeSpan
fullName: TinyLife.Utilities.Extensions.SetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: MLEM.Misc.IGenericDataHolder
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.TimeSpan
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Utilities
commentId: N:TinyLife.Utilities
name: TinyLife.Utilities

View file

@ -21,7 +21,7 @@ items:
remote:
path: TinyLife/Objects/Fence.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Fence
path: Objects/Fence.cs
startLine: 13
@ -38,7 +38,7 @@ items:
Implements IGenericDataHolder, IPricedObject
inheritance:
- System.Object
- MLEM.Misc.GenericDataHolder
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder
- TinyLife.Objects.MapObject
- TinyLife.Objects.Furniture
implements:
@ -117,9 +117,9 @@ items:
- TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
- TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
- TinyLife.Objects.MapObject.GetModCategory(System.String)
- MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
- MLEM.Misc.GenericDataHolder.GetData``1(System.String)
- MLEM.Misc.GenericDataHolder.GetDataKeys
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
- System.Object.Equals(System.Object)
- System.Object.Equals(System.Object,System.Object)
- System.Object.GetHashCode
@ -129,8 +129,6 @@ items:
- System.Object.ToString
extensionMethods:
- TinyLife.Objects.Fence.TinyLife.Utilities.Extensions.JsonCopy``1
- MLEM.Misc.IGenericDataHolder.TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
- MLEM.Misc.IGenericDataHolder.TinyLife.Utilities.Extensions.SetTimeSpan(System.String,System.TimeSpan)
modifiers.csharp:
- public
- class
@ -152,7 +150,7 @@ items:
remote:
path: TinyLife/Objects/Fence.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: .ctor
path: Objects/Fence.cs
startLine: 19
@ -203,7 +201,7 @@ items:
remote:
path: TinyLife/Objects/Fence.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Draw
path: Objects/Fence.cs
startLine: 25
@ -281,7 +279,7 @@ items:
remote:
path: TinyLife/Objects/Fence.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Validate
path: Objects/Fence.cs
startLine: 37
@ -319,7 +317,7 @@ items:
remote:
path: TinyLife/Objects/Fence.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: OnNeighborChanged
path: Objects/Fence.cs
startLine: 43
@ -358,7 +356,7 @@ items:
remote:
path: TinyLife/Objects/Fence.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: ShouldConnectTo
path: Objects/Fence.cs
startLine: 53
@ -406,13 +404,13 @@ references:
name: Object
nameWithType: Object
fullName: System.Object
- uid: MLEM.Misc.GenericDataHolder
commentId: T:MLEM.Misc.GenericDataHolder
parent: MLEM.Misc
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
commentId: T:MLEM.Data.Json.JsonTypeSafeGenericDataHolder
parent: MLEM.Data.Json
isExternal: true
name: GenericDataHolder
nameWithType: GenericDataHolder
fullName: MLEM.Misc.GenericDataHolder
name: JsonTypeSafeGenericDataHolder
nameWithType: JsonTypeSafeGenericDataHolder
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
- uid: TinyLife.Objects.MapObject
commentId: T:TinyLife.Objects.MapObject
parent: TinyLife.Objects
@ -3108,18 +3106,18 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
commentId: M:MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
parent: MLEM.Misc.GenericDataHolder
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
isExternal: true
name: SetData(String, Object)
nameWithType: GenericDataHolder.SetData(String, Object)
fullName: MLEM.Misc.GenericDataHolder.SetData(System.String, System.Object)
nameWithType: JsonTypeSafeGenericDataHolder.SetData(String, Object)
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String, System.Object)
spec.csharp:
- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
name: SetData
nameWithType: GenericDataHolder.SetData
fullName: MLEM.Misc.GenericDataHolder.SetData
nameWithType: JsonTypeSafeGenericDataHolder.SetData
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData
isExternal: true
- name: (
nameWithType: (
@ -3141,10 +3139,10 @@ references:
nameWithType: )
fullName: )
spec.vb:
- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
name: SetData
nameWithType: GenericDataHolder.SetData
fullName: MLEM.Misc.GenericDataHolder.SetData
nameWithType: JsonTypeSafeGenericDataHolder.SetData
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData
isExternal: true
- name: (
nameWithType: (
@ -3165,21 +3163,21 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String)
commentId: M:MLEM.Misc.GenericDataHolder.GetData``1(System.String)
parent: MLEM.Misc.GenericDataHolder
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
isExternal: true
name: GetData<T>(String)
nameWithType: GenericDataHolder.GetData<T>(String)
fullName: MLEM.Misc.GenericDataHolder.GetData<T>(System.String)
nameWithType.vb: GenericDataHolder.GetData(Of T)(String)
fullName.vb: MLEM.Misc.GenericDataHolder.GetData(Of T)(System.String)
nameWithType: JsonTypeSafeGenericDataHolder.GetData<T>(String)
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData<T>(System.String)
nameWithType.vb: JsonTypeSafeGenericDataHolder.GetData(Of T)(String)
fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData(Of T)(System.String)
name.vb: GetData(Of T)(String)
spec.csharp:
- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String)
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
name: GetData<T>
nameWithType: GenericDataHolder.GetData<T>
fullName: MLEM.Misc.GenericDataHolder.GetData<T>
nameWithType: JsonTypeSafeGenericDataHolder.GetData<T>
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData<T>
isExternal: true
- name: (
nameWithType: (
@ -3193,10 +3191,10 @@ references:
nameWithType: )
fullName: )
spec.vb:
- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String)
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
name: GetData(Of T)
nameWithType: GenericDataHolder.GetData(Of T)
fullName: MLEM.Misc.GenericDataHolder.GetData(Of T)
nameWithType: JsonTypeSafeGenericDataHolder.GetData(Of T)
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData(Of T)
isExternal: true
- name: (
nameWithType: (
@ -3209,18 +3207,18 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: MLEM.Misc.GenericDataHolder.GetDataKeys
commentId: M:MLEM.Misc.GenericDataHolder.GetDataKeys
parent: MLEM.Misc.GenericDataHolder
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
isExternal: true
name: GetDataKeys()
nameWithType: GenericDataHolder.GetDataKeys()
fullName: MLEM.Misc.GenericDataHolder.GetDataKeys()
nameWithType: JsonTypeSafeGenericDataHolder.GetDataKeys()
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys()
spec.csharp:
- uid: MLEM.Misc.GenericDataHolder.GetDataKeys
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
name: GetDataKeys
nameWithType: GenericDataHolder.GetDataKeys
fullName: MLEM.Misc.GenericDataHolder.GetDataKeys
nameWithType: JsonTypeSafeGenericDataHolder.GetDataKeys
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
isExternal: true
- name: (
nameWithType: (
@ -3229,10 +3227,10 @@ references:
nameWithType: )
fullName: )
spec.vb:
- uid: MLEM.Misc.GenericDataHolder.GetDataKeys
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
name: GetDataKeys
nameWithType: GenericDataHolder.GetDataKeys
fullName: MLEM.Misc.GenericDataHolder.GetDataKeys
nameWithType: JsonTypeSafeGenericDataHolder.GetDataKeys
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
isExternal: true
- name: (
nameWithType: (
@ -3551,106 +3549,18 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: MLEM.Misc.IGenericDataHolder.TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
commentId: M:TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
name: GetTimeSpan(String)
nameWithType: Extensions.GetTimeSpan(String)
fullName: TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
name: GetTimeSpan
nameWithType: Extensions.GetTimeSpan
fullName: TinyLife.Utilities.Extensions.GetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
name: GetTimeSpan
nameWithType: Extensions.GetTimeSpan
fullName: TinyLife.Utilities.Extensions.GetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: MLEM.Misc.IGenericDataHolder.TinyLife.Utilities.Extensions.SetTimeSpan(System.String,System.TimeSpan)
commentId: M:TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
name: SetTimeSpan(String, TimeSpan)
nameWithType: Extensions.SetTimeSpan(String, TimeSpan)
fullName: TinyLife.Utilities.Extensions.SetTimeSpan(System.String, System.TimeSpan)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(System.String,System.TimeSpan)
name: SetTimeSpan
nameWithType: Extensions.SetTimeSpan
fullName: TinyLife.Utilities.Extensions.SetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.TimeSpan
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(System.String,System.TimeSpan)
name: SetTimeSpan
nameWithType: Extensions.SetTimeSpan
fullName: TinyLife.Utilities.Extensions.SetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.TimeSpan
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: System
commentId: N:System
isExternal: true
name: System
nameWithType: System
fullName: System
- uid: MLEM.Data.Json
commentId: N:MLEM.Data.Json
isExternal: true
name: MLEM.Data.Json
nameWithType: MLEM.Data.Json
fullName: MLEM.Data.Json
- uid: MLEM.Misc
commentId: N:MLEM.Misc
isExternal: true
@ -3763,130 +3673,6 @@ references:
name: Extensions
nameWithType: Extensions
fullName: TinyLife.Utilities.Extensions
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
commentId: M:TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
isExternal: true
name: GetTimeSpan(IGenericDataHolder, String)
nameWithType: Extensions.GetTimeSpan(IGenericDataHolder, String)
fullName: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder, System.String)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
name: GetTimeSpan
nameWithType: Extensions.GetTimeSpan
fullName: TinyLife.Utilities.Extensions.GetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: MLEM.Misc.IGenericDataHolder
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
name: GetTimeSpan
nameWithType: Extensions.GetTimeSpan
fullName: TinyLife.Utilities.Extensions.GetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: MLEM.Misc.IGenericDataHolder
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
commentId: M:TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
isExternal: true
name: SetTimeSpan(IGenericDataHolder, String, TimeSpan)
nameWithType: Extensions.SetTimeSpan(IGenericDataHolder, String, TimeSpan)
fullName: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder, System.String, System.TimeSpan)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
name: SetTimeSpan
nameWithType: Extensions.SetTimeSpan
fullName: TinyLife.Utilities.Extensions.SetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: MLEM.Misc.IGenericDataHolder
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.TimeSpan
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
name: SetTimeSpan
nameWithType: Extensions.SetTimeSpan
fullName: TinyLife.Utilities.Extensions.SetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: MLEM.Misc.IGenericDataHolder
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.TimeSpan
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Utilities
commentId: N:TinyLife.Utilities
name: TinyLife.Utilities

View file

@ -22,7 +22,7 @@ items:
remote:
path: TinyLife/Objects/Fireplace.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Fireplace
path: Objects/Fireplace.cs
startLine: 16
@ -39,7 +39,7 @@ items:
Implements IGenericDataHolder, IPricedObject, IUpdatingObject
inheritance:
- System.Object
- MLEM.Misc.GenericDataHolder
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder
- TinyLife.Objects.MapObject
- TinyLife.Objects.Furniture
- TinyLife.Objects.LightFurniture
@ -124,9 +124,9 @@ items:
- TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
- TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
- TinyLife.Objects.MapObject.GetModCategory(System.String)
- MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
- MLEM.Misc.GenericDataHolder.GetData``1(System.String)
- MLEM.Misc.GenericDataHolder.GetDataKeys
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
- System.Object.Equals(System.Object)
- System.Object.Equals(System.Object,System.Object)
- System.Object.GetHashCode
@ -136,8 +136,6 @@ items:
- System.Object.ToString
extensionMethods:
- TinyLife.Objects.Fireplace.TinyLife.Utilities.Extensions.JsonCopy``1
- MLEM.Misc.IGenericDataHolder.TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
- MLEM.Misc.IGenericDataHolder.TinyLife.Utilities.Extensions.SetTimeSpan(System.String,System.TimeSpan)
modifiers.csharp:
- public
- class
@ -159,7 +157,7 @@ items:
remote:
path: TinyLife/Objects/Fireplace.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: IsElectrical
path: Objects/Fireplace.cs
startLine: 19
@ -199,7 +197,7 @@ items:
remote:
path: TinyLife/Objects/Fireplace.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: LightSize
path: Objects/Fireplace.cs
startLine: 24
@ -238,7 +236,7 @@ items:
remote:
path: TinyLife/Objects/Fireplace.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: .ctor
path: Objects/Fireplace.cs
startLine: 30
@ -289,7 +287,7 @@ items:
remote:
path: TinyLife/Objects/Fireplace.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Draw
path: Objects/Fireplace.cs
startLine: 40
@ -367,7 +365,7 @@ items:
remote:
path: TinyLife/Objects/Fireplace.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Update
path: Objects/Fireplace.cs
startLine: 50
@ -412,7 +410,7 @@ items:
remote:
path: TinyLife/Objects/Fireplace.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: CreateLights
path: Objects/Fireplace.cs
startLine: 62
@ -463,13 +461,13 @@ references:
name: Object
nameWithType: Object
fullName: System.Object
- uid: MLEM.Misc.GenericDataHolder
commentId: T:MLEM.Misc.GenericDataHolder
parent: MLEM.Misc
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
commentId: T:MLEM.Data.Json.JsonTypeSafeGenericDataHolder
parent: MLEM.Data.Json
isExternal: true
name: GenericDataHolder
nameWithType: GenericDataHolder
fullName: MLEM.Misc.GenericDataHolder
name: JsonTypeSafeGenericDataHolder
nameWithType: JsonTypeSafeGenericDataHolder
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
- uid: TinyLife.Objects.MapObject
commentId: T:TinyLife.Objects.MapObject
parent: TinyLife.Objects
@ -3247,18 +3245,18 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
commentId: M:MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
parent: MLEM.Misc.GenericDataHolder
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
isExternal: true
name: SetData(String, Object)
nameWithType: GenericDataHolder.SetData(String, Object)
fullName: MLEM.Misc.GenericDataHolder.SetData(System.String, System.Object)
nameWithType: JsonTypeSafeGenericDataHolder.SetData(String, Object)
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String, System.Object)
spec.csharp:
- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
name: SetData
nameWithType: GenericDataHolder.SetData
fullName: MLEM.Misc.GenericDataHolder.SetData
nameWithType: JsonTypeSafeGenericDataHolder.SetData
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData
isExternal: true
- name: (
nameWithType: (
@ -3280,10 +3278,10 @@ references:
nameWithType: )
fullName: )
spec.vb:
- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
name: SetData
nameWithType: GenericDataHolder.SetData
fullName: MLEM.Misc.GenericDataHolder.SetData
nameWithType: JsonTypeSafeGenericDataHolder.SetData
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData
isExternal: true
- name: (
nameWithType: (
@ -3304,21 +3302,21 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String)
commentId: M:MLEM.Misc.GenericDataHolder.GetData``1(System.String)
parent: MLEM.Misc.GenericDataHolder
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
isExternal: true
name: GetData<T>(String)
nameWithType: GenericDataHolder.GetData<T>(String)
fullName: MLEM.Misc.GenericDataHolder.GetData<T>(System.String)
nameWithType.vb: GenericDataHolder.GetData(Of T)(String)
fullName.vb: MLEM.Misc.GenericDataHolder.GetData(Of T)(System.String)
nameWithType: JsonTypeSafeGenericDataHolder.GetData<T>(String)
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData<T>(System.String)
nameWithType.vb: JsonTypeSafeGenericDataHolder.GetData(Of T)(String)
fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData(Of T)(System.String)
name.vb: GetData(Of T)(String)
spec.csharp:
- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String)
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
name: GetData<T>
nameWithType: GenericDataHolder.GetData<T>
fullName: MLEM.Misc.GenericDataHolder.GetData<T>
nameWithType: JsonTypeSafeGenericDataHolder.GetData<T>
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData<T>
isExternal: true
- name: (
nameWithType: (
@ -3332,10 +3330,10 @@ references:
nameWithType: )
fullName: )
spec.vb:
- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String)
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
name: GetData(Of T)
nameWithType: GenericDataHolder.GetData(Of T)
fullName: MLEM.Misc.GenericDataHolder.GetData(Of T)
nameWithType: JsonTypeSafeGenericDataHolder.GetData(Of T)
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData(Of T)
isExternal: true
- name: (
nameWithType: (
@ -3348,18 +3346,18 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: MLEM.Misc.GenericDataHolder.GetDataKeys
commentId: M:MLEM.Misc.GenericDataHolder.GetDataKeys
parent: MLEM.Misc.GenericDataHolder
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
isExternal: true
name: GetDataKeys()
nameWithType: GenericDataHolder.GetDataKeys()
fullName: MLEM.Misc.GenericDataHolder.GetDataKeys()
nameWithType: JsonTypeSafeGenericDataHolder.GetDataKeys()
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys()
spec.csharp:
- uid: MLEM.Misc.GenericDataHolder.GetDataKeys
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
name: GetDataKeys
nameWithType: GenericDataHolder.GetDataKeys
fullName: MLEM.Misc.GenericDataHolder.GetDataKeys
nameWithType: JsonTypeSafeGenericDataHolder.GetDataKeys
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
isExternal: true
- name: (
nameWithType: (
@ -3368,10 +3366,10 @@ references:
nameWithType: )
fullName: )
spec.vb:
- uid: MLEM.Misc.GenericDataHolder.GetDataKeys
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
name: GetDataKeys
nameWithType: GenericDataHolder.GetDataKeys
fullName: MLEM.Misc.GenericDataHolder.GetDataKeys
nameWithType: JsonTypeSafeGenericDataHolder.GetDataKeys
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
isExternal: true
- name: (
nameWithType: (
@ -3690,106 +3688,18 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: MLEM.Misc.IGenericDataHolder.TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
commentId: M:TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
name: GetTimeSpan(String)
nameWithType: Extensions.GetTimeSpan(String)
fullName: TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
name: GetTimeSpan
nameWithType: Extensions.GetTimeSpan
fullName: TinyLife.Utilities.Extensions.GetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
name: GetTimeSpan
nameWithType: Extensions.GetTimeSpan
fullName: TinyLife.Utilities.Extensions.GetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: MLEM.Misc.IGenericDataHolder.TinyLife.Utilities.Extensions.SetTimeSpan(System.String,System.TimeSpan)
commentId: M:TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
name: SetTimeSpan(String, TimeSpan)
nameWithType: Extensions.SetTimeSpan(String, TimeSpan)
fullName: TinyLife.Utilities.Extensions.SetTimeSpan(System.String, System.TimeSpan)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(System.String,System.TimeSpan)
name: SetTimeSpan
nameWithType: Extensions.SetTimeSpan
fullName: TinyLife.Utilities.Extensions.SetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.TimeSpan
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(System.String,System.TimeSpan)
name: SetTimeSpan
nameWithType: Extensions.SetTimeSpan
fullName: TinyLife.Utilities.Extensions.SetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.TimeSpan
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: System
commentId: N:System
isExternal: true
name: System
nameWithType: System
fullName: System
- uid: MLEM.Data.Json
commentId: N:MLEM.Data.Json
isExternal: true
name: MLEM.Data.Json
nameWithType: MLEM.Data.Json
fullName: MLEM.Data.Json
- uid: MLEM.Misc
commentId: N:MLEM.Misc
isExternal: true
@ -3902,130 +3812,6 @@ references:
name: Extensions
nameWithType: Extensions
fullName: TinyLife.Utilities.Extensions
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
commentId: M:TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
isExternal: true
name: GetTimeSpan(IGenericDataHolder, String)
nameWithType: Extensions.GetTimeSpan(IGenericDataHolder, String)
fullName: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder, System.String)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
name: GetTimeSpan
nameWithType: Extensions.GetTimeSpan
fullName: TinyLife.Utilities.Extensions.GetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: MLEM.Misc.IGenericDataHolder
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
name: GetTimeSpan
nameWithType: Extensions.GetTimeSpan
fullName: TinyLife.Utilities.Extensions.GetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: MLEM.Misc.IGenericDataHolder
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
commentId: M:TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
isExternal: true
name: SetTimeSpan(IGenericDataHolder, String, TimeSpan)
nameWithType: Extensions.SetTimeSpan(IGenericDataHolder, String, TimeSpan)
fullName: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder, System.String, System.TimeSpan)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
name: SetTimeSpan
nameWithType: Extensions.SetTimeSpan
fullName: TinyLife.Utilities.Extensions.SetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: MLEM.Misc.IGenericDataHolder
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.TimeSpan
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
name: SetTimeSpan
nameWithType: Extensions.SetTimeSpan
fullName: TinyLife.Utilities.Extensions.SetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: MLEM.Misc.IGenericDataHolder
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.TimeSpan
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Utilities
commentId: N:TinyLife.Utilities
name: TinyLife.Utilities

View file

@ -20,7 +20,7 @@ items:
remote:
path: TinyLife/Objects/Food.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Food
path: Objects/Food.cs
startLine: 13
@ -37,7 +37,7 @@ items:
Implements IGenericDataHolder, IPricedObject, IUpdatingObject
inheritance:
- System.Object
- MLEM.Misc.GenericDataHolder
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder
- TinyLife.Objects.MapObject
- TinyLife.Objects.Furniture
- TinyLife.Objects.FoodTypedItem
@ -124,9 +124,9 @@ items:
- TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
- TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
- TinyLife.Objects.MapObject.GetModCategory(System.String)
- MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
- MLEM.Misc.GenericDataHolder.GetData``1(System.String)
- MLEM.Misc.GenericDataHolder.GetDataKeys
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
- System.Object.Equals(System.Object)
- System.Object.Equals(System.Object,System.Object)
- System.Object.GetHashCode
@ -136,8 +136,6 @@ items:
- System.Object.ToString
extensionMethods:
- TinyLife.Objects.Food.TinyLife.Utilities.Extensions.JsonCopy``1
- MLEM.Misc.IGenericDataHolder.TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
- MLEM.Misc.IGenericDataHolder.TinyLife.Utilities.Extensions.SetTimeSpan(System.String,System.TimeSpan)
modifiers.csharp:
- public
- class
@ -159,7 +157,7 @@ items:
remote:
path: TinyLife/Objects/Food.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: FoodLeft
path: Objects/Food.cs
startLine: 20
@ -202,7 +200,7 @@ items:
remote:
path: TinyLife/Objects/Food.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: .ctor
path: Objects/Food.cs
startLine: 23
@ -253,7 +251,7 @@ items:
remote:
path: TinyLife/Objects/Food.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Draw
path: Objects/Food.cs
startLine: 28
@ -331,7 +329,7 @@ items:
remote:
path: TinyLife/Objects/Food.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetHoverInfo
path: Objects/Food.cs
startLine: 40
@ -367,13 +365,13 @@ references:
name: Object
nameWithType: Object
fullName: System.Object
- uid: MLEM.Misc.GenericDataHolder
commentId: T:MLEM.Misc.GenericDataHolder
parent: MLEM.Misc
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
commentId: T:MLEM.Data.Json.JsonTypeSafeGenericDataHolder
parent: MLEM.Data.Json
isExternal: true
name: GenericDataHolder
nameWithType: GenericDataHolder
fullName: MLEM.Misc.GenericDataHolder
name: JsonTypeSafeGenericDataHolder
nameWithType: JsonTypeSafeGenericDataHolder
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
- uid: TinyLife.Objects.MapObject
commentId: T:TinyLife.Objects.MapObject
parent: TinyLife.Objects
@ -3210,18 +3208,18 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
commentId: M:MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
parent: MLEM.Misc.GenericDataHolder
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
isExternal: true
name: SetData(String, Object)
nameWithType: GenericDataHolder.SetData(String, Object)
fullName: MLEM.Misc.GenericDataHolder.SetData(System.String, System.Object)
nameWithType: JsonTypeSafeGenericDataHolder.SetData(String, Object)
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String, System.Object)
spec.csharp:
- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
name: SetData
nameWithType: GenericDataHolder.SetData
fullName: MLEM.Misc.GenericDataHolder.SetData
nameWithType: JsonTypeSafeGenericDataHolder.SetData
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData
isExternal: true
- name: (
nameWithType: (
@ -3243,10 +3241,10 @@ references:
nameWithType: )
fullName: )
spec.vb:
- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
name: SetData
nameWithType: GenericDataHolder.SetData
fullName: MLEM.Misc.GenericDataHolder.SetData
nameWithType: JsonTypeSafeGenericDataHolder.SetData
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData
isExternal: true
- name: (
nameWithType: (
@ -3267,21 +3265,21 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String)
commentId: M:MLEM.Misc.GenericDataHolder.GetData``1(System.String)
parent: MLEM.Misc.GenericDataHolder
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
isExternal: true
name: GetData<T>(String)
nameWithType: GenericDataHolder.GetData<T>(String)
fullName: MLEM.Misc.GenericDataHolder.GetData<T>(System.String)
nameWithType.vb: GenericDataHolder.GetData(Of T)(String)
fullName.vb: MLEM.Misc.GenericDataHolder.GetData(Of T)(System.String)
nameWithType: JsonTypeSafeGenericDataHolder.GetData<T>(String)
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData<T>(System.String)
nameWithType.vb: JsonTypeSafeGenericDataHolder.GetData(Of T)(String)
fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData(Of T)(System.String)
name.vb: GetData(Of T)(String)
spec.csharp:
- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String)
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
name: GetData<T>
nameWithType: GenericDataHolder.GetData<T>
fullName: MLEM.Misc.GenericDataHolder.GetData<T>
nameWithType: JsonTypeSafeGenericDataHolder.GetData<T>
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData<T>
isExternal: true
- name: (
nameWithType: (
@ -3295,10 +3293,10 @@ references:
nameWithType: )
fullName: )
spec.vb:
- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String)
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
name: GetData(Of T)
nameWithType: GenericDataHolder.GetData(Of T)
fullName: MLEM.Misc.GenericDataHolder.GetData(Of T)
nameWithType: JsonTypeSafeGenericDataHolder.GetData(Of T)
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData(Of T)
isExternal: true
- name: (
nameWithType: (
@ -3311,18 +3309,18 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: MLEM.Misc.GenericDataHolder.GetDataKeys
commentId: M:MLEM.Misc.GenericDataHolder.GetDataKeys
parent: MLEM.Misc.GenericDataHolder
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
isExternal: true
name: GetDataKeys()
nameWithType: GenericDataHolder.GetDataKeys()
fullName: MLEM.Misc.GenericDataHolder.GetDataKeys()
nameWithType: JsonTypeSafeGenericDataHolder.GetDataKeys()
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys()
spec.csharp:
- uid: MLEM.Misc.GenericDataHolder.GetDataKeys
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
name: GetDataKeys
nameWithType: GenericDataHolder.GetDataKeys
fullName: MLEM.Misc.GenericDataHolder.GetDataKeys
nameWithType: JsonTypeSafeGenericDataHolder.GetDataKeys
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
isExternal: true
- name: (
nameWithType: (
@ -3331,10 +3329,10 @@ references:
nameWithType: )
fullName: )
spec.vb:
- uid: MLEM.Misc.GenericDataHolder.GetDataKeys
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
name: GetDataKeys
nameWithType: GenericDataHolder.GetDataKeys
fullName: MLEM.Misc.GenericDataHolder.GetDataKeys
nameWithType: JsonTypeSafeGenericDataHolder.GetDataKeys
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
isExternal: true
- name: (
nameWithType: (
@ -3653,106 +3651,18 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: MLEM.Misc.IGenericDataHolder.TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
commentId: M:TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
name: GetTimeSpan(String)
nameWithType: Extensions.GetTimeSpan(String)
fullName: TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
name: GetTimeSpan
nameWithType: Extensions.GetTimeSpan
fullName: TinyLife.Utilities.Extensions.GetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
name: GetTimeSpan
nameWithType: Extensions.GetTimeSpan
fullName: TinyLife.Utilities.Extensions.GetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: MLEM.Misc.IGenericDataHolder.TinyLife.Utilities.Extensions.SetTimeSpan(System.String,System.TimeSpan)
commentId: M:TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
name: SetTimeSpan(String, TimeSpan)
nameWithType: Extensions.SetTimeSpan(String, TimeSpan)
fullName: TinyLife.Utilities.Extensions.SetTimeSpan(System.String, System.TimeSpan)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(System.String,System.TimeSpan)
name: SetTimeSpan
nameWithType: Extensions.SetTimeSpan
fullName: TinyLife.Utilities.Extensions.SetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.TimeSpan
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(System.String,System.TimeSpan)
name: SetTimeSpan
nameWithType: Extensions.SetTimeSpan
fullName: TinyLife.Utilities.Extensions.SetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.TimeSpan
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: System
commentId: N:System
isExternal: true
name: System
nameWithType: System
fullName: System
- uid: MLEM.Data.Json
commentId: N:MLEM.Data.Json
isExternal: true
name: MLEM.Data.Json
nameWithType: MLEM.Data.Json
fullName: MLEM.Data.Json
- uid: MLEM.Misc
commentId: N:MLEM.Misc
isExternal: true
@ -3865,130 +3775,6 @@ references:
name: Extensions
nameWithType: Extensions
fullName: TinyLife.Utilities.Extensions
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
commentId: M:TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
isExternal: true
name: GetTimeSpan(IGenericDataHolder, String)
nameWithType: Extensions.GetTimeSpan(IGenericDataHolder, String)
fullName: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder, System.String)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
name: GetTimeSpan
nameWithType: Extensions.GetTimeSpan
fullName: TinyLife.Utilities.Extensions.GetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: MLEM.Misc.IGenericDataHolder
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
name: GetTimeSpan
nameWithType: Extensions.GetTimeSpan
fullName: TinyLife.Utilities.Extensions.GetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: MLEM.Misc.IGenericDataHolder
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
commentId: M:TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
isExternal: true
name: SetTimeSpan(IGenericDataHolder, String, TimeSpan)
nameWithType: Extensions.SetTimeSpan(IGenericDataHolder, String, TimeSpan)
fullName: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder, System.String, System.TimeSpan)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
name: SetTimeSpan
nameWithType: Extensions.SetTimeSpan
fullName: TinyLife.Utilities.Extensions.SetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: MLEM.Misc.IGenericDataHolder
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.TimeSpan
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
name: SetTimeSpan
nameWithType: Extensions.SetTimeSpan
fullName: TinyLife.Utilities.Extensions.SetTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: MLEM.Misc.IGenericDataHolder
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.TimeSpan
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Utilities
commentId: N:TinyLife.Utilities
name: TinyLife.Utilities

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