0.30.0-pre2

This commit is contained in:
Ell 2023-03-30 18:07:55 +02:00
parent 07ed71af0b
commit 134f070ffa
268 changed files with 170658 additions and 214903 deletions

View file

@ -3,7 +3,7 @@
"isRoot": false, "isRoot": false,
"tools": { "tools": {
"docfx": { "docfx": {
"version": "2.61.0", "version": "2.64.0",
"commands": [ "commands": [
"docfx" "docfx"
] ]

View file

@ -1,12 +1,24 @@
# 0.30.0 # 0.30.0
*March 28, 2023* *March 30, 2023*
> Big Steps Towards Release > Big Steps Towards Release
This version's full name is **0.30.0-pre1**, but previous versions of the in-game changelog viewer don't support displaying pre-release suffixes. This version's full name is **0.30.0-pre2**, but previous versions of the in-game changelog viewer don't support displaying pre-release suffixes.
**This version is currently in preview. If you want to try it out, you can check out [this documentation article](https://docs.tinylifegame.com/articles/preview.html).** **This version is currently in preview. If you want to try it out, you can check out [this documentation article](https://docs.tinylifegame.com/articles/preview.html).**
Improvements
- Allow navigating the interaction menu's pages with the shoulder buttons when using a gamepad
- Randomly add items to trash cans at midnight occasionally to allow for special rummaging finds
- Made food quality and saturation not influence eating speed, but hunger need restoration speed
- Increase the friendship gain from random interactions with coworkers at work
- Improved the look and layout of update notifications in the main menu
- Made grilled cheese vegan-friendly
- Updated from .NET 6 to .NET 7
# 0.30.0-pre1
*March 28, 2023*
Additions Additions
- Added a few more decorative objects, including two lamps, cattails and lily pads - Added a few more decorative objects, including two lamps, cattails and lily pads
- Added a flat sheet metal roof - Added a flat sheet metal roof

View file

@ -1,15 +1,15 @@
{ {
"TinyLife": "TinyLife.yml", "TinyLife": "TinyLife.yml",
"TinyLife.Actions": "TinyLife.Actions.yml", "TinyLife.Actions": "TinyLife.Actions.yml",
"TinyLife.Actions.": "TinyLife.Actions..yml",
"TinyLife.Actions.Action": "TinyLife.Actions.Action.yml", "TinyLife.Actions.Action": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.#ctor(TinyLife.Actions.ActionInfo)": "TinyLife.Actions.Action.yml", "TinyLife.Actions.Action.#ctor(TinyLife.Actions.ActionInfo)": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)": "TinyLife.Actions.Action.yml", "TinyLife.Actions.Action.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.CanCancel(TinyLife.Actions.Action)": "TinyLife.Actions.Action.yml", "TinyLife.Actions.Action.CanCancel(TinyLife.Actions.Action)": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[])": "TinyLife.Actions.Action.yml", "TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[])": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.CanEnqueueConversation(TinyLife.Objects.Person,TinyLife.Actions.ActionType)": "TinyLife.Actions.Action.yml", "TinyLife.Actions.Action.CanEnqueueConversation(TinyLife.Objects.Person,TinyLife.Actions.ActionType)": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action)": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action)": "TinyLife.Actions.Action.yml", "TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action)": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action)": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.CanStartNow": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.CausesExtremelyFastSpeed": "TinyLife.Actions.Action.yml", "TinyLife.Actions.Action.CausesExtremelyFastSpeed": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)": "TinyLife.Actions.Action.yml", "TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)": "TinyLife.Actions.Action.yml", "TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)": "TinyLife.Actions.Action.yml",
@ -18,25 +18,30 @@
"TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2})": "TinyLife.Actions.Action.yml", "TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2})": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.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.Action.yml", "TinyLife.Actions.Action.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.Action.yml",
"TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)": "TinyLife.Actions.Action.yml", "TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)": "TinyLife.Actions.Action.yml", "TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean,System.Boolean,System.Boolean,System.Boolean)": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.FindAllFreeWalls(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)": "TinyLife.Actions.Action.yml", "TinyLife.Actions.Action.FindAllFreeWalls(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)": "TinyLife.Actions.Action.yml", "TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)": "TinyLife.Actions.Action.yml", "TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.ForceResult": "TinyLife.Actions.Action.yml", "TinyLife.Actions.Action.ForceResult": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.FullyInProgress": "TinyLife.Actions.Action.yml", "TinyLife.Actions.Action.FullyInProgress": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.GetChild``1(System.Guid,System.Boolean)": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.GetChildren(System.Boolean)": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.GetDisplayName": "TinyLife.Actions.Action.yml", "TinyLife.Actions.Action.GetDisplayName": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture)": "TinyLife.Actions.Action.yml", "TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture)": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})": "TinyLife.Actions.Action.yml", "TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.GetIconObject": "TinyLife.Actions.Action.yml", "TinyLife.Actions.Action.GetIconObject": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.CompletionType)": "TinyLife.Actions.Action.yml", "TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.CompletionType)": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.GetRandomVariety(System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionVariety},TinyLife.Actions.ActionInfo)": "TinyLife.Actions.Action.yml", "TinyLife.Actions.Action.GetRandomValidVariety(System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionVariety},TinyLife.Actions.ActionInfo)": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.GetSeatCategory(TinyLife.Objects.Person)": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot)": "TinyLife.Actions.Action.yml", "TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot)": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.Id": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.Info": "TinyLife.Actions.Action.yml", "TinyLife.Actions.Action.Info": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.Initialize": "TinyLife.Actions.Action.yml", "TinyLife.Actions.Action.Initialize": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.InProgressTime": "TinyLife.Actions.Action.yml", "TinyLife.Actions.Action.InProgressTime": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.Person,TinyLife.Objects.Person,System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person})": "TinyLife.Actions.Action.yml", "TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.Person,TinyLife.Objects.Person,System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person})": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.IsCompleted": "TinyLife.Actions.Action.yml", "TinyLife.Actions.Action.IsCompleted": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.Map": "TinyLife.Actions.Action.yml", "TinyLife.Actions.Action.Map": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.OnChildCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.OnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.Action.yml", "TinyLife.Actions.Action.OnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)": "TinyLife.Actions.Action.yml", "TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.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}},MLEM.Textures.TextureRegion)": "TinyLife.Actions.Action.yml", "TinyLife.Actions.Action.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}},MLEM.Textures.TextureRegion)": "TinyLife.Actions.Action.yml",
@ -53,6 +58,7 @@
"TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)": "TinyLife.Actions.Action.yml", "TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.StartedAutomatically": "TinyLife.Actions.Action.yml", "TinyLife.Actions.Action.StartedAutomatically": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)": "TinyLife.Actions.Action.yml", "TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.TryGetRandomValidVariety(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,TinyLife.Actions.ActionVariety@)": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.Type": "TinyLife.Actions.Action.yml", "TinyLife.Actions.Action.Type": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.Action.yml", "TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.Validate(TinyLife.Objects.Person)": "TinyLife.Actions.Action.yml", "TinyLife.Actions.Action.Validate(TinyLife.Objects.Person)": "TinyLife.Actions.Action.yml",
@ -62,6 +68,7 @@
"TinyLife.Actions.ActionInfo.AddAuxiliaryLocation(Microsoft.Xna.Framework.Point)": "TinyLife.Actions.ActionInfo.yml", "TinyLife.Actions.ActionInfo.AddAuxiliaryLocation(Microsoft.Xna.Framework.Point)": "TinyLife.Actions.ActionInfo.yml",
"TinyLife.Actions.ActionInfo.AddAuxiliaryLocation(Microsoft.Xna.Framework.Vector2)": "TinyLife.Actions.ActionInfo.yml", "TinyLife.Actions.ActionInfo.AddAuxiliaryLocation(Microsoft.Xna.Framework.Vector2)": "TinyLife.Actions.ActionInfo.yml",
"TinyLife.Actions.ActionInfo.AddAuxiliaryObject(TinyLife.Objects.MapObject,TinyLife.Objects.ActionSpot)": "TinyLife.Actions.ActionInfo.yml", "TinyLife.Actions.ActionInfo.AddAuxiliaryObject(TinyLife.Objects.MapObject,TinyLife.Objects.ActionSpot)": "TinyLife.Actions.ActionInfo.yml",
"TinyLife.Actions.ActionInfo.FromActionInfo(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean)": "TinyLife.Actions.ActionInfo.yml",
"TinyLife.Actions.ActionInfo.FromLocation(TinyLife.Objects.Person,Microsoft.Xna.Framework.Point)": "TinyLife.Actions.ActionInfo.yml", "TinyLife.Actions.ActionInfo.FromLocation(TinyLife.Objects.Person,Microsoft.Xna.Framework.Point)": "TinyLife.Actions.ActionInfo.yml",
"TinyLife.Actions.ActionInfo.FromLocation(TinyLife.Objects.Person,Microsoft.Xna.Framework.Vector2)": "TinyLife.Actions.ActionInfo.yml", "TinyLife.Actions.ActionInfo.FromLocation(TinyLife.Objects.Person,Microsoft.Xna.Framework.Vector2)": "TinyLife.Actions.ActionInfo.yml",
"TinyLife.Actions.ActionInfo.FromObjectGeneric(TinyLife.Objects.Person,TinyLife.Objects.MapObject)": "TinyLife.Actions.ActionInfo.yml", "TinyLife.Actions.ActionInfo.FromObjectGeneric(TinyLife.Objects.Person,TinyLife.Objects.MapObject)": "TinyLife.Actions.ActionInfo.yml",
@ -85,6 +92,7 @@
"TinyLife.Actions.ActionType.AdoptChild": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.AdoptChild": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.AgeUp": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.AgeUp": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.AiSettings": "TinyLife.Actions.ActionType.AiSettings.yml", "TinyLife.Actions.ActionType.AiSettings": "TinyLife.Actions.ActionType.AiSettings.yml",
"TinyLife.Actions.ActionType.AiSettings.#ctor": "TinyLife.Actions.ActionType.AiSettings.yml",
"TinyLife.Actions.ActionType.AiSettings.CanDoAtAnyPoint": "TinyLife.Actions.ActionType.AiSettings.yml", "TinyLife.Actions.ActionType.AiSettings.CanDoAtAnyPoint": "TinyLife.Actions.ActionType.AiSettings.yml",
"TinyLife.Actions.ActionType.AiSettings.CanDoRandomly": "TinyLife.Actions.ActionType.AiSettings.yml", "TinyLife.Actions.ActionType.AiSettings.CanDoRandomly": "TinyLife.Actions.ActionType.AiSettings.yml",
"TinyLife.Actions.ActionType.AiSettings.NeedsFreeActionSpot": "TinyLife.Actions.ActionType.AiSettings.yml", "TinyLife.Actions.ActionType.AiSettings.NeedsFreeActionSpot": "TinyLife.Actions.ActionType.AiSettings.yml",
@ -96,14 +104,19 @@
"TinyLife.Actions.ActionType.AskAboutFamilyWellbeing": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.AskAboutFamilyWellbeing": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.AskAboutFictionBooks": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.AskAboutFictionBooks": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.AskAboutGamingRig": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.AskAboutGamingRig": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.AskAboutJob": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.AskAboutNonfictionBooks": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.AskAboutNonfictionBooks": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.AskAboutPersonality": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.AskAboutPersonality": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.AskFood": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.AskHow": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.AskIfSingle": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.AskIfSingle": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.AskMedicalHistory": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.AskMedicalHistory": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.AskToCook": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.AskToCook": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.AskToLeave": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.AskToLeave": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.AskToTaste": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.AskToTaste": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.AskToTellStory": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.AskToTellStory": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.AskWhy": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.Babble": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.BakeFood": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.BakeFood": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.BeAwayFromLotEmployment": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.BeAwayFromLotEmployment": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.BeEnticing": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.BeEnticing": "TinyLife.Actions.ActionType.yml",
@ -128,6 +141,7 @@
"TinyLife.Actions.ActionType.CanWorkAtDeskObject(TinyLife.Actions.ActionInfo,System.Boolean)": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.CanWorkAtDeskObject(TinyLife.Actions.ActionInfo,System.Boolean)": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.CasualCompliment": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.CasualCompliment": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.CelebrateBirthday": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.CelebrateBirthday": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.ChangeDiaper": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.ChangeOutfit": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.ChangeOutfit": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.ChastiseForFoodBeliefs": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.ChastiseForFoodBeliefs": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.Chat": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.Chat": "TinyLife.Actions.ActionType.yml",
@ -146,15 +160,18 @@
"TinyLife.Actions.ActionType.ComplainAboutRelationship": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.ComplainAboutRelationship": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.ComplimentLooks": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.ComplimentLooks": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.ConfideIn": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.ConfideIn": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.Construct(TinyLife.Actions.ActionInfo,TinyLife.Actions.ActionVariety)": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.Construct``1(TinyLife.Actions.ActionInfo,TinyLife.Actions.ActionVariety)": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.CookChildFood": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.CookChildFood": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.CookFood": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.CookFood": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.CreateApp": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.CreateApp": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.CriticizeDeforestation": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.CriticizeDeforestation": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.CryAt": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.DebatePineappleOnPizza": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.DebatePineappleOnPizza": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.DebugAddToHousehold": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.DebugAddToHousehold": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.DebugDie": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.DebugDie": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.DebugTeleport": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.DebugTeleport": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.DebugToggleBroken": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.DebugToggleDirty": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.DeepCompliment": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.DeepCompliment": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.DeliverMail": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.DeliverMail": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.DeliverNewspaper": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.DeliverNewspaper": "TinyLife.Actions.ActionType.yml",
@ -197,7 +214,10 @@
"TinyLife.Actions.ActionType.HasChairOrIsStandingDesk(TinyLife.Actions.ActionInfo,System.Boolean)": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.HasChairOrIsStandingDesk(TinyLife.Actions.ActionInfo,System.Boolean)": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.HasSpaceInHousehold(TinyLife.Actions.ActionInfo,System.Boolean)": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.HasSpaceInHousehold(TinyLife.Actions.ActionInfo,System.Boolean)": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.HaveBookPublished": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.HaveBookPublished": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.HelpBabyBook": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.HelpPotty": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.HelpWithTraining": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.HelpWithTraining": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.HomeworkHelp": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.ImplyHomeSmarter": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.ImplyHomeSmarter": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.ImplyMotherIsCamel": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.ImplyMotherIsCamel": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.Insult": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.Insult": "TinyLife.Actions.ActionType.yml",
@ -205,8 +225,10 @@
"TinyLife.Actions.ActionType.IsActionType(System.Type)": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.IsActionType(System.Type)": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.IsDislikedOrMean(TinyLife.Actions.ActionInfo,System.Boolean)": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.IsDislikedOrMean(TinyLife.Actions.ActionInfo,System.Boolean)": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.IsEmptyHanded(TinyLife.Actions.ActionInfo,System.Boolean)": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.IsEmptyHanded(TinyLife.Actions.ActionInfo,System.Boolean)": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.IsEmptyHandedOrHoldingActionObject(TinyLife.Actions.ActionInfo,System.Boolean)": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.IsNotEmotional(TinyLife.Actions.ActionInfo,TinyLife.Emotions.EmotionType[])": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.IsNotEmotional(TinyLife.Actions.ActionInfo,TinyLife.Emotions.EmotionType[])": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.IsNotExpired(TinyLife.Actions.ActionInfo,System.Boolean)": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.IsNotExpired(TinyLife.Actions.ActionInfo,System.Boolean)": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.IsNotHoldingPerson(TinyLife.Actions.ActionInfo,System.Boolean)": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.IsReadyForRomance(TinyLife.Actions.ActionInfo,System.Boolean)": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.IsReadyForRomance(TinyLife.Actions.ActionInfo,System.Boolean)": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.JoinAdvancedTournament": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.JoinAdvancedTournament": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.JoinEasyTournament": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.JoinEasyTournament": "TinyLife.Actions.ActionType.yml",
@ -236,9 +258,11 @@
"TinyLife.Actions.ActionType.MakeFunOfPoorFitness": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.MakeFunOfPoorFitness": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.MakeFunOfUnemployment": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.MakeFunOfUnemployment": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.MakeRisqueRemark": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.MakeRisqueRemark": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.MakeTea": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.MixProteinShake": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.MixProteinShake": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.ModGame": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.ModGame": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.MopPuddle": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.MopPuddle": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.MoveHere": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.OrderCafeFood": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.OrderCafeFood": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.OrderCoffee": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.OrderCoffee": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.Paint": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.Paint": "TinyLife.Actions.ActionType.yml",
@ -246,6 +270,7 @@
"TinyLife.Actions.ActionType.PayBills": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.PayBills": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.PeeSelf": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.PeeSelf": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.PickUp": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.PickUp": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.PickUpPerson": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.PlayInSandbox": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.PlayInSandbox": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.PlayOnJungleGym": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.PlayOnJungleGym": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.PlayOnlineGames": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.PlayOnlineGames": "TinyLife.Actions.ActionType.yml",
@ -253,6 +278,7 @@
"TinyLife.Actions.ActionType.PlayTrick": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.PlayTrick": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.PlayWithToy": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.PlayWithToy": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.PoseMathPuzzle": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.PoseMathPuzzle": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.Potty": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.PracticeJokes": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.PracticeJokes": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.PracticeProgramming": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.PracticeProgramming": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.PracticeSalesPitch": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.PracticeSalesPitch": "TinyLife.Actions.ActionType.yml",
@ -264,10 +290,12 @@
"TinyLife.Actions.ActionType.PublishApp": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.PublishApp": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.PutAway": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.PutAway": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.PutDown": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.PutDown": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.PutDownPerson": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.PutInFridge": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.PutInFridge": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.Puzzle": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.Puzzle": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.QuitJob": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.QuitJob": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.Read": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.Read": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.ReadBabyBook": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.ReadJokes": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.ReadJokes": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.ReadNewspaper": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.ReadNewspaper": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.ReadSkillBook": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.ReadSkillBook": "TinyLife.Actions.ActionType.yml",
@ -311,6 +339,7 @@
"TinyLife.Actions.ActionType.TalkAboutNatureWalks": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.TalkAboutNatureWalks": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.TalkAboutNeighborhood": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.TalkAboutNeighborhood": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.TalkAboutOutdoors": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.TalkAboutOutdoors": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.TalkAboutPlaying": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.TalkAboutSchool": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.TalkAboutSchool": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.TalkAboutSpicyFood": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.TalkAboutSpicyFood": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.TalkAboutWatchingTv": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.TalkAboutWatchingTv": "TinyLife.Actions.ActionType.yml",
@ -338,6 +367,7 @@
"TinyLife.Actions.ActionType.TypeSettings.ConstructedType": "TinyLife.Actions.ActionType.TypeSettings.yml", "TinyLife.Actions.ActionType.TypeSettings.ConstructedType": "TinyLife.Actions.ActionType.TypeSettings.yml",
"TinyLife.Actions.ActionType.TypeSettings.ConstructorArguments": "TinyLife.Actions.ActionType.TypeSettings.yml", "TinyLife.Actions.ActionType.TypeSettings.ConstructorArguments": "TinyLife.Actions.ActionType.TypeSettings.yml",
"TinyLife.Actions.ActionType.TypeSettings.Context": "TinyLife.Actions.ActionType.TypeSettings.yml", "TinyLife.Actions.ActionType.TypeSettings.Context": "TinyLife.Actions.ActionType.TypeSettings.yml",
"TinyLife.Actions.ActionType.TypeSettings.EmptyVarietiesResult": "TinyLife.Actions.ActionType.TypeSettings.yml",
"TinyLife.Actions.ActionType.TypeSettings.GetData``1(System.String)": "TinyLife.Actions.ActionType.TypeSettings.yml", "TinyLife.Actions.ActionType.TypeSettings.GetData``1(System.String)": "TinyLife.Actions.ActionType.TypeSettings.yml",
"TinyLife.Actions.ActionType.TypeSettings.GetDataKeys": "TinyLife.Actions.ActionType.TypeSettings.yml", "TinyLife.Actions.ActionType.TypeSettings.GetDataKeys": "TinyLife.Actions.ActionType.TypeSettings.yml",
"TinyLife.Actions.ActionType.TypeSettings.GetDisplayName": "TinyLife.Actions.ActionType.TypeSettings.yml", "TinyLife.Actions.ActionType.TypeSettings.GetDisplayName": "TinyLife.Actions.ActionType.TypeSettings.yml",
@ -349,6 +379,7 @@
"TinyLife.Actions.ActionType.TypeSettings.RequiredAges": "TinyLife.Actions.ActionType.TypeSettings.yml", "TinyLife.Actions.ActionType.TypeSettings.RequiredAges": "TinyLife.Actions.ActionType.TypeSettings.yml",
"TinyLife.Actions.ActionType.TypeSettings.RequiredEmotion": "TinyLife.Actions.ActionType.TypeSettings.yml", "TinyLife.Actions.ActionType.TypeSettings.RequiredEmotion": "TinyLife.Actions.ActionType.TypeSettings.yml",
"TinyLife.Actions.ActionType.TypeSettings.RequiredJob": "TinyLife.Actions.ActionType.TypeSettings.yml", "TinyLife.Actions.ActionType.TypeSettings.RequiredJob": "TinyLife.Actions.ActionType.TypeSettings.yml",
"TinyLife.Actions.ActionType.TypeSettings.RequiredPartnerAges": "TinyLife.Actions.ActionType.TypeSettings.yml",
"TinyLife.Actions.ActionType.TypeSettings.RequiredPartnerEmployment": "TinyLife.Actions.ActionType.TypeSettings.yml", "TinyLife.Actions.ActionType.TypeSettings.RequiredPartnerEmployment": "TinyLife.Actions.ActionType.TypeSettings.yml",
"TinyLife.Actions.ActionType.TypeSettings.RequiredPersonality": "TinyLife.Actions.ActionType.TypeSettings.yml", "TinyLife.Actions.ActionType.TypeSettings.RequiredPersonality": "TinyLife.Actions.ActionType.TypeSettings.yml",
"TinyLife.Actions.ActionType.TypeSettings.RequiredSkill": "TinyLife.Actions.ActionType.TypeSettings.yml", "TinyLife.Actions.ActionType.TypeSettings.RequiredSkill": "TinyLife.Actions.ActionType.TypeSettings.yml",
@ -356,6 +387,7 @@
"TinyLife.Actions.ActionType.TypeSettings.SetData``1(System.String,``0)": "TinyLife.Actions.ActionType.TypeSettings.yml", "TinyLife.Actions.ActionType.TypeSettings.SetData``1(System.String,``0)": "TinyLife.Actions.ActionType.TypeSettings.yml",
"TinyLife.Actions.ActionType.TypeSettings.Texture": "TinyLife.Actions.ActionType.TypeSettings.yml", "TinyLife.Actions.ActionType.TypeSettings.Texture": "TinyLife.Actions.ActionType.TypeSettings.yml",
"TinyLife.Actions.ActionType.TypeSettings.Varieties": "TinyLife.Actions.ActionType.TypeSettings.yml", "TinyLife.Actions.ActionType.TypeSettings.Varieties": "TinyLife.Actions.ActionType.TypeSettings.yml",
"TinyLife.Actions.ActionType.UseDiaper": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.VisitLot": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.VisitLot": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.VisitorGoHome": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.VisitorGoHome": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.WaitForOrder": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.WaitForOrder": "TinyLife.Actions.ActionType.yml",
@ -417,8 +449,8 @@
"TinyLife.Actions.Behaviors.ActionBehavior.OnCompleted(TinyLife.Actions.CompletionType)": "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,System.Single)": "TinyLife.Actions.Behaviors.ActionBehavior.yml", "TinyLife.Actions.Behaviors.ActionBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.Behaviors.ActionBehavior.yml",
"TinyLife.Actions.Behaviors.ComputerBehavior": "TinyLife.Actions.Behaviors.ComputerBehavior.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.#ctor(TinyLife.Actions.Action,System.String,System.TimeSpan,System.TimeSpan)": "TinyLife.Actions.Behaviors.ComputerBehavior.yml", "TinyLife.Actions.Behaviors.ComputerBehavior.#ctor(TinyLife.Actions.Action,System.String,System.TimeSpan,System.TimeSpan)": "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.Initialize": "TinyLife.Actions.Behaviors.ComputerBehavior.yml",
"TinyLife.Actions.Behaviors.ComputerBehavior.OnCompleted(TinyLife.Actions.CompletionType)": "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,System.Single)": "TinyLife.Actions.Behaviors.ComputerBehavior.yml", "TinyLife.Actions.Behaviors.ComputerBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.Behaviors.ComputerBehavior.yml",
@ -446,12 +478,27 @@
"TinyLife.Actions.Behaviors.SinkBehavior.OnCompleted(TinyLife.Actions.CompletionType)": "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,System.Single)": "TinyLife.Actions.Behaviors.SinkBehavior.yml", "TinyLife.Actions.Behaviors.SinkBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.Behaviors.SinkBehavior.yml",
"TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior": "TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.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.#ctor(TinyLife.Actions.Action,System.TimeSpan,System.TimeSpan)": "TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.yml", "TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.#ctor(TinyLife.Actions.Action,System.TimeSpan,System.TimeSpan)": "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.CreateFirstActions": "TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.yml",
"TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.GetNextAction(TinyLife.Actions.CompletionType)": "TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.yml", "TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.GetNextAction(TinyLife.Actions.CompletionType)": "TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.yml",
"TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.IsWorking": "TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.yml", "TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.IsWorking": "TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.yml",
"TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.yml", "TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.yml",
"TinyLife.Actions.CanExecuteResult": "TinyLife.Actions.CanExecuteResult.yml",
"TinyLife.Actions.CanExecuteResult.#ctor(System.String,TinyLife.Actions.CanExecuteResult.ResultType)": "TinyLife.Actions.CanExecuteResult.yml",
"TinyLife.Actions.CanExecuteResult.Hidden": "TinyLife.Actions.CanExecuteResult.yml",
"TinyLife.Actions.CanExecuteResult.LotStaffOnly": "TinyLife.Actions.CanExecuteResult.yml",
"TinyLife.Actions.CanExecuteResult.Name": "TinyLife.Actions.CanExecuteResult.yml",
"TinyLife.Actions.CanExecuteResult.NotEnoughMoney": "TinyLife.Actions.CanExecuteResult.yml",
"TinyLife.Actions.CanExecuteResult.NotEnoughSkill": "TinyLife.Actions.CanExecuteResult.yml",
"TinyLife.Actions.CanExecuteResult.NotYours": "TinyLife.Actions.CanExecuteResult.yml",
"TinyLife.Actions.CanExecuteResult.ObjectBroken": "TinyLife.Actions.CanExecuteResult.yml",
"TinyLife.Actions.CanExecuteResult.ResultType": "TinyLife.Actions.CanExecuteResult.ResultType.yml",
"TinyLife.Actions.CanExecuteResult.ResultType.Hidden": "TinyLife.Actions.CanExecuteResult.ResultType.yml",
"TinyLife.Actions.CanExecuteResult.ResultType.Invalid": "TinyLife.Actions.CanExecuteResult.ResultType.yml",
"TinyLife.Actions.CanExecuteResult.ResultType.Valid": "TinyLife.Actions.CanExecuteResult.ResultType.yml",
"TinyLife.Actions.CanExecuteResult.Type": "TinyLife.Actions.CanExecuteResult.yml",
"TinyLife.Actions.CanExecuteResult.Valid": "TinyLife.Actions.CanExecuteResult.yml",
"TinyLife.Actions.CompletionType": "TinyLife.Actions.CompletionType.yml", "TinyLife.Actions.CompletionType": "TinyLife.Actions.CompletionType.yml",
"TinyLife.Actions.CompletionType.Active": "TinyLife.Actions.CompletionType.yml", "TinyLife.Actions.CompletionType.Active": "TinyLife.Actions.CompletionType.yml",
"TinyLife.Actions.CompletionType.Canceled": "TinyLife.Actions.CompletionType.yml", "TinyLife.Actions.CompletionType.Canceled": "TinyLife.Actions.CompletionType.yml",
@ -487,11 +534,14 @@
"TinyLife.Actions.GoHereAction.AndThenIsCompleted": "TinyLife.Actions.GoHereAction.yml", "TinyLife.Actions.GoHereAction.AndThenIsCompleted": "TinyLife.Actions.GoHereAction.yml",
"TinyLife.Actions.GoHereAction.CanCancel(TinyLife.Actions.Action)": "TinyLife.Actions.GoHereAction.yml", "TinyLife.Actions.GoHereAction.CanCancel(TinyLife.Actions.Action)": "TinyLife.Actions.GoHereAction.yml",
"TinyLife.Actions.GoHereAction.CreateFirstActions": "TinyLife.Actions.GoHereAction.yml", "TinyLife.Actions.GoHereAction.CreateFirstActions": "TinyLife.Actions.GoHereAction.yml",
"TinyLife.Actions.GoHereAction.DriveSpeedMultiplier": "TinyLife.Actions.GoHereAction.yml",
"TinyLife.Actions.GoHereAction.WalkSpeedMultiplier": "TinyLife.Actions.GoHereAction.yml",
"TinyLife.Actions.Handlers": "TinyLife.Actions.Handlers.yml", "TinyLife.Actions.Handlers": "TinyLife.Actions.Handlers.yml",
"TinyLife.Actions.Handlers.MultiActionHandler": "TinyLife.Actions.Handlers.MultiActionHandler.yml", "TinyLife.Actions.Handlers.MultiActionHandler": "TinyLife.Actions.Handlers.MultiActionHandler.yml",
"TinyLife.Actions.Handlers.MultiActionHandler.#ctor(TinyLife.Actions.Action)": "TinyLife.Actions.Handlers.MultiActionHandler.yml", "TinyLife.Actions.Handlers.MultiActionHandler.#ctor(TinyLife.Actions.Action)": "TinyLife.Actions.Handlers.MultiActionHandler.yml",
"TinyLife.Actions.Handlers.MultiActionHandler.Actions": "TinyLife.Actions.Handlers.MultiActionHandler.yml", "TinyLife.Actions.Handlers.MultiActionHandler.Actions": "TinyLife.Actions.Handlers.MultiActionHandler.yml",
"TinyLife.Actions.Handlers.MultiActionHandler.Initialize(System.Collections.Generic.IEnumerable{TinyLife.Actions.Action},System.Boolean)": "TinyLife.Actions.Handlers.MultiActionHandler.yml", "TinyLife.Actions.Handlers.MultiActionHandler.Current": "TinyLife.Actions.Handlers.MultiActionHandler.yml",
"TinyLife.Actions.Handlers.MultiActionHandler.Initialize(System.Collections.Generic.ICollection{TinyLife.Actions.Action})": "TinyLife.Actions.Handlers.MultiActionHandler.yml",
"TinyLife.Actions.Handlers.MultiActionHandler.IsCompleted": "TinyLife.Actions.Handlers.MultiActionHandler.yml", "TinyLife.Actions.Handlers.MultiActionHandler.IsCompleted": "TinyLife.Actions.Handlers.MultiActionHandler.yml",
"TinyLife.Actions.Handlers.MultiActionHandler.OnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.Handlers.MultiActionHandler.yml", "TinyLife.Actions.Handlers.MultiActionHandler.OnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.Handlers.MultiActionHandler.yml",
"TinyLife.Actions.Handlers.MultiActionHandler.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.Handlers.MultiActionHandler.yml", "TinyLife.Actions.Handlers.MultiActionHandler.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.Handlers.MultiActionHandler.yml",
@ -499,8 +549,8 @@
"TinyLife.Actions.Handlers.UnderlyingActionHandler": "TinyLife.Actions.Handlers.UnderlyingActionHandler.yml", "TinyLife.Actions.Handlers.UnderlyingActionHandler": "TinyLife.Actions.Handlers.UnderlyingActionHandler.yml",
"TinyLife.Actions.Handlers.UnderlyingActionHandler.#ctor(TinyLife.Actions.Action)": "TinyLife.Actions.Handlers.UnderlyingActionHandler.yml", "TinyLife.Actions.Handlers.UnderlyingActionHandler.#ctor(TinyLife.Actions.Action)": "TinyLife.Actions.Handlers.UnderlyingActionHandler.yml",
"TinyLife.Actions.Handlers.UnderlyingActionHandler.Action": "TinyLife.Actions.Handlers.UnderlyingActionHandler.yml", "TinyLife.Actions.Handlers.UnderlyingActionHandler.Action": "TinyLife.Actions.Handlers.UnderlyingActionHandler.yml",
"TinyLife.Actions.Handlers.UnderlyingActionHandler.Initialize(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean)": "TinyLife.Actions.Handlers.UnderlyingActionHandler.yml", "TinyLife.Actions.Handlers.UnderlyingActionHandler.Initialize``1(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean)": "TinyLife.Actions.Handlers.UnderlyingActionHandler.yml",
"TinyLife.Actions.Handlers.UnderlyingActionHandler.InitializeExact(TinyLife.Actions.Action,System.Boolean)": "TinyLife.Actions.Handlers.UnderlyingActionHandler.yml", "TinyLife.Actions.Handlers.UnderlyingActionHandler.InitializeExact(TinyLife.Actions.Action)": "TinyLife.Actions.Handlers.UnderlyingActionHandler.yml",
"TinyLife.Actions.Handlers.UnderlyingActionHandler.IsCompleted": "TinyLife.Actions.Handlers.UnderlyingActionHandler.yml", "TinyLife.Actions.Handlers.UnderlyingActionHandler.IsCompleted": "TinyLife.Actions.Handlers.UnderlyingActionHandler.yml",
"TinyLife.Actions.Handlers.UnderlyingActionHandler.OnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.Handlers.UnderlyingActionHandler.yml", "TinyLife.Actions.Handlers.UnderlyingActionHandler.OnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.Handlers.UnderlyingActionHandler.yml",
"TinyLife.Actions.Handlers.UnderlyingActionHandler.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.Handlers.UnderlyingActionHandler.yml", "TinyLife.Actions.Handlers.UnderlyingActionHandler.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.Handlers.UnderlyingActionHandler.yml",
@ -513,8 +563,10 @@
"TinyLife.Actions.MultiAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.MultiAction.yml", "TinyLife.Actions.MultiAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.MultiAction.yml",
"TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.MultiAction.yml", "TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.MultiAction.yml",
"TinyLife.Actions.MultiAction.CanCancel(TinyLife.Actions.Action)": "TinyLife.Actions.MultiAction.yml", "TinyLife.Actions.MultiAction.CanCancel(TinyLife.Actions.Action)": "TinyLife.Actions.MultiAction.yml",
"TinyLife.Actions.MultiAction.CanStartNow": "TinyLife.Actions.MultiAction.yml",
"TinyLife.Actions.MultiAction.CreateFirstActions": "TinyLife.Actions.MultiAction.yml", "TinyLife.Actions.MultiAction.CreateFirstActions": "TinyLife.Actions.MultiAction.yml",
"TinyLife.Actions.MultiAction.CreateLastActions": "TinyLife.Actions.MultiAction.yml", "TinyLife.Actions.MultiAction.CreateLastActions": "TinyLife.Actions.MultiAction.yml",
"TinyLife.Actions.MultiAction.CurrentStage": "TinyLife.Actions.MultiAction.yml",
"TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory)": "TinyLife.Actions.MultiAction.yml", "TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory)": "TinyLife.Actions.MultiAction.yml",
"TinyLife.Actions.MultiAction.Handler": "TinyLife.Actions.MultiAction.yml", "TinyLife.Actions.MultiAction.Handler": "TinyLife.Actions.MultiAction.yml",
"TinyLife.Actions.MultiAction.Initialize": "TinyLife.Actions.MultiAction.yml", "TinyLife.Actions.MultiAction.Initialize": "TinyLife.Actions.MultiAction.yml",
@ -524,6 +576,11 @@
"TinyLife.Actions.MultiAction.OnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.MultiAction.yml", "TinyLife.Actions.MultiAction.OnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.MultiAction.yml",
"TinyLife.Actions.MultiAction.PreCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.MultiAction.yml", "TinyLife.Actions.MultiAction.PreCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.MultiAction.yml",
"TinyLife.Actions.MultiAction.PreInitialize": "TinyLife.Actions.MultiAction.yml", "TinyLife.Actions.MultiAction.PreInitialize": "TinyLife.Actions.MultiAction.yml",
"TinyLife.Actions.MultiAction.Stage": "TinyLife.Actions.MultiAction.Stage.yml",
"TinyLife.Actions.MultiAction.Stage.Done": "TinyLife.Actions.MultiAction.Stage.yml",
"TinyLife.Actions.MultiAction.Stage.First": "TinyLife.Actions.MultiAction.Stage.yml",
"TinyLife.Actions.MultiAction.Stage.Last": "TinyLife.Actions.MultiAction.Stage.yml",
"TinyLife.Actions.MultiAction.Stage.Main": "TinyLife.Actions.MultiAction.Stage.yml",
"TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.MultiAction.yml", "TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.MultiAction.yml",
"TinyLife.Actions.MultiAction.Validate(TinyLife.Objects.Person)": "TinyLife.Actions.MultiAction.yml", "TinyLife.Actions.MultiAction.Validate(TinyLife.Objects.Person)": "TinyLife.Actions.MultiAction.yml",
"TinyLife.Actions.OrderFromStaffAction": "TinyLife.Actions.OrderFromStaffAction.yml", "TinyLife.Actions.OrderFromStaffAction": "TinyLife.Actions.OrderFromStaffAction.yml",
@ -544,7 +601,6 @@
"TinyLife.Actions.OutOfTownAction.CanEnqueueConversation(TinyLife.Objects.Person,TinyLife.Actions.ActionType)": "TinyLife.Actions.OutOfTownAction.yml", "TinyLife.Actions.OutOfTownAction.CanEnqueueConversation(TinyLife.Objects.Person,TinyLife.Actions.ActionType)": "TinyLife.Actions.OutOfTownAction.yml",
"TinyLife.Actions.OutOfTownAction.CausesExtremelyFastSpeed": "TinyLife.Actions.OutOfTownAction.yml", "TinyLife.Actions.OutOfTownAction.CausesExtremelyFastSpeed": "TinyLife.Actions.OutOfTownAction.yml",
"TinyLife.Actions.OutOfTownAction.CreateFirstActions": "TinyLife.Actions.OutOfTownAction.yml", "TinyLife.Actions.OutOfTownAction.CreateFirstActions": "TinyLife.Actions.OutOfTownAction.yml",
"TinyLife.Actions.OutOfTownAction.GetClosestExitRoad": "TinyLife.Actions.OutOfTownAction.yml",
"TinyLife.Actions.OutOfTownAction.GetNextAction(TinyLife.Actions.CompletionType)": "TinyLife.Actions.OutOfTownAction.yml", "TinyLife.Actions.OutOfTownAction.GetNextAction(TinyLife.Actions.CompletionType)": "TinyLife.Actions.OutOfTownAction.yml",
"TinyLife.Actions.OutOfTownAction.NeedsToTakeCareOf": "TinyLife.Actions.OutOfTownAction.yml", "TinyLife.Actions.OutOfTownAction.NeedsToTakeCareOf": "TinyLife.Actions.OutOfTownAction.yml",
"TinyLife.Actions.PathfindAction": "TinyLife.Actions.PathfindAction.yml", "TinyLife.Actions.PathfindAction": "TinyLife.Actions.PathfindAction.yml",
@ -565,10 +621,6 @@
"TinyLife.Actions.PutAwayAction.AndThenIsCompleted": "TinyLife.Actions.PutAwayAction.yml", "TinyLife.Actions.PutAwayAction.AndThenIsCompleted": "TinyLife.Actions.PutAwayAction.yml",
"TinyLife.Actions.PutAwayAction.CreateFirstActions": "TinyLife.Actions.PutAwayAction.yml", "TinyLife.Actions.PutAwayAction.CreateFirstActions": "TinyLife.Actions.PutAwayAction.yml",
"TinyLife.Actions.PutAwayAction.Items": "TinyLife.Actions.PutAwayAction.yml", "TinyLife.Actions.PutAwayAction.Items": "TinyLife.Actions.PutAwayAction.yml",
"TinyLife.Actions.ResultType": "TinyLife.Actions.ResultType.yml",
"TinyLife.Actions.ResultType.Hidden": "TinyLife.Actions.ResultType.yml",
"TinyLife.Actions.ResultType.Invalid": "TinyLife.Actions.ResultType.yml",
"TinyLife.Actions.ResultType.Valid": "TinyLife.Actions.ResultType.yml",
"TinyLife.Actions.SellAction": "TinyLife.Actions.SellAction.yml", "TinyLife.Actions.SellAction": "TinyLife.Actions.SellAction.yml",
"TinyLife.Actions.SellAction.AndThenInitialize": "TinyLife.Actions.SellAction.yml", "TinyLife.Actions.SellAction.AndThenInitialize": "TinyLife.Actions.SellAction.yml",
"TinyLife.Actions.SellAction.AndThenIsCompleted": "TinyLife.Actions.SellAction.yml", "TinyLife.Actions.SellAction.AndThenIsCompleted": "TinyLife.Actions.SellAction.yml",
@ -582,22 +634,31 @@
"TinyLife.Actions.SitAction.CanMultitask(TinyLife.Actions.Action)": "TinyLife.Actions.SitAction.yml", "TinyLife.Actions.SitAction.CanMultitask(TinyLife.Actions.Action)": "TinyLife.Actions.SitAction.yml",
"TinyLife.Actions.SitAction.CreateFirstActions": "TinyLife.Actions.SitAction.yml", "TinyLife.Actions.SitAction.CreateFirstActions": "TinyLife.Actions.SitAction.yml",
"TinyLife.Actions.SocialAction": "TinyLife.Actions.SocialAction.yml", "TinyLife.Actions.SocialAction": "TinyLife.Actions.SocialAction.yml",
"TinyLife.Actions.SocialAction.#ctor(TinyLife.Actions.ActionInfo)": "TinyLife.Actions.SocialAction.yml",
"TinyLife.Actions.SocialAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)": "TinyLife.Actions.SocialAction.yml", "TinyLife.Actions.SocialAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)": "TinyLife.Actions.SocialAction.yml",
"TinyLife.Actions.SocialAction.AndThenInitialize": "TinyLife.Actions.SocialAction.yml",
"TinyLife.Actions.SocialAction.AndThenIsCompleted": "TinyLife.Actions.SocialAction.yml", "TinyLife.Actions.SocialAction.AndThenIsCompleted": "TinyLife.Actions.SocialAction.yml",
"TinyLife.Actions.SocialAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.SocialAction.yml", "TinyLife.Actions.SocialAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.SocialAction.yml",
"TinyLife.Actions.SocialAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.SocialAction.yml", "TinyLife.Actions.SocialAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.SocialAction.yml",
"TinyLife.Actions.SocialAction.CanCancel(TinyLife.Actions.Action)": "TinyLife.Actions.SocialAction.yml", "TinyLife.Actions.SocialAction.CanCancel(TinyLife.Actions.Action)": "TinyLife.Actions.SocialAction.yml",
"TinyLife.Actions.SocialAction.CanMultitask(TinyLife.Actions.Action)": "TinyLife.Actions.SocialAction.yml", "TinyLife.Actions.SocialAction.CanMultitask(TinyLife.Actions.Action)": "TinyLife.Actions.SocialAction.yml",
"TinyLife.Actions.SocialAction.CanStartNow": "TinyLife.Actions.SocialAction.yml",
"TinyLife.Actions.SocialAction.ConversationTime": "TinyLife.Actions.SocialAction.yml", "TinyLife.Actions.SocialAction.ConversationTime": "TinyLife.Actions.SocialAction.yml",
"TinyLife.Actions.SocialAction.CreateAskOffer(System.String,TinyLife.Objects.ObjectCategory,System.Type,TinyLife.Actions.ActionType.CanExecuteDelegate,TinyLife.Actions.ActionType.CanExecuteDelegate,System.Nullable{TinyLife.Actions.ActionType.AiSettings},System.Nullable{TinyLife.Actions.ActionType.AiSettings},System.Nullable{TinyLife.Actions.CanExecuteResult})": "TinyLife.Actions.SocialAction.yml",
"TinyLife.Actions.SocialAction.CreateFirstActions": "TinyLife.Actions.SocialAction.yml", "TinyLife.Actions.SocialAction.CreateFirstActions": "TinyLife.Actions.SocialAction.yml",
"TinyLife.Actions.SocialAction.EnqueuePartnerAction(TinyLife.Actions.ActionInfo)": "TinyLife.Actions.SocialAction.yml", "TinyLife.Actions.SocialAction.EnqueuePartnerAction(TinyLife.Actions.ActionInfo)": "TinyLife.Actions.SocialAction.yml",
"TinyLife.Actions.SocialAction.GetDisplayName": "TinyLife.Actions.SocialAction.yml", "TinyLife.Actions.SocialAction.GetDisplayName": "TinyLife.Actions.SocialAction.yml",
"TinyLife.Actions.SocialAction.GetHelper(System.Boolean)": "TinyLife.Actions.SocialAction.yml",
"TinyLife.Actions.SocialAction.GetMaxWaitTime": "TinyLife.Actions.SocialAction.yml", "TinyLife.Actions.SocialAction.GetMaxWaitTime": "TinyLife.Actions.SocialAction.yml",
"TinyLife.Actions.SocialAction.Id": "TinyLife.Actions.SocialAction.yml", "TinyLife.Actions.SocialAction.GetRecipientAction(System.Boolean)": "TinyLife.Actions.SocialAction.yml",
"TinyLife.Actions.SocialAction.InitializeConversation": "TinyLife.Actions.SocialAction.yml",
"TinyLife.Actions.SocialAction.InProgressTime": "TinyLife.Actions.SocialAction.yml", "TinyLife.Actions.SocialAction.InProgressTime": "TinyLife.Actions.SocialAction.yml",
"TinyLife.Actions.SocialAction.InvokeForBoth(System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person})": "TinyLife.Actions.SocialAction.yml", "TinyLife.Actions.SocialAction.InvokeForBoth(System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person})": "TinyLife.Actions.SocialAction.yml",
"TinyLife.Actions.SocialAction.IsConversationCompleted": "TinyLife.Actions.SocialAction.yml", "TinyLife.Actions.SocialAction.IsConversationCompleted": "TinyLife.Actions.SocialAction.yml",
"TinyLife.Actions.SocialAction.IsHelper(System.Boolean)": "TinyLife.Actions.SocialAction.yml",
"TinyLife.Actions.SocialAction.IsMain": "TinyLife.Actions.SocialAction.yml", "TinyLife.Actions.SocialAction.IsMain": "TinyLife.Actions.SocialAction.yml",
"TinyLife.Actions.SocialAction.MainAction": "TinyLife.Actions.SocialAction.yml",
"TinyLife.Actions.SocialAction.OnBothCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.SocialAction.yml",
"TinyLife.Actions.SocialAction.Partner": "TinyLife.Actions.SocialAction.yml", "TinyLife.Actions.SocialAction.Partner": "TinyLife.Actions.SocialAction.yml",
"TinyLife.Actions.SocialAction.PartnerAction": "TinyLife.Actions.SocialAction.yml", "TinyLife.Actions.SocialAction.PartnerAction": "TinyLife.Actions.SocialAction.yml",
"TinyLife.Actions.SocialAction.StartPartnerAction": "TinyLife.Actions.SocialAction.StartPartnerAction.yml", "TinyLife.Actions.SocialAction.StartPartnerAction": "TinyLife.Actions.SocialAction.StartPartnerAction.yml",
@ -626,12 +687,14 @@
"TinyLife.Actions.TalkAction.OnTalkSuccess": "TinyLife.Actions.TalkAction.yml", "TinyLife.Actions.TalkAction.OnTalkSuccess": "TinyLife.Actions.TalkAction.yml",
"TinyLife.Actions.TalkAction.Settings": "TinyLife.Actions.TalkAction.yml", "TinyLife.Actions.TalkAction.Settings": "TinyLife.Actions.TalkAction.yml",
"TinyLife.Actions.TalkAction.TalkSettings": "TinyLife.Actions.TalkAction.TalkSettings.yml", "TinyLife.Actions.TalkAction.TalkSettings": "TinyLife.Actions.TalkAction.TalkSettings.yml",
"TinyLife.Actions.TalkAction.TalkSettings.#ctor": "TinyLife.Actions.TalkAction.TalkSettings.yml",
"TinyLife.Actions.TalkAction.TalkSettings.CanDoRandomly": "TinyLife.Actions.TalkAction.TalkSettings.yml", "TinyLife.Actions.TalkAction.TalkSettings.CanDoRandomly": "TinyLife.Actions.TalkAction.TalkSettings.yml",
"TinyLife.Actions.TalkAction.TalkSettings.CanExecute": "TinyLife.Actions.TalkAction.TalkSettings.yml", "TinyLife.Actions.TalkAction.TalkSettings.CanExecute": "TinyLife.Actions.TalkAction.TalkSettings.yml",
"TinyLife.Actions.TalkAction.TalkSettings.CheckCanExecute(TinyLife.Actions.ActionInfo,System.Boolean)": "TinyLife.Actions.TalkAction.TalkSettings.yml", "TinyLife.Actions.TalkAction.TalkSettings.CheckCanExecute(TinyLife.Actions.ActionInfo,System.Boolean)": "TinyLife.Actions.TalkAction.TalkSettings.yml",
"TinyLife.Actions.TalkAction.TalkSettings.EmoteCategory": "TinyLife.Actions.TalkAction.TalkSettings.yml", "TinyLife.Actions.TalkAction.TalkSettings.EmoteCategory": "TinyLife.Actions.TalkAction.TalkSettings.yml",
"TinyLife.Actions.TalkAction.TalkSettings.EvaluateFully(TinyLife.Actions.SocialAction)": "TinyLife.Actions.TalkAction.TalkSettings.yml", "TinyLife.Actions.TalkAction.TalkSettings.EvaluateFully(TinyLife.Actions.SocialAction)": "TinyLife.Actions.TalkAction.TalkSettings.yml",
"TinyLife.Actions.TalkAction.TalkSettings.EvaluateSimple(TinyLife.Actions.Action,TinyLife.Objects.Person,System.Single,System.Single)": "TinyLife.Actions.TalkAction.TalkSettings.yml", "TinyLife.Actions.TalkAction.TalkSettings.EvaluateSimple(TinyLife.Actions.Action,TinyLife.Objects.Person,System.Single,System.Single)": "TinyLife.Actions.TalkAction.TalkSettings.yml",
"TinyLife.Actions.TalkAction.TalkSettings.EvaluateValues(TinyLife.Actions.ActionInfo,TinyLife.Objects.Person,System.Single,System.Single)": "TinyLife.Actions.TalkAction.TalkSettings.yml",
"TinyLife.Actions.TalkAction.TalkSettings.EvaluationResult": "TinyLife.Actions.TalkAction.TalkSettings.EvaluationResult.yml", "TinyLife.Actions.TalkAction.TalkSettings.EvaluationResult": "TinyLife.Actions.TalkAction.TalkSettings.EvaluationResult.yml",
"TinyLife.Actions.TalkAction.TalkSettings.FailEmotion": "TinyLife.Actions.TalkAction.TalkSettings.yml", "TinyLife.Actions.TalkAction.TalkSettings.FailEmotion": "TinyLife.Actions.TalkAction.TalkSettings.yml",
"TinyLife.Actions.TalkAction.TalkSettings.FriendshipGain": "TinyLife.Actions.TalkAction.TalkSettings.yml", "TinyLife.Actions.TalkAction.TalkSettings.FriendshipGain": "TinyLife.Actions.TalkAction.TalkSettings.yml",
@ -660,19 +723,26 @@
"TinyLife.Actions.Typeless": "TinyLife.Actions.Typeless.yml", "TinyLife.Actions.Typeless": "TinyLife.Actions.Typeless.yml",
"TinyLife.Actions.Typeless.DeferredAction": "TinyLife.Actions.Typeless.DeferredAction.yml", "TinyLife.Actions.Typeless.DeferredAction": "TinyLife.Actions.Typeless.DeferredAction.yml",
"TinyLife.Actions.Typeless.DeferredAction.#ctor(TinyLife.Actions.ActionInfo)": "TinyLife.Actions.Typeless.DeferredAction.yml", "TinyLife.Actions.Typeless.DeferredAction.#ctor(TinyLife.Actions.ActionInfo)": "TinyLife.Actions.Typeless.DeferredAction.yml",
"TinyLife.Actions.Typeless.DeferredAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)": "TinyLife.Actions.Typeless.DeferredAction.yml",
"TinyLife.Actions.Typeless.DeferredAction.Action": "TinyLife.Actions.Typeless.DeferredAction.yml",
"TinyLife.Actions.Typeless.DeferredAction.CanMultitask(TinyLife.Actions.Action)": "TinyLife.Actions.Typeless.DeferredAction.yml",
"TinyLife.Actions.Typeless.DeferredAction.CreateAction": "TinyLife.Actions.Typeless.DeferredAction.yml", "TinyLife.Actions.Typeless.DeferredAction.CreateAction": "TinyLife.Actions.Typeless.DeferredAction.yml",
"TinyLife.Actions.Typeless.DeferredAction.FullyInProgress": "TinyLife.Actions.Typeless.DeferredAction.yml",
"TinyLife.Actions.Typeless.DeferredAction.Initialize": "TinyLife.Actions.Typeless.DeferredAction.yml", "TinyLife.Actions.Typeless.DeferredAction.Initialize": "TinyLife.Actions.Typeless.DeferredAction.yml",
"TinyLife.Actions.Typeless.DeferredAction.InProgressTime": "TinyLife.Actions.Typeless.DeferredAction.yml",
"TinyLife.Actions.Typeless.DeferredAction.IsCompleted": "TinyLife.Actions.Typeless.DeferredAction.yml", "TinyLife.Actions.Typeless.DeferredAction.IsCompleted": "TinyLife.Actions.Typeless.DeferredAction.yml",
"TinyLife.Actions.Typeless.DeferredAction.OnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.Typeless.DeferredAction.yml", "TinyLife.Actions.Typeless.DeferredAction.OnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.Typeless.DeferredAction.yml",
"TinyLife.Actions.Typeless.DeferredAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.Typeless.DeferredAction.yml", "TinyLife.Actions.Typeless.DeferredAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.Typeless.DeferredAction.yml",
"TinyLife.Actions.Typeless.DeferredAction.Validate(TinyLife.Objects.Person)": "TinyLife.Actions.Typeless.DeferredAction.yml", "TinyLife.Actions.Typeless.DeferredAction.Validate(TinyLife.Objects.Person)": "TinyLife.Actions.Typeless.DeferredAction.yml",
"TinyLife.Actions.Typeless.PathfindToPersonAction": "TinyLife.Actions.Typeless.PathfindToPersonAction.yml", "TinyLife.Actions.Typeless.PathfindToPersonAction": "TinyLife.Actions.Typeless.PathfindToPersonAction.yml",
"TinyLife.Actions.Typeless.PathfindToPersonAction.#ctor(TinyLife.Actions.ActionInfo)": "TinyLife.Actions.Typeless.PathfindToPersonAction.yml", "TinyLife.Actions.Typeless.PathfindToPersonAction.#ctor(TinyLife.Actions.ActionInfo)": "TinyLife.Actions.Typeless.PathfindToPersonAction.yml",
"TinyLife.Actions.Typeless.PathfindToPersonAction.DriveSpeedMultiplier": "TinyLife.Actions.Typeless.PathfindToPersonAction.yml",
"TinyLife.Actions.Typeless.PathfindToPersonAction.GetMaxPathfindTime": "TinyLife.Actions.Typeless.PathfindToPersonAction.yml", "TinyLife.Actions.Typeless.PathfindToPersonAction.GetMaxPathfindTime": "TinyLife.Actions.Typeless.PathfindToPersonAction.yml",
"TinyLife.Actions.Typeless.PathfindToPersonAction.IsCompleted": "TinyLife.Actions.Typeless.PathfindToPersonAction.yml", "TinyLife.Actions.Typeless.PathfindToPersonAction.IsCompleted": "TinyLife.Actions.Typeless.PathfindToPersonAction.yml",
"TinyLife.Actions.Typeless.PathfindToPersonAction.OnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.Typeless.PathfindToPersonAction.yml", "TinyLife.Actions.Typeless.PathfindToPersonAction.OnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.Typeless.PathfindToPersonAction.yml",
"TinyLife.Actions.Typeless.PathfindToPersonAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.Typeless.PathfindToPersonAction.yml", "TinyLife.Actions.Typeless.PathfindToPersonAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.Typeless.PathfindToPersonAction.yml",
"TinyLife.Actions.Typeless.PathfindToPersonAction.Validate(TinyLife.Objects.Person)": "TinyLife.Actions.Typeless.PathfindToPersonAction.yml", "TinyLife.Actions.Typeless.PathfindToPersonAction.Validate(TinyLife.Objects.Person)": "TinyLife.Actions.Typeless.PathfindToPersonAction.yml",
"TinyLife.Actions.Typeless.PathfindToPersonAction.WalkSpeedMultiplier": "TinyLife.Actions.Typeless.PathfindToPersonAction.yml",
"TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction": "TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.yml", "TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction": "TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.yml",
"TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.#ctor(TinyLife.Actions.ActionInfo,System.Guid[])": "TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.yml", "TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.#ctor(TinyLife.Actions.ActionInfo,System.Guid[])": "TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.yml",
"TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.ExcludedPeople": "TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.yml", "TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.ExcludedPeople": "TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.yml",
@ -746,6 +816,12 @@
"TinyLife.Debug.DebugDelegate": "TinyLife.Debug.DebugDelegate.yml", "TinyLife.Debug.DebugDelegate": "TinyLife.Debug.DebugDelegate.yml",
"TinyLife.Debug.DebugLines": "TinyLife.Debug.yml", "TinyLife.Debug.DebugLines": "TinyLife.Debug.yml",
"TinyLife.Debug.TryCheat(System.String)": "TinyLife.Debug.yml", "TinyLife.Debug.TryCheat(System.String)": "TinyLife.Debug.yml",
"TinyLife.DebugAction": "TinyLife.DebugAction.yml",
"TinyLife.DebugAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)": "TinyLife.DebugAction.yml",
"TinyLife.DebugAction.Create(System.String,TinyLife.Objects.ObjectCategory,System.Type,TinyLife.Actions.ActionType.CanExecuteDelegate)": "TinyLife.DebugAction.yml",
"TinyLife.DebugAction.IsCompleted": "TinyLife.DebugAction.yml",
"TinyLife.DebugAction.OnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.DebugAction.yml",
"TinyLife.DebugAction.Run": "TinyLife.DebugAction.yml",
"TinyLife.Emotions": "TinyLife.Emotions.yml", "TinyLife.Emotions": "TinyLife.Emotions.yml",
"TinyLife.Emotions.CombinedEmotionSource": "TinyLife.Emotions.CombinedEmotionSource.yml", "TinyLife.Emotions.CombinedEmotionSource": "TinyLife.Emotions.CombinedEmotionSource.yml",
"TinyLife.Emotions.CombinedEmotionSource.#ctor(TinyLife.Emotions.IEmotionSource[])": "TinyLife.Emotions.CombinedEmotionSource.yml", "TinyLife.Emotions.CombinedEmotionSource.#ctor(TinyLife.Emotions.IEmotionSource[])": "TinyLife.Emotions.CombinedEmotionSource.yml",
@ -839,6 +915,7 @@
"TinyLife.Emotions.EmotionModifier.GymTrainerPositive": "TinyLife.Emotions.EmotionModifier.yml", "TinyLife.Emotions.EmotionModifier.GymTrainerPositive": "TinyLife.Emotions.EmotionModifier.yml",
"TinyLife.Emotions.EmotionModifier.HackingFail": "TinyLife.Emotions.EmotionModifier.yml", "TinyLife.Emotions.EmotionModifier.HackingFail": "TinyLife.Emotions.EmotionModifier.yml",
"TinyLife.Emotions.EmotionModifier.HadToGetFoodSomewhereElse": "TinyLife.Emotions.EmotionModifier.yml", "TinyLife.Emotions.EmotionModifier.HadToGetFoodSomewhereElse": "TinyLife.Emotions.EmotionModifier.yml",
"TinyLife.Emotions.EmotionModifier.HomeworkHelp": "TinyLife.Emotions.EmotionModifier.yml",
"TinyLife.Emotions.EmotionModifier.Icon": "TinyLife.Emotions.EmotionModifier.yml", "TinyLife.Emotions.EmotionModifier.Icon": "TinyLife.Emotions.EmotionModifier.yml",
"TinyLife.Emotions.EmotionModifier.InspiredByPride": "TinyLife.Emotions.EmotionModifier.yml", "TinyLife.Emotions.EmotionModifier.InspiredByPride": "TinyLife.Emotions.EmotionModifier.yml",
"TinyLife.Emotions.EmotionModifier.InspiringIdeas": "TinyLife.Emotions.EmotionModifier.yml", "TinyLife.Emotions.EmotionModifier.InspiringIdeas": "TinyLife.Emotions.EmotionModifier.yml",
@ -879,6 +956,9 @@
"TinyLife.Emotions.EmotionModifier.PineappleOnPizzaNegative": "TinyLife.Emotions.EmotionModifier.yml", "TinyLife.Emotions.EmotionModifier.PineappleOnPizzaNegative": "TinyLife.Emotions.EmotionModifier.yml",
"TinyLife.Emotions.EmotionModifier.PleasantInteraction": "TinyLife.Emotions.EmotionModifier.yml", "TinyLife.Emotions.EmotionModifier.PleasantInteraction": "TinyLife.Emotions.EmotionModifier.yml",
"TinyLife.Emotions.EmotionModifier.PositiveGauge": "TinyLife.Emotions.EmotionModifier.yml", "TinyLife.Emotions.EmotionModifier.PositiveGauge": "TinyLife.Emotions.EmotionModifier.yml",
"TinyLife.Emotions.EmotionModifier.PottyFail": "TinyLife.Emotions.EmotionModifier.yml",
"TinyLife.Emotions.EmotionModifier.PottyNotListening": "TinyLife.Emotions.EmotionModifier.yml",
"TinyLife.Emotions.EmotionModifier.PottySuccess": "TinyLife.Emotions.EmotionModifier.yml",
"TinyLife.Emotions.EmotionModifier.Promoted": "TinyLife.Emotions.EmotionModifier.yml", "TinyLife.Emotions.EmotionModifier.Promoted": "TinyLife.Emotions.EmotionModifier.yml",
"TinyLife.Emotions.EmotionModifier.ProteinShakeCreative": "TinyLife.Emotions.EmotionModifier.yml", "TinyLife.Emotions.EmotionModifier.ProteinShakeCreative": "TinyLife.Emotions.EmotionModifier.yml",
"TinyLife.Emotions.EmotionModifier.ProteinShakeEnergetic": "TinyLife.Emotions.EmotionModifier.yml", "TinyLife.Emotions.EmotionModifier.ProteinShakeEnergetic": "TinyLife.Emotions.EmotionModifier.yml",
@ -920,6 +1000,7 @@
"TinyLife.Emotions.EmotionModifier.StrokeOfGenius": "TinyLife.Emotions.EmotionModifier.yml", "TinyLife.Emotions.EmotionModifier.StrokeOfGenius": "TinyLife.Emotions.EmotionModifier.yml",
"TinyLife.Emotions.EmotionModifier.SuccessfullyPublished": "TinyLife.Emotions.EmotionModifier.yml", "TinyLife.Emotions.EmotionModifier.SuccessfullyPublished": "TinyLife.Emotions.EmotionModifier.yml",
"TinyLife.Emotions.EmotionModifier.SuccessfulRummaging": "TinyLife.Emotions.EmotionModifier.yml", "TinyLife.Emotions.EmotionModifier.SuccessfulRummaging": "TinyLife.Emotions.EmotionModifier.yml",
"TinyLife.Emotions.EmotionModifier.TastyTea": "TinyLife.Emotions.EmotionModifier.yml",
"TinyLife.Emotions.EmotionModifier.TerribleAtSchool": "TinyLife.Emotions.EmotionModifier.yml", "TinyLife.Emotions.EmotionModifier.TerribleAtSchool": "TinyLife.Emotions.EmotionModifier.yml",
"TinyLife.Emotions.EmotionModifier.ThrewAwayInsteadOfCleaning": "TinyLife.Emotions.EmotionModifier.yml", "TinyLife.Emotions.EmotionModifier.ThrewAwayInsteadOfCleaning": "TinyLife.Emotions.EmotionModifier.yml",
"TinyLife.Emotions.EmotionModifier.ThriftyBoughtCheapItem": "TinyLife.Emotions.EmotionModifier.yml", "TinyLife.Emotions.EmotionModifier.ThriftyBoughtCheapItem": "TinyLife.Emotions.EmotionModifier.yml",
@ -996,9 +1077,12 @@
"TinyLife.GameImpl.GraphicsMetrics": "TinyLife.GameImpl.yml", "TinyLife.GameImpl.GraphicsMetrics": "TinyLife.GameImpl.yml",
"TinyLife.GameImpl.Instance": "TinyLife.GameImpl.yml", "TinyLife.GameImpl.Instance": "TinyLife.GameImpl.yml",
"TinyLife.GameImpl.IsCursorOnUi": "TinyLife.GameImpl.yml", "TinyLife.GameImpl.IsCursorOnUi": "TinyLife.GameImpl.yml",
"TinyLife.GameImpl.IsLotVisible(TinyLife.World.Lot)": "TinyLife.GameImpl.yml",
"TinyLife.GameImpl.Listener": "TinyLife.GameImpl.yml", "TinyLife.GameImpl.Listener": "TinyLife.GameImpl.yml",
"TinyLife.GameImpl.LoadContent": "TinyLife.GameImpl.yml", "TinyLife.GameImpl.LoadContent": "TinyLife.GameImpl.yml",
"TinyLife.GameImpl.Map": "TinyLife.GameImpl.yml", "TinyLife.GameImpl.Map": "TinyLife.GameImpl.yml",
"TinyLife.GameImpl.MarkLotNonVisible(TinyLife.World.Lot)": "TinyLife.GameImpl.yml",
"TinyLife.GameImpl.MarkLotVisible(TinyLife.World.Lot)": "TinyLife.GameImpl.yml",
"TinyLife.GameImpl.Mode": "TinyLife.GameImpl.yml", "TinyLife.GameImpl.Mode": "TinyLife.GameImpl.yml",
"TinyLife.GameImpl.Money": "TinyLife.GameImpl.yml", "TinyLife.GameImpl.Money": "TinyLife.GameImpl.yml",
"TinyLife.GameImpl.OnFinishedLoading": "TinyLife.GameImpl.yml", "TinyLife.GameImpl.OnFinishedLoading": "TinyLife.GameImpl.yml",
@ -1308,6 +1392,31 @@
"TinyLife.Goals.TimedGoal.GetProgress": "TinyLife.Goals.TimedGoal.yml", "TinyLife.Goals.TimedGoal.GetProgress": "TinyLife.Goals.TimedGoal.yml",
"TinyLife.Goals.TimedGoal.Reset": "TinyLife.Goals.TimedGoal.yml", "TinyLife.Goals.TimedGoal.Reset": "TinyLife.Goals.TimedGoal.yml",
"TinyLife.Goals.TimedGoal.Trigger(System.TimeSpan)": "TinyLife.Goals.TimedGoal.yml", "TinyLife.Goals.TimedGoal.Trigger(System.TimeSpan)": "TinyLife.Goals.TimedGoal.yml",
"TinyLife.HelpAction": "TinyLife.HelpAction.yml",
"TinyLife.HelpAction.#ctor(TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Objects.Person)": "TinyLife.HelpAction.yml",
"TinyLife.HelpAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Objects.Person)": "TinyLife.HelpAction.yml",
"TinyLife.HelpAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.HelpAction.yml",
"TinyLife.HelpAction.CanMultitask(TinyLife.Actions.Action)": "TinyLife.HelpAction.yml",
"TinyLife.HelpAction.CreateActions(System.String,TinyLife.Objects.ObjectCategory,System.Type,TinyLife.Actions.ActionType.CanExecuteDelegate,TinyLife.Actions.ActionType.CanExecuteDelegate,System.Nullable{TinyLife.Actions.ActionType.AiSettings},System.Nullable{TinyLife.Actions.ActionType.AiSettings})": "TinyLife.HelpAction.yml",
"TinyLife.HelpAction.CreateFirstActions": "TinyLife.HelpAction.yml",
"TinyLife.HelpAction.CreateHelpedAction(TinyLife.Actions.ActionInfo)": "TinyLife.HelpAction.yml",
"TinyLife.HelpAction.GetNextAction(TinyLife.Actions.CompletionType)": "TinyLife.HelpAction.yml",
"TinyLife.HelpAction.HelpedAction": "TinyLife.HelpAction.yml",
"TinyLife.HelpAction.Helper": "TinyLife.HelpAction.yml",
"TinyLife.HelpAction.InitializeConversation": "TinyLife.HelpAction.yml",
"TinyLife.HelpAction.IsHelper": "TinyLife.HelpAction.yml",
"TinyLife.HelpAction.OnChildCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)": "TinyLife.HelpAction.yml",
"TinyLife.HelpAction.OnHelpedActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType)": "TinyLife.HelpAction.yml",
"TinyLife.HelpAction.UpdateConversation(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.HelpAction.yml",
"TinyLife.HelpAction.UpdateHelpedAction(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.HelpAction.yml",
"TinyLife.HelpAction.Validate(TinyLife.Objects.Person)": "TinyLife.HelpAction.yml",
"TinyLife.HoldingPersonAction": "TinyLife.HoldingPersonAction.yml",
"TinyLife.HoldingPersonAction.#ctor(TinyLife.Actions.ActionInfo)": "TinyLife.HoldingPersonAction.yml",
"TinyLife.HoldingPersonAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)": "TinyLife.HoldingPersonAction.yml",
"TinyLife.HoldingPersonAction.CanCancel(TinyLife.Actions.Action)": "TinyLife.HoldingPersonAction.yml",
"TinyLife.HoldingPersonAction.CreateFirstActions": "TinyLife.HoldingPersonAction.yml",
"TinyLife.HoldingPersonAction.CreateLastActions": "TinyLife.HoldingPersonAction.yml",
"TinyLife.HoldingPersonAction.IsHoldingParty": "TinyLife.HoldingPersonAction.yml",
"TinyLife.LnCategory": "TinyLife.LnCategory.yml", "TinyLife.LnCategory": "TinyLife.LnCategory.yml",
"TinyLife.LnCategory.Achievements": "TinyLife.LnCategory.yml", "TinyLife.LnCategory.Achievements": "TinyLife.LnCategory.yml",
"TinyLife.LnCategory.Actions": "TinyLife.LnCategory.yml", "TinyLife.LnCategory.Actions": "TinyLife.LnCategory.yml",
@ -1325,13 +1434,22 @@
"TinyLife.LnCategory.Skills": "TinyLife.LnCategory.yml", "TinyLife.LnCategory.Skills": "TinyLife.LnCategory.yml",
"TinyLife.LnCategory.Ui": "TinyLife.LnCategory.yml", "TinyLife.LnCategory.Ui": "TinyLife.LnCategory.yml",
"TinyLife.Localization": "TinyLife.Localization.yml", "TinyLife.Localization": "TinyLife.Localization.yml",
"TinyLife.Localization.Get(TinyLife.LnCategory,System.String)": "TinyLife.Localization.yml",
"TinyLife.Localization.Get(TinyLife.LnCategory,System.String,System.Object[])": "TinyLife.Localization.yml", "TinyLife.Localization.Get(TinyLife.LnCategory,System.String,System.Object[])": "TinyLife.Localization.yml",
"TinyLife.Localization.Get(TinyLife.LnCategory,System.String)": "TinyLife.Localization.yml",
"TinyLife.Localization.GetKeys(TinyLife.LnCategory)": "TinyLife.Localization.yml", "TinyLife.Localization.GetKeys(TinyLife.LnCategory)": "TinyLife.Localization.yml",
"TinyLife.Localization.LanguageNames": "TinyLife.Localization.yml", "TinyLife.Localization.LanguageNames": "TinyLife.Localization.yml",
"TinyLife.Localization.Names": "TinyLife.Localization.yml", "TinyLife.Localization.Names": "TinyLife.Localization.yml",
"TinyLife.Localization.Reload": "TinyLife.Localization.yml", "TinyLife.Localization.Reload": "TinyLife.Localization.yml",
"TinyLife.Localization.SetLanguage(System.String)": "TinyLife.Localization.yml", "TinyLife.Localization.SetLanguage(System.String)": "TinyLife.Localization.yml",
"TinyLife.MakeTeaAction": "TinyLife.MakeTeaAction.yml",
"TinyLife.MakeTeaAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,TinyLife.Skills.FoodType)": "TinyLife.MakeTeaAction.yml",
"TinyLife.MakeTeaAction.AndThenInitialize": "TinyLife.MakeTeaAction.yml",
"TinyLife.MakeTeaAction.AndThenIsCompleted": "TinyLife.MakeTeaAction.yml",
"TinyLife.MakeTeaAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.MakeTeaAction.yml",
"TinyLife.MakeTeaAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.MakeTeaAction.yml",
"TinyLife.MakeTeaAction.CreateFirstActions": "TinyLife.MakeTeaAction.yml",
"TinyLife.MakeTeaAction.GetNextAction(TinyLife.Actions.CompletionType)": "TinyLife.MakeTeaAction.yml",
"TinyLife.MakeTeaAction.OnEaten(TinyLife.Actions.Action,TinyLife.Objects.FoodTypedItem)": "TinyLife.MakeTeaAction.yml",
"TinyLife.Mods": "TinyLife.Mods.yml", "TinyLife.Mods": "TinyLife.Mods.yml",
"TinyLife.Mods.EventPhase": "TinyLife.Mods.EventPhase.yml", "TinyLife.Mods.EventPhase": "TinyLife.Mods.EventPhase.yml",
"TinyLife.Mods.EventPhase.Post": "TinyLife.Mods.EventPhase.yml", "TinyLife.Mods.EventPhase.Post": "TinyLife.Mods.EventPhase.yml",
@ -1422,6 +1540,7 @@
"TinyLife.Objects.ActionSpot.PicnicTableSpots(Microsoft.Xna.Framework.Point)": "TinyLife.Objects.ActionSpot.yml", "TinyLife.Objects.ActionSpot.PicnicTableSpots(Microsoft.Xna.Framework.Point)": "TinyLife.Objects.ActionSpot.yml",
"TinyLife.Objects.AgeGroup": "TinyLife.Objects.AgeGroup.yml", "TinyLife.Objects.AgeGroup": "TinyLife.Objects.AgeGroup.yml",
"TinyLife.Objects.AgeGroup.Adult": "TinyLife.Objects.AgeGroup.yml", "TinyLife.Objects.AgeGroup.Adult": "TinyLife.Objects.AgeGroup.yml",
"TinyLife.Objects.AgeGroup.Baby": "TinyLife.Objects.AgeGroup.yml",
"TinyLife.Objects.AgeGroup.Child": "TinyLife.Objects.AgeGroup.yml", "TinyLife.Objects.AgeGroup.Child": "TinyLife.Objects.AgeGroup.yml",
"TinyLife.Objects.BreakableFurniture": "TinyLife.Objects.BreakableFurniture.yml", "TinyLife.Objects.BreakableFurniture": "TinyLife.Objects.BreakableFurniture.yml",
"TinyLife.Objects.BreakableFurniture.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2)": "TinyLife.Objects.BreakableFurniture.yml", "TinyLife.Objects.BreakableFurniture.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2)": "TinyLife.Objects.BreakableFurniture.yml",
@ -1459,6 +1578,7 @@
"TinyLife.Objects.Clothes.IsIncompatible": "TinyLife.Objects.Clothes.yml", "TinyLife.Objects.Clothes.IsIncompatible": "TinyLife.Objects.Clothes.yml",
"TinyLife.Objects.Clothes.Layer": "TinyLife.Objects.Clothes.yml", "TinyLife.Objects.Clothes.Layer": "TinyLife.Objects.Clothes.yml",
"TinyLife.Objects.Clothes.Layers": "TinyLife.Objects.Clothes.yml", "TinyLife.Objects.Clothes.Layers": "TinyLife.Objects.Clothes.yml",
"TinyLife.Objects.Clothes.LayersToHide": "TinyLife.Objects.Clothes.yml",
"TinyLife.Objects.Clothes.Name": "TinyLife.Objects.Clothes.yml", "TinyLife.Objects.Clothes.Name": "TinyLife.Objects.Clothes.yml",
"TinyLife.Objects.Clothes.NonBuyable": "TinyLife.Objects.Clothes.yml", "TinyLife.Objects.Clothes.NonBuyable": "TinyLife.Objects.Clothes.yml",
"TinyLife.Objects.Clothes.Price": "TinyLife.Objects.Clothes.yml", "TinyLife.Objects.Clothes.Price": "TinyLife.Objects.Clothes.yml",
@ -1576,7 +1696,7 @@
"TinyLife.Objects.Furniture.GetOccupants(TinyLife.Objects.ObjectCategory,System.Boolean)": "TinyLife.Objects.Furniture.yml", "TinyLife.Objects.Furniture.GetOccupants(TinyLife.Objects.ObjectCategory,System.Boolean)": "TinyLife.Objects.Furniture.yml",
"TinyLife.Objects.Furniture.GetPrice": "TinyLife.Objects.Furniture.yml", "TinyLife.Objects.Furniture.GetPrice": "TinyLife.Objects.Furniture.yml",
"TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)": "TinyLife.Objects.Furniture.yml", "TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)": "TinyLife.Objects.Furniture.yml",
"TinyLife.Objects.Furniture.HasParent": "TinyLife.Objects.Furniture.yml", "TinyLife.Objects.Furniture.HasParentFurniture": "TinyLife.Objects.Furniture.yml",
"TinyLife.Objects.Furniture.HideFromDraw": "TinyLife.Objects.Furniture.yml", "TinyLife.Objects.Furniture.HideFromDraw": "TinyLife.Objects.Furniture.yml",
"TinyLife.Objects.Furniture.Intersects(MLEM.Misc.RectangleF)": "TinyLife.Objects.Furniture.yml", "TinyLife.Objects.Furniture.Intersects(MLEM.Misc.RectangleF)": "TinyLife.Objects.Furniture.yml",
"TinyLife.Objects.Furniture.IsFreeSpot(Microsoft.Xna.Framework.Point)": "TinyLife.Objects.Furniture.yml", "TinyLife.Objects.Furniture.IsFreeSpot(Microsoft.Xna.Framework.Point)": "TinyLife.Objects.Furniture.yml",
@ -1589,6 +1709,7 @@
"TinyLife.Objects.Furniture.OnGetDirty": "TinyLife.Objects.Furniture.yml", "TinyLife.Objects.Furniture.OnGetDirty": "TinyLife.Objects.Furniture.yml",
"TinyLife.Objects.Furniture.OnNeighborChanged(TinyLife.Objects.Furniture)": "TinyLife.Objects.Furniture.yml", "TinyLife.Objects.Furniture.OnNeighborChanged(TinyLife.Objects.Furniture)": "TinyLife.Objects.Furniture.yml",
"TinyLife.Objects.Furniture.OnPlacedInBuildMode(TinyLife.Tools.FurniturePlacer,System.Boolean)": "TinyLife.Objects.Furniture.yml", "TinyLife.Objects.Furniture.OnPlacedInBuildMode(TinyLife.Tools.FurniturePlacer,System.Boolean)": "TinyLife.Objects.Furniture.yml",
"TinyLife.Objects.Furniture.OnPositionChanged(Microsoft.Xna.Framework.Vector2)": "TinyLife.Objects.Furniture.yml",
"TinyLife.Objects.Furniture.OnRemoved": "TinyLife.Objects.Furniture.yml", "TinyLife.Objects.Furniture.OnRemoved": "TinyLife.Objects.Furniture.yml",
"TinyLife.Objects.Furniture.OnSetCreator": "TinyLife.Objects.Furniture.yml", "TinyLife.Objects.Furniture.OnSetCreator": "TinyLife.Objects.Furniture.yml",
"TinyLife.Objects.Furniture.ParentFurniture": "TinyLife.Objects.Furniture.yml", "TinyLife.Objects.Furniture.ParentFurniture": "TinyLife.Objects.Furniture.yml",
@ -1598,7 +1719,6 @@
"TinyLife.Objects.Furniture.Random": "TinyLife.Objects.Furniture.yml", "TinyLife.Objects.Furniture.Random": "TinyLife.Objects.Furniture.yml",
"TinyLife.Objects.Furniture.RemoveAndUnlink": "TinyLife.Objects.Furniture.yml", "TinyLife.Objects.Furniture.RemoveAndUnlink": "TinyLife.Objects.Furniture.yml",
"TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)": "TinyLife.Objects.Furniture.yml", "TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)": "TinyLife.Objects.Furniture.yml",
"TinyLife.Objects.Furniture.RemoveChildren``1(System.Predicate{``0})": "TinyLife.Objects.Furniture.yml",
"TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)": "TinyLife.Objects.Furniture.yml", "TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)": "TinyLife.Objects.Furniture.yml",
"TinyLife.Objects.Furniture.Rotation": "TinyLife.Objects.Furniture.yml", "TinyLife.Objects.Furniture.Rotation": "TinyLife.Objects.Furniture.yml",
"TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,MLEM.Misc.Direction2)": "TinyLife.Objects.Furniture.yml", "TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,MLEM.Misc.Direction2)": "TinyLife.Objects.Furniture.yml",
@ -1612,6 +1732,7 @@
"TinyLife.Objects.Furniture.Visibility": "TinyLife.Objects.Furniture.yml", "TinyLife.Objects.Furniture.Visibility": "TinyLife.Objects.Furniture.yml",
"TinyLife.Objects.Furniture.VisualRotation": "TinyLife.Objects.Furniture.yml", "TinyLife.Objects.Furniture.VisualRotation": "TinyLife.Objects.Furniture.yml",
"TinyLife.Objects.FurnitureType": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.BabyBook": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.BaristaCoffeeMachine": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.BaristaCoffeeMachine": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.BigBush": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.BigBush": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.BigRocks": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.BigRocks": "TinyLife.Objects.FurnitureType.yml",
@ -1625,6 +1746,7 @@
"TinyLife.Objects.FurnitureType.BulbFairyLights": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.BulbFairyLights": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.CafeDisplayCase": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.CafeDisplayCase": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.CafeSign": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.CafeSign": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.Cattails": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.ChildStove": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.ChildStove": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.ColorfulCandles": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.ColorfulCandles": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.ColoringBook": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.ColoringBook": "TinyLife.Objects.FurnitureType.yml",
@ -1690,6 +1812,7 @@
"TinyLife.Objects.FurnitureType.ModernBedsideLamp": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.ModernBedsideLamp": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.ModernChair": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.ModernChair": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.ModernComputer": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.ModernComputer": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.ModernCrib": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.ModernFridge": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.ModernFridge": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.ModernSingleBed": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.ModernSingleBed": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.ModernSink": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.ModernSink": "TinyLife.Objects.FurnitureType.yml",
@ -1717,6 +1840,7 @@
"TinyLife.Objects.FurnitureType.Puzzle": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.Puzzle": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.Register(TinyLife.Objects.FurnitureType.TypeSettings)": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.Register(TinyLife.Objects.FurnitureType.TypeSettings)": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.Rotations": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.Rotations": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.RoundCeilingLamp": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.Sandbox": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.Sandbox": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.Settings": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.Settings": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.SimpleBar": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.SimpleBar": "TinyLife.Objects.FurnitureType.yml",
@ -1724,21 +1848,25 @@
"TinyLife.Objects.FurnitureType.SimpleBookshelf": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.SimpleBookshelf": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.SimpleCeilingLamp": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.SimpleCeilingLamp": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.SimpleChair": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.SimpleChair": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.SimpleChangingStation": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.SimpleCounter": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.SimpleCounter": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.SimpleDesk": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.SimpleDesk": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.SimpleDoubleSidedBookshelf": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.SimpleDoubleSidedBookshelf": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.SimpleDrawer": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.SimpleDrawer": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.SimpleEasel": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.SimpleEasel": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.SimpleGroundLight": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.SimpleLamp": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.SimpleLamp": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.SimpleLowTable": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.SimpleLowTable": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.SimpleNightstand": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.SimpleNightstand": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.SimpleOpenShower": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.SimpleOpenShower": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.SimplePicnicTable": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.SimplePicnicTable": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.SimplePotty": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.SimpleShower": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.SimpleShower": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.SimpleSofa": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.SimpleSofa": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.SimpleStoneWall": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.SimpleStoneWall": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.SimpleToilet": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.SimpleToilet": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.SimpleWallSink": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.SimpleWallSink": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.SingleLilyPad": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.SkillBooks": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.SkillBooks": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.SmallBarbecue": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.SmallBarbecue": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.SmallBlinds": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.SmallBlinds": "TinyLife.Objects.FurnitureType.yml",
@ -1767,6 +1895,7 @@
"TinyLife.Objects.FurnitureType.Succulents": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.Succulents": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.SwirlWoodworkingLamp": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.SwirlWoodworkingLamp": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.TallCountryFence": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.TallCountryFence": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.TeaKit": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.Textures": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.Textures": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.TinyDinnerTable": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.TinyDinnerTable": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.ToString": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.ToString": "TinyLife.Objects.FurnitureType.yml",
@ -1799,8 +1928,8 @@
"TinyLife.Objects.FurnitureType.TypeSettings.GetData``1(System.String)": "TinyLife.Objects.FurnitureType.TypeSettings.yml", "TinyLife.Objects.FurnitureType.TypeSettings.GetData``1(System.String)": "TinyLife.Objects.FurnitureType.TypeSettings.yml",
"TinyLife.Objects.FurnitureType.TypeSettings.GetDataKeys": "TinyLife.Objects.FurnitureType.TypeSettings.yml", "TinyLife.Objects.FurnitureType.TypeSettings.GetDataKeys": "TinyLife.Objects.FurnitureType.TypeSettings.yml",
"TinyLife.Objects.FurnitureType.TypeSettings.GetDisplayName": "TinyLife.Objects.FurnitureType.TypeSettings.yml", "TinyLife.Objects.FurnitureType.TypeSettings.GetDisplayName": "TinyLife.Objects.FurnitureType.TypeSettings.yml",
"TinyLife.Objects.FurnitureType.TypeSettings.HeldArmsOut": "TinyLife.Objects.FurnitureType.TypeSettings.yml",
"TinyLife.Objects.FurnitureType.TypeSettings.HeldPivot": "TinyLife.Objects.FurnitureType.TypeSettings.yml", "TinyLife.Objects.FurnitureType.TypeSettings.HeldPivot": "TinyLife.Objects.FurnitureType.TypeSettings.yml",
"TinyLife.Objects.FurnitureType.TypeSettings.HeldScale": "TinyLife.Objects.FurnitureType.TypeSettings.yml",
"TinyLife.Objects.FurnitureType.TypeSettings.Icon": "TinyLife.Objects.FurnitureType.TypeSettings.yml", "TinyLife.Objects.FurnitureType.TypeSettings.Icon": "TinyLife.Objects.FurnitureType.TypeSettings.yml",
"TinyLife.Objects.FurnitureType.TypeSettings.IsAllowedInSpot": "TinyLife.Objects.FurnitureType.TypeSettings.yml", "TinyLife.Objects.FurnitureType.TypeSettings.IsAllowedInSpot": "TinyLife.Objects.FurnitureType.TypeSettings.yml",
"TinyLife.Objects.FurnitureType.TypeSettings.LightSettings": "TinyLife.Objects.FurnitureType.TypeSettings.yml", "TinyLife.Objects.FurnitureType.TypeSettings.LightSettings": "TinyLife.Objects.FurnitureType.TypeSettings.yml",
@ -1899,6 +2028,7 @@
"TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)": "TinyLife.Objects.MapObject.yml", "TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)": "TinyLife.Objects.MapObject.yml",
"TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)": "TinyLife.Objects.MapObject.yml", "TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)": "TinyLife.Objects.MapObject.yml",
"TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)": "TinyLife.Objects.MapObject.yml", "TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)": "TinyLife.Objects.MapObject.yml",
"TinyLife.Objects.MapObject.HoldingPerson": "TinyLife.Objects.MapObject.yml",
"TinyLife.Objects.MapObject.Id": "TinyLife.Objects.MapObject.yml", "TinyLife.Objects.MapObject.Id": "TinyLife.Objects.MapObject.yml",
"TinyLife.Objects.MapObject.Intersects(MLEM.Misc.RectangleF)": "TinyLife.Objects.MapObject.yml", "TinyLife.Objects.MapObject.Intersects(MLEM.Misc.RectangleF)": "TinyLife.Objects.MapObject.yml",
"TinyLife.Objects.MapObject.IsFreeSpot(Microsoft.Xna.Framework.Point)": "TinyLife.Objects.MapObject.yml", "TinyLife.Objects.MapObject.IsFreeSpot(Microsoft.Xna.Framework.Point)": "TinyLife.Objects.MapObject.yml",
@ -1911,6 +2041,7 @@
"TinyLife.Objects.MapObject.OnDraw": "TinyLife.Objects.MapObject.yml", "TinyLife.Objects.MapObject.OnDraw": "TinyLife.Objects.MapObject.yml",
"TinyLife.Objects.MapObject.OnEventsAttachable": "TinyLife.Objects.MapObject.yml", "TinyLife.Objects.MapObject.OnEventsAttachable": "TinyLife.Objects.MapObject.yml",
"TinyLife.Objects.MapObject.OnGetHoverInfo": "TinyLife.Objects.MapObject.yml", "TinyLife.Objects.MapObject.OnGetHoverInfo": "TinyLife.Objects.MapObject.yml",
"TinyLife.Objects.MapObject.OnPositionChanged(Microsoft.Xna.Framework.Vector2)": "TinyLife.Objects.MapObject.yml",
"TinyLife.Objects.MapObject.OnRemoved": "TinyLife.Objects.MapObject.yml", "TinyLife.Objects.MapObject.OnRemoved": "TinyLife.Objects.MapObject.yml",
"TinyLife.Objects.MapObject.OnUpdate": "TinyLife.Objects.MapObject.yml", "TinyLife.Objects.MapObject.OnUpdate": "TinyLife.Objects.MapObject.yml",
"TinyLife.Objects.MapObject.OnValidated": "TinyLife.Objects.MapObject.yml", "TinyLife.Objects.MapObject.OnValidated": "TinyLife.Objects.MapObject.yml",
@ -1927,6 +2058,8 @@
"TinyLife.Objects.Newspaper.IsExpired": "TinyLife.Objects.Newspaper.yml", "TinyLife.Objects.Newspaper.IsExpired": "TinyLife.Objects.Newspaper.yml",
"TinyLife.Objects.ObjectCategory": "TinyLife.Objects.ObjectCategory.yml", "TinyLife.Objects.ObjectCategory": "TinyLife.Objects.ObjectCategory.yml",
"TinyLife.Objects.ObjectCategory.#ctor(System.String,System.Numerics.BigInteger)": "TinyLife.Objects.ObjectCategory.yml", "TinyLife.Objects.ObjectCategory.#ctor(System.String,System.Numerics.BigInteger)": "TinyLife.Objects.ObjectCategory.yml",
"TinyLife.Objects.ObjectCategory.AllowedOnWater": "TinyLife.Objects.ObjectCategory.yml",
"TinyLife.Objects.ObjectCategory.BabySittable": "TinyLife.Objects.ObjectCategory.yml",
"TinyLife.Objects.ObjectCategory.Barbecue": "TinyLife.Objects.ObjectCategory.yml", "TinyLife.Objects.ObjectCategory.Barbecue": "TinyLife.Objects.ObjectCategory.yml",
"TinyLife.Objects.ObjectCategory.BartendingObject": "TinyLife.Objects.ObjectCategory.yml", "TinyLife.Objects.ObjectCategory.BartendingObject": "TinyLife.Objects.ObjectCategory.yml",
"TinyLife.Objects.ObjectCategory.Bookshelf": "TinyLife.Objects.ObjectCategory.yml", "TinyLife.Objects.ObjectCategory.Bookshelf": "TinyLife.Objects.ObjectCategory.yml",
@ -1937,12 +2070,14 @@
"TinyLife.Objects.ObjectCategory.CanCoverWindow": "TinyLife.Objects.ObjectCategory.yml", "TinyLife.Objects.ObjectCategory.CanCoverWindow": "TinyLife.Objects.ObjectCategory.yml",
"TinyLife.Objects.ObjectCategory.CeilingHanging": "TinyLife.Objects.ObjectCategory.yml", "TinyLife.Objects.ObjectCategory.CeilingHanging": "TinyLife.Objects.ObjectCategory.yml",
"TinyLife.Objects.ObjectCategory.Chair": "TinyLife.Objects.ObjectCategory.yml", "TinyLife.Objects.ObjectCategory.Chair": "TinyLife.Objects.ObjectCategory.yml",
"TinyLife.Objects.ObjectCategory.ChangingStation": "TinyLife.Objects.ObjectCategory.yml",
"TinyLife.Objects.ObjectCategory.ChildStove": "TinyLife.Objects.ObjectCategory.yml", "TinyLife.Objects.ObjectCategory.ChildStove": "TinyLife.Objects.ObjectCategory.yml",
"TinyLife.Objects.ObjectCategory.Cleanable": "TinyLife.Objects.ObjectCategory.yml", "TinyLife.Objects.ObjectCategory.Cleanable": "TinyLife.Objects.ObjectCategory.yml",
"TinyLife.Objects.ObjectCategory.CoffeeMachine": "TinyLife.Objects.ObjectCategory.yml", "TinyLife.Objects.ObjectCategory.CoffeeMachine": "TinyLife.Objects.ObjectCategory.yml",
"TinyLife.Objects.ObjectCategory.Computer": "TinyLife.Objects.ObjectCategory.yml", "TinyLife.Objects.ObjectCategory.Computer": "TinyLife.Objects.ObjectCategory.yml",
"TinyLife.Objects.ObjectCategory.Counter": "TinyLife.Objects.ObjectCategory.yml", "TinyLife.Objects.ObjectCategory.Counter": "TinyLife.Objects.ObjectCategory.yml",
"TinyLife.Objects.ObjectCategory.CounterObject": "TinyLife.Objects.ObjectCategory.yml", "TinyLife.Objects.ObjectCategory.CounterObject": "TinyLife.Objects.ObjectCategory.yml",
"TinyLife.Objects.ObjectCategory.Crib": "TinyLife.Objects.ObjectCategory.yml",
"TinyLife.Objects.ObjectCategory.DeskObject": "TinyLife.Objects.ObjectCategory.yml", "TinyLife.Objects.ObjectCategory.DeskObject": "TinyLife.Objects.ObjectCategory.yml",
"TinyLife.Objects.ObjectCategory.DisallowedOnGround": "TinyLife.Objects.ObjectCategory.yml", "TinyLife.Objects.ObjectCategory.DisallowedOnGround": "TinyLife.Objects.ObjectCategory.yml",
"TinyLife.Objects.ObjectCategory.DoubleBed": "TinyLife.Objects.ObjectCategory.yml", "TinyLife.Objects.ObjectCategory.DoubleBed": "TinyLife.Objects.ObjectCategory.yml",
@ -1977,6 +2112,7 @@
"TinyLife.Objects.ObjectCategory.OpeningHoursSign": "TinyLife.Objects.ObjectCategory.yml", "TinyLife.Objects.ObjectCategory.OpeningHoursSign": "TinyLife.Objects.ObjectCategory.yml",
"TinyLife.Objects.ObjectCategory.Oven": "TinyLife.Objects.ObjectCategory.yml", "TinyLife.Objects.ObjectCategory.Oven": "TinyLife.Objects.ObjectCategory.yml",
"TinyLife.Objects.ObjectCategory.People": "TinyLife.Objects.ObjectCategory.yml", "TinyLife.Objects.ObjectCategory.People": "TinyLife.Objects.ObjectCategory.yml",
"TinyLife.Objects.ObjectCategory.Potty": "TinyLife.Objects.ObjectCategory.yml",
"TinyLife.Objects.ObjectCategory.RoofAttached": "TinyLife.Objects.ObjectCategory.yml", "TinyLife.Objects.ObjectCategory.RoofAttached": "TinyLife.Objects.ObjectCategory.yml",
"TinyLife.Objects.ObjectCategory.Sandbox": "TinyLife.Objects.ObjectCategory.yml", "TinyLife.Objects.ObjectCategory.Sandbox": "TinyLife.Objects.ObjectCategory.yml",
"TinyLife.Objects.ObjectCategory.Self": "TinyLife.Objects.ObjectCategory.yml", "TinyLife.Objects.ObjectCategory.Self": "TinyLife.Objects.ObjectCategory.yml",
@ -1987,6 +2123,7 @@
"TinyLife.Objects.ObjectCategory.StandingDesk": "TinyLife.Objects.ObjectCategory.yml", "TinyLife.Objects.ObjectCategory.StandingDesk": "TinyLife.Objects.ObjectCategory.yml",
"TinyLife.Objects.ObjectCategory.Stove": "TinyLife.Objects.ObjectCategory.yml", "TinyLife.Objects.ObjectCategory.Stove": "TinyLife.Objects.ObjectCategory.yml",
"TinyLife.Objects.ObjectCategory.Table": "TinyLife.Objects.ObjectCategory.yml", "TinyLife.Objects.ObjectCategory.Table": "TinyLife.Objects.ObjectCategory.yml",
"TinyLife.Objects.ObjectCategory.TeaKit": "TinyLife.Objects.ObjectCategory.yml",
"TinyLife.Objects.ObjectCategory.Television": "TinyLife.Objects.ObjectCategory.yml", "TinyLife.Objects.ObjectCategory.Television": "TinyLife.Objects.ObjectCategory.yml",
"TinyLife.Objects.ObjectCategory.Toilet": "TinyLife.Objects.ObjectCategory.yml", "TinyLife.Objects.ObjectCategory.Toilet": "TinyLife.Objects.ObjectCategory.yml",
"TinyLife.Objects.ObjectCategory.ToyBox": "TinyLife.Objects.ObjectCategory.yml", "TinyLife.Objects.ObjectCategory.ToyBox": "TinyLife.Objects.ObjectCategory.yml",
@ -2034,10 +2171,12 @@
"TinyLife.Objects.Painting.Validate": "TinyLife.Objects.Painting.yml", "TinyLife.Objects.Painting.Validate": "TinyLife.Objects.Painting.yml",
"TinyLife.Objects.ParentInfo": "TinyLife.Objects.ParentInfo.yml", "TinyLife.Objects.ParentInfo": "TinyLife.Objects.ParentInfo.yml",
"TinyLife.Objects.ParentInfo.#ctor(TinyLife.Objects.Furniture,TinyLife.Objects.AbstractSpot)": "TinyLife.Objects.ParentInfo.yml", "TinyLife.Objects.ParentInfo.#ctor(TinyLife.Objects.Furniture,TinyLife.Objects.AbstractSpot)": "TinyLife.Objects.ParentInfo.yml",
"TinyLife.Objects.ParentInfo.#ctor(TinyLife.Objects.Person)": "TinyLife.Objects.ParentInfo.yml",
"TinyLife.Objects.ParentInfo.#ctor(TinyLife.World.Roof)": "TinyLife.Objects.ParentInfo.yml", "TinyLife.Objects.ParentInfo.#ctor(TinyLife.World.Roof)": "TinyLife.Objects.ParentInfo.yml",
"TinyLife.Objects.ParentInfo.#ctor(TinyLife.World.Wall)": "TinyLife.Objects.ParentInfo.yml", "TinyLife.Objects.ParentInfo.#ctor(TinyLife.World.Wall)": "TinyLife.Objects.ParentInfo.yml",
"TinyLife.Objects.ParentInfo.IsAttached": "TinyLife.Objects.ParentInfo.yml", "TinyLife.Objects.ParentInfo.IsAttached": "TinyLife.Objects.ParentInfo.yml",
"TinyLife.Objects.ParentInfo.LayerDepth": "TinyLife.Objects.ParentInfo.yml", "TinyLife.Objects.ParentInfo.LayerDepth": "TinyLife.Objects.ParentInfo.yml",
"TinyLife.Objects.ParentInfo.ShouldDraw": "TinyLife.Objects.ParentInfo.yml",
"TinyLife.Objects.Particle": "TinyLife.Objects.Particle.yml", "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.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.#ctor(MLEM.Textures.TextureRegion,System.TimeSpan,Microsoft.Xna.Framework.Vector2)": "TinyLife.Objects.Particle.yml",
@ -2076,7 +2215,7 @@
"TinyLife.Objects.Person.AnimateHeldObject": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.AnimateHeldObject": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.AnimationSpeed": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.AnimationSpeed": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.CancelAction(TinyLife.Actions.Action,TinyLife.Actions.Action,System.Boolean)": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.CancelAction(TinyLife.Actions.Action,TinyLife.Actions.Action,System.Boolean)": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.ChangeFriendship(TinyLife.Objects.Person,System.Single)": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.ChangeFriendship(TinyLife.Objects.Person,System.Single,System.Single)": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.ChangeRomance(TinyLife.Objects.Person,System.Single)": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.ChangeRomance(TinyLife.Objects.Person,System.Single)": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.Create(TinyLife.World.Map,System.Random,TinyLife.Objects.AgeGroup)": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.Create(TinyLife.World.Map,System.Random,TinyLife.Objects.AgeGroup)": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.CurrentActions": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.CurrentActions": "TinyLife.Objects.Person.yml",
@ -2095,6 +2234,7 @@
"TinyLife.Objects.Person.DeathReason.TooMuchProtein": "TinyLife.Objects.Person.DeathReason.yml", "TinyLife.Objects.Person.DeathReason.TooMuchProtein": "TinyLife.Objects.Person.DeathReason.yml",
"TinyLife.Objects.Person.DepleteNeed(TinyLife.NeedType,System.Single,System.Single)": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.DepleteNeed(TinyLife.NeedType,System.Single,System.Single)": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.Description": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.Description": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.DiaperDirty": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.Die(TinyLife.Objects.Person.DeathReason,System.Boolean)": "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.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", "TinyLife.Objects.Person.DisplayEmoteAndSpeak(TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Single,System.Single)": "TinyLife.Objects.Person.yml",
@ -2104,15 +2244,17 @@
"TinyLife.Objects.Person.EarnMoney(System.Single,System.Object)": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.EarnMoney(System.Single,System.Object)": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.EfficiencyModifierDelegate": "TinyLife.Objects.Person.EfficiencyModifierDelegate.yml", "TinyLife.Objects.Person.EfficiencyModifierDelegate": "TinyLife.Objects.Person.EfficiencyModifierDelegate.yml",
"TinyLife.Objects.Person.Emotion": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.Emotion": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.EmotionAmount": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.EmotionModifiers": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.EmotionModifiers": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.EmotionModifiersChangedDelegate": "TinyLife.Objects.Person.EmotionModifiersChangedDelegate.yml", "TinyLife.Objects.Person.EmotionModifiersChangedDelegate": "TinyLife.Objects.Person.EmotionModifiersChangedDelegate.yml",
"TinyLife.Objects.Person.EnqueueAction(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Actions.ActionVariety,System.Boolean,System.Boolean)": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.EnqueueAction``1(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Actions.ActionVariety,System.Boolean,System.Boolean)": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.Finalize": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.Finalize": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.FindPathAsync(Microsoft.Xna.Framework.Point,System.Collections.Generic.ICollection{Microsoft.Xna.Framework.Point},MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Point}.GetCost)": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.FindPathAsync(Microsoft.Xna.Framework.Point,System.Collections.Generic.ICollection{Microsoft.Xna.Framework.Point},MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Point}.GetCost)": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.FirstName": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.FirstName": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.FocusCameraOnEvent": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.FocusCameraOnEvent(System.Boolean)": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.FullName": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.FullName": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.GainSkill(TinyLife.Skills.SkillType,System.Single,TinyLife.Actions.ActionInfo,System.Single)": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.GainSkill(TinyLife.Skills.SkillType,System.Single,TinyLife.Actions.ActionInfo,System.Single)": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.GetAction``1(System.Guid,System.Boolean)": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.GetCategories(TinyLife.Objects.Person)": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.GetCategories(TinyLife.Objects.Person)": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.GetCurrentGoals": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.GetCurrentGoals": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.GetDaysBeforeAging": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.GetDaysBeforeAging": "TinyLife.Objects.Person.yml",
@ -2172,9 +2314,9 @@
"TinyLife.Objects.Person.Money": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.Money": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.Needs": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.Needs": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.OccupiedFurniture": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.OccupiedFurniture": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.OccupyActionSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot,System.Boolean,System.Nullable{MLEM.Misc.Direction2})": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.OccupyActionSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot,System.Boolean,System.Nullable{MLEM.Misc.Direction2},System.Boolean)": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.OccupyFreeActionSpot(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,System.Boolean,System.Nullable{MLEM.Misc.Direction2})": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.OccupyFreeActionSpot(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,System.Boolean,System.Nullable{MLEM.Misc.Direction2},System.Boolean)": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.OccupyFreeActionSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ObjectCategory,System.Boolean,System.Nullable{MLEM.Misc.Direction2})": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.OccupyFreeActionSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ObjectCategory,System.Boolean,System.Nullable{MLEM.Misc.Direction2},System.Boolean)": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.OnActionInitialized": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.OnActionInitialized": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.OnActionsChanged": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.OnActionsChanged": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.OnActionsCompleted": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.OnActionsCompleted": "TinyLife.Objects.Person.yml",
@ -2204,6 +2346,7 @@
"TinyLife.Objects.Person.Pose.Standing": "TinyLife.Objects.Person.Pose.yml", "TinyLife.Objects.Person.Pose.Standing": "TinyLife.Objects.Person.Pose.yml",
"TinyLife.Objects.Person.Pose.StandingArmsOut": "TinyLife.Objects.Person.Pose.yml", "TinyLife.Objects.Person.Pose.StandingArmsOut": "TinyLife.Objects.Person.Pose.yml",
"TinyLife.Objects.Person.Pose.Walking": "TinyLife.Objects.Person.Pose.yml", "TinyLife.Objects.Person.Pose.Walking": "TinyLife.Objects.Person.Pose.yml",
"TinyLife.Objects.Person.Pose.WalkingArmsOut": "TinyLife.Objects.Person.Pose.yml",
"TinyLife.Objects.Person.Pose.WorkingSitting": "TinyLife.Objects.Person.Pose.yml", "TinyLife.Objects.Person.Pose.WorkingSitting": "TinyLife.Objects.Person.Pose.yml",
"TinyLife.Objects.Person.Pose.WorkingSittingGround": "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.Pose.WorkingStanding": "TinyLife.Objects.Person.Pose.yml",
@ -2213,6 +2356,7 @@
"TinyLife.Objects.Person.RecentActions": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.RecentActions": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.Relationships": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.Relationships": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.RemoveEmotion(TinyLife.Emotions.EmotionModifier)": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.RemoveEmotion(TinyLife.Emotions.EmotionModifier)": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.RemoveHeldObject``1": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.RemoveMemory``1(TinyLife.Goals.MemoryType)": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.RemoveMemory``1(TinyLife.Goals.MemoryType)": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.ResetToStatic(System.Boolean)": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.ResetToStatic(System.Boolean)": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.RestoreNeed(TinyLife.NeedType,System.Single,TinyLife.Actions.ActionInfo,System.Single)": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.RestoreNeed(TinyLife.NeedType,System.Single,TinyLife.Actions.ActionInfo,System.Single)": "TinyLife.Objects.Person.yml",
@ -2221,7 +2365,7 @@
"TinyLife.Objects.Person.Rotation": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.Rotation": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.SetCurrentOutfit(System.Int32)": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.SetCurrentOutfit(System.Int32)": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.SetCurrentOutfit(TinyLife.Objects.ClothesIntention)": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.SetCurrentOutfit(TinyLife.Objects.ClothesIntention)": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.SetHeldObject(TinyLife.Objects.Furniture,System.Boolean)": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.SetHeldObject(TinyLife.Objects.MapObject,System.Boolean)": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.SetHeldObject``1(TinyLife.Objects.FurnitureType,System.Int32[],System.Nullable{System.Guid},System.Boolean)": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.SetHeldObject``1(TinyLife.Objects.FurnitureType,System.Int32[],System.Nullable{System.Guid},System.Boolean)": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.SetJob(TinyLife.Goals.JobType,System.Int32)": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.SetJob(TinyLife.Goals.JobType,System.Int32)": "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.SetNewId(TinyLife.World.Map,System.Collections.Generic.IEnumerable{TinyLife.Objects.Person},System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})": "TinyLife.Objects.Person.yml",
@ -2281,6 +2425,8 @@
"TinyLife.Objects.TrashCan.Content": "TinyLife.Objects.TrashCan.yml", "TinyLife.Objects.TrashCan.Content": "TinyLife.Objects.TrashCan.yml",
"TinyLife.Objects.TrashCan.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})": "TinyLife.Objects.TrashCan.yml", "TinyLife.Objects.TrashCan.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})": "TinyLife.Objects.TrashCan.yml",
"TinyLife.Objects.TrashCan.GetDecorativeRating(TinyLife.World.Room)": "TinyLife.Objects.TrashCan.yml", "TinyLife.Objects.TrashCan.GetDecorativeRating(TinyLife.World.Room)": "TinyLife.Objects.TrashCan.yml",
"TinyLife.Objects.TrashCan.IsMinorUpdateNow": "TinyLife.Objects.TrashCan.yml",
"TinyLife.Objects.TrashCan.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Objects.TrashCan.yml",
"TinyLife.Objects.TrashCan.Validate": "TinyLife.Objects.TrashCan.yml", "TinyLife.Objects.TrashCan.Validate": "TinyLife.Objects.TrashCan.yml",
"TinyLife.Objects.UnfinishedWoodwork": "TinyLife.Objects.UnfinishedWoodwork.yml", "TinyLife.Objects.UnfinishedWoodwork": "TinyLife.Objects.UnfinishedWoodwork.yml",
"TinyLife.Objects.UnfinishedWoodwork.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2)": "TinyLife.Objects.UnfinishedWoodwork.yml", "TinyLife.Objects.UnfinishedWoodwork.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2)": "TinyLife.Objects.UnfinishedWoodwork.yml",
@ -2311,6 +2457,7 @@
"TinyLife.Objects.Visibility.WhenVisible": "TinyLife.Objects.Visibility.yml", "TinyLife.Objects.Visibility.WhenVisible": "TinyLife.Objects.Visibility.yml",
"TinyLife.Objects.Visibility.WhenVisibleExt": "TinyLife.Objects.Visibility.yml", "TinyLife.Objects.Visibility.WhenVisibleExt": "TinyLife.Objects.Visibility.yml",
"TinyLife.Objects.VoiceStyle": "TinyLife.Objects.VoiceStyle.yml", "TinyLife.Objects.VoiceStyle": "TinyLife.Objects.VoiceStyle.yml",
"TinyLife.Objects.VoiceStyle.Baby": "TinyLife.Objects.VoiceStyle.yml",
"TinyLife.Objects.VoiceStyle.Child": "TinyLife.Objects.VoiceStyle.yml", "TinyLife.Objects.VoiceStyle.Child": "TinyLife.Objects.VoiceStyle.yml",
"TinyLife.Objects.VoiceStyle.High": "TinyLife.Objects.VoiceStyle.yml", "TinyLife.Objects.VoiceStyle.High": "TinyLife.Objects.VoiceStyle.yml",
"TinyLife.Objects.VoiceStyle.Low": "TinyLife.Objects.VoiceStyle.yml", "TinyLife.Objects.VoiceStyle.Low": "TinyLife.Objects.VoiceStyle.yml",
@ -2326,7 +2473,7 @@
"TinyLife.Options": "TinyLife.Options.yml", "TinyLife.Options": "TinyLife.Options.yml",
"TinyLife.Options.AButton": "TinyLife.Options.yml", "TinyLife.Options.AButton": "TinyLife.Options.yml",
"TinyLife.Options.AllowMods": "TinyLife.Options.yml", "TinyLife.Options.AllowMods": "TinyLife.Options.yml",
"TinyLife.Options.Apply": "TinyLife.Options.yml", "TinyLife.Options.Apply(System.Boolean)": "TinyLife.Options.yml",
"TinyLife.Options.AutoSaveIntervalSeconds": "TinyLife.Options.yml", "TinyLife.Options.AutoSaveIntervalSeconds": "TinyLife.Options.yml",
"TinyLife.Options.BButton": "TinyLife.Options.yml", "TinyLife.Options.BButton": "TinyLife.Options.yml",
"TinyLife.Options.BlurZoomedOut": "TinyLife.Options.yml", "TinyLife.Options.BlurZoomedOut": "TinyLife.Options.yml",
@ -2337,6 +2484,7 @@
"TinyLife.Options.CameraRotation": "TinyLife.Options.yml", "TinyLife.Options.CameraRotation": "TinyLife.Options.yml",
"TinyLife.Options.CameraUpKeybind": "TinyLife.Options.yml", "TinyLife.Options.CameraUpKeybind": "TinyLife.Options.yml",
"TinyLife.Options.CopyFurnitureKeybind": "TinyLife.Options.yml", "TinyLife.Options.CopyFurnitureKeybind": "TinyLife.Options.yml",
"TinyLife.Options.CursorScale": "TinyLife.Options.yml",
"TinyLife.Options.DecreaseSpeedKeybind": "TinyLife.Options.yml", "TinyLife.Options.DecreaseSpeedKeybind": "TinyLife.Options.yml",
"TinyLife.Options.GamepadCursorSpeed": "TinyLife.Options.yml", "TinyLife.Options.GamepadCursorSpeed": "TinyLife.Options.yml",
"TinyLife.Options.GamepadScreenBorder": "TinyLife.Options.yml", "TinyLife.Options.GamepadScreenBorder": "TinyLife.Options.yml",
@ -2372,6 +2520,8 @@
"TinyLife.Options.StingVolume": "TinyLife.Options.yml", "TinyLife.Options.StingVolume": "TinyLife.Options.yml",
"TinyLife.Options.StoreInHouseholdKeybind": "TinyLife.Options.yml", "TinyLife.Options.StoreInHouseholdKeybind": "TinyLife.Options.yml",
"TinyLife.Options.SwitchPersonKeybind": "TinyLife.Options.yml", "TinyLife.Options.SwitchPersonKeybind": "TinyLife.Options.yml",
"TinyLife.Options.TabBackKeybind": "TinyLife.Options.yml",
"TinyLife.Options.TabForwardKeybind": "TinyLife.Options.yml",
"TinyLife.Options.TransparentTooltips": "TinyLife.Options.yml", "TinyLife.Options.TransparentTooltips": "TinyLife.Options.yml",
"TinyLife.Options.TwelveHourClock": "TinyLife.Options.yml", "TinyLife.Options.TwelveHourClock": "TinyLife.Options.yml",
"TinyLife.Options.UiAnimations": "TinyLife.Options.yml", "TinyLife.Options.UiAnimations": "TinyLife.Options.yml",
@ -2414,6 +2564,7 @@
"TinyLife.PersonalityType.CapableCarpenter": "TinyLife.PersonalityType.yml", "TinyLife.PersonalityType.CapableCarpenter": "TinyLife.PersonalityType.yml",
"TinyLife.PersonalityType.Category": "TinyLife.PersonalityType.yml", "TinyLife.PersonalityType.Category": "TinyLife.PersonalityType.yml",
"TinyLife.PersonalityType.CityNative": "TinyLife.PersonalityType.yml", "TinyLife.PersonalityType.CityNative": "TinyLife.PersonalityType.yml",
"TinyLife.PersonalityType.CommunicativeBaby": "TinyLife.PersonalityType.yml",
"TinyLife.PersonalityType.ComputerAddict": "TinyLife.PersonalityType.yml", "TinyLife.PersonalityType.ComputerAddict": "TinyLife.PersonalityType.yml",
"TinyLife.PersonalityType.CreateInfoGroup(MLEM.Ui.Anchor,System.Single)": "TinyLife.PersonalityType.yml", "TinyLife.PersonalityType.CreateInfoGroup(MLEM.Ui.Anchor,System.Single)": "TinyLife.PersonalityType.yml",
"TinyLife.PersonalityType.Creative": "TinyLife.PersonalityType.yml", "TinyLife.PersonalityType.Creative": "TinyLife.PersonalityType.yml",
@ -2438,6 +2589,7 @@
"TinyLife.PersonalityType.Outdoorsy": "TinyLife.PersonalityType.yml", "TinyLife.PersonalityType.Outdoorsy": "TinyLife.PersonalityType.yml",
"TinyLife.PersonalityType.PerfectPainter": "TinyLife.PersonalityType.yml", "TinyLife.PersonalityType.PerfectPainter": "TinyLife.PersonalityType.yml",
"TinyLife.PersonalityType.Pescetarian": "TinyLife.PersonalityType.yml", "TinyLife.PersonalityType.Pescetarian": "TinyLife.PersonalityType.yml",
"TinyLife.PersonalityType.ReadBaby": "TinyLife.PersonalityType.yml",
"TinyLife.PersonalityType.Register(TinyLife.PersonalityType)": "TinyLife.PersonalityType.yml", "TinyLife.PersonalityType.Register(TinyLife.PersonalityType)": "TinyLife.PersonalityType.yml",
"TinyLife.PersonalityType.SmartKid": "TinyLife.PersonalityType.yml", "TinyLife.PersonalityType.SmartKid": "TinyLife.PersonalityType.yml",
"TinyLife.PersonalityType.SourceString": "TinyLife.PersonalityType.yml", "TinyLife.PersonalityType.SourceString": "TinyLife.PersonalityType.yml",
@ -2452,6 +2604,16 @@
"TinyLife.PersonalityType.Types": "TinyLife.PersonalityType.yml", "TinyLife.PersonalityType.Types": "TinyLife.PersonalityType.yml",
"TinyLife.PersonalityType.Vegan": "TinyLife.PersonalityType.yml", "TinyLife.PersonalityType.Vegan": "TinyLife.PersonalityType.yml",
"TinyLife.PersonalityType.Vegetarian": "TinyLife.PersonalityType.yml", "TinyLife.PersonalityType.Vegetarian": "TinyLife.PersonalityType.yml",
"TinyLife.PickUpPersonAction": "TinyLife.PickUpPersonAction.yml",
"TinyLife.PickUpPersonAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)": "TinyLife.PickUpPersonAction.yml",
"TinyLife.PickUpPersonAction.CanMultitask(TinyLife.Actions.Action)": "TinyLife.PickUpPersonAction.yml",
"TinyLife.PickUpPersonAction.InitializeConversation": "TinyLife.PickUpPersonAction.yml",
"TinyLife.PickUpPersonAction.IsConversationCompleted": "TinyLife.PickUpPersonAction.yml",
"TinyLife.PutDownPersonAction": "TinyLife.PutDownPersonAction.yml",
"TinyLife.PutDownPersonAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)": "TinyLife.PutDownPersonAction.yml",
"TinyLife.PutDownPersonAction.AndThenInitialize": "TinyLife.PutDownPersonAction.yml",
"TinyLife.PutDownPersonAction.AndThenIsCompleted": "TinyLife.PutDownPersonAction.yml",
"TinyLife.PutDownPersonAction.CreateFirstActions": "TinyLife.PutDownPersonAction.yml",
"TinyLife.Relationship": "TinyLife.Relationship.yml", "TinyLife.Relationship": "TinyLife.Relationship.yml",
"TinyLife.Relationship.AddRecentSocial(TinyLife.Actions.ActionType)": "TinyLife.Relationship.yml", "TinyLife.Relationship.AddRecentSocial(TinyLife.Actions.ActionType)": "TinyLife.Relationship.yml",
"TinyLife.Relationship.CreatePanel(TinyLife.Objects.Person,TinyLife.Objects.Person,TinyLife.Relationship,Microsoft.Xna.Framework.Vector2)": "TinyLife.Relationship.yml", "TinyLife.Relationship.CreatePanel(TinyLife.Objects.Person,TinyLife.Objects.Person,TinyLife.Relationship,Microsoft.Xna.Framework.Vector2)": "TinyLife.Relationship.yml",
@ -2463,6 +2625,7 @@
"TinyLife.Relationship.GetRecentSocialAmount(TinyLife.Actions.ActionType)": "TinyLife.Relationship.yml", "TinyLife.Relationship.GetRecentSocialAmount(TinyLife.Actions.ActionType)": "TinyLife.Relationship.yml",
"TinyLife.Relationship.GetSocialEffectiveness(TinyLife.Actions.ActionType)": "TinyLife.Relationship.yml", "TinyLife.Relationship.GetSocialEffectiveness(TinyLife.Actions.ActionType)": "TinyLife.Relationship.yml",
"TinyLife.Relationship.HadFirstKiss": "TinyLife.Relationship.yml", "TinyLife.Relationship.HadFirstKiss": "TinyLife.Relationship.yml",
"TinyLife.Relationship.KnownJobType": "TinyLife.Relationship.yml",
"TinyLife.Relationship.KnownPersonalityTypes": "TinyLife.Relationship.yml", "TinyLife.Relationship.KnownPersonalityTypes": "TinyLife.Relationship.yml",
"TinyLife.Relationship.Max": "TinyLife.Relationship.yml", "TinyLife.Relationship.Max": "TinyLife.Relationship.yml",
"TinyLife.Relationship.MaxRecentSocialsAmount": "TinyLife.Relationship.yml", "TinyLife.Relationship.MaxRecentSocialsAmount": "TinyLife.Relationship.yml",
@ -2476,6 +2639,7 @@
"TinyLife.Relationship.ResetToStatic(System.Boolean,System.Boolean)": "TinyLife.Relationship.yml", "TinyLife.Relationship.ResetToStatic(System.Boolean,System.Boolean)": "TinyLife.Relationship.yml",
"TinyLife.Relationship.RomanceLevel": "TinyLife.Relationship.yml", "TinyLife.Relationship.RomanceLevel": "TinyLife.Relationship.yml",
"TinyLife.Relationship.RomancePercentage": "TinyLife.Relationship.yml", "TinyLife.Relationship.RomancePercentage": "TinyLife.Relationship.yml",
"TinyLife.Relationship.RomanceType": "TinyLife.Relationship.yml",
"TinyLife.Relationship.SetGenealogy(TinyLife.GenealogyType,System.Boolean)": "TinyLife.Relationship.yml", "TinyLife.Relationship.SetGenealogy(TinyLife.GenealogyType,System.Boolean)": "TinyLife.Relationship.yml",
"TinyLife.Relationship.Type": "TinyLife.Relationship.yml", "TinyLife.Relationship.Type": "TinyLife.Relationship.yml",
"TinyLife.Relationship.Validate(TinyLife.Objects.Person)": "TinyLife.Relationship.yml", "TinyLife.Relationship.Validate(TinyLife.Objects.Person)": "TinyLife.Relationship.yml",
@ -2485,6 +2649,11 @@
"TinyLife.RelationshipType.Enemies": "TinyLife.RelationshipType.yml", "TinyLife.RelationshipType.Enemies": "TinyLife.RelationshipType.yml",
"TinyLife.RelationshipType.Friends": "TinyLife.RelationshipType.yml", "TinyLife.RelationshipType.Friends": "TinyLife.RelationshipType.yml",
"TinyLife.RelationshipType.GoodFriends": "TinyLife.RelationshipType.yml", "TinyLife.RelationshipType.GoodFriends": "TinyLife.RelationshipType.yml",
"TinyLife.RomanceType": "TinyLife.RomanceType.yml",
"TinyLife.RomanceType.Interested": "TinyLife.RomanceType.yml",
"TinyLife.RomanceType.NoRomance": "TinyLife.RomanceType.yml",
"TinyLife.RomanceType.Soulmates": "TinyLife.RomanceType.yml",
"TinyLife.RomanceType.Sweethearts": "TinyLife.RomanceType.yml",
"TinyLife.SaveHandler": "TinyLife.SaveHandler.yml", "TinyLife.SaveHandler": "TinyLife.SaveHandler.yml",
"TinyLife.SaveHandler.CreateSerializer(System.EventHandler{Newtonsoft.Json.Serialization.ErrorEventArgs})": "TinyLife.SaveHandler.yml", "TinyLife.SaveHandler.CreateSerializer(System.EventHandler{Newtonsoft.Json.Serialization.ErrorEventArgs})": "TinyLife.SaveHandler.yml",
"TinyLife.SaveHandler.CreateSerializerSettings(System.EventHandler{Newtonsoft.Json.Serialization.ErrorEventArgs})": "TinyLife.SaveHandler.yml", "TinyLife.SaveHandler.CreateSerializerSettings(System.EventHandler{Newtonsoft.Json.Serialization.ErrorEventArgs})": "TinyLife.SaveHandler.yml",
@ -2499,7 +2668,7 @@
"TinyLife.Set.Workout": "TinyLife.Set.yml", "TinyLife.Set.Workout": "TinyLife.Set.yml",
"TinyLife.Skills": "TinyLife.Skills.yml", "TinyLife.Skills": "TinyLife.Skills.yml",
"TinyLife.Skills.FoodType": "TinyLife.Skills.FoodType.yml", "TinyLife.Skills.FoodType": "TinyLife.Skills.FoodType.yml",
"TinyLife.Skills.FoodType.#ctor(System.String,System.Int32,System.Int32,System.Int32,TinyLife.Skills.FoodType.FoodIntolerance,TinyLife.Skills.FoodType.IngredientSource,System.Nullable{Microsoft.Xna.Framework.Color})": "TinyLife.Skills.FoodType.yml", "TinyLife.Skills.FoodType.#ctor(System.String,System.Int32,System.Int32,System.Single,TinyLife.Skills.FoodType.FoodIntolerance,TinyLife.Skills.FoodType.IngredientSource,System.Nullable{Microsoft.Xna.Framework.Color})": "TinyLife.Skills.FoodType.yml",
"TinyLife.Skills.FoodType.AdditionalObject": "TinyLife.Skills.FoodType.yml", "TinyLife.Skills.FoodType.AdditionalObject": "TinyLife.Skills.FoodType.yml",
"TinyLife.Skills.FoodType.AllIntolerances": "TinyLife.Skills.FoodType.yml", "TinyLife.Skills.FoodType.AllIntolerances": "TinyLife.Skills.FoodType.yml",
"TinyLife.Skills.FoodType.CanCreate(TinyLife.Actions.ActionInfo,System.Boolean,System.Int32,System.Single)": "TinyLife.Skills.FoodType.yml", "TinyLife.Skills.FoodType.CanCreate(TinyLife.Actions.ActionInfo,System.Boolean,System.Int32,System.Single)": "TinyLife.Skills.FoodType.yml",
@ -2523,9 +2692,9 @@
"TinyLife.Skills.FoodType.ContainerType.Plate": "TinyLife.Skills.FoodType.ContainerType.yml", "TinyLife.Skills.FoodType.ContainerType.Plate": "TinyLife.Skills.FoodType.ContainerType.yml",
"TinyLife.Skills.FoodType.CustomTextureFunc": "TinyLife.Skills.FoodType.yml", "TinyLife.Skills.FoodType.CustomTextureFunc": "TinyLife.Skills.FoodType.yml",
"TinyLife.Skills.FoodType.DisplayName": "TinyLife.Skills.FoodType.yml", "TinyLife.Skills.FoodType.DisplayName": "TinyLife.Skills.FoodType.yml",
"TinyLife.Skills.FoodType.FoodAmount": "TinyLife.Skills.FoodType.yml",
"TinyLife.Skills.FoodType.FoodIntolerance": "TinyLife.Skills.FoodType.FoodIntolerance.yml", "TinyLife.Skills.FoodType.FoodIntolerance": "TinyLife.Skills.FoodType.FoodIntolerance.yml",
"TinyLife.Skills.FoodType.FoodIntolerance.None": "TinyLife.Skills.FoodType.FoodIntolerance.yml", "TinyLife.Skills.FoodType.FoodIntolerance.None": "TinyLife.Skills.FoodType.FoodIntolerance.yml",
"TinyLife.Skills.FoodType.FoodIntolerance.NotForBabies": "TinyLife.Skills.FoodType.FoodIntolerance.yml",
"TinyLife.Skills.FoodType.FoodIntolerance.NotPescetarian": "TinyLife.Skills.FoodType.FoodIntolerance.yml", "TinyLife.Skills.FoodType.FoodIntolerance.NotPescetarian": "TinyLife.Skills.FoodType.FoodIntolerance.yml",
"TinyLife.Skills.FoodType.FoodIntolerance.NotVegan": "TinyLife.Skills.FoodType.FoodIntolerance.yml", "TinyLife.Skills.FoodType.FoodIntolerance.NotVegan": "TinyLife.Skills.FoodType.FoodIntolerance.yml",
"TinyLife.Skills.FoodType.FoodIntolerance.NotVegetarian": "TinyLife.Skills.FoodType.FoodIntolerance.yml", "TinyLife.Skills.FoodType.FoodIntolerance.NotVegetarian": "TinyLife.Skills.FoodType.FoodIntolerance.yml",
@ -2546,6 +2715,7 @@
"TinyLife.Skills.FoodType.IngredientSource.OnEaten": "TinyLife.Skills.FoodType.IngredientSource.yml", "TinyLife.Skills.FoodType.IngredientSource.OnEaten": "TinyLife.Skills.FoodType.IngredientSource.yml",
"TinyLife.Skills.FoodType.IngredientSource.ProteinShakeMaker": "TinyLife.Skills.FoodType.IngredientSource.yml", "TinyLife.Skills.FoodType.IngredientSource.ProteinShakeMaker": "TinyLife.Skills.FoodType.IngredientSource.yml",
"TinyLife.Skills.FoodType.IngredientSource.Sink": "TinyLife.Skills.FoodType.IngredientSource.yml", "TinyLife.Skills.FoodType.IngredientSource.Sink": "TinyLife.Skills.FoodType.IngredientSource.yml",
"TinyLife.Skills.FoodType.IngredientSource.TeaKit": "TinyLife.Skills.FoodType.IngredientSource.yml",
"TinyLife.Skills.FoodType.Intolerances": "TinyLife.Skills.FoodType.yml", "TinyLife.Skills.FoodType.Intolerances": "TinyLife.Skills.FoodType.yml",
"TinyLife.Skills.FoodType.InvokeOnEaten(TinyLife.Actions.Action,TinyLife.Objects.FoodTypedItem)": "TinyLife.Skills.FoodType.yml", "TinyLife.Skills.FoodType.InvokeOnEaten(TinyLife.Actions.Action,TinyLife.Objects.FoodTypedItem)": "TinyLife.Skills.FoodType.yml",
"TinyLife.Skills.FoodType.Name": "TinyLife.Skills.FoodType.yml", "TinyLife.Skills.FoodType.Name": "TinyLife.Skills.FoodType.yml",
@ -2555,7 +2725,9 @@
"TinyLife.Skills.FoodType.Register(TinyLife.Skills.FoodType)": "TinyLife.Skills.FoodType.yml", "TinyLife.Skills.FoodType.Register(TinyLife.Skills.FoodType)": "TinyLife.Skills.FoodType.yml",
"TinyLife.Skills.FoodType.RequiredSkill": "TinyLife.Skills.FoodType.yml", "TinyLife.Skills.FoodType.RequiredSkill": "TinyLife.Skills.FoodType.yml",
"TinyLife.Skills.FoodType.RequiredSkillLevel": "TinyLife.Skills.FoodType.yml", "TinyLife.Skills.FoodType.RequiredSkillLevel": "TinyLife.Skills.FoodType.yml",
"TinyLife.Skills.FoodType.SaturationModifier": "TinyLife.Skills.FoodType.yml",
"TinyLife.Skills.FoodType.Sources": "TinyLife.Skills.FoodType.yml", "TinyLife.Skills.FoodType.Sources": "TinyLife.Skills.FoodType.yml",
"TinyLife.Skills.FoodType.SourceString": "TinyLife.Skills.FoodType.yml",
"TinyLife.Skills.FoodType.Types": "TinyLife.Skills.FoodType.yml", "TinyLife.Skills.FoodType.Types": "TinyLife.Skills.FoodType.yml",
"TinyLife.Skills.PaintingType": "TinyLife.Skills.PaintingType.yml", "TinyLife.Skills.PaintingType": "TinyLife.Skills.PaintingType.yml",
"TinyLife.Skills.PaintingType.#ctor(System.String,System.ValueTuple{System.Int32,System.Int32},System.Single)": "TinyLife.Skills.PaintingType.yml", "TinyLife.Skills.PaintingType.#ctor(System.String,System.ValueTuple{System.Int32,System.Int32},System.Single)": "TinyLife.Skills.PaintingType.yml",
@ -2575,6 +2747,7 @@
"TinyLife.Skills.Skill": "TinyLife.Skills.Skill.yml", "TinyLife.Skills.Skill": "TinyLife.Skills.Skill.yml",
"TinyLife.Skills.Skill.#ctor(TinyLife.Skills.SkillType)": "TinyLife.Skills.Skill.yml", "TinyLife.Skills.Skill.#ctor(TinyLife.Skills.SkillType)": "TinyLife.Skills.Skill.yml",
"TinyLife.Skills.Skill.Level": "TinyLife.Skills.Skill.yml", "TinyLife.Skills.Skill.Level": "TinyLife.Skills.Skill.yml",
"TinyLife.Skills.Skill.OnAdditionalEarnedActions": "TinyLife.Skills.Skill.yml",
"TinyLife.Skills.Skill.PointPercentage": "TinyLife.Skills.Skill.yml", "TinyLife.Skills.Skill.PointPercentage": "TinyLife.Skills.Skill.yml",
"TinyLife.Skills.Skill.PointsToNextLevel": "TinyLife.Skills.Skill.yml", "TinyLife.Skills.Skill.PointsToNextLevel": "TinyLife.Skills.Skill.yml",
"TinyLife.Skills.Skill.RequiredPointsToNextLevel": "TinyLife.Skills.Skill.yml", "TinyLife.Skills.Skill.RequiredPointsToNextLevel": "TinyLife.Skills.Skill.yml",
@ -2592,8 +2765,8 @@
"TinyLife.Skills.SkillType.Baking": "TinyLife.Skills.SkillType.yml", "TinyLife.Skills.SkillType.Baking": "TinyLife.Skills.SkillType.yml",
"TinyLife.Skills.SkillType.Categories": "TinyLife.Skills.SkillType.yml", "TinyLife.Skills.SkillType.Categories": "TinyLife.Skills.SkillType.yml",
"TinyLife.Skills.SkillType.Charisma": "TinyLife.Skills.SkillType.yml", "TinyLife.Skills.SkillType.Charisma": "TinyLife.Skills.SkillType.yml",
"TinyLife.Skills.SkillType.ChildhoodMaxLevel": "TinyLife.Skills.SkillType.yml",
"TinyLife.Skills.SkillType.Cleaning": "TinyLife.Skills.SkillType.yml", "TinyLife.Skills.SkillType.Cleaning": "TinyLife.Skills.SkillType.yml",
"TinyLife.Skills.SkillType.Communication": "TinyLife.Skills.SkillType.yml",
"TinyLife.Skills.SkillType.Cooking": "TinyLife.Skills.SkillType.yml", "TinyLife.Skills.SkillType.Cooking": "TinyLife.Skills.SkillType.yml",
"TinyLife.Skills.SkillType.Fitness": "TinyLife.Skills.SkillType.yml", "TinyLife.Skills.SkillType.Fitness": "TinyLife.Skills.SkillType.yml",
"TinyLife.Skills.SkillType.Gaming": "TinyLife.Skills.SkillType.yml", "TinyLife.Skills.SkillType.Gaming": "TinyLife.Skills.SkillType.yml",
@ -2601,12 +2774,18 @@
"TinyLife.Skills.SkillType.GetRandomQuality(TinyLife.Objects.Person,System.Random,System.Boolean,TinyLife.Emotions.IEmotionSource,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.Humor": "TinyLife.Skills.SkillType.yml",
"TinyLife.Skills.SkillType.MaxLevel": "TinyLife.Skills.SkillType.yml", "TinyLife.Skills.SkillType.MaxLevel": "TinyLife.Skills.SkillType.yml",
"TinyLife.Skills.SkillType.MaxLevelMultipliers": "TinyLife.Skills.SkillType.yml",
"TinyLife.Skills.SkillType.Name": "TinyLife.Skills.SkillType.yml", "TinyLife.Skills.SkillType.Name": "TinyLife.Skills.SkillType.yml",
"TinyLife.Skills.SkillType.Painting": "TinyLife.Skills.SkillType.yml", "TinyLife.Skills.SkillType.Painting": "TinyLife.Skills.SkillType.yml",
"TinyLife.Skills.SkillType.Potty": "TinyLife.Skills.SkillType.yml",
"TinyLife.Skills.SkillType.Programming": "TinyLife.Skills.SkillType.yml", "TinyLife.Skills.SkillType.Programming": "TinyLife.Skills.SkillType.yml",
"TinyLife.Skills.SkillType.Reading": "TinyLife.Skills.SkillType.yml",
"TinyLife.Skills.SkillType.Reasoning": "TinyLife.Skills.SkillType.yml", "TinyLife.Skills.SkillType.Reasoning": "TinyLife.Skills.SkillType.yml",
"TinyLife.Skills.SkillType.Register(TinyLife.Skills.SkillType)": "TinyLife.Skills.SkillType.yml", "TinyLife.Skills.SkillType.Register(TinyLife.Skills.SkillType)": "TinyLife.Skills.SkillType.yml",
"TinyLife.Skills.SkillType.Repair": "TinyLife.Skills.SkillType.yml", "TinyLife.Skills.SkillType.Repair": "TinyLife.Skills.SkillType.yml",
"TinyLife.Skills.SkillType.RequiredAges": "TinyLife.Skills.SkillType.yml",
"TinyLife.Skills.SkillType.RewardPersonality": "TinyLife.Skills.SkillType.yml",
"TinyLife.Skills.SkillType.RewardSkills": "TinyLife.Skills.SkillType.yml",
"TinyLife.Skills.SkillType.Texture": "TinyLife.Skills.SkillType.yml", "TinyLife.Skills.SkillType.Texture": "TinyLife.Skills.SkillType.yml",
"TinyLife.Skills.SkillType.Types": "TinyLife.Skills.SkillType.yml", "TinyLife.Skills.SkillType.Types": "TinyLife.Skills.SkillType.yml",
"TinyLife.Skills.SkillType.Woodworking": "TinyLife.Skills.SkillType.yml", "TinyLife.Skills.SkillType.Woodworking": "TinyLife.Skills.SkillType.yml",
@ -2882,6 +3061,13 @@
"TinyLife.Uis.NotifType.VeryImportant": "TinyLife.Uis.NotifType.yml", "TinyLife.Uis.NotifType.VeryImportant": "TinyLife.Uis.NotifType.yml",
"TinyLife.Uis.NotifType.VeryPositive": "TinyLife.Uis.NotifType.yml", "TinyLife.Uis.NotifType.VeryPositive": "TinyLife.Uis.NotifType.yml",
"TinyLife.Uis.NotifType.Warning": "TinyLife.Uis.NotifType.yml", "TinyLife.Uis.NotifType.Warning": "TinyLife.Uis.NotifType.yml",
"TinyLife.UseDiaperAction": "TinyLife.UseDiaperAction.yml",
"TinyLife.UseDiaperAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)": "TinyLife.UseDiaperAction.yml",
"TinyLife.UseDiaperAction.CanCancel(TinyLife.Actions.Action)": "TinyLife.UseDiaperAction.yml",
"TinyLife.UseDiaperAction.CanMultitask(TinyLife.Actions.Action)": "TinyLife.UseDiaperAction.yml",
"TinyLife.UseDiaperAction.IsCompleted": "TinyLife.UseDiaperAction.yml",
"TinyLife.UseDiaperAction.OnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.UseDiaperAction.yml",
"TinyLife.UseDiaperAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.UseDiaperAction.yml",
"TinyLife.Utilities": "TinyLife.Utilities.yml", "TinyLife.Utilities": "TinyLife.Utilities.yml",
"TinyLife.Utilities.ColorScheme": "TinyLife.Utilities.ColorScheme.yml", "TinyLife.Utilities.ColorScheme": "TinyLife.Utilities.ColorScheme.yml",
"TinyLife.Utilities.ColorScheme.Bricks": "TinyLife.Utilities.ColorScheme.yml", "TinyLife.Utilities.ColorScheme.Bricks": "TinyLife.Utilities.ColorScheme.yml",
@ -2914,7 +3100,6 @@
"TinyLife.Utilities.ColorScheme.Rugs": "TinyLife.Utilities.ColorScheme.yml", "TinyLife.Utilities.ColorScheme.Rugs": "TinyLife.Utilities.ColorScheme.yml",
"TinyLife.Utilities.ColorScheme.SimpleWood": "TinyLife.Utilities.ColorScheme.yml", "TinyLife.Utilities.ColorScheme.SimpleWood": "TinyLife.Utilities.ColorScheme.yml",
"TinyLife.Utilities.ColorScheme.Skin": "TinyLife.Utilities.ColorScheme.yml", "TinyLife.Utilities.ColorScheme.Skin": "TinyLife.Utilities.ColorScheme.yml",
"TinyLife.Utilities.ColorScheme.System#Collections#IEnumerable#GetEnumerator": "TinyLife.Utilities.ColorScheme.yml",
"TinyLife.Utilities.ColorScheme.Thatch": "TinyLife.Utilities.ColorScheme.yml", "TinyLife.Utilities.ColorScheme.Thatch": "TinyLife.Utilities.ColorScheme.yml",
"TinyLife.Utilities.ColorScheme.Transparent": "TinyLife.Utilities.ColorScheme.yml", "TinyLife.Utilities.ColorScheme.Transparent": "TinyLife.Utilities.ColorScheme.yml",
"TinyLife.Utilities.ColorScheme.TrashCanTypes": "TinyLife.Utilities.ColorScheme.yml", "TinyLife.Utilities.ColorScheme.TrashCanTypes": "TinyLife.Utilities.ColorScheme.yml",
@ -2934,12 +3119,13 @@
"TinyLife.Utilities.Extensions.BothValid(TinyLife.Actions.CanExecuteResult,System.Func{TinyLife.Actions.CanExecuteResult})": "TinyLife.Utilities.Extensions.yml", "TinyLife.Utilities.Extensions.BothValid(TinyLife.Actions.CanExecuteResult,System.Func{TinyLife.Actions.CanExecuteResult})": "TinyLife.Utilities.Extensions.yml",
"TinyLife.Utilities.Extensions.BothValid(TinyLife.Actions.CanExecuteResult,TinyLife.Actions.CanExecuteResult)": "TinyLife.Utilities.Extensions.yml", "TinyLife.Utilities.Extensions.BothValid(TinyLife.Actions.CanExecuteResult,TinyLife.Actions.CanExecuteResult)": "TinyLife.Utilities.Extensions.yml",
"TinyLife.Utilities.Extensions.CanTakeOff(TinyLife.Objects.ClothesLayer)": "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,System.Func{Microsoft.Xna.Framework.Vector2,System.Single})": "TinyLife.Utilities.Extensions.yml", "TinyLife.Utilities.Extensions.DrawIsoArea(Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Misc.RectangleF,Microsoft.Xna.Framework.Color,System.Boolean,System.Func{Microsoft.Xna.Framework.Vector2,System.Single},System.Nullable{System.Single})": "TinyLife.Utilities.Extensions.yml",
"TinyLife.Utilities.Extensions.DrawIsoArea(Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Misc.RectangleF,Microsoft.Xna.Framework.Color,System.Boolean,System.Single)": "TinyLife.Utilities.Extensions.yml", "TinyLife.Utilities.Extensions.DrawIsoArea(Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Misc.RectangleF,Microsoft.Xna.Framework.Color,System.Boolean,System.Single)": "TinyLife.Utilities.Extensions.yml",
"TinyLife.Utilities.Extensions.GetChanceModifier(TinyLife.Skills.Quality)": "TinyLife.Utilities.Extensions.yml", "TinyLife.Utilities.Extensions.GetChanceModifier(TinyLife.Skills.Quality)": "TinyLife.Utilities.Extensions.yml",
"TinyLife.Utilities.Extensions.GetDaysBeforeAging(TinyLife.Objects.AgeGroup,TinyLife.Objects.LifeSpan)": "TinyLife.Utilities.Extensions.yml", "TinyLife.Utilities.Extensions.GetDaysBeforeAging(TinyLife.Objects.AgeGroup,TinyLife.Objects.LifeSpan)": "TinyLife.Utilities.Extensions.yml",
"TinyLife.Utilities.Extensions.GetDecorativeRating(TinyLife.Skills.Quality)": "TinyLife.Utilities.Extensions.yml", "TinyLife.Utilities.Extensions.GetDecorativeRating(TinyLife.Skills.Quality)": "TinyLife.Utilities.Extensions.yml",
"TinyLife.Utilities.Extensions.GetDefaultDirtyOverlayTextureName(TinyLife.Objects.ObjectCategory)": "TinyLife.Utilities.Extensions.yml", "TinyLife.Utilities.Extensions.GetDefaultDirtyOverlayTextureName(TinyLife.Objects.ObjectCategory)": "TinyLife.Utilities.Extensions.yml",
"TinyLife.Utilities.Extensions.GetDefaultPose(TinyLife.Objects.AgeGroup)": "TinyLife.Utilities.Extensions.yml",
"TinyLife.Utilities.Extensions.GetDefaultTab(TinyLife.Objects.ObjectCategory)": "TinyLife.Utilities.Extensions.yml", "TinyLife.Utilities.Extensions.GetDefaultTab(TinyLife.Objects.ObjectCategory)": "TinyLife.Utilities.Extensions.yml",
"TinyLife.Utilities.Extensions.GetDepth(TinyLife.Objects.ClothesLayer)": "TinyLife.Utilities.Extensions.yml", "TinyLife.Utilities.Extensions.GetDepth(TinyLife.Objects.ClothesLayer)": "TinyLife.Utilities.Extensions.yml",
"TinyLife.Utilities.Extensions.GetDescription(TinyLife.Objects.ClothesIntention)": "TinyLife.Utilities.Extensions.yml", "TinyLife.Utilities.Extensions.GetDescription(TinyLife.Objects.ClothesIntention)": "TinyLife.Utilities.Extensions.yml",
@ -3043,10 +3229,7 @@
"TinyLife.World.Household.HasMember(System.Guid)": "TinyLife.World.Household.yml", "TinyLife.World.Household.HasMember(System.Guid)": "TinyLife.World.Household.yml",
"TinyLife.World.Household.Import(TinyLife.World.ExportedHousehold,System.Boolean)": "TinyLife.World.Household.yml", "TinyLife.World.Household.Import(TinyLife.World.ExportedHousehold,System.Boolean)": "TinyLife.World.Household.yml",
"TinyLife.World.Household.IsCurrent": "TinyLife.World.Household.yml", "TinyLife.World.Household.IsCurrent": "TinyLife.World.Household.yml",
"TinyLife.World.Household.IsLotVisible(TinyLife.World.Lot)": "TinyLife.World.Household.yml",
"TinyLife.World.Household.Lot": "TinyLife.World.Household.yml", "TinyLife.World.Household.Lot": "TinyLife.World.Household.yml",
"TinyLife.World.Household.MarkLotNonVisible(TinyLife.World.Lot)": "TinyLife.World.Household.yml",
"TinyLife.World.Household.MarkLotVisible(TinyLife.World.Lot)": "TinyLife.World.Household.yml",
"TinyLife.World.Household.Members": "TinyLife.World.Household.yml", "TinyLife.World.Household.Members": "TinyLife.World.Household.yml",
"TinyLife.World.Household.Money": "TinyLife.World.Household.yml", "TinyLife.World.Household.Money": "TinyLife.World.Household.yml",
"TinyLife.World.Household.Name": "TinyLife.World.Household.yml", "TinyLife.World.Household.Name": "TinyLife.World.Household.yml",
@ -3151,7 +3334,7 @@
"TinyLife.World.Map.Finalize": "TinyLife.World.Map.yml", "TinyLife.World.Map.Finalize": "TinyLife.World.Map.yml",
"TinyLife.World.Map.GetAllLotEmployments": "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", "TinyLife.World.Map.GetClosestEmptyTile(Microsoft.Xna.Framework.Vector2,System.Int32,System.Boolean,System.Boolean,System.Boolean)": "TinyLife.World.Map.yml",
"TinyLife.World.Map.GetClosestExitRoad(Microsoft.Xna.Framework.Vector2)": "TinyLife.World.Map.yml", "TinyLife.World.Map.GetClosestFreeExitPoint(Microsoft.Xna.Framework.Vector2)": "TinyLife.World.Map.yml",
"TinyLife.World.Map.GetClosestRoads(Microsoft.Xna.Framework.Point,System.Int32)": "TinyLife.World.Map.yml", "TinyLife.World.Map.GetClosestRoads(Microsoft.Xna.Framework.Point,System.Int32)": "TinyLife.World.Map.yml",
"TinyLife.World.Map.GetClosestRoadsidePosition(Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Vector2)": "TinyLife.World.Map.yml", "TinyLife.World.Map.GetClosestRoadsidePosition(Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Vector2)": "TinyLife.World.Map.yml",
"TinyLife.World.Map.GetDeadPerson(System.Guid)": "TinyLife.World.Map.yml", "TinyLife.World.Map.GetDeadPerson(System.Guid)": "TinyLife.World.Map.yml",
@ -3269,6 +3452,7 @@
"TinyLife.World.RoofType.Colors": "TinyLife.World.RoofType.yml", "TinyLife.World.RoofType.Colors": "TinyLife.World.RoofType.yml",
"TinyLife.World.RoofType.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,TinyLife.World.Map,Microsoft.Xna.Framework.Rectangle,MLEM.Misc.Direction2,System.Int32,TinyLife.World.Wallpaper,System.Single,System.Nullable{Microsoft.Xna.Framework.Color})": "TinyLife.World.RoofType.yml", "TinyLife.World.RoofType.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,TinyLife.World.Map,Microsoft.Xna.Framework.Rectangle,MLEM.Misc.Direction2,System.Int32,TinyLife.World.Wallpaper,System.Single,System.Nullable{Microsoft.Xna.Framework.Color})": "TinyLife.World.RoofType.yml",
"TinyLife.World.RoofType.DrawUi(Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Ui.Elements.Element,System.Int32,System.Single)": "TinyLife.World.RoofType.yml", "TinyLife.World.RoofType.DrawUi(Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Ui.Elements.Element,System.Int32,System.Single)": "TinyLife.World.RoofType.yml",
"TinyLife.World.RoofType.FlatSheetMetal": "TinyLife.World.RoofType.yml",
"TinyLife.World.RoofType.GetGableOffset(Microsoft.Xna.Framework.Rectangle,MLEM.Misc.Direction2,Microsoft.Xna.Framework.Point)": "TinyLife.World.RoofType.yml", "TinyLife.World.RoofType.GetGableOffset(Microsoft.Xna.Framework.Rectangle,MLEM.Misc.Direction2,Microsoft.Xna.Framework.Point)": "TinyLife.World.RoofType.yml",
"TinyLife.World.RoofType.GetPrice(Microsoft.Xna.Framework.Rectangle)": "TinyLife.World.RoofType.yml", "TinyLife.World.RoofType.GetPrice(Microsoft.Xna.Framework.Rectangle)": "TinyLife.World.RoofType.yml",
"TinyLife.World.RoofType.Icon": "TinyLife.World.RoofType.yml", "TinyLife.World.RoofType.Icon": "TinyLife.World.RoofType.yml",

View file

@ -1,531 +0,0 @@
### YamlMime:ManagedReference
items:
- uid: TinyLife.Actions.
commentId: T:TinyLife.Actions.
id: ''
parent: TinyLife.Actions
children: []
langs:
- csharp
- vb
name: ''
nameWithType: ''
fullName: TinyLife.Actions.
type: Class
source:
remote:
path: TinyLife/Actions/CanExecuteResult.cs
branch: 0.29.3-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ''
path: ../TinyLife/Actions/CanExecuteResult.cs
startLine: 13
assemblies:
- Tiny Life
namespace: TinyLife.Actions
summary: "\nA utility structure used by <xref href=\"TinyLife.Actions.ActionType.CanExecuteDelegate\" data-throw-if-not-resolved=\"false\"></xref> and other situations where an action can fail, or fail to start, due to a specific circumstance.\nThe <see cref=\"!:Name\"></see> of the <xref href=\"TinyLife.Actions.CanExecuteResult\" data-throw-if-not-resolved=\"false\"></xref> will be localized and displayed to the player if the <xref href=\"TinyLife.Actions.ResultType\" data-throw-if-not-resolved=\"false\"></xref> is not <see cref=\"!:Hidden\"></see> or <see cref=\"!:Valid\"></see>.\n"
example: []
syntax:
content: 'public class : IEquatable<>'
content.vb: >-
Public Class
Implements IEquatable(Of )
inheritance:
- System.Object
implements:
- System.IEquatable{TinyLife.Actions.}
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.Actions..TinyLife.Utilities.Extensions.JsonCopy``1
modifiers.csharp:
- public
- class
modifiers.vb:
- Public
- Class
references:
- uid: TinyLife.Actions.ActionType.CanExecuteDelegate
commentId: T:TinyLife.Actions.ActionType.CanExecuteDelegate
parent: TinyLife.Actions
name: ActionType.CanExecuteDelegate
nameWithType: ActionType.CanExecuteDelegate
fullName: TinyLife.Actions.ActionType.CanExecuteDelegate
- uid: TinyLife.Actions.CanExecuteResult
commentId: T:TinyLife.Actions.CanExecuteResult
parent: TinyLife.Actions
name: CanExecuteResult
nameWithType: CanExecuteResult
fullName: TinyLife.Actions.CanExecuteResult
- uid: TinyLife.Actions.ResultType
commentId: T:TinyLife.Actions.ResultType
parent: TinyLife.Actions
name: ResultType
nameWithType: ResultType
fullName: TinyLife.Actions.ResultType
- uid: TinyLife.Actions.ResultType.Invalid
commentId: F:TinyLife.Actions.ResultType.Invalid
isExternal: true
- uid: TinyLife.Actions
commentId: N:TinyLife.Actions
name: TinyLife.Actions
nameWithType: TinyLife.Actions
fullName: TinyLife.Actions
- uid: System.Object
commentId: T:System.Object
parent: System
isExternal: true
name: Object
nameWithType: Object
fullName: System.Object
- uid: System.IEquatable{TinyLife.Actions.}
commentId: T:System.IEquatable{TinyLife.Actions.}
parent: System
definition: System.IEquatable`1
name: IEquatable<>
nameWithType: IEquatable<>
fullName: System.IEquatable<TinyLife.Actions.>
nameWithType.vb: IEquatable(Of )
fullName.vb: System.IEquatable(Of TinyLife.Actions.)
name.vb: IEquatable(Of )
spec.csharp:
- uid: System.IEquatable`1
name: IEquatable
nameWithType: IEquatable
fullName: System.IEquatable
isExternal: true
- name: <
nameWithType: <
fullName: <
- uid: TinyLife.Actions.
name: ''
nameWithType: ''
fullName: TinyLife.Actions.
- name: '>'
nameWithType: '>'
fullName: '>'
spec.vb:
- uid: System.IEquatable`1
name: IEquatable
nameWithType: IEquatable
fullName: System.IEquatable
isExternal: true
- name: '(Of '
nameWithType: '(Of '
fullName: '(Of '
- uid: TinyLife.Actions.
name: ''
nameWithType: ''
fullName: TinyLife.Actions.
- 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..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<>()
nameWithType: Extensions.JsonCopy<>()
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Actions.>()
nameWithType.vb: Extensions.JsonCopy(Of )()
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Actions.)()
name.vb: JsonCopy(Of )()
spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1
name: JsonCopy<>
nameWithType: Extensions.JsonCopy<>
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Actions.>
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1
name: JsonCopy(Of )
nameWithType: Extensions.JsonCopy(Of )
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Actions.)
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: System
commentId: N:System
isExternal: true
name: System
nameWithType: System
fullName: System
- uid: System.IEquatable`1
commentId: T:System.IEquatable`1
isExternal: true
name: IEquatable<T>
nameWithType: IEquatable<T>
fullName: System.IEquatable<T>
nameWithType.vb: IEquatable(Of T)
fullName.vb: System.IEquatable(Of T)
name.vb: IEquatable(Of T)
spec.csharp:
- uid: System.IEquatable`1
name: IEquatable
nameWithType: IEquatable
fullName: System.IEquatable
isExternal: true
- name: <
nameWithType: <
fullName: <
- name: T
nameWithType: T
fullName: T
- name: '>'
nameWithType: '>'
fullName: '>'
spec.vb:
- uid: System.IEquatable`1
name: IEquatable
nameWithType: IEquatable
fullName: System.IEquatable
isExternal: true
- name: '(Of '
nameWithType: '(Of '
fullName: '(Of '
- name: T
nameWithType: T
fullName: T
- name: )
nameWithType: )
fullName: )
- 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

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -5,6 +5,7 @@ items:
id: ActionType.AiSettings id: ActionType.AiSettings
parent: TinyLife.Actions parent: TinyLife.Actions
children: children:
- TinyLife.Actions.ActionType.AiSettings.#ctor
- TinyLife.Actions.ActionType.AiSettings.CanDoAtAnyPoint - TinyLife.Actions.ActionType.AiSettings.CanDoAtAnyPoint
- TinyLife.Actions.ActionType.AiSettings.CanDoRandomly - TinyLife.Actions.ActionType.AiSettings.CanDoRandomly
- TinyLife.Actions.ActionType.AiSettings.NeedsFreeActionSpot - TinyLife.Actions.ActionType.AiSettings.NeedsFreeActionSpot
@ -20,19 +21,19 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: 0.29.3-dev branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AiSettings id: AiSettings
path: ../TinyLife/Actions/ActionType.cs path: ../TinyLife/Actions/ActionType.cs
startLine: 364 startLine: 374
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
summary: "\nA set of settings that <xref href=\"TinyLife.Actions.ActionType.TypeSettings\" data-throw-if-not-resolved=\"false\"></xref> uses to determine how <xref href=\"TinyLife.Objects.PersonAi\" data-throw-if-not-resolved=\"false\"></xref> should deal with this <xref href=\"TinyLife.Actions.ActionType\" data-throw-if-not-resolved=\"false\"></xref>\n" summary: "\nA set of settings that <xref href=\"TinyLife.Actions.ActionType.TypeSettings\" data-throw-if-not-resolved=\"false\"></xref> uses to determine how <xref href=\"TinyLife.Objects.PersonAi\" data-throw-if-not-resolved=\"false\"></xref> should deal with this <xref href=\"TinyLife.Actions.ActionType\" data-throw-if-not-resolved=\"false\"></xref>\n"
example: [] example: []
syntax: syntax:
content: public struct AiSettings content: public struct ActionType.AiSettings
content.vb: Public Structure AiSettings content.vb: Public Structure ActionType.AiSettings
inheritedMembers: inheritedMembers:
- System.ValueType.Equals(System.Object) - System.ValueType.Equals(System.Object)
- System.ValueType.GetHashCode - System.ValueType.GetHashCode
@ -42,12 +43,6 @@ items:
- System.Object.ReferenceEquals(System.Object,System.Object) - System.Object.ReferenceEquals(System.Object,System.Object)
extensionMethods: extensionMethods:
- TinyLife.Actions.ActionType.AiSettings.TinyLife.Utilities.Extensions.JsonCopy``1 - TinyLife.Actions.ActionType.AiSettings.TinyLife.Utilities.Extensions.JsonCopy``1
modifiers.csharp:
- public
- struct
modifiers.vb:
- Public
- Structure
- uid: TinyLife.Actions.ActionType.AiSettings.SolvedNeeds - uid: TinyLife.Actions.ActionType.AiSettings.SolvedNeeds
commentId: F:TinyLife.Actions.ActionType.AiSettings.SolvedNeeds commentId: F:TinyLife.Actions.ActionType.AiSettings.SolvedNeeds
id: SolvedNeeds id: SolvedNeeds
@ -62,11 +57,11 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: 0.29.3-dev branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SolvedNeeds id: SolvedNeeds
path: ../TinyLife/Actions/ActionType.cs path: ../TinyLife/Actions/ActionType.cs
startLine: 372 startLine: 382
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -77,10 +72,6 @@ items:
return: return:
type: TinyLife.NeedType[] type: TinyLife.NeedType[]
content.vb: Public SolvedNeeds As NeedType() content.vb: Public SolvedNeeds As NeedType()
modifiers.csharp:
- public
modifiers.vb:
- Public
- uid: TinyLife.Actions.ActionType.AiSettings.PassivePriority - uid: TinyLife.Actions.ActionType.AiSettings.PassivePriority
commentId: F:TinyLife.Actions.ActionType.AiSettings.PassivePriority commentId: F:TinyLife.Actions.ActionType.AiSettings.PassivePriority
id: PassivePriority id: PassivePriority
@ -95,11 +86,11 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: 0.29.3-dev branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PassivePriority id: PassivePriority
path: ../TinyLife/Actions/ActionType.cs path: ../TinyLife/Actions/ActionType.cs
startLine: 380 startLine: 390
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -110,10 +101,6 @@ items:
return: return:
type: System.Func{TinyLife.Objects.Person,System.Single} type: System.Func{TinyLife.Objects.Person,System.Single}
content.vb: Public PassivePriority As Func(Of Person, Single) content.vb: Public PassivePriority As Func(Of Person, Single)
modifiers.csharp:
- public
modifiers.vb:
- Public
- uid: TinyLife.Actions.ActionType.AiSettings.CanDoRandomly - uid: TinyLife.Actions.ActionType.AiSettings.CanDoRandomly
commentId: F:TinyLife.Actions.ActionType.AiSettings.CanDoRandomly commentId: F:TinyLife.Actions.ActionType.AiSettings.CanDoRandomly
id: CanDoRandomly id: CanDoRandomly
@ -128,11 +115,11 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: 0.29.3-dev branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanDoRandomly id: CanDoRandomly
path: ../TinyLife/Actions/ActionType.cs path: ../TinyLife/Actions/ActionType.cs
startLine: 387 startLine: 397
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -143,10 +130,6 @@ items:
return: return:
type: System.Boolean type: System.Boolean
content.vb: Public CanDoRandomly As Boolean content.vb: Public CanDoRandomly As Boolean
modifiers.csharp:
- public
modifiers.vb:
- Public
- uid: TinyLife.Actions.ActionType.AiSettings.CanDoAtAnyPoint - uid: TinyLife.Actions.ActionType.AiSettings.CanDoAtAnyPoint
commentId: F:TinyLife.Actions.ActionType.AiSettings.CanDoAtAnyPoint commentId: F:TinyLife.Actions.ActionType.AiSettings.CanDoAtAnyPoint
id: CanDoAtAnyPoint id: CanDoAtAnyPoint
@ -161,11 +144,11 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: 0.29.3-dev branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanDoAtAnyPoint id: CanDoAtAnyPoint
path: ../TinyLife/Actions/ActionType.cs path: ../TinyLife/Actions/ActionType.cs
startLine: 394 startLine: 404
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -176,10 +159,6 @@ items:
return: return:
type: System.Boolean type: System.Boolean
content.vb: Public CanDoAtAnyPoint As Boolean content.vb: Public CanDoAtAnyPoint As Boolean
modifiers.csharp:
- public
modifiers.vb:
- Public
- uid: TinyLife.Actions.ActionType.AiSettings.NeedsFreeActionSpot - uid: TinyLife.Actions.ActionType.AiSettings.NeedsFreeActionSpot
commentId: F:TinyLife.Actions.ActionType.AiSettings.NeedsFreeActionSpot commentId: F:TinyLife.Actions.ActionType.AiSettings.NeedsFreeActionSpot
id: NeedsFreeActionSpot id: NeedsFreeActionSpot
@ -194,11 +173,11 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: 0.29.3-dev branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NeedsFreeActionSpot id: NeedsFreeActionSpot
path: ../TinyLife/Actions/ActionType.cs path: ../TinyLife/Actions/ActionType.cs
startLine: 400 startLine: 410
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -209,10 +188,35 @@ items:
return: return:
type: System.Boolean type: System.Boolean
content.vb: Public NeedsFreeActionSpot As Boolean content.vb: Public NeedsFreeActionSpot As Boolean
modifiers.csharp: - uid: TinyLife.Actions.ActionType.AiSettings.#ctor
- public commentId: M:TinyLife.Actions.ActionType.AiSettings.#ctor
modifiers.vb: id: '#ctor'
- Public parent: TinyLife.Actions.ActionType.AiSettings
langs:
- csharp
- vb
name: AiSettings()
nameWithType: ActionType.AiSettings.AiSettings()
fullName: TinyLife.Actions.ActionType.AiSettings.AiSettings()
type: Constructor
source:
remote:
path: TinyLife/Actions/ActionType.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/ActionType.cs
startLine: 412
assemblies:
- Tiny Life
namespace: TinyLife.Actions
syntax:
content: public AiSettings()
content.vb: Public Sub New()
overload: TinyLife.Actions.ActionType.AiSettings.#ctor*
nameWithType.vb: ActionType.AiSettings.New()
fullName.vb: TinyLife.Actions.ActionType.AiSettings.New()
name.vb: New()
references: references:
- uid: TinyLife.Actions.ActionType.TypeSettings - uid: TinyLife.Actions.ActionType.TypeSettings
commentId: T:TinyLife.Actions.ActionType.TypeSettings commentId: T:TinyLife.Actions.ActionType.TypeSettings
@ -220,6 +224,18 @@ references:
name: ActionType.TypeSettings name: ActionType.TypeSettings
nameWithType: ActionType.TypeSettings nameWithType: ActionType.TypeSettings
fullName: TinyLife.Actions.ActionType.TypeSettings fullName: TinyLife.Actions.ActionType.TypeSettings
spec.csharp:
- uid: TinyLife.Actions.ActionType
name: ActionType
- name: .
- uid: TinyLife.Actions.ActionType.TypeSettings
name: TypeSettings
spec.vb:
- uid: TinyLife.Actions.ActionType
name: ActionType
- name: .
- uid: TinyLife.Actions.ActionType.TypeSettings
name: TypeSettings
- uid: TinyLife.Objects.PersonAi - uid: TinyLife.Objects.PersonAi
commentId: T:TinyLife.Objects.PersonAi commentId: T:TinyLife.Objects.PersonAi
name: PersonAi name: PersonAi
@ -236,290 +252,248 @@ references:
name: TinyLife.Actions name: TinyLife.Actions
nameWithType: TinyLife.Actions nameWithType: TinyLife.Actions
fullName: TinyLife.Actions fullName: TinyLife.Actions
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Actions
name: Actions
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Actions
name: Actions
- uid: System.ValueType.Equals(System.Object) - uid: System.ValueType.Equals(System.Object)
commentId: M:System.ValueType.Equals(System.Object) commentId: M:System.ValueType.Equals(System.Object)
parent: System.ValueType parent: System.ValueType
isExternal: true isExternal: true
name: Equals(Object) href: https://learn.microsoft.com/dotnet/api/system.valuetype.equals
nameWithType: ValueType.Equals(Object) name: Equals(object)
fullName: System.ValueType.Equals(System.Object) nameWithType: ValueType.Equals(object)
fullName: System.ValueType.Equals(object)
nameWithType.vb: ValueType.Equals(Object)
fullName.vb: System.ValueType.Equals(Object)
name.vb: Equals(Object)
spec.csharp: spec.csharp:
- uid: System.ValueType.Equals(System.Object) - uid: System.ValueType.Equals(System.Object)
name: Equals name: Equals
nameWithType: ValueType.Equals
fullName: System.ValueType.Equals
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.valuetype.equals
- name: ( - name: (
nameWithType: (
fullName: (
- uid: System.Object - uid: System.Object
name: Object name: object
nameWithType: Object
fullName: System.Object
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ) - name: )
nameWithType: )
fullName: )
spec.vb: spec.vb:
- uid: System.ValueType.Equals(System.Object) - uid: System.ValueType.Equals(System.Object)
name: Equals name: Equals
nameWithType: ValueType.Equals
fullName: System.ValueType.Equals
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.valuetype.equals
- name: ( - name: (
nameWithType: (
fullName: (
- uid: System.Object - uid: System.Object
name: Object name: Object
nameWithType: Object
fullName: System.Object
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ) - name: )
nameWithType: )
fullName: )
- uid: System.ValueType.GetHashCode - uid: System.ValueType.GetHashCode
commentId: M:System.ValueType.GetHashCode commentId: M:System.ValueType.GetHashCode
parent: System.ValueType parent: System.ValueType
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.valuetype.gethashcode
name: GetHashCode() name: GetHashCode()
nameWithType: ValueType.GetHashCode() nameWithType: ValueType.GetHashCode()
fullName: System.ValueType.GetHashCode() fullName: System.ValueType.GetHashCode()
spec.csharp: spec.csharp:
- uid: System.ValueType.GetHashCode - uid: System.ValueType.GetHashCode
name: GetHashCode name: GetHashCode
nameWithType: ValueType.GetHashCode
fullName: System.ValueType.GetHashCode
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.valuetype.gethashcode
- name: ( - name: (
nameWithType: (
fullName: (
- name: ) - name: )
nameWithType: )
fullName: )
spec.vb: spec.vb:
- uid: System.ValueType.GetHashCode - uid: System.ValueType.GetHashCode
name: GetHashCode name: GetHashCode
nameWithType: ValueType.GetHashCode
fullName: System.ValueType.GetHashCode
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.valuetype.gethashcode
- name: ( - name: (
nameWithType: (
fullName: (
- name: ) - name: )
nameWithType: )
fullName: )
- uid: System.ValueType.ToString - uid: System.ValueType.ToString
commentId: M:System.ValueType.ToString commentId: M:System.ValueType.ToString
parent: System.ValueType parent: System.ValueType
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.valuetype.tostring
name: ToString() name: ToString()
nameWithType: ValueType.ToString() nameWithType: ValueType.ToString()
fullName: System.ValueType.ToString() fullName: System.ValueType.ToString()
spec.csharp: spec.csharp:
- uid: System.ValueType.ToString - uid: System.ValueType.ToString
name: ToString name: ToString
nameWithType: ValueType.ToString
fullName: System.ValueType.ToString
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.valuetype.tostring
- name: ( - name: (
nameWithType: (
fullName: (
- name: ) - name: )
nameWithType: )
fullName: )
spec.vb: spec.vb:
- uid: System.ValueType.ToString - uid: System.ValueType.ToString
name: ToString name: ToString
nameWithType: ValueType.ToString
fullName: System.ValueType.ToString
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.valuetype.tostring
- name: ( - name: (
nameWithType: (
fullName: (
- name: ) - name: )
nameWithType: )
fullName: )
- uid: System.Object.Equals(System.Object,System.Object) - uid: System.Object.Equals(System.Object,System.Object)
commentId: M:System.Object.Equals(System.Object,System.Object) commentId: M:System.Object.Equals(System.Object,System.Object)
parent: System.Object parent: System.Object
isExternal: true isExternal: true
name: Equals(Object, Object) href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
nameWithType: Object.Equals(Object, Object) name: Equals(object, object)
fullName: System.Object.Equals(System.Object, System.Object) nameWithType: object.Equals(object, object)
fullName: object.Equals(object, object)
nameWithType.vb: Object.Equals(Object, Object)
fullName.vb: Object.Equals(Object, Object)
name.vb: Equals(Object, Object)
spec.csharp: spec.csharp:
- uid: System.Object.Equals(System.Object,System.Object) - uid: System.Object.Equals(System.Object,System.Object)
name: Equals name: Equals
nameWithType: Object.Equals
fullName: System.Object.Equals
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
- name: ( - name: (
nameWithType: (
fullName: (
- uid: System.Object - uid: System.Object
name: Object name: object
nameWithType: Object
fullName: System.Object
isExternal: true isExternal: true
- name: ', ' href: https://learn.microsoft.com/dotnet/api/system.object
nameWithType: ', ' - name: ','
fullName: ', ' - name: " "
- uid: System.Object - uid: System.Object
name: Object name: object
nameWithType: Object
fullName: System.Object
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ) - name: )
nameWithType: )
fullName: )
spec.vb: spec.vb:
- uid: System.Object.Equals(System.Object,System.Object) - uid: System.Object.Equals(System.Object,System.Object)
name: Equals name: Equals
nameWithType: Object.Equals
fullName: System.Object.Equals
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
- name: ( - name: (
nameWithType: (
fullName: (
- uid: System.Object - uid: System.Object
name: Object name: Object
nameWithType: Object
fullName: System.Object
isExternal: true isExternal: true
- name: ', ' href: https://learn.microsoft.com/dotnet/api/system.object
nameWithType: ', ' - name: ','
fullName: ', ' - name: " "
- uid: System.Object - uid: System.Object
name: Object name: Object
nameWithType: Object
fullName: System.Object
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ) - name: )
nameWithType: )
fullName: )
- uid: System.Object.GetType - uid: System.Object.GetType
commentId: M:System.Object.GetType commentId: M:System.Object.GetType
parent: System.Object parent: System.Object
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
name: GetType() name: GetType()
nameWithType: Object.GetType() nameWithType: object.GetType()
fullName: System.Object.GetType() fullName: object.GetType()
nameWithType.vb: Object.GetType()
fullName.vb: Object.GetType()
spec.csharp: spec.csharp:
- uid: System.Object.GetType - uid: System.Object.GetType
name: GetType name: GetType
nameWithType: Object.GetType
fullName: System.Object.GetType
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
- name: ( - name: (
nameWithType: (
fullName: (
- name: ) - name: )
nameWithType: )
fullName: )
spec.vb: spec.vb:
- uid: System.Object.GetType - uid: System.Object.GetType
name: GetType name: GetType
nameWithType: Object.GetType
fullName: System.Object.GetType
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
- name: ( - name: (
nameWithType: (
fullName: (
- name: ) - name: )
nameWithType: )
fullName: )
- uid: System.Object.ReferenceEquals(System.Object,System.Object) - uid: System.Object.ReferenceEquals(System.Object,System.Object)
commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) commentId: M:System.Object.ReferenceEquals(System.Object,System.Object)
parent: System.Object parent: System.Object
isExternal: true isExternal: true
name: ReferenceEquals(Object, Object) href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
nameWithType: Object.ReferenceEquals(Object, Object) name: ReferenceEquals(object, object)
fullName: System.Object.ReferenceEquals(System.Object, System.Object) nameWithType: object.ReferenceEquals(object, object)
fullName: object.ReferenceEquals(object, object)
nameWithType.vb: Object.ReferenceEquals(Object, Object)
fullName.vb: Object.ReferenceEquals(Object, Object)
name.vb: ReferenceEquals(Object, Object)
spec.csharp: spec.csharp:
- uid: System.Object.ReferenceEquals(System.Object,System.Object) - uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals name: ReferenceEquals
nameWithType: Object.ReferenceEquals
fullName: System.Object.ReferenceEquals
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
- name: ( - name: (
nameWithType: (
fullName: (
- uid: System.Object - uid: System.Object
name: Object name: object
nameWithType: Object
fullName: System.Object
isExternal: true isExternal: true
- name: ', ' href: https://learn.microsoft.com/dotnet/api/system.object
nameWithType: ', ' - name: ','
fullName: ', ' - name: " "
- uid: System.Object - uid: System.Object
name: Object name: object
nameWithType: Object
fullName: System.Object
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ) - name: )
nameWithType: )
fullName: )
spec.vb: spec.vb:
- uid: System.Object.ReferenceEquals(System.Object,System.Object) - uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals name: ReferenceEquals
nameWithType: Object.ReferenceEquals
fullName: System.Object.ReferenceEquals
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
- name: ( - name: (
nameWithType: (
fullName: (
- uid: System.Object - uid: System.Object
name: Object name: Object
nameWithType: Object
fullName: System.Object
isExternal: true isExternal: true
- name: ', ' href: https://learn.microsoft.com/dotnet/api/system.object
nameWithType: ', ' - name: ','
fullName: ', ' - name: " "
- uid: System.Object - uid: System.Object
name: Object name: Object
nameWithType: Object
fullName: System.Object
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ) - name: )
nameWithType: )
fullName: )
- uid: TinyLife.Actions.ActionType.AiSettings.TinyLife.Utilities.Extensions.JsonCopy``1 - uid: TinyLife.Actions.ActionType.AiSettings.TinyLife.Utilities.Extensions.JsonCopy``1
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0) commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
parent: TinyLife.Utilities.Extensions parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0) definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy<ActionType.AiSettings>() name: JsonCopy<AiSettings>(AiSettings)
nameWithType: Extensions.JsonCopy<ActionType.AiSettings>() nameWithType: Extensions.JsonCopy<ActionType.AiSettings>(ActionType.AiSettings)
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Actions.ActionType.AiSettings>() fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Actions.ActionType.AiSettings>(TinyLife.Actions.ActionType.AiSettings)
nameWithType.vb: Extensions.JsonCopy(Of ActionType.AiSettings)() nameWithType.vb: Extensions.JsonCopy(Of ActionType.AiSettings)(ActionType.AiSettings)
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Actions.ActionType.AiSettings)() fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Actions.ActionType.AiSettings)(TinyLife.Actions.ActionType.AiSettings)
name.vb: JsonCopy(Of ActionType.AiSettings)() name.vb: JsonCopy(Of AiSettings)(AiSettings)
spec.csharp: spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1 - uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.ActionType.AiSettings)
name: JsonCopy<ActionType.AiSettings> name: JsonCopy
nameWithType: Extensions.JsonCopy<ActionType.AiSettings> - name: <
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Actions.ActionType.AiSettings> - uid: TinyLife.Actions.ActionType.AiSettings
name: AiSettings
- name: '>'
- name: ( - name: (
nameWithType: ( - uid: TinyLife.Actions.ActionType.AiSettings
fullName: ( name: AiSettings
- name: ) - name: )
nameWithType: )
fullName: )
spec.vb: spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1 - uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.ActionType.AiSettings)
name: JsonCopy(Of ActionType.AiSettings) name: JsonCopy
nameWithType: Extensions.JsonCopy(Of ActionType.AiSettings)
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Actions.ActionType.AiSettings)
- name: ( - name: (
nameWithType: ( - name: Of
fullName: ( - name: " "
- uid: TinyLife.Actions.ActionType.AiSettings
name: AiSettings
- name: )
- name: (
- uid: TinyLife.Actions.ActionType.AiSettings
name: AiSettings
- name: ) - name: )
nameWithType: )
fullName: )
- uid: System.ValueType - uid: System.ValueType
commentId: T:System.ValueType commentId: T:System.ValueType
parent: System parent: System
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.valuetype
name: ValueType name: ValueType
nameWithType: ValueType nameWithType: ValueType
fullName: System.ValueType fullName: System.ValueType
@ -527,9 +501,13 @@ references:
commentId: T:System.Object commentId: T:System.Object
parent: System parent: System
isExternal: true isExternal: true
name: Object href: https://learn.microsoft.com/dotnet/api/system.object
nameWithType: Object name: object
fullName: System.Object nameWithType: object
fullName: object
nameWithType.vb: Object
fullName.vb: Object
name.vb: Object
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0) commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy<T>(T) name: JsonCopy<T>(T)
@ -540,32 +518,24 @@ references:
name.vb: JsonCopy(Of T)(T) name.vb: JsonCopy(Of T)(T)
spec.csharp: spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy<T> name: JsonCopy
nameWithType: Extensions.JsonCopy<T> - name: <
fullName: TinyLife.Utilities.Extensions.JsonCopy<T> - name: T
- name: ( - name: '>'
nameWithType: ( - name: (
fullName: (
- name: T - name: T
nameWithType: T
fullName: T
- name: ) - name: )
nameWithType: )
fullName: )
spec.vb: spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy(Of T) name: JsonCopy
nameWithType: Extensions.JsonCopy(Of T) - name: (
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of T) - name: Of
- name: " "
- name: T
- name: )
- name: ( - name: (
nameWithType: (
fullName: (
- name: T - name: T
nameWithType: T
fullName: T
- name: ) - name: )
nameWithType: )
fullName: )
- uid: TinyLife.Utilities.Extensions - uid: TinyLife.Utilities.Extensions
commentId: T:TinyLife.Utilities.Extensions commentId: T:TinyLife.Utilities.Extensions
parent: TinyLife.Utilities parent: TinyLife.Utilities
@ -575,6 +545,7 @@ references:
- uid: System - uid: System
commentId: N:System commentId: N:System
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
name: System name: System
nameWithType: System nameWithType: System
fullName: System fullName: System
@ -583,9 +554,23 @@ references:
name: TinyLife.Utilities name: TinyLife.Utilities
nameWithType: TinyLife.Utilities nameWithType: TinyLife.Utilities
fullName: TinyLife.Utilities fullName: TinyLife.Utilities
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Utilities
name: Utilities
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Utilities
name: Utilities
- uid: TinyLife.Actions.ActionType.AiSettings.PassivePriority - uid: TinyLife.Actions.ActionType.AiSettings.PassivePriority
commentId: F:TinyLife.Actions.ActionType.AiSettings.PassivePriority commentId: F:TinyLife.Actions.ActionType.AiSettings.PassivePriority
isExternal: true name: PassivePriority
nameWithType: ActionType.AiSettings.PassivePriority
fullName: TinyLife.Actions.ActionType.AiSettings.PassivePriority
- uid: TinyLife.NeedType[] - uid: TinyLife.NeedType[]
isExternal: true isExternal: true
name: NeedType[] name: NeedType[]
@ -597,31 +582,47 @@ references:
spec.csharp: spec.csharp:
- uid: TinyLife.NeedType - uid: TinyLife.NeedType
name: NeedType name: NeedType
nameWithType: NeedType - name: '['
fullName: TinyLife.NeedType - name: ']'
- name: '[]'
nameWithType: '[]'
fullName: '[]'
spec.vb: spec.vb:
- uid: TinyLife.NeedType - uid: TinyLife.NeedType
name: NeedType name: NeedType
nameWithType: NeedType - name: (
fullName: TinyLife.NeedType - name: )
- name: ()
nameWithType: ()
fullName: ()
- uid: TinyLife.Objects.Person.GetPassiveActionPriority(TinyLife.Actions.ActionType) - uid: TinyLife.Objects.Person.GetPassiveActionPriority(TinyLife.Actions.ActionType)
commentId: M:TinyLife.Objects.Person.GetPassiveActionPriority(TinyLife.Actions.ActionType) commentId: M:TinyLife.Objects.Person.GetPassiveActionPriority(TinyLife.Actions.ActionType)
isExternal: true name: GetPassiveActionPriority(ActionType)
nameWithType: Person.GetPassiveActionPriority(ActionType)
fullName: TinyLife.Objects.Person.GetPassiveActionPriority(TinyLife.Actions.ActionType)
spec.csharp:
- uid: TinyLife.Objects.Person.GetPassiveActionPriority(TinyLife.Actions.ActionType)
name: GetPassiveActionPriority
- name: (
- uid: TinyLife.Actions.ActionType
name: ActionType
- name: )
spec.vb:
- uid: TinyLife.Objects.Person.GetPassiveActionPriority(TinyLife.Actions.ActionType)
name: GetPassiveActionPriority
- name: (
- uid: TinyLife.Actions.ActionType
name: ActionType
- name: )
- uid: TinyLife.Actions.ActionType.AiSettings.SolvedNeeds - uid: TinyLife.Actions.ActionType.AiSettings.SolvedNeeds
commentId: F:TinyLife.Actions.ActionType.AiSettings.SolvedNeeds commentId: F:TinyLife.Actions.ActionType.AiSettings.SolvedNeeds
isExternal: true name: SolvedNeeds
nameWithType: ActionType.AiSettings.SolvedNeeds
fullName: TinyLife.Actions.ActionType.AiSettings.SolvedNeeds
- uid: TinyLife.Actions.ActionType.AiSettings.CanDoRandomly - uid: TinyLife.Actions.ActionType.AiSettings.CanDoRandomly
commentId: F:TinyLife.Actions.ActionType.AiSettings.CanDoRandomly commentId: F:TinyLife.Actions.ActionType.AiSettings.CanDoRandomly
isExternal: true name: CanDoRandomly
nameWithType: ActionType.AiSettings.CanDoRandomly
fullName: TinyLife.Actions.ActionType.AiSettings.CanDoRandomly
- uid: TinyLife.Actions.ActionType.AiSettings.CanDoAtAnyPoint - uid: TinyLife.Actions.ActionType.AiSettings.CanDoAtAnyPoint
commentId: F:TinyLife.Actions.ActionType.AiSettings.CanDoAtAnyPoint commentId: F:TinyLife.Actions.ActionType.AiSettings.CanDoAtAnyPoint
isExternal: true name: CanDoAtAnyPoint
nameWithType: ActionType.AiSettings.CanDoAtAnyPoint
fullName: TinyLife.Actions.ActionType.AiSettings.CanDoAtAnyPoint
- uid: TinyLife.World.LotEmployment - uid: TinyLife.World.LotEmployment
commentId: T:TinyLife.World.LotEmployment commentId: T:TinyLife.World.LotEmployment
parent: TinyLife.World parent: TinyLife.World
@ -632,68 +633,66 @@ references:
commentId: T:System.Func{TinyLife.Objects.Person,System.Single} commentId: T:System.Func{TinyLife.Objects.Person,System.Single}
parent: System parent: System
definition: System.Func`2 definition: System.Func`2
name: Func<Person, Single> href: https://learn.microsoft.com/dotnet/api/system.func-2
nameWithType: Func<Person, Single> name: Func<Person, float>
fullName: System.Func<TinyLife.Objects.Person, System.Single> nameWithType: Func<Person, float>
fullName: System.Func<TinyLife.Objects.Person, float>
nameWithType.vb: Func(Of Person, Single) nameWithType.vb: Func(Of Person, Single)
fullName.vb: System.Func(Of TinyLife.Objects.Person, System.Single) fullName.vb: System.Func(Of TinyLife.Objects.Person, Single)
name.vb: Func(Of Person, Single) name.vb: Func(Of Person, Single)
spec.csharp: spec.csharp:
- uid: System.Func`2 - uid: System.Func`2
name: Func name: Func
nameWithType: Func
fullName: System.Func
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.func-2
- name: < - name: <
nameWithType: <
fullName: <
- uid: TinyLife.Objects.Person - uid: TinyLife.Objects.Person
name: Person name: Person
nameWithType: Person - name: ','
fullName: TinyLife.Objects.Person - name: " "
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Single - uid: System.Single
name: Single name: float
nameWithType: Single
fullName: System.Single
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.single
- name: '>' - name: '>'
nameWithType: '>'
fullName: '>'
spec.vb: spec.vb:
- uid: System.Func`2 - uid: System.Func`2
name: Func name: Func
nameWithType: Func
fullName: System.Func
isExternal: true isExternal: true
- name: '(Of ' href: https://learn.microsoft.com/dotnet/api/system.func-2
nameWithType: '(Of ' - name: (
fullName: '(Of ' - name: Of
- name: " "
- uid: TinyLife.Objects.Person - uid: TinyLife.Objects.Person
name: Person name: Person
nameWithType: Person - name: ','
fullName: TinyLife.Objects.Person - name: " "
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Single - uid: System.Single
name: Single name: Single
nameWithType: Single
fullName: System.Single
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.single
- name: ) - name: )
nameWithType: )
fullName: )
- uid: TinyLife.World - uid: TinyLife.World
commentId: N:TinyLife.World commentId: N:TinyLife.World
name: TinyLife.World name: TinyLife.World
nameWithType: TinyLife.World nameWithType: TinyLife.World
fullName: TinyLife.World fullName: TinyLife.World
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.World
name: World
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.World
name: World
- uid: System.Func`2 - uid: System.Func`2
commentId: T:System.Func`2 commentId: T:System.Func`2
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.func-2
name: Func<T, TResult> name: Func<T, TResult>
nameWithType: Func<T, TResult> nameWithType: Func<T, TResult>
fullName: System.Func<T, TResult> fullName: System.Func<T, TResult>
@ -703,55 +702,43 @@ references:
spec.csharp: spec.csharp:
- uid: System.Func`2 - uid: System.Func`2
name: Func name: Func
nameWithType: Func
fullName: System.Func
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.func-2
- name: < - name: <
nameWithType: <
fullName: <
- name: T - name: T
nameWithType: T - name: ','
fullName: T - name: " "
- name: ', '
nameWithType: ', '
fullName: ', '
- name: TResult - name: TResult
nameWithType: TResult
fullName: TResult
- name: '>' - name: '>'
nameWithType: '>'
fullName: '>'
spec.vb: spec.vb:
- uid: System.Func`2 - uid: System.Func`2
name: Func name: Func
nameWithType: Func
fullName: System.Func
isExternal: true isExternal: true
- name: '(Of ' href: https://learn.microsoft.com/dotnet/api/system.func-2
nameWithType: '(Of ' - name: (
fullName: '(Of ' - name: Of
- name: " "
- name: T - name: T
nameWithType: T - name: ','
fullName: T - name: " "
- name: ', '
nameWithType: ', '
fullName: ', '
- name: TResult - name: TResult
nameWithType: TResult
fullName: TResult
- name: ) - name: )
nameWithType: )
fullName: )
- uid: TinyLife.Objects.Person.ActionQueue - uid: TinyLife.Objects.Person.ActionQueue
commentId: F:TinyLife.Objects.Person.ActionQueue commentId: F:TinyLife.Objects.Person.ActionQueue
isExternal: true name: ActionQueue
nameWithType: Person.ActionQueue
fullName: TinyLife.Objects.Person.ActionQueue
- uid: System.Boolean - uid: System.Boolean
commentId: T:System.Boolean commentId: T:System.Boolean
parent: System parent: System
isExternal: true isExternal: true
name: Boolean href: https://learn.microsoft.com/dotnet/api/system.boolean
nameWithType: Boolean name: bool
fullName: System.Boolean nameWithType: bool
fullName: bool
nameWithType.vb: Boolean
fullName.vb: Boolean
name.vb: Boolean
- uid: TinyLife.Objects.ActionSpot - uid: TinyLife.Objects.ActionSpot
commentId: T:TinyLife.Objects.ActionSpot commentId: T:TinyLife.Objects.ActionSpot
parent: TinyLife.Objects parent: TinyLife.Objects
@ -769,3 +756,23 @@ references:
name: TinyLife.Objects name: TinyLife.Objects
nameWithType: TinyLife.Objects nameWithType: TinyLife.Objects
fullName: TinyLife.Objects fullName: TinyLife.Objects
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Objects
name: Objects
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Objects
name: Objects
- uid: TinyLife.Actions.ActionType.AiSettings.#ctor*
commentId: Overload:TinyLife.Actions.ActionType.AiSettings.#ctor
name: AiSettings
nameWithType: ActionType.AiSettings.AiSettings
fullName: TinyLife.Actions.ActionType.AiSettings.AiSettings
nameWithType.vb: ActionType.AiSettings.New
fullName.vb: TinyLife.Actions.ActionType.AiSettings.New
name.vb: New

View file

@ -15,18 +15,18 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: 0.29.3-dev branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanExecuteDelegate id: CanExecuteDelegate
path: ../TinyLife/Actions/ActionType.cs path: ../TinyLife/Actions/ActionType.cs
startLine: 203 startLine: 207
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
summary: "\nA delegate method used for <xref href=\"TinyLife.Actions.ActionType.TypeSettings.CanExecute\" data-throw-if-not-resolved=\"false\"></xref>\n" summary: "\nA delegate method used for <xref href=\"TinyLife.Actions.ActionType.TypeSettings.CanExecute\" data-throw-if-not-resolved=\"false\"></xref>\n"
example: [] example: []
syntax: syntax:
content: public delegate CanExecuteResult CanExecuteDelegate(ActionInfo info, bool automatic); content: public delegate CanExecuteResult ActionType.CanExecuteDelegate(ActionInfo info, bool automatic)
parameters: parameters:
- id: info - id: info
type: TinyLife.Actions.ActionInfo type: TinyLife.Actions.ActionInfo
@ -36,19 +36,15 @@ items:
description: Whether or not the action was started by a <xref href="TinyLife.Objects.PersonAi" data-throw-if-not-resolved="false"></xref> rather than manually description: Whether or not the action was started by a <xref href="TinyLife.Objects.PersonAi" data-throw-if-not-resolved="false"></xref> rather than manually
return: return:
type: TinyLife.Actions.CanExecuteResult type: TinyLife.Actions.CanExecuteResult
content.vb: Public Delegate Function CanExecuteDelegate(info As ActionInfo, automatic As Boolean) As CanExecuteResult content.vb: Public Delegate Function ActionType.CanExecuteDelegate(info As ActionInfo, automatic As Boolean) As CanExecuteResult
extensionMethods: extensionMethods:
- TinyLife.Actions.ActionType.CanExecuteDelegate.TinyLife.Utilities.Extensions.JsonCopy``1 - TinyLife.Actions.ActionType.CanExecuteDelegate.TinyLife.Utilities.Extensions.JsonCopy``1
modifiers.csharp:
- public
- delegate
modifiers.vb:
- Public
- Delegate
references: references:
- uid: TinyLife.Actions.ActionType.TypeSettings.CanExecute - uid: TinyLife.Actions.ActionType.TypeSettings.CanExecute
commentId: F:TinyLife.Actions.ActionType.TypeSettings.CanExecute commentId: F:TinyLife.Actions.ActionType.TypeSettings.CanExecute
isExternal: true name: CanExecute
nameWithType: ActionType.TypeSettings.CanExecute
fullName: TinyLife.Actions.ActionType.TypeSettings.CanExecute
- uid: TinyLife.Objects.PersonAi - uid: TinyLife.Objects.PersonAi
commentId: T:TinyLife.Objects.PersonAi commentId: T:TinyLife.Objects.PersonAi
name: PersonAi name: PersonAi
@ -59,38 +55,52 @@ references:
name: TinyLife.Actions name: TinyLife.Actions
nameWithType: TinyLife.Actions nameWithType: TinyLife.Actions
fullName: TinyLife.Actions fullName: TinyLife.Actions
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Actions
name: Actions
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Actions
name: Actions
- uid: TinyLife.Actions.ActionType.CanExecuteDelegate.TinyLife.Utilities.Extensions.JsonCopy``1 - uid: TinyLife.Actions.ActionType.CanExecuteDelegate.TinyLife.Utilities.Extensions.JsonCopy``1
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0) commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
parent: TinyLife.Utilities.Extensions parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0) definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy<ActionType.CanExecuteDelegate>() name: JsonCopy<CanExecuteDelegate>(CanExecuteDelegate)
nameWithType: Extensions.JsonCopy<ActionType.CanExecuteDelegate>() nameWithType: Extensions.JsonCopy<ActionType.CanExecuteDelegate>(ActionType.CanExecuteDelegate)
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Actions.ActionType.CanExecuteDelegate>() fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Actions.ActionType.CanExecuteDelegate>(TinyLife.Actions.ActionType.CanExecuteDelegate)
nameWithType.vb: Extensions.JsonCopy(Of ActionType.CanExecuteDelegate)() nameWithType.vb: Extensions.JsonCopy(Of ActionType.CanExecuteDelegate)(ActionType.CanExecuteDelegate)
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Actions.ActionType.CanExecuteDelegate)() fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Actions.ActionType.CanExecuteDelegate)(TinyLife.Actions.ActionType.CanExecuteDelegate)
name.vb: JsonCopy(Of ActionType.CanExecuteDelegate)() name.vb: JsonCopy(Of CanExecuteDelegate)(CanExecuteDelegate)
spec.csharp: spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1 - uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.ActionType.CanExecuteDelegate)
name: JsonCopy<ActionType.CanExecuteDelegate> name: JsonCopy
nameWithType: Extensions.JsonCopy<ActionType.CanExecuteDelegate> - name: <
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Actions.ActionType.CanExecuteDelegate> - uid: TinyLife.Actions.ActionType.CanExecuteDelegate
name: CanExecuteDelegate
- name: '>'
- name: ( - name: (
nameWithType: ( - uid: TinyLife.Actions.ActionType.CanExecuteDelegate
fullName: ( name: CanExecuteDelegate
- name: ) - name: )
nameWithType: )
fullName: )
spec.vb: spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1 - uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.ActionType.CanExecuteDelegate)
name: JsonCopy(Of ActionType.CanExecuteDelegate) name: JsonCopy
nameWithType: Extensions.JsonCopy(Of ActionType.CanExecuteDelegate)
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Actions.ActionType.CanExecuteDelegate)
- name: ( - name: (
nameWithType: ( - name: Of
fullName: ( - name: " "
- uid: TinyLife.Actions.ActionType.CanExecuteDelegate
name: CanExecuteDelegate
- name: )
- name: (
- uid: TinyLife.Actions.ActionType.CanExecuteDelegate
name: CanExecuteDelegate
- name: ) - name: )
nameWithType: )
fullName: )
- uid: TinyLife.Actions.ActionInfo - uid: TinyLife.Actions.ActionInfo
commentId: T:TinyLife.Actions.ActionInfo commentId: T:TinyLife.Actions.ActionInfo
parent: TinyLife.Actions parent: TinyLife.Actions
@ -101,9 +111,13 @@ references:
commentId: T:System.Boolean commentId: T:System.Boolean
parent: System parent: System
isExternal: true isExternal: true
name: Boolean href: https://learn.microsoft.com/dotnet/api/system.boolean
nameWithType: Boolean name: bool
fullName: System.Boolean nameWithType: bool
fullName: bool
nameWithType.vb: Boolean
fullName.vb: Boolean
name.vb: Boolean
- uid: TinyLife.Actions.CanExecuteResult - uid: TinyLife.Actions.CanExecuteResult
commentId: T:TinyLife.Actions.CanExecuteResult commentId: T:TinyLife.Actions.CanExecuteResult
parent: TinyLife.Actions parent: TinyLife.Actions
@ -120,32 +134,24 @@ references:
name.vb: JsonCopy(Of T)(T) name.vb: JsonCopy(Of T)(T)
spec.csharp: spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy<T> name: JsonCopy
nameWithType: Extensions.JsonCopy<T> - name: <
fullName: TinyLife.Utilities.Extensions.JsonCopy<T> - name: T
- name: ( - name: '>'
nameWithType: ( - name: (
fullName: (
- name: T - name: T
nameWithType: T
fullName: T
- name: ) - name: )
nameWithType: )
fullName: )
spec.vb: spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy(Of T) name: JsonCopy
nameWithType: Extensions.JsonCopy(Of T) - name: (
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of T) - name: Of
- name: " "
- name: T
- name: )
- name: ( - name: (
nameWithType: (
fullName: (
- name: T - name: T
nameWithType: T
fullName: T
- name: ) - name: )
nameWithType: )
fullName: )
- uid: TinyLife.Utilities.Extensions - uid: TinyLife.Utilities.Extensions
commentId: T:TinyLife.Utilities.Extensions commentId: T:TinyLife.Utilities.Extensions
parent: TinyLife.Utilities parent: TinyLife.Utilities
@ -155,6 +161,7 @@ references:
- uid: System - uid: System
commentId: N:System commentId: N:System
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
name: System name: System
nameWithType: System nameWithType: System
fullName: System fullName: System
@ -163,3 +170,15 @@ references:
name: TinyLife.Utilities name: TinyLife.Utilities
nameWithType: TinyLife.Utilities nameWithType: TinyLife.Utilities
fullName: TinyLife.Utilities fullName: TinyLife.Utilities
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Utilities
name: Utilities
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Utilities
name: 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

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

@ -64,3 +64,21 @@ references:
name: TinyLife.Actions.Behaviors name: TinyLife.Actions.Behaviors
nameWithType: TinyLife.Actions.Behaviors nameWithType: TinyLife.Actions.Behaviors
fullName: TinyLife.Actions.Behaviors fullName: TinyLife.Actions.Behaviors
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Actions
name: Actions
- name: .
- uid: TinyLife.Actions.Behaviors
name: Behaviors
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Actions
name: Actions
- name: .
- uid: TinyLife.Actions.Behaviors
name: Behaviors

View file

@ -0,0 +1,261 @@
### YamlMime:ManagedReference
items:
- uid: TinyLife.Actions.CanExecuteResult.ResultType
commentId: T:TinyLife.Actions.CanExecuteResult.ResultType
id: CanExecuteResult.ResultType
parent: TinyLife.Actions
children:
- TinyLife.Actions.CanExecuteResult.ResultType.Hidden
- TinyLife.Actions.CanExecuteResult.ResultType.Invalid
- TinyLife.Actions.CanExecuteResult.ResultType.Valid
langs:
- csharp
- vb
name: CanExecuteResult.ResultType
nameWithType: CanExecuteResult.ResultType
fullName: TinyLife.Actions.CanExecuteResult.ResultType
type: Enum
source:
remote:
path: TinyLife/Actions/CanExecuteResult.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ResultType
path: ../TinyLife/Actions/CanExecuteResult.cs
startLine: 29
assemblies:
- Tiny Life
namespace: TinyLife.Actions
summary: "\nA type of result that a <xref href=\"TinyLife.Actions.CanExecuteResult\" data-throw-if-not-resolved=\"false\"></xref> can have.\nIn general, custom <xref href=\"TinyLife.Actions.CanExecuteResult\" data-throw-if-not-resolved=\"false\"></xref> instances will have the <xref href=\"TinyLife.Actions.CanExecuteResult.ResultType.Invalid\" data-throw-if-not-resolved=\"false\"></xref> result type, as <xref href=\"TinyLife.Actions.CanExecuteResult.ResultType.Valid\" data-throw-if-not-resolved=\"false\"></xref> and <xref href=\"TinyLife.Actions.CanExecuteResult.ResultType.Hidden\" data-throw-if-not-resolved=\"false\"></xref> are already covered by their respective <xref href=\"TinyLife.Actions.CanExecuteResult\" data-throw-if-not-resolved=\"false\"></xref> counterparts.\n"
example: []
syntax:
content: public enum CanExecuteResult.ResultType
content.vb: Public Enum CanExecuteResult.ResultType
extensionMethods:
- TinyLife.Actions.CanExecuteResult.ResultType.TinyLife.Utilities.Extensions.JsonCopy``1
- uid: TinyLife.Actions.CanExecuteResult.ResultType.Valid
commentId: F:TinyLife.Actions.CanExecuteResult.ResultType.Valid
id: Valid
parent: TinyLife.Actions.CanExecuteResult.ResultType
langs:
- csharp
- vb
name: Valid
nameWithType: CanExecuteResult.ResultType.Valid
fullName: TinyLife.Actions.CanExecuteResult.ResultType.Valid
type: Field
source:
remote:
path: TinyLife/Actions/CanExecuteResult.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Valid
path: ../TinyLife/Actions/CanExecuteResult.cs
startLine: 35
assemblies:
- Tiny Life
namespace: TinyLife.Actions
summary: "\nA valid <xref href=\"TinyLife.Actions.CanExecuteResult.ResultType\" data-throw-if-not-resolved=\"false\"></xref> indicates that the action can be executed.\n<xref href=\"TinyLife.Actions.CanExecuteResult\" data-throw-if-not-resolved=\"false\"></xref> instances with this type usually don&apos;t display their name to the player.\n"
example: []
syntax:
content: Valid = 0
return:
type: TinyLife.Actions.CanExecuteResult.ResultType
- uid: TinyLife.Actions.CanExecuteResult.ResultType.Invalid
commentId: F:TinyLife.Actions.CanExecuteResult.ResultType.Invalid
id: Invalid
parent: TinyLife.Actions.CanExecuteResult.ResultType
langs:
- csharp
- vb
name: Invalid
nameWithType: CanExecuteResult.ResultType.Invalid
fullName: TinyLife.Actions.CanExecuteResult.ResultType.Invalid
type: Field
source:
remote:
path: TinyLife/Actions/CanExecuteResult.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Invalid
path: ../TinyLife/Actions/CanExecuteResult.cs
startLine: 39
assemblies:
- Tiny Life
namespace: TinyLife.Actions
summary: "\nAn invalid <xref href=\"TinyLife.Actions.CanExecuteResult.ResultType\" data-throw-if-not-resolved=\"false\"></xref> signifies that the action cannot be executed for some reason.\n"
example: []
syntax:
content: Invalid = 1
return:
type: TinyLife.Actions.CanExecuteResult.ResultType
- uid: TinyLife.Actions.CanExecuteResult.ResultType.Hidden
commentId: F:TinyLife.Actions.CanExecuteResult.ResultType.Hidden
id: Hidden
parent: TinyLife.Actions.CanExecuteResult.ResultType
langs:
- csharp
- vb
name: Hidden
nameWithType: CanExecuteResult.ResultType.Hidden
fullName: TinyLife.Actions.CanExecuteResult.ResultType.Hidden
type: Field
source:
remote:
path: TinyLife/Actions/CanExecuteResult.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Hidden
path: ../TinyLife/Actions/CanExecuteResult.cs
startLine: 44
assemblies:
- Tiny Life
namespace: TinyLife.Actions
summary: "\nA hidden <xref href=\"TinyLife.Actions.CanExecuteResult.ResultType\" data-throw-if-not-resolved=\"false\"></xref> indicates that the action cannot be executed, and shouldn&apos;t be displayed as a disallowed option to the player.\n<xref href=\"TinyLife.Actions.CanExecuteResult\" data-throw-if-not-resolved=\"false\"></xref> instances with this type usually don&apos;t display their name to the player.\n"
example: []
syntax:
content: Hidden = 2
return:
type: TinyLife.Actions.CanExecuteResult.ResultType
references:
- uid: TinyLife.Actions.CanExecuteResult
commentId: T:TinyLife.Actions.CanExecuteResult
parent: TinyLife.Actions
name: CanExecuteResult
nameWithType: CanExecuteResult
fullName: TinyLife.Actions.CanExecuteResult
- uid: TinyLife.Actions.CanExecuteResult.ResultType.Invalid
commentId: F:TinyLife.Actions.CanExecuteResult.ResultType.Invalid
name: Invalid
nameWithType: CanExecuteResult.ResultType.Invalid
fullName: TinyLife.Actions.CanExecuteResult.ResultType.Invalid
- uid: TinyLife.Actions.CanExecuteResult.ResultType.Valid
commentId: F:TinyLife.Actions.CanExecuteResult.ResultType.Valid
name: Valid
nameWithType: CanExecuteResult.ResultType.Valid
fullName: TinyLife.Actions.CanExecuteResult.ResultType.Valid
- uid: TinyLife.Actions.CanExecuteResult.ResultType.Hidden
commentId: F:TinyLife.Actions.CanExecuteResult.ResultType.Hidden
name: Hidden
nameWithType: CanExecuteResult.ResultType.Hidden
fullName: TinyLife.Actions.CanExecuteResult.ResultType.Hidden
- uid: TinyLife.Actions
commentId: N:TinyLife.Actions
name: TinyLife.Actions
nameWithType: TinyLife.Actions
fullName: TinyLife.Actions
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Actions
name: Actions
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Actions
name: Actions
- uid: TinyLife.Actions.CanExecuteResult.ResultType.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<ResultType>(ResultType)
nameWithType: Extensions.JsonCopy<CanExecuteResult.ResultType>(CanExecuteResult.ResultType)
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Actions.CanExecuteResult.ResultType>(TinyLife.Actions.CanExecuteResult.ResultType)
nameWithType.vb: Extensions.JsonCopy(Of CanExecuteResult.ResultType)(CanExecuteResult.ResultType)
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Actions.CanExecuteResult.ResultType)(TinyLife.Actions.CanExecuteResult.ResultType)
name.vb: JsonCopy(Of ResultType)(ResultType)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.CanExecuteResult.ResultType)
name: JsonCopy
- name: <
- uid: TinyLife.Actions.CanExecuteResult.ResultType
name: ResultType
- name: '>'
- name: (
- uid: TinyLife.Actions.CanExecuteResult.ResultType
name: ResultType
- name: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.CanExecuteResult.ResultType)
name: JsonCopy
- name: (
- name: Of
- name: " "
- uid: TinyLife.Actions.CanExecuteResult.ResultType
name: ResultType
- name: )
- name: (
- uid: TinyLife.Actions.CanExecuteResult.ResultType
name: ResultType
- name: )
- 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
- name: <
- name: T
- name: '>'
- name: (
- name: T
- name: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy
- name: (
- name: Of
- name: " "
- name: T
- name: )
- name: (
- name: T
- name: )
- 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
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Utilities
name: Utilities
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Utilities
name: Utilities
- uid: TinyLife.Actions.CanExecuteResult.ResultType
commentId: T:TinyLife.Actions.CanExecuteResult.ResultType
parent: TinyLife.Actions
name: CanExecuteResult.ResultType
nameWithType: CanExecuteResult.ResultType
fullName: TinyLife.Actions.CanExecuteResult.ResultType
spec.csharp:
- uid: TinyLife.Actions.CanExecuteResult
name: CanExecuteResult
- name: .
- uid: TinyLife.Actions.CanExecuteResult.ResultType
name: ResultType
spec.vb:
- uid: TinyLife.Actions.CanExecuteResult
name: CanExecuteResult
- name: .
- uid: TinyLife.Actions.CanExecuteResult.ResultType
name: ResultType

View file

@ -0,0 +1,966 @@
### YamlMime:ManagedReference
items:
- uid: TinyLife.Actions.CanExecuteResult
commentId: T:TinyLife.Actions.CanExecuteResult
id: CanExecuteResult
parent: TinyLife.Actions
children:
- TinyLife.Actions.CanExecuteResult.#ctor(System.String,TinyLife.Actions.CanExecuteResult.ResultType)
- TinyLife.Actions.CanExecuteResult.Hidden
- TinyLife.Actions.CanExecuteResult.LotStaffOnly
- TinyLife.Actions.CanExecuteResult.Name
- TinyLife.Actions.CanExecuteResult.NotEnoughMoney
- TinyLife.Actions.CanExecuteResult.NotEnoughSkill
- TinyLife.Actions.CanExecuteResult.NotYours
- TinyLife.Actions.CanExecuteResult.ObjectBroken
- TinyLife.Actions.CanExecuteResult.Type
- TinyLife.Actions.CanExecuteResult.Valid
langs:
- csharp
- vb
name: CanExecuteResult
nameWithType: CanExecuteResult
fullName: TinyLife.Actions.CanExecuteResult
type: Struct
source:
remote:
path: TinyLife/Actions/CanExecuteResult.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanExecuteResult
path: ../TinyLife/Actions/CanExecuteResult.cs
startLine: 13
assemblies:
- Tiny Life
namespace: TinyLife.Actions
summary: "\nA utility structure used by <xref href=\"TinyLife.Actions.ActionType.CanExecuteDelegate\" data-throw-if-not-resolved=\"false\"></xref> and other situations where an action can fail, or fail to start, due to a specific circumstance.\nThe <xref href=\"TinyLife.Actions.CanExecuteResult.Name\" data-throw-if-not-resolved=\"false\"></xref> of the <xref href=\"TinyLife.Actions.CanExecuteResult\" data-throw-if-not-resolved=\"false\"></xref> will be localized and displayed to the player if the <xref href=\"TinyLife.Actions.CanExecuteResult.ResultType\" data-throw-if-not-resolved=\"false\"></xref> is not <xref href=\"TinyLife.Actions.CanExecuteResult.Hidden\" data-throw-if-not-resolved=\"false\"></xref> or <xref href=\"TinyLife.Actions.CanExecuteResult.Valid\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: []
syntax:
content: 'public readonly record struct CanExecuteResult : IEquatable<CanExecuteResult>'
content.vb: Public Structure CanExecuteResult Implements IEquatable(Of CanExecuteResult)
implements:
- System.IEquatable{TinyLife.Actions.CanExecuteResult}
inheritedMembers:
- System.ValueType.Equals(System.Object)
- System.ValueType.GetHashCode
- System.ValueType.ToString
- System.Object.Equals(System.Object,System.Object)
- System.Object.GetType
- System.Object.ReferenceEquals(System.Object,System.Object)
extensionMethods:
- TinyLife.Actions.CanExecuteResult.TinyLife.Utilities.Extensions.BothValid(System.Func{TinyLife.Actions.CanExecuteResult})
- TinyLife.Actions.CanExecuteResult.TinyLife.Utilities.Extensions.BothValid(TinyLife.Actions.CanExecuteResult)
- TinyLife.Actions.CanExecuteResult.TinyLife.Utilities.Extensions.JsonCopy``1
- uid: TinyLife.Actions.CanExecuteResult.#ctor(System.String,TinyLife.Actions.CanExecuteResult.ResultType)
commentId: M:TinyLife.Actions.CanExecuteResult.#ctor(System.String,TinyLife.Actions.CanExecuteResult.ResultType)
id: '#ctor(System.String,TinyLife.Actions.CanExecuteResult.ResultType)'
parent: TinyLife.Actions.CanExecuteResult
langs:
- csharp
- vb
name: CanExecuteResult(string, ResultType)
nameWithType: CanExecuteResult.CanExecuteResult(string, CanExecuteResult.ResultType)
fullName: TinyLife.Actions.CanExecuteResult.CanExecuteResult(string, TinyLife.Actions.CanExecuteResult.ResultType)
type: Constructor
source:
remote:
path: TinyLife/Actions/CanExecuteResult.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/CanExecuteResult.cs
startLine: 13
assemblies:
- Tiny Life
namespace: TinyLife.Actions
summary: "\nA utility structure used by <xref href=\"TinyLife.Actions.ActionType.CanExecuteDelegate\" data-throw-if-not-resolved=\"false\"></xref> and other situations where an action can fail, or fail to start, due to a specific circumstance.\nThe <xref href=\"TinyLife.Actions.CanExecuteResult.Name\" data-throw-if-not-resolved=\"false\"></xref> of the <xref href=\"TinyLife.Actions.CanExecuteResult\" data-throw-if-not-resolved=\"false\"></xref> will be localized and displayed to the player if the <xref href=\"TinyLife.Actions.CanExecuteResult.ResultType\" data-throw-if-not-resolved=\"false\"></xref> is not <xref href=\"TinyLife.Actions.CanExecuteResult.Hidden\" data-throw-if-not-resolved=\"false\"></xref> or <xref href=\"TinyLife.Actions.CanExecuteResult.Valid\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: []
syntax:
content: public CanExecuteResult(string Name, CanExecuteResult.ResultType Type = ResultType.Invalid)
parameters:
- id: Name
type: System.String
description: "\nThe name of this <xref href=\"TinyLife.Actions.CanExecuteResult\" data-throw-if-not-resolved=\"false\"></xref>, which is localized and displayed to the player.\nIf the <xref href=\"TinyLife.Actions.CanExecuteResult.Type\" data-throw-if-not-resolved=\"false\"></xref> is <xref href=\"TinyLife.Actions.CanExecuteResult.Valid\" data-throw-if-not-resolved=\"false\"></xref> or <xref href=\"TinyLife.Actions.CanExecuteResult.Hidden\" data-throw-if-not-resolved=\"false\"></xref>, this name usually doesn&apos;t ever have to be displayed.\n"
- id: Type
type: TinyLife.Actions.CanExecuteResult.ResultType
description: "\nThe <xref href=\"TinyLife.Actions.CanExecuteResult.ResultType\" data-throw-if-not-resolved=\"false\"></xref> of this <xref href=\"TinyLife.Actions.CanExecuteResult\" data-throw-if-not-resolved=\"false\"></xref>. In general, custom results will only have to use <xref href=\"TinyLife.Actions.CanExecuteResult.ResultType.Invalid\" data-throw-if-not-resolved=\"false\"></xref>.\n"
content.vb: Public Sub New(Name As String, Type As CanExecuteResult.ResultType = ResultType.Invalid)
overload: TinyLife.Actions.CanExecuteResult.#ctor*
nameWithType.vb: CanExecuteResult.New(String, CanExecuteResult.ResultType)
fullName.vb: TinyLife.Actions.CanExecuteResult.New(String, TinyLife.Actions.CanExecuteResult.ResultType)
name.vb: New(String, ResultType)
- uid: TinyLife.Actions.CanExecuteResult.Name
commentId: P:TinyLife.Actions.CanExecuteResult.Name
id: Name
parent: TinyLife.Actions.CanExecuteResult
langs:
- csharp
- vb
name: Name
nameWithType: CanExecuteResult.Name
fullName: TinyLife.Actions.CanExecuteResult.Name
type: Property
source:
remote:
path: TinyLife/Actions/CanExecuteResult.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name
path: ../TinyLife/Actions/CanExecuteResult.cs
startLine: 13
assemblies:
- Tiny Life
namespace: TinyLife.Actions
summary: "\nThe name of this <xref href=\"TinyLife.Actions.CanExecuteResult\" data-throw-if-not-resolved=\"false\"></xref>, which is localized and displayed to the player.\nIf the <xref href=\"TinyLife.Actions.CanExecuteResult.Type\" data-throw-if-not-resolved=\"false\"></xref> is <xref href=\"TinyLife.Actions.CanExecuteResult.Valid\" data-throw-if-not-resolved=\"false\"></xref> or <xref href=\"TinyLife.Actions.CanExecuteResult.Hidden\" data-throw-if-not-resolved=\"false\"></xref>, this name usually doesn&apos;t ever have to be displayed.\n"
example: []
syntax:
content: public string Name { get; init; }
parameters: []
return:
type: System.String
content.vb: Public Property Name As String
overload: TinyLife.Actions.CanExecuteResult.Name*
- uid: TinyLife.Actions.CanExecuteResult.Type
commentId: P:TinyLife.Actions.CanExecuteResult.Type
id: Type
parent: TinyLife.Actions.CanExecuteResult
langs:
- csharp
- vb
name: Type
nameWithType: CanExecuteResult.Type
fullName: TinyLife.Actions.CanExecuteResult.Type
type: Property
source:
remote:
path: TinyLife/Actions/CanExecuteResult.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Type
path: ../TinyLife/Actions/CanExecuteResult.cs
startLine: 13
assemblies:
- Tiny Life
namespace: TinyLife.Actions
summary: "\nThe <xref href=\"TinyLife.Actions.CanExecuteResult.ResultType\" data-throw-if-not-resolved=\"false\"></xref> of this <xref href=\"TinyLife.Actions.CanExecuteResult\" data-throw-if-not-resolved=\"false\"></xref>. In general, custom results will only have to use <xref href=\"TinyLife.Actions.CanExecuteResult.ResultType.Invalid\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: []
syntax:
content: public CanExecuteResult.ResultType Type { get; init; }
parameters: []
return:
type: TinyLife.Actions.CanExecuteResult.ResultType
content.vb: Public Property Type As CanExecuteResult.ResultType
overload: TinyLife.Actions.CanExecuteResult.Type*
- uid: TinyLife.Actions.CanExecuteResult.Valid
commentId: F:TinyLife.Actions.CanExecuteResult.Valid
id: Valid
parent: TinyLife.Actions.CanExecuteResult
langs:
- csharp
- vb
name: Valid
nameWithType: CanExecuteResult.Valid
fullName: TinyLife.Actions.CanExecuteResult.Valid
type: Field
source:
remote:
path: TinyLife/Actions/CanExecuteResult.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Valid
path: ../TinyLife/Actions/CanExecuteResult.cs
startLine: 16
assemblies:
- Tiny Life
namespace: TinyLife.Actions
syntax:
content: public static readonly CanExecuteResult Valid
return:
type: TinyLife.Actions.CanExecuteResult
content.vb: Public Shared ReadOnly Valid As CanExecuteResult
- uid: TinyLife.Actions.CanExecuteResult.Hidden
commentId: F:TinyLife.Actions.CanExecuteResult.Hidden
id: Hidden
parent: TinyLife.Actions.CanExecuteResult
langs:
- csharp
- vb
name: Hidden
nameWithType: CanExecuteResult.Hidden
fullName: TinyLife.Actions.CanExecuteResult.Hidden
type: Field
source:
remote:
path: TinyLife/Actions/CanExecuteResult.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Hidden
path: ../TinyLife/Actions/CanExecuteResult.cs
startLine: 17
assemblies:
- Tiny Life
namespace: TinyLife.Actions
syntax:
content: public static readonly CanExecuteResult Hidden
return:
type: TinyLife.Actions.CanExecuteResult
content.vb: Public Shared ReadOnly Hidden As CanExecuteResult
- uid: TinyLife.Actions.CanExecuteResult.ObjectBroken
commentId: F:TinyLife.Actions.CanExecuteResult.ObjectBroken
id: ObjectBroken
parent: TinyLife.Actions.CanExecuteResult
langs:
- csharp
- vb
name: ObjectBroken
nameWithType: CanExecuteResult.ObjectBroken
fullName: TinyLife.Actions.CanExecuteResult.ObjectBroken
type: Field
source:
remote:
path: TinyLife/Actions/CanExecuteResult.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ObjectBroken
path: ../TinyLife/Actions/CanExecuteResult.cs
startLine: 18
assemblies:
- Tiny Life
namespace: TinyLife.Actions
syntax:
content: public static readonly CanExecuteResult ObjectBroken
return:
type: TinyLife.Actions.CanExecuteResult
content.vb: Public Shared ReadOnly ObjectBroken As CanExecuteResult
- uid: TinyLife.Actions.CanExecuteResult.NotYours
commentId: F:TinyLife.Actions.CanExecuteResult.NotYours
id: NotYours
parent: TinyLife.Actions.CanExecuteResult
langs:
- csharp
- vb
name: NotYours
nameWithType: CanExecuteResult.NotYours
fullName: TinyLife.Actions.CanExecuteResult.NotYours
type: Field
source:
remote:
path: TinyLife/Actions/CanExecuteResult.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NotYours
path: ../TinyLife/Actions/CanExecuteResult.cs
startLine: 19
assemblies:
- Tiny Life
namespace: TinyLife.Actions
syntax:
content: public static readonly CanExecuteResult NotYours
return:
type: TinyLife.Actions.CanExecuteResult
content.vb: Public Shared ReadOnly NotYours As CanExecuteResult
- uid: TinyLife.Actions.CanExecuteResult.NotEnoughMoney
commentId: F:TinyLife.Actions.CanExecuteResult.NotEnoughMoney
id: NotEnoughMoney
parent: TinyLife.Actions.CanExecuteResult
langs:
- csharp
- vb
name: NotEnoughMoney
nameWithType: CanExecuteResult.NotEnoughMoney
fullName: TinyLife.Actions.CanExecuteResult.NotEnoughMoney
type: Field
source:
remote:
path: TinyLife/Actions/CanExecuteResult.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NotEnoughMoney
path: ../TinyLife/Actions/CanExecuteResult.cs
startLine: 20
assemblies:
- Tiny Life
namespace: TinyLife.Actions
syntax:
content: public static readonly CanExecuteResult NotEnoughMoney
return:
type: TinyLife.Actions.CanExecuteResult
content.vb: Public Shared ReadOnly NotEnoughMoney As CanExecuteResult
- uid: TinyLife.Actions.CanExecuteResult.NotEnoughSkill
commentId: F:TinyLife.Actions.CanExecuteResult.NotEnoughSkill
id: NotEnoughSkill
parent: TinyLife.Actions.CanExecuteResult
langs:
- csharp
- vb
name: NotEnoughSkill
nameWithType: CanExecuteResult.NotEnoughSkill
fullName: TinyLife.Actions.CanExecuteResult.NotEnoughSkill
type: Field
source:
remote:
path: TinyLife/Actions/CanExecuteResult.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NotEnoughSkill
path: ../TinyLife/Actions/CanExecuteResult.cs
startLine: 21
assemblies:
- Tiny Life
namespace: TinyLife.Actions
syntax:
content: public static readonly CanExecuteResult NotEnoughSkill
return:
type: TinyLife.Actions.CanExecuteResult
content.vb: Public Shared ReadOnly NotEnoughSkill As CanExecuteResult
- uid: TinyLife.Actions.CanExecuteResult.LotStaffOnly
commentId: F:TinyLife.Actions.CanExecuteResult.LotStaffOnly
id: LotStaffOnly
parent: TinyLife.Actions.CanExecuteResult
langs:
- csharp
- vb
name: LotStaffOnly
nameWithType: CanExecuteResult.LotStaffOnly
fullName: TinyLife.Actions.CanExecuteResult.LotStaffOnly
type: Field
source:
remote:
path: TinyLife/Actions/CanExecuteResult.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LotStaffOnly
path: ../TinyLife/Actions/CanExecuteResult.cs
startLine: 22
assemblies:
- Tiny Life
namespace: TinyLife.Actions
syntax:
content: public static readonly CanExecuteResult LotStaffOnly
return:
type: TinyLife.Actions.CanExecuteResult
content.vb: Public Shared ReadOnly LotStaffOnly As CanExecuteResult
references:
- uid: TinyLife.Actions.ActionType.CanExecuteDelegate
commentId: T:TinyLife.Actions.ActionType.CanExecuteDelegate
parent: TinyLife.Actions
name: ActionType.CanExecuteDelegate
nameWithType: ActionType.CanExecuteDelegate
fullName: TinyLife.Actions.ActionType.CanExecuteDelegate
spec.csharp:
- uid: TinyLife.Actions.ActionType
name: ActionType
- name: .
- uid: TinyLife.Actions.ActionType.CanExecuteDelegate
name: CanExecuteDelegate
spec.vb:
- uid: TinyLife.Actions.ActionType
name: ActionType
- name: .
- uid: TinyLife.Actions.ActionType.CanExecuteDelegate
name: CanExecuteDelegate
- uid: TinyLife.Actions.CanExecuteResult.Name
commentId: P:TinyLife.Actions.CanExecuteResult.Name
name: Name
nameWithType: CanExecuteResult.Name
fullName: TinyLife.Actions.CanExecuteResult.Name
- uid: TinyLife.Actions.CanExecuteResult
commentId: T:TinyLife.Actions.CanExecuteResult
parent: TinyLife.Actions
name: CanExecuteResult
nameWithType: CanExecuteResult
fullName: TinyLife.Actions.CanExecuteResult
- uid: TinyLife.Actions.CanExecuteResult.ResultType
commentId: T:TinyLife.Actions.CanExecuteResult.ResultType
parent: TinyLife.Actions
name: CanExecuteResult.ResultType
nameWithType: CanExecuteResult.ResultType
fullName: TinyLife.Actions.CanExecuteResult.ResultType
spec.csharp:
- uid: TinyLife.Actions.CanExecuteResult
name: CanExecuteResult
- name: .
- uid: TinyLife.Actions.CanExecuteResult.ResultType
name: ResultType
spec.vb:
- uid: TinyLife.Actions.CanExecuteResult
name: CanExecuteResult
- name: .
- uid: TinyLife.Actions.CanExecuteResult.ResultType
name: ResultType
- uid: TinyLife.Actions.CanExecuteResult.Hidden
commentId: F:TinyLife.Actions.CanExecuteResult.Hidden
name: Hidden
nameWithType: CanExecuteResult.Hidden
fullName: TinyLife.Actions.CanExecuteResult.Hidden
- uid: TinyLife.Actions.CanExecuteResult.Valid
commentId: F:TinyLife.Actions.CanExecuteResult.Valid
name: Valid
nameWithType: CanExecuteResult.Valid
fullName: TinyLife.Actions.CanExecuteResult.Valid
- uid: TinyLife.Actions.CanExecuteResult.Type
commentId: P:TinyLife.Actions.CanExecuteResult.Type
name: Type
nameWithType: CanExecuteResult.Type
fullName: TinyLife.Actions.CanExecuteResult.Type
- uid: TinyLife.Actions.CanExecuteResult.ResultType.Invalid
commentId: F:TinyLife.Actions.CanExecuteResult.ResultType.Invalid
name: Invalid
nameWithType: CanExecuteResult.ResultType.Invalid
fullName: TinyLife.Actions.CanExecuteResult.ResultType.Invalid
- uid: TinyLife.Actions
commentId: N:TinyLife.Actions
name: TinyLife.Actions
nameWithType: TinyLife.Actions
fullName: TinyLife.Actions
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Actions
name: Actions
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Actions
name: Actions
- uid: System.IEquatable{TinyLife.Actions.CanExecuteResult}
commentId: T:System.IEquatable{TinyLife.Actions.CanExecuteResult}
parent: System
definition: System.IEquatable`1
href: https://learn.microsoft.com/dotnet/api/system.iequatable-1
name: IEquatable<CanExecuteResult>
nameWithType: IEquatable<CanExecuteResult>
fullName: System.IEquatable<TinyLife.Actions.CanExecuteResult>
nameWithType.vb: IEquatable(Of CanExecuteResult)
fullName.vb: System.IEquatable(Of TinyLife.Actions.CanExecuteResult)
name.vb: IEquatable(Of CanExecuteResult)
spec.csharp:
- uid: System.IEquatable`1
name: IEquatable
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.iequatable-1
- name: <
- uid: TinyLife.Actions.CanExecuteResult
name: CanExecuteResult
- name: '>'
spec.vb:
- uid: System.IEquatable`1
name: IEquatable
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.iequatable-1
- name: (
- name: Of
- name: " "
- uid: TinyLife.Actions.CanExecuteResult
name: CanExecuteResult
- name: )
- uid: System.ValueType.Equals(System.Object)
commentId: M:System.ValueType.Equals(System.Object)
parent: System.ValueType
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.valuetype.equals
name: Equals(object)
nameWithType: ValueType.Equals(object)
fullName: System.ValueType.Equals(object)
nameWithType.vb: ValueType.Equals(Object)
fullName.vb: System.ValueType.Equals(Object)
name.vb: Equals(Object)
spec.csharp:
- uid: System.ValueType.Equals(System.Object)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.valuetype.equals
- name: (
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
spec.vb:
- uid: System.ValueType.Equals(System.Object)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.valuetype.equals
- name: (
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
- uid: System.ValueType.GetHashCode
commentId: M:System.ValueType.GetHashCode
parent: System.ValueType
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.valuetype.gethashcode
name: GetHashCode()
nameWithType: ValueType.GetHashCode()
fullName: System.ValueType.GetHashCode()
spec.csharp:
- uid: System.ValueType.GetHashCode
name: GetHashCode
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.valuetype.gethashcode
- name: (
- name: )
spec.vb:
- uid: System.ValueType.GetHashCode
name: GetHashCode
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.valuetype.gethashcode
- name: (
- name: )
- uid: System.ValueType.ToString
commentId: M:System.ValueType.ToString
parent: System.ValueType
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.valuetype.tostring
name: ToString()
nameWithType: ValueType.ToString()
fullName: System.ValueType.ToString()
spec.csharp:
- uid: System.ValueType.ToString
name: ToString
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.valuetype.tostring
- name: (
- name: )
spec.vb:
- uid: System.ValueType.ToString
name: ToString
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.valuetype.tostring
- name: (
- name: )
- uid: System.Object.Equals(System.Object,System.Object)
commentId: M:System.Object.Equals(System.Object,System.Object)
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
name: Equals(object, object)
nameWithType: object.Equals(object, object)
fullName: object.Equals(object, object)
nameWithType.vb: Object.Equals(Object, Object)
fullName.vb: Object.Equals(Object, Object)
name.vb: Equals(Object, Object)
spec.csharp:
- uid: System.Object.Equals(System.Object,System.Object)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
- name: (
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
spec.vb:
- uid: System.Object.Equals(System.Object,System.Object)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
- name: (
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
- uid: System.Object.GetType
commentId: M:System.Object.GetType
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
name: GetType()
nameWithType: object.GetType()
fullName: object.GetType()
nameWithType.vb: Object.GetType()
fullName.vb: Object.GetType()
spec.csharp:
- uid: System.Object.GetType
name: GetType
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
- name: (
- name: )
spec.vb:
- uid: System.Object.GetType
name: GetType
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
- name: (
- name: )
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
commentId: M:System.Object.ReferenceEquals(System.Object,System.Object)
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
name: ReferenceEquals(object, object)
nameWithType: object.ReferenceEquals(object, object)
fullName: object.ReferenceEquals(object, object)
nameWithType.vb: Object.ReferenceEquals(Object, Object)
fullName.vb: Object.ReferenceEquals(Object, Object)
name.vb: ReferenceEquals(Object, Object)
spec.csharp:
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
- name: (
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
spec.vb:
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
- name: (
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
- uid: TinyLife.Actions.CanExecuteResult.TinyLife.Utilities.Extensions.BothValid(System.Func{TinyLife.Actions.CanExecuteResult})
commentId: M:TinyLife.Utilities.Extensions.BothValid(TinyLife.Actions.CanExecuteResult,System.Func{TinyLife.Actions.CanExecuteResult})
parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.BothValid(TinyLife.Actions.CanExecuteResult,System.Func{TinyLife.Actions.CanExecuteResult})
href: https://learn.microsoft.com/dotnet/api/system.func-1
name: BothValid(CanExecuteResult, Func<CanExecuteResult>)
nameWithType: Extensions.BothValid(CanExecuteResult, Func<CanExecuteResult>)
fullName: TinyLife.Utilities.Extensions.BothValid(TinyLife.Actions.CanExecuteResult, System.Func<TinyLife.Actions.CanExecuteResult>)
nameWithType.vb: Extensions.BothValid(CanExecuteResult, Func(Of CanExecuteResult))
fullName.vb: TinyLife.Utilities.Extensions.BothValid(TinyLife.Actions.CanExecuteResult, System.Func(Of TinyLife.Actions.CanExecuteResult))
name.vb: BothValid(CanExecuteResult, Func(Of CanExecuteResult))
spec.csharp:
- uid: TinyLife.Utilities.Extensions.BothValid(TinyLife.Actions.CanExecuteResult,System.Func{TinyLife.Actions.CanExecuteResult})
name: BothValid
- name: (
- uid: TinyLife.Actions.CanExecuteResult
name: CanExecuteResult
- name: ','
- name: " "
- uid: System.Func`1
name: Func
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.func-1
- name: <
- uid: TinyLife.Actions.CanExecuteResult
name: CanExecuteResult
- name: '>'
- name: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.BothValid(TinyLife.Actions.CanExecuteResult,System.Func{TinyLife.Actions.CanExecuteResult})
name: BothValid
- name: (
- uid: TinyLife.Actions.CanExecuteResult
name: CanExecuteResult
- name: ','
- name: " "
- uid: System.Func`1
name: Func
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.func-1
- name: (
- name: Of
- name: " "
- uid: TinyLife.Actions.CanExecuteResult
name: CanExecuteResult
- name: )
- name: )
- uid: TinyLife.Actions.CanExecuteResult.TinyLife.Utilities.Extensions.BothValid(TinyLife.Actions.CanExecuteResult)
commentId: M:TinyLife.Utilities.Extensions.BothValid(TinyLife.Actions.CanExecuteResult,TinyLife.Actions.CanExecuteResult)
parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.BothValid(TinyLife.Actions.CanExecuteResult,TinyLife.Actions.CanExecuteResult)
name: BothValid(CanExecuteResult, CanExecuteResult)
nameWithType: Extensions.BothValid(CanExecuteResult, CanExecuteResult)
fullName: TinyLife.Utilities.Extensions.BothValid(TinyLife.Actions.CanExecuteResult, TinyLife.Actions.CanExecuteResult)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.BothValid(TinyLife.Actions.CanExecuteResult,TinyLife.Actions.CanExecuteResult)
name: BothValid
- name: (
- uid: TinyLife.Actions.CanExecuteResult
name: CanExecuteResult
- name: ','
- name: " "
- uid: TinyLife.Actions.CanExecuteResult
name: CanExecuteResult
- name: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.BothValid(TinyLife.Actions.CanExecuteResult,TinyLife.Actions.CanExecuteResult)
name: BothValid
- name: (
- uid: TinyLife.Actions.CanExecuteResult
name: CanExecuteResult
- name: ','
- name: " "
- uid: TinyLife.Actions.CanExecuteResult
name: CanExecuteResult
- name: )
- uid: TinyLife.Actions.CanExecuteResult.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<CanExecuteResult>(CanExecuteResult)
nameWithType: Extensions.JsonCopy<CanExecuteResult>(CanExecuteResult)
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Actions.CanExecuteResult>(TinyLife.Actions.CanExecuteResult)
nameWithType.vb: Extensions.JsonCopy(Of CanExecuteResult)(CanExecuteResult)
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Actions.CanExecuteResult)(TinyLife.Actions.CanExecuteResult)
name.vb: JsonCopy(Of CanExecuteResult)(CanExecuteResult)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.CanExecuteResult)
name: JsonCopy
- name: <
- uid: TinyLife.Actions.CanExecuteResult
name: CanExecuteResult
- name: '>'
- name: (
- uid: TinyLife.Actions.CanExecuteResult
name: CanExecuteResult
- name: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.CanExecuteResult)
name: JsonCopy
- name: (
- name: Of
- name: " "
- uid: TinyLife.Actions.CanExecuteResult
name: CanExecuteResult
- name: )
- name: (
- uid: TinyLife.Actions.CanExecuteResult
name: CanExecuteResult
- name: )
- uid: System.IEquatable`1
commentId: T:System.IEquatable`1
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.iequatable-1
name: IEquatable<T>
nameWithType: IEquatable<T>
fullName: System.IEquatable<T>
nameWithType.vb: IEquatable(Of T)
fullName.vb: System.IEquatable(Of T)
name.vb: IEquatable(Of T)
spec.csharp:
- uid: System.IEquatable`1
name: IEquatable
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.iequatable-1
- name: <
- name: T
- name: '>'
spec.vb:
- uid: System.IEquatable`1
name: IEquatable
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.iequatable-1
- name: (
- name: Of
- name: " "
- name: T
- name: )
- uid: System
commentId: N:System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
name: System
nameWithType: System
fullName: System
- uid: System.ValueType
commentId: T:System.ValueType
parent: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.valuetype
name: ValueType
nameWithType: ValueType
fullName: System.ValueType
- uid: System.Object
commentId: T:System.Object
parent: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
name: object
nameWithType: object
fullName: object
nameWithType.vb: Object
fullName.vb: Object
name.vb: Object
- uid: TinyLife.Utilities.Extensions.BothValid(TinyLife.Actions.CanExecuteResult,System.Func{TinyLife.Actions.CanExecuteResult})
commentId: M:TinyLife.Utilities.Extensions.BothValid(TinyLife.Actions.CanExecuteResult,System.Func{TinyLife.Actions.CanExecuteResult})
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.func-1
name: BothValid(CanExecuteResult, Func<CanExecuteResult>)
nameWithType: Extensions.BothValid(CanExecuteResult, Func<CanExecuteResult>)
fullName: TinyLife.Utilities.Extensions.BothValid(TinyLife.Actions.CanExecuteResult, System.Func<TinyLife.Actions.CanExecuteResult>)
nameWithType.vb: Extensions.BothValid(CanExecuteResult, Func(Of CanExecuteResult))
fullName.vb: TinyLife.Utilities.Extensions.BothValid(TinyLife.Actions.CanExecuteResult, System.Func(Of TinyLife.Actions.CanExecuteResult))
name.vb: BothValid(CanExecuteResult, Func(Of CanExecuteResult))
spec.csharp:
- uid: TinyLife.Utilities.Extensions.BothValid(TinyLife.Actions.CanExecuteResult,System.Func{TinyLife.Actions.CanExecuteResult})
name: BothValid
- name: (
- uid: TinyLife.Actions.CanExecuteResult
name: CanExecuteResult
- name: ','
- name: " "
- uid: System.Func`1
name: Func
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.func-1
- name: <
- uid: TinyLife.Actions.CanExecuteResult
name: CanExecuteResult
- name: '>'
- name: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.BothValid(TinyLife.Actions.CanExecuteResult,System.Func{TinyLife.Actions.CanExecuteResult})
name: BothValid
- name: (
- uid: TinyLife.Actions.CanExecuteResult
name: CanExecuteResult
- name: ','
- name: " "
- uid: System.Func`1
name: Func
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.func-1
- name: (
- name: Of
- name: " "
- uid: TinyLife.Actions.CanExecuteResult
name: CanExecuteResult
- name: )
- name: )
- uid: TinyLife.Utilities.Extensions
commentId: T:TinyLife.Utilities.Extensions
parent: TinyLife.Utilities
name: Extensions
nameWithType: Extensions
fullName: TinyLife.Utilities.Extensions
- uid: TinyLife.Utilities.Extensions.BothValid(TinyLife.Actions.CanExecuteResult,TinyLife.Actions.CanExecuteResult)
commentId: M:TinyLife.Utilities.Extensions.BothValid(TinyLife.Actions.CanExecuteResult,TinyLife.Actions.CanExecuteResult)
name: BothValid(CanExecuteResult, CanExecuteResult)
nameWithType: Extensions.BothValid(CanExecuteResult, CanExecuteResult)
fullName: TinyLife.Utilities.Extensions.BothValid(TinyLife.Actions.CanExecuteResult, TinyLife.Actions.CanExecuteResult)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.BothValid(TinyLife.Actions.CanExecuteResult,TinyLife.Actions.CanExecuteResult)
name: BothValid
- name: (
- uid: TinyLife.Actions.CanExecuteResult
name: CanExecuteResult
- name: ','
- name: " "
- uid: TinyLife.Actions.CanExecuteResult
name: CanExecuteResult
- name: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.BothValid(TinyLife.Actions.CanExecuteResult,TinyLife.Actions.CanExecuteResult)
name: BothValid
- name: (
- uid: TinyLife.Actions.CanExecuteResult
name: CanExecuteResult
- name: ','
- name: " "
- uid: TinyLife.Actions.CanExecuteResult
name: CanExecuteResult
- name: )
- 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
- name: <
- name: T
- name: '>'
- name: (
- name: T
- name: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy
- name: (
- name: Of
- name: " "
- name: T
- name: )
- name: (
- name: T
- name: )
- uid: TinyLife.Utilities
commentId: N:TinyLife.Utilities
name: TinyLife.Utilities
nameWithType: TinyLife.Utilities
fullName: TinyLife.Utilities
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Utilities
name: Utilities
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Utilities
name: Utilities
- uid: TinyLife.Actions.CanExecuteResult.#ctor*
commentId: Overload:TinyLife.Actions.CanExecuteResult.#ctor
name: CanExecuteResult
nameWithType: CanExecuteResult.CanExecuteResult
fullName: TinyLife.Actions.CanExecuteResult.CanExecuteResult
nameWithType.vb: CanExecuteResult.New
fullName.vb: TinyLife.Actions.CanExecuteResult.New
name.vb: New
- uid: System.String
commentId: T:System.String
parent: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.string
name: string
nameWithType: string
fullName: string
nameWithType.vb: String
fullName.vb: String
name.vb: String
- uid: TinyLife.Actions.CanExecuteResult.Name*
commentId: Overload:TinyLife.Actions.CanExecuteResult.Name
name: Name
nameWithType: CanExecuteResult.Name
fullName: TinyLife.Actions.CanExecuteResult.Name
- uid: TinyLife.Actions.CanExecuteResult.Type*
commentId: Overload:TinyLife.Actions.CanExecuteResult.Type
name: Type
nameWithType: CanExecuteResult.Type
fullName: TinyLife.Actions.CanExecuteResult.Type

View file

@ -19,7 +19,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/CompletionType.cs path: TinyLife/Actions/CompletionType.cs
branch: 0.29.3-dev branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CompletionType id: CompletionType
path: ../TinyLife/Actions/CompletionType.cs path: ../TinyLife/Actions/CompletionType.cs
@ -33,17 +33,11 @@ items:
content: public enum CompletionType content: public enum CompletionType
content.vb: Public Enum CompletionType content.vb: Public Enum CompletionType
extensionMethods: extensionMethods:
- TinyLife.Actions.CompletionType.TinyLife.Utilities.Extensions.JsonCopy``1
- TinyLife.Actions.CompletionType.TinyLife.Utilities.Extensions.AnyActive(System.Func{TinyLife.Actions.CompletionType}) - TinyLife.Actions.CompletionType.TinyLife.Utilities.Extensions.AnyActive(System.Func{TinyLife.Actions.CompletionType})
- TinyLife.Actions.CompletionType.TinyLife.Utilities.Extensions.AnyActive(TinyLife.Actions.CompletionType) - TinyLife.Actions.CompletionType.TinyLife.Utilities.Extensions.AnyActive(TinyLife.Actions.CompletionType)
- TinyLife.Actions.CompletionType.TinyLife.Utilities.Extensions.AnyInactive(System.Func{TinyLife.Actions.CompletionType}) - TinyLife.Actions.CompletionType.TinyLife.Utilities.Extensions.AnyInactive(System.Func{TinyLife.Actions.CompletionType})
- TinyLife.Actions.CompletionType.TinyLife.Utilities.Extensions.AnyInactive(TinyLife.Actions.CompletionType) - TinyLife.Actions.CompletionType.TinyLife.Utilities.Extensions.AnyInactive(TinyLife.Actions.CompletionType)
modifiers.csharp: - TinyLife.Actions.CompletionType.TinyLife.Utilities.Extensions.JsonCopy``1
- public
- enum
modifiers.vb:
- Public
- Enum
- uid: TinyLife.Actions.CompletionType.Active - uid: TinyLife.Actions.CompletionType.Active
commentId: F:TinyLife.Actions.CompletionType.Active commentId: F:TinyLife.Actions.CompletionType.Active
id: Active id: Active
@ -58,7 +52,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/CompletionType.cs path: TinyLife/Actions/CompletionType.cs
branch: 0.29.3-dev branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Active id: Active
path: ../TinyLife/Actions/CompletionType.cs path: ../TinyLife/Actions/CompletionType.cs
@ -72,12 +66,6 @@ items:
content: Active = 0 content: Active = 0
return: return:
type: TinyLife.Actions.CompletionType type: TinyLife.Actions.CompletionType
modifiers.csharp:
- public
- const
modifiers.vb:
- Public
- Const
- uid: TinyLife.Actions.CompletionType.Completed - uid: TinyLife.Actions.CompletionType.Completed
commentId: F:TinyLife.Actions.CompletionType.Completed commentId: F:TinyLife.Actions.CompletionType.Completed
id: Completed id: Completed
@ -92,7 +80,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/CompletionType.cs path: TinyLife/Actions/CompletionType.cs
branch: 0.29.3-dev branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Completed id: Completed
path: ../TinyLife/Actions/CompletionType.cs path: ../TinyLife/Actions/CompletionType.cs
@ -106,12 +94,6 @@ items:
content: Completed = 1 content: Completed = 1
return: return:
type: TinyLife.Actions.CompletionType type: TinyLife.Actions.CompletionType
modifiers.csharp:
- public
- const
modifiers.vb:
- Public
- Const
- uid: TinyLife.Actions.CompletionType.Failed - uid: TinyLife.Actions.CompletionType.Failed
commentId: F:TinyLife.Actions.CompletionType.Failed commentId: F:TinyLife.Actions.CompletionType.Failed
id: Failed id: Failed
@ -126,7 +108,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/CompletionType.cs path: TinyLife/Actions/CompletionType.cs
branch: 0.29.3-dev branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Failed id: Failed
path: ../TinyLife/Actions/CompletionType.cs path: ../TinyLife/Actions/CompletionType.cs
@ -140,12 +122,6 @@ items:
content: Failed = 2 content: Failed = 2
return: return:
type: TinyLife.Actions.CompletionType type: TinyLife.Actions.CompletionType
modifiers.csharp:
- public
- const
modifiers.vb:
- Public
- Const
- uid: TinyLife.Actions.CompletionType.Canceled - uid: TinyLife.Actions.CompletionType.Canceled
commentId: F:TinyLife.Actions.CompletionType.Canceled commentId: F:TinyLife.Actions.CompletionType.Canceled
id: Canceled id: Canceled
@ -160,7 +136,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/CompletionType.cs path: TinyLife/Actions/CompletionType.cs
branch: 0.29.3-dev branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Canceled id: Canceled
path: ../TinyLife/Actions/CompletionType.cs path: ../TinyLife/Actions/CompletionType.cs
@ -174,12 +150,6 @@ items:
content: Canceled = 3 content: Canceled = 3
return: return:
type: TinyLife.Actions.CompletionType type: TinyLife.Actions.CompletionType
modifiers.csharp:
- public
- const
modifiers.vb:
- Public
- Const
references: references:
- uid: TinyLife.Actions.Action - uid: TinyLife.Actions.Action
commentId: T:TinyLife.Actions.Action commentId: T:TinyLife.Actions.Action
@ -192,236 +162,356 @@ references:
name: TinyLife.Actions name: TinyLife.Actions
nameWithType: TinyLife.Actions nameWithType: TinyLife.Actions
fullName: TinyLife.Actions fullName: TinyLife.Actions
- uid: TinyLife.Actions.CompletionType.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<CompletionType>()
nameWithType: Extensions.JsonCopy<CompletionType>()
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Actions.CompletionType>()
nameWithType.vb: Extensions.JsonCopy(Of CompletionType)()
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Actions.CompletionType)()
name.vb: JsonCopy(Of CompletionType)()
spec.csharp: spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1 - uid: TinyLife
name: JsonCopy<CompletionType> name: TinyLife
nameWithType: Extensions.JsonCopy<CompletionType> - name: .
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Actions.CompletionType> - uid: TinyLife.Actions
- name: ( name: Actions
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb: spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1 - uid: TinyLife
name: JsonCopy(Of CompletionType) name: TinyLife
nameWithType: Extensions.JsonCopy(Of CompletionType) - name: .
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Actions.CompletionType) - uid: TinyLife.Actions
- name: ( name: Actions
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Actions.CompletionType.TinyLife.Utilities.Extensions.AnyActive(System.Func{TinyLife.Actions.CompletionType}) - uid: TinyLife.Actions.CompletionType.TinyLife.Utilities.Extensions.AnyActive(System.Func{TinyLife.Actions.CompletionType})
commentId: M:TinyLife.Utilities.Extensions.AnyActive(TinyLife.Actions.CompletionType,System.Func{TinyLife.Actions.CompletionType}) commentId: M:TinyLife.Utilities.Extensions.AnyActive(TinyLife.Actions.CompletionType,System.Func{TinyLife.Actions.CompletionType})
parent: TinyLife.Utilities.Extensions parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.AnyActive(TinyLife.Actions.CompletionType,System.Func{TinyLife.Actions.CompletionType}) definition: TinyLife.Utilities.Extensions.AnyActive(TinyLife.Actions.CompletionType,System.Func{TinyLife.Actions.CompletionType})
name: AnyActive(Func<CompletionType>) href: https://learn.microsoft.com/dotnet/api/system.func-1
nameWithType: Extensions.AnyActive(Func<CompletionType>) name: AnyActive(CompletionType, Func<CompletionType>)
fullName: TinyLife.Utilities.Extensions.AnyActive(System.Func<TinyLife.Actions.CompletionType>) nameWithType: Extensions.AnyActive(CompletionType, Func<CompletionType>)
nameWithType.vb: Extensions.AnyActive(Func(Of CompletionType)) fullName: TinyLife.Utilities.Extensions.AnyActive(TinyLife.Actions.CompletionType, System.Func<TinyLife.Actions.CompletionType>)
fullName.vb: TinyLife.Utilities.Extensions.AnyActive(System.Func(Of TinyLife.Actions.CompletionType)) nameWithType.vb: Extensions.AnyActive(CompletionType, Func(Of CompletionType))
name.vb: AnyActive(Func(Of CompletionType)) fullName.vb: TinyLife.Utilities.Extensions.AnyActive(TinyLife.Actions.CompletionType, System.Func(Of TinyLife.Actions.CompletionType))
name.vb: AnyActive(CompletionType, Func(Of CompletionType))
spec.csharp: spec.csharp:
- uid: TinyLife.Utilities.Extensions.AnyActive(System.Func{TinyLife.Actions.CompletionType}) - uid: TinyLife.Utilities.Extensions.AnyActive(TinyLife.Actions.CompletionType,System.Func{TinyLife.Actions.CompletionType})
name: AnyActive name: AnyActive
nameWithType: Extensions.AnyActive
fullName: TinyLife.Utilities.Extensions.AnyActive
- name: ( - name: (
nameWithType: ( - uid: TinyLife.Actions.CompletionType
fullName: ( name: CompletionType
- name: ','
- name: " "
- uid: System.Func`1 - uid: System.Func`1
name: Func name: Func
nameWithType: Func
fullName: System.Func
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.func-1
- name: < - name: <
nameWithType: <
fullName: <
- uid: TinyLife.Actions.CompletionType - uid: TinyLife.Actions.CompletionType
name: CompletionType name: CompletionType
nameWithType: CompletionType
fullName: TinyLife.Actions.CompletionType
- name: '>' - name: '>'
nameWithType: '>'
fullName: '>'
- name: ) - name: )
nameWithType: )
fullName: )
spec.vb: spec.vb:
- uid: TinyLife.Utilities.Extensions.AnyActive(System.Func{TinyLife.Actions.CompletionType}) - uid: TinyLife.Utilities.Extensions.AnyActive(TinyLife.Actions.CompletionType,System.Func{TinyLife.Actions.CompletionType})
name: AnyActive name: AnyActive
nameWithType: Extensions.AnyActive
fullName: TinyLife.Utilities.Extensions.AnyActive
- name: ( - name: (
nameWithType: ( - uid: TinyLife.Actions.CompletionType
fullName: ( name: CompletionType
- name: ','
- name: " "
- uid: System.Func`1 - uid: System.Func`1
name: Func name: Func
nameWithType: Func
fullName: System.Func
isExternal: true isExternal: true
- name: '(Of ' href: https://learn.microsoft.com/dotnet/api/system.func-1
nameWithType: '(Of ' - name: (
fullName: '(Of ' - name: Of
- name: " "
- uid: TinyLife.Actions.CompletionType - uid: TinyLife.Actions.CompletionType
name: CompletionType name: CompletionType
nameWithType: CompletionType
fullName: TinyLife.Actions.CompletionType
- name: ) - name: )
nameWithType: )
fullName: )
- name: ) - name: )
nameWithType: )
fullName: )
- uid: TinyLife.Actions.CompletionType.TinyLife.Utilities.Extensions.AnyActive(TinyLife.Actions.CompletionType) - uid: TinyLife.Actions.CompletionType.TinyLife.Utilities.Extensions.AnyActive(TinyLife.Actions.CompletionType)
commentId: M:TinyLife.Utilities.Extensions.AnyActive(TinyLife.Actions.CompletionType,TinyLife.Actions.CompletionType) commentId: M:TinyLife.Utilities.Extensions.AnyActive(TinyLife.Actions.CompletionType,TinyLife.Actions.CompletionType)
parent: TinyLife.Utilities.Extensions parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.AnyActive(TinyLife.Actions.CompletionType,TinyLife.Actions.CompletionType) definition: TinyLife.Utilities.Extensions.AnyActive(TinyLife.Actions.CompletionType,TinyLife.Actions.CompletionType)
name: AnyActive(CompletionType) name: AnyActive(CompletionType, CompletionType)
nameWithType: Extensions.AnyActive(CompletionType) nameWithType: Extensions.AnyActive(CompletionType, CompletionType)
fullName: TinyLife.Utilities.Extensions.AnyActive(TinyLife.Actions.CompletionType) fullName: TinyLife.Utilities.Extensions.AnyActive(TinyLife.Actions.CompletionType, TinyLife.Actions.CompletionType)
spec.csharp: spec.csharp:
- uid: TinyLife.Utilities.Extensions.AnyActive(TinyLife.Actions.CompletionType) - uid: TinyLife.Utilities.Extensions.AnyActive(TinyLife.Actions.CompletionType,TinyLife.Actions.CompletionType)
name: AnyActive name: AnyActive
nameWithType: Extensions.AnyActive
fullName: TinyLife.Utilities.Extensions.AnyActive
- name: ( - name: (
nameWithType: (
fullName: (
- uid: TinyLife.Actions.CompletionType - uid: TinyLife.Actions.CompletionType
name: CompletionType name: CompletionType
nameWithType: CompletionType - name: ','
fullName: TinyLife.Actions.CompletionType - name: " "
- uid: TinyLife.Actions.CompletionType
name: CompletionType
- name: ) - name: )
nameWithType: )
fullName: )
spec.vb: spec.vb:
- uid: TinyLife.Utilities.Extensions.AnyActive(TinyLife.Actions.CompletionType) - uid: TinyLife.Utilities.Extensions.AnyActive(TinyLife.Actions.CompletionType,TinyLife.Actions.CompletionType)
name: AnyActive name: AnyActive
nameWithType: Extensions.AnyActive
fullName: TinyLife.Utilities.Extensions.AnyActive
- name: ( - name: (
nameWithType: (
fullName: (
- uid: TinyLife.Actions.CompletionType - uid: TinyLife.Actions.CompletionType
name: CompletionType name: CompletionType
nameWithType: CompletionType - name: ','
fullName: TinyLife.Actions.CompletionType - name: " "
- uid: TinyLife.Actions.CompletionType
name: CompletionType
- name: ) - name: )
nameWithType: )
fullName: )
- uid: TinyLife.Actions.CompletionType.TinyLife.Utilities.Extensions.AnyInactive(System.Func{TinyLife.Actions.CompletionType}) - uid: TinyLife.Actions.CompletionType.TinyLife.Utilities.Extensions.AnyInactive(System.Func{TinyLife.Actions.CompletionType})
commentId: M:TinyLife.Utilities.Extensions.AnyInactive(TinyLife.Actions.CompletionType,System.Func{TinyLife.Actions.CompletionType}) commentId: M:TinyLife.Utilities.Extensions.AnyInactive(TinyLife.Actions.CompletionType,System.Func{TinyLife.Actions.CompletionType})
parent: TinyLife.Utilities.Extensions parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.AnyInactive(TinyLife.Actions.CompletionType,System.Func{TinyLife.Actions.CompletionType}) definition: TinyLife.Utilities.Extensions.AnyInactive(TinyLife.Actions.CompletionType,System.Func{TinyLife.Actions.CompletionType})
name: AnyInactive(Func<CompletionType>) href: https://learn.microsoft.com/dotnet/api/system.func-1
nameWithType: Extensions.AnyInactive(Func<CompletionType>) name: AnyInactive(CompletionType, Func<CompletionType>)
fullName: TinyLife.Utilities.Extensions.AnyInactive(System.Func<TinyLife.Actions.CompletionType>) nameWithType: Extensions.AnyInactive(CompletionType, Func<CompletionType>)
nameWithType.vb: Extensions.AnyInactive(Func(Of CompletionType)) fullName: TinyLife.Utilities.Extensions.AnyInactive(TinyLife.Actions.CompletionType, System.Func<TinyLife.Actions.CompletionType>)
fullName.vb: TinyLife.Utilities.Extensions.AnyInactive(System.Func(Of TinyLife.Actions.CompletionType)) nameWithType.vb: Extensions.AnyInactive(CompletionType, Func(Of CompletionType))
name.vb: AnyInactive(Func(Of CompletionType)) fullName.vb: TinyLife.Utilities.Extensions.AnyInactive(TinyLife.Actions.CompletionType, System.Func(Of TinyLife.Actions.CompletionType))
name.vb: AnyInactive(CompletionType, Func(Of CompletionType))
spec.csharp: spec.csharp:
- uid: TinyLife.Utilities.Extensions.AnyInactive(System.Func{TinyLife.Actions.CompletionType}) - uid: TinyLife.Utilities.Extensions.AnyInactive(TinyLife.Actions.CompletionType,System.Func{TinyLife.Actions.CompletionType})
name: AnyInactive name: AnyInactive
nameWithType: Extensions.AnyInactive
fullName: TinyLife.Utilities.Extensions.AnyInactive
- name: ( - name: (
nameWithType: ( - uid: TinyLife.Actions.CompletionType
fullName: ( name: CompletionType
- name: ','
- name: " "
- uid: System.Func`1 - uid: System.Func`1
name: Func name: Func
nameWithType: Func
fullName: System.Func
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.func-1
- name: < - name: <
nameWithType: <
fullName: <
- uid: TinyLife.Actions.CompletionType - uid: TinyLife.Actions.CompletionType
name: CompletionType name: CompletionType
nameWithType: CompletionType
fullName: TinyLife.Actions.CompletionType
- name: '>' - name: '>'
nameWithType: '>'
fullName: '>'
- name: ) - name: )
nameWithType: )
fullName: )
spec.vb: spec.vb:
- uid: TinyLife.Utilities.Extensions.AnyInactive(System.Func{TinyLife.Actions.CompletionType}) - uid: TinyLife.Utilities.Extensions.AnyInactive(TinyLife.Actions.CompletionType,System.Func{TinyLife.Actions.CompletionType})
name: AnyInactive name: AnyInactive
nameWithType: Extensions.AnyInactive
fullName: TinyLife.Utilities.Extensions.AnyInactive
- name: ( - name: (
nameWithType: ( - uid: TinyLife.Actions.CompletionType
fullName: ( name: CompletionType
- name: ','
- name: " "
- uid: System.Func`1 - uid: System.Func`1
name: Func name: Func
nameWithType: Func
fullName: System.Func
isExternal: true isExternal: true
- name: '(Of ' href: https://learn.microsoft.com/dotnet/api/system.func-1
nameWithType: '(Of ' - name: (
fullName: '(Of ' - name: Of
- name: " "
- uid: TinyLife.Actions.CompletionType - uid: TinyLife.Actions.CompletionType
name: CompletionType name: CompletionType
nameWithType: CompletionType
fullName: TinyLife.Actions.CompletionType
- name: ) - name: )
nameWithType: )
fullName: )
- name: ) - name: )
nameWithType: )
fullName: )
- uid: TinyLife.Actions.CompletionType.TinyLife.Utilities.Extensions.AnyInactive(TinyLife.Actions.CompletionType) - uid: TinyLife.Actions.CompletionType.TinyLife.Utilities.Extensions.AnyInactive(TinyLife.Actions.CompletionType)
commentId: M:TinyLife.Utilities.Extensions.AnyInactive(TinyLife.Actions.CompletionType,TinyLife.Actions.CompletionType) commentId: M:TinyLife.Utilities.Extensions.AnyInactive(TinyLife.Actions.CompletionType,TinyLife.Actions.CompletionType)
parent: TinyLife.Utilities.Extensions parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.AnyInactive(TinyLife.Actions.CompletionType,TinyLife.Actions.CompletionType) definition: TinyLife.Utilities.Extensions.AnyInactive(TinyLife.Actions.CompletionType,TinyLife.Actions.CompletionType)
name: AnyInactive(CompletionType) name: AnyInactive(CompletionType, CompletionType)
nameWithType: Extensions.AnyInactive(CompletionType) nameWithType: Extensions.AnyInactive(CompletionType, CompletionType)
fullName: TinyLife.Utilities.Extensions.AnyInactive(TinyLife.Actions.CompletionType) fullName: TinyLife.Utilities.Extensions.AnyInactive(TinyLife.Actions.CompletionType, TinyLife.Actions.CompletionType)
spec.csharp: spec.csharp:
- uid: TinyLife.Utilities.Extensions.AnyInactive(TinyLife.Actions.CompletionType) - uid: TinyLife.Utilities.Extensions.AnyInactive(TinyLife.Actions.CompletionType,TinyLife.Actions.CompletionType)
name: AnyInactive name: AnyInactive
nameWithType: Extensions.AnyInactive
fullName: TinyLife.Utilities.Extensions.AnyInactive
- name: ( - name: (
nameWithType: (
fullName: (
- uid: TinyLife.Actions.CompletionType - uid: TinyLife.Actions.CompletionType
name: CompletionType name: CompletionType
nameWithType: CompletionType - name: ','
fullName: TinyLife.Actions.CompletionType - name: " "
- uid: TinyLife.Actions.CompletionType
name: CompletionType
- name: ) - name: )
nameWithType: )
fullName: )
spec.vb: spec.vb:
- uid: TinyLife.Utilities.Extensions.AnyInactive(TinyLife.Actions.CompletionType) - uid: TinyLife.Utilities.Extensions.AnyInactive(TinyLife.Actions.CompletionType,TinyLife.Actions.CompletionType)
name: AnyInactive name: AnyInactive
nameWithType: Extensions.AnyInactive
fullName: TinyLife.Utilities.Extensions.AnyInactive
- name: ( - name: (
nameWithType: (
fullName: (
- uid: TinyLife.Actions.CompletionType - uid: TinyLife.Actions.CompletionType
name: CompletionType name: CompletionType
nameWithType: CompletionType - name: ','
fullName: TinyLife.Actions.CompletionType - name: " "
- uid: TinyLife.Actions.CompletionType
name: CompletionType
- name: )
- uid: TinyLife.Actions.CompletionType.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<CompletionType>(CompletionType)
nameWithType: Extensions.JsonCopy<CompletionType>(CompletionType)
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Actions.CompletionType>(TinyLife.Actions.CompletionType)
nameWithType.vb: Extensions.JsonCopy(Of CompletionType)(CompletionType)
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Actions.CompletionType)(TinyLife.Actions.CompletionType)
name.vb: JsonCopy(Of CompletionType)(CompletionType)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.CompletionType)
name: JsonCopy
- name: <
- uid: TinyLife.Actions.CompletionType
name: CompletionType
- name: '>'
- name: (
- uid: TinyLife.Actions.CompletionType
name: CompletionType
- name: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.CompletionType)
name: JsonCopy
- name: (
- name: Of
- name: " "
- uid: TinyLife.Actions.CompletionType
name: CompletionType
- name: )
- name: (
- uid: TinyLife.Actions.CompletionType
name: CompletionType
- name: )
- uid: TinyLife.Utilities.Extensions.AnyActive(TinyLife.Actions.CompletionType,System.Func{TinyLife.Actions.CompletionType})
commentId: M:TinyLife.Utilities.Extensions.AnyActive(TinyLife.Actions.CompletionType,System.Func{TinyLife.Actions.CompletionType})
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.func-1
name: AnyActive(CompletionType, Func<CompletionType>)
nameWithType: Extensions.AnyActive(CompletionType, Func<CompletionType>)
fullName: TinyLife.Utilities.Extensions.AnyActive(TinyLife.Actions.CompletionType, System.Func<TinyLife.Actions.CompletionType>)
nameWithType.vb: Extensions.AnyActive(CompletionType, Func(Of CompletionType))
fullName.vb: TinyLife.Utilities.Extensions.AnyActive(TinyLife.Actions.CompletionType, System.Func(Of TinyLife.Actions.CompletionType))
name.vb: AnyActive(CompletionType, Func(Of CompletionType))
spec.csharp:
- uid: TinyLife.Utilities.Extensions.AnyActive(TinyLife.Actions.CompletionType,System.Func{TinyLife.Actions.CompletionType})
name: AnyActive
- name: (
- uid: TinyLife.Actions.CompletionType
name: CompletionType
- name: ','
- name: " "
- uid: System.Func`1
name: Func
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.func-1
- name: <
- uid: TinyLife.Actions.CompletionType
name: CompletionType
- name: '>'
- name: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.AnyActive(TinyLife.Actions.CompletionType,System.Func{TinyLife.Actions.CompletionType})
name: AnyActive
- name: (
- uid: TinyLife.Actions.CompletionType
name: CompletionType
- name: ','
- name: " "
- uid: System.Func`1
name: Func
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.func-1
- name: (
- name: Of
- name: " "
- uid: TinyLife.Actions.CompletionType
name: CompletionType
- name: )
- name: )
- uid: TinyLife.Utilities.Extensions
commentId: T:TinyLife.Utilities.Extensions
parent: TinyLife.Utilities
name: Extensions
nameWithType: Extensions
fullName: TinyLife.Utilities.Extensions
- uid: TinyLife.Utilities.Extensions.AnyActive(TinyLife.Actions.CompletionType,TinyLife.Actions.CompletionType)
commentId: M:TinyLife.Utilities.Extensions.AnyActive(TinyLife.Actions.CompletionType,TinyLife.Actions.CompletionType)
name: AnyActive(CompletionType, CompletionType)
nameWithType: Extensions.AnyActive(CompletionType, CompletionType)
fullName: TinyLife.Utilities.Extensions.AnyActive(TinyLife.Actions.CompletionType, TinyLife.Actions.CompletionType)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.AnyActive(TinyLife.Actions.CompletionType,TinyLife.Actions.CompletionType)
name: AnyActive
- name: (
- uid: TinyLife.Actions.CompletionType
name: CompletionType
- name: ','
- name: " "
- uid: TinyLife.Actions.CompletionType
name: CompletionType
- name: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.AnyActive(TinyLife.Actions.CompletionType,TinyLife.Actions.CompletionType)
name: AnyActive
- name: (
- uid: TinyLife.Actions.CompletionType
name: CompletionType
- name: ','
- name: " "
- uid: TinyLife.Actions.CompletionType
name: CompletionType
- name: )
- uid: TinyLife.Utilities.Extensions.AnyInactive(TinyLife.Actions.CompletionType,System.Func{TinyLife.Actions.CompletionType})
commentId: M:TinyLife.Utilities.Extensions.AnyInactive(TinyLife.Actions.CompletionType,System.Func{TinyLife.Actions.CompletionType})
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.func-1
name: AnyInactive(CompletionType, Func<CompletionType>)
nameWithType: Extensions.AnyInactive(CompletionType, Func<CompletionType>)
fullName: TinyLife.Utilities.Extensions.AnyInactive(TinyLife.Actions.CompletionType, System.Func<TinyLife.Actions.CompletionType>)
nameWithType.vb: Extensions.AnyInactive(CompletionType, Func(Of CompletionType))
fullName.vb: TinyLife.Utilities.Extensions.AnyInactive(TinyLife.Actions.CompletionType, System.Func(Of TinyLife.Actions.CompletionType))
name.vb: AnyInactive(CompletionType, Func(Of CompletionType))
spec.csharp:
- uid: TinyLife.Utilities.Extensions.AnyInactive(TinyLife.Actions.CompletionType,System.Func{TinyLife.Actions.CompletionType})
name: AnyInactive
- name: (
- uid: TinyLife.Actions.CompletionType
name: CompletionType
- name: ','
- name: " "
- uid: System.Func`1
name: Func
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.func-1
- name: <
- uid: TinyLife.Actions.CompletionType
name: CompletionType
- name: '>'
- name: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.AnyInactive(TinyLife.Actions.CompletionType,System.Func{TinyLife.Actions.CompletionType})
name: AnyInactive
- name: (
- uid: TinyLife.Actions.CompletionType
name: CompletionType
- name: ','
- name: " "
- uid: System.Func`1
name: Func
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.func-1
- name: (
- name: Of
- name: " "
- uid: TinyLife.Actions.CompletionType
name: CompletionType
- name: )
- name: )
- uid: TinyLife.Utilities.Extensions.AnyInactive(TinyLife.Actions.CompletionType,TinyLife.Actions.CompletionType)
commentId: M:TinyLife.Utilities.Extensions.AnyInactive(TinyLife.Actions.CompletionType,TinyLife.Actions.CompletionType)
name: AnyInactive(CompletionType, CompletionType)
nameWithType: Extensions.AnyInactive(CompletionType, CompletionType)
fullName: TinyLife.Utilities.Extensions.AnyInactive(TinyLife.Actions.CompletionType, TinyLife.Actions.CompletionType)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.AnyInactive(TinyLife.Actions.CompletionType,TinyLife.Actions.CompletionType)
name: AnyInactive
- name: (
- uid: TinyLife.Actions.CompletionType
name: CompletionType
- name: ','
- name: " "
- uid: TinyLife.Actions.CompletionType
name: CompletionType
- name: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.AnyInactive(TinyLife.Actions.CompletionType,TinyLife.Actions.CompletionType)
name: AnyInactive
- name: (
- uid: TinyLife.Actions.CompletionType
name: CompletionType
- name: ','
- name: " "
- uid: TinyLife.Actions.CompletionType
name: CompletionType
- name: ) - name: )
nameWithType: )
fullName: )
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0) commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy<T>(T) name: JsonCopy<T>(T)
@ -432,291 +522,41 @@ references:
name.vb: JsonCopy(Of T)(T) name.vb: JsonCopy(Of T)(T)
spec.csharp: spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy<T> name: JsonCopy
nameWithType: Extensions.JsonCopy<T> - name: <
fullName: TinyLife.Utilities.Extensions.JsonCopy<T> - name: T
- name: ( - name: '>'
nameWithType: ( - name: (
fullName: (
- name: T - name: T
nameWithType: T
fullName: T
- name: ) - name: )
nameWithType: )
fullName: )
spec.vb: spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy(Of T) name: JsonCopy
nameWithType: Extensions.JsonCopy(Of T)
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of T)
- name: ( - name: (
nameWithType: ( - name: Of
fullName: ( - name: " "
- name: T - name: T
nameWithType: T
fullName: T
- name: ) - 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.Extensions.AnyActive(TinyLife.Actions.CompletionType,System.Func{TinyLife.Actions.CompletionType})
commentId: M:TinyLife.Utilities.Extensions.AnyActive(TinyLife.Actions.CompletionType,System.Func{TinyLife.Actions.CompletionType})
isExternal: true
name: AnyActive(CompletionType, Func<CompletionType>)
nameWithType: Extensions.AnyActive(CompletionType, Func<CompletionType>)
fullName: TinyLife.Utilities.Extensions.AnyActive(TinyLife.Actions.CompletionType, System.Func<TinyLife.Actions.CompletionType>)
nameWithType.vb: Extensions.AnyActive(CompletionType, Func(Of CompletionType))
fullName.vb: TinyLife.Utilities.Extensions.AnyActive(TinyLife.Actions.CompletionType, System.Func(Of TinyLife.Actions.CompletionType))
name.vb: AnyActive(CompletionType, Func(Of CompletionType))
spec.csharp:
- uid: TinyLife.Utilities.Extensions.AnyActive(TinyLife.Actions.CompletionType,System.Func{TinyLife.Actions.CompletionType})
name: AnyActive
nameWithType: Extensions.AnyActive
fullName: TinyLife.Utilities.Extensions.AnyActive
- name: ( - name: (
nameWithType: ( - name: T
fullName: (
- uid: TinyLife.Actions.CompletionType
name: CompletionType
nameWithType: CompletionType
fullName: TinyLife.Actions.CompletionType
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Func`1
name: Func
nameWithType: Func
fullName: System.Func
isExternal: true
- name: <
nameWithType: <
fullName: <
- uid: TinyLife.Actions.CompletionType
name: CompletionType
nameWithType: CompletionType
fullName: TinyLife.Actions.CompletionType
- name: '>'
nameWithType: '>'
fullName: '>'
- name: ) - name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.AnyActive(TinyLife.Actions.CompletionType,System.Func{TinyLife.Actions.CompletionType})
name: AnyActive
nameWithType: Extensions.AnyActive
fullName: TinyLife.Utilities.Extensions.AnyActive
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Actions.CompletionType
name: CompletionType
nameWithType: CompletionType
fullName: TinyLife.Actions.CompletionType
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Func`1
name: Func
nameWithType: Func
fullName: System.Func
isExternal: true
- name: '(Of '
nameWithType: '(Of '
fullName: '(Of '
- uid: TinyLife.Actions.CompletionType
name: CompletionType
nameWithType: CompletionType
fullName: TinyLife.Actions.CompletionType
- name: )
nameWithType: )
fullName: )
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Utilities.Extensions.AnyActive(TinyLife.Actions.CompletionType,TinyLife.Actions.CompletionType)
commentId: M:TinyLife.Utilities.Extensions.AnyActive(TinyLife.Actions.CompletionType,TinyLife.Actions.CompletionType)
name: AnyActive(CompletionType, CompletionType)
nameWithType: Extensions.AnyActive(CompletionType, CompletionType)
fullName: TinyLife.Utilities.Extensions.AnyActive(TinyLife.Actions.CompletionType, TinyLife.Actions.CompletionType)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.AnyActive(TinyLife.Actions.CompletionType,TinyLife.Actions.CompletionType)
name: AnyActive
nameWithType: Extensions.AnyActive
fullName: TinyLife.Utilities.Extensions.AnyActive
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Actions.CompletionType
name: CompletionType
nameWithType: CompletionType
fullName: TinyLife.Actions.CompletionType
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.Actions.CompletionType
name: CompletionType
nameWithType: CompletionType
fullName: TinyLife.Actions.CompletionType
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.AnyActive(TinyLife.Actions.CompletionType,TinyLife.Actions.CompletionType)
name: AnyActive
nameWithType: Extensions.AnyActive
fullName: TinyLife.Utilities.Extensions.AnyActive
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Actions.CompletionType
name: CompletionType
nameWithType: CompletionType
fullName: TinyLife.Actions.CompletionType
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.Actions.CompletionType
name: CompletionType
nameWithType: CompletionType
fullName: TinyLife.Actions.CompletionType
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Utilities.Extensions.AnyInactive(TinyLife.Actions.CompletionType,System.Func{TinyLife.Actions.CompletionType})
commentId: M:TinyLife.Utilities.Extensions.AnyInactive(TinyLife.Actions.CompletionType,System.Func{TinyLife.Actions.CompletionType})
isExternal: true
name: AnyInactive(CompletionType, Func<CompletionType>)
nameWithType: Extensions.AnyInactive(CompletionType, Func<CompletionType>)
fullName: TinyLife.Utilities.Extensions.AnyInactive(TinyLife.Actions.CompletionType, System.Func<TinyLife.Actions.CompletionType>)
nameWithType.vb: Extensions.AnyInactive(CompletionType, Func(Of CompletionType))
fullName.vb: TinyLife.Utilities.Extensions.AnyInactive(TinyLife.Actions.CompletionType, System.Func(Of TinyLife.Actions.CompletionType))
name.vb: AnyInactive(CompletionType, Func(Of CompletionType))
spec.csharp:
- uid: TinyLife.Utilities.Extensions.AnyInactive(TinyLife.Actions.CompletionType,System.Func{TinyLife.Actions.CompletionType})
name: AnyInactive
nameWithType: Extensions.AnyInactive
fullName: TinyLife.Utilities.Extensions.AnyInactive
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Actions.CompletionType
name: CompletionType
nameWithType: CompletionType
fullName: TinyLife.Actions.CompletionType
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Func`1
name: Func
nameWithType: Func
fullName: System.Func
isExternal: true
- name: <
nameWithType: <
fullName: <
- uid: TinyLife.Actions.CompletionType
name: CompletionType
nameWithType: CompletionType
fullName: TinyLife.Actions.CompletionType
- name: '>'
nameWithType: '>'
fullName: '>'
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.AnyInactive(TinyLife.Actions.CompletionType,System.Func{TinyLife.Actions.CompletionType})
name: AnyInactive
nameWithType: Extensions.AnyInactive
fullName: TinyLife.Utilities.Extensions.AnyInactive
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Actions.CompletionType
name: CompletionType
nameWithType: CompletionType
fullName: TinyLife.Actions.CompletionType
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Func`1
name: Func
nameWithType: Func
fullName: System.Func
isExternal: true
- name: '(Of '
nameWithType: '(Of '
fullName: '(Of '
- uid: TinyLife.Actions.CompletionType
name: CompletionType
nameWithType: CompletionType
fullName: TinyLife.Actions.CompletionType
- name: )
nameWithType: )
fullName: )
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Utilities.Extensions.AnyInactive(TinyLife.Actions.CompletionType,TinyLife.Actions.CompletionType)
commentId: M:TinyLife.Utilities.Extensions.AnyInactive(TinyLife.Actions.CompletionType,TinyLife.Actions.CompletionType)
name: AnyInactive(CompletionType, CompletionType)
nameWithType: Extensions.AnyInactive(CompletionType, CompletionType)
fullName: TinyLife.Utilities.Extensions.AnyInactive(TinyLife.Actions.CompletionType, TinyLife.Actions.CompletionType)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.AnyInactive(TinyLife.Actions.CompletionType,TinyLife.Actions.CompletionType)
name: AnyInactive
nameWithType: Extensions.AnyInactive
fullName: TinyLife.Utilities.Extensions.AnyInactive
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Actions.CompletionType
name: CompletionType
nameWithType: CompletionType
fullName: TinyLife.Actions.CompletionType
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.Actions.CompletionType
name: CompletionType
nameWithType: CompletionType
fullName: TinyLife.Actions.CompletionType
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.AnyInactive(TinyLife.Actions.CompletionType,TinyLife.Actions.CompletionType)
name: AnyInactive
nameWithType: Extensions.AnyInactive
fullName: TinyLife.Utilities.Extensions.AnyInactive
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Actions.CompletionType
name: CompletionType
nameWithType: CompletionType
fullName: TinyLife.Actions.CompletionType
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.Actions.CompletionType
name: CompletionType
nameWithType: CompletionType
fullName: TinyLife.Actions.CompletionType
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Utilities - uid: TinyLife.Utilities
commentId: N:TinyLife.Utilities commentId: N:TinyLife.Utilities
name: TinyLife.Utilities name: TinyLife.Utilities
nameWithType: TinyLife.Utilities nameWithType: TinyLife.Utilities
fullName: TinyLife.Utilities fullName: TinyLife.Utilities
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Utilities
name: Utilities
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Utilities
name: Utilities
- uid: TinyLife.Actions.CompletionType - uid: TinyLife.Actions.CompletionType
commentId: T:TinyLife.Actions.CompletionType commentId: T:TinyLife.Actions.CompletionType
parent: TinyLife.Actions parent: TinyLife.Actions
@ -731,7 +571,9 @@ references:
fullName: TinyLife.Actions.Emote fullName: TinyLife.Actions.Emote
- uid: TinyLife.Actions.EmoteCategory.Unable - uid: TinyLife.Actions.EmoteCategory.Unable
commentId: F:TinyLife.Actions.EmoteCategory.Unable commentId: F:TinyLife.Actions.EmoteCategory.Unable
isExternal: true name: Unable
nameWithType: EmoteCategory.Unable
fullName: TinyLife.Actions.EmoteCategory.Unable
- uid: TinyLife.Objects.Person - uid: TinyLife.Objects.Person
commentId: T:TinyLife.Objects.Person commentId: T:TinyLife.Objects.Person
parent: TinyLife.Objects parent: TinyLife.Objects
@ -743,6 +585,20 @@ references:
name: TinyLife.Objects name: TinyLife.Objects
nameWithType: TinyLife.Objects nameWithType: TinyLife.Objects
fullName: TinyLife.Objects fullName: TinyLife.Objects
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Objects
name: Objects
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Objects
name: Objects
- uid: TinyLife.Actions.CompletionType.Failed - uid: TinyLife.Actions.CompletionType.Failed
commentId: F:TinyLife.Actions.CompletionType.Failed commentId: F:TinyLife.Actions.CompletionType.Failed
isExternal: true name: Failed
nameWithType: CompletionType.Failed
fullName: TinyLife.Actions.CompletionType.Failed

File diff suppressed because it is too large Load diff

View file

@ -22,7 +22,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Emote.cs path: TinyLife/Actions/Emote.cs
branch: 0.29.3-dev branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Emote id: Emote
path: ../TinyLife/Actions/Emote.cs path: ../TinyLife/Actions/Emote.cs
@ -47,12 +47,6 @@ items:
- System.Object.ToString - System.Object.ToString
extensionMethods: extensionMethods:
- TinyLife.Actions.Emote.TinyLife.Utilities.Extensions.JsonCopy``1 - TinyLife.Actions.Emote.TinyLife.Utilities.Extensions.JsonCopy``1
modifiers.csharp:
- public
- class
modifiers.vb:
- Public
- Class
- uid: TinyLife.Actions.Emote.AllCategories - uid: TinyLife.Actions.Emote.AllCategories
commentId: F:TinyLife.Actions.Emote.AllCategories commentId: F:TinyLife.Actions.Emote.AllCategories
id: AllCategories id: AllCategories
@ -67,7 +61,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Emote.cs path: TinyLife/Actions/Emote.cs
branch: 0.29.3-dev branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AllCategories id: AllCategories
path: ../TinyLife/Actions/Emote.cs path: ../TinyLife/Actions/Emote.cs
@ -82,14 +76,6 @@ items:
return: return:
type: TinyLife.Actions.EmoteCategory[] type: TinyLife.Actions.EmoteCategory[]
content.vb: Public Shared ReadOnly AllCategories As EmoteCategory() content.vb: Public Shared ReadOnly AllCategories As EmoteCategory()
modifiers.csharp:
- public
- static
- readonly
modifiers.vb:
- Public
- Shared
- ReadOnly
- uid: TinyLife.Actions.Emote.Texture - uid: TinyLife.Actions.Emote.Texture
commentId: F:TinyLife.Actions.Emote.Texture commentId: F:TinyLife.Actions.Emote.Texture
id: Texture id: Texture
@ -104,7 +90,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Emote.cs path: TinyLife/Actions/Emote.cs
branch: 0.29.3-dev branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Texture id: Texture
path: ../TinyLife/Actions/Emote.cs path: ../TinyLife/Actions/Emote.cs
@ -119,12 +105,6 @@ items:
return: return:
type: MLEM.Textures.TextureRegion type: MLEM.Textures.TextureRegion
content.vb: Public ReadOnly Texture As TextureRegion content.vb: Public ReadOnly Texture As TextureRegion
modifiers.csharp:
- public
- readonly
modifiers.vb:
- Public
- ReadOnly
- uid: TinyLife.Actions.Emote.Categories - uid: TinyLife.Actions.Emote.Categories
commentId: F:TinyLife.Actions.Emote.Categories commentId: F:TinyLife.Actions.Emote.Categories
id: Categories id: Categories
@ -139,7 +119,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Emote.cs path: TinyLife/Actions/Emote.cs
branch: 0.29.3-dev branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Categories id: Categories
path: ../TinyLife/Actions/Emote.cs path: ../TinyLife/Actions/Emote.cs
@ -154,12 +134,6 @@ items:
return: return:
type: TinyLife.Actions.EmoteCategory type: TinyLife.Actions.EmoteCategory
content.vb: Public ReadOnly Categories As EmoteCategory content.vb: Public ReadOnly Categories As EmoteCategory
modifiers.csharp:
- public
- readonly
modifiers.vb:
- Public
- ReadOnly
- uid: TinyLife.Actions.Emote.#ctor(MLEM.Textures.TextureRegion,TinyLife.Actions.EmoteCategory) - uid: TinyLife.Actions.Emote.#ctor(MLEM.Textures.TextureRegion,TinyLife.Actions.EmoteCategory)
commentId: M:TinyLife.Actions.Emote.#ctor(MLEM.Textures.TextureRegion,TinyLife.Actions.EmoteCategory) commentId: M:TinyLife.Actions.Emote.#ctor(MLEM.Textures.TextureRegion,TinyLife.Actions.EmoteCategory)
id: '#ctor(MLEM.Textures.TextureRegion,TinyLife.Actions.EmoteCategory)' id: '#ctor(MLEM.Textures.TextureRegion,TinyLife.Actions.EmoteCategory)'
@ -174,7 +148,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Emote.cs path: TinyLife/Actions/Emote.cs
branch: 0.29.3-dev branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Actions/Emote.cs path: ../TinyLife/Actions/Emote.cs
@ -195,10 +169,9 @@ items:
description: The categories that this emote should have. Can be a combined flag. description: The categories that this emote should have. Can be a combined flag.
content.vb: Public Sub New(texture As TextureRegion, categories As EmoteCategory) content.vb: Public Sub New(texture As TextureRegion, categories As EmoteCategory)
overload: TinyLife.Actions.Emote.#ctor* overload: TinyLife.Actions.Emote.#ctor*
modifiers.csharp: nameWithType.vb: Emote.New(TextureRegion, EmoteCategory)
- public fullName.vb: TinyLife.Actions.Emote.New(MLEM.Textures.TextureRegion, TinyLife.Actions.EmoteCategory)
modifiers.vb: name.vb: New(TextureRegion, EmoteCategory)
- Public
- uid: TinyLife.Actions.Emote.GetRandomEmote(TinyLife.Actions.EmoteCategory) - uid: TinyLife.Actions.Emote.GetRandomEmote(TinyLife.Actions.EmoteCategory)
commentId: M:TinyLife.Actions.Emote.GetRandomEmote(TinyLife.Actions.EmoteCategory) commentId: M:TinyLife.Actions.Emote.GetRandomEmote(TinyLife.Actions.EmoteCategory)
id: GetRandomEmote(TinyLife.Actions.EmoteCategory) id: GetRandomEmote(TinyLife.Actions.EmoteCategory)
@ -213,7 +186,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Emote.cs path: TinyLife/Actions/Emote.cs
branch: 0.29.3-dev branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetRandomEmote id: GetRandomEmote
path: ../TinyLife/Actions/Emote.cs path: ../TinyLife/Actions/Emote.cs
@ -234,12 +207,6 @@ items:
description: A random emote from the given categories description: A random emote from the given categories
content.vb: Public Shared Function GetRandomEmote(possibleCategories As EmoteCategory) As Emote content.vb: Public Shared Function GetRandomEmote(possibleCategories As EmoteCategory) As Emote
overload: TinyLife.Actions.Emote.GetRandomEmote* overload: TinyLife.Actions.Emote.GetRandomEmote*
modifiers.csharp:
- public
- static
modifiers.vb:
- Public
- Shared
- uid: TinyLife.Actions.Emote.GetEmotes(TinyLife.Actions.EmoteCategory) - uid: TinyLife.Actions.Emote.GetEmotes(TinyLife.Actions.EmoteCategory)
commentId: M:TinyLife.Actions.Emote.GetEmotes(TinyLife.Actions.EmoteCategory) commentId: M:TinyLife.Actions.Emote.GetEmotes(TinyLife.Actions.EmoteCategory)
id: GetEmotes(TinyLife.Actions.EmoteCategory) id: GetEmotes(TinyLife.Actions.EmoteCategory)
@ -254,7 +221,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Emote.cs path: TinyLife/Actions/Emote.cs
branch: 0.29.3-dev branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetEmotes id: GetEmotes
path: ../TinyLife/Actions/Emote.cs path: ../TinyLife/Actions/Emote.cs
@ -275,12 +242,6 @@ items:
description: A set of all emotes that match the categories description: A set of all emotes that match the categories
content.vb: Public Shared Function GetEmotes(possibleCategories As EmoteCategory) As IEnumerable(Of Emote) content.vb: Public Shared Function GetEmotes(possibleCategories As EmoteCategory) As IEnumerable(Of Emote)
overload: TinyLife.Actions.Emote.GetEmotes* overload: TinyLife.Actions.Emote.GetEmotes*
modifiers.csharp:
- public
- static
modifiers.vb:
- Public
- Shared
- uid: TinyLife.Actions.Emote.Register(TinyLife.Actions.Emote) - uid: TinyLife.Actions.Emote.Register(TinyLife.Actions.Emote)
commentId: M:TinyLife.Actions.Emote.Register(TinyLife.Actions.Emote) commentId: M:TinyLife.Actions.Emote.Register(TinyLife.Actions.Emote)
id: Register(TinyLife.Actions.Emote) id: Register(TinyLife.Actions.Emote)
@ -295,7 +256,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Emote.cs path: TinyLife/Actions/Emote.cs
branch: 0.29.3-dev branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Register id: Register
path: ../TinyLife/Actions/Emote.cs path: ../TinyLife/Actions/Emote.cs
@ -313,12 +274,6 @@ items:
description: The emote to register description: The emote to register
content.vb: Public Shared Sub Register(emote As Emote) content.vb: Public Shared Sub Register(emote As Emote)
overload: TinyLife.Actions.Emote.Register* overload: TinyLife.Actions.Emote.Register*
modifiers.csharp:
- public
- static
modifiers.vb:
- Public
- Shared
references: references:
- uid: TinyLife.Objects.Person - uid: TinyLife.Objects.Person
commentId: T:TinyLife.Objects.Person commentId: T:TinyLife.Objects.Person
@ -331,332 +286,303 @@ references:
name: TinyLife.Actions name: TinyLife.Actions
nameWithType: TinyLife.Actions nameWithType: TinyLife.Actions
fullName: TinyLife.Actions fullName: TinyLife.Actions
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Actions
name: Actions
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Actions
name: Actions
- uid: System.Object - uid: System.Object
commentId: T:System.Object commentId: T:System.Object
parent: System parent: System
isExternal: true isExternal: true
name: Object href: https://learn.microsoft.com/dotnet/api/system.object
nameWithType: Object name: object
fullName: System.Object nameWithType: object
fullName: object
nameWithType.vb: Object
fullName.vb: Object
name.vb: Object
- uid: System.Object.Equals(System.Object) - uid: System.Object.Equals(System.Object)
commentId: M:System.Object.Equals(System.Object) commentId: M:System.Object.Equals(System.Object)
parent: System.Object parent: System.Object
isExternal: true isExternal: true
name: Equals(Object) href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
nameWithType: Object.Equals(Object) name: Equals(object)
fullName: System.Object.Equals(System.Object) nameWithType: object.Equals(object)
fullName: object.Equals(object)
nameWithType.vb: Object.Equals(Object)
fullName.vb: Object.Equals(Object)
name.vb: Equals(Object)
spec.csharp: spec.csharp:
- uid: System.Object.Equals(System.Object) - uid: System.Object.Equals(System.Object)
name: Equals name: Equals
nameWithType: Object.Equals
fullName: System.Object.Equals
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
- name: ( - name: (
nameWithType: (
fullName: (
- uid: System.Object - uid: System.Object
name: Object name: object
nameWithType: Object
fullName: System.Object
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ) - name: )
nameWithType: )
fullName: )
spec.vb: spec.vb:
- uid: System.Object.Equals(System.Object) - uid: System.Object.Equals(System.Object)
name: Equals name: Equals
nameWithType: Object.Equals
fullName: System.Object.Equals
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
- name: ( - name: (
nameWithType: (
fullName: (
- uid: System.Object - uid: System.Object
name: Object name: Object
nameWithType: Object
fullName: System.Object
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ) - name: )
nameWithType: )
fullName: )
- uid: System.Object.Equals(System.Object,System.Object) - uid: System.Object.Equals(System.Object,System.Object)
commentId: M:System.Object.Equals(System.Object,System.Object) commentId: M:System.Object.Equals(System.Object,System.Object)
parent: System.Object parent: System.Object
isExternal: true isExternal: true
name: Equals(Object, Object) href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
nameWithType: Object.Equals(Object, Object) name: Equals(object, object)
fullName: System.Object.Equals(System.Object, System.Object) nameWithType: object.Equals(object, object)
fullName: object.Equals(object, object)
nameWithType.vb: Object.Equals(Object, Object)
fullName.vb: Object.Equals(Object, Object)
name.vb: Equals(Object, Object)
spec.csharp: spec.csharp:
- uid: System.Object.Equals(System.Object,System.Object) - uid: System.Object.Equals(System.Object,System.Object)
name: Equals name: Equals
nameWithType: Object.Equals
fullName: System.Object.Equals
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
- name: ( - name: (
nameWithType: (
fullName: (
- uid: System.Object - uid: System.Object
name: Object name: object
nameWithType: Object
fullName: System.Object
isExternal: true isExternal: true
- name: ', ' href: https://learn.microsoft.com/dotnet/api/system.object
nameWithType: ', ' - name: ','
fullName: ', ' - name: " "
- uid: System.Object - uid: System.Object
name: Object name: object
nameWithType: Object
fullName: System.Object
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ) - name: )
nameWithType: )
fullName: )
spec.vb: spec.vb:
- uid: System.Object.Equals(System.Object,System.Object) - uid: System.Object.Equals(System.Object,System.Object)
name: Equals name: Equals
nameWithType: Object.Equals
fullName: System.Object.Equals
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
- name: ( - name: (
nameWithType: (
fullName: (
- uid: System.Object - uid: System.Object
name: Object name: Object
nameWithType: Object
fullName: System.Object
isExternal: true isExternal: true
- name: ', ' href: https://learn.microsoft.com/dotnet/api/system.object
nameWithType: ', ' - name: ','
fullName: ', ' - name: " "
- uid: System.Object - uid: System.Object
name: Object name: Object
nameWithType: Object
fullName: System.Object
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ) - name: )
nameWithType: )
fullName: )
- uid: System.Object.GetHashCode - uid: System.Object.GetHashCode
commentId: M:System.Object.GetHashCode commentId: M:System.Object.GetHashCode
parent: System.Object parent: System.Object
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
name: GetHashCode() name: GetHashCode()
nameWithType: Object.GetHashCode() nameWithType: object.GetHashCode()
fullName: System.Object.GetHashCode() fullName: object.GetHashCode()
nameWithType.vb: Object.GetHashCode()
fullName.vb: Object.GetHashCode()
spec.csharp: spec.csharp:
- uid: System.Object.GetHashCode - uid: System.Object.GetHashCode
name: GetHashCode name: GetHashCode
nameWithType: Object.GetHashCode
fullName: System.Object.GetHashCode
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
- name: ( - name: (
nameWithType: (
fullName: (
- name: ) - name: )
nameWithType: )
fullName: )
spec.vb: spec.vb:
- uid: System.Object.GetHashCode - uid: System.Object.GetHashCode
name: GetHashCode name: GetHashCode
nameWithType: Object.GetHashCode
fullName: System.Object.GetHashCode
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
- name: ( - name: (
nameWithType: (
fullName: (
- name: ) - name: )
nameWithType: )
fullName: )
- uid: System.Object.GetType - uid: System.Object.GetType
commentId: M:System.Object.GetType commentId: M:System.Object.GetType
parent: System.Object parent: System.Object
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
name: GetType() name: GetType()
nameWithType: Object.GetType() nameWithType: object.GetType()
fullName: System.Object.GetType() fullName: object.GetType()
nameWithType.vb: Object.GetType()
fullName.vb: Object.GetType()
spec.csharp: spec.csharp:
- uid: System.Object.GetType - uid: System.Object.GetType
name: GetType name: GetType
nameWithType: Object.GetType
fullName: System.Object.GetType
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
- name: ( - name: (
nameWithType: (
fullName: (
- name: ) - name: )
nameWithType: )
fullName: )
spec.vb: spec.vb:
- uid: System.Object.GetType - uid: System.Object.GetType
name: GetType name: GetType
nameWithType: Object.GetType
fullName: System.Object.GetType
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
- name: ( - name: (
nameWithType: (
fullName: (
- name: ) - name: )
nameWithType: )
fullName: )
- uid: System.Object.MemberwiseClone - uid: System.Object.MemberwiseClone
commentId: M:System.Object.MemberwiseClone commentId: M:System.Object.MemberwiseClone
parent: System.Object parent: System.Object
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
name: MemberwiseClone() name: MemberwiseClone()
nameWithType: Object.MemberwiseClone() nameWithType: object.MemberwiseClone()
fullName: System.Object.MemberwiseClone() fullName: object.MemberwiseClone()
nameWithType.vb: Object.MemberwiseClone()
fullName.vb: Object.MemberwiseClone()
spec.csharp: spec.csharp:
- uid: System.Object.MemberwiseClone - uid: System.Object.MemberwiseClone
name: MemberwiseClone name: MemberwiseClone
nameWithType: Object.MemberwiseClone
fullName: System.Object.MemberwiseClone
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
- name: ( - name: (
nameWithType: (
fullName: (
- name: ) - name: )
nameWithType: )
fullName: )
spec.vb: spec.vb:
- uid: System.Object.MemberwiseClone - uid: System.Object.MemberwiseClone
name: MemberwiseClone name: MemberwiseClone
nameWithType: Object.MemberwiseClone
fullName: System.Object.MemberwiseClone
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
- name: ( - name: (
nameWithType: (
fullName: (
- name: ) - name: )
nameWithType: )
fullName: )
- uid: System.Object.ReferenceEquals(System.Object,System.Object) - uid: System.Object.ReferenceEquals(System.Object,System.Object)
commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) commentId: M:System.Object.ReferenceEquals(System.Object,System.Object)
parent: System.Object parent: System.Object
isExternal: true isExternal: true
name: ReferenceEquals(Object, Object) href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
nameWithType: Object.ReferenceEquals(Object, Object) name: ReferenceEquals(object, object)
fullName: System.Object.ReferenceEquals(System.Object, System.Object) nameWithType: object.ReferenceEquals(object, object)
fullName: object.ReferenceEquals(object, object)
nameWithType.vb: Object.ReferenceEquals(Object, Object)
fullName.vb: Object.ReferenceEquals(Object, Object)
name.vb: ReferenceEquals(Object, Object)
spec.csharp: spec.csharp:
- uid: System.Object.ReferenceEquals(System.Object,System.Object) - uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals name: ReferenceEquals
nameWithType: Object.ReferenceEquals
fullName: System.Object.ReferenceEquals
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
- name: ( - name: (
nameWithType: (
fullName: (
- uid: System.Object - uid: System.Object
name: Object name: object
nameWithType: Object
fullName: System.Object
isExternal: true isExternal: true
- name: ', ' href: https://learn.microsoft.com/dotnet/api/system.object
nameWithType: ', ' - name: ','
fullName: ', ' - name: " "
- uid: System.Object - uid: System.Object
name: Object name: object
nameWithType: Object
fullName: System.Object
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ) - name: )
nameWithType: )
fullName: )
spec.vb: spec.vb:
- uid: System.Object.ReferenceEquals(System.Object,System.Object) - uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals name: ReferenceEquals
nameWithType: Object.ReferenceEquals
fullName: System.Object.ReferenceEquals
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
- name: ( - name: (
nameWithType: (
fullName: (
- uid: System.Object - uid: System.Object
name: Object name: Object
nameWithType: Object
fullName: System.Object
isExternal: true isExternal: true
- name: ', ' href: https://learn.microsoft.com/dotnet/api/system.object
nameWithType: ', ' - name: ','
fullName: ', ' - name: " "
- uid: System.Object - uid: System.Object
name: Object name: Object
nameWithType: Object
fullName: System.Object
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ) - name: )
nameWithType: )
fullName: )
- uid: System.Object.ToString - uid: System.Object.ToString
commentId: M:System.Object.ToString commentId: M:System.Object.ToString
parent: System.Object parent: System.Object
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
name: ToString() name: ToString()
nameWithType: Object.ToString() nameWithType: object.ToString()
fullName: System.Object.ToString() fullName: object.ToString()
nameWithType.vb: Object.ToString()
fullName.vb: Object.ToString()
spec.csharp: spec.csharp:
- uid: System.Object.ToString - uid: System.Object.ToString
name: ToString name: ToString
nameWithType: Object.ToString
fullName: System.Object.ToString
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
- name: ( - name: (
nameWithType: (
fullName: (
- name: ) - name: )
nameWithType: )
fullName: )
spec.vb: spec.vb:
- uid: System.Object.ToString - uid: System.Object.ToString
name: ToString name: ToString
nameWithType: Object.ToString
fullName: System.Object.ToString
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
- name: ( - name: (
nameWithType: (
fullName: (
- name: ) - name: )
nameWithType: )
fullName: )
- uid: TinyLife.Actions.Emote.TinyLife.Utilities.Extensions.JsonCopy``1 - uid: TinyLife.Actions.Emote.TinyLife.Utilities.Extensions.JsonCopy``1
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0) commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
parent: TinyLife.Utilities.Extensions parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0) definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy<Emote>() name: JsonCopy<Emote>(Emote)
nameWithType: Extensions.JsonCopy<Emote>() nameWithType: Extensions.JsonCopy<Emote>(Emote)
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Actions.Emote>() fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Actions.Emote>(TinyLife.Actions.Emote)
nameWithType.vb: Extensions.JsonCopy(Of Emote)() nameWithType.vb: Extensions.JsonCopy(Of Emote)(Emote)
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Actions.Emote)() fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Actions.Emote)(TinyLife.Actions.Emote)
name.vb: JsonCopy(Of Emote)() name.vb: JsonCopy(Of Emote)(Emote)
spec.csharp: spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1 - uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.Emote)
name: JsonCopy<Emote> name: JsonCopy
nameWithType: Extensions.JsonCopy<Emote> - name: <
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Actions.Emote> - uid: TinyLife.Actions.Emote
name: Emote
- name: '>'
- name: ( - name: (
nameWithType: ( - uid: TinyLife.Actions.Emote
fullName: ( name: Emote
- name: ) - name: )
nameWithType: )
fullName: )
spec.vb: spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1 - uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.Emote)
name: JsonCopy(Of Emote) name: JsonCopy
nameWithType: Extensions.JsonCopy(Of Emote)
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Actions.Emote)
- name: ( - name: (
nameWithType: ( - name: Of
fullName: ( - name: " "
- uid: TinyLife.Actions.Emote
name: Emote
- name: )
- name: (
- uid: TinyLife.Actions.Emote
name: Emote
- name: ) - name: )
nameWithType: )
fullName: )
- uid: TinyLife.Objects - uid: TinyLife.Objects
commentId: N:TinyLife.Objects commentId: N:TinyLife.Objects
name: TinyLife.Objects name: TinyLife.Objects
nameWithType: TinyLife.Objects nameWithType: TinyLife.Objects
fullName: TinyLife.Objects fullName: TinyLife.Objects
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Objects
name: Objects
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Objects
name: Objects
- uid: System - uid: System
commentId: N:System commentId: N:System
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
name: System name: System
nameWithType: System nameWithType: System
fullName: System fullName: System
@ -670,32 +596,24 @@ references:
name.vb: JsonCopy(Of T)(T) name.vb: JsonCopy(Of T)(T)
spec.csharp: spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy<T> name: JsonCopy
nameWithType: Extensions.JsonCopy<T> - name: <
fullName: TinyLife.Utilities.Extensions.JsonCopy<T> - name: T
- name: ( - name: '>'
nameWithType: ( - name: (
fullName: (
- name: T - name: T
nameWithType: T
fullName: T
- name: ) - name: )
nameWithType: )
fullName: )
spec.vb: spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy(Of T) name: JsonCopy
nameWithType: Extensions.JsonCopy(Of T) - name: (
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of T) - name: Of
- name: " "
- name: T
- name: )
- name: ( - name: (
nameWithType: (
fullName: (
- name: T - name: T
nameWithType: T
fullName: T
- name: ) - name: )
nameWithType: )
fullName: )
- uid: TinyLife.Utilities.Extensions - uid: TinyLife.Utilities.Extensions
commentId: T:TinyLife.Utilities.Extensions commentId: T:TinyLife.Utilities.Extensions
parent: TinyLife.Utilities parent: TinyLife.Utilities
@ -707,6 +625,18 @@ references:
name: TinyLife.Utilities name: TinyLife.Utilities
nameWithType: TinyLife.Utilities nameWithType: TinyLife.Utilities
fullName: TinyLife.Utilities fullName: TinyLife.Utilities
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Utilities
name: Utilities
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Utilities
name: Utilities
- uid: TinyLife.Actions.EmoteCategory - uid: TinyLife.Actions.EmoteCategory
commentId: T:TinyLife.Actions.EmoteCategory commentId: T:TinyLife.Actions.EmoteCategory
parent: TinyLife.Actions parent: TinyLife.Actions
@ -724,19 +654,13 @@ references:
spec.csharp: spec.csharp:
- uid: TinyLife.Actions.EmoteCategory - uid: TinyLife.Actions.EmoteCategory
name: EmoteCategory name: EmoteCategory
nameWithType: EmoteCategory - name: '['
fullName: TinyLife.Actions.EmoteCategory - name: ']'
- name: '[]'
nameWithType: '[]'
fullName: '[]'
spec.vb: spec.vb:
- uid: TinyLife.Actions.EmoteCategory - uid: TinyLife.Actions.EmoteCategory
name: EmoteCategory name: EmoteCategory
nameWithType: EmoteCategory - name: (
fullName: TinyLife.Actions.EmoteCategory - name: )
- name: ()
nameWithType: ()
fullName: ()
- uid: MLEM.Textures.TextureRegion - uid: MLEM.Textures.TextureRegion
commentId: T:MLEM.Textures.TextureRegion commentId: T:MLEM.Textures.TextureRegion
parent: MLEM.Textures parent: MLEM.Textures
@ -750,11 +674,30 @@ references:
name: MLEM.Textures name: MLEM.Textures
nameWithType: MLEM.Textures nameWithType: MLEM.Textures
fullName: MLEM.Textures fullName: MLEM.Textures
spec.csharp:
- uid: MLEM
name: MLEM
isExternal: true
- name: .
- uid: MLEM.Textures
name: Textures
isExternal: true
spec.vb:
- uid: MLEM
name: MLEM
isExternal: true
- name: .
- uid: MLEM.Textures
name: Textures
isExternal: true
- uid: TinyLife.Actions.Emote.#ctor* - uid: TinyLife.Actions.Emote.#ctor*
commentId: Overload:TinyLife.Actions.Emote.#ctor commentId: Overload:TinyLife.Actions.Emote.#ctor
name: Emote name: Emote
nameWithType: Emote.Emote nameWithType: Emote.Emote
fullName: TinyLife.Actions.Emote.Emote fullName: TinyLife.Actions.Emote.Emote
nameWithType.vb: Emote.New
fullName.vb: TinyLife.Actions.Emote.New
name.vb: New
- uid: TinyLife.Actions.Emote.GetRandomEmote* - uid: TinyLife.Actions.Emote.GetRandomEmote*
commentId: Overload:TinyLife.Actions.Emote.GetRandomEmote commentId: Overload:TinyLife.Actions.Emote.GetRandomEmote
name: GetRandomEmote name: GetRandomEmote
@ -775,6 +718,7 @@ references:
commentId: T:System.Collections.Generic.IEnumerable{TinyLife.Actions.Emote} commentId: T:System.Collections.Generic.IEnumerable{TinyLife.Actions.Emote}
parent: System.Collections.Generic parent: System.Collections.Generic
definition: System.Collections.Generic.IEnumerable`1 definition: System.Collections.Generic.IEnumerable`1
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
name: IEnumerable<Emote> name: IEnumerable<Emote>
nameWithType: IEnumerable<Emote> nameWithType: IEnumerable<Emote>
fullName: System.Collections.Generic.IEnumerable<TinyLife.Actions.Emote> fullName: System.Collections.Generic.IEnumerable<TinyLife.Actions.Emote>
@ -784,38 +728,27 @@ references:
spec.csharp: spec.csharp:
- uid: System.Collections.Generic.IEnumerable`1 - uid: System.Collections.Generic.IEnumerable`1
name: IEnumerable name: IEnumerable
nameWithType: IEnumerable
fullName: System.Collections.Generic.IEnumerable
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
- name: < - name: <
nameWithType: <
fullName: <
- uid: TinyLife.Actions.Emote - uid: TinyLife.Actions.Emote
name: Emote name: Emote
nameWithType: Emote
fullName: TinyLife.Actions.Emote
- name: '>' - name: '>'
nameWithType: '>'
fullName: '>'
spec.vb: spec.vb:
- uid: System.Collections.Generic.IEnumerable`1 - uid: System.Collections.Generic.IEnumerable`1
name: IEnumerable name: IEnumerable
nameWithType: IEnumerable
fullName: System.Collections.Generic.IEnumerable
isExternal: true isExternal: true
- name: '(Of ' href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
nameWithType: '(Of ' - name: (
fullName: '(Of ' - name: Of
- name: " "
- uid: TinyLife.Actions.Emote - uid: TinyLife.Actions.Emote
name: Emote name: Emote
nameWithType: Emote
fullName: TinyLife.Actions.Emote
- name: ) - name: )
nameWithType: )
fullName: )
- uid: System.Collections.Generic.IEnumerable`1 - uid: System.Collections.Generic.IEnumerable`1
commentId: T:System.Collections.Generic.IEnumerable`1 commentId: T:System.Collections.Generic.IEnumerable`1
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
name: IEnumerable<T> name: IEnumerable<T>
nameWithType: IEnumerable<T> nameWithType: IEnumerable<T>
fullName: System.Collections.Generic.IEnumerable<T> fullName: System.Collections.Generic.IEnumerable<T>
@ -825,39 +758,58 @@ references:
spec.csharp: spec.csharp:
- uid: System.Collections.Generic.IEnumerable`1 - uid: System.Collections.Generic.IEnumerable`1
name: IEnumerable name: IEnumerable
nameWithType: IEnumerable
fullName: System.Collections.Generic.IEnumerable
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
- name: < - name: <
nameWithType: <
fullName: <
- name: T - name: T
nameWithType: T
fullName: T
- name: '>' - name: '>'
nameWithType: '>'
fullName: '>'
spec.vb: spec.vb:
- uid: System.Collections.Generic.IEnumerable`1 - uid: System.Collections.Generic.IEnumerable`1
name: IEnumerable name: IEnumerable
nameWithType: IEnumerable
fullName: System.Collections.Generic.IEnumerable
isExternal: true isExternal: true
- name: '(Of ' href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
nameWithType: '(Of ' - name: (
fullName: '(Of ' - name: Of
- name: " "
- name: T - name: T
nameWithType: T
fullName: T
- name: ) - name: )
nameWithType: )
fullName: )
- uid: System.Collections.Generic - uid: System.Collections.Generic
commentId: N:System.Collections.Generic commentId: N:System.Collections.Generic
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
name: System.Collections.Generic name: System.Collections.Generic
nameWithType: System.Collections.Generic nameWithType: System.Collections.Generic
fullName: System.Collections.Generic fullName: System.Collections.Generic
spec.csharp:
- uid: System
name: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
- name: .
- uid: System.Collections
name: Collections
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections
- name: .
- uid: System.Collections.Generic
name: Generic
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic
spec.vb:
- uid: System
name: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
- name: .
- uid: System.Collections
name: Collections
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections
- name: .
- uid: System.Collections.Generic
name: Generic
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic
- uid: TinyLife.Actions.Emote.Register* - uid: TinyLife.Actions.Emote.Register*
commentId: Overload:TinyLife.Actions.Emote.Register commentId: Overload:TinyLife.Actions.Emote.Register
name: Register name: Register

View file

@ -20,7 +20,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Emote.cs path: TinyLife/Actions/Emote.cs
branch: 0.29.3-dev branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EmoteCategory id: EmoteCategory
path: ../TinyLife/Actions/Emote.cs path: ../TinyLife/Actions/Emote.cs
@ -45,12 +45,6 @@ items:
- type: System.FlagsAttribute - type: System.FlagsAttribute
ctor: System.FlagsAttribute.#ctor ctor: System.FlagsAttribute.#ctor
arguments: [] arguments: []
modifiers.csharp:
- public
- enum
modifiers.vb:
- Public
- Enum
- uid: TinyLife.Actions.EmoteCategory.General - uid: TinyLife.Actions.EmoteCategory.General
commentId: F:TinyLife.Actions.EmoteCategory.General commentId: F:TinyLife.Actions.EmoteCategory.General
id: General id: General
@ -65,7 +59,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Emote.cs path: TinyLife/Actions/Emote.cs
branch: 0.29.3-dev branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: General id: General
path: ../TinyLife/Actions/Emote.cs path: ../TinyLife/Actions/Emote.cs
@ -79,12 +73,6 @@ items:
content: General = 1 content: General = 1
return: return:
type: TinyLife.Actions.EmoteCategory type: TinyLife.Actions.EmoteCategory
modifiers.csharp:
- public
- const
modifiers.vb:
- Public
- Const
- uid: TinyLife.Actions.EmoteCategory.Travel - uid: TinyLife.Actions.EmoteCategory.Travel
commentId: F:TinyLife.Actions.EmoteCategory.Travel commentId: F:TinyLife.Actions.EmoteCategory.Travel
id: Travel id: Travel
@ -99,7 +87,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Emote.cs path: TinyLife/Actions/Emote.cs
branch: 0.29.3-dev branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Travel id: Travel
path: ../TinyLife/Actions/Emote.cs path: ../TinyLife/Actions/Emote.cs
@ -113,12 +101,6 @@ items:
content: Travel = 2 content: Travel = 2
return: return:
type: TinyLife.Actions.EmoteCategory type: TinyLife.Actions.EmoteCategory
modifiers.csharp:
- public
- const
modifiers.vb:
- Public
- Const
- uid: TinyLife.Actions.EmoteCategory.Negative - uid: TinyLife.Actions.EmoteCategory.Negative
commentId: F:TinyLife.Actions.EmoteCategory.Negative commentId: F:TinyLife.Actions.EmoteCategory.Negative
id: Negative id: Negative
@ -133,7 +115,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Emote.cs path: TinyLife/Actions/Emote.cs
branch: 0.29.3-dev branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Negative id: Negative
path: ../TinyLife/Actions/Emote.cs path: ../TinyLife/Actions/Emote.cs
@ -147,12 +129,6 @@ items:
content: Negative = 4 content: Negative = 4
return: return:
type: TinyLife.Actions.EmoteCategory type: TinyLife.Actions.EmoteCategory
modifiers.csharp:
- public
- const
modifiers.vb:
- Public
- Const
- uid: TinyLife.Actions.EmoteCategory.Flirty - uid: TinyLife.Actions.EmoteCategory.Flirty
commentId: F:TinyLife.Actions.EmoteCategory.Flirty commentId: F:TinyLife.Actions.EmoteCategory.Flirty
id: Flirty id: Flirty
@ -167,7 +143,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Emote.cs path: TinyLife/Actions/Emote.cs
branch: 0.29.3-dev branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Flirty id: Flirty
path: ../TinyLife/Actions/Emote.cs path: ../TinyLife/Actions/Emote.cs
@ -181,12 +157,6 @@ items:
content: Flirty = 8 content: Flirty = 8
return: return:
type: TinyLife.Actions.EmoteCategory type: TinyLife.Actions.EmoteCategory
modifiers.csharp:
- public
- const
modifiers.vb:
- Public
- Const
- uid: TinyLife.Actions.EmoteCategory.Unable - uid: TinyLife.Actions.EmoteCategory.Unable
commentId: F:TinyLife.Actions.EmoteCategory.Unable commentId: F:TinyLife.Actions.EmoteCategory.Unable
id: Unable id: Unable
@ -201,7 +171,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Emote.cs path: TinyLife/Actions/Emote.cs
branch: 0.29.3-dev branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Unable id: Unable
path: ../TinyLife/Actions/Emote.cs path: ../TinyLife/Actions/Emote.cs
@ -215,12 +185,6 @@ items:
content: Unable = 16 content: Unable = 16
return: return:
type: TinyLife.Actions.EmoteCategory type: TinyLife.Actions.EmoteCategory
modifiers.csharp:
- public
- const
modifiers.vb:
- Public
- Const
references: references:
- uid: TinyLife.Actions.Emote - uid: TinyLife.Actions.Emote
commentId: T:TinyLife.Actions.Emote commentId: T:TinyLife.Actions.Emote
@ -233,38 +197,52 @@ references:
name: TinyLife.Actions name: TinyLife.Actions
nameWithType: TinyLife.Actions nameWithType: TinyLife.Actions
fullName: TinyLife.Actions fullName: TinyLife.Actions
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Actions
name: Actions
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Actions
name: Actions
- uid: TinyLife.Actions.EmoteCategory.TinyLife.Utilities.Extensions.JsonCopy``1 - uid: TinyLife.Actions.EmoteCategory.TinyLife.Utilities.Extensions.JsonCopy``1
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0) commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
parent: TinyLife.Utilities.Extensions parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0) definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy<EmoteCategory>() name: JsonCopy<EmoteCategory>(EmoteCategory)
nameWithType: Extensions.JsonCopy<EmoteCategory>() nameWithType: Extensions.JsonCopy<EmoteCategory>(EmoteCategory)
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Actions.EmoteCategory>() fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Actions.EmoteCategory>(TinyLife.Actions.EmoteCategory)
nameWithType.vb: Extensions.JsonCopy(Of EmoteCategory)() nameWithType.vb: Extensions.JsonCopy(Of EmoteCategory)(EmoteCategory)
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Actions.EmoteCategory)() fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Actions.EmoteCategory)(TinyLife.Actions.EmoteCategory)
name.vb: JsonCopy(Of EmoteCategory)() name.vb: JsonCopy(Of EmoteCategory)(EmoteCategory)
spec.csharp: spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1 - uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.EmoteCategory)
name: JsonCopy<EmoteCategory> name: JsonCopy
nameWithType: Extensions.JsonCopy<EmoteCategory> - name: <
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Actions.EmoteCategory> - uid: TinyLife.Actions.EmoteCategory
name: EmoteCategory
- name: '>'
- name: ( - name: (
nameWithType: ( - uid: TinyLife.Actions.EmoteCategory
fullName: ( name: EmoteCategory
- name: ) - name: )
nameWithType: )
fullName: )
spec.vb: spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1 - uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.EmoteCategory)
name: JsonCopy(Of EmoteCategory) name: JsonCopy
nameWithType: Extensions.JsonCopy(Of EmoteCategory)
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Actions.EmoteCategory)
- name: ( - name: (
nameWithType: ( - name: Of
fullName: ( - name: " "
- uid: TinyLife.Actions.EmoteCategory
name: EmoteCategory
- name: )
- name: (
- uid: TinyLife.Actions.EmoteCategory
name: EmoteCategory
- name: ) - name: )
nameWithType: )
fullName: )
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0) commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy<T>(T) name: JsonCopy<T>(T)
@ -275,32 +253,24 @@ references:
name.vb: JsonCopy(Of T)(T) name.vb: JsonCopy(Of T)(T)
spec.csharp: spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy<T> name: JsonCopy
nameWithType: Extensions.JsonCopy<T> - name: <
fullName: TinyLife.Utilities.Extensions.JsonCopy<T> - name: T
- name: ( - name: '>'
nameWithType: ( - name: (
fullName: (
- name: T - name: T
nameWithType: T
fullName: T
- name: ) - name: )
nameWithType: )
fullName: )
spec.vb: spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy(Of T) name: JsonCopy
nameWithType: Extensions.JsonCopy(Of T) - name: (
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of T) - name: Of
- name: " "
- name: T
- name: )
- name: ( - name: (
nameWithType: (
fullName: (
- name: T - name: T
nameWithType: T
fullName: T
- name: ) - name: )
nameWithType: )
fullName: )
- uid: TinyLife.Utilities.Extensions - uid: TinyLife.Utilities.Extensions
commentId: T:TinyLife.Utilities.Extensions commentId: T:TinyLife.Utilities.Extensions
parent: TinyLife.Utilities parent: TinyLife.Utilities
@ -312,6 +282,18 @@ references:
name: TinyLife.Utilities name: TinyLife.Utilities
nameWithType: TinyLife.Utilities nameWithType: TinyLife.Utilities
fullName: TinyLife.Utilities fullName: TinyLife.Utilities
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Utilities
name: Utilities
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Utilities
name: Utilities
- uid: TinyLife.Actions.EmoteCategory - uid: TinyLife.Actions.EmoteCategory
commentId: T:TinyLife.Actions.EmoteCategory commentId: T:TinyLife.Actions.EmoteCategory
parent: TinyLife.Actions parent: TinyLife.Actions

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -32,3 +32,21 @@ references:
name: TinyLife.Actions.Handlers name: TinyLife.Actions.Handlers
nameWithType: TinyLife.Actions.Handlers nameWithType: TinyLife.Actions.Handlers
fullName: TinyLife.Actions.Handlers fullName: TinyLife.Actions.Handlers
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Actions
name: Actions
- name: .
- uid: TinyLife.Actions.Handlers
name: Handlers
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Actions
name: Actions
- name: .
- uid: TinyLife.Actions.Handlers
name: Handlers

View file

@ -0,0 +1,259 @@
### YamlMime:ManagedReference
items:
- uid: TinyLife.Actions.MultiAction.Stage
commentId: T:TinyLife.Actions.MultiAction.Stage
id: MultiAction.Stage
parent: TinyLife.Actions
children:
- TinyLife.Actions.MultiAction.Stage.Done
- TinyLife.Actions.MultiAction.Stage.First
- TinyLife.Actions.MultiAction.Stage.Last
- TinyLife.Actions.MultiAction.Stage.Main
langs:
- csharp
- vb
name: MultiAction.Stage
nameWithType: MultiAction.Stage
fullName: TinyLife.Actions.MultiAction.Stage
type: Enum
source:
remote:
path: TinyLife/Actions/MultiAction.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Stage
path: ../TinyLife/Actions/MultiAction.cs
startLine: 206
assemblies:
- Tiny Life
namespace: TinyLife.Actions
syntax:
content: protected enum MultiAction.Stage
content.vb: Protected Enum MultiAction.Stage
extensionMethods:
- TinyLife.Actions.MultiAction.Stage.TinyLife.Utilities.Extensions.JsonCopy``1
- uid: TinyLife.Actions.MultiAction.Stage.First
commentId: F:TinyLife.Actions.MultiAction.Stage.First
id: First
parent: TinyLife.Actions.MultiAction.Stage
langs:
- csharp
- vb
name: First
nameWithType: MultiAction.Stage.First
fullName: TinyLife.Actions.MultiAction.Stage.First
type: Field
source:
remote:
path: TinyLife/Actions/MultiAction.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: First
path: ../TinyLife/Actions/MultiAction.cs
startLine: 208
assemblies:
- Tiny Life
namespace: TinyLife.Actions
syntax:
content: First = 0
return:
type: TinyLife.Actions.MultiAction.Stage
- uid: TinyLife.Actions.MultiAction.Stage.Main
commentId: F:TinyLife.Actions.MultiAction.Stage.Main
id: Main
parent: TinyLife.Actions.MultiAction.Stage
langs:
- csharp
- vb
name: Main
nameWithType: MultiAction.Stage.Main
fullName: TinyLife.Actions.MultiAction.Stage.Main
type: Field
source:
remote:
path: TinyLife/Actions/MultiAction.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Main
path: ../TinyLife/Actions/MultiAction.cs
startLine: 209
assemblies:
- Tiny Life
namespace: TinyLife.Actions
syntax:
content: Main = 1
return:
type: TinyLife.Actions.MultiAction.Stage
- uid: TinyLife.Actions.MultiAction.Stage.Last
commentId: F:TinyLife.Actions.MultiAction.Stage.Last
id: Last
parent: TinyLife.Actions.MultiAction.Stage
langs:
- csharp
- vb
name: Last
nameWithType: MultiAction.Stage.Last
fullName: TinyLife.Actions.MultiAction.Stage.Last
type: Field
source:
remote:
path: TinyLife/Actions/MultiAction.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Last
path: ../TinyLife/Actions/MultiAction.cs
startLine: 210
assemblies:
- Tiny Life
namespace: TinyLife.Actions
syntax:
content: Last = 2
return:
type: TinyLife.Actions.MultiAction.Stage
- uid: TinyLife.Actions.MultiAction.Stage.Done
commentId: F:TinyLife.Actions.MultiAction.Stage.Done
id: Done
parent: TinyLife.Actions.MultiAction.Stage
langs:
- csharp
- vb
name: Done
nameWithType: MultiAction.Stage.Done
fullName: TinyLife.Actions.MultiAction.Stage.Done
type: Field
source:
remote:
path: TinyLife/Actions/MultiAction.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Done
path: ../TinyLife/Actions/MultiAction.cs
startLine: 211
assemblies:
- Tiny Life
namespace: TinyLife.Actions
syntax:
content: Done = 3
return:
type: TinyLife.Actions.MultiAction.Stage
references:
- uid: TinyLife.Actions
commentId: N:TinyLife.Actions
name: TinyLife.Actions
nameWithType: TinyLife.Actions
fullName: TinyLife.Actions
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Actions
name: Actions
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Actions
name: Actions
- uid: TinyLife.Actions.MultiAction.Stage.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<Stage>(Stage)
nameWithType: Extensions.JsonCopy<MultiAction.Stage>(MultiAction.Stage)
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Actions.MultiAction.Stage>(TinyLife.Actions.MultiAction.Stage)
nameWithType.vb: Extensions.JsonCopy(Of MultiAction.Stage)(MultiAction.Stage)
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Actions.MultiAction.Stage)(TinyLife.Actions.MultiAction.Stage)
name.vb: JsonCopy(Of Stage)(Stage)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.MultiAction.Stage)
name: JsonCopy
- name: <
- uid: TinyLife.Actions.MultiAction.Stage
name: Stage
- name: '>'
- name: (
- uid: TinyLife.Actions.MultiAction.Stage
name: Stage
- name: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.MultiAction.Stage)
name: JsonCopy
- name: (
- name: Of
- name: " "
- uid: TinyLife.Actions.MultiAction.Stage
name: Stage
- name: )
- name: (
- uid: TinyLife.Actions.MultiAction.Stage
name: Stage
- name: )
- 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
- name: <
- name: T
- name: '>'
- name: (
- name: T
- name: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy
- name: (
- name: Of
- name: " "
- name: T
- name: )
- name: (
- name: T
- name: )
- 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
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Utilities
name: Utilities
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Utilities
name: Utilities
- uid: TinyLife.Actions.MultiAction.Stage
commentId: T:TinyLife.Actions.MultiAction.Stage
parent: TinyLife.Actions
name: MultiAction.Stage
nameWithType: MultiAction.Stage
fullName: TinyLife.Actions.MultiAction.Stage
spec.csharp:
- uid: TinyLife.Actions.MultiAction
name: MultiAction
- name: .
- uid: TinyLife.Actions.MultiAction.Stage
name: Stage
spec.vb:
- uid: TinyLife.Actions.MultiAction
name: MultiAction
- name: .
- uid: TinyLife.Actions.MultiAction.Stage
name: Stage

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

@ -1,249 +0,0 @@
### YamlMime:ManagedReference
items:
- uid: TinyLife.Actions.ResultType
commentId: T:TinyLife.Actions.ResultType
id: ResultType
parent: TinyLife.Actions
children:
- TinyLife.Actions.ResultType.Hidden
- TinyLife.Actions.ResultType.Invalid
- TinyLife.Actions.ResultType.Valid
langs:
- csharp
- vb
name: ResultType
nameWithType: ResultType
fullName: TinyLife.Actions.ResultType
type: Enum
source:
remote:
path: TinyLife/Actions/CanExecuteResult.cs
branch: 0.29.3-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ResultType
path: ../TinyLife/Actions/CanExecuteResult.cs
startLine: 29
assemblies:
- Tiny Life
namespace: TinyLife.Actions
summary: "\nA type of result that a <xref href=\"TinyLife.Actions.CanExecuteResult\" data-throw-if-not-resolved=\"false\"></xref> can have.\nIn general, custom <xref href=\"TinyLife.Actions.CanExecuteResult\" data-throw-if-not-resolved=\"false\"></xref> instances will have the <xref href=\"TinyLife.Actions.ResultType.Invalid\" data-throw-if-not-resolved=\"false\"></xref> result type, as <xref href=\"TinyLife.Actions.ResultType.Valid\" data-throw-if-not-resolved=\"false\"></xref> and <xref href=\"TinyLife.Actions.ResultType.Hidden\" data-throw-if-not-resolved=\"false\"></xref> are already covered by their respective <xref href=\"TinyLife.Actions.CanExecuteResult\" data-throw-if-not-resolved=\"false\"></xref> counterparts.\n"
example: []
syntax:
content: public enum ResultType
content.vb: Public Enum ResultType
extensionMethods:
- TinyLife.Actions.ResultType.TinyLife.Utilities.Extensions.JsonCopy``1
modifiers.csharp:
- public
- enum
modifiers.vb:
- Public
- Enum
- uid: TinyLife.Actions.ResultType.Valid
commentId: F:TinyLife.Actions.ResultType.Valid
id: Valid
parent: TinyLife.Actions.ResultType
langs:
- csharp
- vb
name: Valid
nameWithType: ResultType.Valid
fullName: TinyLife.Actions.ResultType.Valid
type: Field
source:
remote:
path: TinyLife/Actions/CanExecuteResult.cs
branch: 0.29.3-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Valid
path: ../TinyLife/Actions/CanExecuteResult.cs
startLine: 35
assemblies:
- Tiny Life
namespace: TinyLife.Actions
summary: "\nA valid <xref href=\"TinyLife.Actions.ResultType\" data-throw-if-not-resolved=\"false\"></xref> indicates that the action can be executed.\n<xref href=\"TinyLife.Actions.CanExecuteResult\" data-throw-if-not-resolved=\"false\"></xref> instances with this type usually don&apos;t display their name to the player.\n"
example: []
syntax:
content: Valid = 0
return:
type: TinyLife.Actions.ResultType
modifiers.csharp:
- public
- const
modifiers.vb:
- Public
- Const
- uid: TinyLife.Actions.ResultType.Invalid
commentId: F:TinyLife.Actions.ResultType.Invalid
id: Invalid
parent: TinyLife.Actions.ResultType
langs:
- csharp
- vb
name: Invalid
nameWithType: ResultType.Invalid
fullName: TinyLife.Actions.ResultType.Invalid
type: Field
source:
remote:
path: TinyLife/Actions/CanExecuteResult.cs
branch: 0.29.3-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Invalid
path: ../TinyLife/Actions/CanExecuteResult.cs
startLine: 39
assemblies:
- Tiny Life
namespace: TinyLife.Actions
summary: "\nAn invalid <xref href=\"TinyLife.Actions.ResultType\" data-throw-if-not-resolved=\"false\"></xref> signifies that the action cannot be executed for some reason.\n"
example: []
syntax:
content: Invalid = 1
return:
type: TinyLife.Actions.ResultType
modifiers.csharp:
- public
- const
modifiers.vb:
- Public
- Const
- uid: TinyLife.Actions.ResultType.Hidden
commentId: F:TinyLife.Actions.ResultType.Hidden
id: Hidden
parent: TinyLife.Actions.ResultType
langs:
- csharp
- vb
name: Hidden
nameWithType: ResultType.Hidden
fullName: TinyLife.Actions.ResultType.Hidden
type: Field
source:
remote:
path: TinyLife/Actions/CanExecuteResult.cs
branch: 0.29.3-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Hidden
path: ../TinyLife/Actions/CanExecuteResult.cs
startLine: 44
assemblies:
- Tiny Life
namespace: TinyLife.Actions
summary: "\nA hidden <xref href=\"TinyLife.Actions.ResultType\" data-throw-if-not-resolved=\"false\"></xref> indicates that the action cannot be executed, and shouldn&apos;t be displayed as a disallowed option to the player.\n<xref href=\"TinyLife.Actions.CanExecuteResult\" data-throw-if-not-resolved=\"false\"></xref> instances with this type usually don&apos;t display their name to the player.\n"
example: []
syntax:
content: Hidden = 2
return:
type: TinyLife.Actions.ResultType
modifiers.csharp:
- public
- const
modifiers.vb:
- Public
- Const
references:
- uid: TinyLife.Actions.CanExecuteResult
commentId: T:TinyLife.Actions.CanExecuteResult
parent: TinyLife.Actions
name: CanExecuteResult
nameWithType: CanExecuteResult
fullName: TinyLife.Actions.CanExecuteResult
- uid: TinyLife.Actions.ResultType.Invalid
commentId: F:TinyLife.Actions.ResultType.Invalid
isExternal: true
- uid: TinyLife.Actions.ResultType.Valid
commentId: F:TinyLife.Actions.ResultType.Valid
isExternal: true
- uid: TinyLife.Actions.ResultType.Hidden
commentId: F:TinyLife.Actions.ResultType.Hidden
isExternal: true
- uid: TinyLife.Actions
commentId: N:TinyLife.Actions
name: TinyLife.Actions
nameWithType: TinyLife.Actions
fullName: TinyLife.Actions
- uid: TinyLife.Actions.ResultType.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<ResultType>()
nameWithType: Extensions.JsonCopy<ResultType>()
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Actions.ResultType>()
nameWithType.vb: Extensions.JsonCopy(Of ResultType)()
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Actions.ResultType)()
name.vb: JsonCopy(Of ResultType)()
spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1
name: JsonCopy<ResultType>
nameWithType: Extensions.JsonCopy<ResultType>
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Actions.ResultType>
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1
name: JsonCopy(Of ResultType)
nameWithType: Extensions.JsonCopy(Of ResultType)
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Actions.ResultType)
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- 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.ResultType
commentId: T:TinyLife.Actions.ResultType
parent: TinyLife.Actions
name: ResultType
nameWithType: ResultType
fullName: TinyLife.Actions.ResultType

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

@ -15,22 +15,22 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/TalkAction.cs path: TinyLife/Actions/TalkAction.cs
branch: 0.29.3-dev branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EvaluationResult id: EvaluationResult
path: ../TinyLife/Actions/TalkAction.cs path: ../TinyLife/Actions/TalkAction.cs
startLine: 492 startLine: 514
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
summary: "\nA delegate that is used for <xref href=\"TinyLife.Actions.TalkAction.TalkSettings.EvaluateSimple(TinyLife.Actions.Action%2cTinyLife.Objects.Person%2cSystem.Single%2cSystem.Single)\" data-throw-if-not-resolved=\"false\"></xref> and <xref href=\"TinyLife.Actions.TalkAction.TalkSettings.EvaluateFully(TinyLife.Actions.SocialAction)\" data-throw-if-not-resolved=\"false\"></xref>.\n" summary: "\nA delegate that is used for <xref href=\"TinyLife.Actions.TalkAction.TalkSettings.EvaluateSimple(TinyLife.Actions.Action%2cTinyLife.Objects.Person%2cSystem.Single%2cSystem.Single)\" data-throw-if-not-resolved=\"false\"></xref> and <xref href=\"TinyLife.Actions.TalkAction.TalkSettings.EvaluateFully(TinyLife.Actions.SocialAction)\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: [] example: []
syntax: syntax:
content: public delegate void EvaluationResult(Action action, Person partner, ref float romanceGain, ref float friendshipGain, ref float romanceLoss, ref float friendshipLoss, ref float goBadlyChance); content: public delegate void TalkAction.TalkSettings.EvaluationResult(ActionInfo info, Person partner, ref float romanceGain, ref float friendshipGain, ref float romanceLoss, ref float friendshipLoss, ref float goBadlyChance)
parameters: parameters:
- id: action - id: info
type: TinyLife.Actions.Action type: TinyLife.Actions.ActionInfo
description: The action that is being evaluated description: The action info that is being evaluated
- id: partner - id: partner
type: TinyLife.Objects.Person type: TinyLife.Objects.Person
description: The partner of the action. description: The partner of the action.
@ -49,65 +49,142 @@ items:
- id: goBadlyChance - id: goBadlyChance
type: System.Single type: System.Single
description: The chance, between 0 and 1, that the conversation should end badly. This value already has all of the default changes applied. description: The chance, between 0 and 1, that the conversation should end badly. This value already has all of the default changes applied.
content.vb: Public Delegate Sub EvaluationResult(action As Action, partner As Person, ByRef romanceGain As Single, ByRef friendshipGain As Single, ByRef romanceLoss As Single, ByRef friendshipLoss As Single, ByRef goBadlyChance As Single) content.vb: Public Delegate Sub TalkAction.TalkSettings.EvaluationResult(info As ActionInfo, partner As Person, romanceGain As Single, friendshipGain As Single, romanceLoss As Single, friendshipLoss As Single, goBadlyChance As Single)
extensionMethods: extensionMethods:
- TinyLife.Actions.TalkAction.TalkSettings.EvaluationResult.TinyLife.Utilities.Extensions.JsonCopy``1 - TinyLife.Actions.TalkAction.TalkSettings.EvaluationResult.TinyLife.Utilities.Extensions.JsonCopy``1
modifiers.csharp:
- public
- delegate
modifiers.vb:
- Public
- Delegate
references: references:
- uid: TinyLife.Actions.TalkAction.TalkSettings.EvaluateSimple(TinyLife.Actions.Action,TinyLife.Objects.Person,System.Single,System.Single) - uid: TinyLife.Actions.TalkAction.TalkSettings.EvaluateSimple(TinyLife.Actions.Action,TinyLife.Objects.Person,System.Single,System.Single)
commentId: M:TinyLife.Actions.TalkAction.TalkSettings.EvaluateSimple(TinyLife.Actions.Action,TinyLife.Objects.Person,System.Single,System.Single) commentId: M:TinyLife.Actions.TalkAction.TalkSettings.EvaluateSimple(TinyLife.Actions.Action,TinyLife.Objects.Person,System.Single,System.Single)
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.single
name: EvaluateSimple(Action, Person, float, float)
nameWithType: TalkAction.TalkSettings.EvaluateSimple(Action, Person, float, float)
fullName: TinyLife.Actions.TalkAction.TalkSettings.EvaluateSimple(TinyLife.Actions.Action, TinyLife.Objects.Person, float, float)
nameWithType.vb: TalkAction.TalkSettings.EvaluateSimple(Action, Person, Single, Single)
fullName.vb: TinyLife.Actions.TalkAction.TalkSettings.EvaluateSimple(TinyLife.Actions.Action, TinyLife.Objects.Person, Single, Single)
name.vb: EvaluateSimple(Action, Person, Single, Single)
spec.csharp:
- uid: TinyLife.Actions.TalkAction.TalkSettings.EvaluateSimple(TinyLife.Actions.Action,TinyLife.Objects.Person,System.Single,System.Single)
name: EvaluateSimple
- name: (
- uid: TinyLife.Actions.Action
name: Action
- name: ','
- name: " "
- uid: TinyLife.Objects.Person
name: Person
- name: ','
- name: " "
- uid: System.Single
name: float
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.single
- name: ','
- name: " "
- uid: System.Single
name: float
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.single
- name: )
spec.vb:
- uid: TinyLife.Actions.TalkAction.TalkSettings.EvaluateSimple(TinyLife.Actions.Action,TinyLife.Objects.Person,System.Single,System.Single)
name: EvaluateSimple
- name: (
- uid: TinyLife.Actions.Action
name: Action
- name: ','
- name: " "
- uid: TinyLife.Objects.Person
name: Person
- name: ','
- name: " "
- uid: System.Single
name: Single
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.single
- name: ','
- name: " "
- uid: System.Single
name: Single
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.single
- name: )
- uid: TinyLife.Actions.TalkAction.TalkSettings.EvaluateFully(TinyLife.Actions.SocialAction) - uid: TinyLife.Actions.TalkAction.TalkSettings.EvaluateFully(TinyLife.Actions.SocialAction)
commentId: M:TinyLife.Actions.TalkAction.TalkSettings.EvaluateFully(TinyLife.Actions.SocialAction) commentId: M:TinyLife.Actions.TalkAction.TalkSettings.EvaluateFully(TinyLife.Actions.SocialAction)
isExternal: true name: EvaluateFully(SocialAction)
nameWithType: TalkAction.TalkSettings.EvaluateFully(SocialAction)
fullName: TinyLife.Actions.TalkAction.TalkSettings.EvaluateFully(TinyLife.Actions.SocialAction)
spec.csharp:
- uid: TinyLife.Actions.TalkAction.TalkSettings.EvaluateFully(TinyLife.Actions.SocialAction)
name: EvaluateFully
- name: (
- uid: TinyLife.Actions.SocialAction
name: SocialAction
- name: )
spec.vb:
- uid: TinyLife.Actions.TalkAction.TalkSettings.EvaluateFully(TinyLife.Actions.SocialAction)
name: EvaluateFully
- name: (
- uid: TinyLife.Actions.SocialAction
name: SocialAction
- name: )
- uid: TinyLife.Actions - uid: TinyLife.Actions
commentId: N:TinyLife.Actions commentId: N:TinyLife.Actions
name: TinyLife.Actions name: TinyLife.Actions
nameWithType: TinyLife.Actions nameWithType: TinyLife.Actions
fullName: TinyLife.Actions fullName: TinyLife.Actions
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Actions
name: Actions
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Actions
name: Actions
- uid: TinyLife.Actions.TalkAction.TalkSettings.EvaluationResult.TinyLife.Utilities.Extensions.JsonCopy``1 - uid: TinyLife.Actions.TalkAction.TalkSettings.EvaluationResult.TinyLife.Utilities.Extensions.JsonCopy``1
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0) commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
parent: TinyLife.Utilities.Extensions parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0) definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy<TalkAction.TalkSettings.EvaluationResult>() name: JsonCopy<EvaluationResult>(EvaluationResult)
nameWithType: Extensions.JsonCopy<TalkAction.TalkSettings.EvaluationResult>() nameWithType: Extensions.JsonCopy<TalkAction.TalkSettings.EvaluationResult>(TalkAction.TalkSettings.EvaluationResult)
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Actions.TalkAction.TalkSettings.EvaluationResult>() fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Actions.TalkAction.TalkSettings.EvaluationResult>(TinyLife.Actions.TalkAction.TalkSettings.EvaluationResult)
nameWithType.vb: Extensions.JsonCopy(Of TalkAction.TalkSettings.EvaluationResult)() nameWithType.vb: Extensions.JsonCopy(Of TalkAction.TalkSettings.EvaluationResult)(TalkAction.TalkSettings.EvaluationResult)
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Actions.TalkAction.TalkSettings.EvaluationResult)() fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Actions.TalkAction.TalkSettings.EvaluationResult)(TinyLife.Actions.TalkAction.TalkSettings.EvaluationResult)
name.vb: JsonCopy(Of TalkAction.TalkSettings.EvaluationResult)() name.vb: JsonCopy(Of EvaluationResult)(EvaluationResult)
spec.csharp: spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1 - uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.TalkAction.TalkSettings.EvaluationResult)
name: JsonCopy<TalkAction.TalkSettings.EvaluationResult> name: JsonCopy
nameWithType: Extensions.JsonCopy<TalkAction.TalkSettings.EvaluationResult> - name: <
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Actions.TalkAction.TalkSettings.EvaluationResult> - uid: TinyLife.Actions.TalkAction.TalkSettings.EvaluationResult
name: EvaluationResult
- name: '>'
- name: ( - name: (
nameWithType: ( - uid: TinyLife.Actions.TalkAction.TalkSettings.EvaluationResult
fullName: ( name: EvaluationResult
- name: ) - name: )
nameWithType: )
fullName: )
spec.vb: spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1 - uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.TalkAction.TalkSettings.EvaluationResult)
name: JsonCopy(Of TalkAction.TalkSettings.EvaluationResult) name: JsonCopy
nameWithType: Extensions.JsonCopy(Of TalkAction.TalkSettings.EvaluationResult)
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Actions.TalkAction.TalkSettings.EvaluationResult)
- name: ( - name: (
nameWithType: ( - name: Of
fullName: ( - name: " "
- uid: TinyLife.Actions.TalkAction.TalkSettings.EvaluationResult
name: EvaluationResult
- name: ) - name: )
nameWithType: ) - name: (
fullName: ) - uid: TinyLife.Actions.TalkAction.TalkSettings.EvaluationResult
- uid: TinyLife.Actions.Action name: EvaluationResult
commentId: T:TinyLife.Actions.Action - name: )
- uid: TinyLife.Actions.ActionInfo
commentId: T:TinyLife.Actions.ActionInfo
parent: TinyLife.Actions parent: TinyLife.Actions
name: Action name: ActionInfo
nameWithType: Action nameWithType: ActionInfo
fullName: TinyLife.Actions.Action fullName: TinyLife.Actions.ActionInfo
- uid: TinyLife.Objects.Person - uid: TinyLife.Objects.Person
commentId: T:TinyLife.Objects.Person commentId: T:TinyLife.Objects.Person
parent: TinyLife.Objects parent: TinyLife.Objects
@ -118,9 +195,13 @@ references:
commentId: T:System.Single commentId: T:System.Single
parent: System parent: System
isExternal: true isExternal: true
name: Single href: https://learn.microsoft.com/dotnet/api/system.single
nameWithType: Single name: float
fullName: System.Single nameWithType: float
fullName: float
nameWithType.vb: Single
fullName.vb: Single
name.vb: Single
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0) commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy<T>(T) name: JsonCopy<T>(T)
@ -131,32 +212,24 @@ references:
name.vb: JsonCopy(Of T)(T) name.vb: JsonCopy(Of T)(T)
spec.csharp: spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy<T> name: JsonCopy
nameWithType: Extensions.JsonCopy<T> - name: <
fullName: TinyLife.Utilities.Extensions.JsonCopy<T> - name: T
- name: ( - name: '>'
nameWithType: ( - name: (
fullName: (
- name: T - name: T
nameWithType: T
fullName: T
- name: ) - name: )
nameWithType: )
fullName: )
spec.vb: spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy(Of T) name: JsonCopy
nameWithType: Extensions.JsonCopy(Of T) - name: (
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of T) - name: Of
- name: " "
- name: T
- name: )
- name: ( - name: (
nameWithType: (
fullName: (
- name: T - name: T
nameWithType: T
fullName: T
- name: ) - name: )
nameWithType: )
fullName: )
- uid: TinyLife.Utilities.Extensions - uid: TinyLife.Utilities.Extensions
commentId: T:TinyLife.Utilities.Extensions commentId: T:TinyLife.Utilities.Extensions
parent: TinyLife.Utilities parent: TinyLife.Utilities
@ -168,9 +241,22 @@ references:
name: TinyLife.Objects name: TinyLife.Objects
nameWithType: TinyLife.Objects nameWithType: TinyLife.Objects
fullName: TinyLife.Objects fullName: TinyLife.Objects
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Objects
name: Objects
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Objects
name: Objects
- uid: System - uid: System
commentId: N:System commentId: N:System
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
name: System name: System
nameWithType: System nameWithType: System
fullName: System fullName: System
@ -179,3 +265,15 @@ references:
name: TinyLife.Utilities name: TinyLife.Utilities
nameWithType: TinyLife.Utilities nameWithType: TinyLife.Utilities
fullName: TinyLife.Utilities fullName: TinyLife.Utilities
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Utilities
name: Utilities
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Utilities
name: 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

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -21,27 +21,21 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/WatchTvAction.cs path: TinyLife/Actions/WatchTvAction.cs
branch: 0.29.3-dev branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Channel id: Channel
path: ../TinyLife/Actions/WatchTvAction.cs path: ../TinyLife/Actions/WatchTvAction.cs
startLine: 220 startLine: 226
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
summary: "\nAn enumeration that represents channels that a tv can display in <xref href=\"TinyLife.Actions.WatchTvAction\" data-throw-if-not-resolved=\"false\"></xref>\n" summary: "\nAn enumeration that represents channels that a tv can display in <xref href=\"TinyLife.Actions.WatchTvAction\" data-throw-if-not-resolved=\"false\"></xref>\n"
example: [] example: []
syntax: syntax:
content: public enum Channel content: public enum WatchTvAction.Channel
content.vb: Public Enum Channel content.vb: Public Enum WatchTvAction.Channel
extensionMethods: extensionMethods:
- TinyLife.Actions.WatchTvAction.Channel.TinyLife.Utilities.Extensions.JsonCopy``1 - TinyLife.Actions.WatchTvAction.Channel.TinyLife.Utilities.Extensions.JsonCopy``1
modifiers.csharp:
- public
- enum
modifiers.vb:
- Public
- Enum
- uid: TinyLife.Actions.WatchTvAction.Channel.Comedy - uid: TinyLife.Actions.WatchTvAction.Channel.Comedy
commentId: F:TinyLife.Actions.WatchTvAction.Channel.Comedy commentId: F:TinyLife.Actions.WatchTvAction.Channel.Comedy
id: Comedy id: Comedy
@ -56,11 +50,11 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/WatchTvAction.cs path: TinyLife/Actions/WatchTvAction.cs
branch: 0.29.3-dev branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Comedy id: Comedy
path: ../TinyLife/Actions/WatchTvAction.cs path: ../TinyLife/Actions/WatchTvAction.cs
startLine: 225 startLine: 231
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -70,12 +64,6 @@ items:
content: Comedy = 0 content: Comedy = 0
return: return:
type: TinyLife.Actions.WatchTvAction.Channel type: TinyLife.Actions.WatchTvAction.Channel
modifiers.csharp:
- public
- const
modifiers.vb:
- Public
- Const
- uid: TinyLife.Actions.WatchTvAction.Channel.Cooking - uid: TinyLife.Actions.WatchTvAction.Channel.Cooking
commentId: F:TinyLife.Actions.WatchTvAction.Channel.Cooking commentId: F:TinyLife.Actions.WatchTvAction.Channel.Cooking
id: Cooking id: Cooking
@ -90,11 +78,11 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/WatchTvAction.cs path: TinyLife/Actions/WatchTvAction.cs
branch: 0.29.3-dev branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Cooking id: Cooking
path: ../TinyLife/Actions/WatchTvAction.cs path: ../TinyLife/Actions/WatchTvAction.cs
startLine: 229 startLine: 235
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -104,12 +92,6 @@ items:
content: Cooking = 1 content: Cooking = 1
return: return:
type: TinyLife.Actions.WatchTvAction.Channel type: TinyLife.Actions.WatchTvAction.Channel
modifiers.csharp:
- public
- const
modifiers.vb:
- Public
- Const
- uid: TinyLife.Actions.WatchTvAction.Channel.Romance - uid: TinyLife.Actions.WatchTvAction.Channel.Romance
commentId: F:TinyLife.Actions.WatchTvAction.Channel.Romance commentId: F:TinyLife.Actions.WatchTvAction.Channel.Romance
id: Romance id: Romance
@ -124,11 +106,11 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/WatchTvAction.cs path: TinyLife/Actions/WatchTvAction.cs
branch: 0.29.3-dev branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Romance id: Romance
path: ../TinyLife/Actions/WatchTvAction.cs path: ../TinyLife/Actions/WatchTvAction.cs
startLine: 233 startLine: 239
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -138,12 +120,6 @@ items:
content: Romance = 2 content: Romance = 2
return: return:
type: TinyLife.Actions.WatchTvAction.Channel type: TinyLife.Actions.WatchTvAction.Channel
modifiers.csharp:
- public
- const
modifiers.vb:
- Public
- Const
- uid: TinyLife.Actions.WatchTvAction.Channel.Drama - uid: TinyLife.Actions.WatchTvAction.Channel.Drama
commentId: F:TinyLife.Actions.WatchTvAction.Channel.Drama commentId: F:TinyLife.Actions.WatchTvAction.Channel.Drama
id: Drama id: Drama
@ -158,11 +134,11 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/WatchTvAction.cs path: TinyLife/Actions/WatchTvAction.cs
branch: 0.29.3-dev branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Drama id: Drama
path: ../TinyLife/Actions/WatchTvAction.cs path: ../TinyLife/Actions/WatchTvAction.cs
startLine: 237 startLine: 243
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -172,12 +148,6 @@ items:
content: Drama = 3 content: Drama = 3
return: return:
type: TinyLife.Actions.WatchTvAction.Channel type: TinyLife.Actions.WatchTvAction.Channel
modifiers.csharp:
- public
- const
modifiers.vb:
- Public
- Const
- uid: TinyLife.Actions.WatchTvAction.Channel.News - uid: TinyLife.Actions.WatchTvAction.Channel.News
commentId: F:TinyLife.Actions.WatchTvAction.Channel.News commentId: F:TinyLife.Actions.WatchTvAction.Channel.News
id: News id: News
@ -192,11 +162,11 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/WatchTvAction.cs path: TinyLife/Actions/WatchTvAction.cs
branch: 0.29.3-dev branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: News id: News
path: ../TinyLife/Actions/WatchTvAction.cs path: ../TinyLife/Actions/WatchTvAction.cs
startLine: 241 startLine: 247
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -206,12 +176,6 @@ items:
content: News = 4 content: News = 4
return: return:
type: TinyLife.Actions.WatchTvAction.Channel type: TinyLife.Actions.WatchTvAction.Channel
modifiers.csharp:
- public
- const
modifiers.vb:
- Public
- Const
- uid: TinyLife.Actions.WatchTvAction.Channel.Cartoons - uid: TinyLife.Actions.WatchTvAction.Channel.Cartoons
commentId: F:TinyLife.Actions.WatchTvAction.Channel.Cartoons commentId: F:TinyLife.Actions.WatchTvAction.Channel.Cartoons
id: Cartoons id: Cartoons
@ -226,11 +190,11 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/WatchTvAction.cs path: TinyLife/Actions/WatchTvAction.cs
branch: 0.29.3-dev branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Cartoons id: Cartoons
path: ../TinyLife/Actions/WatchTvAction.cs path: ../TinyLife/Actions/WatchTvAction.cs
startLine: 245 startLine: 251
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -240,12 +204,6 @@ items:
content: Cartoons = 5 content: Cartoons = 5
return: return:
type: TinyLife.Actions.WatchTvAction.Channel type: TinyLife.Actions.WatchTvAction.Channel
modifiers.csharp:
- public
- const
modifiers.vb:
- Public
- Const
references: references:
- uid: TinyLife.Actions.WatchTvAction - uid: TinyLife.Actions.WatchTvAction
commentId: T:TinyLife.Actions.WatchTvAction commentId: T:TinyLife.Actions.WatchTvAction
@ -257,38 +215,52 @@ references:
name: TinyLife.Actions name: TinyLife.Actions
nameWithType: TinyLife.Actions nameWithType: TinyLife.Actions
fullName: TinyLife.Actions fullName: TinyLife.Actions
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Actions
name: Actions
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Actions
name: Actions
- uid: TinyLife.Actions.WatchTvAction.Channel.TinyLife.Utilities.Extensions.JsonCopy``1 - uid: TinyLife.Actions.WatchTvAction.Channel.TinyLife.Utilities.Extensions.JsonCopy``1
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0) commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
parent: TinyLife.Utilities.Extensions parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0) definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy<WatchTvAction.Channel>() name: JsonCopy<Channel>(Channel)
nameWithType: Extensions.JsonCopy<WatchTvAction.Channel>() nameWithType: Extensions.JsonCopy<WatchTvAction.Channel>(WatchTvAction.Channel)
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Actions.WatchTvAction.Channel>() fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Actions.WatchTvAction.Channel>(TinyLife.Actions.WatchTvAction.Channel)
nameWithType.vb: Extensions.JsonCopy(Of WatchTvAction.Channel)() nameWithType.vb: Extensions.JsonCopy(Of WatchTvAction.Channel)(WatchTvAction.Channel)
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Actions.WatchTvAction.Channel)() fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Actions.WatchTvAction.Channel)(TinyLife.Actions.WatchTvAction.Channel)
name.vb: JsonCopy(Of WatchTvAction.Channel)() name.vb: JsonCopy(Of Channel)(Channel)
spec.csharp: spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1 - uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.WatchTvAction.Channel)
name: JsonCopy<WatchTvAction.Channel> name: JsonCopy
nameWithType: Extensions.JsonCopy<WatchTvAction.Channel> - name: <
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Actions.WatchTvAction.Channel> - uid: TinyLife.Actions.WatchTvAction.Channel
name: Channel
- name: '>'
- name: ( - name: (
nameWithType: ( - uid: TinyLife.Actions.WatchTvAction.Channel
fullName: ( name: Channel
- name: ) - name: )
nameWithType: )
fullName: )
spec.vb: spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1 - uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.WatchTvAction.Channel)
name: JsonCopy(Of WatchTvAction.Channel) name: JsonCopy
nameWithType: Extensions.JsonCopy(Of WatchTvAction.Channel)
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Actions.WatchTvAction.Channel)
- name: ( - name: (
nameWithType: ( - name: Of
fullName: ( - name: " "
- uid: TinyLife.Actions.WatchTvAction.Channel
name: Channel
- name: )
- name: (
- uid: TinyLife.Actions.WatchTvAction.Channel
name: Channel
- name: ) - name: )
nameWithType: )
fullName: )
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0) commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy<T>(T) name: JsonCopy<T>(T)
@ -299,32 +271,24 @@ references:
name.vb: JsonCopy(Of T)(T) name.vb: JsonCopy(Of T)(T)
spec.csharp: spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy<T> name: JsonCopy
nameWithType: Extensions.JsonCopy<T> - name: <
fullName: TinyLife.Utilities.Extensions.JsonCopy<T> - name: T
- name: ( - name: '>'
nameWithType: ( - name: (
fullName: (
- name: T - name: T
nameWithType: T
fullName: T
- name: ) - name: )
nameWithType: )
fullName: )
spec.vb: spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy(Of T) name: JsonCopy
nameWithType: Extensions.JsonCopy(Of T) - name: (
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of T) - name: Of
- name: " "
- name: T
- name: )
- name: ( - name: (
nameWithType: (
fullName: (
- name: T - name: T
nameWithType: T
fullName: T
- name: ) - name: )
nameWithType: )
fullName: )
- uid: TinyLife.Utilities.Extensions - uid: TinyLife.Utilities.Extensions
commentId: T:TinyLife.Utilities.Extensions commentId: T:TinyLife.Utilities.Extensions
parent: TinyLife.Utilities parent: TinyLife.Utilities
@ -336,24 +300,58 @@ references:
name: TinyLife.Utilities name: TinyLife.Utilities
nameWithType: TinyLife.Utilities nameWithType: TinyLife.Utilities
fullName: TinyLife.Utilities fullName: TinyLife.Utilities
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Utilities
name: Utilities
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Utilities
name: Utilities
- uid: TinyLife.NeedType.Entertainment - uid: TinyLife.NeedType.Entertainment
commentId: F:TinyLife.NeedType.Entertainment commentId: F:TinyLife.NeedType.Entertainment
isExternal: true name: Entertainment
nameWithType: NeedType.Entertainment
fullName: TinyLife.NeedType.Entertainment
- uid: TinyLife.Actions.WatchTvAction.Channel - uid: TinyLife.Actions.WatchTvAction.Channel
commentId: T:TinyLife.Actions.WatchTvAction.Channel commentId: T:TinyLife.Actions.WatchTvAction.Channel
parent: TinyLife.Actions parent: TinyLife.Actions
name: WatchTvAction.Channel name: WatchTvAction.Channel
nameWithType: WatchTvAction.Channel nameWithType: WatchTvAction.Channel
fullName: TinyLife.Actions.WatchTvAction.Channel fullName: TinyLife.Actions.WatchTvAction.Channel
spec.csharp:
- uid: TinyLife.Actions.WatchTvAction
name: WatchTvAction
- name: .
- uid: TinyLife.Actions.WatchTvAction.Channel
name: Channel
spec.vb:
- uid: TinyLife.Actions.WatchTvAction
name: WatchTvAction
- name: .
- uid: TinyLife.Actions.WatchTvAction.Channel
name: Channel
- uid: TinyLife.Emotions.EmotionType.Creative - uid: TinyLife.Emotions.EmotionType.Creative
commentId: F:TinyLife.Emotions.EmotionType.Creative commentId: F:TinyLife.Emotions.EmotionType.Creative
isExternal: true name: Creative
nameWithType: EmotionType.Creative
fullName: TinyLife.Emotions.EmotionType.Creative
- uid: TinyLife.Emotions.EmotionType.Frisky - uid: TinyLife.Emotions.EmotionType.Frisky
commentId: F:TinyLife.Emotions.EmotionType.Frisky commentId: F:TinyLife.Emotions.EmotionType.Frisky
isExternal: true name: Frisky
nameWithType: EmotionType.Frisky
fullName: TinyLife.Emotions.EmotionType.Frisky
- uid: TinyLife.Emotions.EmotionType.Sad - uid: TinyLife.Emotions.EmotionType.Sad
commentId: F:TinyLife.Emotions.EmotionType.Sad commentId: F:TinyLife.Emotions.EmotionType.Sad
isExternal: true name: Sad
nameWithType: EmotionType.Sad
fullName: TinyLife.Emotions.EmotionType.Sad
- uid: TinyLife.Emotions.EmotionType.Happy - uid: TinyLife.Emotions.EmotionType.Happy
commentId: F:TinyLife.Emotions.EmotionType.Happy commentId: F:TinyLife.Emotions.EmotionType.Happy
isExternal: true name: Happy
nameWithType: EmotionType.Happy
fullName: TinyLife.Emotions.EmotionType.Happy

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -4,7 +4,6 @@ items:
commentId: N:TinyLife.Actions commentId: N:TinyLife.Actions
id: TinyLife.Actions id: TinyLife.Actions
children: children:
- TinyLife.Actions.
- TinyLife.Actions.Action - TinyLife.Actions.Action
- TinyLife.Actions.ActionInfo - TinyLife.Actions.ActionInfo
- TinyLife.Actions.ActionType - TinyLife.Actions.ActionType
@ -14,17 +13,19 @@ items:
- TinyLife.Actions.ActionVariety - TinyLife.Actions.ActionVariety
- TinyLife.Actions.BehaviorAction - TinyLife.Actions.BehaviorAction
- TinyLife.Actions.BehaviorAction`1 - TinyLife.Actions.BehaviorAction`1
- TinyLife.Actions.CanExecuteResult
- TinyLife.Actions.CanExecuteResult.ResultType
- TinyLife.Actions.CompletionType - TinyLife.Actions.CompletionType
- TinyLife.Actions.DieAction - TinyLife.Actions.DieAction
- TinyLife.Actions.Emote - TinyLife.Actions.Emote
- TinyLife.Actions.EmoteCategory - TinyLife.Actions.EmoteCategory
- TinyLife.Actions.GoHereAction - TinyLife.Actions.GoHereAction
- TinyLife.Actions.MultiAction - TinyLife.Actions.MultiAction
- TinyLife.Actions.MultiAction.Stage
- TinyLife.Actions.OrderFromStaffAction - TinyLife.Actions.OrderFromStaffAction
- TinyLife.Actions.OutOfTownAction - TinyLife.Actions.OutOfTownAction
- TinyLife.Actions.PathfindAction - TinyLife.Actions.PathfindAction
- TinyLife.Actions.PutAwayAction - TinyLife.Actions.PutAwayAction
- TinyLife.Actions.ResultType
- TinyLife.Actions.SellAction - TinyLife.Actions.SellAction
- TinyLife.Actions.SitAction - TinyLife.Actions.SitAction
- TinyLife.Actions.SocialAction - TinyLife.Actions.SocialAction
@ -71,18 +72,54 @@ references:
name: ActionType.CanExecuteDelegate name: ActionType.CanExecuteDelegate
nameWithType: ActionType.CanExecuteDelegate nameWithType: ActionType.CanExecuteDelegate
fullName: TinyLife.Actions.ActionType.CanExecuteDelegate fullName: TinyLife.Actions.ActionType.CanExecuteDelegate
spec.csharp:
- uid: TinyLife.Actions.ActionType
name: ActionType
- name: .
- uid: TinyLife.Actions.ActionType.CanExecuteDelegate
name: CanExecuteDelegate
spec.vb:
- uid: TinyLife.Actions.ActionType
name: ActionType
- name: .
- uid: TinyLife.Actions.ActionType.CanExecuteDelegate
name: CanExecuteDelegate
- uid: TinyLife.Actions.ActionType.TypeSettings - uid: TinyLife.Actions.ActionType.TypeSettings
commentId: T:TinyLife.Actions.ActionType.TypeSettings commentId: T:TinyLife.Actions.ActionType.TypeSettings
parent: TinyLife.Actions parent: TinyLife.Actions
name: ActionType.TypeSettings name: ActionType.TypeSettings
nameWithType: ActionType.TypeSettings nameWithType: ActionType.TypeSettings
fullName: TinyLife.Actions.ActionType.TypeSettings fullName: TinyLife.Actions.ActionType.TypeSettings
spec.csharp:
- uid: TinyLife.Actions.ActionType
name: ActionType
- name: .
- uid: TinyLife.Actions.ActionType.TypeSettings
name: TypeSettings
spec.vb:
- uid: TinyLife.Actions.ActionType
name: ActionType
- name: .
- uid: TinyLife.Actions.ActionType.TypeSettings
name: TypeSettings
- uid: TinyLife.Actions.ActionType.AiSettings - uid: TinyLife.Actions.ActionType.AiSettings
commentId: T:TinyLife.Actions.ActionType.AiSettings commentId: T:TinyLife.Actions.ActionType.AiSettings
parent: TinyLife.Actions parent: TinyLife.Actions
name: ActionType.AiSettings name: ActionType.AiSettings
nameWithType: ActionType.AiSettings nameWithType: ActionType.AiSettings
fullName: TinyLife.Actions.ActionType.AiSettings fullName: TinyLife.Actions.ActionType.AiSettings
spec.csharp:
- uid: TinyLife.Actions.ActionType
name: ActionType
- name: .
- uid: TinyLife.Actions.ActionType.AiSettings
name: AiSettings
spec.vb:
- uid: TinyLife.Actions.ActionType
name: ActionType
- name: .
- uid: TinyLife.Actions.ActionType.AiSettings
name: AiSettings
- uid: TinyLife.Actions.ActionVariety - uid: TinyLife.Actions.ActionVariety
commentId: T:TinyLife.Actions.ActionVariety commentId: T:TinyLife.Actions.ActionVariety
parent: TinyLife.Actions parent: TinyLife.Actions
@ -106,42 +143,41 @@ references:
spec.csharp: spec.csharp:
- uid: TinyLife.Actions.BehaviorAction`1 - uid: TinyLife.Actions.BehaviorAction`1
name: BehaviorAction name: BehaviorAction
nameWithType: BehaviorAction
fullName: TinyLife.Actions.BehaviorAction
- name: < - name: <
nameWithType: <
fullName: <
- name: T - name: T
nameWithType: T
fullName: T
- name: '>' - name: '>'
nameWithType: '>'
fullName: '>'
spec.vb: spec.vb:
- uid: TinyLife.Actions.BehaviorAction`1 - uid: TinyLife.Actions.BehaviorAction`1
name: BehaviorAction name: BehaviorAction
nameWithType: BehaviorAction - name: (
fullName: TinyLife.Actions.BehaviorAction - name: Of
- name: '(Of ' - name: " "
nameWithType: '(Of '
fullName: '(Of '
- name: T - name: T
nameWithType: T
fullName: T
- name: ) - name: )
nameWithType: ) - uid: TinyLife.Actions.CanExecuteResult
fullName: ) commentId: T:TinyLife.Actions.CanExecuteResult
- uid: TinyLife.Actions.
commentId: T:TinyLife.Actions.
name: ''
nameWithType: ''
fullName: TinyLife.Actions.
- uid: TinyLife.Actions.ResultType
commentId: T:TinyLife.Actions.ResultType
parent: TinyLife.Actions parent: TinyLife.Actions
name: ResultType name: CanExecuteResult
nameWithType: ResultType nameWithType: CanExecuteResult
fullName: TinyLife.Actions.ResultType fullName: TinyLife.Actions.CanExecuteResult
- uid: TinyLife.Actions.CanExecuteResult.ResultType
commentId: T:TinyLife.Actions.CanExecuteResult.ResultType
parent: TinyLife.Actions
name: CanExecuteResult.ResultType
nameWithType: CanExecuteResult.ResultType
fullName: TinyLife.Actions.CanExecuteResult.ResultType
spec.csharp:
- uid: TinyLife.Actions.CanExecuteResult
name: CanExecuteResult
- name: .
- uid: TinyLife.Actions.CanExecuteResult.ResultType
name: ResultType
spec.vb:
- uid: TinyLife.Actions.CanExecuteResult
name: CanExecuteResult
- name: .
- uid: TinyLife.Actions.CanExecuteResult.ResultType
name: ResultType
- uid: TinyLife.Actions.CompletionType - uid: TinyLife.Actions.CompletionType
commentId: T:TinyLife.Actions.CompletionType commentId: T:TinyLife.Actions.CompletionType
parent: TinyLife.Actions parent: TinyLife.Actions
@ -170,6 +206,30 @@ references:
name: GoHereAction name: GoHereAction
nameWithType: GoHereAction nameWithType: GoHereAction
fullName: TinyLife.Actions.GoHereAction fullName: TinyLife.Actions.GoHereAction
- uid: TinyLife.Actions.MultiAction
commentId: T:TinyLife.Actions.MultiAction
parent: TinyLife.Actions
name: MultiAction
nameWithType: MultiAction
fullName: TinyLife.Actions.MultiAction
- uid: TinyLife.Actions.MultiAction.Stage
commentId: T:TinyLife.Actions.MultiAction.Stage
parent: TinyLife.Actions
name: MultiAction.Stage
nameWithType: MultiAction.Stage
fullName: TinyLife.Actions.MultiAction.Stage
spec.csharp:
- uid: TinyLife.Actions.MultiAction
name: MultiAction
- name: .
- uid: TinyLife.Actions.MultiAction.Stage
name: Stage
spec.vb:
- uid: TinyLife.Actions.MultiAction
name: MultiAction
- name: .
- uid: TinyLife.Actions.MultiAction.Stage
name: Stage
- uid: TinyLife.Actions.OrderFromStaffAction - uid: TinyLife.Actions.OrderFromStaffAction
commentId: T:TinyLife.Actions.OrderFromStaffAction commentId: T:TinyLife.Actions.OrderFromStaffAction
name: OrderFromStaffAction name: OrderFromStaffAction
@ -213,6 +273,18 @@ references:
name: SocialAction.StartPartnerAction name: SocialAction.StartPartnerAction
nameWithType: SocialAction.StartPartnerAction nameWithType: SocialAction.StartPartnerAction
fullName: TinyLife.Actions.SocialAction.StartPartnerAction fullName: TinyLife.Actions.SocialAction.StartPartnerAction
spec.csharp:
- uid: TinyLife.Actions.SocialAction
name: SocialAction
- name: .
- uid: TinyLife.Actions.SocialAction.StartPartnerAction
name: StartPartnerAction
spec.vb:
- uid: TinyLife.Actions.SocialAction
name: SocialAction
- name: .
- uid: TinyLife.Actions.SocialAction.StartPartnerAction
name: StartPartnerAction
- uid: TinyLife.Actions.StoreAction - uid: TinyLife.Actions.StoreAction
commentId: T:TinyLife.Actions.StoreAction commentId: T:TinyLife.Actions.StoreAction
name: StoreAction name: StoreAction
@ -229,18 +301,42 @@ references:
name: TalkAction.TalkSettings name: TalkAction.TalkSettings
nameWithType: TalkAction.TalkSettings nameWithType: TalkAction.TalkSettings
fullName: TinyLife.Actions.TalkAction.TalkSettings fullName: TinyLife.Actions.TalkAction.TalkSettings
spec.csharp:
- uid: TinyLife.Actions.TalkAction
name: TalkAction
- name: .
- uid: TinyLife.Actions.TalkAction.TalkSettings
name: TalkSettings
spec.vb:
- uid: TinyLife.Actions.TalkAction
name: TalkAction
- name: .
- uid: TinyLife.Actions.TalkAction.TalkSettings
name: TalkSettings
- uid: TinyLife.Actions.TalkAction.TalkSettings.EvaluationResult - uid: TinyLife.Actions.TalkAction.TalkSettings.EvaluationResult
commentId: T:TinyLife.Actions.TalkAction.TalkSettings.EvaluationResult commentId: T:TinyLife.Actions.TalkAction.TalkSettings.EvaluationResult
parent: TinyLife.Actions parent: TinyLife.Actions
name: TalkAction.TalkSettings.EvaluationResult name: TalkAction.TalkSettings.EvaluationResult
nameWithType: TalkAction.TalkSettings.EvaluationResult nameWithType: TalkAction.TalkSettings.EvaluationResult
fullName: TinyLife.Actions.TalkAction.TalkSettings.EvaluationResult fullName: TinyLife.Actions.TalkAction.TalkSettings.EvaluationResult
- uid: TinyLife.Actions.MultiAction spec.csharp:
commentId: T:TinyLife.Actions.MultiAction - uid: TinyLife.Actions.TalkAction
parent: TinyLife.Actions name: TalkAction
name: MultiAction - name: .
nameWithType: MultiAction - uid: TinyLife.Actions.TalkAction.TalkSettings
fullName: TinyLife.Actions.MultiAction name: TalkSettings
- name: .
- uid: TinyLife.Actions.TalkAction.TalkSettings.EvaluationResult
name: EvaluationResult
spec.vb:
- uid: TinyLife.Actions.TalkAction
name: TalkAction
- name: .
- uid: TinyLife.Actions.TalkAction.TalkSettings
name: TalkSettings
- name: .
- uid: TinyLife.Actions.TalkAction.TalkSettings.EvaluationResult
name: EvaluationResult
- uid: TinyLife.Actions.WalkAction - uid: TinyLife.Actions.WalkAction
commentId: T:TinyLife.Actions.WalkAction commentId: T:TinyLife.Actions.WalkAction
name: WalkAction name: WalkAction
@ -257,6 +353,18 @@ references:
name: WatchTvAction.Channel name: WatchTvAction.Channel
nameWithType: WatchTvAction.Channel nameWithType: WatchTvAction.Channel
fullName: TinyLife.Actions.WatchTvAction.Channel fullName: TinyLife.Actions.WatchTvAction.Channel
spec.csharp:
- uid: TinyLife.Actions.WatchTvAction
name: WatchTvAction
- name: .
- uid: TinyLife.Actions.WatchTvAction.Channel
name: Channel
spec.vb:
- uid: TinyLife.Actions.WatchTvAction
name: WatchTvAction
- name: .
- uid: TinyLife.Actions.WatchTvAction.Channel
name: Channel
- uid: TinyLife.Actions.WorkAction - uid: TinyLife.Actions.WorkAction
commentId: T:TinyLife.Actions.WorkAction commentId: T:TinyLife.Actions.WorkAction
parent: TinyLife.Actions parent: TinyLife.Actions
@ -268,3 +376,15 @@ references:
name: TinyLife.Actions name: TinyLife.Actions
nameWithType: TinyLife.Actions nameWithType: TinyLife.Actions
fullName: TinyLife.Actions fullName: TinyLife.Actions
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Actions
name: Actions
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Actions
name: Actions

File diff suppressed because it is too large Load diff

View file

@ -19,7 +19,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/ChoicePromptInfo.cs path: TinyLife/Actions/ChoicePromptInfo.cs
branch: 0.29.3-dev branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ChoicePromptInfo id: ChoicePromptInfo
path: ../TinyLife/Actions/ChoicePromptInfo.cs path: ../TinyLife/Actions/ChoicePromptInfo.cs
@ -44,12 +44,6 @@ items:
- System.Object.ToString - System.Object.ToString
extensionMethods: extensionMethods:
- TinyLife.ChoicePromptInfo.TinyLife.Utilities.Extensions.JsonCopy``1 - TinyLife.ChoicePromptInfo.TinyLife.Utilities.Extensions.JsonCopy``1
modifiers.csharp:
- public
- class
modifiers.vb:
- Public
- Class
- uid: TinyLife.ChoicePromptInfo.Name - uid: TinyLife.ChoicePromptInfo.Name
commentId: F:TinyLife.ChoicePromptInfo.Name commentId: F:TinyLife.ChoicePromptInfo.Name
id: Name id: Name
@ -64,7 +58,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/ChoicePromptInfo.cs path: TinyLife/Actions/ChoicePromptInfo.cs
branch: 0.29.3-dev branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name id: Name
path: ../TinyLife/Actions/ChoicePromptInfo.cs path: ../TinyLife/Actions/ChoicePromptInfo.cs
@ -79,12 +73,6 @@ items:
return: return:
type: System.String type: System.String
content.vb: Public ReadOnly Name As String content.vb: Public ReadOnly Name As String
modifiers.csharp:
- public
- readonly
modifiers.vb:
- Public
- ReadOnly
- uid: TinyLife.ChoicePromptInfo.Options - uid: TinyLife.ChoicePromptInfo.Options
commentId: F:TinyLife.ChoicePromptInfo.Options commentId: F:TinyLife.ChoicePromptInfo.Options
id: Options id: Options
@ -99,7 +87,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/ChoicePromptInfo.cs path: TinyLife/Actions/ChoicePromptInfo.cs
branch: 0.29.3-dev branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Options id: Options
path: ../TinyLife/Actions/ChoicePromptInfo.cs path: ../TinyLife/Actions/ChoicePromptInfo.cs
@ -114,12 +102,6 @@ items:
return: return:
type: TinyLife.ChoicePromptInfo.Option[] type: TinyLife.ChoicePromptInfo.Option[]
content.vb: Public ReadOnly Options As ChoicePromptInfo.Option() content.vb: Public ReadOnly Options As ChoicePromptInfo.Option()
modifiers.csharp:
- public
- readonly
modifiers.vb:
- Public
- ReadOnly
- uid: TinyLife.ChoicePromptInfo.#ctor(System.String,TinyLife.ChoicePromptInfo.Option[]) - uid: TinyLife.ChoicePromptInfo.#ctor(System.String,TinyLife.ChoicePromptInfo.Option[])
commentId: M:TinyLife.ChoicePromptInfo.#ctor(System.String,TinyLife.ChoicePromptInfo.Option[]) commentId: M:TinyLife.ChoicePromptInfo.#ctor(System.String,TinyLife.ChoicePromptInfo.Option[])
id: '#ctor(System.String,TinyLife.ChoicePromptInfo.Option[])' id: '#ctor(System.String,TinyLife.ChoicePromptInfo.Option[])'
@ -127,14 +109,14 @@ items:
langs: langs:
- csharp - csharp
- vb - vb
name: ChoicePromptInfo(String, ChoicePromptInfo.Option[]) name: ChoicePromptInfo(string, params Option[])
nameWithType: ChoicePromptInfo.ChoicePromptInfo(String, ChoicePromptInfo.Option[]) nameWithType: ChoicePromptInfo.ChoicePromptInfo(string, params ChoicePromptInfo.Option[])
fullName: TinyLife.ChoicePromptInfo.ChoicePromptInfo(System.String, TinyLife.ChoicePromptInfo.Option[]) fullName: TinyLife.ChoicePromptInfo.ChoicePromptInfo(string, params TinyLife.ChoicePromptInfo.Option[])
type: Constructor type: Constructor
source: source:
remote: remote:
path: TinyLife/Actions/ChoicePromptInfo.cs path: TinyLife/Actions/ChoicePromptInfo.cs
branch: 0.29.3-dev branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Actions/ChoicePromptInfo.cs path: ../TinyLife/Actions/ChoicePromptInfo.cs
@ -155,13 +137,9 @@ items:
description: This choice prompt&apos;s set of <xref href="TinyLife.ChoicePromptInfo.Option" data-throw-if-not-resolved="false"></xref> instances, one of which will randomly be chosen as the correct option. description: This choice prompt&apos;s set of <xref href="TinyLife.ChoicePromptInfo.Option" data-throw-if-not-resolved="false"></xref> instances, one of which will randomly be chosen as the correct option.
content.vb: Public Sub New(name As String, ParamArray options As ChoicePromptInfo.Option()) content.vb: Public Sub New(name As String, ParamArray options As ChoicePromptInfo.Option())
overload: TinyLife.ChoicePromptInfo.#ctor* overload: TinyLife.ChoicePromptInfo.#ctor*
nameWithType.vb: ChoicePromptInfo.ChoicePromptInfo(String, ChoicePromptInfo.Option()) nameWithType.vb: ChoicePromptInfo.New(String, ParamArray ChoicePromptInfo.Option())
modifiers.csharp: fullName.vb: TinyLife.ChoicePromptInfo.New(String, ParamArray TinyLife.ChoicePromptInfo.Option())
- public name.vb: New(String, ParamArray Option())
modifiers.vb:
- Public
fullName.vb: TinyLife.ChoicePromptInfo.ChoicePromptInfo(System.String, TinyLife.ChoicePromptInfo.Option())
name.vb: ChoicePromptInfo(String, ChoicePromptInfo.Option())
- uid: TinyLife.ChoicePromptInfo.CreatePromptContent(TinyLife.Objects.Person,TinyLife.Uis.CoveringGroup) - uid: TinyLife.ChoicePromptInfo.CreatePromptContent(TinyLife.Objects.Person,TinyLife.Uis.CoveringGroup)
commentId: M:TinyLife.ChoicePromptInfo.CreatePromptContent(TinyLife.Objects.Person,TinyLife.Uis.CoveringGroup) commentId: M:TinyLife.ChoicePromptInfo.CreatePromptContent(TinyLife.Objects.Person,TinyLife.Uis.CoveringGroup)
id: CreatePromptContent(TinyLife.Objects.Person,TinyLife.Uis.CoveringGroup) id: CreatePromptContent(TinyLife.Objects.Person,TinyLife.Uis.CoveringGroup)
@ -176,7 +154,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/ChoicePromptInfo.cs path: TinyLife/Actions/ChoicePromptInfo.cs
branch: 0.29.3-dev branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreatePromptContent id: CreatePromptContent
path: ../TinyLife/Actions/ChoicePromptInfo.cs path: ../TinyLife/Actions/ChoicePromptInfo.cs
@ -200,10 +178,6 @@ items:
description: The elements that make up the choice prompt. description: The elements that make up the choice prompt.
content.vb: Public Function CreatePromptContent(person As Person, prompt As CoveringGroup) As IEnumerable(Of Element) content.vb: Public Function CreatePromptContent(person As Person, prompt As CoveringGroup) As IEnumerable(Of Element)
overload: TinyLife.ChoicePromptInfo.CreatePromptContent* overload: TinyLife.ChoicePromptInfo.CreatePromptContent*
modifiers.csharp:
- public
modifiers.vb:
- Public
references: references:
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo) - uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo) commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
@ -214,33 +188,17 @@ references:
spec.csharp: spec.csharp:
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo) - uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
name: OpenChoicePrompt name: OpenChoicePrompt
nameWithType: Action.OpenChoicePrompt
fullName: TinyLife.Actions.Action.OpenChoicePrompt
- name: ( - name: (
nameWithType: (
fullName: (
- uid: TinyLife.ChoicePromptInfo - uid: TinyLife.ChoicePromptInfo
name: ChoicePromptInfo name: ChoicePromptInfo
nameWithType: ChoicePromptInfo
fullName: TinyLife.ChoicePromptInfo
- name: ) - name: )
nameWithType: )
fullName: )
spec.vb: spec.vb:
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo) - uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
name: OpenChoicePrompt name: OpenChoicePrompt
nameWithType: Action.OpenChoicePrompt
fullName: TinyLife.Actions.Action.OpenChoicePrompt
- name: ( - name: (
nameWithType: (
fullName: (
- uid: TinyLife.ChoicePromptInfo - uid: TinyLife.ChoicePromptInfo
name: ChoicePromptInfo name: ChoicePromptInfo
nameWithType: ChoicePromptInfo
fullName: TinyLife.ChoicePromptInfo
- name: ) - name: )
nameWithType: )
fullName: )
- uid: TinyLife.Goals.JobType - uid: TinyLife.Goals.JobType
commentId: T:TinyLife.Goals.JobType commentId: T:TinyLife.Goals.JobType
parent: TinyLife.Goals parent: TinyLife.Goals
@ -256,320 +214,266 @@ references:
commentId: T:System.Object commentId: T:System.Object
parent: System parent: System
isExternal: true isExternal: true
name: Object href: https://learn.microsoft.com/dotnet/api/system.object
nameWithType: Object name: object
fullName: System.Object nameWithType: object
fullName: object
nameWithType.vb: Object
fullName.vb: Object
name.vb: Object
- uid: System.Object.Equals(System.Object) - uid: System.Object.Equals(System.Object)
commentId: M:System.Object.Equals(System.Object) commentId: M:System.Object.Equals(System.Object)
parent: System.Object parent: System.Object
isExternal: true isExternal: true
name: Equals(Object) href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
nameWithType: Object.Equals(Object) name: Equals(object)
fullName: System.Object.Equals(System.Object) nameWithType: object.Equals(object)
fullName: object.Equals(object)
nameWithType.vb: Object.Equals(Object)
fullName.vb: Object.Equals(Object)
name.vb: Equals(Object)
spec.csharp: spec.csharp:
- uid: System.Object.Equals(System.Object) - uid: System.Object.Equals(System.Object)
name: Equals name: Equals
nameWithType: Object.Equals
fullName: System.Object.Equals
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
- name: ( - name: (
nameWithType: (
fullName: (
- uid: System.Object - uid: System.Object
name: Object name: object
nameWithType: Object
fullName: System.Object
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ) - name: )
nameWithType: )
fullName: )
spec.vb: spec.vb:
- uid: System.Object.Equals(System.Object) - uid: System.Object.Equals(System.Object)
name: Equals name: Equals
nameWithType: Object.Equals
fullName: System.Object.Equals
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
- name: ( - name: (
nameWithType: (
fullName: (
- uid: System.Object - uid: System.Object
name: Object name: Object
nameWithType: Object
fullName: System.Object
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ) - name: )
nameWithType: )
fullName: )
- uid: System.Object.Equals(System.Object,System.Object) - uid: System.Object.Equals(System.Object,System.Object)
commentId: M:System.Object.Equals(System.Object,System.Object) commentId: M:System.Object.Equals(System.Object,System.Object)
parent: System.Object parent: System.Object
isExternal: true isExternal: true
name: Equals(Object, Object) href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
nameWithType: Object.Equals(Object, Object) name: Equals(object, object)
fullName: System.Object.Equals(System.Object, System.Object) nameWithType: object.Equals(object, object)
fullName: object.Equals(object, object)
nameWithType.vb: Object.Equals(Object, Object)
fullName.vb: Object.Equals(Object, Object)
name.vb: Equals(Object, Object)
spec.csharp: spec.csharp:
- uid: System.Object.Equals(System.Object,System.Object) - uid: System.Object.Equals(System.Object,System.Object)
name: Equals name: Equals
nameWithType: Object.Equals
fullName: System.Object.Equals
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
- name: ( - name: (
nameWithType: (
fullName: (
- uid: System.Object - uid: System.Object
name: Object name: object
nameWithType: Object
fullName: System.Object
isExternal: true isExternal: true
- name: ', ' href: https://learn.microsoft.com/dotnet/api/system.object
nameWithType: ', ' - name: ','
fullName: ', ' - name: " "
- uid: System.Object - uid: System.Object
name: Object name: object
nameWithType: Object
fullName: System.Object
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ) - name: )
nameWithType: )
fullName: )
spec.vb: spec.vb:
- uid: System.Object.Equals(System.Object,System.Object) - uid: System.Object.Equals(System.Object,System.Object)
name: Equals name: Equals
nameWithType: Object.Equals
fullName: System.Object.Equals
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
- name: ( - name: (
nameWithType: (
fullName: (
- uid: System.Object - uid: System.Object
name: Object name: Object
nameWithType: Object
fullName: System.Object
isExternal: true isExternal: true
- name: ', ' href: https://learn.microsoft.com/dotnet/api/system.object
nameWithType: ', ' - name: ','
fullName: ', ' - name: " "
- uid: System.Object - uid: System.Object
name: Object name: Object
nameWithType: Object
fullName: System.Object
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ) - name: )
nameWithType: )
fullName: )
- uid: System.Object.GetHashCode - uid: System.Object.GetHashCode
commentId: M:System.Object.GetHashCode commentId: M:System.Object.GetHashCode
parent: System.Object parent: System.Object
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
name: GetHashCode() name: GetHashCode()
nameWithType: Object.GetHashCode() nameWithType: object.GetHashCode()
fullName: System.Object.GetHashCode() fullName: object.GetHashCode()
nameWithType.vb: Object.GetHashCode()
fullName.vb: Object.GetHashCode()
spec.csharp: spec.csharp:
- uid: System.Object.GetHashCode - uid: System.Object.GetHashCode
name: GetHashCode name: GetHashCode
nameWithType: Object.GetHashCode
fullName: System.Object.GetHashCode
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
- name: ( - name: (
nameWithType: (
fullName: (
- name: ) - name: )
nameWithType: )
fullName: )
spec.vb: spec.vb:
- uid: System.Object.GetHashCode - uid: System.Object.GetHashCode
name: GetHashCode name: GetHashCode
nameWithType: Object.GetHashCode
fullName: System.Object.GetHashCode
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
- name: ( - name: (
nameWithType: (
fullName: (
- name: ) - name: )
nameWithType: )
fullName: )
- uid: System.Object.GetType - uid: System.Object.GetType
commentId: M:System.Object.GetType commentId: M:System.Object.GetType
parent: System.Object parent: System.Object
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
name: GetType() name: GetType()
nameWithType: Object.GetType() nameWithType: object.GetType()
fullName: System.Object.GetType() fullName: object.GetType()
nameWithType.vb: Object.GetType()
fullName.vb: Object.GetType()
spec.csharp: spec.csharp:
- uid: System.Object.GetType - uid: System.Object.GetType
name: GetType name: GetType
nameWithType: Object.GetType
fullName: System.Object.GetType
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
- name: ( - name: (
nameWithType: (
fullName: (
- name: ) - name: )
nameWithType: )
fullName: )
spec.vb: spec.vb:
- uid: System.Object.GetType - uid: System.Object.GetType
name: GetType name: GetType
nameWithType: Object.GetType
fullName: System.Object.GetType
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
- name: ( - name: (
nameWithType: (
fullName: (
- name: ) - name: )
nameWithType: )
fullName: )
- uid: System.Object.MemberwiseClone - uid: System.Object.MemberwiseClone
commentId: M:System.Object.MemberwiseClone commentId: M:System.Object.MemberwiseClone
parent: System.Object parent: System.Object
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
name: MemberwiseClone() name: MemberwiseClone()
nameWithType: Object.MemberwiseClone() nameWithType: object.MemberwiseClone()
fullName: System.Object.MemberwiseClone() fullName: object.MemberwiseClone()
nameWithType.vb: Object.MemberwiseClone()
fullName.vb: Object.MemberwiseClone()
spec.csharp: spec.csharp:
- uid: System.Object.MemberwiseClone - uid: System.Object.MemberwiseClone
name: MemberwiseClone name: MemberwiseClone
nameWithType: Object.MemberwiseClone
fullName: System.Object.MemberwiseClone
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
- name: ( - name: (
nameWithType: (
fullName: (
- name: ) - name: )
nameWithType: )
fullName: )
spec.vb: spec.vb:
- uid: System.Object.MemberwiseClone - uid: System.Object.MemberwiseClone
name: MemberwiseClone name: MemberwiseClone
nameWithType: Object.MemberwiseClone
fullName: System.Object.MemberwiseClone
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
- name: ( - name: (
nameWithType: (
fullName: (
- name: ) - name: )
nameWithType: )
fullName: )
- uid: System.Object.ReferenceEquals(System.Object,System.Object) - uid: System.Object.ReferenceEquals(System.Object,System.Object)
commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) commentId: M:System.Object.ReferenceEquals(System.Object,System.Object)
parent: System.Object parent: System.Object
isExternal: true isExternal: true
name: ReferenceEquals(Object, Object) href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
nameWithType: Object.ReferenceEquals(Object, Object) name: ReferenceEquals(object, object)
fullName: System.Object.ReferenceEquals(System.Object, System.Object) nameWithType: object.ReferenceEquals(object, object)
fullName: object.ReferenceEquals(object, object)
nameWithType.vb: Object.ReferenceEquals(Object, Object)
fullName.vb: Object.ReferenceEquals(Object, Object)
name.vb: ReferenceEquals(Object, Object)
spec.csharp: spec.csharp:
- uid: System.Object.ReferenceEquals(System.Object,System.Object) - uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals name: ReferenceEquals
nameWithType: Object.ReferenceEquals
fullName: System.Object.ReferenceEquals
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
- name: ( - name: (
nameWithType: (
fullName: (
- uid: System.Object - uid: System.Object
name: Object name: object
nameWithType: Object
fullName: System.Object
isExternal: true isExternal: true
- name: ', ' href: https://learn.microsoft.com/dotnet/api/system.object
nameWithType: ', ' - name: ','
fullName: ', ' - name: " "
- uid: System.Object - uid: System.Object
name: Object name: object
nameWithType: Object
fullName: System.Object
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ) - name: )
nameWithType: )
fullName: )
spec.vb: spec.vb:
- uid: System.Object.ReferenceEquals(System.Object,System.Object) - uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals name: ReferenceEquals
nameWithType: Object.ReferenceEquals
fullName: System.Object.ReferenceEquals
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
- name: ( - name: (
nameWithType: (
fullName: (
- uid: System.Object - uid: System.Object
name: Object name: Object
nameWithType: Object
fullName: System.Object
isExternal: true isExternal: true
- name: ', ' href: https://learn.microsoft.com/dotnet/api/system.object
nameWithType: ', ' - name: ','
fullName: ', ' - name: " "
- uid: System.Object - uid: System.Object
name: Object name: Object
nameWithType: Object
fullName: System.Object
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ) - name: )
nameWithType: )
fullName: )
- uid: System.Object.ToString - uid: System.Object.ToString
commentId: M:System.Object.ToString commentId: M:System.Object.ToString
parent: System.Object parent: System.Object
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
name: ToString() name: ToString()
nameWithType: Object.ToString() nameWithType: object.ToString()
fullName: System.Object.ToString() fullName: object.ToString()
nameWithType.vb: Object.ToString()
fullName.vb: Object.ToString()
spec.csharp: spec.csharp:
- uid: System.Object.ToString - uid: System.Object.ToString
name: ToString name: ToString
nameWithType: Object.ToString
fullName: System.Object.ToString
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
- name: ( - name: (
nameWithType: (
fullName: (
- name: ) - name: )
nameWithType: )
fullName: )
spec.vb: spec.vb:
- uid: System.Object.ToString - uid: System.Object.ToString
name: ToString name: ToString
nameWithType: Object.ToString
fullName: System.Object.ToString
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
- name: ( - name: (
nameWithType: (
fullName: (
- name: ) - name: )
nameWithType: )
fullName: )
- uid: TinyLife.ChoicePromptInfo.TinyLife.Utilities.Extensions.JsonCopy``1 - uid: TinyLife.ChoicePromptInfo.TinyLife.Utilities.Extensions.JsonCopy``1
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0) commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
parent: TinyLife.Utilities.Extensions parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0) definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy<ChoicePromptInfo>() name: JsonCopy<ChoicePromptInfo>(ChoicePromptInfo)
nameWithType: Extensions.JsonCopy<ChoicePromptInfo>() nameWithType: Extensions.JsonCopy<ChoicePromptInfo>(ChoicePromptInfo)
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.ChoicePromptInfo>() fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.ChoicePromptInfo>(TinyLife.ChoicePromptInfo)
nameWithType.vb: Extensions.JsonCopy(Of ChoicePromptInfo)() nameWithType.vb: Extensions.JsonCopy(Of ChoicePromptInfo)(ChoicePromptInfo)
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.ChoicePromptInfo)() fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.ChoicePromptInfo)(TinyLife.ChoicePromptInfo)
name.vb: JsonCopy(Of ChoicePromptInfo)() name.vb: JsonCopy(Of ChoicePromptInfo)(ChoicePromptInfo)
spec.csharp: spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1 - uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.ChoicePromptInfo)
name: JsonCopy<ChoicePromptInfo> name: JsonCopy
nameWithType: Extensions.JsonCopy<ChoicePromptInfo> - name: <
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.ChoicePromptInfo> - uid: TinyLife.ChoicePromptInfo
name: ChoicePromptInfo
- name: '>'
- name: ( - name: (
nameWithType: ( - uid: TinyLife.ChoicePromptInfo
fullName: ( name: ChoicePromptInfo
- name: ) - name: )
nameWithType: )
fullName: )
spec.vb: spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1 - uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.ChoicePromptInfo)
name: JsonCopy(Of ChoicePromptInfo) name: JsonCopy
nameWithType: Extensions.JsonCopy(Of ChoicePromptInfo)
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.ChoicePromptInfo)
- name: ( - name: (
nameWithType: ( - name: Of
fullName: ( - name: " "
- uid: TinyLife.ChoicePromptInfo
name: ChoicePromptInfo
- name: )
- name: (
- uid: TinyLife.ChoicePromptInfo
name: ChoicePromptInfo
- name: ) - name: )
nameWithType: )
fullName: )
- uid: TinyLife.Actions.Action - uid: TinyLife.Actions.Action
commentId: T:TinyLife.Actions.Action commentId: T:TinyLife.Actions.Action
parent: TinyLife.Actions parent: TinyLife.Actions
@ -581,9 +485,22 @@ references:
name: TinyLife.Goals name: TinyLife.Goals
nameWithType: TinyLife.Goals nameWithType: TinyLife.Goals
fullName: TinyLife.Goals fullName: TinyLife.Goals
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Goals
name: Goals
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Goals
name: Goals
- uid: System - uid: System
commentId: N:System commentId: N:System
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
name: System name: System
nameWithType: System nameWithType: System
fullName: System fullName: System
@ -597,32 +514,24 @@ references:
name.vb: JsonCopy(Of T)(T) name.vb: JsonCopy(Of T)(T)
spec.csharp: spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy<T> name: JsonCopy
nameWithType: Extensions.JsonCopy<T> - name: <
fullName: TinyLife.Utilities.Extensions.JsonCopy<T> - name: T
- name: ( - name: '>'
nameWithType: ( - name: (
fullName: (
- name: T - name: T
nameWithType: T
fullName: T
- name: ) - name: )
nameWithType: )
fullName: )
spec.vb: spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy(Of T) name: JsonCopy
nameWithType: Extensions.JsonCopy(Of T) - name: (
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of T) - name: Of
- name: " "
- name: T
- name: )
- name: ( - name: (
nameWithType: (
fullName: (
- name: T - name: T
nameWithType: T
fullName: T
- name: ) - name: )
nameWithType: )
fullName: )
- uid: TinyLife.Utilities.Extensions - uid: TinyLife.Utilities.Extensions
commentId: T:TinyLife.Utilities.Extensions commentId: T:TinyLife.Utilities.Extensions
parent: TinyLife.Utilities parent: TinyLife.Utilities
@ -634,52 +543,89 @@ references:
name: TinyLife.Actions name: TinyLife.Actions
nameWithType: TinyLife.Actions nameWithType: TinyLife.Actions
fullName: TinyLife.Actions fullName: TinyLife.Actions
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Actions
name: Actions
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Actions
name: Actions
- uid: TinyLife.Utilities - uid: TinyLife.Utilities
commentId: N:TinyLife.Utilities commentId: N:TinyLife.Utilities
name: TinyLife.Utilities name: TinyLife.Utilities
nameWithType: TinyLife.Utilities nameWithType: TinyLife.Utilities
fullName: TinyLife.Utilities fullName: TinyLife.Utilities
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Utilities
name: Utilities
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Utilities
name: Utilities
- uid: System.String - uid: System.String
commentId: T:System.String commentId: T:System.String
parent: System parent: System
isExternal: true isExternal: true
name: String href: https://learn.microsoft.com/dotnet/api/system.string
nameWithType: String name: string
fullName: System.String nameWithType: string
fullName: string
nameWithType.vb: String
fullName.vb: String
name.vb: String
- uid: TinyLife.ChoicePromptInfo.Option - uid: TinyLife.ChoicePromptInfo.Option
commentId: T:TinyLife.ChoicePromptInfo.Option commentId: T:TinyLife.ChoicePromptInfo.Option
name: ChoicePromptInfo.Option name: ChoicePromptInfo.Option
nameWithType: ChoicePromptInfo.Option nameWithType: ChoicePromptInfo.Option
fullName: TinyLife.ChoicePromptInfo.Option fullName: TinyLife.ChoicePromptInfo.Option
spec.csharp:
- uid: TinyLife.ChoicePromptInfo
name: ChoicePromptInfo
- name: .
- uid: TinyLife.ChoicePromptInfo.Option
name: Option
spec.vb:
- uid: TinyLife.ChoicePromptInfo
name: ChoicePromptInfo
- name: .
- uid: TinyLife.ChoicePromptInfo.Option
name: Option
- uid: TinyLife.ChoicePromptInfo.Option[] - uid: TinyLife.ChoicePromptInfo.Option[]
isExternal: true isExternal: true
name: ChoicePromptInfo.Option[] name: Option[]
nameWithType: ChoicePromptInfo.Option[] nameWithType: ChoicePromptInfo.Option[]
fullName: TinyLife.ChoicePromptInfo.Option[] fullName: TinyLife.ChoicePromptInfo.Option[]
nameWithType.vb: ChoicePromptInfo.Option() nameWithType.vb: ChoicePromptInfo.Option()
fullName.vb: TinyLife.ChoicePromptInfo.Option() fullName.vb: TinyLife.ChoicePromptInfo.Option()
name.vb: ChoicePromptInfo.Option() name.vb: Option()
spec.csharp: spec.csharp:
- uid: TinyLife.ChoicePromptInfo.Option - uid: TinyLife.ChoicePromptInfo.Option
name: ChoicePromptInfo.Option name: Option
nameWithType: ChoicePromptInfo.Option - name: '['
fullName: TinyLife.ChoicePromptInfo.Option - name: ']'
- name: '[]'
nameWithType: '[]'
fullName: '[]'
spec.vb: spec.vb:
- uid: TinyLife.ChoicePromptInfo.Option - uid: TinyLife.ChoicePromptInfo.Option
name: ChoicePromptInfo.Option name: Option
nameWithType: ChoicePromptInfo.Option - name: (
fullName: TinyLife.ChoicePromptInfo.Option - name: )
- name: ()
nameWithType: ()
fullName: ()
- uid: TinyLife.ChoicePromptInfo.#ctor* - uid: TinyLife.ChoicePromptInfo.#ctor*
commentId: Overload:TinyLife.ChoicePromptInfo.#ctor commentId: Overload:TinyLife.ChoicePromptInfo.#ctor
name: ChoicePromptInfo name: ChoicePromptInfo
nameWithType: ChoicePromptInfo.ChoicePromptInfo nameWithType: ChoicePromptInfo.ChoicePromptInfo
fullName: TinyLife.ChoicePromptInfo.ChoicePromptInfo fullName: TinyLife.ChoicePromptInfo.ChoicePromptInfo
nameWithType.vb: ChoicePromptInfo.New
fullName.vb: TinyLife.ChoicePromptInfo.New
name.vb: New
- uid: TinyLife.ChoicePromptInfo.CreatePromptContent* - uid: TinyLife.ChoicePromptInfo.CreatePromptContent*
commentId: Overload:TinyLife.ChoicePromptInfo.CreatePromptContent commentId: Overload:TinyLife.ChoicePromptInfo.CreatePromptContent
name: CreatePromptContent name: CreatePromptContent
@ -701,6 +647,7 @@ references:
commentId: T:System.Collections.Generic.IEnumerable{MLEM.Ui.Elements.Element} commentId: T:System.Collections.Generic.IEnumerable{MLEM.Ui.Elements.Element}
parent: System.Collections.Generic parent: System.Collections.Generic
definition: System.Collections.Generic.IEnumerable`1 definition: System.Collections.Generic.IEnumerable`1
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
name: IEnumerable<Element> name: IEnumerable<Element>
nameWithType: IEnumerable<Element> nameWithType: IEnumerable<Element>
fullName: System.Collections.Generic.IEnumerable<MLEM.Ui.Elements.Element> fullName: System.Collections.Generic.IEnumerable<MLEM.Ui.Elements.Element>
@ -710,50 +657,63 @@ references:
spec.csharp: spec.csharp:
- uid: System.Collections.Generic.IEnumerable`1 - uid: System.Collections.Generic.IEnumerable`1
name: IEnumerable name: IEnumerable
nameWithType: IEnumerable
fullName: System.Collections.Generic.IEnumerable
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
- name: < - name: <
nameWithType: <
fullName: <
- uid: MLEM.Ui.Elements.Element - uid: MLEM.Ui.Elements.Element
name: Element name: Element
nameWithType: Element
fullName: MLEM.Ui.Elements.Element
isExternal: true isExternal: true
- name: '>' - name: '>'
nameWithType: '>'
fullName: '>'
spec.vb: spec.vb:
- uid: System.Collections.Generic.IEnumerable`1 - uid: System.Collections.Generic.IEnumerable`1
name: IEnumerable name: IEnumerable
nameWithType: IEnumerable
fullName: System.Collections.Generic.IEnumerable
isExternal: true isExternal: true
- name: '(Of ' href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
nameWithType: '(Of ' - name: (
fullName: '(Of ' - name: Of
- name: " "
- uid: MLEM.Ui.Elements.Element - uid: MLEM.Ui.Elements.Element
name: Element name: Element
nameWithType: Element
fullName: MLEM.Ui.Elements.Element
isExternal: true isExternal: true
- name: ) - name: )
nameWithType: )
fullName: )
- uid: TinyLife.Objects - uid: TinyLife.Objects
commentId: N:TinyLife.Objects commentId: N:TinyLife.Objects
name: TinyLife.Objects name: TinyLife.Objects
nameWithType: TinyLife.Objects nameWithType: TinyLife.Objects
fullName: TinyLife.Objects fullName: TinyLife.Objects
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Objects
name: Objects
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Objects
name: Objects
- uid: TinyLife.Uis - uid: TinyLife.Uis
commentId: N:TinyLife.Uis commentId: N:TinyLife.Uis
name: TinyLife.Uis name: TinyLife.Uis
nameWithType: TinyLife.Uis nameWithType: TinyLife.Uis
fullName: TinyLife.Uis fullName: TinyLife.Uis
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Uis
name: Uis
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Uis
name: Uis
- uid: System.Collections.Generic.IEnumerable`1 - uid: System.Collections.Generic.IEnumerable`1
commentId: T:System.Collections.Generic.IEnumerable`1 commentId: T:System.Collections.Generic.IEnumerable`1
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
name: IEnumerable<T> name: IEnumerable<T>
nameWithType: IEnumerable<T> nameWithType: IEnumerable<T>
fullName: System.Collections.Generic.IEnumerable<T> fullName: System.Collections.Generic.IEnumerable<T>
@ -763,36 +723,55 @@ references:
spec.csharp: spec.csharp:
- uid: System.Collections.Generic.IEnumerable`1 - uid: System.Collections.Generic.IEnumerable`1
name: IEnumerable name: IEnumerable
nameWithType: IEnumerable
fullName: System.Collections.Generic.IEnumerable
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
- name: < - name: <
nameWithType: <
fullName: <
- name: T - name: T
nameWithType: T
fullName: T
- name: '>' - name: '>'
nameWithType: '>'
fullName: '>'
spec.vb: spec.vb:
- uid: System.Collections.Generic.IEnumerable`1 - uid: System.Collections.Generic.IEnumerable`1
name: IEnumerable name: IEnumerable
nameWithType: IEnumerable
fullName: System.Collections.Generic.IEnumerable
isExternal: true isExternal: true
- name: '(Of ' href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
nameWithType: '(Of ' - name: (
fullName: '(Of ' - name: Of
- name: " "
- name: T - name: T
nameWithType: T
fullName: T
- name: ) - name: )
nameWithType: )
fullName: )
- uid: System.Collections.Generic - uid: System.Collections.Generic
commentId: N:System.Collections.Generic commentId: N:System.Collections.Generic
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
name: System.Collections.Generic name: System.Collections.Generic
nameWithType: System.Collections.Generic nameWithType: System.Collections.Generic
fullName: System.Collections.Generic fullName: System.Collections.Generic
spec.csharp:
- uid: System
name: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
- name: .
- uid: System.Collections
name: Collections
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections
- name: .
- uid: System.Collections.Generic
name: Generic
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic
spec.vb:
- uid: System
name: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
- name: .
- uid: System.Collections
name: Collections
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections
- name: .
- uid: System.Collections.Generic
name: Generic
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic

File diff suppressed because it is too large Load diff

View file

@ -15,18 +15,18 @@ items:
source: source:
remote: remote:
path: TinyLife/Debug.cs path: TinyLife/Debug.cs
branch: 0.29.3-dev branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CheatDelegate id: CheatDelegate
path: ../TinyLife/Debug.cs path: ../TinyLife/Debug.cs
startLine: 685 startLine: 735
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
summary: "\nA delegate method used for <xref href=\"TinyLife.Debug.Cheats\" data-throw-if-not-resolved=\"false\"></xref>.\n" summary: "\nA delegate method used for <xref href=\"TinyLife.Debug.Cheats\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: [] example: []
syntax: syntax:
content: public delegate void CheatDelegate(GameImpl game, Person person, Match match); content: public delegate void Debug.CheatDelegate(GameImpl game, Person person, Match match)
parameters: parameters:
- id: game - id: game
type: TinyLife.GameImpl type: TinyLife.GameImpl
@ -34,19 +34,15 @@ items:
type: TinyLife.Objects.Person type: TinyLife.Objects.Person
- id: match - id: match
type: System.Text.RegularExpressions.Match type: System.Text.RegularExpressions.Match
content.vb: Public Delegate Sub CheatDelegate(game As GameImpl, person As Person, match As Match) content.vb: Public Delegate Sub Debug.CheatDelegate(game As GameImpl, person As Person, match As Match)
extensionMethods: extensionMethods:
- TinyLife.Debug.CheatDelegate.TinyLife.Utilities.Extensions.JsonCopy``1 - TinyLife.Debug.CheatDelegate.TinyLife.Utilities.Extensions.JsonCopy``1
modifiers.csharp:
- public
- delegate
modifiers.vb:
- Public
- Delegate
references: references:
- uid: TinyLife.Debug.Cheats - uid: TinyLife.Debug.Cheats
commentId: F:TinyLife.Debug.Cheats commentId: F:TinyLife.Debug.Cheats
isExternal: true name: Cheats
nameWithType: Debug.Cheats
fullName: TinyLife.Debug.Cheats
- uid: TinyLife - uid: TinyLife
commentId: N:TinyLife commentId: N:TinyLife
name: TinyLife name: TinyLife
@ -56,34 +52,36 @@ references:
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0) commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
parent: TinyLife.Utilities.Extensions parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0) definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy<Debug.CheatDelegate>() name: JsonCopy<CheatDelegate>(CheatDelegate)
nameWithType: Extensions.JsonCopy<Debug.CheatDelegate>() nameWithType: Extensions.JsonCopy<Debug.CheatDelegate>(Debug.CheatDelegate)
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Debug.CheatDelegate>() fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Debug.CheatDelegate>(TinyLife.Debug.CheatDelegate)
nameWithType.vb: Extensions.JsonCopy(Of Debug.CheatDelegate)() nameWithType.vb: Extensions.JsonCopy(Of Debug.CheatDelegate)(Debug.CheatDelegate)
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Debug.CheatDelegate)() fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Debug.CheatDelegate)(TinyLife.Debug.CheatDelegate)
name.vb: JsonCopy(Of Debug.CheatDelegate)() name.vb: JsonCopy(Of CheatDelegate)(CheatDelegate)
spec.csharp: spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1 - uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Debug.CheatDelegate)
name: JsonCopy<Debug.CheatDelegate> name: JsonCopy
nameWithType: Extensions.JsonCopy<Debug.CheatDelegate> - name: <
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Debug.CheatDelegate> - uid: TinyLife.Debug.CheatDelegate
name: CheatDelegate
- name: '>'
- name: ( - name: (
nameWithType: ( - uid: TinyLife.Debug.CheatDelegate
fullName: ( name: CheatDelegate
- name: ) - name: )
nameWithType: )
fullName: )
spec.vb: spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1 - uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Debug.CheatDelegate)
name: JsonCopy(Of Debug.CheatDelegate) name: JsonCopy
nameWithType: Extensions.JsonCopy(Of Debug.CheatDelegate)
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Debug.CheatDelegate)
- name: ( - name: (
nameWithType: ( - name: Of
fullName: ( - name: " "
- uid: TinyLife.Debug.CheatDelegate
name: CheatDelegate
- name: )
- name: (
- uid: TinyLife.Debug.CheatDelegate
name: CheatDelegate
- name: ) - name: )
nameWithType: )
fullName: )
- uid: TinyLife.GameImpl - uid: TinyLife.GameImpl
commentId: T:TinyLife.GameImpl commentId: T:TinyLife.GameImpl
parent: TinyLife parent: TinyLife
@ -100,6 +98,7 @@ references:
commentId: T:System.Text.RegularExpressions.Match commentId: T:System.Text.RegularExpressions.Match
parent: System.Text.RegularExpressions parent: System.Text.RegularExpressions
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.text.regularexpressions.match
name: Match name: Match
nameWithType: Match nameWithType: Match
fullName: System.Text.RegularExpressions.Match fullName: System.Text.RegularExpressions.Match
@ -113,32 +112,24 @@ references:
name.vb: JsonCopy(Of T)(T) name.vb: JsonCopy(Of T)(T)
spec.csharp: spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy<T> name: JsonCopy
nameWithType: Extensions.JsonCopy<T> - name: <
fullName: TinyLife.Utilities.Extensions.JsonCopy<T> - name: T
- name: ( - name: '>'
nameWithType: ( - name: (
fullName: (
- name: T - name: T
nameWithType: T
fullName: T
- name: ) - name: )
nameWithType: )
fullName: )
spec.vb: spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy(Of T) name: JsonCopy
nameWithType: Extensions.JsonCopy(Of T) - name: (
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of T) - name: Of
- name: " "
- name: T
- name: )
- name: ( - name: (
nameWithType: (
fullName: (
- name: T - name: T
nameWithType: T
fullName: T
- name: ) - name: )
nameWithType: )
fullName: )
- uid: TinyLife.Utilities.Extensions - uid: TinyLife.Utilities.Extensions
commentId: T:TinyLife.Utilities.Extensions commentId: T:TinyLife.Utilities.Extensions
parent: TinyLife.Utilities parent: TinyLife.Utilities
@ -150,14 +141,69 @@ references:
name: TinyLife.Objects name: TinyLife.Objects
nameWithType: TinyLife.Objects nameWithType: TinyLife.Objects
fullName: TinyLife.Objects fullName: TinyLife.Objects
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Objects
name: Objects
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Objects
name: Objects
- uid: System.Text.RegularExpressions - uid: System.Text.RegularExpressions
commentId: N:System.Text.RegularExpressions commentId: N:System.Text.RegularExpressions
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
name: System.Text.RegularExpressions name: System.Text.RegularExpressions
nameWithType: System.Text.RegularExpressions nameWithType: System.Text.RegularExpressions
fullName: System.Text.RegularExpressions fullName: System.Text.RegularExpressions
spec.csharp:
- uid: System
name: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
- name: .
- uid: System.Text
name: Text
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.text
- name: .
- uid: System.Text.RegularExpressions
name: RegularExpressions
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.text.regularexpressions
spec.vb:
- uid: System
name: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
- name: .
- uid: System.Text
name: Text
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.text
- name: .
- uid: System.Text.RegularExpressions
name: RegularExpressions
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.text.regularexpressions
- uid: TinyLife.Utilities - uid: TinyLife.Utilities
commentId: N:TinyLife.Utilities commentId: N:TinyLife.Utilities
name: TinyLife.Utilities name: TinyLife.Utilities
nameWithType: TinyLife.Utilities nameWithType: TinyLife.Utilities
fullName: TinyLife.Utilities fullName: TinyLife.Utilities
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Utilities
name: Utilities
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Utilities
name: Utilities

View file

@ -15,18 +15,18 @@ items:
source: source:
remote: remote:
path: TinyLife/Debug.cs path: TinyLife/Debug.cs
branch: 0.29.3-dev branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DebugDelegate id: DebugDelegate
path: ../TinyLife/Debug.cs path: ../TinyLife/Debug.cs
startLine: 690 startLine: 740
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
summary: "\nA delegate method used for <xref href=\"TinyLife.Debug.DebugLines\" data-throw-if-not-resolved=\"false\"></xref>.\n" summary: "\nA delegate method used for <xref href=\"TinyLife.Debug.DebugLines\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: [] example: []
syntax: syntax:
content: public delegate string DebugDelegate(GameImpl game, Paragraph paragraph); content: public delegate string Debug.DebugDelegate(GameImpl game, Paragraph paragraph)
parameters: parameters:
- id: game - id: game
type: TinyLife.GameImpl type: TinyLife.GameImpl
@ -34,19 +34,15 @@ items:
type: MLEM.Ui.Elements.Paragraph type: MLEM.Ui.Elements.Paragraph
return: return:
type: System.String type: System.String
content.vb: Public Delegate Function DebugDelegate(game As GameImpl, paragraph As Paragraph) As String content.vb: Public Delegate Function Debug.DebugDelegate(game As GameImpl, paragraph As Paragraph) As String
extensionMethods: extensionMethods:
- TinyLife.Debug.DebugDelegate.TinyLife.Utilities.Extensions.JsonCopy``1 - TinyLife.Debug.DebugDelegate.TinyLife.Utilities.Extensions.JsonCopy``1
modifiers.csharp:
- public
- delegate
modifiers.vb:
- Public
- Delegate
references: references:
- uid: TinyLife.Debug.DebugLines - uid: TinyLife.Debug.DebugLines
commentId: F:TinyLife.Debug.DebugLines commentId: F:TinyLife.Debug.DebugLines
isExternal: true name: DebugLines
nameWithType: Debug.DebugLines
fullName: TinyLife.Debug.DebugLines
- uid: TinyLife - uid: TinyLife
commentId: N:TinyLife commentId: N:TinyLife
name: TinyLife name: TinyLife
@ -56,34 +52,36 @@ references:
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0) commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
parent: TinyLife.Utilities.Extensions parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0) definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy<Debug.DebugDelegate>() name: JsonCopy<DebugDelegate>(DebugDelegate)
nameWithType: Extensions.JsonCopy<Debug.DebugDelegate>() nameWithType: Extensions.JsonCopy<Debug.DebugDelegate>(Debug.DebugDelegate)
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Debug.DebugDelegate>() fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Debug.DebugDelegate>(TinyLife.Debug.DebugDelegate)
nameWithType.vb: Extensions.JsonCopy(Of Debug.DebugDelegate)() nameWithType.vb: Extensions.JsonCopy(Of Debug.DebugDelegate)(Debug.DebugDelegate)
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Debug.DebugDelegate)() fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Debug.DebugDelegate)(TinyLife.Debug.DebugDelegate)
name.vb: JsonCopy(Of Debug.DebugDelegate)() name.vb: JsonCopy(Of DebugDelegate)(DebugDelegate)
spec.csharp: spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1 - uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Debug.DebugDelegate)
name: JsonCopy<Debug.DebugDelegate> name: JsonCopy
nameWithType: Extensions.JsonCopy<Debug.DebugDelegate> - name: <
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Debug.DebugDelegate> - uid: TinyLife.Debug.DebugDelegate
name: DebugDelegate
- name: '>'
- name: ( - name: (
nameWithType: ( - uid: TinyLife.Debug.DebugDelegate
fullName: ( name: DebugDelegate
- name: ) - name: )
nameWithType: )
fullName: )
spec.vb: spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1 - uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Debug.DebugDelegate)
name: JsonCopy(Of Debug.DebugDelegate) name: JsonCopy
nameWithType: Extensions.JsonCopy(Of Debug.DebugDelegate)
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Debug.DebugDelegate)
- name: ( - name: (
nameWithType: ( - name: Of
fullName: ( - name: " "
- uid: TinyLife.Debug.DebugDelegate
name: DebugDelegate
- name: )
- name: (
- uid: TinyLife.Debug.DebugDelegate
name: DebugDelegate
- name: ) - name: )
nameWithType: )
fullName: )
- uid: TinyLife.GameImpl - uid: TinyLife.GameImpl
commentId: T:TinyLife.GameImpl commentId: T:TinyLife.GameImpl
parent: TinyLife parent: TinyLife
@ -101,9 +99,13 @@ references:
commentId: T:System.String commentId: T:System.String
parent: System parent: System
isExternal: true isExternal: true
name: String href: https://learn.microsoft.com/dotnet/api/system.string
nameWithType: String name: string
fullName: System.String nameWithType: string
fullName: string
nameWithType.vb: String
fullName.vb: String
name.vb: String
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0) commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy<T>(T) name: JsonCopy<T>(T)
@ -114,32 +116,24 @@ references:
name.vb: JsonCopy(Of T)(T) name.vb: JsonCopy(Of T)(T)
spec.csharp: spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy<T> name: JsonCopy
nameWithType: Extensions.JsonCopy<T> - name: <
fullName: TinyLife.Utilities.Extensions.JsonCopy<T> - name: T
- name: ( - name: '>'
nameWithType: ( - name: (
fullName: (
- name: T - name: T
nameWithType: T
fullName: T
- name: ) - name: )
nameWithType: )
fullName: )
spec.vb: spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy(Of T) name: JsonCopy
nameWithType: Extensions.JsonCopy(Of T) - name: (
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of T) - name: Of
- name: " "
- name: T
- name: )
- name: ( - name: (
nameWithType: (
fullName: (
- name: T - name: T
nameWithType: T
fullName: T
- name: ) - name: )
nameWithType: )
fullName: )
- uid: TinyLife.Utilities.Extensions - uid: TinyLife.Utilities.Extensions
commentId: T:TinyLife.Utilities.Extensions commentId: T:TinyLife.Utilities.Extensions
parent: TinyLife.Utilities parent: TinyLife.Utilities
@ -152,9 +146,34 @@ references:
name: MLEM.Ui.Elements name: MLEM.Ui.Elements
nameWithType: MLEM.Ui.Elements nameWithType: MLEM.Ui.Elements
fullName: MLEM.Ui.Elements fullName: MLEM.Ui.Elements
spec.csharp:
- uid: MLEM
name: MLEM
isExternal: true
- name: .
- uid: MLEM.Ui
name: Ui
isExternal: true
- name: .
- uid: MLEM.Ui.Elements
name: Elements
isExternal: true
spec.vb:
- uid: MLEM
name: MLEM
isExternal: true
- name: .
- uid: MLEM.Ui
name: Ui
isExternal: true
- name: .
- uid: MLEM.Ui.Elements
name: Elements
isExternal: true
- uid: System - uid: System
commentId: N:System commentId: N:System
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
name: System name: System
nameWithType: System nameWithType: System
fullName: System fullName: System
@ -163,3 +182,15 @@ references:
name: TinyLife.Utilities name: TinyLife.Utilities
nameWithType: TinyLife.Utilities nameWithType: TinyLife.Utilities
fullName: TinyLife.Utilities fullName: TinyLife.Utilities
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Utilities
name: Utilities
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Utilities
name: Utilities

View file

@ -18,7 +18,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Debug.cs path: TinyLife/Debug.cs
branch: 0.29.3-dev branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Debug id: Debug
path: ../TinyLife/Debug.cs path: ../TinyLife/Debug.cs
@ -43,12 +43,6 @@ items:
- System.Object.ToString - System.Object.ToString
extensionMethods: extensionMethods:
- TinyLife.Debug.TinyLife.Utilities.Extensions.JsonCopy``1 - TinyLife.Debug.TinyLife.Utilities.Extensions.JsonCopy``1
modifiers.csharp:
- public
- class
modifiers.vb:
- Public
- Class
- uid: TinyLife.Debug.Cheats - uid: TinyLife.Debug.Cheats
commentId: F:TinyLife.Debug.Cheats commentId: F:TinyLife.Debug.Cheats
id: Cheats id: Cheats
@ -63,7 +57,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Debug.cs path: TinyLife/Debug.cs
branch: 0.29.3-dev branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Cheats id: Cheats
path: ../TinyLife/Debug.cs path: ../TinyLife/Debug.cs
@ -78,14 +72,6 @@ items:
return: return:
type: System.Collections.Generic.Dictionary{System.Text.RegularExpressions.Regex,TinyLife.Debug.CheatDelegate} type: System.Collections.Generic.Dictionary{System.Text.RegularExpressions.Regex,TinyLife.Debug.CheatDelegate}
content.vb: Public Shared ReadOnly Cheats As Dictionary(Of Regex, 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 - uid: TinyLife.Debug.DebugLines
commentId: F:TinyLife.Debug.DebugLines commentId: F:TinyLife.Debug.DebugLines
id: DebugLines id: DebugLines
@ -100,7 +86,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Debug.cs path: TinyLife/Debug.cs
branch: 0.29.3-dev branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DebugLines id: DebugLines
path: ../TinyLife/Debug.cs path: ../TinyLife/Debug.cs
@ -115,14 +101,6 @@ items:
return: return:
type: System.Collections.Generic.List{TinyLife.Debug.DebugDelegate} type: System.Collections.Generic.List{TinyLife.Debug.DebugDelegate}
content.vb: Public Shared ReadOnly DebugLines As List(Of Debug.DebugDelegate) content.vb: Public Shared ReadOnly DebugLines As List(Of Debug.DebugDelegate)
modifiers.csharp:
- public
- static
- readonly
modifiers.vb:
- Public
- Shared
- ReadOnly
- uid: TinyLife.Debug.TryCheat(System.String) - uid: TinyLife.Debug.TryCheat(System.String)
commentId: M:TinyLife.Debug.TryCheat(System.String) commentId: M:TinyLife.Debug.TryCheat(System.String)
id: TryCheat(System.String) id: TryCheat(System.String)
@ -130,18 +108,18 @@ items:
langs: langs:
- csharp - csharp
- vb - vb
name: TryCheat(String) name: TryCheat(string)
nameWithType: Debug.TryCheat(String) nameWithType: Debug.TryCheat(string)
fullName: TinyLife.Debug.TryCheat(System.String) fullName: TinyLife.Debug.TryCheat(string)
type: Method type: Method
source: source:
remote: remote:
path: TinyLife/Debug.cs path: TinyLife/Debug.cs
branch: 0.29.3-dev branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TryCheat id: TryCheat
path: ../TinyLife/Debug.cs path: ../TinyLife/Debug.cs
startLine: 516 startLine: 566
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -158,19 +136,20 @@ items:
description: Whether the cheat was successfully exeucted. description: Whether the cheat was successfully exeucted.
content.vb: Public Shared Function TryCheat(text As String) As Boolean content.vb: Public Shared Function TryCheat(text As String) As Boolean
overload: TinyLife.Debug.TryCheat* overload: TinyLife.Debug.TryCheat*
modifiers.csharp: nameWithType.vb: Debug.TryCheat(String)
- public fullName.vb: TinyLife.Debug.TryCheat(String)
- static name.vb: TryCheat(String)
modifiers.vb:
- Public
- Shared
references: references:
- uid: TinyLife.Debug.Cheats - uid: TinyLife.Debug.Cheats
commentId: F:TinyLife.Debug.Cheats commentId: F:TinyLife.Debug.Cheats
isExternal: true name: Cheats
nameWithType: Debug.Cheats
fullName: TinyLife.Debug.Cheats
- uid: TinyLife.Debug.DebugLines - uid: TinyLife.Debug.DebugLines
commentId: F:TinyLife.Debug.DebugLines commentId: F:TinyLife.Debug.DebugLines
isExternal: true name: DebugLines
nameWithType: Debug.DebugLines
fullName: TinyLife.Debug.DebugLines
- uid: TinyLife - uid: TinyLife
commentId: N:TinyLife commentId: N:TinyLife
name: TinyLife name: TinyLife
@ -180,323 +159,270 @@ references:
commentId: T:System.Object commentId: T:System.Object
parent: System parent: System
isExternal: true isExternal: true
name: Object href: https://learn.microsoft.com/dotnet/api/system.object
nameWithType: Object name: object
fullName: System.Object nameWithType: object
fullName: object
nameWithType.vb: Object
fullName.vb: Object
name.vb: Object
- uid: System.Object.Equals(System.Object) - uid: System.Object.Equals(System.Object)
commentId: M:System.Object.Equals(System.Object) commentId: M:System.Object.Equals(System.Object)
parent: System.Object parent: System.Object
isExternal: true isExternal: true
name: Equals(Object) href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
nameWithType: Object.Equals(Object) name: Equals(object)
fullName: System.Object.Equals(System.Object) nameWithType: object.Equals(object)
fullName: object.Equals(object)
nameWithType.vb: Object.Equals(Object)
fullName.vb: Object.Equals(Object)
name.vb: Equals(Object)
spec.csharp: spec.csharp:
- uid: System.Object.Equals(System.Object) - uid: System.Object.Equals(System.Object)
name: Equals name: Equals
nameWithType: Object.Equals
fullName: System.Object.Equals
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
- name: ( - name: (
nameWithType: (
fullName: (
- uid: System.Object - uid: System.Object
name: Object name: object
nameWithType: Object
fullName: System.Object
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ) - name: )
nameWithType: )
fullName: )
spec.vb: spec.vb:
- uid: System.Object.Equals(System.Object) - uid: System.Object.Equals(System.Object)
name: Equals name: Equals
nameWithType: Object.Equals
fullName: System.Object.Equals
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
- name: ( - name: (
nameWithType: (
fullName: (
- uid: System.Object - uid: System.Object
name: Object name: Object
nameWithType: Object
fullName: System.Object
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ) - name: )
nameWithType: )
fullName: )
- uid: System.Object.Equals(System.Object,System.Object) - uid: System.Object.Equals(System.Object,System.Object)
commentId: M:System.Object.Equals(System.Object,System.Object) commentId: M:System.Object.Equals(System.Object,System.Object)
parent: System.Object parent: System.Object
isExternal: true isExternal: true
name: Equals(Object, Object) href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
nameWithType: Object.Equals(Object, Object) name: Equals(object, object)
fullName: System.Object.Equals(System.Object, System.Object) nameWithType: object.Equals(object, object)
fullName: object.Equals(object, object)
nameWithType.vb: Object.Equals(Object, Object)
fullName.vb: Object.Equals(Object, Object)
name.vb: Equals(Object, Object)
spec.csharp: spec.csharp:
- uid: System.Object.Equals(System.Object,System.Object) - uid: System.Object.Equals(System.Object,System.Object)
name: Equals name: Equals
nameWithType: Object.Equals
fullName: System.Object.Equals
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
- name: ( - name: (
nameWithType: (
fullName: (
- uid: System.Object - uid: System.Object
name: Object name: object
nameWithType: Object
fullName: System.Object
isExternal: true isExternal: true
- name: ', ' href: https://learn.microsoft.com/dotnet/api/system.object
nameWithType: ', ' - name: ','
fullName: ', ' - name: " "
- uid: System.Object - uid: System.Object
name: Object name: object
nameWithType: Object
fullName: System.Object
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ) - name: )
nameWithType: )
fullName: )
spec.vb: spec.vb:
- uid: System.Object.Equals(System.Object,System.Object) - uid: System.Object.Equals(System.Object,System.Object)
name: Equals name: Equals
nameWithType: Object.Equals
fullName: System.Object.Equals
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
- name: ( - name: (
nameWithType: (
fullName: (
- uid: System.Object - uid: System.Object
name: Object name: Object
nameWithType: Object
fullName: System.Object
isExternal: true isExternal: true
- name: ', ' href: https://learn.microsoft.com/dotnet/api/system.object
nameWithType: ', ' - name: ','
fullName: ', ' - name: " "
- uid: System.Object - uid: System.Object
name: Object name: Object
nameWithType: Object
fullName: System.Object
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ) - name: )
nameWithType: )
fullName: )
- uid: System.Object.GetHashCode - uid: System.Object.GetHashCode
commentId: M:System.Object.GetHashCode commentId: M:System.Object.GetHashCode
parent: System.Object parent: System.Object
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
name: GetHashCode() name: GetHashCode()
nameWithType: Object.GetHashCode() nameWithType: object.GetHashCode()
fullName: System.Object.GetHashCode() fullName: object.GetHashCode()
nameWithType.vb: Object.GetHashCode()
fullName.vb: Object.GetHashCode()
spec.csharp: spec.csharp:
- uid: System.Object.GetHashCode - uid: System.Object.GetHashCode
name: GetHashCode name: GetHashCode
nameWithType: Object.GetHashCode
fullName: System.Object.GetHashCode
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
- name: ( - name: (
nameWithType: (
fullName: (
- name: ) - name: )
nameWithType: )
fullName: )
spec.vb: spec.vb:
- uid: System.Object.GetHashCode - uid: System.Object.GetHashCode
name: GetHashCode name: GetHashCode
nameWithType: Object.GetHashCode
fullName: System.Object.GetHashCode
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
- name: ( - name: (
nameWithType: (
fullName: (
- name: ) - name: )
nameWithType: )
fullName: )
- uid: System.Object.GetType - uid: System.Object.GetType
commentId: M:System.Object.GetType commentId: M:System.Object.GetType
parent: System.Object parent: System.Object
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
name: GetType() name: GetType()
nameWithType: Object.GetType() nameWithType: object.GetType()
fullName: System.Object.GetType() fullName: object.GetType()
nameWithType.vb: Object.GetType()
fullName.vb: Object.GetType()
spec.csharp: spec.csharp:
- uid: System.Object.GetType - uid: System.Object.GetType
name: GetType name: GetType
nameWithType: Object.GetType
fullName: System.Object.GetType
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
- name: ( - name: (
nameWithType: (
fullName: (
- name: ) - name: )
nameWithType: )
fullName: )
spec.vb: spec.vb:
- uid: System.Object.GetType - uid: System.Object.GetType
name: GetType name: GetType
nameWithType: Object.GetType
fullName: System.Object.GetType
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
- name: ( - name: (
nameWithType: (
fullName: (
- name: ) - name: )
nameWithType: )
fullName: )
- uid: System.Object.MemberwiseClone - uid: System.Object.MemberwiseClone
commentId: M:System.Object.MemberwiseClone commentId: M:System.Object.MemberwiseClone
parent: System.Object parent: System.Object
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
name: MemberwiseClone() name: MemberwiseClone()
nameWithType: Object.MemberwiseClone() nameWithType: object.MemberwiseClone()
fullName: System.Object.MemberwiseClone() fullName: object.MemberwiseClone()
nameWithType.vb: Object.MemberwiseClone()
fullName.vb: Object.MemberwiseClone()
spec.csharp: spec.csharp:
- uid: System.Object.MemberwiseClone - uid: System.Object.MemberwiseClone
name: MemberwiseClone name: MemberwiseClone
nameWithType: Object.MemberwiseClone
fullName: System.Object.MemberwiseClone
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
- name: ( - name: (
nameWithType: (
fullName: (
- name: ) - name: )
nameWithType: )
fullName: )
spec.vb: spec.vb:
- uid: System.Object.MemberwiseClone - uid: System.Object.MemberwiseClone
name: MemberwiseClone name: MemberwiseClone
nameWithType: Object.MemberwiseClone
fullName: System.Object.MemberwiseClone
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
- name: ( - name: (
nameWithType: (
fullName: (
- name: ) - name: )
nameWithType: )
fullName: )
- uid: System.Object.ReferenceEquals(System.Object,System.Object) - uid: System.Object.ReferenceEquals(System.Object,System.Object)
commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) commentId: M:System.Object.ReferenceEquals(System.Object,System.Object)
parent: System.Object parent: System.Object
isExternal: true isExternal: true
name: ReferenceEquals(Object, Object) href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
nameWithType: Object.ReferenceEquals(Object, Object) name: ReferenceEquals(object, object)
fullName: System.Object.ReferenceEquals(System.Object, System.Object) nameWithType: object.ReferenceEquals(object, object)
fullName: object.ReferenceEquals(object, object)
nameWithType.vb: Object.ReferenceEquals(Object, Object)
fullName.vb: Object.ReferenceEquals(Object, Object)
name.vb: ReferenceEquals(Object, Object)
spec.csharp: spec.csharp:
- uid: System.Object.ReferenceEquals(System.Object,System.Object) - uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals name: ReferenceEquals
nameWithType: Object.ReferenceEquals
fullName: System.Object.ReferenceEquals
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
- name: ( - name: (
nameWithType: (
fullName: (
- uid: System.Object - uid: System.Object
name: Object name: object
nameWithType: Object
fullName: System.Object
isExternal: true isExternal: true
- name: ', ' href: https://learn.microsoft.com/dotnet/api/system.object
nameWithType: ', ' - name: ','
fullName: ', ' - name: " "
- uid: System.Object - uid: System.Object
name: Object name: object
nameWithType: Object
fullName: System.Object
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ) - name: )
nameWithType: )
fullName: )
spec.vb: spec.vb:
- uid: System.Object.ReferenceEquals(System.Object,System.Object) - uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals name: ReferenceEquals
nameWithType: Object.ReferenceEquals
fullName: System.Object.ReferenceEquals
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
- name: ( - name: (
nameWithType: (
fullName: (
- uid: System.Object - uid: System.Object
name: Object name: Object
nameWithType: Object
fullName: System.Object
isExternal: true isExternal: true
- name: ', ' href: https://learn.microsoft.com/dotnet/api/system.object
nameWithType: ', ' - name: ','
fullName: ', ' - name: " "
- uid: System.Object - uid: System.Object
name: Object name: Object
nameWithType: Object
fullName: System.Object
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ) - name: )
nameWithType: )
fullName: )
- uid: System.Object.ToString - uid: System.Object.ToString
commentId: M:System.Object.ToString commentId: M:System.Object.ToString
parent: System.Object parent: System.Object
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
name: ToString() name: ToString()
nameWithType: Object.ToString() nameWithType: object.ToString()
fullName: System.Object.ToString() fullName: object.ToString()
nameWithType.vb: Object.ToString()
fullName.vb: Object.ToString()
spec.csharp: spec.csharp:
- uid: System.Object.ToString - uid: System.Object.ToString
name: ToString name: ToString
nameWithType: Object.ToString
fullName: System.Object.ToString
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
- name: ( - name: (
nameWithType: (
fullName: (
- name: ) - name: )
nameWithType: )
fullName: )
spec.vb: spec.vb:
- uid: System.Object.ToString - uid: System.Object.ToString
name: ToString name: ToString
nameWithType: Object.ToString
fullName: System.Object.ToString
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
- name: ( - name: (
nameWithType: (
fullName: (
- name: ) - name: )
nameWithType: )
fullName: )
- uid: TinyLife.Debug.TinyLife.Utilities.Extensions.JsonCopy``1 - uid: TinyLife.Debug.TinyLife.Utilities.Extensions.JsonCopy``1
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0) commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
parent: TinyLife.Utilities.Extensions parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0) definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy<Debug>() name: JsonCopy<Debug>(Debug)
nameWithType: Extensions.JsonCopy<Debug>() nameWithType: Extensions.JsonCopy<Debug>(Debug)
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Debug>() fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Debug>(TinyLife.Debug)
nameWithType.vb: Extensions.JsonCopy(Of Debug)() nameWithType.vb: Extensions.JsonCopy(Of Debug)(Debug)
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Debug)() fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Debug)(TinyLife.Debug)
name.vb: JsonCopy(Of Debug)() name.vb: JsonCopy(Of Debug)(Debug)
spec.csharp: spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1 - uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Debug)
name: JsonCopy<Debug> name: JsonCopy
nameWithType: Extensions.JsonCopy<Debug> - name: <
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Debug> - uid: TinyLife.Debug
name: Debug
- name: '>'
- name: ( - name: (
nameWithType: ( - uid: TinyLife.Debug
fullName: ( name: Debug
- name: ) - name: )
nameWithType: )
fullName: )
spec.vb: spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1 - uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Debug)
name: JsonCopy(Of Debug) name: JsonCopy
nameWithType: Extensions.JsonCopy(Of Debug)
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Debug)
- name: ( - name: (
nameWithType: ( - name: Of
fullName: ( - name: " "
- uid: TinyLife.Debug
name: Debug
- name: )
- name: (
- uid: TinyLife.Debug
name: Debug
- name: ) - name: )
nameWithType: )
fullName: )
- uid: System - uid: System
commentId: N:System commentId: N:System
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
name: System name: System
nameWithType: System nameWithType: System
fullName: System fullName: System
@ -510,32 +436,24 @@ references:
name.vb: JsonCopy(Of T)(T) name.vb: JsonCopy(Of T)(T)
spec.csharp: spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy<T> name: JsonCopy
nameWithType: Extensions.JsonCopy<T> - name: <
fullName: TinyLife.Utilities.Extensions.JsonCopy<T> - name: T
- name: ( - name: '>'
nameWithType: ( - name: (
fullName: (
- name: T - name: T
nameWithType: T
fullName: T
- name: ) - name: )
nameWithType: )
fullName: )
spec.vb: spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy(Of T) name: JsonCopy
nameWithType: Extensions.JsonCopy(Of T) - name: (
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of T) - name: Of
- name: " "
- name: T
- name: )
- name: ( - name: (
nameWithType: (
fullName: (
- name: T - name: T
nameWithType: T
fullName: T
- name: ) - name: )
nameWithType: )
fullName: )
- uid: TinyLife.Utilities.Extensions - uid: TinyLife.Utilities.Extensions
commentId: T:TinyLife.Utilities.Extensions commentId: T:TinyLife.Utilities.Extensions
parent: TinyLife.Utilities parent: TinyLife.Utilities
@ -547,15 +465,40 @@ references:
name: TinyLife.Utilities name: TinyLife.Utilities
nameWithType: TinyLife.Utilities nameWithType: TinyLife.Utilities
fullName: TinyLife.Utilities fullName: TinyLife.Utilities
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Utilities
name: Utilities
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Utilities
name: Utilities
- uid: TinyLife.Debug.CheatDelegate - uid: TinyLife.Debug.CheatDelegate
commentId: T:TinyLife.Debug.CheatDelegate commentId: T:TinyLife.Debug.CheatDelegate
name: Debug.CheatDelegate name: Debug.CheatDelegate
nameWithType: Debug.CheatDelegate nameWithType: Debug.CheatDelegate
fullName: TinyLife.Debug.CheatDelegate fullName: TinyLife.Debug.CheatDelegate
spec.csharp:
- uid: TinyLife.Debug
name: Debug
- name: .
- uid: TinyLife.Debug.CheatDelegate
name: CheatDelegate
spec.vb:
- uid: TinyLife.Debug
name: Debug
- name: .
- uid: TinyLife.Debug.CheatDelegate
name: CheatDelegate
- uid: System.Collections.Generic.Dictionary{System.Text.RegularExpressions.Regex,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} commentId: T:System.Collections.Generic.Dictionary{System.Text.RegularExpressions.Regex,TinyLife.Debug.CheatDelegate}
parent: System.Collections.Generic parent: System.Collections.Generic
definition: System.Collections.Generic.Dictionary`2 definition: System.Collections.Generic.Dictionary`2
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2
name: Dictionary<Regex, Debug.CheatDelegate> name: Dictionary<Regex, Debug.CheatDelegate>
nameWithType: Dictionary<Regex, Debug.CheatDelegate> nameWithType: Dictionary<Regex, Debug.CheatDelegate>
fullName: System.Collections.Generic.Dictionary<System.Text.RegularExpressions.Regex, TinyLife.Debug.CheatDelegate> fullName: System.Collections.Generic.Dictionary<System.Text.RegularExpressions.Regex, TinyLife.Debug.CheatDelegate>
@ -565,54 +508,45 @@ references:
spec.csharp: spec.csharp:
- uid: System.Collections.Generic.Dictionary`2 - uid: System.Collections.Generic.Dictionary`2
name: Dictionary name: Dictionary
nameWithType: Dictionary
fullName: System.Collections.Generic.Dictionary
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2
- name: < - name: <
nameWithType: <
fullName: <
- uid: System.Text.RegularExpressions.Regex - uid: System.Text.RegularExpressions.Regex
name: Regex name: Regex
nameWithType: Regex
fullName: System.Text.RegularExpressions.Regex
isExternal: true isExternal: true
- name: ', ' href: https://learn.microsoft.com/dotnet/api/system.text.regularexpressions.regex
nameWithType: ', ' - name: ','
fullName: ', ' - name: " "
- uid: TinyLife.Debug
name: Debug
- name: .
- uid: TinyLife.Debug.CheatDelegate - uid: TinyLife.Debug.CheatDelegate
name: Debug.CheatDelegate name: CheatDelegate
nameWithType: Debug.CheatDelegate
fullName: TinyLife.Debug.CheatDelegate
- name: '>' - name: '>'
nameWithType: '>'
fullName: '>'
spec.vb: spec.vb:
- uid: System.Collections.Generic.Dictionary`2 - uid: System.Collections.Generic.Dictionary`2
name: Dictionary name: Dictionary
nameWithType: Dictionary
fullName: System.Collections.Generic.Dictionary
isExternal: true isExternal: true
- name: '(Of ' href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2
nameWithType: '(Of ' - name: (
fullName: '(Of ' - name: Of
- name: " "
- uid: System.Text.RegularExpressions.Regex - uid: System.Text.RegularExpressions.Regex
name: Regex name: Regex
nameWithType: Regex
fullName: System.Text.RegularExpressions.Regex
isExternal: true isExternal: true
- name: ', ' href: https://learn.microsoft.com/dotnet/api/system.text.regularexpressions.regex
nameWithType: ', ' - name: ','
fullName: ', ' - name: " "
- uid: TinyLife.Debug
name: Debug
- name: .
- uid: TinyLife.Debug.CheatDelegate - uid: TinyLife.Debug.CheatDelegate
name: Debug.CheatDelegate name: CheatDelegate
nameWithType: Debug.CheatDelegate
fullName: TinyLife.Debug.CheatDelegate
- name: ) - name: )
nameWithType: )
fullName: )
- uid: System.Collections.Generic.Dictionary`2 - uid: System.Collections.Generic.Dictionary`2
commentId: T:System.Collections.Generic.Dictionary`2 commentId: T:System.Collections.Generic.Dictionary`2
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2
name: Dictionary<TKey, TValue> name: Dictionary<TKey, TValue>
nameWithType: Dictionary<TKey, TValue> nameWithType: Dictionary<TKey, TValue>
fullName: System.Collections.Generic.Dictionary<TKey, TValue> fullName: System.Collections.Generic.Dictionary<TKey, TValue>
@ -622,60 +556,86 @@ references:
spec.csharp: spec.csharp:
- uid: System.Collections.Generic.Dictionary`2 - uid: System.Collections.Generic.Dictionary`2
name: Dictionary name: Dictionary
nameWithType: Dictionary
fullName: System.Collections.Generic.Dictionary
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2
- name: < - name: <
nameWithType: <
fullName: <
- name: TKey - name: TKey
nameWithType: TKey - name: ','
fullName: TKey - name: " "
- name: ', '
nameWithType: ', '
fullName: ', '
- name: TValue - name: TValue
nameWithType: TValue
fullName: TValue
- name: '>' - name: '>'
nameWithType: '>'
fullName: '>'
spec.vb: spec.vb:
- uid: System.Collections.Generic.Dictionary`2 - uid: System.Collections.Generic.Dictionary`2
name: Dictionary name: Dictionary
nameWithType: Dictionary
fullName: System.Collections.Generic.Dictionary
isExternal: true isExternal: true
- name: '(Of ' href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2
nameWithType: '(Of ' - name: (
fullName: '(Of ' - name: Of
- name: " "
- name: TKey - name: TKey
nameWithType: TKey - name: ','
fullName: TKey - name: " "
- name: ', '
nameWithType: ', '
fullName: ', '
- name: TValue - name: TValue
nameWithType: TValue
fullName: TValue
- name: ) - name: )
nameWithType: )
fullName: )
- uid: System.Collections.Generic - uid: System.Collections.Generic
commentId: N:System.Collections.Generic commentId: N:System.Collections.Generic
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
name: System.Collections.Generic name: System.Collections.Generic
nameWithType: System.Collections.Generic nameWithType: System.Collections.Generic
fullName: System.Collections.Generic fullName: System.Collections.Generic
spec.csharp:
- uid: System
name: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
- name: .
- uid: System.Collections
name: Collections
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections
- name: .
- uid: System.Collections.Generic
name: Generic
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic
spec.vb:
- uid: System
name: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
- name: .
- uid: System.Collections
name: Collections
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections
- name: .
- uid: System.Collections.Generic
name: Generic
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic
- uid: TinyLife.Debug.DebugDelegate - uid: TinyLife.Debug.DebugDelegate
commentId: T:TinyLife.Debug.DebugDelegate commentId: T:TinyLife.Debug.DebugDelegate
name: Debug.DebugDelegate name: Debug.DebugDelegate
nameWithType: Debug.DebugDelegate nameWithType: Debug.DebugDelegate
fullName: TinyLife.Debug.DebugDelegate fullName: TinyLife.Debug.DebugDelegate
spec.csharp:
- uid: TinyLife.Debug
name: Debug
- name: .
- uid: TinyLife.Debug.DebugDelegate
name: DebugDelegate
spec.vb:
- uid: TinyLife.Debug
name: Debug
- name: .
- uid: TinyLife.Debug.DebugDelegate
name: DebugDelegate
- uid: System.Collections.Generic.List{TinyLife.Debug.DebugDelegate} - uid: System.Collections.Generic.List{TinyLife.Debug.DebugDelegate}
commentId: T:System.Collections.Generic.List{TinyLife.Debug.DebugDelegate} commentId: T:System.Collections.Generic.List{TinyLife.Debug.DebugDelegate}
parent: System.Collections.Generic parent: System.Collections.Generic
definition: System.Collections.Generic.List`1 definition: System.Collections.Generic.List`1
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
name: List<Debug.DebugDelegate> name: List<Debug.DebugDelegate>
nameWithType: List<Debug.DebugDelegate> nameWithType: List<Debug.DebugDelegate>
fullName: System.Collections.Generic.List<TinyLife.Debug.DebugDelegate> fullName: System.Collections.Generic.List<TinyLife.Debug.DebugDelegate>
@ -685,38 +645,33 @@ references:
spec.csharp: spec.csharp:
- uid: System.Collections.Generic.List`1 - uid: System.Collections.Generic.List`1
name: List name: List
nameWithType: List
fullName: System.Collections.Generic.List
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
- name: < - name: <
nameWithType: < - uid: TinyLife.Debug
fullName: < name: Debug
- name: .
- uid: TinyLife.Debug.DebugDelegate - uid: TinyLife.Debug.DebugDelegate
name: Debug.DebugDelegate name: DebugDelegate
nameWithType: Debug.DebugDelegate
fullName: TinyLife.Debug.DebugDelegate
- name: '>' - name: '>'
nameWithType: '>'
fullName: '>'
spec.vb: spec.vb:
- uid: System.Collections.Generic.List`1 - uid: System.Collections.Generic.List`1
name: List name: List
nameWithType: List
fullName: System.Collections.Generic.List
isExternal: true isExternal: true
- name: '(Of ' href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
nameWithType: '(Of ' - name: (
fullName: '(Of ' - name: Of
- name: " "
- uid: TinyLife.Debug
name: Debug
- name: .
- uid: TinyLife.Debug.DebugDelegate - uid: TinyLife.Debug.DebugDelegate
name: Debug.DebugDelegate name: DebugDelegate
nameWithType: Debug.DebugDelegate
fullName: TinyLife.Debug.DebugDelegate
- name: ) - name: )
nameWithType: )
fullName: )
- uid: System.Collections.Generic.List`1 - uid: System.Collections.Generic.List`1
commentId: T:System.Collections.Generic.List`1 commentId: T:System.Collections.Generic.List`1
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
name: List<T> name: List<T>
nameWithType: List<T> nameWithType: List<T>
fullName: System.Collections.Generic.List<T> fullName: System.Collections.Generic.List<T>
@ -726,33 +681,21 @@ references:
spec.csharp: spec.csharp:
- uid: System.Collections.Generic.List`1 - uid: System.Collections.Generic.List`1
name: List name: List
nameWithType: List
fullName: System.Collections.Generic.List
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
- name: < - name: <
nameWithType: <
fullName: <
- name: T - name: T
nameWithType: T
fullName: T
- name: '>' - name: '>'
nameWithType: '>'
fullName: '>'
spec.vb: spec.vb:
- uid: System.Collections.Generic.List`1 - uid: System.Collections.Generic.List`1
name: List name: List
nameWithType: List
fullName: System.Collections.Generic.List
isExternal: true isExternal: true
- name: '(Of ' href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
nameWithType: '(Of ' - name: (
fullName: '(Of ' - name: Of
- name: " "
- name: T - name: T
nameWithType: T
fullName: T
- name: ) - name: )
nameWithType: )
fullName: )
- uid: TinyLife.Debug.TryCheat* - uid: TinyLife.Debug.TryCheat*
commentId: Overload:TinyLife.Debug.TryCheat commentId: Overload:TinyLife.Debug.TryCheat
name: TryCheat name: TryCheat
@ -762,13 +705,21 @@ references:
commentId: T:System.String commentId: T:System.String
parent: System parent: System
isExternal: true isExternal: true
name: String href: https://learn.microsoft.com/dotnet/api/system.string
nameWithType: String name: string
fullName: System.String nameWithType: string
fullName: string
nameWithType.vb: String
fullName.vb: String
name.vb: String
- uid: System.Boolean - uid: System.Boolean
commentId: T:System.Boolean commentId: T:System.Boolean
parent: System parent: System
isExternal: true isExternal: true
name: Boolean href: https://learn.microsoft.com/dotnet/api/system.boolean
nameWithType: Boolean name: bool
fullName: System.Boolean nameWithType: bool
fullName: bool
nameWithType.vb: Boolean
fullName.vb: Boolean
name.vb: Boolean

File diff suppressed because it is too large Load diff

View file

@ -17,7 +17,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/IEmotionSource.cs path: TinyLife/Emotions/IEmotionSource.cs
branch: 0.29.3-dev branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CombinedEmotionSource id: CombinedEmotionSource
path: ../TinyLife/Emotions/IEmotionSource.cs path: ../TinyLife/Emotions/IEmotionSource.cs
@ -29,9 +29,7 @@ items:
example: [] example: []
syntax: syntax:
content: 'public class CombinedEmotionSource : IEmotionSource' content: 'public class CombinedEmotionSource : IEmotionSource'
content.vb: >- content.vb: Public Class CombinedEmotionSource Implements IEmotionSource
Public Class CombinedEmotionSource
Implements IEmotionSource
inheritance: inheritance:
- System.Object - System.Object
implements: implements:
@ -46,12 +44,6 @@ items:
- System.Object.ToString - System.Object.ToString
extensionMethods: extensionMethods:
- TinyLife.Emotions.CombinedEmotionSource.TinyLife.Utilities.Extensions.JsonCopy``1 - TinyLife.Emotions.CombinedEmotionSource.TinyLife.Utilities.Extensions.JsonCopy``1
modifiers.csharp:
- public
- class
modifiers.vb:
- Public
- Class
- uid: TinyLife.Emotions.CombinedEmotionSource.SourceString - uid: TinyLife.Emotions.CombinedEmotionSource.SourceString
commentId: P:TinyLife.Emotions.CombinedEmotionSource.SourceString commentId: P:TinyLife.Emotions.CombinedEmotionSource.SourceString
id: SourceString id: SourceString
@ -66,7 +58,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/IEmotionSource.cs path: TinyLife/Emotions/IEmotionSource.cs
branch: 0.29.3-dev branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SourceString id: SourceString
path: ../TinyLife/Emotions/IEmotionSource.cs path: ../TinyLife/Emotions/IEmotionSource.cs
@ -85,12 +77,6 @@ items:
overload: TinyLife.Emotions.CombinedEmotionSource.SourceString* overload: TinyLife.Emotions.CombinedEmotionSource.SourceString*
implements: implements:
- TinyLife.Emotions.IEmotionSource.SourceString - TinyLife.Emotions.IEmotionSource.SourceString
modifiers.csharp:
- public
- get
modifiers.vb:
- Public
- ReadOnly
- uid: TinyLife.Emotions.CombinedEmotionSource.#ctor(TinyLife.Emotions.IEmotionSource[]) - uid: TinyLife.Emotions.CombinedEmotionSource.#ctor(TinyLife.Emotions.IEmotionSource[])
commentId: M:TinyLife.Emotions.CombinedEmotionSource.#ctor(TinyLife.Emotions.IEmotionSource[]) commentId: M:TinyLife.Emotions.CombinedEmotionSource.#ctor(TinyLife.Emotions.IEmotionSource[])
id: '#ctor(TinyLife.Emotions.IEmotionSource[])' id: '#ctor(TinyLife.Emotions.IEmotionSource[])'
@ -98,14 +84,14 @@ items:
langs: langs:
- csharp - csharp
- vb - vb
name: CombinedEmotionSource(IEmotionSource[]) name: CombinedEmotionSource(params IEmotionSource[])
nameWithType: CombinedEmotionSource.CombinedEmotionSource(IEmotionSource[]) nameWithType: CombinedEmotionSource.CombinedEmotionSource(params IEmotionSource[])
fullName: TinyLife.Emotions.CombinedEmotionSource.CombinedEmotionSource(TinyLife.Emotions.IEmotionSource[]) fullName: TinyLife.Emotions.CombinedEmotionSource.CombinedEmotionSource(params TinyLife.Emotions.IEmotionSource[])
type: Constructor type: Constructor
source: source:
remote: remote:
path: TinyLife/Emotions/IEmotionSource.cs path: TinyLife/Emotions/IEmotionSource.cs
branch: 0.29.3-dev branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Emotions/IEmotionSource.cs path: ../TinyLife/Emotions/IEmotionSource.cs
@ -123,13 +109,9 @@ items:
description: The underlying sources to combine. description: The underlying sources to combine.
content.vb: Public Sub New(ParamArray sources As IEmotionSource()) content.vb: Public Sub New(ParamArray sources As IEmotionSource())
overload: TinyLife.Emotions.CombinedEmotionSource.#ctor* overload: TinyLife.Emotions.CombinedEmotionSource.#ctor*
nameWithType.vb: CombinedEmotionSource.CombinedEmotionSource(IEmotionSource()) nameWithType.vb: CombinedEmotionSource.New(ParamArray IEmotionSource())
modifiers.csharp: fullName.vb: TinyLife.Emotions.CombinedEmotionSource.New(ParamArray TinyLife.Emotions.IEmotionSource())
- public name.vb: New(ParamArray IEmotionSource())
modifiers.vb:
- Public
fullName.vb: TinyLife.Emotions.CombinedEmotionSource.CombinedEmotionSource(TinyLife.Emotions.IEmotionSource())
name.vb: CombinedEmotionSource(IEmotionSource())
references: references:
- uid: TinyLife.Emotions.IEmotionSource - uid: TinyLife.Emotions.IEmotionSource
commentId: T:TinyLife.Emotions.IEmotionSource commentId: T:TinyLife.Emotions.IEmotionSource
@ -139,333 +121,294 @@ references:
fullName: TinyLife.Emotions.IEmotionSource fullName: TinyLife.Emotions.IEmotionSource
- uid: TinyLife.Emotions.CombinedEmotionSource.SourceString - uid: TinyLife.Emotions.CombinedEmotionSource.SourceString
commentId: P:TinyLife.Emotions.CombinedEmotionSource.SourceString commentId: P:TinyLife.Emotions.CombinedEmotionSource.SourceString
isExternal: true name: SourceString
nameWithType: CombinedEmotionSource.SourceString
fullName: TinyLife.Emotions.CombinedEmotionSource.SourceString
- uid: TinyLife.Emotions - uid: TinyLife.Emotions
commentId: N:TinyLife.Emotions commentId: N:TinyLife.Emotions
name: TinyLife.Emotions name: TinyLife.Emotions
nameWithType: TinyLife.Emotions nameWithType: TinyLife.Emotions
fullName: TinyLife.Emotions fullName: TinyLife.Emotions
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Emotions
name: Emotions
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Emotions
name: Emotions
- uid: System.Object - uid: System.Object
commentId: T:System.Object commentId: T:System.Object
parent: System parent: System
isExternal: true isExternal: true
name: Object href: https://learn.microsoft.com/dotnet/api/system.object
nameWithType: Object name: object
fullName: System.Object nameWithType: object
fullName: object
nameWithType.vb: Object
fullName.vb: Object
name.vb: Object
- uid: System.Object.Equals(System.Object) - uid: System.Object.Equals(System.Object)
commentId: M:System.Object.Equals(System.Object) commentId: M:System.Object.Equals(System.Object)
parent: System.Object parent: System.Object
isExternal: true isExternal: true
name: Equals(Object) href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
nameWithType: Object.Equals(Object) name: Equals(object)
fullName: System.Object.Equals(System.Object) nameWithType: object.Equals(object)
fullName: object.Equals(object)
nameWithType.vb: Object.Equals(Object)
fullName.vb: Object.Equals(Object)
name.vb: Equals(Object)
spec.csharp: spec.csharp:
- uid: System.Object.Equals(System.Object) - uid: System.Object.Equals(System.Object)
name: Equals name: Equals
nameWithType: Object.Equals
fullName: System.Object.Equals
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
- name: ( - name: (
nameWithType: (
fullName: (
- uid: System.Object - uid: System.Object
name: Object name: object
nameWithType: Object
fullName: System.Object
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ) - name: )
nameWithType: )
fullName: )
spec.vb: spec.vb:
- uid: System.Object.Equals(System.Object) - uid: System.Object.Equals(System.Object)
name: Equals name: Equals
nameWithType: Object.Equals
fullName: System.Object.Equals
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
- name: ( - name: (
nameWithType: (
fullName: (
- uid: System.Object - uid: System.Object
name: Object name: Object
nameWithType: Object
fullName: System.Object
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ) - name: )
nameWithType: )
fullName: )
- uid: System.Object.Equals(System.Object,System.Object) - uid: System.Object.Equals(System.Object,System.Object)
commentId: M:System.Object.Equals(System.Object,System.Object) commentId: M:System.Object.Equals(System.Object,System.Object)
parent: System.Object parent: System.Object
isExternal: true isExternal: true
name: Equals(Object, Object) href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
nameWithType: Object.Equals(Object, Object) name: Equals(object, object)
fullName: System.Object.Equals(System.Object, System.Object) nameWithType: object.Equals(object, object)
fullName: object.Equals(object, object)
nameWithType.vb: Object.Equals(Object, Object)
fullName.vb: Object.Equals(Object, Object)
name.vb: Equals(Object, Object)
spec.csharp: spec.csharp:
- uid: System.Object.Equals(System.Object,System.Object) - uid: System.Object.Equals(System.Object,System.Object)
name: Equals name: Equals
nameWithType: Object.Equals
fullName: System.Object.Equals
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
- name: ( - name: (
nameWithType: (
fullName: (
- uid: System.Object - uid: System.Object
name: Object name: object
nameWithType: Object
fullName: System.Object
isExternal: true isExternal: true
- name: ', ' href: https://learn.microsoft.com/dotnet/api/system.object
nameWithType: ', ' - name: ','
fullName: ', ' - name: " "
- uid: System.Object - uid: System.Object
name: Object name: object
nameWithType: Object
fullName: System.Object
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ) - name: )
nameWithType: )
fullName: )
spec.vb: spec.vb:
- uid: System.Object.Equals(System.Object,System.Object) - uid: System.Object.Equals(System.Object,System.Object)
name: Equals name: Equals
nameWithType: Object.Equals
fullName: System.Object.Equals
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
- name: ( - name: (
nameWithType: (
fullName: (
- uid: System.Object - uid: System.Object
name: Object name: Object
nameWithType: Object
fullName: System.Object
isExternal: true isExternal: true
- name: ', ' href: https://learn.microsoft.com/dotnet/api/system.object
nameWithType: ', ' - name: ','
fullName: ', ' - name: " "
- uid: System.Object - uid: System.Object
name: Object name: Object
nameWithType: Object
fullName: System.Object
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ) - name: )
nameWithType: )
fullName: )
- uid: System.Object.GetHashCode - uid: System.Object.GetHashCode
commentId: M:System.Object.GetHashCode commentId: M:System.Object.GetHashCode
parent: System.Object parent: System.Object
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
name: GetHashCode() name: GetHashCode()
nameWithType: Object.GetHashCode() nameWithType: object.GetHashCode()
fullName: System.Object.GetHashCode() fullName: object.GetHashCode()
nameWithType.vb: Object.GetHashCode()
fullName.vb: Object.GetHashCode()
spec.csharp: spec.csharp:
- uid: System.Object.GetHashCode - uid: System.Object.GetHashCode
name: GetHashCode name: GetHashCode
nameWithType: Object.GetHashCode
fullName: System.Object.GetHashCode
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
- name: ( - name: (
nameWithType: (
fullName: (
- name: ) - name: )
nameWithType: )
fullName: )
spec.vb: spec.vb:
- uid: System.Object.GetHashCode - uid: System.Object.GetHashCode
name: GetHashCode name: GetHashCode
nameWithType: Object.GetHashCode
fullName: System.Object.GetHashCode
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
- name: ( - name: (
nameWithType: (
fullName: (
- name: ) - name: )
nameWithType: )
fullName: )
- uid: System.Object.GetType - uid: System.Object.GetType
commentId: M:System.Object.GetType commentId: M:System.Object.GetType
parent: System.Object parent: System.Object
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
name: GetType() name: GetType()
nameWithType: Object.GetType() nameWithType: object.GetType()
fullName: System.Object.GetType() fullName: object.GetType()
nameWithType.vb: Object.GetType()
fullName.vb: Object.GetType()
spec.csharp: spec.csharp:
- uid: System.Object.GetType - uid: System.Object.GetType
name: GetType name: GetType
nameWithType: Object.GetType
fullName: System.Object.GetType
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
- name: ( - name: (
nameWithType: (
fullName: (
- name: ) - name: )
nameWithType: )
fullName: )
spec.vb: spec.vb:
- uid: System.Object.GetType - uid: System.Object.GetType
name: GetType name: GetType
nameWithType: Object.GetType
fullName: System.Object.GetType
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
- name: ( - name: (
nameWithType: (
fullName: (
- name: ) - name: )
nameWithType: )
fullName: )
- uid: System.Object.MemberwiseClone - uid: System.Object.MemberwiseClone
commentId: M:System.Object.MemberwiseClone commentId: M:System.Object.MemberwiseClone
parent: System.Object parent: System.Object
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
name: MemberwiseClone() name: MemberwiseClone()
nameWithType: Object.MemberwiseClone() nameWithType: object.MemberwiseClone()
fullName: System.Object.MemberwiseClone() fullName: object.MemberwiseClone()
nameWithType.vb: Object.MemberwiseClone()
fullName.vb: Object.MemberwiseClone()
spec.csharp: spec.csharp:
- uid: System.Object.MemberwiseClone - uid: System.Object.MemberwiseClone
name: MemberwiseClone name: MemberwiseClone
nameWithType: Object.MemberwiseClone
fullName: System.Object.MemberwiseClone
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
- name: ( - name: (
nameWithType: (
fullName: (
- name: ) - name: )
nameWithType: )
fullName: )
spec.vb: spec.vb:
- uid: System.Object.MemberwiseClone - uid: System.Object.MemberwiseClone
name: MemberwiseClone name: MemberwiseClone
nameWithType: Object.MemberwiseClone
fullName: System.Object.MemberwiseClone
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
- name: ( - name: (
nameWithType: (
fullName: (
- name: ) - name: )
nameWithType: )
fullName: )
- uid: System.Object.ReferenceEquals(System.Object,System.Object) - uid: System.Object.ReferenceEquals(System.Object,System.Object)
commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) commentId: M:System.Object.ReferenceEquals(System.Object,System.Object)
parent: System.Object parent: System.Object
isExternal: true isExternal: true
name: ReferenceEquals(Object, Object) href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
nameWithType: Object.ReferenceEquals(Object, Object) name: ReferenceEquals(object, object)
fullName: System.Object.ReferenceEquals(System.Object, System.Object) nameWithType: object.ReferenceEquals(object, object)
fullName: object.ReferenceEquals(object, object)
nameWithType.vb: Object.ReferenceEquals(Object, Object)
fullName.vb: Object.ReferenceEquals(Object, Object)
name.vb: ReferenceEquals(Object, Object)
spec.csharp: spec.csharp:
- uid: System.Object.ReferenceEquals(System.Object,System.Object) - uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals name: ReferenceEquals
nameWithType: Object.ReferenceEquals
fullName: System.Object.ReferenceEquals
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
- name: ( - name: (
nameWithType: (
fullName: (
- uid: System.Object - uid: System.Object
name: Object name: object
nameWithType: Object
fullName: System.Object
isExternal: true isExternal: true
- name: ', ' href: https://learn.microsoft.com/dotnet/api/system.object
nameWithType: ', ' - name: ','
fullName: ', ' - name: " "
- uid: System.Object - uid: System.Object
name: Object name: object
nameWithType: Object
fullName: System.Object
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ) - name: )
nameWithType: )
fullName: )
spec.vb: spec.vb:
- uid: System.Object.ReferenceEquals(System.Object,System.Object) - uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals name: ReferenceEquals
nameWithType: Object.ReferenceEquals
fullName: System.Object.ReferenceEquals
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
- name: ( - name: (
nameWithType: (
fullName: (
- uid: System.Object - uid: System.Object
name: Object name: Object
nameWithType: Object
fullName: System.Object
isExternal: true isExternal: true
- name: ', ' href: https://learn.microsoft.com/dotnet/api/system.object
nameWithType: ', ' - name: ','
fullName: ', ' - name: " "
- uid: System.Object - uid: System.Object
name: Object name: Object
nameWithType: Object
fullName: System.Object
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ) - name: )
nameWithType: )
fullName: )
- uid: System.Object.ToString - uid: System.Object.ToString
commentId: M:System.Object.ToString commentId: M:System.Object.ToString
parent: System.Object parent: System.Object
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
name: ToString() name: ToString()
nameWithType: Object.ToString() nameWithType: object.ToString()
fullName: System.Object.ToString() fullName: object.ToString()
nameWithType.vb: Object.ToString()
fullName.vb: Object.ToString()
spec.csharp: spec.csharp:
- uid: System.Object.ToString - uid: System.Object.ToString
name: ToString name: ToString
nameWithType: Object.ToString
fullName: System.Object.ToString
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
- name: ( - name: (
nameWithType: (
fullName: (
- name: ) - name: )
nameWithType: )
fullName: )
spec.vb: spec.vb:
- uid: System.Object.ToString - uid: System.Object.ToString
name: ToString name: ToString
nameWithType: Object.ToString
fullName: System.Object.ToString
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
- name: ( - name: (
nameWithType: (
fullName: (
- name: ) - name: )
nameWithType: )
fullName: )
- uid: TinyLife.Emotions.CombinedEmotionSource.TinyLife.Utilities.Extensions.JsonCopy``1 - uid: TinyLife.Emotions.CombinedEmotionSource.TinyLife.Utilities.Extensions.JsonCopy``1
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0) commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
parent: TinyLife.Utilities.Extensions parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0) definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy<CombinedEmotionSource>() name: JsonCopy<CombinedEmotionSource>(CombinedEmotionSource)
nameWithType: Extensions.JsonCopy<CombinedEmotionSource>() nameWithType: Extensions.JsonCopy<CombinedEmotionSource>(CombinedEmotionSource)
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Emotions.CombinedEmotionSource>() fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Emotions.CombinedEmotionSource>(TinyLife.Emotions.CombinedEmotionSource)
nameWithType.vb: Extensions.JsonCopy(Of CombinedEmotionSource)() nameWithType.vb: Extensions.JsonCopy(Of CombinedEmotionSource)(CombinedEmotionSource)
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Emotions.CombinedEmotionSource)() fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Emotions.CombinedEmotionSource)(TinyLife.Emotions.CombinedEmotionSource)
name.vb: JsonCopy(Of CombinedEmotionSource)() name.vb: JsonCopy(Of CombinedEmotionSource)(CombinedEmotionSource)
spec.csharp: spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1 - uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Emotions.CombinedEmotionSource)
name: JsonCopy<CombinedEmotionSource> name: JsonCopy
nameWithType: Extensions.JsonCopy<CombinedEmotionSource> - name: <
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Emotions.CombinedEmotionSource> - uid: TinyLife.Emotions.CombinedEmotionSource
name: CombinedEmotionSource
- name: '>'
- name: ( - name: (
nameWithType: ( - uid: TinyLife.Emotions.CombinedEmotionSource
fullName: ( name: CombinedEmotionSource
- name: ) - name: )
nameWithType: )
fullName: )
spec.vb: spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1 - uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Emotions.CombinedEmotionSource)
name: JsonCopy(Of CombinedEmotionSource) name: JsonCopy
nameWithType: Extensions.JsonCopy(Of CombinedEmotionSource)
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Emotions.CombinedEmotionSource)
- name: ( - name: (
nameWithType: ( - name: Of
fullName: ( - name: " "
- uid: TinyLife.Emotions.CombinedEmotionSource
name: CombinedEmotionSource
- name: )
- name: (
- uid: TinyLife.Emotions.CombinedEmotionSource
name: CombinedEmotionSource
- name: ) - name: )
nameWithType: )
fullName: )
- uid: System - uid: System
commentId: N:System commentId: N:System
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
name: System name: System
nameWithType: System nameWithType: System
fullName: System fullName: System
@ -479,32 +422,24 @@ references:
name.vb: JsonCopy(Of T)(T) name.vb: JsonCopy(Of T)(T)
spec.csharp: spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy<T> name: JsonCopy
nameWithType: Extensions.JsonCopy<T> - name: <
fullName: TinyLife.Utilities.Extensions.JsonCopy<T> - name: T
- name: ( - name: '>'
nameWithType: ( - name: (
fullName: (
- name: T - name: T
nameWithType: T
fullName: T
- name: ) - name: )
nameWithType: )
fullName: )
spec.vb: spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy(Of T) name: JsonCopy
nameWithType: Extensions.JsonCopy(Of T) - name: (
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of T) - name: Of
- name: " "
- name: T
- name: )
- name: ( - name: (
nameWithType: (
fullName: (
- name: T - name: T
nameWithType: T
fullName: T
- name: ) - name: )
nameWithType: )
fullName: )
- uid: TinyLife.Utilities.Extensions - uid: TinyLife.Utilities.Extensions
commentId: T:TinyLife.Utilities.Extensions commentId: T:TinyLife.Utilities.Extensions
parent: TinyLife.Utilities parent: TinyLife.Utilities
@ -516,6 +451,18 @@ references:
name: TinyLife.Utilities name: TinyLife.Utilities
nameWithType: TinyLife.Utilities nameWithType: TinyLife.Utilities
fullName: TinyLife.Utilities fullName: TinyLife.Utilities
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Utilities
name: Utilities
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Utilities
name: Utilities
- uid: TinyLife.Emotions.CombinedEmotionSource.SourceString* - uid: TinyLife.Emotions.CombinedEmotionSource.SourceString*
commentId: Overload:TinyLife.Emotions.CombinedEmotionSource.SourceString commentId: Overload:TinyLife.Emotions.CombinedEmotionSource.SourceString
name: SourceString name: SourceString
@ -531,14 +478,21 @@ references:
commentId: T:System.String commentId: T:System.String
parent: System parent: System
isExternal: true isExternal: true
name: String href: https://learn.microsoft.com/dotnet/api/system.string
nameWithType: String name: string
fullName: System.String nameWithType: string
fullName: string
nameWithType.vb: String
fullName.vb: String
name.vb: String
- uid: TinyLife.Emotions.CombinedEmotionSource.#ctor* - uid: TinyLife.Emotions.CombinedEmotionSource.#ctor*
commentId: Overload:TinyLife.Emotions.CombinedEmotionSource.#ctor commentId: Overload:TinyLife.Emotions.CombinedEmotionSource.#ctor
name: CombinedEmotionSource name: CombinedEmotionSource
nameWithType: CombinedEmotionSource.CombinedEmotionSource nameWithType: CombinedEmotionSource.CombinedEmotionSource
fullName: TinyLife.Emotions.CombinedEmotionSource.CombinedEmotionSource fullName: TinyLife.Emotions.CombinedEmotionSource.CombinedEmotionSource
nameWithType.vb: CombinedEmotionSource.New
fullName.vb: TinyLife.Emotions.CombinedEmotionSource.New
name.vb: New
- uid: TinyLife.Emotions.IEmotionSource[] - uid: TinyLife.Emotions.IEmotionSource[]
isExternal: true isExternal: true
name: IEmotionSource[] name: IEmotionSource[]
@ -550,16 +504,10 @@ references:
spec.csharp: spec.csharp:
- uid: TinyLife.Emotions.IEmotionSource - uid: TinyLife.Emotions.IEmotionSource
name: IEmotionSource name: IEmotionSource
nameWithType: IEmotionSource - name: '['
fullName: TinyLife.Emotions.IEmotionSource - name: ']'
- name: '[]'
nameWithType: '[]'
fullName: '[]'
spec.vb: spec.vb:
- uid: TinyLife.Emotions.IEmotionSource - uid: TinyLife.Emotions.IEmotionSource
name: IEmotionSource name: IEmotionSource
nameWithType: IEmotionSource - name: (
fullName: TinyLife.Emotions.IEmotionSource - name: )
- name: ()
nameWithType: ()
fullName: ()

View file

@ -23,11 +23,11 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: 0.29.3-dev branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Instance id: Instance
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 377 startLine: 386
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -37,11 +37,11 @@ items:
content: >- content: >-
[DataContract] [DataContract]
public class Instance public class EmotionModifier.Instance
content.vb: >- content.vb: >-
<DataContract> <DataContract>
Public Class Instance Public Class EmotionModifier.Instance
inheritance: inheritance:
- System.Object - System.Object
inheritedMembers: inheritedMembers:
@ -58,12 +58,6 @@ items:
- type: System.Runtime.Serialization.DataContractAttribute - type: System.Runtime.Serialization.DataContractAttribute
ctor: System.Runtime.Serialization.DataContractAttribute.#ctor ctor: System.Runtime.Serialization.DataContractAttribute.#ctor
arguments: [] arguments: []
modifiers.csharp:
- public
- class
modifiers.vb:
- Public
- Class
- uid: TinyLife.Emotions.EmotionModifier.Instance.Type - uid: TinyLife.Emotions.EmotionModifier.Instance.Type
commentId: F:TinyLife.Emotions.EmotionModifier.Instance.Type commentId: F:TinyLife.Emotions.EmotionModifier.Instance.Type
id: Type id: Type
@ -78,11 +72,11 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: 0.29.3-dev branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Type id: Type
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 384 startLine: 393
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -103,12 +97,6 @@ items:
- type: System.Runtime.Serialization.DataMemberAttribute - type: System.Runtime.Serialization.DataMemberAttribute
ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
arguments: [] arguments: []
modifiers.csharp:
- public
- readonly
modifiers.vb:
- Public
- ReadOnly
- uid: TinyLife.Emotions.EmotionModifier.Instance.Amount - uid: TinyLife.Emotions.EmotionModifier.Instance.Amount
commentId: F:TinyLife.Emotions.EmotionModifier.Instance.Amount commentId: F:TinyLife.Emotions.EmotionModifier.Instance.Amount
id: Amount id: Amount
@ -123,11 +111,11 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: 0.29.3-dev branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Amount id: Amount
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 389 startLine: 398
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -148,12 +136,6 @@ items:
- type: System.Runtime.Serialization.DataMemberAttribute - type: System.Runtime.Serialization.DataMemberAttribute
ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
arguments: [] arguments: []
modifiers.csharp:
- public
- readonly
modifiers.vb:
- Public
- ReadOnly
- uid: TinyLife.Emotions.EmotionModifier.Instance.TotalTime - uid: TinyLife.Emotions.EmotionModifier.Instance.TotalTime
commentId: F:TinyLife.Emotions.EmotionModifier.Instance.TotalTime commentId: F:TinyLife.Emotions.EmotionModifier.Instance.TotalTime
id: TotalTime id: TotalTime
@ -168,11 +150,11 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: 0.29.3-dev branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TotalTime id: TotalTime
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 394 startLine: 403
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -193,12 +175,6 @@ items:
- type: System.Runtime.Serialization.DataMemberAttribute - type: System.Runtime.Serialization.DataMemberAttribute
ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
arguments: [] arguments: []
modifiers.csharp:
- public
- readonly
modifiers.vb:
- Public
- ReadOnly
- uid: TinyLife.Emotions.EmotionModifier.Instance.Time - uid: TinyLife.Emotions.EmotionModifier.Instance.Time
commentId: P:TinyLife.Emotions.EmotionModifier.Instance.Time commentId: P:TinyLife.Emotions.EmotionModifier.Instance.Time
id: Time id: Time
@ -213,11 +189,11 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: 0.29.3-dev branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Time id: Time
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 399 startLine: 408
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -240,14 +216,6 @@ items:
- type: System.Runtime.Serialization.DataMemberAttribute - type: System.Runtime.Serialization.DataMemberAttribute
ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
arguments: [] arguments: []
modifiers.csharp:
- public
- get
- protected set
modifiers.vb:
- Public
- Get
- Protected Set
- uid: TinyLife.Emotions.EmotionModifier.Instance.SourceString - uid: TinyLife.Emotions.EmotionModifier.Instance.SourceString
commentId: P:TinyLife.Emotions.EmotionModifier.Instance.SourceString commentId: P:TinyLife.Emotions.EmotionModifier.Instance.SourceString
id: SourceString id: SourceString
@ -262,11 +230,11 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: 0.29.3-dev branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SourceString id: SourceString
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 405 startLine: 414
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -289,14 +257,6 @@ items:
- type: System.Runtime.Serialization.DataMemberAttribute - type: System.Runtime.Serialization.DataMemberAttribute
ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
arguments: [] arguments: []
modifiers.csharp:
- public
- get
- protected set
modifiers.vb:
- Public
- Get
- Protected Set
- uid: TinyLife.Emotions.EmotionModifier.Instance.Person - uid: TinyLife.Emotions.EmotionModifier.Instance.Person
commentId: P:TinyLife.Emotions.EmotionModifier.Instance.Person commentId: P:TinyLife.Emotions.EmotionModifier.Instance.Person
id: Person id: Person
@ -311,11 +271,11 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: 0.29.3-dev branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Person id: Person
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 410 startLine: 419
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -328,14 +288,6 @@ items:
type: TinyLife.Objects.Person type: TinyLife.Objects.Person
content.vb: Public Property Person As Person content.vb: Public Property Person As Person
overload: TinyLife.Emotions.EmotionModifier.Instance.Person* overload: TinyLife.Emotions.EmotionModifier.Instance.Person*
modifiers.csharp:
- public
- get
- protected set
modifiers.vb:
- Public
- Get
- Protected Set
- uid: TinyLife.Emotions.EmotionModifier.Instance.PassTime(System.TimeSpan) - uid: TinyLife.Emotions.EmotionModifier.Instance.PassTime(System.TimeSpan)
commentId: M:TinyLife.Emotions.EmotionModifier.Instance.PassTime(System.TimeSpan) commentId: M:TinyLife.Emotions.EmotionModifier.Instance.PassTime(System.TimeSpan)
id: PassTime(System.TimeSpan) id: PassTime(System.TimeSpan)
@ -350,11 +302,11 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: 0.29.3-dev branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PassTime id: PassTime
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 427 startLine: 436
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -368,10 +320,6 @@ items:
description: The amount of time that should pass description: The amount of time that should pass
content.vb: Public Sub PassTime(passedInGame As TimeSpan) content.vb: Public Sub PassTime(passedInGame As TimeSpan)
overload: TinyLife.Emotions.EmotionModifier.Instance.PassTime* overload: TinyLife.Emotions.EmotionModifier.Instance.PassTime*
modifiers.csharp:
- public
modifiers.vb:
- Public
- uid: TinyLife.Emotions.EmotionModifier.Instance.Validate(TinyLife.Objects.Person) - uid: TinyLife.Emotions.EmotionModifier.Instance.Validate(TinyLife.Objects.Person)
commentId: M:TinyLife.Emotions.EmotionModifier.Instance.Validate(TinyLife.Objects.Person) commentId: M:TinyLife.Emotions.EmotionModifier.Instance.Validate(TinyLife.Objects.Person)
id: Validate(TinyLife.Objects.Person) id: Validate(TinyLife.Objects.Person)
@ -386,11 +334,11 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: 0.29.3-dev branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate id: Validate
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 441 startLine: 450
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -407,10 +355,6 @@ items:
description: Whether this emotion modifier is still valid description: Whether this emotion modifier is still valid
content.vb: Public Function Validate(person As Person) As Boolean content.vb: Public Function Validate(person As Person) As Boolean
overload: TinyLife.Emotions.EmotionModifier.Instance.Validate* overload: TinyLife.Emotions.EmotionModifier.Instance.Validate*
modifiers.csharp:
- public
modifiers.vb:
- Public
references: references:
- uid: TinyLife.Emotions.EmotionModifier - uid: TinyLife.Emotions.EmotionModifier
commentId: T:TinyLife.Emotions.EmotionModifier commentId: T:TinyLife.Emotions.EmotionModifier
@ -421,332 +365,356 @@ references:
- uid: TinyLife.Objects.Person.AddEmotion(TinyLife.Emotions.EmotionModifier,System.Int32,System.TimeSpan,TinyLife.Emotions.IEmotionSource,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) commentId: M:TinyLife.Objects.Person.AddEmotion(TinyLife.Emotions.EmotionModifier,System.Int32,System.TimeSpan,TinyLife.Emotions.IEmotionSource,System.Boolean)
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
name: AddEmotion(EmotionModifier, int, TimeSpan, IEmotionSource, bool)
nameWithType: Person.AddEmotion(EmotionModifier, int, TimeSpan, IEmotionSource, bool)
fullName: TinyLife.Objects.Person.AddEmotion(TinyLife.Emotions.EmotionModifier, int, System.TimeSpan, TinyLife.Emotions.IEmotionSource, bool)
nameWithType.vb: Person.AddEmotion(EmotionModifier, Integer, TimeSpan, IEmotionSource, Boolean)
fullName.vb: TinyLife.Objects.Person.AddEmotion(TinyLife.Emotions.EmotionModifier, Integer, System.TimeSpan, TinyLife.Emotions.IEmotionSource, Boolean)
name.vb: AddEmotion(EmotionModifier, Integer, TimeSpan, IEmotionSource, Boolean)
spec.csharp:
- uid: TinyLife.Objects.Person.AddEmotion(TinyLife.Emotions.EmotionModifier,System.Int32,System.TimeSpan,TinyLife.Emotions.IEmotionSource,System.Boolean)
name: AddEmotion
- name: (
- uid: TinyLife.Emotions.EmotionModifier
name: EmotionModifier
- name: ','
- name: " "
- uid: System.Int32
name: int
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: ','
- name: " "
- uid: System.TimeSpan
name: TimeSpan
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.timespan
- name: ','
- name: " "
- uid: TinyLife.Emotions.IEmotionSource
name: IEmotionSource
- name: ','
- name: " "
- uid: System.Boolean
name: bool
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: )
spec.vb:
- uid: TinyLife.Objects.Person.AddEmotion(TinyLife.Emotions.EmotionModifier,System.Int32,System.TimeSpan,TinyLife.Emotions.IEmotionSource,System.Boolean)
name: AddEmotion
- name: (
- uid: TinyLife.Emotions.EmotionModifier
name: EmotionModifier
- name: ','
- name: " "
- uid: System.Int32
name: Integer
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: ','
- name: " "
- uid: System.TimeSpan
name: TimeSpan
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.timespan
- name: ','
- name: " "
- uid: TinyLife.Emotions.IEmotionSource
name: IEmotionSource
- name: ','
- name: " "
- uid: System.Boolean
name: Boolean
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: )
- uid: TinyLife.Emotions - uid: TinyLife.Emotions
commentId: N:TinyLife.Emotions commentId: N:TinyLife.Emotions
name: TinyLife.Emotions name: TinyLife.Emotions
nameWithType: TinyLife.Emotions nameWithType: TinyLife.Emotions
fullName: TinyLife.Emotions fullName: TinyLife.Emotions
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Emotions
name: Emotions
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Emotions
name: Emotions
- uid: System.Object - uid: System.Object
commentId: T:System.Object commentId: T:System.Object
parent: System parent: System
isExternal: true isExternal: true
name: Object href: https://learn.microsoft.com/dotnet/api/system.object
nameWithType: Object name: object
fullName: System.Object nameWithType: object
fullName: object
nameWithType.vb: Object
fullName.vb: Object
name.vb: Object
- uid: System.Object.Equals(System.Object) - uid: System.Object.Equals(System.Object)
commentId: M:System.Object.Equals(System.Object) commentId: M:System.Object.Equals(System.Object)
parent: System.Object parent: System.Object
isExternal: true isExternal: true
name: Equals(Object) href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
nameWithType: Object.Equals(Object) name: Equals(object)
fullName: System.Object.Equals(System.Object) nameWithType: object.Equals(object)
fullName: object.Equals(object)
nameWithType.vb: Object.Equals(Object)
fullName.vb: Object.Equals(Object)
name.vb: Equals(Object)
spec.csharp: spec.csharp:
- uid: System.Object.Equals(System.Object) - uid: System.Object.Equals(System.Object)
name: Equals name: Equals
nameWithType: Object.Equals
fullName: System.Object.Equals
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
- name: ( - name: (
nameWithType: (
fullName: (
- uid: System.Object - uid: System.Object
name: Object name: object
nameWithType: Object
fullName: System.Object
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ) - name: )
nameWithType: )
fullName: )
spec.vb: spec.vb:
- uid: System.Object.Equals(System.Object) - uid: System.Object.Equals(System.Object)
name: Equals name: Equals
nameWithType: Object.Equals
fullName: System.Object.Equals
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
- name: ( - name: (
nameWithType: (
fullName: (
- uid: System.Object - uid: System.Object
name: Object name: Object
nameWithType: Object
fullName: System.Object
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ) - name: )
nameWithType: )
fullName: )
- uid: System.Object.Equals(System.Object,System.Object) - uid: System.Object.Equals(System.Object,System.Object)
commentId: M:System.Object.Equals(System.Object,System.Object) commentId: M:System.Object.Equals(System.Object,System.Object)
parent: System.Object parent: System.Object
isExternal: true isExternal: true
name: Equals(Object, Object) href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
nameWithType: Object.Equals(Object, Object) name: Equals(object, object)
fullName: System.Object.Equals(System.Object, System.Object) nameWithType: object.Equals(object, object)
fullName: object.Equals(object, object)
nameWithType.vb: Object.Equals(Object, Object)
fullName.vb: Object.Equals(Object, Object)
name.vb: Equals(Object, Object)
spec.csharp: spec.csharp:
- uid: System.Object.Equals(System.Object,System.Object) - uid: System.Object.Equals(System.Object,System.Object)
name: Equals name: Equals
nameWithType: Object.Equals
fullName: System.Object.Equals
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
- name: ( - name: (
nameWithType: (
fullName: (
- uid: System.Object - uid: System.Object
name: Object name: object
nameWithType: Object
fullName: System.Object
isExternal: true isExternal: true
- name: ', ' href: https://learn.microsoft.com/dotnet/api/system.object
nameWithType: ', ' - name: ','
fullName: ', ' - name: " "
- uid: System.Object - uid: System.Object
name: Object name: object
nameWithType: Object
fullName: System.Object
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ) - name: )
nameWithType: )
fullName: )
spec.vb: spec.vb:
- uid: System.Object.Equals(System.Object,System.Object) - uid: System.Object.Equals(System.Object,System.Object)
name: Equals name: Equals
nameWithType: Object.Equals
fullName: System.Object.Equals
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
- name: ( - name: (
nameWithType: (
fullName: (
- uid: System.Object - uid: System.Object
name: Object name: Object
nameWithType: Object
fullName: System.Object
isExternal: true isExternal: true
- name: ', ' href: https://learn.microsoft.com/dotnet/api/system.object
nameWithType: ', ' - name: ','
fullName: ', ' - name: " "
- uid: System.Object - uid: System.Object
name: Object name: Object
nameWithType: Object
fullName: System.Object
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ) - name: )
nameWithType: )
fullName: )
- uid: System.Object.GetHashCode - uid: System.Object.GetHashCode
commentId: M:System.Object.GetHashCode commentId: M:System.Object.GetHashCode
parent: System.Object parent: System.Object
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
name: GetHashCode() name: GetHashCode()
nameWithType: Object.GetHashCode() nameWithType: object.GetHashCode()
fullName: System.Object.GetHashCode() fullName: object.GetHashCode()
nameWithType.vb: Object.GetHashCode()
fullName.vb: Object.GetHashCode()
spec.csharp: spec.csharp:
- uid: System.Object.GetHashCode - uid: System.Object.GetHashCode
name: GetHashCode name: GetHashCode
nameWithType: Object.GetHashCode
fullName: System.Object.GetHashCode
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
- name: ( - name: (
nameWithType: (
fullName: (
- name: ) - name: )
nameWithType: )
fullName: )
spec.vb: spec.vb:
- uid: System.Object.GetHashCode - uid: System.Object.GetHashCode
name: GetHashCode name: GetHashCode
nameWithType: Object.GetHashCode
fullName: System.Object.GetHashCode
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
- name: ( - name: (
nameWithType: (
fullName: (
- name: ) - name: )
nameWithType: )
fullName: )
- uid: System.Object.GetType - uid: System.Object.GetType
commentId: M:System.Object.GetType commentId: M:System.Object.GetType
parent: System.Object parent: System.Object
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
name: GetType() name: GetType()
nameWithType: Object.GetType() nameWithType: object.GetType()
fullName: System.Object.GetType() fullName: object.GetType()
nameWithType.vb: Object.GetType()
fullName.vb: Object.GetType()
spec.csharp: spec.csharp:
- uid: System.Object.GetType - uid: System.Object.GetType
name: GetType name: GetType
nameWithType: Object.GetType
fullName: System.Object.GetType
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
- name: ( - name: (
nameWithType: (
fullName: (
- name: ) - name: )
nameWithType: )
fullName: )
spec.vb: spec.vb:
- uid: System.Object.GetType - uid: System.Object.GetType
name: GetType name: GetType
nameWithType: Object.GetType
fullName: System.Object.GetType
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
- name: ( - name: (
nameWithType: (
fullName: (
- name: ) - name: )
nameWithType: )
fullName: )
- uid: System.Object.MemberwiseClone - uid: System.Object.MemberwiseClone
commentId: M:System.Object.MemberwiseClone commentId: M:System.Object.MemberwiseClone
parent: System.Object parent: System.Object
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
name: MemberwiseClone() name: MemberwiseClone()
nameWithType: Object.MemberwiseClone() nameWithType: object.MemberwiseClone()
fullName: System.Object.MemberwiseClone() fullName: object.MemberwiseClone()
nameWithType.vb: Object.MemberwiseClone()
fullName.vb: Object.MemberwiseClone()
spec.csharp: spec.csharp:
- uid: System.Object.MemberwiseClone - uid: System.Object.MemberwiseClone
name: MemberwiseClone name: MemberwiseClone
nameWithType: Object.MemberwiseClone
fullName: System.Object.MemberwiseClone
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
- name: ( - name: (
nameWithType: (
fullName: (
- name: ) - name: )
nameWithType: )
fullName: )
spec.vb: spec.vb:
- uid: System.Object.MemberwiseClone - uid: System.Object.MemberwiseClone
name: MemberwiseClone name: MemberwiseClone
nameWithType: Object.MemberwiseClone
fullName: System.Object.MemberwiseClone
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
- name: ( - name: (
nameWithType: (
fullName: (
- name: ) - name: )
nameWithType: )
fullName: )
- uid: System.Object.ReferenceEquals(System.Object,System.Object) - uid: System.Object.ReferenceEquals(System.Object,System.Object)
commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) commentId: M:System.Object.ReferenceEquals(System.Object,System.Object)
parent: System.Object parent: System.Object
isExternal: true isExternal: true
name: ReferenceEquals(Object, Object) href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
nameWithType: Object.ReferenceEquals(Object, Object) name: ReferenceEquals(object, object)
fullName: System.Object.ReferenceEquals(System.Object, System.Object) nameWithType: object.ReferenceEquals(object, object)
fullName: object.ReferenceEquals(object, object)
nameWithType.vb: Object.ReferenceEquals(Object, Object)
fullName.vb: Object.ReferenceEquals(Object, Object)
name.vb: ReferenceEquals(Object, Object)
spec.csharp: spec.csharp:
- uid: System.Object.ReferenceEquals(System.Object,System.Object) - uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals name: ReferenceEquals
nameWithType: Object.ReferenceEquals
fullName: System.Object.ReferenceEquals
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
- name: ( - name: (
nameWithType: (
fullName: (
- uid: System.Object - uid: System.Object
name: Object name: object
nameWithType: Object
fullName: System.Object
isExternal: true isExternal: true
- name: ', ' href: https://learn.microsoft.com/dotnet/api/system.object
nameWithType: ', ' - name: ','
fullName: ', ' - name: " "
- uid: System.Object - uid: System.Object
name: Object name: object
nameWithType: Object
fullName: System.Object
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ) - name: )
nameWithType: )
fullName: )
spec.vb: spec.vb:
- uid: System.Object.ReferenceEquals(System.Object,System.Object) - uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals name: ReferenceEquals
nameWithType: Object.ReferenceEquals
fullName: System.Object.ReferenceEquals
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
- name: ( - name: (
nameWithType: (
fullName: (
- uid: System.Object - uid: System.Object
name: Object name: Object
nameWithType: Object
fullName: System.Object
isExternal: true isExternal: true
- name: ', ' href: https://learn.microsoft.com/dotnet/api/system.object
nameWithType: ', ' - name: ','
fullName: ', ' - name: " "
- uid: System.Object - uid: System.Object
name: Object name: Object
nameWithType: Object
fullName: System.Object
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ) - name: )
nameWithType: )
fullName: )
- uid: System.Object.ToString - uid: System.Object.ToString
commentId: M:System.Object.ToString commentId: M:System.Object.ToString
parent: System.Object parent: System.Object
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
name: ToString() name: ToString()
nameWithType: Object.ToString() nameWithType: object.ToString()
fullName: System.Object.ToString() fullName: object.ToString()
nameWithType.vb: Object.ToString()
fullName.vb: Object.ToString()
spec.csharp: spec.csharp:
- uid: System.Object.ToString - uid: System.Object.ToString
name: ToString name: ToString
nameWithType: Object.ToString
fullName: System.Object.ToString
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
- name: ( - name: (
nameWithType: (
fullName: (
- name: ) - name: )
nameWithType: )
fullName: )
spec.vb: spec.vb:
- uid: System.Object.ToString - uid: System.Object.ToString
name: ToString name: ToString
nameWithType: Object.ToString
fullName: System.Object.ToString
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
- name: ( - name: (
nameWithType: (
fullName: (
- name: ) - name: )
nameWithType: )
fullName: )
- uid: TinyLife.Emotions.EmotionModifier.Instance.TinyLife.Utilities.Extensions.JsonCopy``1 - uid: TinyLife.Emotions.EmotionModifier.Instance.TinyLife.Utilities.Extensions.JsonCopy``1
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0) commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
parent: TinyLife.Utilities.Extensions parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0) definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy<EmotionModifier.Instance>() name: JsonCopy<Instance>(Instance)
nameWithType: Extensions.JsonCopy<EmotionModifier.Instance>() nameWithType: Extensions.JsonCopy<EmotionModifier.Instance>(EmotionModifier.Instance)
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Emotions.EmotionModifier.Instance>() fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Emotions.EmotionModifier.Instance>(TinyLife.Emotions.EmotionModifier.Instance)
nameWithType.vb: Extensions.JsonCopy(Of EmotionModifier.Instance)() nameWithType.vb: Extensions.JsonCopy(Of EmotionModifier.Instance)(EmotionModifier.Instance)
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Emotions.EmotionModifier.Instance)() fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Emotions.EmotionModifier.Instance)(TinyLife.Emotions.EmotionModifier.Instance)
name.vb: JsonCopy(Of EmotionModifier.Instance)() name.vb: JsonCopy(Of Instance)(Instance)
spec.csharp: spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1 - uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Emotions.EmotionModifier.Instance)
name: JsonCopy<EmotionModifier.Instance> name: JsonCopy
nameWithType: Extensions.JsonCopy<EmotionModifier.Instance> - name: <
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Emotions.EmotionModifier.Instance> - uid: TinyLife.Emotions.EmotionModifier.Instance
name: Instance
- name: '>'
- name: ( - name: (
nameWithType: ( - uid: TinyLife.Emotions.EmotionModifier.Instance
fullName: ( name: Instance
- name: ) - name: )
nameWithType: )
fullName: )
spec.vb: spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1 - uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Emotions.EmotionModifier.Instance)
name: JsonCopy(Of EmotionModifier.Instance) name: JsonCopy
nameWithType: Extensions.JsonCopy(Of EmotionModifier.Instance)
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Emotions.EmotionModifier.Instance)
- name: ( - name: (
nameWithType: ( - name: Of
fullName: ( - name: " "
- uid: TinyLife.Emotions.EmotionModifier.Instance
name: Instance
- name: )
- name: (
- uid: TinyLife.Emotions.EmotionModifier.Instance
name: Instance
- name: ) - name: )
nameWithType: )
fullName: )
- uid: System - uid: System
commentId: N:System commentId: N:System
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
name: System name: System
nameWithType: System nameWithType: System
fullName: System fullName: System
@ -760,32 +728,24 @@ references:
name.vb: JsonCopy(Of T)(T) name.vb: JsonCopy(Of T)(T)
spec.csharp: spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy<T> name: JsonCopy
nameWithType: Extensions.JsonCopy<T> - name: <
fullName: TinyLife.Utilities.Extensions.JsonCopy<T> - name: T
- name: ( - name: '>'
nameWithType: ( - name: (
fullName: (
- name: T - name: T
nameWithType: T
fullName: T
- name: ) - name: )
nameWithType: )
fullName: )
spec.vb: spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy(Of T) name: JsonCopy
nameWithType: Extensions.JsonCopy(Of T) - name: (
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of T) - name: Of
- name: " "
- name: T
- name: )
- name: ( - name: (
nameWithType: (
fullName: (
- name: T - name: T
nameWithType: T
fullName: T
- name: ) - name: )
nameWithType: )
fullName: )
- uid: TinyLife.Utilities.Extensions - uid: TinyLife.Utilities.Extensions
commentId: T:TinyLife.Utilities.Extensions commentId: T:TinyLife.Utilities.Extensions
parent: TinyLife.Utilities parent: TinyLife.Utilities
@ -797,26 +757,47 @@ references:
name: TinyLife.Utilities name: TinyLife.Utilities
nameWithType: TinyLife.Utilities nameWithType: TinyLife.Utilities
fullName: TinyLife.Utilities fullName: TinyLife.Utilities
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Utilities
name: Utilities
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Utilities
name: Utilities
- uid: TinyLife.Emotions.EmotionModifier.Instance.Type - uid: TinyLife.Emotions.EmotionModifier.Instance.Type
commentId: F:TinyLife.Emotions.EmotionModifier.Instance.Type commentId: F:TinyLife.Emotions.EmotionModifier.Instance.Type
isExternal: true name: Type
nameWithType: EmotionModifier.Instance.Type
fullName: TinyLife.Emotions.EmotionModifier.Instance.Type
- uid: System.Int32 - uid: System.Int32
commentId: T:System.Int32 commentId: T:System.Int32
parent: System parent: System
isExternal: true isExternal: true
name: Int32 href: https://learn.microsoft.com/dotnet/api/system.int32
nameWithType: Int32 name: int
fullName: System.Int32 nameWithType: int
fullName: int
nameWithType.vb: Integer
fullName.vb: Integer
name.vb: Integer
- uid: System.TimeSpan - uid: System.TimeSpan
commentId: T:System.TimeSpan commentId: T:System.TimeSpan
parent: System parent: System
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.timespan
name: TimeSpan name: TimeSpan
nameWithType: TimeSpan nameWithType: TimeSpan
fullName: System.TimeSpan fullName: System.TimeSpan
- uid: TinyLife.Emotions.EmotionModifier.Instance.TotalTime - uid: TinyLife.Emotions.EmotionModifier.Instance.TotalTime
commentId: F:TinyLife.Emotions.EmotionModifier.Instance.TotalTime commentId: F:TinyLife.Emotions.EmotionModifier.Instance.TotalTime
isExternal: true name: TotalTime
nameWithType: EmotionModifier.Instance.TotalTime
fullName: TinyLife.Emotions.EmotionModifier.Instance.TotalTime
- uid: TinyLife.Emotions.EmotionModifier.Instance.Time* - uid: TinyLife.Emotions.EmotionModifier.Instance.Time*
commentId: Overload:TinyLife.Emotions.EmotionModifier.Instance.Time commentId: Overload:TinyLife.Emotions.EmotionModifier.Instance.Time
name: Time name: Time
@ -843,9 +824,13 @@ references:
commentId: T:System.String commentId: T:System.String
parent: System parent: System
isExternal: true isExternal: true
name: String href: https://learn.microsoft.com/dotnet/api/system.string
nameWithType: String name: string
fullName: System.String nameWithType: string
fullName: string
nameWithType.vb: String
fullName.vb: String
name.vb: String
- uid: TinyLife.Emotions.EmotionModifier.Instance.Person* - uid: TinyLife.Emotions.EmotionModifier.Instance.Person*
commentId: Overload:TinyLife.Emotions.EmotionModifier.Instance.Person commentId: Overload:TinyLife.Emotions.EmotionModifier.Instance.Person
name: Person name: Person
@ -862,12 +847,30 @@ references:
name: TinyLife.Objects name: TinyLife.Objects
nameWithType: TinyLife.Objects nameWithType: TinyLife.Objects
fullName: TinyLife.Objects fullName: TinyLife.Objects
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Objects
name: Objects
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Objects
name: Objects
- uid: TinyLife.Emotions.EmotionModifier.Instance.Time - uid: TinyLife.Emotions.EmotionModifier.Instance.Time
commentId: P:TinyLife.Emotions.EmotionModifier.Instance.Time commentId: P:TinyLife.Emotions.EmotionModifier.Instance.Time
isExternal: true name: Time
nameWithType: EmotionModifier.Instance.Time
fullName: TinyLife.Emotions.EmotionModifier.Instance.Time
- uid: System.TimeSpan.MaxValue - uid: System.TimeSpan.MaxValue
commentId: F:System.TimeSpan.MaxValue commentId: F:System.TimeSpan.MaxValue
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.timespan.maxvalue
name: MaxValue
nameWithType: TimeSpan.MaxValue
fullName: System.TimeSpan.MaxValue
- uid: TinyLife.Emotions.EmotionModifier.Instance.PassTime* - uid: TinyLife.Emotions.EmotionModifier.Instance.PassTime*
commentId: Overload:TinyLife.Emotions.EmotionModifier.Instance.PassTime commentId: Overload:TinyLife.Emotions.EmotionModifier.Instance.PassTime
name: PassTime name: PassTime
@ -875,7 +878,19 @@ references:
fullName: TinyLife.Emotions.EmotionModifier.Instance.PassTime fullName: TinyLife.Emotions.EmotionModifier.Instance.PassTime
- uid: TinyLife.Objects.Person.Validate - uid: TinyLife.Objects.Person.Validate
commentId: M:TinyLife.Objects.Person.Validate commentId: M:TinyLife.Objects.Person.Validate
isExternal: true name: Validate()
nameWithType: Person.Validate()
fullName: TinyLife.Objects.Person.Validate()
spec.csharp:
- uid: TinyLife.Objects.Person.Validate
name: Validate
- name: (
- name: )
spec.vb:
- uid: TinyLife.Objects.Person.Validate
name: Validate
- name: (
- name: )
- uid: TinyLife.Emotions.EmotionModifier.Instance.Validate* - uid: TinyLife.Emotions.EmotionModifier.Instance.Validate*
commentId: Overload:TinyLife.Emotions.EmotionModifier.Instance.Validate commentId: Overload:TinyLife.Emotions.EmotionModifier.Instance.Validate
name: Validate name: Validate
@ -885,6 +900,10 @@ references:
commentId: T:System.Boolean commentId: T:System.Boolean
parent: System parent: System
isExternal: true isExternal: true
name: Boolean href: https://learn.microsoft.com/dotnet/api/system.boolean
nameWithType: Boolean name: bool
fullName: System.Boolean nameWithType: bool
fullName: bool
nameWithType.vb: Boolean
fullName.vb: Boolean
name.vb: Boolean

File diff suppressed because it is too large Load diff

View file

@ -18,7 +18,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionType.cs path: TinyLife/Emotions/EmotionType.cs
branch: 0.29.3-dev branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TypeCategory id: TypeCategory
path: ../TinyLife/Emotions/EmotionType.cs path: ../TinyLife/Emotions/EmotionType.cs
@ -29,16 +29,10 @@ items:
summary: "\nAn enumeration used for <xref href=\"TinyLife.Emotions.EmotionType.Category\" data-throw-if-not-resolved=\"false\"></xref> that represents a general category an emotion can fit into.\nThe values are ordered in a way such that, if two emotion amounts sum to the same value, the one with the lower category will be chosen.\n" summary: "\nAn enumeration used for <xref href=\"TinyLife.Emotions.EmotionType.Category\" data-throw-if-not-resolved=\"false\"></xref> that represents a general category an emotion can fit into.\nThe values are ordered in a way such that, if two emotion amounts sum to the same value, the one with the lower category will be chosen.\n"
example: [] example: []
syntax: syntax:
content: public enum TypeCategory content: public enum EmotionType.TypeCategory
content.vb: Public Enum TypeCategory content.vb: Public Enum EmotionType.TypeCategory
extensionMethods: extensionMethods:
- TinyLife.Emotions.EmotionType.TypeCategory.TinyLife.Utilities.Extensions.JsonCopy``1 - TinyLife.Emotions.EmotionType.TypeCategory.TinyLife.Utilities.Extensions.JsonCopy``1
modifiers.csharp:
- public
- enum
modifiers.vb:
- Public
- Enum
- uid: TinyLife.Emotions.EmotionType.TypeCategory.Negative - uid: TinyLife.Emotions.EmotionType.TypeCategory.Negative
commentId: F:TinyLife.Emotions.EmotionType.TypeCategory.Negative commentId: F:TinyLife.Emotions.EmotionType.TypeCategory.Negative
id: Negative id: Negative
@ -53,7 +47,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionType.cs path: TinyLife/Emotions/EmotionType.cs
branch: 0.29.3-dev branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Negative id: Negative
path: ../TinyLife/Emotions/EmotionType.cs path: ../TinyLife/Emotions/EmotionType.cs
@ -67,12 +61,6 @@ items:
content: Negative = 0 content: Negative = 0
return: return:
type: TinyLife.Emotions.EmotionType.TypeCategory type: TinyLife.Emotions.EmotionType.TypeCategory
modifiers.csharp:
- public
- const
modifiers.vb:
- Public
- Const
- uid: TinyLife.Emotions.EmotionType.TypeCategory.Positive - uid: TinyLife.Emotions.EmotionType.TypeCategory.Positive
commentId: F:TinyLife.Emotions.EmotionType.TypeCategory.Positive commentId: F:TinyLife.Emotions.EmotionType.TypeCategory.Positive
id: Positive id: Positive
@ -87,7 +75,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionType.cs path: TinyLife/Emotions/EmotionType.cs
branch: 0.29.3-dev branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Positive id: Positive
path: ../TinyLife/Emotions/EmotionType.cs path: ../TinyLife/Emotions/EmotionType.cs
@ -101,12 +89,6 @@ items:
content: Positive = 1 content: Positive = 1
return: return:
type: TinyLife.Emotions.EmotionType.TypeCategory type: TinyLife.Emotions.EmotionType.TypeCategory
modifiers.csharp:
- public
- const
modifiers.vb:
- Public
- Const
- uid: TinyLife.Emotions.EmotionType.TypeCategory.Neutral - uid: TinyLife.Emotions.EmotionType.TypeCategory.Neutral
commentId: F:TinyLife.Emotions.EmotionType.TypeCategory.Neutral commentId: F:TinyLife.Emotions.EmotionType.TypeCategory.Neutral
id: Neutral id: Neutral
@ -121,7 +103,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionType.cs path: TinyLife/Emotions/EmotionType.cs
branch: 0.29.3-dev branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Neutral id: Neutral
path: ../TinyLife/Emotions/EmotionType.cs path: ../TinyLife/Emotions/EmotionType.cs
@ -135,53 +117,63 @@ items:
content: Neutral = 2 content: Neutral = 2
return: return:
type: TinyLife.Emotions.EmotionType.TypeCategory type: TinyLife.Emotions.EmotionType.TypeCategory
modifiers.csharp:
- public
- const
modifiers.vb:
- Public
- Const
references: references:
- uid: TinyLife.Emotions.EmotionType.Category - uid: TinyLife.Emotions.EmotionType.Category
commentId: F:TinyLife.Emotions.EmotionType.Category commentId: F:TinyLife.Emotions.EmotionType.Category
isExternal: true name: Category
nameWithType: EmotionType.Category
fullName: TinyLife.Emotions.EmotionType.Category
- uid: TinyLife.Emotions - uid: TinyLife.Emotions
commentId: N:TinyLife.Emotions commentId: N:TinyLife.Emotions
name: TinyLife.Emotions name: TinyLife.Emotions
nameWithType: TinyLife.Emotions nameWithType: TinyLife.Emotions
fullName: TinyLife.Emotions fullName: TinyLife.Emotions
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Emotions
name: Emotions
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Emotions
name: Emotions
- uid: TinyLife.Emotions.EmotionType.TypeCategory.TinyLife.Utilities.Extensions.JsonCopy``1 - uid: TinyLife.Emotions.EmotionType.TypeCategory.TinyLife.Utilities.Extensions.JsonCopy``1
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0) commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
parent: TinyLife.Utilities.Extensions parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0) definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy<EmotionType.TypeCategory>() name: JsonCopy<TypeCategory>(TypeCategory)
nameWithType: Extensions.JsonCopy<EmotionType.TypeCategory>() nameWithType: Extensions.JsonCopy<EmotionType.TypeCategory>(EmotionType.TypeCategory)
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Emotions.EmotionType.TypeCategory>() fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Emotions.EmotionType.TypeCategory>(TinyLife.Emotions.EmotionType.TypeCategory)
nameWithType.vb: Extensions.JsonCopy(Of EmotionType.TypeCategory)() nameWithType.vb: Extensions.JsonCopy(Of EmotionType.TypeCategory)(EmotionType.TypeCategory)
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Emotions.EmotionType.TypeCategory)() fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Emotions.EmotionType.TypeCategory)(TinyLife.Emotions.EmotionType.TypeCategory)
name.vb: JsonCopy(Of EmotionType.TypeCategory)() name.vb: JsonCopy(Of TypeCategory)(TypeCategory)
spec.csharp: spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1 - uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Emotions.EmotionType.TypeCategory)
name: JsonCopy<EmotionType.TypeCategory> name: JsonCopy
nameWithType: Extensions.JsonCopy<EmotionType.TypeCategory> - name: <
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Emotions.EmotionType.TypeCategory> - uid: TinyLife.Emotions.EmotionType.TypeCategory
name: TypeCategory
- name: '>'
- name: ( - name: (
nameWithType: ( - uid: TinyLife.Emotions.EmotionType.TypeCategory
fullName: ( name: TypeCategory
- name: ) - name: )
nameWithType: )
fullName: )
spec.vb: spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1 - uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Emotions.EmotionType.TypeCategory)
name: JsonCopy(Of EmotionType.TypeCategory) name: JsonCopy
nameWithType: Extensions.JsonCopy(Of EmotionType.TypeCategory)
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Emotions.EmotionType.TypeCategory)
- name: ( - name: (
nameWithType: ( - name: Of
fullName: ( - name: " "
- uid: TinyLife.Emotions.EmotionType.TypeCategory
name: TypeCategory
- name: )
- name: (
- uid: TinyLife.Emotions.EmotionType.TypeCategory
name: TypeCategory
- name: ) - name: )
nameWithType: )
fullName: )
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0) commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy<T>(T) name: JsonCopy<T>(T)
@ -192,32 +184,24 @@ references:
name.vb: JsonCopy(Of T)(T) name.vb: JsonCopy(Of T)(T)
spec.csharp: spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy<T> name: JsonCopy
nameWithType: Extensions.JsonCopy<T> - name: <
fullName: TinyLife.Utilities.Extensions.JsonCopy<T> - name: T
- name: ( - name: '>'
nameWithType: ( - name: (
fullName: (
- name: T - name: T
nameWithType: T
fullName: T
- name: ) - name: )
nameWithType: )
fullName: )
spec.vb: spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy(Of T) name: JsonCopy
nameWithType: Extensions.JsonCopy(Of T) - name: (
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of T) - name: Of
- name: " "
- name: T
- name: )
- name: ( - name: (
nameWithType: (
fullName: (
- name: T - name: T
nameWithType: T
fullName: T
- name: ) - name: )
nameWithType: )
fullName: )
- uid: TinyLife.Utilities.Extensions - uid: TinyLife.Utilities.Extensions
commentId: T:TinyLife.Utilities.Extensions commentId: T:TinyLife.Utilities.Extensions
parent: TinyLife.Utilities parent: TinyLife.Utilities
@ -229,24 +213,58 @@ references:
name: TinyLife.Utilities name: TinyLife.Utilities
nameWithType: TinyLife.Utilities nameWithType: TinyLife.Utilities
fullName: TinyLife.Utilities fullName: TinyLife.Utilities
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Utilities
name: Utilities
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Utilities
name: Utilities
- uid: TinyLife.Emotions.EmotionType.Sad - uid: TinyLife.Emotions.EmotionType.Sad
commentId: F:TinyLife.Emotions.EmotionType.Sad commentId: F:TinyLife.Emotions.EmotionType.Sad
isExternal: true name: Sad
nameWithType: EmotionType.Sad
fullName: TinyLife.Emotions.EmotionType.Sad
- uid: TinyLife.Emotions.EmotionType.Embarrassed - uid: TinyLife.Emotions.EmotionType.Embarrassed
commentId: F:TinyLife.Emotions.EmotionType.Embarrassed commentId: F:TinyLife.Emotions.EmotionType.Embarrassed
isExternal: true name: Embarrassed
nameWithType: EmotionType.Embarrassed
fullName: TinyLife.Emotions.EmotionType.Embarrassed
- uid: TinyLife.Emotions.EmotionType.TypeCategory - uid: TinyLife.Emotions.EmotionType.TypeCategory
commentId: T:TinyLife.Emotions.EmotionType.TypeCategory commentId: T:TinyLife.Emotions.EmotionType.TypeCategory
parent: TinyLife.Emotions parent: TinyLife.Emotions
name: EmotionType.TypeCategory name: EmotionType.TypeCategory
nameWithType: EmotionType.TypeCategory nameWithType: EmotionType.TypeCategory
fullName: TinyLife.Emotions.EmotionType.TypeCategory fullName: TinyLife.Emotions.EmotionType.TypeCategory
spec.csharp:
- uid: TinyLife.Emotions.EmotionType
name: EmotionType
- name: .
- uid: TinyLife.Emotions.EmotionType.TypeCategory
name: TypeCategory
spec.vb:
- uid: TinyLife.Emotions.EmotionType
name: EmotionType
- name: .
- uid: TinyLife.Emotions.EmotionType.TypeCategory
name: TypeCategory
- uid: TinyLife.Emotions.EmotionType.Happy - uid: TinyLife.Emotions.EmotionType.Happy
commentId: F:TinyLife.Emotions.EmotionType.Happy commentId: F:TinyLife.Emotions.EmotionType.Happy
isExternal: true name: Happy
nameWithType: EmotionType.Happy
fullName: TinyLife.Emotions.EmotionType.Happy
- uid: TinyLife.Emotions.EmotionType.Fine - uid: TinyLife.Emotions.EmotionType.Fine
commentId: F:TinyLife.Emotions.EmotionType.Fine commentId: F:TinyLife.Emotions.EmotionType.Fine
isExternal: true name: Fine
nameWithType: EmotionType.Fine
fullName: TinyLife.Emotions.EmotionType.Fine
- uid: TinyLife.Emotions.EmotionType.Asleep - uid: TinyLife.Emotions.EmotionType.Asleep
commentId: F:TinyLife.Emotions.EmotionType.Asleep commentId: F:TinyLife.Emotions.EmotionType.Asleep
isExternal: true name: Asleep
nameWithType: EmotionType.Asleep
fullName: TinyLife.Emotions.EmotionType.Asleep

File diff suppressed because it is too large Load diff

View file

@ -16,7 +16,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/IEmotionSource.cs path: TinyLife/Emotions/IEmotionSource.cs
branch: 0.29.3-dev branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IEmotionSource id: IEmotionSource
path: ../TinyLife/Emotions/IEmotionSource.cs path: ../TinyLife/Emotions/IEmotionSource.cs
@ -31,12 +31,6 @@ items:
content.vb: Public Interface IEmotionSource content.vb: Public Interface IEmotionSource
extensionMethods: extensionMethods:
- TinyLife.Emotions.IEmotionSource.TinyLife.Utilities.Extensions.JsonCopy``1 - TinyLife.Emotions.IEmotionSource.TinyLife.Utilities.Extensions.JsonCopy``1
modifiers.csharp:
- public
- interface
modifiers.vb:
- Public
- Interface
- uid: TinyLife.Emotions.IEmotionSource.SourceString - uid: TinyLife.Emotions.IEmotionSource.SourceString
commentId: P:TinyLife.Emotions.IEmotionSource.SourceString commentId: P:TinyLife.Emotions.IEmotionSource.SourceString
id: SourceString id: SourceString
@ -51,7 +45,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/IEmotionSource.cs path: TinyLife/Emotions/IEmotionSource.cs
branch: 0.29.3-dev branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SourceString id: SourceString
path: ../TinyLife/Emotions/IEmotionSource.cs path: ../TinyLife/Emotions/IEmotionSource.cs
@ -68,10 +62,6 @@ items:
type: System.String type: System.String
content.vb: ReadOnly Property SourceString As String content.vb: ReadOnly Property SourceString As String
overload: TinyLife.Emotions.IEmotionSource.SourceString* overload: TinyLife.Emotions.IEmotionSource.SourceString*
modifiers.csharp:
- get
modifiers.vb:
- ReadOnly
references: references:
- uid: TinyLife.Objects.FurnitureType - uid: TinyLife.Objects.FurnitureType
commentId: T:TinyLife.Objects.FurnitureType commentId: T:TinyLife.Objects.FurnitureType
@ -101,48 +91,86 @@ references:
name: TinyLife.Emotions name: TinyLife.Emotions
nameWithType: TinyLife.Emotions nameWithType: TinyLife.Emotions
fullName: TinyLife.Emotions fullName: TinyLife.Emotions
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Emotions
name: Emotions
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Emotions
name: Emotions
- uid: TinyLife.Emotions.IEmotionSource.TinyLife.Utilities.Extensions.JsonCopy``1 - uid: TinyLife.Emotions.IEmotionSource.TinyLife.Utilities.Extensions.JsonCopy``1
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0) commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
parent: TinyLife.Utilities.Extensions parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0) definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy<IEmotionSource>() name: JsonCopy<IEmotionSource>(IEmotionSource)
nameWithType: Extensions.JsonCopy<IEmotionSource>() nameWithType: Extensions.JsonCopy<IEmotionSource>(IEmotionSource)
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Emotions.IEmotionSource>() fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Emotions.IEmotionSource>(TinyLife.Emotions.IEmotionSource)
nameWithType.vb: Extensions.JsonCopy(Of IEmotionSource)() nameWithType.vb: Extensions.JsonCopy(Of IEmotionSource)(IEmotionSource)
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Emotions.IEmotionSource)() fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Emotions.IEmotionSource)(TinyLife.Emotions.IEmotionSource)
name.vb: JsonCopy(Of IEmotionSource)() name.vb: JsonCopy(Of IEmotionSource)(IEmotionSource)
spec.csharp: spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1 - uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Emotions.IEmotionSource)
name: JsonCopy<IEmotionSource> name: JsonCopy
nameWithType: Extensions.JsonCopy<IEmotionSource> - name: <
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Emotions.IEmotionSource> - uid: TinyLife.Emotions.IEmotionSource
name: IEmotionSource
- name: '>'
- name: ( - name: (
nameWithType: ( - uid: TinyLife.Emotions.IEmotionSource
fullName: ( name: IEmotionSource
- name: ) - name: )
nameWithType: )
fullName: )
spec.vb: spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1 - uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Emotions.IEmotionSource)
name: JsonCopy(Of IEmotionSource) name: JsonCopy
nameWithType: Extensions.JsonCopy(Of IEmotionSource)
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Emotions.IEmotionSource)
- name: ( - name: (
nameWithType: ( - name: Of
fullName: ( - name: " "
- uid: TinyLife.Emotions.IEmotionSource
name: IEmotionSource
- name: )
- name: (
- uid: TinyLife.Emotions.IEmotionSource
name: IEmotionSource
- name: ) - name: )
nameWithType: )
fullName: )
- uid: TinyLife.Objects - uid: TinyLife.Objects
commentId: N:TinyLife.Objects commentId: N:TinyLife.Objects
name: TinyLife.Objects name: TinyLife.Objects
nameWithType: TinyLife.Objects nameWithType: TinyLife.Objects
fullName: TinyLife.Objects fullName: TinyLife.Objects
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Objects
name: Objects
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Objects
name: Objects
- uid: TinyLife.Actions - uid: TinyLife.Actions
commentId: N:TinyLife.Actions commentId: N:TinyLife.Actions
name: TinyLife.Actions name: TinyLife.Actions
nameWithType: TinyLife.Actions nameWithType: TinyLife.Actions
fullName: TinyLife.Actions fullName: TinyLife.Actions
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Actions
name: Actions
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Actions
name: Actions
- uid: TinyLife - uid: TinyLife
commentId: N:TinyLife commentId: N:TinyLife
name: TinyLife name: TinyLife
@ -158,32 +186,24 @@ references:
name.vb: JsonCopy(Of T)(T) name.vb: JsonCopy(Of T)(T)
spec.csharp: spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy<T> name: JsonCopy
nameWithType: Extensions.JsonCopy<T> - name: <
fullName: TinyLife.Utilities.Extensions.JsonCopy<T> - name: T
- name: ( - name: '>'
nameWithType: ( - name: (
fullName: (
- name: T - name: T
nameWithType: T
fullName: T
- name: ) - name: )
nameWithType: )
fullName: )
spec.vb: spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy(Of T) name: JsonCopy
nameWithType: Extensions.JsonCopy(Of T) - name: (
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of T) - name: Of
- name: " "
- name: T
- name: )
- name: ( - name: (
nameWithType: (
fullName: (
- name: T - name: T
nameWithType: T
fullName: T
- name: ) - name: )
nameWithType: )
fullName: )
- uid: TinyLife.Utilities.Extensions - uid: TinyLife.Utilities.Extensions
commentId: T:TinyLife.Utilities.Extensions commentId: T:TinyLife.Utilities.Extensions
parent: TinyLife.Utilities parent: TinyLife.Utilities
@ -195,6 +215,18 @@ references:
name: TinyLife.Utilities name: TinyLife.Utilities
nameWithType: TinyLife.Utilities nameWithType: TinyLife.Utilities
fullName: TinyLife.Utilities fullName: TinyLife.Utilities
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Utilities
name: Utilities
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Utilities
name: Utilities
- uid: TinyLife.Emotions.EmotionModifier - uid: TinyLife.Emotions.EmotionModifier
commentId: T:TinyLife.Emotions.EmotionModifier commentId: T:TinyLife.Emotions.EmotionModifier
parent: TinyLife.Emotions parent: TinyLife.Emotions
@ -210,12 +242,17 @@ references:
commentId: T:System.String commentId: T:System.String
parent: System parent: System
isExternal: true isExternal: true
name: String href: https://learn.microsoft.com/dotnet/api/system.string
nameWithType: String name: string
fullName: System.String nameWithType: string
fullName: string
nameWithType.vb: String
fullName.vb: String
name.vb: String
- uid: System - uid: System
commentId: N:System commentId: N:System
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
name: System name: System
nameWithType: System nameWithType: System
fullName: System fullName: System

View file

@ -32,6 +32,18 @@ references:
name: EmotionModifier.Instance name: EmotionModifier.Instance
nameWithType: EmotionModifier.Instance nameWithType: EmotionModifier.Instance
fullName: TinyLife.Emotions.EmotionModifier.Instance fullName: TinyLife.Emotions.EmotionModifier.Instance
spec.csharp:
- uid: TinyLife.Emotions.EmotionModifier
name: EmotionModifier
- name: .
- uid: TinyLife.Emotions.EmotionModifier.Instance
name: Instance
spec.vb:
- uid: TinyLife.Emotions.EmotionModifier
name: EmotionModifier
- name: .
- uid: TinyLife.Emotions.EmotionModifier.Instance
name: Instance
- uid: TinyLife.Emotions.EmotionType - uid: TinyLife.Emotions.EmotionType
commentId: T:TinyLife.Emotions.EmotionType commentId: T:TinyLife.Emotions.EmotionType
parent: TinyLife.Emotions parent: TinyLife.Emotions
@ -44,6 +56,18 @@ references:
name: EmotionType.TypeCategory name: EmotionType.TypeCategory
nameWithType: EmotionType.TypeCategory nameWithType: EmotionType.TypeCategory
fullName: TinyLife.Emotions.EmotionType.TypeCategory fullName: TinyLife.Emotions.EmotionType.TypeCategory
spec.csharp:
- uid: TinyLife.Emotions.EmotionType
name: EmotionType
- name: .
- uid: TinyLife.Emotions.EmotionType.TypeCategory
name: TypeCategory
spec.vb:
- uid: TinyLife.Emotions.EmotionType
name: EmotionType
- name: .
- uid: TinyLife.Emotions.EmotionType.TypeCategory
name: TypeCategory
- uid: TinyLife.Emotions.IEmotionSource - uid: TinyLife.Emotions.IEmotionSource
commentId: T:TinyLife.Emotions.IEmotionSource commentId: T:TinyLife.Emotions.IEmotionSource
parent: TinyLife.Emotions parent: TinyLife.Emotions
@ -60,3 +84,15 @@ references:
name: TinyLife.Emotions name: TinyLife.Emotions
nameWithType: TinyLife.Emotions nameWithType: TinyLife.Emotions
fullName: TinyLife.Emotions fullName: TinyLife.Emotions
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Emotions
name: Emotions
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Emotions
name: Emotions

View file

@ -22,27 +22,21 @@ items:
source: source:
remote: remote:
path: TinyLife/GameImpl.cs path: TinyLife/GameImpl.cs
branch: 0.29.3-dev branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GameMode id: GameMode
path: ../TinyLife/GameImpl.cs path: ../TinyLife/GameImpl.cs
startLine: 1034 startLine: 1090
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
summary: "\nAn enumeration that contains values representing the different game modes the game can be in\n" summary: "\nAn enumeration that contains values representing the different game modes the game can be in\n"
example: [] example: []
syntax: syntax:
content: public enum GameMode content: public enum GameImpl.GameMode
content.vb: Public Enum GameMode content.vb: Public Enum GameImpl.GameMode
extensionMethods: extensionMethods:
- TinyLife.GameImpl.GameMode.TinyLife.Utilities.Extensions.JsonCopy``1 - TinyLife.GameImpl.GameMode.TinyLife.Utilities.Extensions.JsonCopy``1
modifiers.csharp:
- public
- enum
modifiers.vb:
- Public
- Enum
- uid: TinyLife.GameImpl.GameMode.InitialLoad - uid: TinyLife.GameImpl.GameMode.InitialLoad
commentId: F:TinyLife.GameImpl.GameMode.InitialLoad commentId: F:TinyLife.GameImpl.GameMode.InitialLoad
id: InitialLoad id: InitialLoad
@ -57,11 +51,11 @@ items:
source: source:
remote: remote:
path: TinyLife/GameImpl.cs path: TinyLife/GameImpl.cs
branch: 0.29.3-dev branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InitialLoad id: InitialLoad
path: ../TinyLife/GameImpl.cs path: ../TinyLife/GameImpl.cs
startLine: 1037 startLine: 1093
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -71,12 +65,6 @@ items:
content: InitialLoad = 0 content: InitialLoad = 0
return: return:
type: TinyLife.GameImpl.GameMode type: TinyLife.GameImpl.GameMode
modifiers.csharp:
- public
- const
modifiers.vb:
- Public
- Const
- uid: TinyLife.GameImpl.GameMode.Splash - uid: TinyLife.GameImpl.GameMode.Splash
commentId: F:TinyLife.GameImpl.GameMode.Splash commentId: F:TinyLife.GameImpl.GameMode.Splash
id: Splash id: Splash
@ -91,11 +79,11 @@ items:
source: source:
remote: remote:
path: TinyLife/GameImpl.cs path: TinyLife/GameImpl.cs
branch: 0.29.3-dev branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Splash id: Splash
path: ../TinyLife/GameImpl.cs path: ../TinyLife/GameImpl.cs
startLine: 1039 startLine: 1095
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -105,12 +93,6 @@ items:
content: Splash = 1 content: Splash = 1
return: return:
type: TinyLife.GameImpl.GameMode type: TinyLife.GameImpl.GameMode
modifiers.csharp:
- public
- const
modifiers.vb:
- Public
- Const
- uid: TinyLife.GameImpl.GameMode.MainMenu - uid: TinyLife.GameImpl.GameMode.MainMenu
commentId: F:TinyLife.GameImpl.GameMode.MainMenu commentId: F:TinyLife.GameImpl.GameMode.MainMenu
id: MainMenu id: MainMenu
@ -125,11 +107,11 @@ items:
source: source:
remote: remote:
path: TinyLife/GameImpl.cs path: TinyLife/GameImpl.cs
branch: 0.29.3-dev branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MainMenu id: MainMenu
path: ../TinyLife/GameImpl.cs path: ../TinyLife/GameImpl.cs
startLine: 1041 startLine: 1097
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -139,12 +121,6 @@ items:
content: MainMenu = 2 content: MainMenu = 2
return: return:
type: TinyLife.GameImpl.GameMode type: TinyLife.GameImpl.GameMode
modifiers.csharp:
- public
- const
modifiers.vb:
- Public
- Const
- uid: TinyLife.GameImpl.GameMode.SelectHousehold - uid: TinyLife.GameImpl.GameMode.SelectHousehold
commentId: F:TinyLife.GameImpl.GameMode.SelectHousehold commentId: F:TinyLife.GameImpl.GameMode.SelectHousehold
id: SelectHousehold id: SelectHousehold
@ -159,11 +135,11 @@ items:
source: source:
remote: remote:
path: TinyLife/GameImpl.cs path: TinyLife/GameImpl.cs
branch: 0.29.3-dev branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SelectHousehold id: SelectHousehold
path: ../TinyLife/GameImpl.cs path: ../TinyLife/GameImpl.cs
startLine: 1043 startLine: 1099
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -173,12 +149,6 @@ items:
content: SelectHousehold = 3 content: SelectHousehold = 3
return: return:
type: TinyLife.GameImpl.GameMode type: TinyLife.GameImpl.GameMode
modifiers.csharp:
- public
- const
modifiers.vb:
- Public
- Const
- uid: TinyLife.GameImpl.GameMode.InGameHousehold - uid: TinyLife.GameImpl.GameMode.InGameHousehold
commentId: F:TinyLife.GameImpl.GameMode.InGameHousehold commentId: F:TinyLife.GameImpl.GameMode.InGameHousehold
id: InGameHousehold id: InGameHousehold
@ -193,11 +163,11 @@ items:
source: source:
remote: remote:
path: TinyLife/GameImpl.cs path: TinyLife/GameImpl.cs
branch: 0.29.3-dev branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InGameHousehold id: InGameHousehold
path: ../TinyLife/GameImpl.cs path: ../TinyLife/GameImpl.cs
startLine: 1045 startLine: 1101
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -207,12 +177,6 @@ items:
content: InGameHousehold = 4 content: InGameHousehold = 4
return: return:
type: TinyLife.GameImpl.GameMode type: TinyLife.GameImpl.GameMode
modifiers.csharp:
- public
- const
modifiers.vb:
- Public
- Const
- uid: TinyLife.GameImpl.GameMode.BuildOnly - uid: TinyLife.GameImpl.GameMode.BuildOnly
commentId: F:TinyLife.GameImpl.GameMode.BuildOnly commentId: F:TinyLife.GameImpl.GameMode.BuildOnly
id: BuildOnly id: BuildOnly
@ -227,11 +191,11 @@ items:
source: source:
remote: remote:
path: TinyLife/GameImpl.cs path: TinyLife/GameImpl.cs
branch: 0.29.3-dev branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BuildOnly id: BuildOnly
path: ../TinyLife/GameImpl.cs path: ../TinyLife/GameImpl.cs
startLine: 1047 startLine: 1103
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -241,12 +205,6 @@ items:
content: BuildOnly = 5 content: BuildOnly = 5
return: return:
type: TinyLife.GameImpl.GameMode type: TinyLife.GameImpl.GameMode
modifiers.csharp:
- public
- const
modifiers.vb:
- Public
- Const
- uid: TinyLife.GameImpl.GameMode.CharacterCreation - uid: TinyLife.GameImpl.GameMode.CharacterCreation
commentId: F:TinyLife.GameImpl.GameMode.CharacterCreation commentId: F:TinyLife.GameImpl.GameMode.CharacterCreation
id: CharacterCreation id: CharacterCreation
@ -261,11 +219,11 @@ items:
source: source:
remote: remote:
path: TinyLife/GameImpl.cs path: TinyLife/GameImpl.cs
branch: 0.29.3-dev branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CharacterCreation id: CharacterCreation
path: ../TinyLife/GameImpl.cs path: ../TinyLife/GameImpl.cs
startLine: 1049 startLine: 1105
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -275,12 +233,6 @@ items:
content: CharacterCreation = 6 content: CharacterCreation = 6
return: return:
type: TinyLife.GameImpl.GameMode type: TinyLife.GameImpl.GameMode
modifiers.csharp:
- public
- const
modifiers.vb:
- Public
- Const
references: references:
- uid: TinyLife - uid: TinyLife
commentId: N:TinyLife commentId: N:TinyLife
@ -291,34 +243,36 @@ references:
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0) commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
parent: TinyLife.Utilities.Extensions parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0) definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy<GameImpl.GameMode>() name: JsonCopy<GameMode>(GameMode)
nameWithType: Extensions.JsonCopy<GameImpl.GameMode>() nameWithType: Extensions.JsonCopy<GameImpl.GameMode>(GameImpl.GameMode)
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.GameImpl.GameMode>() fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.GameImpl.GameMode>(TinyLife.GameImpl.GameMode)
nameWithType.vb: Extensions.JsonCopy(Of GameImpl.GameMode)() nameWithType.vb: Extensions.JsonCopy(Of GameImpl.GameMode)(GameImpl.GameMode)
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.GameImpl.GameMode)() fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.GameImpl.GameMode)(TinyLife.GameImpl.GameMode)
name.vb: JsonCopy(Of GameImpl.GameMode)() name.vb: JsonCopy(Of GameMode)(GameMode)
spec.csharp: spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1 - uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.GameImpl.GameMode)
name: JsonCopy<GameImpl.GameMode> name: JsonCopy
nameWithType: Extensions.JsonCopy<GameImpl.GameMode> - name: <
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.GameImpl.GameMode> - uid: TinyLife.GameImpl.GameMode
name: GameMode
- name: '>'
- name: ( - name: (
nameWithType: ( - uid: TinyLife.GameImpl.GameMode
fullName: ( name: GameMode
- name: ) - name: )
nameWithType: )
fullName: )
spec.vb: spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1 - uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.GameImpl.GameMode)
name: JsonCopy(Of GameImpl.GameMode) name: JsonCopy
nameWithType: Extensions.JsonCopy(Of GameImpl.GameMode)
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.GameImpl.GameMode)
- name: ( - name: (
nameWithType: ( - name: Of
fullName: ( - name: " "
- uid: TinyLife.GameImpl.GameMode
name: GameMode
- name: )
- name: (
- uid: TinyLife.GameImpl.GameMode
name: GameMode
- name: ) - name: )
nameWithType: )
fullName: )
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0) commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy<T>(T) name: JsonCopy<T>(T)
@ -329,32 +283,24 @@ references:
name.vb: JsonCopy(Of T)(T) name.vb: JsonCopy(Of T)(T)
spec.csharp: spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy<T> name: JsonCopy
nameWithType: Extensions.JsonCopy<T> - name: <
fullName: TinyLife.Utilities.Extensions.JsonCopy<T> - name: T
- name: ( - name: '>'
nameWithType: ( - name: (
fullName: (
- name: T - name: T
nameWithType: T
fullName: T
- name: ) - name: )
nameWithType: )
fullName: )
spec.vb: spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy(Of T) name: JsonCopy
nameWithType: Extensions.JsonCopy(Of T) - name: (
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of T) - name: Of
- name: " "
- name: T
- name: )
- name: ( - name: (
nameWithType: (
fullName: (
- name: T - name: T
nameWithType: T
fullName: T
- name: ) - name: )
nameWithType: )
fullName: )
- uid: TinyLife.Utilities.Extensions - uid: TinyLife.Utilities.Extensions
commentId: T:TinyLife.Utilities.Extensions commentId: T:TinyLife.Utilities.Extensions
parent: TinyLife.Utilities parent: TinyLife.Utilities
@ -366,12 +312,36 @@ references:
name: TinyLife.Utilities name: TinyLife.Utilities
nameWithType: TinyLife.Utilities nameWithType: TinyLife.Utilities
fullName: TinyLife.Utilities fullName: TinyLife.Utilities
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Utilities
name: Utilities
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Utilities
name: Utilities
- uid: TinyLife.GameImpl.GameMode - uid: TinyLife.GameImpl.GameMode
commentId: T:TinyLife.GameImpl.GameMode commentId: T:TinyLife.GameImpl.GameMode
parent: TinyLife parent: TinyLife
name: GameImpl.GameMode name: GameImpl.GameMode
nameWithType: GameImpl.GameMode nameWithType: GameImpl.GameMode
fullName: TinyLife.GameImpl.GameMode fullName: TinyLife.GameImpl.GameMode
spec.csharp:
- uid: TinyLife.GameImpl
name: GameImpl
- name: .
- uid: TinyLife.GameImpl.GameMode
name: GameMode
spec.vb:
- uid: TinyLife.GameImpl
name: GameImpl
- name: .
- uid: TinyLife.GameImpl.GameMode
name: GameMode
- uid: TinyLife.Uis.CharacterCreator - uid: TinyLife.Uis.CharacterCreator
commentId: T:TinyLife.Uis.CharacterCreator commentId: T:TinyLife.Uis.CharacterCreator
parent: TinyLife.Uis parent: TinyLife.Uis
@ -383,3 +353,15 @@ references:
name: TinyLife.Uis name: TinyLife.Uis
nameWithType: TinyLife.Uis nameWithType: TinyLife.Uis
fullName: TinyLife.Uis fullName: TinyLife.Uis
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Uis
name: Uis
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Uis
name: Uis

File diff suppressed because it is too large Load diff

View file

@ -20,11 +20,11 @@ items:
source: source:
remote: remote:
path: TinyLife/Options.cs path: TinyLife/Options.cs
branch: 0.29.3-dev branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GameSpeed id: GameSpeed
path: ../TinyLife/Options.cs path: ../TinyLife/Options.cs
startLine: 518 startLine: 525
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -35,12 +35,6 @@ items:
content.vb: Public Enum GameSpeed content.vb: Public Enum GameSpeed
extensionMethods: extensionMethods:
- TinyLife.GameSpeed.TinyLife.Utilities.Extensions.JsonCopy``1 - TinyLife.GameSpeed.TinyLife.Utilities.Extensions.JsonCopy``1
modifiers.csharp:
- public
- enum
modifiers.vb:
- Public
- Enum
- uid: TinyLife.GameSpeed.Paused - uid: TinyLife.GameSpeed.Paused
commentId: F:TinyLife.GameSpeed.Paused commentId: F:TinyLife.GameSpeed.Paused
id: Paused id: Paused
@ -55,11 +49,11 @@ items:
source: source:
remote: remote:
path: TinyLife/Options.cs path: TinyLife/Options.cs
branch: 0.29.3-dev branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Paused id: Paused
path: ../TinyLife/Options.cs path: ../TinyLife/Options.cs
startLine: 523 startLine: 530
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -69,12 +63,6 @@ items:
content: Paused = 0 content: Paused = 0
return: return:
type: TinyLife.GameSpeed type: TinyLife.GameSpeed
modifiers.csharp:
- public
- const
modifiers.vb:
- Public
- Const
- uid: TinyLife.GameSpeed.Regular - uid: TinyLife.GameSpeed.Regular
commentId: F:TinyLife.GameSpeed.Regular commentId: F:TinyLife.GameSpeed.Regular
id: Regular id: Regular
@ -89,11 +77,11 @@ items:
source: source:
remote: remote:
path: TinyLife/Options.cs path: TinyLife/Options.cs
branch: 0.29.3-dev branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Regular id: Regular
path: ../TinyLife/Options.cs path: ../TinyLife/Options.cs
startLine: 527 startLine: 534
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -103,12 +91,6 @@ items:
content: Regular = 1 content: Regular = 1
return: return:
type: TinyLife.GameSpeed type: TinyLife.GameSpeed
modifiers.csharp:
- public
- const
modifiers.vb:
- Public
- Const
- uid: TinyLife.GameSpeed.Fast - uid: TinyLife.GameSpeed.Fast
commentId: F:TinyLife.GameSpeed.Fast commentId: F:TinyLife.GameSpeed.Fast
id: Fast id: Fast
@ -123,11 +105,11 @@ items:
source: source:
remote: remote:
path: TinyLife/Options.cs path: TinyLife/Options.cs
branch: 0.29.3-dev branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Fast id: Fast
path: ../TinyLife/Options.cs path: ../TinyLife/Options.cs
startLine: 531 startLine: 538
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -137,12 +119,6 @@ items:
content: Fast = 2 content: Fast = 2
return: return:
type: TinyLife.GameSpeed type: TinyLife.GameSpeed
modifiers.csharp:
- public
- const
modifiers.vb:
- Public
- Const
- uid: TinyLife.GameSpeed.VeryFast - uid: TinyLife.GameSpeed.VeryFast
commentId: F:TinyLife.GameSpeed.VeryFast commentId: F:TinyLife.GameSpeed.VeryFast
id: VeryFast id: VeryFast
@ -157,11 +133,11 @@ items:
source: source:
remote: remote:
path: TinyLife/Options.cs path: TinyLife/Options.cs
branch: 0.29.3-dev branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: VeryFast id: VeryFast
path: ../TinyLife/Options.cs path: ../TinyLife/Options.cs
startLine: 535 startLine: 542
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -171,12 +147,6 @@ items:
content: VeryFast = 3 content: VeryFast = 3
return: return:
type: TinyLife.GameSpeed type: TinyLife.GameSpeed
modifiers.csharp:
- public
- const
modifiers.vb:
- Public
- Const
- uid: TinyLife.GameSpeed.ExtremelyFast - uid: TinyLife.GameSpeed.ExtremelyFast
commentId: F:TinyLife.GameSpeed.ExtremelyFast commentId: F:TinyLife.GameSpeed.ExtremelyFast
id: ExtremelyFast id: ExtremelyFast
@ -191,11 +161,11 @@ items:
source: source:
remote: remote:
path: TinyLife/Options.cs path: TinyLife/Options.cs
branch: 0.29.3-dev branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ExtremelyFast id: ExtremelyFast
path: ../TinyLife/Options.cs path: ../TinyLife/Options.cs
startLine: 540 startLine: 547
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -205,12 +175,6 @@ items:
content: ExtremelyFast = 20 content: ExtremelyFast = 20
return: return:
type: TinyLife.GameSpeed type: TinyLife.GameSpeed
modifiers.csharp:
- public
- const
modifiers.vb:
- Public
- Const
references: references:
- uid: TinyLife - uid: TinyLife
commentId: N:TinyLife commentId: N:TinyLife
@ -221,34 +185,36 @@ references:
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0) commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
parent: TinyLife.Utilities.Extensions parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0) definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy<GameSpeed>() name: JsonCopy<GameSpeed>(GameSpeed)
nameWithType: Extensions.JsonCopy<GameSpeed>() nameWithType: Extensions.JsonCopy<GameSpeed>(GameSpeed)
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.GameSpeed>() fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.GameSpeed>(TinyLife.GameSpeed)
nameWithType.vb: Extensions.JsonCopy(Of GameSpeed)() nameWithType.vb: Extensions.JsonCopy(Of GameSpeed)(GameSpeed)
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.GameSpeed)() fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.GameSpeed)(TinyLife.GameSpeed)
name.vb: JsonCopy(Of GameSpeed)() name.vb: JsonCopy(Of GameSpeed)(GameSpeed)
spec.csharp: spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1 - uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.GameSpeed)
name: JsonCopy<GameSpeed> name: JsonCopy
nameWithType: Extensions.JsonCopy<GameSpeed> - name: <
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.GameSpeed> - uid: TinyLife.GameSpeed
name: GameSpeed
- name: '>'
- name: ( - name: (
nameWithType: ( - uid: TinyLife.GameSpeed
fullName: ( name: GameSpeed
- name: ) - name: )
nameWithType: )
fullName: )
spec.vb: spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1 - uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.GameSpeed)
name: JsonCopy(Of GameSpeed) name: JsonCopy
nameWithType: Extensions.JsonCopy(Of GameSpeed)
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.GameSpeed)
- name: ( - name: (
nameWithType: ( - name: Of
fullName: ( - name: " "
- uid: TinyLife.GameSpeed
name: GameSpeed
- name: )
- name: (
- uid: TinyLife.GameSpeed
name: GameSpeed
- name: ) - name: )
nameWithType: )
fullName: )
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0) commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy<T>(T) name: JsonCopy<T>(T)
@ -259,32 +225,24 @@ references:
name.vb: JsonCopy(Of T)(T) name.vb: JsonCopy(Of T)(T)
spec.csharp: spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy<T> name: JsonCopy
nameWithType: Extensions.JsonCopy<T> - name: <
fullName: TinyLife.Utilities.Extensions.JsonCopy<T> - name: T
- name: ( - name: '>'
nameWithType: ( - name: (
fullName: (
- name: T - name: T
nameWithType: T
fullName: T
- name: ) - name: )
nameWithType: )
fullName: )
spec.vb: spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy(Of T) name: JsonCopy
nameWithType: Extensions.JsonCopy(Of T) - name: (
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of T) - name: Of
- name: " "
- name: T
- name: )
- name: ( - name: (
nameWithType: (
fullName: (
- name: T - name: T
nameWithType: T
fullName: T
- name: ) - name: )
nameWithType: )
fullName: )
- uid: TinyLife.Utilities.Extensions - uid: TinyLife.Utilities.Extensions
commentId: T:TinyLife.Utilities.Extensions commentId: T:TinyLife.Utilities.Extensions
parent: TinyLife.Utilities parent: TinyLife.Utilities
@ -296,6 +254,18 @@ references:
name: TinyLife.Utilities name: TinyLife.Utilities
nameWithType: TinyLife.Utilities nameWithType: TinyLife.Utilities
fullName: TinyLife.Utilities fullName: TinyLife.Utilities
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Utilities
name: Utilities
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Utilities
name: Utilities
- uid: TinyLife.GameSpeed - uid: TinyLife.GameSpeed
commentId: T:TinyLife.GameSpeed commentId: T:TinyLife.GameSpeed
parent: TinyLife parent: TinyLife
@ -304,4 +274,6 @@ references:
fullName: TinyLife.GameSpeed fullName: TinyLife.GameSpeed
- uid: TinyLife.GameSpeed.Regular - uid: TinyLife.GameSpeed.Regular
commentId: F:TinyLife.GameSpeed.Regular commentId: F:TinyLife.GameSpeed.Regular
isExternal: true name: Regular
nameWithType: GameSpeed.Regular
fullName: TinyLife.GameSpeed.Regular

View file

@ -25,11 +25,11 @@ items:
source: source:
remote: remote:
path: TinyLife/Relationship.cs path: TinyLife/Relationship.cs
branch: 0.29.3-dev branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GenealogyType id: GenealogyType
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 368 startLine: 426
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -39,16 +39,10 @@ items:
content: public enum GenealogyType content: public enum GenealogyType
content.vb: Public Enum GenealogyType content.vb: Public Enum GenealogyType
extensionMethods: extensionMethods:
- TinyLife.GenealogyType.TinyLife.Utilities.Extensions.JsonCopy``1
- TinyLife.GenealogyType.TinyLife.Utilities.Extensions.GetOpposite - TinyLife.GenealogyType.TinyLife.Utilities.Extensions.GetOpposite
- TinyLife.GenealogyType.TinyLife.Utilities.Extensions.GetTransitive(TinyLife.GenealogyType) - TinyLife.GenealogyType.TinyLife.Utilities.Extensions.GetTransitive(TinyLife.GenealogyType)
- TinyLife.GenealogyType.TinyLife.Utilities.Extensions.IsAgeAppropriate(TinyLife.Objects.AgeGroup) - TinyLife.GenealogyType.TinyLife.Utilities.Extensions.IsAgeAppropriate(TinyLife.Objects.AgeGroup)
modifiers.csharp: - TinyLife.GenealogyType.TinyLife.Utilities.Extensions.JsonCopy``1
- public
- enum
modifiers.vb:
- Public
- Enum
- uid: TinyLife.GenealogyType.Unrelated - uid: TinyLife.GenealogyType.Unrelated
commentId: F:TinyLife.GenealogyType.Unrelated commentId: F:TinyLife.GenealogyType.Unrelated
id: Unrelated id: Unrelated
@ -63,11 +57,11 @@ items:
source: source:
remote: remote:
path: TinyLife/Relationship.cs path: TinyLife/Relationship.cs
branch: 0.29.3-dev branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Unrelated id: Unrelated
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 373 startLine: 431
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -77,12 +71,6 @@ items:
content: Unrelated = 0 content: Unrelated = 0
return: return:
type: TinyLife.GenealogyType type: TinyLife.GenealogyType
modifiers.csharp:
- public
- const
modifiers.vb:
- Public
- Const
- uid: TinyLife.GenealogyType.Parent - uid: TinyLife.GenealogyType.Parent
commentId: F:TinyLife.GenealogyType.Parent commentId: F:TinyLife.GenealogyType.Parent
id: Parent id: Parent
@ -97,11 +85,11 @@ items:
source: source:
remote: remote:
path: TinyLife/Relationship.cs path: TinyLife/Relationship.cs
branch: 0.29.3-dev branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Parent id: Parent
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 377 startLine: 435
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -111,12 +99,6 @@ items:
content: Parent = 1 content: Parent = 1
return: return:
type: TinyLife.GenealogyType type: TinyLife.GenealogyType
modifiers.csharp:
- public
- const
modifiers.vb:
- Public
- Const
- uid: TinyLife.GenealogyType.Child - uid: TinyLife.GenealogyType.Child
commentId: F:TinyLife.GenealogyType.Child commentId: F:TinyLife.GenealogyType.Child
id: Child id: Child
@ -131,11 +113,11 @@ items:
source: source:
remote: remote:
path: TinyLife/Relationship.cs path: TinyLife/Relationship.cs
branch: 0.29.3-dev branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Child id: Child
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 381 startLine: 439
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -145,12 +127,6 @@ items:
content: Child = 2 content: Child = 2
return: return:
type: TinyLife.GenealogyType type: TinyLife.GenealogyType
modifiers.csharp:
- public
- const
modifiers.vb:
- Public
- Const
- uid: TinyLife.GenealogyType.Sibling - uid: TinyLife.GenealogyType.Sibling
commentId: F:TinyLife.GenealogyType.Sibling commentId: F:TinyLife.GenealogyType.Sibling
id: Sibling id: Sibling
@ -165,11 +141,11 @@ items:
source: source:
remote: remote:
path: TinyLife/Relationship.cs path: TinyLife/Relationship.cs
branch: 0.29.3-dev branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Sibling id: Sibling
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 385 startLine: 443
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -179,12 +155,6 @@ items:
content: Sibling = 3 content: Sibling = 3
return: return:
type: TinyLife.GenealogyType type: TinyLife.GenealogyType
modifiers.csharp:
- public
- const
modifiers.vb:
- Public
- Const
- uid: TinyLife.GenealogyType.Nibling - uid: TinyLife.GenealogyType.Nibling
commentId: F:TinyLife.GenealogyType.Nibling commentId: F:TinyLife.GenealogyType.Nibling
id: Nibling id: Nibling
@ -199,11 +169,11 @@ items:
source: source:
remote: remote:
path: TinyLife/Relationship.cs path: TinyLife/Relationship.cs
branch: 0.29.3-dev branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Nibling id: Nibling
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 389 startLine: 447
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -213,12 +183,6 @@ items:
content: Nibling = 4 content: Nibling = 4
return: return:
type: TinyLife.GenealogyType type: TinyLife.GenealogyType
modifiers.csharp:
- public
- const
modifiers.vb:
- Public
- Const
- uid: TinyLife.GenealogyType.Pibling - uid: TinyLife.GenealogyType.Pibling
commentId: F:TinyLife.GenealogyType.Pibling commentId: F:TinyLife.GenealogyType.Pibling
id: Pibling id: Pibling
@ -233,11 +197,11 @@ items:
source: source:
remote: remote:
path: TinyLife/Relationship.cs path: TinyLife/Relationship.cs
branch: 0.29.3-dev branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Pibling id: Pibling
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 393 startLine: 451
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -247,12 +211,6 @@ items:
content: Pibling = 5 content: Pibling = 5
return: return:
type: TinyLife.GenealogyType type: TinyLife.GenealogyType
modifiers.csharp:
- public
- const
modifiers.vb:
- Public
- Const
- uid: TinyLife.GenealogyType.Grandparent - uid: TinyLife.GenealogyType.Grandparent
commentId: F:TinyLife.GenealogyType.Grandparent commentId: F:TinyLife.GenealogyType.Grandparent
id: Grandparent id: Grandparent
@ -267,11 +225,11 @@ items:
source: source:
remote: remote:
path: TinyLife/Relationship.cs path: TinyLife/Relationship.cs
branch: 0.29.3-dev branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Grandparent id: Grandparent
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 397 startLine: 455
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -281,12 +239,6 @@ items:
content: Grandparent = 6 content: Grandparent = 6
return: return:
type: TinyLife.GenealogyType type: TinyLife.GenealogyType
modifiers.csharp:
- public
- const
modifiers.vb:
- Public
- Const
- uid: TinyLife.GenealogyType.Grandchild - uid: TinyLife.GenealogyType.Grandchild
commentId: F:TinyLife.GenealogyType.Grandchild commentId: F:TinyLife.GenealogyType.Grandchild
id: Grandchild id: Grandchild
@ -301,11 +253,11 @@ items:
source: source:
remote: remote:
path: TinyLife/Relationship.cs path: TinyLife/Relationship.cs
branch: 0.29.3-dev branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Grandchild id: Grandchild
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 401 startLine: 459
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -315,12 +267,6 @@ items:
content: Grandchild = 7 content: Grandchild = 7
return: return:
type: TinyLife.GenealogyType type: TinyLife.GenealogyType
modifiers.csharp:
- public
- const
modifiers.vb:
- Public
- Const
- uid: TinyLife.GenealogyType.Cousin - uid: TinyLife.GenealogyType.Cousin
commentId: F:TinyLife.GenealogyType.Cousin commentId: F:TinyLife.GenealogyType.Cousin
id: Cousin id: Cousin
@ -335,11 +281,11 @@ items:
source: source:
remote: remote:
path: TinyLife/Relationship.cs path: TinyLife/Relationship.cs
branch: 0.29.3-dev branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Cousin id: Cousin
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 405 startLine: 463
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -349,12 +295,6 @@ items:
content: Cousin = 8 content: Cousin = 8
return: return:
type: TinyLife.GenealogyType type: TinyLife.GenealogyType
modifiers.csharp:
- public
- const
modifiers.vb:
- Public
- Const
- uid: TinyLife.GenealogyType.DistantlyRelated - uid: TinyLife.GenealogyType.DistantlyRelated
commentId: F:TinyLife.GenealogyType.DistantlyRelated commentId: F:TinyLife.GenealogyType.DistantlyRelated
id: DistantlyRelated id: DistantlyRelated
@ -369,11 +309,11 @@ items:
source: source:
remote: remote:
path: TinyLife/Relationship.cs path: TinyLife/Relationship.cs
branch: 0.29.3-dev branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DistantlyRelated id: DistantlyRelated
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 409 startLine: 467
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -383,12 +323,6 @@ items:
content: DistantlyRelated = 1000 content: DistantlyRelated = 1000
return: return:
type: TinyLife.GenealogyType type: TinyLife.GenealogyType
modifiers.csharp:
- public
- const
modifiers.vb:
- Public
- Const
references: references:
- uid: TinyLife.Relationship - uid: TinyLife.Relationship
commentId: T:TinyLife.Relationship commentId: T:TinyLife.Relationship
@ -401,141 +335,198 @@ references:
name: TinyLife name: TinyLife
nameWithType: TinyLife nameWithType: TinyLife
fullName: TinyLife fullName: TinyLife
- uid: TinyLife.GenealogyType.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<GenealogyType>()
nameWithType: Extensions.JsonCopy<GenealogyType>()
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.GenealogyType>()
nameWithType.vb: Extensions.JsonCopy(Of GenealogyType)()
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.GenealogyType)()
name.vb: JsonCopy(Of GenealogyType)()
spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1
name: JsonCopy<GenealogyType>
nameWithType: Extensions.JsonCopy<GenealogyType>
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.GenealogyType>
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1
name: JsonCopy(Of GenealogyType)
nameWithType: Extensions.JsonCopy(Of GenealogyType)
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.GenealogyType)
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.GenealogyType.TinyLife.Utilities.Extensions.GetOpposite - uid: TinyLife.GenealogyType.TinyLife.Utilities.Extensions.GetOpposite
commentId: M:TinyLife.Utilities.Extensions.GetOpposite(TinyLife.GenealogyType) commentId: M:TinyLife.Utilities.Extensions.GetOpposite(TinyLife.GenealogyType)
parent: TinyLife.Utilities.Extensions parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.GetOpposite(TinyLife.GenealogyType) definition: TinyLife.Utilities.Extensions.GetOpposite(TinyLife.GenealogyType)
name: GetOpposite() name: GetOpposite(GenealogyType)
nameWithType: Extensions.GetOpposite() nameWithType: Extensions.GetOpposite(GenealogyType)
fullName: TinyLife.Utilities.Extensions.GetOpposite() fullName: TinyLife.Utilities.Extensions.GetOpposite(TinyLife.GenealogyType)
spec.csharp: spec.csharp:
- uid: TinyLife.Utilities.Extensions.GetOpposite - uid: TinyLife.Utilities.Extensions.GetOpposite(TinyLife.GenealogyType)
name: GetOpposite name: GetOpposite
nameWithType: Extensions.GetOpposite
fullName: TinyLife.Utilities.Extensions.GetOpposite
- name: ( - name: (
nameWithType: ( - uid: TinyLife.GenealogyType
fullName: ( name: GenealogyType
- name: ) - name: )
nameWithType: )
fullName: )
spec.vb: spec.vb:
- uid: TinyLife.Utilities.Extensions.GetOpposite - uid: TinyLife.Utilities.Extensions.GetOpposite(TinyLife.GenealogyType)
name: GetOpposite name: GetOpposite
nameWithType: Extensions.GetOpposite
fullName: TinyLife.Utilities.Extensions.GetOpposite
- name: ( - name: (
nameWithType: ( - uid: TinyLife.GenealogyType
fullName: ( name: GenealogyType
- name: ) - name: )
nameWithType: )
fullName: )
- uid: TinyLife.GenealogyType.TinyLife.Utilities.Extensions.GetTransitive(TinyLife.GenealogyType) - uid: TinyLife.GenealogyType.TinyLife.Utilities.Extensions.GetTransitive(TinyLife.GenealogyType)
commentId: M:TinyLife.Utilities.Extensions.GetTransitive(TinyLife.GenealogyType,TinyLife.GenealogyType) commentId: M:TinyLife.Utilities.Extensions.GetTransitive(TinyLife.GenealogyType,TinyLife.GenealogyType)
parent: TinyLife.Utilities.Extensions parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.GetTransitive(TinyLife.GenealogyType,TinyLife.GenealogyType) definition: TinyLife.Utilities.Extensions.GetTransitive(TinyLife.GenealogyType,TinyLife.GenealogyType)
name: GetTransitive(GenealogyType) name: GetTransitive(GenealogyType, GenealogyType)
nameWithType: Extensions.GetTransitive(GenealogyType) nameWithType: Extensions.GetTransitive(GenealogyType, GenealogyType)
fullName: TinyLife.Utilities.Extensions.GetTransitive(TinyLife.GenealogyType) fullName: TinyLife.Utilities.Extensions.GetTransitive(TinyLife.GenealogyType, TinyLife.GenealogyType)
spec.csharp: spec.csharp:
- uid: TinyLife.Utilities.Extensions.GetTransitive(TinyLife.GenealogyType) - uid: TinyLife.Utilities.Extensions.GetTransitive(TinyLife.GenealogyType,TinyLife.GenealogyType)
name: GetTransitive name: GetTransitive
nameWithType: Extensions.GetTransitive
fullName: TinyLife.Utilities.Extensions.GetTransitive
- name: ( - name: (
nameWithType: (
fullName: (
- uid: TinyLife.GenealogyType - uid: TinyLife.GenealogyType
name: GenealogyType name: GenealogyType
nameWithType: GenealogyType - name: ','
fullName: TinyLife.GenealogyType - name: " "
- uid: TinyLife.GenealogyType
name: GenealogyType
- name: ) - name: )
nameWithType: )
fullName: )
spec.vb: spec.vb:
- uid: TinyLife.Utilities.Extensions.GetTransitive(TinyLife.GenealogyType) - uid: TinyLife.Utilities.Extensions.GetTransitive(TinyLife.GenealogyType,TinyLife.GenealogyType)
name: GetTransitive name: GetTransitive
nameWithType: Extensions.GetTransitive
fullName: TinyLife.Utilities.Extensions.GetTransitive
- name: ( - name: (
nameWithType: (
fullName: (
- uid: TinyLife.GenealogyType - uid: TinyLife.GenealogyType
name: GenealogyType name: GenealogyType
nameWithType: GenealogyType - name: ','
fullName: TinyLife.GenealogyType - name: " "
- uid: TinyLife.GenealogyType
name: GenealogyType
- name: ) - name: )
nameWithType: )
fullName: )
- uid: TinyLife.GenealogyType.TinyLife.Utilities.Extensions.IsAgeAppropriate(TinyLife.Objects.AgeGroup) - uid: TinyLife.GenealogyType.TinyLife.Utilities.Extensions.IsAgeAppropriate(TinyLife.Objects.AgeGroup)
commentId: M:TinyLife.Utilities.Extensions.IsAgeAppropriate(TinyLife.GenealogyType,TinyLife.Objects.AgeGroup) commentId: M:TinyLife.Utilities.Extensions.IsAgeAppropriate(TinyLife.GenealogyType,TinyLife.Objects.AgeGroup)
parent: TinyLife.Utilities.Extensions parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.IsAgeAppropriate(TinyLife.GenealogyType,TinyLife.Objects.AgeGroup) definition: TinyLife.Utilities.Extensions.IsAgeAppropriate(TinyLife.GenealogyType,TinyLife.Objects.AgeGroup)
name: IsAgeAppropriate(AgeGroup) name: IsAgeAppropriate(GenealogyType, AgeGroup)
nameWithType: Extensions.IsAgeAppropriate(AgeGroup) nameWithType: Extensions.IsAgeAppropriate(GenealogyType, AgeGroup)
fullName: TinyLife.Utilities.Extensions.IsAgeAppropriate(TinyLife.Objects.AgeGroup) fullName: TinyLife.Utilities.Extensions.IsAgeAppropriate(TinyLife.GenealogyType, TinyLife.Objects.AgeGroup)
spec.csharp: spec.csharp:
- uid: TinyLife.Utilities.Extensions.IsAgeAppropriate(TinyLife.Objects.AgeGroup) - uid: TinyLife.Utilities.Extensions.IsAgeAppropriate(TinyLife.GenealogyType,TinyLife.Objects.AgeGroup)
name: IsAgeAppropriate name: IsAgeAppropriate
nameWithType: Extensions.IsAgeAppropriate
fullName: TinyLife.Utilities.Extensions.IsAgeAppropriate
- name: ( - name: (
nameWithType: ( - uid: TinyLife.GenealogyType
fullName: ( name: GenealogyType
- name: ','
- name: " "
- uid: TinyLife.Objects.AgeGroup - uid: TinyLife.Objects.AgeGroup
name: AgeGroup name: AgeGroup
nameWithType: AgeGroup
fullName: TinyLife.Objects.AgeGroup
- name: ) - name: )
nameWithType: )
fullName: )
spec.vb: spec.vb:
- uid: TinyLife.Utilities.Extensions.IsAgeAppropriate(TinyLife.Objects.AgeGroup) - uid: TinyLife.Utilities.Extensions.IsAgeAppropriate(TinyLife.GenealogyType,TinyLife.Objects.AgeGroup)
name: IsAgeAppropriate name: IsAgeAppropriate
nameWithType: Extensions.IsAgeAppropriate
fullName: TinyLife.Utilities.Extensions.IsAgeAppropriate
- name: ( - name: (
nameWithType: ( - uid: TinyLife.GenealogyType
fullName: ( name: GenealogyType
- name: ','
- name: " "
- uid: TinyLife.Objects.AgeGroup
name: AgeGroup
- name: )
- uid: TinyLife.GenealogyType.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<GenealogyType>(GenealogyType)
nameWithType: Extensions.JsonCopy<GenealogyType>(GenealogyType)
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.GenealogyType>(TinyLife.GenealogyType)
nameWithType.vb: Extensions.JsonCopy(Of GenealogyType)(GenealogyType)
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.GenealogyType)(TinyLife.GenealogyType)
name.vb: JsonCopy(Of GenealogyType)(GenealogyType)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.GenealogyType)
name: JsonCopy
- name: <
- uid: TinyLife.GenealogyType
name: GenealogyType
- name: '>'
- name: (
- uid: TinyLife.GenealogyType
name: GenealogyType
- name: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.GenealogyType)
name: JsonCopy
- name: (
- name: Of
- name: " "
- uid: TinyLife.GenealogyType
name: GenealogyType
- name: )
- name: (
- uid: TinyLife.GenealogyType
name: GenealogyType
- name: )
- uid: TinyLife.Utilities.Extensions.GetOpposite(TinyLife.GenealogyType)
commentId: M:TinyLife.Utilities.Extensions.GetOpposite(TinyLife.GenealogyType)
name: GetOpposite(GenealogyType)
nameWithType: Extensions.GetOpposite(GenealogyType)
fullName: TinyLife.Utilities.Extensions.GetOpposite(TinyLife.GenealogyType)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.GetOpposite(TinyLife.GenealogyType)
name: GetOpposite
- name: (
- uid: TinyLife.GenealogyType
name: GenealogyType
- name: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.GetOpposite(TinyLife.GenealogyType)
name: GetOpposite
- name: (
- uid: TinyLife.GenealogyType
name: GenealogyType
- name: )
- uid: TinyLife.Utilities.Extensions
commentId: T:TinyLife.Utilities.Extensions
parent: TinyLife.Utilities
name: Extensions
nameWithType: Extensions
fullName: TinyLife.Utilities.Extensions
- uid: TinyLife.Utilities.Extensions.GetTransitive(TinyLife.GenealogyType,TinyLife.GenealogyType)
commentId: M:TinyLife.Utilities.Extensions.GetTransitive(TinyLife.GenealogyType,TinyLife.GenealogyType)
name: GetTransitive(GenealogyType, GenealogyType)
nameWithType: Extensions.GetTransitive(GenealogyType, GenealogyType)
fullName: TinyLife.Utilities.Extensions.GetTransitive(TinyLife.GenealogyType, TinyLife.GenealogyType)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.GetTransitive(TinyLife.GenealogyType,TinyLife.GenealogyType)
name: GetTransitive
- name: (
- uid: TinyLife.GenealogyType
name: GenealogyType
- name: ','
- name: " "
- uid: TinyLife.GenealogyType
name: GenealogyType
- name: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.GetTransitive(TinyLife.GenealogyType,TinyLife.GenealogyType)
name: GetTransitive
- name: (
- uid: TinyLife.GenealogyType
name: GenealogyType
- name: ','
- name: " "
- uid: TinyLife.GenealogyType
name: GenealogyType
- name: )
- uid: TinyLife.Utilities.Extensions.IsAgeAppropriate(TinyLife.GenealogyType,TinyLife.Objects.AgeGroup)
commentId: M:TinyLife.Utilities.Extensions.IsAgeAppropriate(TinyLife.GenealogyType,TinyLife.Objects.AgeGroup)
name: IsAgeAppropriate(GenealogyType, AgeGroup)
nameWithType: Extensions.IsAgeAppropriate(GenealogyType, AgeGroup)
fullName: TinyLife.Utilities.Extensions.IsAgeAppropriate(TinyLife.GenealogyType, TinyLife.Objects.AgeGroup)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.IsAgeAppropriate(TinyLife.GenealogyType,TinyLife.Objects.AgeGroup)
name: IsAgeAppropriate
- name: (
- uid: TinyLife.GenealogyType
name: GenealogyType
- name: ','
- name: " "
- uid: TinyLife.Objects.AgeGroup
name: AgeGroup
- name: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.IsAgeAppropriate(TinyLife.GenealogyType,TinyLife.Objects.AgeGroup)
name: IsAgeAppropriate
- name: (
- uid: TinyLife.GenealogyType
name: GenealogyType
- name: ','
- name: " "
- uid: TinyLife.Objects.AgeGroup - uid: TinyLife.Objects.AgeGroup
name: AgeGroup name: AgeGroup
nameWithType: AgeGroup
fullName: TinyLife.Objects.AgeGroup
- name: ) - name: )
nameWithType: )
fullName: )
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0) commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy<T>(T) name: JsonCopy<T>(T)
@ -546,176 +537,41 @@ references:
name.vb: JsonCopy(Of T)(T) name.vb: JsonCopy(Of T)(T)
spec.csharp: spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy<T> name: JsonCopy
nameWithType: Extensions.JsonCopy<T> - name: <
fullName: TinyLife.Utilities.Extensions.JsonCopy<T> - name: T
- name: ( - name: '>'
nameWithType: ( - name: (
fullName: (
- name: T - name: T
nameWithType: T
fullName: T
- name: ) - name: )
nameWithType: )
fullName: )
spec.vb: spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy(Of T) name: JsonCopy
nameWithType: Extensions.JsonCopy(Of T)
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of T)
- name: ( - name: (
nameWithType: ( - name: Of
fullName: ( - name: " "
- name: T - name: T
nameWithType: T
fullName: T
- name: ) - 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.Extensions.GetOpposite(TinyLife.GenealogyType)
commentId: M:TinyLife.Utilities.Extensions.GetOpposite(TinyLife.GenealogyType)
name: GetOpposite(GenealogyType)
nameWithType: Extensions.GetOpposite(GenealogyType)
fullName: TinyLife.Utilities.Extensions.GetOpposite(TinyLife.GenealogyType)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.GetOpposite(TinyLife.GenealogyType)
name: GetOpposite
nameWithType: Extensions.GetOpposite
fullName: TinyLife.Utilities.Extensions.GetOpposite
- name: ( - name: (
nameWithType: ( - name: T
fullName: (
- uid: TinyLife.GenealogyType
name: GenealogyType
nameWithType: GenealogyType
fullName: TinyLife.GenealogyType
- name: ) - name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.GetOpposite(TinyLife.GenealogyType)
name: GetOpposite
nameWithType: Extensions.GetOpposite
fullName: TinyLife.Utilities.Extensions.GetOpposite
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.GenealogyType
name: GenealogyType
nameWithType: GenealogyType
fullName: TinyLife.GenealogyType
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Utilities.Extensions.GetTransitive(TinyLife.GenealogyType,TinyLife.GenealogyType)
commentId: M:TinyLife.Utilities.Extensions.GetTransitive(TinyLife.GenealogyType,TinyLife.GenealogyType)
name: GetTransitive(GenealogyType, GenealogyType)
nameWithType: Extensions.GetTransitive(GenealogyType, GenealogyType)
fullName: TinyLife.Utilities.Extensions.GetTransitive(TinyLife.GenealogyType, TinyLife.GenealogyType)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.GetTransitive(TinyLife.GenealogyType,TinyLife.GenealogyType)
name: GetTransitive
nameWithType: Extensions.GetTransitive
fullName: TinyLife.Utilities.Extensions.GetTransitive
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.GenealogyType
name: GenealogyType
nameWithType: GenealogyType
fullName: TinyLife.GenealogyType
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.GenealogyType
name: GenealogyType
nameWithType: GenealogyType
fullName: TinyLife.GenealogyType
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.GetTransitive(TinyLife.GenealogyType,TinyLife.GenealogyType)
name: GetTransitive
nameWithType: Extensions.GetTransitive
fullName: TinyLife.Utilities.Extensions.GetTransitive
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.GenealogyType
name: GenealogyType
nameWithType: GenealogyType
fullName: TinyLife.GenealogyType
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.GenealogyType
name: GenealogyType
nameWithType: GenealogyType
fullName: TinyLife.GenealogyType
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Utilities.Extensions.IsAgeAppropriate(TinyLife.GenealogyType,TinyLife.Objects.AgeGroup)
commentId: M:TinyLife.Utilities.Extensions.IsAgeAppropriate(TinyLife.GenealogyType,TinyLife.Objects.AgeGroup)
name: IsAgeAppropriate(GenealogyType, AgeGroup)
nameWithType: Extensions.IsAgeAppropriate(GenealogyType, AgeGroup)
fullName: TinyLife.Utilities.Extensions.IsAgeAppropriate(TinyLife.GenealogyType, TinyLife.Objects.AgeGroup)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.IsAgeAppropriate(TinyLife.GenealogyType,TinyLife.Objects.AgeGroup)
name: IsAgeAppropriate
nameWithType: Extensions.IsAgeAppropriate
fullName: TinyLife.Utilities.Extensions.IsAgeAppropriate
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.GenealogyType
name: GenealogyType
nameWithType: GenealogyType
fullName: TinyLife.GenealogyType
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.Objects.AgeGroup
name: AgeGroup
nameWithType: AgeGroup
fullName: TinyLife.Objects.AgeGroup
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.IsAgeAppropriate(TinyLife.GenealogyType,TinyLife.Objects.AgeGroup)
name: IsAgeAppropriate
nameWithType: Extensions.IsAgeAppropriate
fullName: TinyLife.Utilities.Extensions.IsAgeAppropriate
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.GenealogyType
name: GenealogyType
nameWithType: GenealogyType
fullName: TinyLife.GenealogyType
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.Objects.AgeGroup
name: AgeGroup
nameWithType: AgeGroup
fullName: TinyLife.Objects.AgeGroup
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Utilities - uid: TinyLife.Utilities
commentId: N:TinyLife.Utilities commentId: N:TinyLife.Utilities
name: TinyLife.Utilities name: TinyLife.Utilities
nameWithType: TinyLife.Utilities nameWithType: TinyLife.Utilities
fullName: TinyLife.Utilities fullName: TinyLife.Utilities
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Utilities
name: Utilities
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Utilities
name: Utilities
- uid: TinyLife.GenealogyType - uid: TinyLife.GenealogyType
commentId: T:TinyLife.GenealogyType commentId: T:TinyLife.GenealogyType
parent: TinyLife parent: TinyLife
@ -724,19 +580,31 @@ references:
fullName: TinyLife.GenealogyType fullName: TinyLife.GenealogyType
- uid: TinyLife.GenealogyType.Child - uid: TinyLife.GenealogyType.Child
commentId: F:TinyLife.GenealogyType.Child commentId: F:TinyLife.GenealogyType.Child
isExternal: true name: Child
nameWithType: GenealogyType.Child
fullName: TinyLife.GenealogyType.Child
- uid: TinyLife.GenealogyType.Parent - uid: TinyLife.GenealogyType.Parent
commentId: F:TinyLife.GenealogyType.Parent commentId: F:TinyLife.GenealogyType.Parent
isExternal: true name: Parent
nameWithType: GenealogyType.Parent
fullName: TinyLife.GenealogyType.Parent
- uid: TinyLife.GenealogyType.Pibling - uid: TinyLife.GenealogyType.Pibling
commentId: F:TinyLife.GenealogyType.Pibling commentId: F:TinyLife.GenealogyType.Pibling
isExternal: true name: Pibling
nameWithType: GenealogyType.Pibling
fullName: TinyLife.GenealogyType.Pibling
- uid: TinyLife.GenealogyType.Nibling - uid: TinyLife.GenealogyType.Nibling
commentId: F:TinyLife.GenealogyType.Nibling commentId: F:TinyLife.GenealogyType.Nibling
isExternal: true name: Nibling
nameWithType: GenealogyType.Nibling
fullName: TinyLife.GenealogyType.Nibling
- uid: TinyLife.GenealogyType.Grandchild - uid: TinyLife.GenealogyType.Grandchild
commentId: F:TinyLife.GenealogyType.Grandchild commentId: F:TinyLife.GenealogyType.Grandchild
isExternal: true name: Grandchild
nameWithType: GenealogyType.Grandchild
fullName: TinyLife.GenealogyType.Grandchild
- uid: TinyLife.GenealogyType.Grandparent - uid: TinyLife.GenealogyType.Grandparent
commentId: F:TinyLife.GenealogyType.Grandparent commentId: F:TinyLife.GenealogyType.Grandparent
isExternal: true name: Grandparent
nameWithType: GenealogyType.Grandparent
fullName: TinyLife.GenealogyType.Grandparent

View file

@ -23,7 +23,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/Achievement.cs path: TinyLife/Goals/Achievement.cs
branch: 0.29.3-dev branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Achievement id: Achievement
path: ../TinyLife/Goals/Achievement.cs path: ../TinyLife/Goals/Achievement.cs
@ -58,12 +58,6 @@ items:
- type: System.Runtime.Serialization.DataContractAttribute - type: System.Runtime.Serialization.DataContractAttribute
ctor: System.Runtime.Serialization.DataContractAttribute.#ctor ctor: System.Runtime.Serialization.DataContractAttribute.#ctor
arguments: [] arguments: []
modifiers.csharp:
- public
- class
modifiers.vb:
- Public
- Class
- uid: TinyLife.Goals.Achievement.Type - uid: TinyLife.Goals.Achievement.Type
commentId: F:TinyLife.Goals.Achievement.Type commentId: F:TinyLife.Goals.Achievement.Type
id: Type id: Type
@ -78,7 +72,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/Achievement.cs path: TinyLife/Goals/Achievement.cs
branch: 0.29.3-dev branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Type id: Type
path: ../TinyLife/Goals/Achievement.cs path: ../TinyLife/Goals/Achievement.cs
@ -103,12 +97,6 @@ items:
- type: System.Runtime.Serialization.DataMemberAttribute - type: System.Runtime.Serialization.DataMemberAttribute
ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
arguments: [] arguments: []
modifiers.csharp:
- public
- readonly
modifiers.vb:
- Public
- ReadOnly
- uid: TinyLife.Goals.Achievement.Goals - uid: TinyLife.Goals.Achievement.Goals
commentId: P:TinyLife.Goals.Achievement.Goals commentId: P:TinyLife.Goals.Achievement.Goals
id: Goals id: Goals
@ -123,7 +111,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/Achievement.cs path: TinyLife/Goals/Achievement.cs
branch: 0.29.3-dev branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Goals id: Goals
path: ../TinyLife/Goals/Achievement.cs path: ../TinyLife/Goals/Achievement.cs
@ -154,14 +142,6 @@ items:
- name: EmitDefaultValue - name: EmitDefaultValue
type: System.Boolean type: System.Boolean
value: false value: false
modifiers.csharp:
- public
- get
- protected set
modifiers.vb:
- Public
- Get
- Protected Set
- uid: TinyLife.Goals.Achievement.Completed - uid: TinyLife.Goals.Achievement.Completed
commentId: P:TinyLife.Goals.Achievement.Completed commentId: P:TinyLife.Goals.Achievement.Completed
id: Completed id: Completed
@ -176,7 +156,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/Achievement.cs path: TinyLife/Goals/Achievement.cs
branch: 0.29.3-dev branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Completed id: Completed
path: ../TinyLife/Goals/Achievement.cs path: ../TinyLife/Goals/Achievement.cs
@ -184,7 +164,7 @@ items:
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
summary: "\nStores whether this achievement has already been completed in the current save file.\nBy default, when this is set to <xref uid=\"langword_csharp_true\" name=\"true\" href=\"\"></xref>, <xref href=\"TinyLife.Goals.Achievement.Goals\" data-throw-if-not-resolved=\"false\"></xref> is also set to null.\n" summary: "\nStores whether this achievement has already been completed in the current save file.\nBy default, when this is set to <a href=\"https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool\">true</a>, <xref href=\"TinyLife.Goals.Achievement.Goals\" data-throw-if-not-resolved=\"false\"></xref> is also set to null.\n"
example: [] example: []
syntax: syntax:
content: >- content: >-
@ -207,14 +187,6 @@ items:
- name: EmitDefaultValue - name: EmitDefaultValue
type: System.Boolean type: System.Boolean
value: false value: false
modifiers.csharp:
- public
- get
- protected set
modifiers.vb:
- Public
- Get
- Protected Set
- uid: TinyLife.Goals.Achievement.#ctor(TinyLife.Goals.AchievementType,TinyLife.Goals.GoalSet) - uid: TinyLife.Goals.Achievement.#ctor(TinyLife.Goals.AchievementType,TinyLife.Goals.GoalSet)
commentId: M:TinyLife.Goals.Achievement.#ctor(TinyLife.Goals.AchievementType,TinyLife.Goals.GoalSet) commentId: M:TinyLife.Goals.Achievement.#ctor(TinyLife.Goals.AchievementType,TinyLife.Goals.GoalSet)
id: '#ctor(TinyLife.Goals.AchievementType,TinyLife.Goals.GoalSet)' id: '#ctor(TinyLife.Goals.AchievementType,TinyLife.Goals.GoalSet)'
@ -229,7 +201,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/Achievement.cs path: TinyLife/Goals/Achievement.cs
branch: 0.29.3-dev branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Goals/Achievement.cs path: ../TinyLife/Goals/Achievement.cs
@ -250,10 +222,9 @@ items:
description: The <xref href="TinyLife.Goals.GoalSet" data-throw-if-not-resolved="false"></xref> that this achievement is trying to complete. description: The <xref href="TinyLife.Goals.GoalSet" data-throw-if-not-resolved="false"></xref> that this achievement is trying to complete.
content.vb: Public Sub New(type As AchievementType, goals As GoalSet = Nothing) content.vb: Public Sub New(type As AchievementType, goals As GoalSet = Nothing)
overload: TinyLife.Goals.Achievement.#ctor* overload: TinyLife.Goals.Achievement.#ctor*
modifiers.csharp: nameWithType.vb: Achievement.New(AchievementType, GoalSet)
- public fullName.vb: TinyLife.Goals.Achievement.New(TinyLife.Goals.AchievementType, TinyLife.Goals.GoalSet)
modifiers.vb: name.vb: New(AchievementType, GoalSet)
- Public
- uid: TinyLife.Goals.Achievement.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) - uid: TinyLife.Goals.Achievement.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
commentId: M:TinyLife.Goals.Achievement.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) commentId: M:TinyLife.Goals.Achievement.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
@ -261,14 +232,14 @@ items:
langs: langs:
- csharp - csharp
- vb - vb
name: Update(GameTime, TimeSpan, Single) name: Update(GameTime, TimeSpan, float)
nameWithType: Achievement.Update(GameTime, TimeSpan, Single) nameWithType: Achievement.Update(GameTime, TimeSpan, float)
fullName: TinyLife.Goals.Achievement.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single) fullName: TinyLife.Goals.Achievement.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
type: Method type: Method
source: source:
remote: remote:
path: TinyLife/Goals/Achievement.cs path: TinyLife/Goals/Achievement.cs
branch: 0.29.3-dev branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update id: Update
path: ../TinyLife/Goals/Achievement.cs path: ../TinyLife/Goals/Achievement.cs
@ -292,12 +263,9 @@ items:
description: The speed multiplier that time is currently passing with. description: The speed multiplier that time is currently passing with.
content.vb: Public Overridable Sub Update(time As GameTime, passedInGame As TimeSpan, speedMultiplier As Single) content.vb: Public Overridable Sub Update(time As GameTime, passedInGame As TimeSpan, speedMultiplier As Single)
overload: TinyLife.Goals.Achievement.Update* overload: TinyLife.Goals.Achievement.Update*
modifiers.csharp: nameWithType.vb: Achievement.Update(GameTime, TimeSpan, Single)
- public fullName.vb: TinyLife.Goals.Achievement.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, Single)
- virtual name.vb: Update(GameTime, TimeSpan, Single)
modifiers.vb:
- Public
- Overridable
- uid: TinyLife.Goals.Achievement.CreateElement - uid: TinyLife.Goals.Achievement.CreateElement
commentId: M:TinyLife.Goals.Achievement.CreateElement commentId: M:TinyLife.Goals.Achievement.CreateElement
id: CreateElement id: CreateElement
@ -312,7 +280,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/Achievement.cs path: TinyLife/Goals/Achievement.cs
branch: 0.29.3-dev branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateElement id: CreateElement
path: ../TinyLife/Goals/Achievement.cs path: ../TinyLife/Goals/Achievement.cs
@ -327,14 +295,8 @@ items:
return: return:
type: MLEM.Ui.Elements.Element type: MLEM.Ui.Elements.Element
description: The element used to display this achievement. description: The element used to display this achievement.
content.vb: Public Overridable Function CreateElement As Element content.vb: Public Overridable Function CreateElement() As Element
overload: TinyLife.Goals.Achievement.CreateElement* overload: TinyLife.Goals.Achievement.CreateElement*
modifiers.csharp:
- public
- virtual
modifiers.vb:
- Public
- Overridable
- uid: TinyLife.Goals.Achievement.Validate - uid: TinyLife.Goals.Achievement.Validate
commentId: M:TinyLife.Goals.Achievement.Validate commentId: M:TinyLife.Goals.Achievement.Validate
id: Validate id: Validate
@ -349,7 +311,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/Achievement.cs path: TinyLife/Goals/Achievement.cs
branch: 0.29.3-dev branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate id: Validate
path: ../TinyLife/Goals/Achievement.cs path: ../TinyLife/Goals/Achievement.cs
@ -364,14 +326,8 @@ items:
return: return:
type: System.Boolean type: System.Boolean
description: Whether this achievement is valid. description: Whether this achievement is valid.
content.vb: Public Overridable Function Validate As Boolean content.vb: Public Overridable Function Validate() As Boolean
overload: TinyLife.Goals.Achievement.Validate* overload: TinyLife.Goals.Achievement.Validate*
modifiers.csharp:
- public
- virtual
modifiers.vb:
- Public
- Overridable
- uid: TinyLife.Goals.Achievement.Complete - uid: TinyLife.Goals.Achievement.Complete
commentId: M:TinyLife.Goals.Achievement.Complete commentId: M:TinyLife.Goals.Achievement.Complete
id: Complete id: Complete
@ -386,7 +342,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/Achievement.cs path: TinyLife/Goals/Achievement.cs
branch: 0.29.3-dev branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Complete id: Complete
path: ../TinyLife/Goals/Achievement.cs path: ../TinyLife/Goals/Achievement.cs
@ -398,14 +354,8 @@ items:
example: [] example: []
syntax: syntax:
content: public virtual void Complete() content: public virtual void Complete()
content.vb: Public Overridable Sub Complete content.vb: Public Overridable Sub Complete()
overload: TinyLife.Goals.Achievement.Complete* overload: TinyLife.Goals.Achievement.Complete*
modifiers.csharp:
- public
- virtual
modifiers.vb:
- Public
- Overridable
references: references:
- uid: TinyLife.Goals.AchievementType - uid: TinyLife.Goals.AchievementType
commentId: T:TinyLife.Goals.AchievementType commentId: T:TinyLife.Goals.AchievementType
@ -421,333 +371,308 @@ references:
fullName: TinyLife.Goals.GoalSet fullName: TinyLife.Goals.GoalSet
- uid: TinyLife.GameImpl.CompleteAchievement(TinyLife.Goals.AchievementType) - uid: TinyLife.GameImpl.CompleteAchievement(TinyLife.Goals.AchievementType)
commentId: M:TinyLife.GameImpl.CompleteAchievement(TinyLife.Goals.AchievementType) commentId: M:TinyLife.GameImpl.CompleteAchievement(TinyLife.Goals.AchievementType)
isExternal: true name: CompleteAchievement(AchievementType)
nameWithType: GameImpl.CompleteAchievement(AchievementType)
fullName: TinyLife.GameImpl.CompleteAchievement(TinyLife.Goals.AchievementType)
spec.csharp:
- uid: TinyLife.GameImpl.CompleteAchievement(TinyLife.Goals.AchievementType)
name: CompleteAchievement
- name: (
- uid: TinyLife.Goals.AchievementType
name: AchievementType
- name: )
spec.vb:
- uid: TinyLife.GameImpl.CompleteAchievement(TinyLife.Goals.AchievementType)
name: CompleteAchievement
- name: (
- uid: TinyLife.Goals.AchievementType
name: AchievementType
- name: )
- uid: TinyLife.Goals - uid: TinyLife.Goals
commentId: N:TinyLife.Goals commentId: N:TinyLife.Goals
name: TinyLife.Goals name: TinyLife.Goals
nameWithType: TinyLife.Goals nameWithType: TinyLife.Goals
fullName: TinyLife.Goals fullName: TinyLife.Goals
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Goals
name: Goals
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Goals
name: Goals
- uid: System.Object - uid: System.Object
commentId: T:System.Object commentId: T:System.Object
parent: System parent: System
isExternal: true isExternal: true
name: Object href: https://learn.microsoft.com/dotnet/api/system.object
nameWithType: Object name: object
fullName: System.Object nameWithType: object
fullName: object
nameWithType.vb: Object
fullName.vb: Object
name.vb: Object
- uid: System.Object.Equals(System.Object) - uid: System.Object.Equals(System.Object)
commentId: M:System.Object.Equals(System.Object) commentId: M:System.Object.Equals(System.Object)
parent: System.Object parent: System.Object
isExternal: true isExternal: true
name: Equals(Object) href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
nameWithType: Object.Equals(Object) name: Equals(object)
fullName: System.Object.Equals(System.Object) nameWithType: object.Equals(object)
fullName: object.Equals(object)
nameWithType.vb: Object.Equals(Object)
fullName.vb: Object.Equals(Object)
name.vb: Equals(Object)
spec.csharp: spec.csharp:
- uid: System.Object.Equals(System.Object) - uid: System.Object.Equals(System.Object)
name: Equals name: Equals
nameWithType: Object.Equals
fullName: System.Object.Equals
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
- name: ( - name: (
nameWithType: (
fullName: (
- uid: System.Object - uid: System.Object
name: Object name: object
nameWithType: Object
fullName: System.Object
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ) - name: )
nameWithType: )
fullName: )
spec.vb: spec.vb:
- uid: System.Object.Equals(System.Object) - uid: System.Object.Equals(System.Object)
name: Equals name: Equals
nameWithType: Object.Equals
fullName: System.Object.Equals
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
- name: ( - name: (
nameWithType: (
fullName: (
- uid: System.Object - uid: System.Object
name: Object name: Object
nameWithType: Object
fullName: System.Object
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ) - name: )
nameWithType: )
fullName: )
- uid: System.Object.Equals(System.Object,System.Object) - uid: System.Object.Equals(System.Object,System.Object)
commentId: M:System.Object.Equals(System.Object,System.Object) commentId: M:System.Object.Equals(System.Object,System.Object)
parent: System.Object parent: System.Object
isExternal: true isExternal: true
name: Equals(Object, Object) href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
nameWithType: Object.Equals(Object, Object) name: Equals(object, object)
fullName: System.Object.Equals(System.Object, System.Object) nameWithType: object.Equals(object, object)
fullName: object.Equals(object, object)
nameWithType.vb: Object.Equals(Object, Object)
fullName.vb: Object.Equals(Object, Object)
name.vb: Equals(Object, Object)
spec.csharp: spec.csharp:
- uid: System.Object.Equals(System.Object,System.Object) - uid: System.Object.Equals(System.Object,System.Object)
name: Equals name: Equals
nameWithType: Object.Equals
fullName: System.Object.Equals
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
- name: ( - name: (
nameWithType: (
fullName: (
- uid: System.Object - uid: System.Object
name: Object name: object
nameWithType: Object
fullName: System.Object
isExternal: true isExternal: true
- name: ', ' href: https://learn.microsoft.com/dotnet/api/system.object
nameWithType: ', ' - name: ','
fullName: ', ' - name: " "
- uid: System.Object - uid: System.Object
name: Object name: object
nameWithType: Object
fullName: System.Object
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ) - name: )
nameWithType: )
fullName: )
spec.vb: spec.vb:
- uid: System.Object.Equals(System.Object,System.Object) - uid: System.Object.Equals(System.Object,System.Object)
name: Equals name: Equals
nameWithType: Object.Equals
fullName: System.Object.Equals
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
- name: ( - name: (
nameWithType: (
fullName: (
- uid: System.Object - uid: System.Object
name: Object name: Object
nameWithType: Object
fullName: System.Object
isExternal: true isExternal: true
- name: ', ' href: https://learn.microsoft.com/dotnet/api/system.object
nameWithType: ', ' - name: ','
fullName: ', ' - name: " "
- uid: System.Object - uid: System.Object
name: Object name: Object
nameWithType: Object
fullName: System.Object
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ) - name: )
nameWithType: )
fullName: )
- uid: System.Object.GetHashCode - uid: System.Object.GetHashCode
commentId: M:System.Object.GetHashCode commentId: M:System.Object.GetHashCode
parent: System.Object parent: System.Object
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
name: GetHashCode() name: GetHashCode()
nameWithType: Object.GetHashCode() nameWithType: object.GetHashCode()
fullName: System.Object.GetHashCode() fullName: object.GetHashCode()
nameWithType.vb: Object.GetHashCode()
fullName.vb: Object.GetHashCode()
spec.csharp: spec.csharp:
- uid: System.Object.GetHashCode - uid: System.Object.GetHashCode
name: GetHashCode name: GetHashCode
nameWithType: Object.GetHashCode
fullName: System.Object.GetHashCode
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
- name: ( - name: (
nameWithType: (
fullName: (
- name: ) - name: )
nameWithType: )
fullName: )
spec.vb: spec.vb:
- uid: System.Object.GetHashCode - uid: System.Object.GetHashCode
name: GetHashCode name: GetHashCode
nameWithType: Object.GetHashCode
fullName: System.Object.GetHashCode
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
- name: ( - name: (
nameWithType: (
fullName: (
- name: ) - name: )
nameWithType: )
fullName: )
- uid: System.Object.GetType - uid: System.Object.GetType
commentId: M:System.Object.GetType commentId: M:System.Object.GetType
parent: System.Object parent: System.Object
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
name: GetType() name: GetType()
nameWithType: Object.GetType() nameWithType: object.GetType()
fullName: System.Object.GetType() fullName: object.GetType()
nameWithType.vb: Object.GetType()
fullName.vb: Object.GetType()
spec.csharp: spec.csharp:
- uid: System.Object.GetType - uid: System.Object.GetType
name: GetType name: GetType
nameWithType: Object.GetType
fullName: System.Object.GetType
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
- name: ( - name: (
nameWithType: (
fullName: (
- name: ) - name: )
nameWithType: )
fullName: )
spec.vb: spec.vb:
- uid: System.Object.GetType - uid: System.Object.GetType
name: GetType name: GetType
nameWithType: Object.GetType
fullName: System.Object.GetType
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
- name: ( - name: (
nameWithType: (
fullName: (
- name: ) - name: )
nameWithType: )
fullName: )
- uid: System.Object.MemberwiseClone - uid: System.Object.MemberwiseClone
commentId: M:System.Object.MemberwiseClone commentId: M:System.Object.MemberwiseClone
parent: System.Object parent: System.Object
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
name: MemberwiseClone() name: MemberwiseClone()
nameWithType: Object.MemberwiseClone() nameWithType: object.MemberwiseClone()
fullName: System.Object.MemberwiseClone() fullName: object.MemberwiseClone()
nameWithType.vb: Object.MemberwiseClone()
fullName.vb: Object.MemberwiseClone()
spec.csharp: spec.csharp:
- uid: System.Object.MemberwiseClone - uid: System.Object.MemberwiseClone
name: MemberwiseClone name: MemberwiseClone
nameWithType: Object.MemberwiseClone
fullName: System.Object.MemberwiseClone
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
- name: ( - name: (
nameWithType: (
fullName: (
- name: ) - name: )
nameWithType: )
fullName: )
spec.vb: spec.vb:
- uid: System.Object.MemberwiseClone - uid: System.Object.MemberwiseClone
name: MemberwiseClone name: MemberwiseClone
nameWithType: Object.MemberwiseClone
fullName: System.Object.MemberwiseClone
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
- name: ( - name: (
nameWithType: (
fullName: (
- name: ) - name: )
nameWithType: )
fullName: )
- uid: System.Object.ReferenceEquals(System.Object,System.Object) - uid: System.Object.ReferenceEquals(System.Object,System.Object)
commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) commentId: M:System.Object.ReferenceEquals(System.Object,System.Object)
parent: System.Object parent: System.Object
isExternal: true isExternal: true
name: ReferenceEquals(Object, Object) href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
nameWithType: Object.ReferenceEquals(Object, Object) name: ReferenceEquals(object, object)
fullName: System.Object.ReferenceEquals(System.Object, System.Object) nameWithType: object.ReferenceEquals(object, object)
fullName: object.ReferenceEquals(object, object)
nameWithType.vb: Object.ReferenceEquals(Object, Object)
fullName.vb: Object.ReferenceEquals(Object, Object)
name.vb: ReferenceEquals(Object, Object)
spec.csharp: spec.csharp:
- uid: System.Object.ReferenceEquals(System.Object,System.Object) - uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals name: ReferenceEquals
nameWithType: Object.ReferenceEquals
fullName: System.Object.ReferenceEquals
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
- name: ( - name: (
nameWithType: (
fullName: (
- uid: System.Object - uid: System.Object
name: Object name: object
nameWithType: Object
fullName: System.Object
isExternal: true isExternal: true
- name: ', ' href: https://learn.microsoft.com/dotnet/api/system.object
nameWithType: ', ' - name: ','
fullName: ', ' - name: " "
- uid: System.Object - uid: System.Object
name: Object name: object
nameWithType: Object
fullName: System.Object
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ) - name: )
nameWithType: )
fullName: )
spec.vb: spec.vb:
- uid: System.Object.ReferenceEquals(System.Object,System.Object) - uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals name: ReferenceEquals
nameWithType: Object.ReferenceEquals
fullName: System.Object.ReferenceEquals
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
- name: ( - name: (
nameWithType: (
fullName: (
- uid: System.Object - uid: System.Object
name: Object name: Object
nameWithType: Object
fullName: System.Object
isExternal: true isExternal: true
- name: ', ' href: https://learn.microsoft.com/dotnet/api/system.object
nameWithType: ', ' - name: ','
fullName: ', ' - name: " "
- uid: System.Object - uid: System.Object
name: Object name: Object
nameWithType: Object
fullName: System.Object
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ) - name: )
nameWithType: )
fullName: )
- uid: System.Object.ToString - uid: System.Object.ToString
commentId: M:System.Object.ToString commentId: M:System.Object.ToString
parent: System.Object parent: System.Object
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
name: ToString() name: ToString()
nameWithType: Object.ToString() nameWithType: object.ToString()
fullName: System.Object.ToString() fullName: object.ToString()
nameWithType.vb: Object.ToString()
fullName.vb: Object.ToString()
spec.csharp: spec.csharp:
- uid: System.Object.ToString - uid: System.Object.ToString
name: ToString name: ToString
nameWithType: Object.ToString
fullName: System.Object.ToString
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
- name: ( - name: (
nameWithType: (
fullName: (
- name: ) - name: )
nameWithType: )
fullName: )
spec.vb: spec.vb:
- uid: System.Object.ToString - uid: System.Object.ToString
name: ToString name: ToString
nameWithType: Object.ToString
fullName: System.Object.ToString
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
- name: ( - name: (
nameWithType: (
fullName: (
- name: ) - name: )
nameWithType: )
fullName: )
- uid: TinyLife.Goals.Achievement.TinyLife.Utilities.Extensions.JsonCopy``1 - uid: TinyLife.Goals.Achievement.TinyLife.Utilities.Extensions.JsonCopy``1
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0) commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
parent: TinyLife.Utilities.Extensions parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0) definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy<Achievement>() name: JsonCopy<Achievement>(Achievement)
nameWithType: Extensions.JsonCopy<Achievement>() nameWithType: Extensions.JsonCopy<Achievement>(Achievement)
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Goals.Achievement>() fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Goals.Achievement>(TinyLife.Goals.Achievement)
nameWithType.vb: Extensions.JsonCopy(Of Achievement)() nameWithType.vb: Extensions.JsonCopy(Of Achievement)(Achievement)
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Goals.Achievement)() fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Goals.Achievement)(TinyLife.Goals.Achievement)
name.vb: JsonCopy(Of Achievement)() name.vb: JsonCopy(Of Achievement)(Achievement)
spec.csharp: spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1 - uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Goals.Achievement)
name: JsonCopy<Achievement> name: JsonCopy
nameWithType: Extensions.JsonCopy<Achievement> - name: <
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Goals.Achievement> - uid: TinyLife.Goals.Achievement
name: Achievement
- name: '>'
- name: ( - name: (
nameWithType: ( - uid: TinyLife.Goals.Achievement
fullName: ( name: Achievement
- name: ) - name: )
nameWithType: )
fullName: )
spec.vb: spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1 - uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Goals.Achievement)
name: JsonCopy(Of Achievement) name: JsonCopy
nameWithType: Extensions.JsonCopy(Of Achievement)
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Goals.Achievement)
- name: ( - name: (
nameWithType: ( - name: Of
fullName: ( - name: " "
- uid: TinyLife.Goals.Achievement
name: Achievement
- name: )
- name: (
- uid: TinyLife.Goals.Achievement
name: Achievement
- name: ) - name: )
nameWithType: )
fullName: )
- uid: System - uid: System
commentId: N:System commentId: N:System
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
name: System name: System
nameWithType: System nameWithType: System
fullName: System fullName: System
@ -761,32 +686,24 @@ references:
name.vb: JsonCopy(Of T)(T) name.vb: JsonCopy(Of T)(T)
spec.csharp: spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy<T> name: JsonCopy
nameWithType: Extensions.JsonCopy<T> - name: <
fullName: TinyLife.Utilities.Extensions.JsonCopy<T> - name: T
- name: ( - name: '>'
nameWithType: ( - name: (
fullName: (
- name: T - name: T
nameWithType: T
fullName: T
- name: ) - name: )
nameWithType: )
fullName: )
spec.vb: spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy(Of T) name: JsonCopy
nameWithType: Extensions.JsonCopy(Of T) - name: (
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of T) - name: Of
- name: " "
- name: T
- name: )
- name: ( - name: (
nameWithType: (
fullName: (
- name: T - name: T
nameWithType: T
fullName: T
- name: ) - name: )
nameWithType: )
fullName: )
- uid: TinyLife.Utilities.Extensions - uid: TinyLife.Utilities.Extensions
commentId: T:TinyLife.Utilities.Extensions commentId: T:TinyLife.Utilities.Extensions
parent: TinyLife.Utilities parent: TinyLife.Utilities
@ -798,15 +715,33 @@ references:
name: TinyLife.Utilities name: TinyLife.Utilities
nameWithType: TinyLife.Utilities nameWithType: TinyLife.Utilities
fullName: TinyLife.Utilities fullName: TinyLife.Utilities
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Utilities
name: Utilities
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Utilities
name: Utilities
- uid: TinyLife.Goals.Achievement.Type - uid: TinyLife.Goals.Achievement.Type
commentId: F:TinyLife.Goals.Achievement.Type commentId: F:TinyLife.Goals.Achievement.Type
isExternal: true name: Type
nameWithType: Achievement.Type
fullName: TinyLife.Goals.Achievement.Type
- uid: TinyLife.Goals.AchievementType.Goals - uid: TinyLife.Goals.AchievementType.Goals
commentId: F:TinyLife.Goals.AchievementType.Goals commentId: F:TinyLife.Goals.AchievementType.Goals
isExternal: true name: Goals
nameWithType: AchievementType.Goals
fullName: TinyLife.Goals.AchievementType.Goals
- uid: TinyLife.Goals.Achievement.Completed - uid: TinyLife.Goals.Achievement.Completed
commentId: P:TinyLife.Goals.Achievement.Completed commentId: P:TinyLife.Goals.Achievement.Completed
isExternal: true name: Completed
nameWithType: Achievement.Completed
fullName: TinyLife.Goals.Achievement.Completed
- uid: TinyLife.Goals.Achievement.Goals* - uid: TinyLife.Goals.Achievement.Goals*
commentId: Overload:TinyLife.Goals.Achievement.Goals commentId: Overload:TinyLife.Goals.Achievement.Goals
name: Goals name: Goals
@ -814,7 +749,9 @@ references:
fullName: TinyLife.Goals.Achievement.Goals fullName: TinyLife.Goals.Achievement.Goals
- uid: TinyLife.Goals.Achievement.Goals - uid: TinyLife.Goals.Achievement.Goals
commentId: P:TinyLife.Goals.Achievement.Goals commentId: P:TinyLife.Goals.Achievement.Goals
isExternal: true name: Goals
nameWithType: Achievement.Goals
fullName: TinyLife.Goals.Achievement.Goals
- uid: TinyLife.Goals.Achievement.Completed* - uid: TinyLife.Goals.Achievement.Completed*
commentId: Overload:TinyLife.Goals.Achievement.Completed commentId: Overload:TinyLife.Goals.Achievement.Completed
name: Completed name: Completed
@ -824,17 +761,36 @@ references:
commentId: T:System.Boolean commentId: T:System.Boolean
parent: System parent: System
isExternal: true isExternal: true
name: Boolean href: https://learn.microsoft.com/dotnet/api/system.boolean
nameWithType: Boolean name: bool
fullName: System.Boolean nameWithType: bool
fullName: bool
nameWithType.vb: Boolean
fullName.vb: Boolean
name.vb: Boolean
- uid: TinyLife.Goals.AchievementType.Construct - uid: TinyLife.Goals.AchievementType.Construct
commentId: M:TinyLife.Goals.AchievementType.Construct commentId: M:TinyLife.Goals.AchievementType.Construct
isExternal: true name: Construct()
nameWithType: AchievementType.Construct()
fullName: TinyLife.Goals.AchievementType.Construct()
spec.csharp:
- uid: TinyLife.Goals.AchievementType.Construct
name: Construct
- name: (
- name: )
spec.vb:
- uid: TinyLife.Goals.AchievementType.Construct
name: Construct
- name: (
- name: )
- uid: TinyLife.Goals.Achievement.#ctor* - uid: TinyLife.Goals.Achievement.#ctor*
commentId: Overload:TinyLife.Goals.Achievement.#ctor commentId: Overload:TinyLife.Goals.Achievement.#ctor
name: Achievement name: Achievement
nameWithType: Achievement.Achievement nameWithType: Achievement.Achievement
fullName: TinyLife.Goals.Achievement.Achievement fullName: TinyLife.Goals.Achievement.Achievement
nameWithType.vb: Achievement.New
fullName.vb: TinyLife.Goals.Achievement.New
name.vb: New
- uid: TinyLife.Goals.Achievement.Update* - uid: TinyLife.Goals.Achievement.Update*
commentId: Overload:TinyLife.Goals.Achievement.Update commentId: Overload:TinyLife.Goals.Achievement.Update
name: Update name: Update
@ -851,6 +807,7 @@ references:
commentId: T:System.TimeSpan commentId: T:System.TimeSpan
parent: System parent: System
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.timespan
name: TimeSpan name: TimeSpan
nameWithType: TimeSpan nameWithType: TimeSpan
fullName: System.TimeSpan fullName: System.TimeSpan
@ -858,15 +815,43 @@ references:
commentId: T:System.Single commentId: T:System.Single
parent: System parent: System
isExternal: true isExternal: true
name: Single href: https://learn.microsoft.com/dotnet/api/system.single
nameWithType: Single name: float
fullName: System.Single nameWithType: float
fullName: float
nameWithType.vb: Single
fullName.vb: Single
name.vb: Single
- uid: Microsoft.Xna.Framework - uid: Microsoft.Xna.Framework
commentId: N:Microsoft.Xna.Framework commentId: N:Microsoft.Xna.Framework
isExternal: true isExternal: true
name: Microsoft.Xna.Framework name: Microsoft.Xna.Framework
nameWithType: Microsoft.Xna.Framework nameWithType: Microsoft.Xna.Framework
fullName: Microsoft.Xna.Framework fullName: Microsoft.Xna.Framework
spec.csharp:
- uid: Microsoft
name: Microsoft
isExternal: true
- name: .
- uid: Microsoft.Xna
name: Xna
isExternal: true
- name: .
- uid: Microsoft.Xna.Framework
name: Framework
isExternal: true
spec.vb:
- uid: Microsoft
name: Microsoft
isExternal: true
- name: .
- uid: Microsoft.Xna
name: Xna
isExternal: true
- name: .
- uid: Microsoft.Xna.Framework
name: Framework
isExternal: true
- uid: MLEM.Ui.Elements.Element - uid: MLEM.Ui.Elements.Element
commentId: T:MLEM.Ui.Elements.Element commentId: T:MLEM.Ui.Elements.Element
parent: MLEM.Ui.Elements parent: MLEM.Ui.Elements
@ -885,6 +870,30 @@ references:
name: MLEM.Ui.Elements name: MLEM.Ui.Elements
nameWithType: MLEM.Ui.Elements nameWithType: MLEM.Ui.Elements
fullName: MLEM.Ui.Elements fullName: MLEM.Ui.Elements
spec.csharp:
- uid: MLEM
name: MLEM
isExternal: true
- name: .
- uid: MLEM.Ui
name: Ui
isExternal: true
- name: .
- uid: MLEM.Ui.Elements
name: Elements
isExternal: true
spec.vb:
- uid: MLEM
name: MLEM
isExternal: true
- name: .
- uid: MLEM.Ui
name: Ui
isExternal: true
- name: .
- uid: MLEM.Ui.Elements
name: Elements
isExternal: true
- uid: TinyLife.Goals.Achievement.Validate* - uid: TinyLife.Goals.Achievement.Validate*
commentId: Overload:TinyLife.Goals.Achievement.Validate commentId: Overload:TinyLife.Goals.Achievement.Validate
name: Validate name: Validate

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

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

@ -18,7 +18,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/IGoalTriggerable.cs path: TinyLife/Goals/IGoalTriggerable.cs
branch: 0.29.3-dev branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IGoalTriggerable id: IGoalTriggerable
path: ../TinyLife/Goals/IGoalTriggerable.cs path: ../TinyLife/Goals/IGoalTriggerable.cs
@ -33,12 +33,6 @@ items:
content.vb: Public Interface IGoalTriggerable content.vb: Public Interface IGoalTriggerable
extensionMethods: extensionMethods:
- TinyLife.Goals.IGoalTriggerable.TinyLife.Utilities.Extensions.JsonCopy``1 - TinyLife.Goals.IGoalTriggerable.TinyLife.Utilities.Extensions.JsonCopy``1
modifiers.csharp:
- public
- interface
modifiers.vb:
- Public
- Interface
- uid: TinyLife.Goals.IGoalTriggerable.TryTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object) - uid: TinyLife.Goals.IGoalTriggerable.TryTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object)
commentId: M:TinyLife.Goals.IGoalTriggerable.TryTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object) commentId: M:TinyLife.Goals.IGoalTriggerable.TryTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object)
id: TryTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object) id: TryTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object)
@ -46,14 +40,14 @@ items:
langs: langs:
- csharp - csharp
- vb - vb
name: TryTrigger(Object, GoalTrigger, Object) name: TryTrigger(object, GoalTrigger, object)
nameWithType: IGoalTriggerable.TryTrigger(Object, GoalTrigger, Object) nameWithType: IGoalTriggerable.TryTrigger(object, GoalTrigger, object)
fullName: TinyLife.Goals.IGoalTriggerable.TryTrigger(System.Object, TinyLife.Goals.GoalTrigger, System.Object) fullName: TinyLife.Goals.IGoalTriggerable.TryTrigger(object, TinyLife.Goals.GoalTrigger, object)
type: Method type: Method
source: source:
remote: remote:
path: TinyLife/Goals/IGoalTriggerable.cs path: TinyLife/Goals/IGoalTriggerable.cs
branch: 0.29.3-dev branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TryTrigger id: TryTrigger
path: ../TinyLife/Goals/IGoalTriggerable.cs path: ../TinyLife/Goals/IGoalTriggerable.cs
@ -80,6 +74,9 @@ items:
description: Whether this goal was successfully triggered. description: Whether this goal was successfully triggered.
content.vb: Function TryTrigger(obj As Object, trigger As GoalTrigger, value As Object) As Boolean content.vb: Function TryTrigger(obj As Object, trigger As GoalTrigger, value As Object) As Boolean
overload: TinyLife.Goals.IGoalTriggerable.TryTrigger* overload: TinyLife.Goals.IGoalTriggerable.TryTrigger*
nameWithType.vb: IGoalTriggerable.TryTrigger(Object, GoalTrigger, Object)
fullName.vb: TinyLife.Goals.IGoalTriggerable.TryTrigger(Object, TinyLife.Goals.GoalTrigger, Object)
name.vb: TryTrigger(Object, GoalTrigger, Object)
- uid: TinyLife.Goals.IGoalTriggerable.Trigger(TinyLife.Goals.IGoalTriggerable,System.Object,TinyLife.Goals.GoalTrigger,System.Object[]) - uid: TinyLife.Goals.IGoalTriggerable.Trigger(TinyLife.Goals.IGoalTriggerable,System.Object,TinyLife.Goals.GoalTrigger,System.Object[])
commentId: M:TinyLife.Goals.IGoalTriggerable.Trigger(TinyLife.Goals.IGoalTriggerable,System.Object,TinyLife.Goals.GoalTrigger,System.Object[]) commentId: M:TinyLife.Goals.IGoalTriggerable.Trigger(TinyLife.Goals.IGoalTriggerable,System.Object,TinyLife.Goals.GoalTrigger,System.Object[])
id: Trigger(TinyLife.Goals.IGoalTriggerable,System.Object,TinyLife.Goals.GoalTrigger,System.Object[]) id: Trigger(TinyLife.Goals.IGoalTriggerable,System.Object,TinyLife.Goals.GoalTrigger,System.Object[])
@ -87,14 +84,14 @@ items:
langs: langs:
- csharp - csharp
- vb - vb
name: Trigger(IGoalTriggerable, Object, GoalTrigger, Object[]) name: Trigger(IGoalTriggerable, object, GoalTrigger, params object[])
nameWithType: IGoalTriggerable.Trigger(IGoalTriggerable, Object, GoalTrigger, Object[]) nameWithType: IGoalTriggerable.Trigger(IGoalTriggerable, object, GoalTrigger, params object[])
fullName: TinyLife.Goals.IGoalTriggerable.Trigger(TinyLife.Goals.IGoalTriggerable, System.Object, TinyLife.Goals.GoalTrigger, System.Object[]) fullName: TinyLife.Goals.IGoalTriggerable.Trigger(TinyLife.Goals.IGoalTriggerable, object, TinyLife.Goals.GoalTrigger, params object[])
type: Method type: Method
source: source:
remote: remote:
path: TinyLife/Goals/IGoalTriggerable.cs path: TinyLife/Goals/IGoalTriggerable.cs
branch: 0.29.3-dev branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Trigger id: Trigger
path: ../TinyLife/Goals/IGoalTriggerable.cs path: ../TinyLife/Goals/IGoalTriggerable.cs
@ -105,7 +102,7 @@ items:
summary: "\nTriggers all auto-triggered goals with the specified type constraint in the given <xref href=\"TinyLife.Goals.GoalSet\" data-throw-if-not-resolved=\"false\"></xref>.\nWhen calling this method, it should ideally be called on a specific subclass like <xref href=\"TinyLife.Goals.AmountGoal\" data-throw-if-not-resolved=\"false\"></xref>, <xref href=\"TinyLife.Goals.ConditionedGoal\" data-throw-if-not-resolved=\"false\"></xref> or <xref href=\"TinyLife.Goals.DistinctGoal\" data-throw-if-not-resolved=\"false\"></xref>.\nWhen calling this method for a <xref href=\"TinyLife.Objects.Person\" data-throw-if-not-resolved=\"false\"></xref>, their <xref href=\"TinyLife.Objects.Person.GetCurrentGoals\" data-throw-if-not-resolved=\"false\"></xref> should be used.\n" summary: "\nTriggers all auto-triggered goals with the specified type constraint in the given <xref href=\"TinyLife.Goals.GoalSet\" data-throw-if-not-resolved=\"false\"></xref>.\nWhen calling this method, it should ideally be called on a specific subclass like <xref href=\"TinyLife.Goals.AmountGoal\" data-throw-if-not-resolved=\"false\"></xref>, <xref href=\"TinyLife.Goals.ConditionedGoal\" data-throw-if-not-resolved=\"false\"></xref> or <xref href=\"TinyLife.Goals.DistinctGoal\" data-throw-if-not-resolved=\"false\"></xref>.\nWhen calling this method for a <xref href=\"TinyLife.Objects.Person\" data-throw-if-not-resolved=\"false\"></xref>, their <xref href=\"TinyLife.Objects.Person.GetCurrentGoals\" data-throw-if-not-resolved=\"false\"></xref> should be used.\n"
example: [] example: []
syntax: syntax:
content: static bool Trigger(IGoalTriggerable set, object obj, GoalTrigger trigger, params object[] values) content: public static bool Trigger(IGoalTriggerable set, object obj, GoalTrigger trigger, params object[] values)
parameters: parameters:
- id: set - id: set
type: TinyLife.Goals.IGoalTriggerable type: TinyLife.Goals.IGoalTriggerable
@ -122,11 +119,11 @@ items:
return: return:
type: System.Boolean type: System.Boolean
description: Whether any goal was successfully triggered. description: Whether any goal was successfully triggered.
content.vb: Shared Function Trigger(set As IGoalTriggerable, obj As Object, trigger As GoalTrigger, ParamArray values As Object()) As Boolean content.vb: Public Shared Function Trigger([set] As IGoalTriggerable, obj As Object, trigger As GoalTrigger, ParamArray values As Object()) As Boolean
overload: TinyLife.Goals.IGoalTriggerable.Trigger* overload: TinyLife.Goals.IGoalTriggerable.Trigger*
nameWithType.vb: IGoalTriggerable.Trigger(IGoalTriggerable, Object, GoalTrigger, Object()) nameWithType.vb: IGoalTriggerable.Trigger(IGoalTriggerable, Object, GoalTrigger, ParamArray Object())
fullName.vb: TinyLife.Goals.IGoalTriggerable.Trigger(TinyLife.Goals.IGoalTriggerable, System.Object, TinyLife.Goals.GoalTrigger, System.Object()) fullName.vb: TinyLife.Goals.IGoalTriggerable.Trigger(TinyLife.Goals.IGoalTriggerable, Object, TinyLife.Goals.GoalTrigger, ParamArray Object())
name.vb: Trigger(IGoalTriggerable, Object, GoalTrigger, Object()) name.vb: Trigger(IGoalTriggerable, Object, GoalTrigger, ParamArray Object())
- uid: TinyLife.Goals.IGoalTriggerable.Trigger(System.Collections.Generic.IEnumerable{TinyLife.Goals.IGoalTriggerable},System.Object,TinyLife.Goals.GoalTrigger,System.Object[]) - uid: TinyLife.Goals.IGoalTriggerable.Trigger(System.Collections.Generic.IEnumerable{TinyLife.Goals.IGoalTriggerable},System.Object,TinyLife.Goals.GoalTrigger,System.Object[])
commentId: M:TinyLife.Goals.IGoalTriggerable.Trigger(System.Collections.Generic.IEnumerable{TinyLife.Goals.IGoalTriggerable},System.Object,TinyLife.Goals.GoalTrigger,System.Object[]) commentId: M:TinyLife.Goals.IGoalTriggerable.Trigger(System.Collections.Generic.IEnumerable{TinyLife.Goals.IGoalTriggerable},System.Object,TinyLife.Goals.GoalTrigger,System.Object[])
id: Trigger(System.Collections.Generic.IEnumerable{TinyLife.Goals.IGoalTriggerable},System.Object,TinyLife.Goals.GoalTrigger,System.Object[]) id: Trigger(System.Collections.Generic.IEnumerable{TinyLife.Goals.IGoalTriggerable},System.Object,TinyLife.Goals.GoalTrigger,System.Object[])
@ -134,14 +131,14 @@ items:
langs: langs:
- csharp - csharp
- vb - vb
name: Trigger(IEnumerable<IGoalTriggerable>, Object, GoalTrigger, Object[]) name: Trigger(IEnumerable<IGoalTriggerable>, object, GoalTrigger, params object[])
nameWithType: IGoalTriggerable.Trigger(IEnumerable<IGoalTriggerable>, Object, GoalTrigger, Object[]) nameWithType: IGoalTriggerable.Trigger(IEnumerable<IGoalTriggerable>, object, GoalTrigger, params object[])
fullName: TinyLife.Goals.IGoalTriggerable.Trigger(System.Collections.Generic.IEnumerable<TinyLife.Goals.IGoalTriggerable>, System.Object, TinyLife.Goals.GoalTrigger, System.Object[]) fullName: TinyLife.Goals.IGoalTriggerable.Trigger(System.Collections.Generic.IEnumerable<TinyLife.Goals.IGoalTriggerable>, object, TinyLife.Goals.GoalTrigger, params object[])
type: Method type: Method
source: source:
remote: remote:
path: TinyLife/Goals/IGoalTriggerable.cs path: TinyLife/Goals/IGoalTriggerable.cs
branch: 0.29.3-dev branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Trigger id: Trigger
path: ../TinyLife/Goals/IGoalTriggerable.cs path: ../TinyLife/Goals/IGoalTriggerable.cs
@ -152,7 +149,7 @@ items:
summary: "\nTriggers all auto-triggered goals with the specified type constraint in the given set of <xref href=\"TinyLife.Goals.GoalSet\" data-throw-if-not-resolved=\"false\"></xref> instances.\nWhen calling this method, it should ideally be called on a specific subclass like <xref href=\"TinyLife.Goals.AmountGoal\" data-throw-if-not-resolved=\"false\"></xref>, <xref href=\"TinyLife.Goals.ConditionedGoal\" data-throw-if-not-resolved=\"false\"></xref> or <xref href=\"TinyLife.Goals.DistinctGoal\" data-throw-if-not-resolved=\"false\"></xref>.\nWhen calling this method for a <xref href=\"TinyLife.Objects.Person\" data-throw-if-not-resolved=\"false\"></xref>, their <xref href=\"TinyLife.Objects.Person.GetCurrentGoals\" data-throw-if-not-resolved=\"false\"></xref> should be used.\n" summary: "\nTriggers all auto-triggered goals with the specified type constraint in the given set of <xref href=\"TinyLife.Goals.GoalSet\" data-throw-if-not-resolved=\"false\"></xref> instances.\nWhen calling this method, it should ideally be called on a specific subclass like <xref href=\"TinyLife.Goals.AmountGoal\" data-throw-if-not-resolved=\"false\"></xref>, <xref href=\"TinyLife.Goals.ConditionedGoal\" data-throw-if-not-resolved=\"false\"></xref> or <xref href=\"TinyLife.Goals.DistinctGoal\" data-throw-if-not-resolved=\"false\"></xref>.\nWhen calling this method for a <xref href=\"TinyLife.Objects.Person\" data-throw-if-not-resolved=\"false\"></xref>, their <xref href=\"TinyLife.Objects.Person.GetCurrentGoals\" data-throw-if-not-resolved=\"false\"></xref> should be used.\n"
example: [] example: []
syntax: syntax:
content: static bool Trigger(IEnumerable<IGoalTriggerable> sets, object obj, GoalTrigger trigger, params object[] values) content: public static bool Trigger(IEnumerable<IGoalTriggerable> sets, object obj, GoalTrigger trigger, params object[] values)
parameters: parameters:
- id: sets - id: sets
type: System.Collections.Generic.IEnumerable{TinyLife.Goals.IGoalTriggerable} type: System.Collections.Generic.IEnumerable{TinyLife.Goals.IGoalTriggerable}
@ -169,11 +166,11 @@ items:
return: return:
type: System.Boolean type: System.Boolean
description: Whether any goal was successfully triggered. description: Whether any goal was successfully triggered.
content.vb: Shared Function Trigger(sets As IEnumerable(Of IGoalTriggerable), obj As Object, trigger As GoalTrigger, ParamArray values As Object()) As Boolean content.vb: Public Shared Function Trigger(sets As IEnumerable(Of IGoalTriggerable), obj As Object, trigger As GoalTrigger, ParamArray values As Object()) As Boolean
overload: TinyLife.Goals.IGoalTriggerable.Trigger* overload: TinyLife.Goals.IGoalTriggerable.Trigger*
nameWithType.vb: IGoalTriggerable.Trigger(IEnumerable(Of IGoalTriggerable), Object, GoalTrigger, Object()) nameWithType.vb: IGoalTriggerable.Trigger(IEnumerable(Of IGoalTriggerable), Object, GoalTrigger, ParamArray Object())
fullName.vb: TinyLife.Goals.IGoalTriggerable.Trigger(System.Collections.Generic.IEnumerable(Of TinyLife.Goals.IGoalTriggerable), System.Object, TinyLife.Goals.GoalTrigger, System.Object()) fullName.vb: TinyLife.Goals.IGoalTriggerable.Trigger(System.Collections.Generic.IEnumerable(Of TinyLife.Goals.IGoalTriggerable), Object, TinyLife.Goals.GoalTrigger, ParamArray Object())
name.vb: Trigger(IEnumerable(Of IGoalTriggerable), Object, GoalTrigger, Object()) name.vb: Trigger(IEnumerable(Of IGoalTriggerable), Object, GoalTrigger, ParamArray Object())
references: references:
- uid: TinyLife.Goals.GoalSet - uid: TinyLife.Goals.GoalSet
commentId: T:TinyLife.Goals.GoalSet commentId: T:TinyLife.Goals.GoalSet
@ -198,38 +195,52 @@ references:
name: TinyLife.Goals name: TinyLife.Goals
nameWithType: TinyLife.Goals nameWithType: TinyLife.Goals
fullName: TinyLife.Goals fullName: TinyLife.Goals
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Goals
name: Goals
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Goals
name: Goals
- uid: TinyLife.Goals.IGoalTriggerable.TinyLife.Utilities.Extensions.JsonCopy``1 - uid: TinyLife.Goals.IGoalTriggerable.TinyLife.Utilities.Extensions.JsonCopy``1
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0) commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
parent: TinyLife.Utilities.Extensions parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0) definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy<IGoalTriggerable>() name: JsonCopy<IGoalTriggerable>(IGoalTriggerable)
nameWithType: Extensions.JsonCopy<IGoalTriggerable>() nameWithType: Extensions.JsonCopy<IGoalTriggerable>(IGoalTriggerable)
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Goals.IGoalTriggerable>() fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Goals.IGoalTriggerable>(TinyLife.Goals.IGoalTriggerable)
nameWithType.vb: Extensions.JsonCopy(Of IGoalTriggerable)() nameWithType.vb: Extensions.JsonCopy(Of IGoalTriggerable)(IGoalTriggerable)
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Goals.IGoalTriggerable)() fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Goals.IGoalTriggerable)(TinyLife.Goals.IGoalTriggerable)
name.vb: JsonCopy(Of IGoalTriggerable)() name.vb: JsonCopy(Of IGoalTriggerable)(IGoalTriggerable)
spec.csharp: spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1 - uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Goals.IGoalTriggerable)
name: JsonCopy<IGoalTriggerable> name: JsonCopy
nameWithType: Extensions.JsonCopy<IGoalTriggerable> - name: <
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Goals.IGoalTriggerable> - uid: TinyLife.Goals.IGoalTriggerable
name: IGoalTriggerable
- name: '>'
- name: ( - name: (
nameWithType: ( - uid: TinyLife.Goals.IGoalTriggerable
fullName: ( name: IGoalTriggerable
- name: ) - name: )
nameWithType: )
fullName: )
spec.vb: spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1 - uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Goals.IGoalTriggerable)
name: JsonCopy(Of IGoalTriggerable) name: JsonCopy
nameWithType: Extensions.JsonCopy(Of IGoalTriggerable)
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Goals.IGoalTriggerable)
- name: ( - name: (
nameWithType: ( - name: Of
fullName: ( - name: " "
- uid: TinyLife.Goals.IGoalTriggerable
name: IGoalTriggerable
- name: )
- name: (
- uid: TinyLife.Goals.IGoalTriggerable
name: IGoalTriggerable
- name: ) - name: )
nameWithType: )
fullName: )
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0) commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy<T>(T) name: JsonCopy<T>(T)
@ -240,32 +251,24 @@ references:
name.vb: JsonCopy(Of T)(T) name.vb: JsonCopy(Of T)(T)
spec.csharp: spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy<T> name: JsonCopy
nameWithType: Extensions.JsonCopy<T> - name: <
fullName: TinyLife.Utilities.Extensions.JsonCopy<T> - name: T
- name: ( - name: '>'
nameWithType: ( - name: (
fullName: (
- name: T - name: T
nameWithType: T
fullName: T
- name: ) - name: )
nameWithType: )
fullName: )
spec.vb: spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy(Of T) name: JsonCopy
nameWithType: Extensions.JsonCopy(Of T) - name: (
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of T) - name: Of
- name: " "
- name: T
- name: )
- name: ( - name: (
nameWithType: (
fullName: (
- name: T - name: T
nameWithType: T
fullName: T
- name: ) - name: )
nameWithType: )
fullName: )
- uid: TinyLife.Utilities.Extensions - uid: TinyLife.Utilities.Extensions
commentId: T:TinyLife.Utilities.Extensions commentId: T:TinyLife.Utilities.Extensions
parent: TinyLife.Utilities parent: TinyLife.Utilities
@ -277,9 +280,82 @@ references:
name: TinyLife.Utilities name: TinyLife.Utilities
nameWithType: TinyLife.Utilities nameWithType: TinyLife.Utilities
fullName: TinyLife.Utilities fullName: TinyLife.Utilities
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Utilities
name: Utilities
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Utilities
name: Utilities
- uid: TinyLife.Goals.IGoalTriggerable.Trigger(TinyLife.Goals.IGoalTriggerable,System.Object,TinyLife.Goals.GoalTrigger,System.Object[]) - uid: TinyLife.Goals.IGoalTriggerable.Trigger(TinyLife.Goals.IGoalTriggerable,System.Object,TinyLife.Goals.GoalTrigger,System.Object[])
commentId: M:TinyLife.Goals.IGoalTriggerable.Trigger(TinyLife.Goals.IGoalTriggerable,System.Object,TinyLife.Goals.GoalTrigger,System.Object[]) commentId: M:TinyLife.Goals.IGoalTriggerable.Trigger(TinyLife.Goals.IGoalTriggerable,System.Object,TinyLife.Goals.GoalTrigger,System.Object[])
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
name: Trigger(IGoalTriggerable, object, GoalTrigger, params object[])
nameWithType: IGoalTriggerable.Trigger(IGoalTriggerable, object, GoalTrigger, params object[])
fullName: TinyLife.Goals.IGoalTriggerable.Trigger(TinyLife.Goals.IGoalTriggerable, object, TinyLife.Goals.GoalTrigger, params object[])
nameWithType.vb: IGoalTriggerable.Trigger(IGoalTriggerable, Object, GoalTrigger, ParamArray Object())
fullName.vb: TinyLife.Goals.IGoalTriggerable.Trigger(TinyLife.Goals.IGoalTriggerable, Object, TinyLife.Goals.GoalTrigger, ParamArray Object())
name.vb: Trigger(IGoalTriggerable, Object, GoalTrigger, ParamArray Object())
spec.csharp:
- uid: TinyLife.Goals.IGoalTriggerable.Trigger(TinyLife.Goals.IGoalTriggerable,System.Object,TinyLife.Goals.GoalTrigger,System.Object[])
name: Trigger
- name: (
- uid: TinyLife.Goals.IGoalTriggerable
name: IGoalTriggerable
- name: ','
- name: " "
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
- uid: TinyLife.Goals.GoalTrigger
name: GoalTrigger
- name: ','
- name: " "
- name: params
- name: " "
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: '['
- name: ']'
- name: )
spec.vb:
- uid: TinyLife.Goals.IGoalTriggerable.Trigger(TinyLife.Goals.IGoalTriggerable,System.Object,TinyLife.Goals.GoalTrigger,System.Object[])
name: Trigger
- name: (
- uid: TinyLife.Goals.IGoalTriggerable
name: IGoalTriggerable
- name: ','
- name: " "
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
- uid: TinyLife.Goals.GoalTrigger
name: GoalTrigger
- name: ','
- name: " "
- name: ParamArray
- name: " "
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: (
- name: )
- name: )
- uid: TinyLife.Goals.IGoalTriggerable - uid: TinyLife.Goals.IGoalTriggerable
commentId: T:TinyLife.Goals.IGoalTriggerable commentId: T:TinyLife.Goals.IGoalTriggerable
parent: TinyLife.Goals parent: TinyLife.Goals
@ -295,19 +371,28 @@ references:
commentId: T:System.Object commentId: T:System.Object
parent: System parent: System
isExternal: true isExternal: true
name: Object href: https://learn.microsoft.com/dotnet/api/system.object
nameWithType: Object name: object
fullName: System.Object nameWithType: object
fullName: object
nameWithType.vb: Object
fullName.vb: Object
name.vb: Object
- uid: System.Boolean - uid: System.Boolean
commentId: T:System.Boolean commentId: T:System.Boolean
parent: System parent: System
isExternal: true isExternal: true
name: Boolean href: https://learn.microsoft.com/dotnet/api/system.boolean
nameWithType: Boolean name: bool
fullName: System.Boolean nameWithType: bool
fullName: bool
nameWithType.vb: Boolean
fullName.vb: Boolean
name.vb: Boolean
- uid: System - uid: System
commentId: N:System commentId: N:System
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
name: System name: System
nameWithType: System nameWithType: System
fullName: System fullName: System
@ -323,7 +408,9 @@ references:
fullName: TinyLife.Goals.ConditionedGoal fullName: TinyLife.Goals.ConditionedGoal
- uid: TinyLife.Goals.DistinctGoal - uid: TinyLife.Goals.DistinctGoal
commentId: T:TinyLife.Goals.DistinctGoal commentId: T:TinyLife.Goals.DistinctGoal
isExternal: true name: DistinctGoal
nameWithType: DistinctGoal
fullName: TinyLife.Goals.DistinctGoal
- uid: TinyLife.Objects.Person - uid: TinyLife.Objects.Person
commentId: T:TinyLife.Objects.Person commentId: T:TinyLife.Objects.Person
parent: TinyLife.Objects parent: TinyLife.Objects
@ -332,10 +419,67 @@ references:
fullName: TinyLife.Objects.Person fullName: TinyLife.Objects.Person
- uid: TinyLife.Objects.Person.GetCurrentGoals - uid: TinyLife.Objects.Person.GetCurrentGoals
commentId: M:TinyLife.Objects.Person.GetCurrentGoals commentId: M:TinyLife.Objects.Person.GetCurrentGoals
isExternal: true name: GetCurrentGoals()
nameWithType: Person.GetCurrentGoals()
fullName: TinyLife.Objects.Person.GetCurrentGoals()
spec.csharp:
- uid: TinyLife.Objects.Person.GetCurrentGoals
name: GetCurrentGoals
- name: (
- name: )
spec.vb:
- uid: TinyLife.Objects.Person.GetCurrentGoals
name: GetCurrentGoals
- name: (
- name: )
- uid: TinyLife.Goals.IGoalTriggerable.TryTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object) - uid: TinyLife.Goals.IGoalTriggerable.TryTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object)
commentId: M:TinyLife.Goals.IGoalTriggerable.TryTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object) commentId: M:TinyLife.Goals.IGoalTriggerable.TryTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object)
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
name: TryTrigger(object, GoalTrigger, object)
nameWithType: IGoalTriggerable.TryTrigger(object, GoalTrigger, object)
fullName: TinyLife.Goals.IGoalTriggerable.TryTrigger(object, TinyLife.Goals.GoalTrigger, object)
nameWithType.vb: IGoalTriggerable.TryTrigger(Object, GoalTrigger, Object)
fullName.vb: TinyLife.Goals.IGoalTriggerable.TryTrigger(Object, TinyLife.Goals.GoalTrigger, Object)
name.vb: TryTrigger(Object, GoalTrigger, Object)
spec.csharp:
- uid: TinyLife.Goals.IGoalTriggerable.TryTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object)
name: TryTrigger
- name: (
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
- uid: TinyLife.Goals.GoalTrigger
name: GoalTrigger
- name: ','
- name: " "
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
spec.vb:
- uid: TinyLife.Goals.IGoalTriggerable.TryTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object)
name: TryTrigger
- name: (
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
- uid: TinyLife.Goals.GoalTrigger
name: GoalTrigger
- name: ','
- name: " "
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
- uid: TinyLife.Goals.IGoalTriggerable.Trigger* - uid: TinyLife.Goals.IGoalTriggerable.Trigger*
commentId: Overload:TinyLife.Goals.IGoalTriggerable.Trigger commentId: Overload:TinyLife.Goals.IGoalTriggerable.Trigger
name: Trigger name: Trigger
@ -343,39 +487,49 @@ references:
fullName: TinyLife.Goals.IGoalTriggerable.Trigger fullName: TinyLife.Goals.IGoalTriggerable.Trigger
- uid: System.Object[] - uid: System.Object[]
isExternal: true isExternal: true
name: Object[] href: https://learn.microsoft.com/dotnet/api/system.object
nameWithType: Object[] name: object[]
fullName: System.Object[] nameWithType: object[]
fullName: object[]
nameWithType.vb: Object() nameWithType.vb: Object()
fullName.vb: System.Object() fullName.vb: Object()
name.vb: Object() name.vb: Object()
spec.csharp: spec.csharp:
- uid: System.Object - uid: System.Object
name: Object name: object
nameWithType: Object
fullName: System.Object
isExternal: true isExternal: true
- name: '[]' href: https://learn.microsoft.com/dotnet/api/system.object
nameWithType: '[]' - name: '['
fullName: '[]' - name: ']'
spec.vb: spec.vb:
- uid: System.Object - uid: System.Object
name: Object name: Object
nameWithType: Object
fullName: System.Object
isExternal: true isExternal: true
- name: () href: https://learn.microsoft.com/dotnet/api/system.object
nameWithType: () - name: (
fullName: () - name: )
- uid: TinyLife.Objects - uid: TinyLife.Objects
commentId: N:TinyLife.Objects commentId: N:TinyLife.Objects
name: TinyLife.Objects name: TinyLife.Objects
nameWithType: TinyLife.Objects nameWithType: TinyLife.Objects
fullName: TinyLife.Objects fullName: TinyLife.Objects
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Objects
name: Objects
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Objects
name: Objects
- uid: System.Collections.Generic.IEnumerable{TinyLife.Goals.IGoalTriggerable} - uid: System.Collections.Generic.IEnumerable{TinyLife.Goals.IGoalTriggerable}
commentId: T:System.Collections.Generic.IEnumerable{TinyLife.Goals.IGoalTriggerable} commentId: T:System.Collections.Generic.IEnumerable{TinyLife.Goals.IGoalTriggerable}
parent: System.Collections.Generic parent: System.Collections.Generic
definition: System.Collections.Generic.IEnumerable`1 definition: System.Collections.Generic.IEnumerable`1
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
name: IEnumerable<IGoalTriggerable> name: IEnumerable<IGoalTriggerable>
nameWithType: IEnumerable<IGoalTriggerable> nameWithType: IEnumerable<IGoalTriggerable>
fullName: System.Collections.Generic.IEnumerable<TinyLife.Goals.IGoalTriggerable> fullName: System.Collections.Generic.IEnumerable<TinyLife.Goals.IGoalTriggerable>
@ -385,38 +539,27 @@ references:
spec.csharp: spec.csharp:
- uid: System.Collections.Generic.IEnumerable`1 - uid: System.Collections.Generic.IEnumerable`1
name: IEnumerable name: IEnumerable
nameWithType: IEnumerable
fullName: System.Collections.Generic.IEnumerable
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
- name: < - name: <
nameWithType: <
fullName: <
- uid: TinyLife.Goals.IGoalTriggerable - uid: TinyLife.Goals.IGoalTriggerable
name: IGoalTriggerable name: IGoalTriggerable
nameWithType: IGoalTriggerable
fullName: TinyLife.Goals.IGoalTriggerable
- name: '>' - name: '>'
nameWithType: '>'
fullName: '>'
spec.vb: spec.vb:
- uid: System.Collections.Generic.IEnumerable`1 - uid: System.Collections.Generic.IEnumerable`1
name: IEnumerable name: IEnumerable
nameWithType: IEnumerable
fullName: System.Collections.Generic.IEnumerable
isExternal: true isExternal: true
- name: '(Of ' href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
nameWithType: '(Of ' - name: (
fullName: '(Of ' - name: Of
- name: " "
- uid: TinyLife.Goals.IGoalTriggerable - uid: TinyLife.Goals.IGoalTriggerable
name: IGoalTriggerable name: IGoalTriggerable
nameWithType: IGoalTriggerable
fullName: TinyLife.Goals.IGoalTriggerable
- name: ) - name: )
nameWithType: )
fullName: )
- uid: System.Collections.Generic.IEnumerable`1 - uid: System.Collections.Generic.IEnumerable`1
commentId: T:System.Collections.Generic.IEnumerable`1 commentId: T:System.Collections.Generic.IEnumerable`1
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
name: IEnumerable<T> name: IEnumerable<T>
nameWithType: IEnumerable<T> nameWithType: IEnumerable<T>
fullName: System.Collections.Generic.IEnumerable<T> fullName: System.Collections.Generic.IEnumerable<T>
@ -426,36 +569,55 @@ references:
spec.csharp: spec.csharp:
- uid: System.Collections.Generic.IEnumerable`1 - uid: System.Collections.Generic.IEnumerable`1
name: IEnumerable name: IEnumerable
nameWithType: IEnumerable
fullName: System.Collections.Generic.IEnumerable
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
- name: < - name: <
nameWithType: <
fullName: <
- name: T - name: T
nameWithType: T
fullName: T
- name: '>' - name: '>'
nameWithType: '>'
fullName: '>'
spec.vb: spec.vb:
- uid: System.Collections.Generic.IEnumerable`1 - uid: System.Collections.Generic.IEnumerable`1
name: IEnumerable name: IEnumerable
nameWithType: IEnumerable
fullName: System.Collections.Generic.IEnumerable
isExternal: true isExternal: true
- name: '(Of ' href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
nameWithType: '(Of ' - name: (
fullName: '(Of ' - name: Of
- name: " "
- name: T - name: T
nameWithType: T
fullName: T
- name: ) - name: )
nameWithType: )
fullName: )
- uid: System.Collections.Generic - uid: System.Collections.Generic
commentId: N:System.Collections.Generic commentId: N:System.Collections.Generic
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
name: System.Collections.Generic name: System.Collections.Generic
nameWithType: System.Collections.Generic nameWithType: System.Collections.Generic
fullName: System.Collections.Generic fullName: System.Collections.Generic
spec.csharp:
- uid: System
name: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
- name: .
- uid: System.Collections
name: Collections
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections
- name: .
- uid: System.Collections.Generic
name: Generic
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic
spec.vb:
- uid: System
name: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
- name: .
- uid: System.Collections
name: Collections
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections
- name: .
- uid: System.Collections.Generic
name: Generic
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic

View file

@ -15,7 +15,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/Job.cs path: TinyLife/Goals/Job.cs
branch: 0.29.3-dev branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: JobPerformanceDelegate id: JobPerformanceDelegate
path: ../TinyLife/Goals/Job.cs path: ../TinyLife/Goals/Job.cs
@ -26,7 +26,7 @@ items:
summary: "\nA delegate method used for <xref href=\"TinyLife.Goals.Job.OnGetWorkingPerformance\" data-throw-if-not-resolved=\"false\"></xref>.\n" summary: "\nA delegate method used for <xref href=\"TinyLife.Goals.Job.OnGetWorkingPerformance\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: [] example: []
syntax: syntax:
content: public delegate void JobPerformanceDelegate(WorkAction action, TimeSpan passedInGame, ref float performance); content: public delegate void Job.JobPerformanceDelegate(WorkAction action, TimeSpan passedInGame, ref float performance)
parameters: parameters:
- id: action - id: action
type: TinyLife.Actions.WorkAction type: TinyLife.Actions.WorkAction
@ -34,56 +34,66 @@ items:
type: System.TimeSpan type: System.TimeSpan
- id: performance - id: performance
type: System.Single type: System.Single
content.vb: Public Delegate Sub JobPerformanceDelegate(action As WorkAction, passedInGame As TimeSpan, ByRef performance As Single) content.vb: Public Delegate Sub Job.JobPerformanceDelegate(action As WorkAction, passedInGame As TimeSpan, performance As Single)
extensionMethods: extensionMethods:
- TinyLife.Goals.Job.JobPerformanceDelegate.TinyLife.Utilities.Extensions.JsonCopy``1 - TinyLife.Goals.Job.JobPerformanceDelegate.TinyLife.Utilities.Extensions.JsonCopy``1
modifiers.csharp:
- public
- delegate
modifiers.vb:
- Public
- Delegate
references: references:
- uid: TinyLife.Goals.Job.OnGetWorkingPerformance - uid: TinyLife.Goals.Job.OnGetWorkingPerformance
commentId: E:TinyLife.Goals.Job.OnGetWorkingPerformance commentId: E:TinyLife.Goals.Job.OnGetWorkingPerformance
isExternal: true name: OnGetWorkingPerformance
nameWithType: Job.OnGetWorkingPerformance
fullName: TinyLife.Goals.Job.OnGetWorkingPerformance
- uid: TinyLife.Goals - uid: TinyLife.Goals
commentId: N:TinyLife.Goals commentId: N:TinyLife.Goals
name: TinyLife.Goals name: TinyLife.Goals
nameWithType: TinyLife.Goals nameWithType: TinyLife.Goals
fullName: TinyLife.Goals fullName: TinyLife.Goals
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Goals
name: Goals
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Goals
name: Goals
- uid: TinyLife.Goals.Job.JobPerformanceDelegate.TinyLife.Utilities.Extensions.JsonCopy``1 - uid: TinyLife.Goals.Job.JobPerformanceDelegate.TinyLife.Utilities.Extensions.JsonCopy``1
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0) commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
parent: TinyLife.Utilities.Extensions parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0) definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy<Job.JobPerformanceDelegate>() name: JsonCopy<JobPerformanceDelegate>(JobPerformanceDelegate)
nameWithType: Extensions.JsonCopy<Job.JobPerformanceDelegate>() nameWithType: Extensions.JsonCopy<Job.JobPerformanceDelegate>(Job.JobPerformanceDelegate)
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Goals.Job.JobPerformanceDelegate>() fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Goals.Job.JobPerformanceDelegate>(TinyLife.Goals.Job.JobPerformanceDelegate)
nameWithType.vb: Extensions.JsonCopy(Of Job.JobPerformanceDelegate)() nameWithType.vb: Extensions.JsonCopy(Of Job.JobPerformanceDelegate)(Job.JobPerformanceDelegate)
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Goals.Job.JobPerformanceDelegate)() fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Goals.Job.JobPerformanceDelegate)(TinyLife.Goals.Job.JobPerformanceDelegate)
name.vb: JsonCopy(Of Job.JobPerformanceDelegate)() name.vb: JsonCopy(Of JobPerformanceDelegate)(JobPerformanceDelegate)
spec.csharp: spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1 - uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Goals.Job.JobPerformanceDelegate)
name: JsonCopy<Job.JobPerformanceDelegate> name: JsonCopy
nameWithType: Extensions.JsonCopy<Job.JobPerformanceDelegate> - name: <
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Goals.Job.JobPerformanceDelegate> - uid: TinyLife.Goals.Job.JobPerformanceDelegate
name: JobPerformanceDelegate
- name: '>'
- name: ( - name: (
nameWithType: ( - uid: TinyLife.Goals.Job.JobPerformanceDelegate
fullName: ( name: JobPerformanceDelegate
- name: ) - name: )
nameWithType: )
fullName: )
spec.vb: spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1 - uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Goals.Job.JobPerformanceDelegate)
name: JsonCopy(Of Job.JobPerformanceDelegate) name: JsonCopy
nameWithType: Extensions.JsonCopy(Of Job.JobPerformanceDelegate)
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Goals.Job.JobPerformanceDelegate)
- name: ( - name: (
nameWithType: ( - name: Of
fullName: ( - name: " "
- uid: TinyLife.Goals.Job.JobPerformanceDelegate
name: JobPerformanceDelegate
- name: )
- name: (
- uid: TinyLife.Goals.Job.JobPerformanceDelegate
name: JobPerformanceDelegate
- name: ) - name: )
nameWithType: )
fullName: )
- uid: TinyLife.Actions.WorkAction - uid: TinyLife.Actions.WorkAction
commentId: T:TinyLife.Actions.WorkAction commentId: T:TinyLife.Actions.WorkAction
parent: TinyLife.Actions parent: TinyLife.Actions
@ -94,6 +104,7 @@ references:
commentId: T:System.TimeSpan commentId: T:System.TimeSpan
parent: System parent: System
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.timespan
name: TimeSpan name: TimeSpan
nameWithType: TimeSpan nameWithType: TimeSpan
fullName: System.TimeSpan fullName: System.TimeSpan
@ -101,9 +112,13 @@ references:
commentId: T:System.Single commentId: T:System.Single
parent: System parent: System
isExternal: true isExternal: true
name: Single href: https://learn.microsoft.com/dotnet/api/system.single
nameWithType: Single name: float
fullName: System.Single nameWithType: float
fullName: float
nameWithType.vb: Single
fullName.vb: Single
name.vb: Single
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0) commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy<T>(T) name: JsonCopy<T>(T)
@ -114,32 +129,24 @@ references:
name.vb: JsonCopy(Of T)(T) name.vb: JsonCopy(Of T)(T)
spec.csharp: spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy<T> name: JsonCopy
nameWithType: Extensions.JsonCopy<T> - name: <
fullName: TinyLife.Utilities.Extensions.JsonCopy<T> - name: T
- name: ( - name: '>'
nameWithType: ( - name: (
fullName: (
- name: T - name: T
nameWithType: T
fullName: T
- name: ) - name: )
nameWithType: )
fullName: )
spec.vb: spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy(Of T) name: JsonCopy
nameWithType: Extensions.JsonCopy(Of T) - name: (
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of T) - name: Of
- name: " "
- name: T
- name: )
- name: ( - name: (
nameWithType: (
fullName: (
- name: T - name: T
nameWithType: T
fullName: T
- name: ) - name: )
nameWithType: )
fullName: )
- uid: TinyLife.Utilities.Extensions - uid: TinyLife.Utilities.Extensions
commentId: T:TinyLife.Utilities.Extensions commentId: T:TinyLife.Utilities.Extensions
parent: TinyLife.Utilities parent: TinyLife.Utilities
@ -151,9 +158,22 @@ references:
name: TinyLife.Actions name: TinyLife.Actions
nameWithType: TinyLife.Actions nameWithType: TinyLife.Actions
fullName: TinyLife.Actions fullName: TinyLife.Actions
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Actions
name: Actions
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Actions
name: Actions
- uid: System - uid: System
commentId: N:System commentId: N:System
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
name: System name: System
nameWithType: System nameWithType: System
fullName: System fullName: System
@ -162,3 +182,15 @@ references:
name: TinyLife.Utilities name: TinyLife.Utilities
nameWithType: TinyLife.Utilities nameWithType: TinyLife.Utilities
fullName: TinyLife.Utilities fullName: TinyLife.Utilities
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Utilities
name: Utilities
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Utilities
name: Utilities

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -25,7 +25,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/LifeGoal.cs path: TinyLife/Goals/LifeGoal.cs
branch: 0.29.3-dev branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Instance id: Instance
path: ../TinyLife/Goals/LifeGoal.cs path: ../TinyLife/Goals/LifeGoal.cs
@ -39,11 +39,11 @@ items:
content: >- content: >-
[DataContract] [DataContract]
public class Instance public class LifeGoal.Instance
content.vb: >- content.vb: >-
<DataContract> <DataContract>
Public Class Instance Public Class LifeGoal.Instance
inheritance: inheritance:
- System.Object - System.Object
inheritedMembers: inheritedMembers:
@ -60,12 +60,6 @@ items:
- type: System.Runtime.Serialization.DataContractAttribute - type: System.Runtime.Serialization.DataContractAttribute
ctor: System.Runtime.Serialization.DataContractAttribute.#ctor ctor: System.Runtime.Serialization.DataContractAttribute.#ctor
arguments: [] arguments: []
modifiers.csharp:
- public
- class
modifiers.vb:
- Public
- Class
- uid: TinyLife.Goals.LifeGoal.Instance.Goal - uid: TinyLife.Goals.LifeGoal.Instance.Goal
commentId: F:TinyLife.Goals.LifeGoal.Instance.Goal commentId: F:TinyLife.Goals.LifeGoal.Instance.Goal
id: Goal id: Goal
@ -80,7 +74,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/LifeGoal.cs path: TinyLife/Goals/LifeGoal.cs
branch: 0.29.3-dev branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Goal id: Goal
path: ../TinyLife/Goals/LifeGoal.cs path: ../TinyLife/Goals/LifeGoal.cs
@ -105,12 +99,6 @@ items:
- type: System.Runtime.Serialization.DataMemberAttribute - type: System.Runtime.Serialization.DataMemberAttribute
ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
arguments: [] arguments: []
modifiers.csharp:
- public
- readonly
modifiers.vb:
- Public
- ReadOnly
- uid: TinyLife.Goals.LifeGoal.Instance.CurrentGoals - uid: TinyLife.Goals.LifeGoal.Instance.CurrentGoals
commentId: P:TinyLife.Goals.LifeGoal.Instance.CurrentGoals commentId: P:TinyLife.Goals.LifeGoal.Instance.CurrentGoals
id: CurrentGoals id: CurrentGoals
@ -125,7 +113,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/LifeGoal.cs path: TinyLife/Goals/LifeGoal.cs
branch: 0.29.3-dev branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CurrentGoals id: CurrentGoals
path: ../TinyLife/Goals/LifeGoal.cs path: ../TinyLife/Goals/LifeGoal.cs
@ -146,18 +134,12 @@ items:
content.vb: >- content.vb: >-
<DataMember> <DataMember>
Public ReadOnly Property CurrentGoals As GoalSet Public Property CurrentGoals As GoalSet
overload: TinyLife.Goals.LifeGoal.Instance.CurrentGoals* overload: TinyLife.Goals.LifeGoal.Instance.CurrentGoals*
attributes: attributes:
- type: System.Runtime.Serialization.DataMemberAttribute - type: System.Runtime.Serialization.DataMemberAttribute
ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
arguments: [] arguments: []
modifiers.csharp:
- public
- get
modifiers.vb:
- Public
- ReadOnly
- uid: TinyLife.Goals.LifeGoal.Instance.StageIndex - uid: TinyLife.Goals.LifeGoal.Instance.StageIndex
commentId: P:TinyLife.Goals.LifeGoal.Instance.StageIndex commentId: P:TinyLife.Goals.LifeGoal.Instance.StageIndex
id: StageIndex id: StageIndex
@ -172,7 +154,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/LifeGoal.cs path: TinyLife/Goals/LifeGoal.cs
branch: 0.29.3-dev branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: StageIndex id: StageIndex
path: ../TinyLife/Goals/LifeGoal.cs path: ../TinyLife/Goals/LifeGoal.cs
@ -193,18 +175,12 @@ items:
content.vb: >- content.vb: >-
<DataMember> <DataMember>
Public ReadOnly Property StageIndex As Integer Public Property StageIndex As Integer
overload: TinyLife.Goals.LifeGoal.Instance.StageIndex* overload: TinyLife.Goals.LifeGoal.Instance.StageIndex*
attributes: attributes:
- type: System.Runtime.Serialization.DataMemberAttribute - type: System.Runtime.Serialization.DataMemberAttribute
ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
arguments: [] arguments: []
modifiers.csharp:
- public
- get
modifiers.vb:
- Public
- ReadOnly
- uid: TinyLife.Goals.LifeGoal.Instance.Person - uid: TinyLife.Goals.LifeGoal.Instance.Person
commentId: P:TinyLife.Goals.LifeGoal.Instance.Person commentId: P:TinyLife.Goals.LifeGoal.Instance.Person
id: Person id: Person
@ -219,7 +195,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/LifeGoal.cs path: TinyLife/Goals/LifeGoal.cs
branch: 0.29.3-dev branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Person id: Person
path: ../TinyLife/Goals/LifeGoal.cs path: ../TinyLife/Goals/LifeGoal.cs
@ -234,14 +210,8 @@ items:
parameters: [] parameters: []
return: return:
type: TinyLife.Objects.Person type: TinyLife.Objects.Person
content.vb: Public ReadOnly Property Person As Person content.vb: Public Property Person As Person
overload: TinyLife.Goals.LifeGoal.Instance.Person* overload: TinyLife.Goals.LifeGoal.Instance.Person*
modifiers.csharp:
- public
- get
modifiers.vb:
- Public
- ReadOnly
- uid: TinyLife.Goals.LifeGoal.Instance.Stage - uid: TinyLife.Goals.LifeGoal.Instance.Stage
commentId: P:TinyLife.Goals.LifeGoal.Instance.Stage commentId: P:TinyLife.Goals.LifeGoal.Instance.Stage
id: Stage id: Stage
@ -256,7 +226,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/LifeGoal.cs path: TinyLife/Goals/LifeGoal.cs
branch: 0.29.3-dev branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Stage id: Stage
path: ../TinyLife/Goals/LifeGoal.cs path: ../TinyLife/Goals/LifeGoal.cs
@ -273,12 +243,6 @@ items:
type: TinyLife.Goals.GoalSetInfo type: TinyLife.Goals.GoalSetInfo
content.vb: Public ReadOnly Property Stage As GoalSetInfo content.vb: Public ReadOnly Property Stage As GoalSetInfo
overload: TinyLife.Goals.LifeGoal.Instance.Stage* overload: TinyLife.Goals.LifeGoal.Instance.Stage*
modifiers.csharp:
- public
- get
modifiers.vb:
- Public
- ReadOnly
- uid: TinyLife.Goals.LifeGoal.Instance.Completed - uid: TinyLife.Goals.LifeGoal.Instance.Completed
commentId: P:TinyLife.Goals.LifeGoal.Instance.Completed commentId: P:TinyLife.Goals.LifeGoal.Instance.Completed
id: Completed id: Completed
@ -293,7 +257,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/LifeGoal.cs path: TinyLife/Goals/LifeGoal.cs
branch: 0.29.3-dev branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Completed id: Completed
path: ../TinyLife/Goals/LifeGoal.cs path: ../TinyLife/Goals/LifeGoal.cs
@ -310,12 +274,6 @@ items:
type: System.Boolean type: System.Boolean
content.vb: Public ReadOnly Property Completed As Boolean content.vb: Public ReadOnly Property Completed As Boolean
overload: TinyLife.Goals.LifeGoal.Instance.Completed* overload: TinyLife.Goals.LifeGoal.Instance.Completed*
modifiers.csharp:
- public
- get
modifiers.vb:
- Public
- ReadOnly
- uid: TinyLife.Goals.LifeGoal.Instance.#ctor(TinyLife.Objects.Person,TinyLife.Goals.LifeGoal,System.Int32) - uid: TinyLife.Goals.LifeGoal.Instance.#ctor(TinyLife.Objects.Person,TinyLife.Goals.LifeGoal,System.Int32)
commentId: M:TinyLife.Goals.LifeGoal.Instance.#ctor(TinyLife.Objects.Person,TinyLife.Goals.LifeGoal,System.Int32) commentId: M:TinyLife.Goals.LifeGoal.Instance.#ctor(TinyLife.Objects.Person,TinyLife.Goals.LifeGoal,System.Int32)
id: '#ctor(TinyLife.Objects.Person,TinyLife.Goals.LifeGoal,System.Int32)' id: '#ctor(TinyLife.Objects.Person,TinyLife.Goals.LifeGoal,System.Int32)'
@ -323,14 +281,14 @@ items:
langs: langs:
- csharp - csharp
- vb - vb
name: Instance(Person, LifeGoal, Int32) name: Instance(Person, LifeGoal, int)
nameWithType: LifeGoal.Instance.Instance(Person, LifeGoal, Int32) nameWithType: LifeGoal.Instance.Instance(Person, LifeGoal, int)
fullName: TinyLife.Goals.LifeGoal.Instance.Instance(TinyLife.Objects.Person, TinyLife.Goals.LifeGoal, System.Int32) fullName: TinyLife.Goals.LifeGoal.Instance.Instance(TinyLife.Objects.Person, TinyLife.Goals.LifeGoal, int)
type: Constructor type: Constructor
source: source:
remote: remote:
path: TinyLife/Goals/LifeGoal.cs path: TinyLife/Goals/LifeGoal.cs
branch: 0.29.3-dev branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Goals/LifeGoal.cs path: ../TinyLife/Goals/LifeGoal.cs
@ -354,10 +312,9 @@ items:
description: The stage to start out in, or 0 by default description: The stage to start out in, or 0 by default
content.vb: Public Sub New(person As Person, goal As LifeGoal, stage As Integer = 0) content.vb: Public Sub New(person As Person, goal As LifeGoal, stage As Integer = 0)
overload: TinyLife.Goals.LifeGoal.Instance.#ctor* overload: TinyLife.Goals.LifeGoal.Instance.#ctor*
modifiers.csharp: nameWithType.vb: LifeGoal.Instance.New(Person, LifeGoal, Integer)
- public fullName.vb: TinyLife.Goals.LifeGoal.Instance.New(TinyLife.Objects.Person, TinyLife.Goals.LifeGoal, Integer)
modifiers.vb: name.vb: New(Person, LifeGoal, Integer)
- Public
- uid: TinyLife.Goals.LifeGoal.Instance.Update - uid: TinyLife.Goals.LifeGoal.Instance.Update
commentId: M:TinyLife.Goals.LifeGoal.Instance.Update commentId: M:TinyLife.Goals.LifeGoal.Instance.Update
id: Update id: Update
@ -372,7 +329,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/LifeGoal.cs path: TinyLife/Goals/LifeGoal.cs
branch: 0.29.3-dev branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update id: Update
path: ../TinyLife/Goals/LifeGoal.cs path: ../TinyLife/Goals/LifeGoal.cs
@ -384,12 +341,8 @@ items:
example: [] example: []
syntax: syntax:
content: public void Update() content: public void Update()
content.vb: Public Sub Update content.vb: Public Sub Update()
overload: TinyLife.Goals.LifeGoal.Instance.Update* overload: TinyLife.Goals.LifeGoal.Instance.Update*
modifiers.csharp:
- public
modifiers.vb:
- Public
- uid: TinyLife.Goals.LifeGoal.Instance.Advance - uid: TinyLife.Goals.LifeGoal.Instance.Advance
commentId: M:TinyLife.Goals.LifeGoal.Instance.Advance commentId: M:TinyLife.Goals.LifeGoal.Instance.Advance
id: Advance id: Advance
@ -404,7 +357,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/LifeGoal.cs path: TinyLife/Goals/LifeGoal.cs
branch: 0.29.3-dev branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Advance id: Advance
path: ../TinyLife/Goals/LifeGoal.cs path: ../TinyLife/Goals/LifeGoal.cs
@ -416,12 +369,8 @@ items:
example: [] example: []
syntax: syntax:
content: public void Advance() content: public void Advance()
content.vb: Public Sub Advance content.vb: Public Sub Advance()
overload: TinyLife.Goals.LifeGoal.Instance.Advance* overload: TinyLife.Goals.LifeGoal.Instance.Advance*
modifiers.csharp:
- public
modifiers.vb:
- Public
- uid: TinyLife.Goals.LifeGoal.Instance.Validate(TinyLife.Objects.Person) - uid: TinyLife.Goals.LifeGoal.Instance.Validate(TinyLife.Objects.Person)
commentId: M:TinyLife.Goals.LifeGoal.Instance.Validate(TinyLife.Objects.Person) commentId: M:TinyLife.Goals.LifeGoal.Instance.Validate(TinyLife.Objects.Person)
id: Validate(TinyLife.Objects.Person) id: Validate(TinyLife.Objects.Person)
@ -436,7 +385,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/LifeGoal.cs path: TinyLife/Goals/LifeGoal.cs
branch: 0.29.3-dev branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate id: Validate
path: ../TinyLife/Goals/LifeGoal.cs path: ../TinyLife/Goals/LifeGoal.cs
@ -457,10 +406,6 @@ items:
description: Whether this life goal is considered valid description: Whether this life goal is considered valid
content.vb: Public Function Validate(person As Person) As Boolean content.vb: Public Function Validate(person As Person) As Boolean
overload: TinyLife.Goals.LifeGoal.Instance.Validate* overload: TinyLife.Goals.LifeGoal.Instance.Validate*
modifiers.csharp:
- public
modifiers.vb:
- Public
references: references:
- uid: TinyLife.Goals.LifeGoal - uid: TinyLife.Goals.LifeGoal
commentId: T:TinyLife.Goals.LifeGoal commentId: T:TinyLife.Goals.LifeGoal
@ -473,327 +418,286 @@ references:
name: TinyLife.Goals name: TinyLife.Goals
nameWithType: TinyLife.Goals nameWithType: TinyLife.Goals
fullName: TinyLife.Goals fullName: TinyLife.Goals
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Goals
name: Goals
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Goals
name: Goals
- uid: System.Object - uid: System.Object
commentId: T:System.Object commentId: T:System.Object
parent: System parent: System
isExternal: true isExternal: true
name: Object href: https://learn.microsoft.com/dotnet/api/system.object
nameWithType: Object name: object
fullName: System.Object nameWithType: object
fullName: object
nameWithType.vb: Object
fullName.vb: Object
name.vb: Object
- uid: System.Object.Equals(System.Object) - uid: System.Object.Equals(System.Object)
commentId: M:System.Object.Equals(System.Object) commentId: M:System.Object.Equals(System.Object)
parent: System.Object parent: System.Object
isExternal: true isExternal: true
name: Equals(Object) href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
nameWithType: Object.Equals(Object) name: Equals(object)
fullName: System.Object.Equals(System.Object) nameWithType: object.Equals(object)
fullName: object.Equals(object)
nameWithType.vb: Object.Equals(Object)
fullName.vb: Object.Equals(Object)
name.vb: Equals(Object)
spec.csharp: spec.csharp:
- uid: System.Object.Equals(System.Object) - uid: System.Object.Equals(System.Object)
name: Equals name: Equals
nameWithType: Object.Equals
fullName: System.Object.Equals
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
- name: ( - name: (
nameWithType: (
fullName: (
- uid: System.Object - uid: System.Object
name: Object name: object
nameWithType: Object
fullName: System.Object
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ) - name: )
nameWithType: )
fullName: )
spec.vb: spec.vb:
- uid: System.Object.Equals(System.Object) - uid: System.Object.Equals(System.Object)
name: Equals name: Equals
nameWithType: Object.Equals
fullName: System.Object.Equals
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
- name: ( - name: (
nameWithType: (
fullName: (
- uid: System.Object - uid: System.Object
name: Object name: Object
nameWithType: Object
fullName: System.Object
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ) - name: )
nameWithType: )
fullName: )
- uid: System.Object.Equals(System.Object,System.Object) - uid: System.Object.Equals(System.Object,System.Object)
commentId: M:System.Object.Equals(System.Object,System.Object) commentId: M:System.Object.Equals(System.Object,System.Object)
parent: System.Object parent: System.Object
isExternal: true isExternal: true
name: Equals(Object, Object) href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
nameWithType: Object.Equals(Object, Object) name: Equals(object, object)
fullName: System.Object.Equals(System.Object, System.Object) nameWithType: object.Equals(object, object)
fullName: object.Equals(object, object)
nameWithType.vb: Object.Equals(Object, Object)
fullName.vb: Object.Equals(Object, Object)
name.vb: Equals(Object, Object)
spec.csharp: spec.csharp:
- uid: System.Object.Equals(System.Object,System.Object) - uid: System.Object.Equals(System.Object,System.Object)
name: Equals name: Equals
nameWithType: Object.Equals
fullName: System.Object.Equals
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
- name: ( - name: (
nameWithType: (
fullName: (
- uid: System.Object - uid: System.Object
name: Object name: object
nameWithType: Object
fullName: System.Object
isExternal: true isExternal: true
- name: ', ' href: https://learn.microsoft.com/dotnet/api/system.object
nameWithType: ', ' - name: ','
fullName: ', ' - name: " "
- uid: System.Object - uid: System.Object
name: Object name: object
nameWithType: Object
fullName: System.Object
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ) - name: )
nameWithType: )
fullName: )
spec.vb: spec.vb:
- uid: System.Object.Equals(System.Object,System.Object) - uid: System.Object.Equals(System.Object,System.Object)
name: Equals name: Equals
nameWithType: Object.Equals
fullName: System.Object.Equals
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
- name: ( - name: (
nameWithType: (
fullName: (
- uid: System.Object - uid: System.Object
name: Object name: Object
nameWithType: Object
fullName: System.Object
isExternal: true isExternal: true
- name: ', ' href: https://learn.microsoft.com/dotnet/api/system.object
nameWithType: ', ' - name: ','
fullName: ', ' - name: " "
- uid: System.Object - uid: System.Object
name: Object name: Object
nameWithType: Object
fullName: System.Object
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ) - name: )
nameWithType: )
fullName: )
- uid: System.Object.GetHashCode - uid: System.Object.GetHashCode
commentId: M:System.Object.GetHashCode commentId: M:System.Object.GetHashCode
parent: System.Object parent: System.Object
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
name: GetHashCode() name: GetHashCode()
nameWithType: Object.GetHashCode() nameWithType: object.GetHashCode()
fullName: System.Object.GetHashCode() fullName: object.GetHashCode()
nameWithType.vb: Object.GetHashCode()
fullName.vb: Object.GetHashCode()
spec.csharp: spec.csharp:
- uid: System.Object.GetHashCode - uid: System.Object.GetHashCode
name: GetHashCode name: GetHashCode
nameWithType: Object.GetHashCode
fullName: System.Object.GetHashCode
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
- name: ( - name: (
nameWithType: (
fullName: (
- name: ) - name: )
nameWithType: )
fullName: )
spec.vb: spec.vb:
- uid: System.Object.GetHashCode - uid: System.Object.GetHashCode
name: GetHashCode name: GetHashCode
nameWithType: Object.GetHashCode
fullName: System.Object.GetHashCode
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
- name: ( - name: (
nameWithType: (
fullName: (
- name: ) - name: )
nameWithType: )
fullName: )
- uid: System.Object.GetType - uid: System.Object.GetType
commentId: M:System.Object.GetType commentId: M:System.Object.GetType
parent: System.Object parent: System.Object
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
name: GetType() name: GetType()
nameWithType: Object.GetType() nameWithType: object.GetType()
fullName: System.Object.GetType() fullName: object.GetType()
nameWithType.vb: Object.GetType()
fullName.vb: Object.GetType()
spec.csharp: spec.csharp:
- uid: System.Object.GetType - uid: System.Object.GetType
name: GetType name: GetType
nameWithType: Object.GetType
fullName: System.Object.GetType
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
- name: ( - name: (
nameWithType: (
fullName: (
- name: ) - name: )
nameWithType: )
fullName: )
spec.vb: spec.vb:
- uid: System.Object.GetType - uid: System.Object.GetType
name: GetType name: GetType
nameWithType: Object.GetType
fullName: System.Object.GetType
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
- name: ( - name: (
nameWithType: (
fullName: (
- name: ) - name: )
nameWithType: )
fullName: )
- uid: System.Object.MemberwiseClone - uid: System.Object.MemberwiseClone
commentId: M:System.Object.MemberwiseClone commentId: M:System.Object.MemberwiseClone
parent: System.Object parent: System.Object
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
name: MemberwiseClone() name: MemberwiseClone()
nameWithType: Object.MemberwiseClone() nameWithType: object.MemberwiseClone()
fullName: System.Object.MemberwiseClone() fullName: object.MemberwiseClone()
nameWithType.vb: Object.MemberwiseClone()
fullName.vb: Object.MemberwiseClone()
spec.csharp: spec.csharp:
- uid: System.Object.MemberwiseClone - uid: System.Object.MemberwiseClone
name: MemberwiseClone name: MemberwiseClone
nameWithType: Object.MemberwiseClone
fullName: System.Object.MemberwiseClone
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
- name: ( - name: (
nameWithType: (
fullName: (
- name: ) - name: )
nameWithType: )
fullName: )
spec.vb: spec.vb:
- uid: System.Object.MemberwiseClone - uid: System.Object.MemberwiseClone
name: MemberwiseClone name: MemberwiseClone
nameWithType: Object.MemberwiseClone
fullName: System.Object.MemberwiseClone
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
- name: ( - name: (
nameWithType: (
fullName: (
- name: ) - name: )
nameWithType: )
fullName: )
- uid: System.Object.ReferenceEquals(System.Object,System.Object) - uid: System.Object.ReferenceEquals(System.Object,System.Object)
commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) commentId: M:System.Object.ReferenceEquals(System.Object,System.Object)
parent: System.Object parent: System.Object
isExternal: true isExternal: true
name: ReferenceEquals(Object, Object) href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
nameWithType: Object.ReferenceEquals(Object, Object) name: ReferenceEquals(object, object)
fullName: System.Object.ReferenceEquals(System.Object, System.Object) nameWithType: object.ReferenceEquals(object, object)
fullName: object.ReferenceEquals(object, object)
nameWithType.vb: Object.ReferenceEquals(Object, Object)
fullName.vb: Object.ReferenceEquals(Object, Object)
name.vb: ReferenceEquals(Object, Object)
spec.csharp: spec.csharp:
- uid: System.Object.ReferenceEquals(System.Object,System.Object) - uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals name: ReferenceEquals
nameWithType: Object.ReferenceEquals
fullName: System.Object.ReferenceEquals
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
- name: ( - name: (
nameWithType: (
fullName: (
- uid: System.Object - uid: System.Object
name: Object name: object
nameWithType: Object
fullName: System.Object
isExternal: true isExternal: true
- name: ', ' href: https://learn.microsoft.com/dotnet/api/system.object
nameWithType: ', ' - name: ','
fullName: ', ' - name: " "
- uid: System.Object - uid: System.Object
name: Object name: object
nameWithType: Object
fullName: System.Object
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ) - name: )
nameWithType: )
fullName: )
spec.vb: spec.vb:
- uid: System.Object.ReferenceEquals(System.Object,System.Object) - uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals name: ReferenceEquals
nameWithType: Object.ReferenceEquals
fullName: System.Object.ReferenceEquals
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
- name: ( - name: (
nameWithType: (
fullName: (
- uid: System.Object - uid: System.Object
name: Object name: Object
nameWithType: Object
fullName: System.Object
isExternal: true isExternal: true
- name: ', ' href: https://learn.microsoft.com/dotnet/api/system.object
nameWithType: ', ' - name: ','
fullName: ', ' - name: " "
- uid: System.Object - uid: System.Object
name: Object name: Object
nameWithType: Object
fullName: System.Object
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ) - name: )
nameWithType: )
fullName: )
- uid: System.Object.ToString - uid: System.Object.ToString
commentId: M:System.Object.ToString commentId: M:System.Object.ToString
parent: System.Object parent: System.Object
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
name: ToString() name: ToString()
nameWithType: Object.ToString() nameWithType: object.ToString()
fullName: System.Object.ToString() fullName: object.ToString()
nameWithType.vb: Object.ToString()
fullName.vb: Object.ToString()
spec.csharp: spec.csharp:
- uid: System.Object.ToString - uid: System.Object.ToString
name: ToString name: ToString
nameWithType: Object.ToString
fullName: System.Object.ToString
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
- name: ( - name: (
nameWithType: (
fullName: (
- name: ) - name: )
nameWithType: )
fullName: )
spec.vb: spec.vb:
- uid: System.Object.ToString - uid: System.Object.ToString
name: ToString name: ToString
nameWithType: Object.ToString
fullName: System.Object.ToString
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
- name: ( - name: (
nameWithType: (
fullName: (
- name: ) - name: )
nameWithType: )
fullName: )
- uid: TinyLife.Goals.LifeGoal.Instance.TinyLife.Utilities.Extensions.JsonCopy``1 - uid: TinyLife.Goals.LifeGoal.Instance.TinyLife.Utilities.Extensions.JsonCopy``1
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0) commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
parent: TinyLife.Utilities.Extensions parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0) definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy<LifeGoal.Instance>() name: JsonCopy<Instance>(Instance)
nameWithType: Extensions.JsonCopy<LifeGoal.Instance>() nameWithType: Extensions.JsonCopy<LifeGoal.Instance>(LifeGoal.Instance)
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Goals.LifeGoal.Instance>() fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Goals.LifeGoal.Instance>(TinyLife.Goals.LifeGoal.Instance)
nameWithType.vb: Extensions.JsonCopy(Of LifeGoal.Instance)() nameWithType.vb: Extensions.JsonCopy(Of LifeGoal.Instance)(LifeGoal.Instance)
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Goals.LifeGoal.Instance)() fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Goals.LifeGoal.Instance)(TinyLife.Goals.LifeGoal.Instance)
name.vb: JsonCopy(Of LifeGoal.Instance)() name.vb: JsonCopy(Of Instance)(Instance)
spec.csharp: spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1 - uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Goals.LifeGoal.Instance)
name: JsonCopy<LifeGoal.Instance> name: JsonCopy
nameWithType: Extensions.JsonCopy<LifeGoal.Instance> - name: <
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Goals.LifeGoal.Instance> - uid: TinyLife.Goals.LifeGoal.Instance
name: Instance
- name: '>'
- name: ( - name: (
nameWithType: ( - uid: TinyLife.Goals.LifeGoal.Instance
fullName: ( name: Instance
- name: ) - name: )
nameWithType: )
fullName: )
spec.vb: spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1 - uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Goals.LifeGoal.Instance)
name: JsonCopy(Of LifeGoal.Instance) name: JsonCopy
nameWithType: Extensions.JsonCopy(Of LifeGoal.Instance)
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Goals.LifeGoal.Instance)
- name: ( - name: (
nameWithType: ( - name: Of
fullName: ( - name: " "
- uid: TinyLife.Goals.LifeGoal.Instance
name: Instance
- name: )
- name: (
- uid: TinyLife.Goals.LifeGoal.Instance
name: Instance
- name: ) - name: )
nameWithType: )
fullName: )
- uid: System - uid: System
commentId: N:System commentId: N:System
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
name: System name: System
nameWithType: System nameWithType: System
fullName: System fullName: System
@ -807,32 +711,24 @@ references:
name.vb: JsonCopy(Of T)(T) name.vb: JsonCopy(Of T)(T)
spec.csharp: spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy<T> name: JsonCopy
nameWithType: Extensions.JsonCopy<T> - name: <
fullName: TinyLife.Utilities.Extensions.JsonCopy<T> - name: T
- name: ( - name: '>'
nameWithType: ( - name: (
fullName: (
- name: T - name: T
nameWithType: T
fullName: T
- name: ) - name: )
nameWithType: )
fullName: )
spec.vb: spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy(Of T) name: JsonCopy
nameWithType: Extensions.JsonCopy(Of T) - name: (
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of T) - name: Of
- name: " "
- name: T
- name: )
- name: ( - name: (
nameWithType: (
fullName: (
- name: T - name: T
nameWithType: T
fullName: T
- name: ) - name: )
nameWithType: )
fullName: )
- uid: TinyLife.Utilities.Extensions - uid: TinyLife.Utilities.Extensions
commentId: T:TinyLife.Utilities.Extensions commentId: T:TinyLife.Utilities.Extensions
parent: TinyLife.Utilities parent: TinyLife.Utilities
@ -844,6 +740,18 @@ references:
name: TinyLife.Utilities name: TinyLife.Utilities
nameWithType: TinyLife.Utilities nameWithType: TinyLife.Utilities
fullName: TinyLife.Utilities fullName: TinyLife.Utilities
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Utilities
name: Utilities
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Utilities
name: Utilities
- uid: TinyLife.Goals.GoalSet - uid: TinyLife.Goals.GoalSet
commentId: T:TinyLife.Goals.GoalSet commentId: T:TinyLife.Goals.GoalSet
parent: TinyLife.Goals parent: TinyLife.Goals
@ -857,10 +765,14 @@ references:
fullName: TinyLife.Goals.LifeGoal.Instance.CurrentGoals fullName: TinyLife.Goals.LifeGoal.Instance.CurrentGoals
- uid: TinyLife.Goals.LifeGoal.Stages - uid: TinyLife.Goals.LifeGoal.Stages
commentId: F:TinyLife.Goals.LifeGoal.Stages commentId: F:TinyLife.Goals.LifeGoal.Stages
isExternal: true name: Stages
nameWithType: LifeGoal.Stages
fullName: TinyLife.Goals.LifeGoal.Stages
- uid: TinyLife.Goals.LifeGoal.Instance.CurrentGoals - uid: TinyLife.Goals.LifeGoal.Instance.CurrentGoals
commentId: P:TinyLife.Goals.LifeGoal.Instance.CurrentGoals commentId: P:TinyLife.Goals.LifeGoal.Instance.CurrentGoals
isExternal: true name: CurrentGoals
nameWithType: LifeGoal.Instance.CurrentGoals
fullName: TinyLife.Goals.LifeGoal.Instance.CurrentGoals
- uid: TinyLife.Goals.GoalSetInfo - uid: TinyLife.Goals.GoalSetInfo
commentId: T:TinyLife.Goals.GoalSetInfo commentId: T:TinyLife.Goals.GoalSetInfo
parent: TinyLife.Goals parent: TinyLife.Goals
@ -869,10 +781,14 @@ references:
fullName: TinyLife.Goals.GoalSetInfo fullName: TinyLife.Goals.GoalSetInfo
- uid: TinyLife.Goals.LifeGoal.Instance.Stage - uid: TinyLife.Goals.LifeGoal.Instance.Stage
commentId: P:TinyLife.Goals.LifeGoal.Instance.Stage commentId: P:TinyLife.Goals.LifeGoal.Instance.Stage
isExternal: true name: Stage
nameWithType: LifeGoal.Instance.Stage
fullName: TinyLife.Goals.LifeGoal.Instance.Stage
- uid: TinyLife.Goals.LifeGoal.Instance.Completed - uid: TinyLife.Goals.LifeGoal.Instance.Completed
commentId: P:TinyLife.Goals.LifeGoal.Instance.Completed commentId: P:TinyLife.Goals.LifeGoal.Instance.Completed
isExternal: true name: Completed
nameWithType: LifeGoal.Instance.Completed
fullName: TinyLife.Goals.LifeGoal.Instance.Completed
- uid: TinyLife.Goals.LifeGoal.Instance.StageIndex* - uid: TinyLife.Goals.LifeGoal.Instance.StageIndex*
commentId: Overload:TinyLife.Goals.LifeGoal.Instance.StageIndex commentId: Overload:TinyLife.Goals.LifeGoal.Instance.StageIndex
name: StageIndex name: StageIndex
@ -882,9 +798,13 @@ references:
commentId: T:System.Int32 commentId: T:System.Int32
parent: System parent: System
isExternal: true isExternal: true
name: Int32 href: https://learn.microsoft.com/dotnet/api/system.int32
nameWithType: Int32 name: int
fullName: System.Int32 nameWithType: int
fullName: int
nameWithType.vb: Integer
fullName.vb: Integer
name.vb: Integer
- uid: TinyLife.Goals.LifeGoal.Instance.Person* - uid: TinyLife.Goals.LifeGoal.Instance.Person*
commentId: Overload:TinyLife.Goals.LifeGoal.Instance.Person commentId: Overload:TinyLife.Goals.LifeGoal.Instance.Person
name: Person name: Person
@ -901,6 +821,18 @@ references:
name: TinyLife.Objects name: TinyLife.Objects
nameWithType: TinyLife.Objects nameWithType: TinyLife.Objects
fullName: TinyLife.Objects fullName: TinyLife.Objects
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Objects
name: Objects
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Objects
name: Objects
- uid: TinyLife.Goals.LifeGoal.Instance.Stage* - uid: TinyLife.Goals.LifeGoal.Instance.Stage*
commentId: Overload:TinyLife.Goals.LifeGoal.Instance.Stage commentId: Overload:TinyLife.Goals.LifeGoal.Instance.Stage
name: Stage name: Stage
@ -915,17 +847,36 @@ references:
commentId: T:System.Boolean commentId: T:System.Boolean
parent: System parent: System
isExternal: true isExternal: true
name: Boolean href: https://learn.microsoft.com/dotnet/api/system.boolean
nameWithType: Boolean name: bool
fullName: System.Boolean nameWithType: bool
fullName: bool
nameWithType.vb: Boolean
fullName.vb: Boolean
name.vb: Boolean
- uid: TinyLife.Goals.LifeGoal.Instance.#ctor* - uid: TinyLife.Goals.LifeGoal.Instance.#ctor*
commentId: Overload:TinyLife.Goals.LifeGoal.Instance.#ctor commentId: Overload:TinyLife.Goals.LifeGoal.Instance.#ctor
name: Instance name: Instance
nameWithType: LifeGoal.Instance.Instance nameWithType: LifeGoal.Instance.Instance
fullName: TinyLife.Goals.LifeGoal.Instance.Instance fullName: TinyLife.Goals.LifeGoal.Instance.Instance
nameWithType.vb: LifeGoal.Instance.New
fullName.vb: TinyLife.Goals.LifeGoal.Instance.New
name.vb: New
- uid: TinyLife.Goals.LifeGoal.Instance.Advance - uid: TinyLife.Goals.LifeGoal.Instance.Advance
commentId: M:TinyLife.Goals.LifeGoal.Instance.Advance commentId: M:TinyLife.Goals.LifeGoal.Instance.Advance
isExternal: true name: Advance()
nameWithType: LifeGoal.Instance.Advance()
fullName: TinyLife.Goals.LifeGoal.Instance.Advance()
spec.csharp:
- uid: TinyLife.Goals.LifeGoal.Instance.Advance
name: Advance
- name: (
- name: )
spec.vb:
- uid: TinyLife.Goals.LifeGoal.Instance.Advance
name: Advance
- name: (
- name: )
- uid: TinyLife.Goals.LifeGoal.Instance.Update* - uid: TinyLife.Goals.LifeGoal.Instance.Update*
commentId: Overload:TinyLife.Goals.LifeGoal.Instance.Update commentId: Overload:TinyLife.Goals.LifeGoal.Instance.Update
name: Update name: Update

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

File diff suppressed because it is too large Load diff

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