diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json
index 2995257..48e4d5b 100644
--- a/.config/dotnet-tools.json
+++ b/.config/dotnet-tools.json
@@ -3,7 +3,7 @@
"isRoot": false,
"tools": {
"docfx": {
- "version": "2.61.0",
+ "version": "2.64.0",
"commands": [
"docfx"
]
diff --git a/Changelog.md b/Changelog.md
index 54402b6..211fab9 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,12 +1,24 @@
# 0.30.0
-*March 28, 2023*
+*March 30, 2023*
> 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).**
+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
- Added a few more decorative objects, including two lamps, cattails and lily pads
- Added a flat sheet metal roof
diff --git a/docs/api/.manifest b/docs/api/.manifest
index e49227c..a3e0759 100644
--- a/docs/api/.manifest
+++ b/docs/api/.manifest
@@ -1,15 +1,15 @@
{
"TinyLife": "TinyLife.yml",
"TinyLife.Actions": "TinyLife.Actions.yml",
- "TinyLife.Actions.": "TinyLife.Actions..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.ActionType,TinyLife.Actions.ActionInfo)": "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.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.yml",
+ "TinyLife.Actions.Action.CanStartNow": "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.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.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.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.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.ForceResult": "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.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.GetIconObject": "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.Id": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.Info": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.Initialize": "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.IsCompleted": "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.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",
@@ -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.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.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.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "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.Vector2)": "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.Vector2)": "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.AgeUp": "TinyLife.Actions.ActionType.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.CanDoRandomly": "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.AskAboutFictionBooks": "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.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.AskMedicalHistory": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.AskToCook": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.AskToLeave": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.AskToTaste": "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.BeAwayFromLotEmployment": "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.CasualCompliment": "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.ChastiseForFoodBeliefs": "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.ComplimentLooks": "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.CookFood": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.CreateApp": "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.DebugAddToHousehold": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.DebugDie": "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.DeliverMail": "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.HasSpaceInHousehold(TinyLife.Actions.ActionInfo,System.Boolean)": "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.HomeworkHelp": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.ImplyHomeSmarter": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.ImplyMotherIsCamel": "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.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.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.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.JoinAdvancedTournament": "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.MakeFunOfUnemployment": "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.ModGame": "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.OrderCoffee": "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.PeeSelf": "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.PlayOnJungleGym": "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.PlayWithToy": "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.PracticeProgramming": "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.PutAway": "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.Puzzle": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.QuitJob": "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.ReadNewspaper": "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.TalkAboutNeighborhood": "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.TalkAboutSpicyFood": "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.ConstructorArguments": "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.GetDataKeys": "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.RequiredEmotion": "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.RequiredPersonality": "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.Texture": "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.VisitorGoHome": "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.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.#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)": "TinyLife.Actions.Behaviors.ComputerBehavior.yml",
"TinyLife.Actions.Behaviors.ComputerBehavior.Initialize": "TinyLife.Actions.Behaviors.ComputerBehavior.yml",
"TinyLife.Actions.Behaviors.ComputerBehavior.OnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.Behaviors.ComputerBehavior.yml",
"TinyLife.Actions.Behaviors.ComputerBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,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.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.#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)": "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.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.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.Active": "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.CanCancel(TinyLife.Actions.Action)": "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.MultiActionHandler": "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.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.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",
@@ -499,8 +549,8 @@
"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.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.InitializeExact(TinyLife.Actions.Action,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)": "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.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.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.CanStartNow": "TinyLife.Actions.MultiAction.yml",
"TinyLife.Actions.MultiAction.CreateFirstActions": "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.Handler": "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.PreCompleted(TinyLife.Actions.CompletionType)": "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.Validate(TinyLife.Objects.Person)": "TinyLife.Actions.MultiAction.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.CausesExtremelyFastSpeed": "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.NeedsToTakeCareOf": "TinyLife.Actions.OutOfTownAction.yml",
"TinyLife.Actions.PathfindAction": "TinyLife.Actions.PathfindAction.yml",
@@ -565,10 +621,6 @@
"TinyLife.Actions.PutAwayAction.AndThenIsCompleted": "TinyLife.Actions.PutAwayAction.yml",
"TinyLife.Actions.PutAwayAction.CreateFirstActions": "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.AndThenInitialize": "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.CreateFirstActions": "TinyLife.Actions.SitAction.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.AndThenInitialize": "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.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.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.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.EnqueuePartnerAction(TinyLife.Actions.ActionInfo)": "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.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.InvokeForBoth(System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person})": "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.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.PartnerAction": "TinyLife.Actions.SocialAction.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.Settings": "TinyLife.Actions.TalkAction.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.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.EmoteCategory": "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.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.FailEmotion": "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.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.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.FullyInProgress": "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.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.Validate(TinyLife.Objects.Person)": "TinyLife.Actions.Typeless.DeferredAction.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.DriveSpeedMultiplier": "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.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.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.#ctor(TinyLife.Actions.ActionInfo,System.Guid[])": "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.DebugLines": "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.CombinedEmotionSource": "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.HackingFail": "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.InspiredByPride": "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.PleasantInteraction": "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.ProteinShakeCreative": "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.SuccessfullyPublished": "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.ThrewAwayInsteadOfCleaning": "TinyLife.Emotions.EmotionModifier.yml",
"TinyLife.Emotions.EmotionModifier.ThriftyBoughtCheapItem": "TinyLife.Emotions.EmotionModifier.yml",
@@ -996,9 +1077,12 @@
"TinyLife.GameImpl.GraphicsMetrics": "TinyLife.GameImpl.yml",
"TinyLife.GameImpl.Instance": "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.LoadContent": "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.Money": "TinyLife.GameImpl.yml",
"TinyLife.GameImpl.OnFinishedLoading": "TinyLife.GameImpl.yml",
@@ -1308,6 +1392,31 @@
"TinyLife.Goals.TimedGoal.GetProgress": "TinyLife.Goals.TimedGoal.yml",
"TinyLife.Goals.TimedGoal.Reset": "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.Achievements": "TinyLife.LnCategory.yml",
"TinyLife.LnCategory.Actions": "TinyLife.LnCategory.yml",
@@ -1325,13 +1434,22 @@
"TinyLife.LnCategory.Skills": "TinyLife.LnCategory.yml",
"TinyLife.LnCategory.Ui": "TinyLife.LnCategory.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)": "TinyLife.Localization.yml",
"TinyLife.Localization.GetKeys(TinyLife.LnCategory)": "TinyLife.Localization.yml",
"TinyLife.Localization.LanguageNames": "TinyLife.Localization.yml",
"TinyLife.Localization.Names": "TinyLife.Localization.yml",
"TinyLife.Localization.Reload": "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.EventPhase": "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.AgeGroup": "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.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",
@@ -1459,6 +1578,7 @@
"TinyLife.Objects.Clothes.IsIncompatible": "TinyLife.Objects.Clothes.yml",
"TinyLife.Objects.Clothes.Layer": "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.NonBuyable": "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.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.HasParent": "TinyLife.Objects.Furniture.yml",
+ "TinyLife.Objects.Furniture.HasParentFurniture": "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.IsFreeSpot(Microsoft.Xna.Framework.Point)": "TinyLife.Objects.Furniture.yml",
@@ -1589,6 +1709,7 @@
"TinyLife.Objects.Furniture.OnGetDirty": "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.OnPositionChanged(Microsoft.Xna.Framework.Vector2)": "TinyLife.Objects.Furniture.yml",
"TinyLife.Objects.Furniture.OnRemoved": "TinyLife.Objects.Furniture.yml",
"TinyLife.Objects.Furniture.OnSetCreator": "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.RemoveAndUnlink": "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.Rotation": "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.VisualRotation": "TinyLife.Objects.Furniture.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.BigBush": "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.CafeDisplayCase": "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.ColorfulCandles": "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.ModernChair": "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.ModernSingleBed": "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.Register(TinyLife.Objects.FurnitureType.TypeSettings)": "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.Settings": "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.SimpleCeilingLamp": "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.SimpleDesk": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.SimpleDoubleSidedBookshelf": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.SimpleDrawer": "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.SimpleLowTable": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.SimpleNightstand": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.SimpleOpenShower": "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.SimpleSofa": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.SimpleStoneWall": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.SimpleToilet": "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.SmallBarbecue": "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.SwirlWoodworkingLamp": "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.TinyDinnerTable": "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.GetDataKeys": "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.HeldScale": "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.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.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.HoldingPerson": "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.IsFreeSpot(Microsoft.Xna.Framework.Point)": "TinyLife.Objects.MapObject.yml",
@@ -1911,6 +2041,7 @@
"TinyLife.Objects.MapObject.OnDraw": "TinyLife.Objects.MapObject.yml",
"TinyLife.Objects.MapObject.OnEventsAttachable": "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.OnUpdate": "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.ObjectCategory": "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.BartendingObject": "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.CeilingHanging": "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.Cleanable": "TinyLife.Objects.ObjectCategory.yml",
"TinyLife.Objects.ObjectCategory.CoffeeMachine": "TinyLife.Objects.ObjectCategory.yml",
"TinyLife.Objects.ObjectCategory.Computer": "TinyLife.Objects.ObjectCategory.yml",
"TinyLife.Objects.ObjectCategory.Counter": "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.DisallowedOnGround": "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.Oven": "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.Sandbox": "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.Stove": "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.Toilet": "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.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.Person)": "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.IsAttached": "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.#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",
@@ -2076,7 +2215,7 @@
"TinyLife.Objects.Person.AnimateHeldObject": "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.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.Create(TinyLife.World.Map,System.Random,TinyLife.Objects.AgeGroup)": "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.DepleteNeed(TinyLife.NeedType,System.Single,System.Single)": "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.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",
@@ -2104,15 +2244,17 @@
"TinyLife.Objects.Person.EarnMoney(System.Single,System.Object)": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.EfficiencyModifierDelegate": "TinyLife.Objects.Person.EfficiencyModifierDelegate.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.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.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.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.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.GetCurrentGoals": "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.Needs": "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.OccupyFreeActionSpot(TinyLife.Actions.ActionInfo,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})": "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},System.Boolean)": "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.OnActionsChanged": "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.StandingArmsOut": "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.WorkingSittingGround": "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.Relationships": "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.ResetToStatic(System.Boolean)": "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.SetCurrentOutfit(System.Int32)": "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.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",
@@ -2281,6 +2425,8 @@
"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.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.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",
@@ -2311,6 +2457,7 @@
"TinyLife.Objects.Visibility.WhenVisible": "TinyLife.Objects.Visibility.yml",
"TinyLife.Objects.Visibility.WhenVisibleExt": "TinyLife.Objects.Visibility.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.High": "TinyLife.Objects.VoiceStyle.yml",
"TinyLife.Objects.VoiceStyle.Low": "TinyLife.Objects.VoiceStyle.yml",
@@ -2326,7 +2473,7 @@
"TinyLife.Options": "TinyLife.Options.yml",
"TinyLife.Options.AButton": "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.BButton": "TinyLife.Options.yml",
"TinyLife.Options.BlurZoomedOut": "TinyLife.Options.yml",
@@ -2337,6 +2484,7 @@
"TinyLife.Options.CameraRotation": "TinyLife.Options.yml",
"TinyLife.Options.CameraUpKeybind": "TinyLife.Options.yml",
"TinyLife.Options.CopyFurnitureKeybind": "TinyLife.Options.yml",
+ "TinyLife.Options.CursorScale": "TinyLife.Options.yml",
"TinyLife.Options.DecreaseSpeedKeybind": "TinyLife.Options.yml",
"TinyLife.Options.GamepadCursorSpeed": "TinyLife.Options.yml",
"TinyLife.Options.GamepadScreenBorder": "TinyLife.Options.yml",
@@ -2372,6 +2520,8 @@
"TinyLife.Options.StingVolume": "TinyLife.Options.yml",
"TinyLife.Options.StoreInHouseholdKeybind": "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.TwelveHourClock": "TinyLife.Options.yml",
"TinyLife.Options.UiAnimations": "TinyLife.Options.yml",
@@ -2414,6 +2564,7 @@
"TinyLife.PersonalityType.CapableCarpenter": "TinyLife.PersonalityType.yml",
"TinyLife.PersonalityType.Category": "TinyLife.PersonalityType.yml",
"TinyLife.PersonalityType.CityNative": "TinyLife.PersonalityType.yml",
+ "TinyLife.PersonalityType.CommunicativeBaby": "TinyLife.PersonalityType.yml",
"TinyLife.PersonalityType.ComputerAddict": "TinyLife.PersonalityType.yml",
"TinyLife.PersonalityType.CreateInfoGroup(MLEM.Ui.Anchor,System.Single)": "TinyLife.PersonalityType.yml",
"TinyLife.PersonalityType.Creative": "TinyLife.PersonalityType.yml",
@@ -2438,6 +2589,7 @@
"TinyLife.PersonalityType.Outdoorsy": "TinyLife.PersonalityType.yml",
"TinyLife.PersonalityType.PerfectPainter": "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.SmartKid": "TinyLife.PersonalityType.yml",
"TinyLife.PersonalityType.SourceString": "TinyLife.PersonalityType.yml",
@@ -2452,6 +2604,16 @@
"TinyLife.PersonalityType.Types": "TinyLife.PersonalityType.yml",
"TinyLife.PersonalityType.Vegan": "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.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",
@@ -2463,6 +2625,7 @@
"TinyLife.Relationship.GetRecentSocialAmount(TinyLife.Actions.ActionType)": "TinyLife.Relationship.yml",
"TinyLife.Relationship.GetSocialEffectiveness(TinyLife.Actions.ActionType)": "TinyLife.Relationship.yml",
"TinyLife.Relationship.HadFirstKiss": "TinyLife.Relationship.yml",
+ "TinyLife.Relationship.KnownJobType": "TinyLife.Relationship.yml",
"TinyLife.Relationship.KnownPersonalityTypes": "TinyLife.Relationship.yml",
"TinyLife.Relationship.Max": "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.RomanceLevel": "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.Type": "TinyLife.Relationship.yml",
"TinyLife.Relationship.Validate(TinyLife.Objects.Person)": "TinyLife.Relationship.yml",
@@ -2485,6 +2649,11 @@
"TinyLife.RelationshipType.Enemies": "TinyLife.RelationshipType.yml",
"TinyLife.RelationshipType.Friends": "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.CreateSerializer(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.Skills": "TinyLife.Skills.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.AllIntolerances": "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.CustomTextureFunc": "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.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.NotVegan": "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.ProteinShakeMaker": "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.InvokeOnEaten(TinyLife.Actions.Action,TinyLife.Objects.FoodTypedItem)": "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.RequiredSkill": "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.SourceString": "TinyLife.Skills.FoodType.yml",
"TinyLife.Skills.FoodType.Types": "TinyLife.Skills.FoodType.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",
@@ -2575,6 +2747,7 @@
"TinyLife.Skills.Skill": "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.OnAdditionalEarnedActions": "TinyLife.Skills.Skill.yml",
"TinyLife.Skills.Skill.PointPercentage": "TinyLife.Skills.Skill.yml",
"TinyLife.Skills.Skill.PointsToNextLevel": "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.Categories": "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.Communication": "TinyLife.Skills.SkillType.yml",
"TinyLife.Skills.SkillType.Cooking": "TinyLife.Skills.SkillType.yml",
"TinyLife.Skills.SkillType.Fitness": "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.Humor": "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.Painting": "TinyLife.Skills.SkillType.yml",
+ "TinyLife.Skills.SkillType.Potty": "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.Register(TinyLife.Skills.SkillType)": "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.Types": "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.VeryPositive": "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.ColorScheme": "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.SimpleWood": "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.Transparent": "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,TinyLife.Actions.CanExecuteResult)": "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.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.GetDecorativeRating(TinyLife.Skills.Quality)": "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.GetDepth(TinyLife.Objects.ClothesLayer)": "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.Import(TinyLife.World.ExportedHousehold,System.Boolean)": "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.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.Money": "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.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.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.GetClosestRoadsidePosition(Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Vector2)": "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.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.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.GetPrice(Microsoft.Xna.Framework.Rectangle)": "TinyLife.World.RoofType.yml",
"TinyLife.World.RoofType.Icon": "TinyLife.World.RoofType.yml",
diff --git a/docs/api/TinyLife.Actions..yml b/docs/api/TinyLife.Actions..yml
deleted file mode 100644
index 31d9b1d..0000000
--- a/docs/api/TinyLife.Actions..yml
+++ /dev/null
@@ -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 and other situations where an action can fail, or fail to start, due to a specific circumstance.\nThe of the will be localized and displayed to the player if the is not or .\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
- 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()
- 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
- - 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
- nameWithType: IEquatable
- fullName: System.IEquatable
- 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)
- nameWithType: Extensions.JsonCopy(T)
- fullName: TinyLife.Utilities.Extensions.JsonCopy(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
- nameWithType: Extensions.JsonCopy
- fullName: TinyLife.Utilities.Extensions.JsonCopy
- - 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
diff --git a/docs/api/TinyLife.Actions.Action.yml b/docs/api/TinyLife.Actions.Action.yml
index de1edb0..1b04781 100644
--- a/docs/api/TinyLife.Actions.Action.yml
+++ b/docs/api/TinyLife.Actions.Action.yml
@@ -10,8 +10,9 @@ items:
- TinyLife.Actions.Action.CanCancel(TinyLife.Actions.Action)
- TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[])
- TinyLife.Actions.Action.CanEnqueueConversation(TinyLife.Objects.Person,TinyLife.Actions.ActionType)
- - TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action)
- TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action)
+ - TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action)
+ - TinyLife.Actions.Action.CanStartNow
- TinyLife.Actions.Action.CausesExtremelyFastSpeed
- TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
- TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
@@ -20,25 +21,30 @@ items:
- TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2})
- 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.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
- - 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.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.FindAllFreeWalls(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
- 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.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
- TinyLife.Actions.Action.ForceResult
- TinyLife.Actions.Action.FullyInProgress
+ - TinyLife.Actions.Action.GetChild``1(System.Guid,System.Boolean)
+ - TinyLife.Actions.Action.GetChildren(System.Boolean)
- TinyLife.Actions.Action.GetDisplayName
- TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture)
- TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
- TinyLife.Actions.Action.GetIconObject
- TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.CompletionType)
- - TinyLife.Actions.Action.GetRandomVariety(System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionVariety},TinyLife.Actions.ActionInfo)
+ - TinyLife.Actions.Action.GetRandomValidVariety(System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionVariety},TinyLife.Actions.ActionInfo)
+ - TinyLife.Actions.Action.GetSeatCategory(TinyLife.Objects.Person)
- TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot)
+ - TinyLife.Actions.Action.Id
- TinyLife.Actions.Action.Info
- TinyLife.Actions.Action.Initialize
- TinyLife.Actions.Action.InProgressTime
- TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.Person,TinyLife.Objects.Person,System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person})
- TinyLife.Actions.Action.IsCompleted
- TinyLife.Actions.Action.Map
+ - TinyLife.Actions.Action.OnChildCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
- TinyLife.Actions.Action.OnCompleted(TinyLife.Actions.CompletionType)
- TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- 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)
@@ -55,6 +61,7 @@ items:
- 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.StartedAutomatically
- TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
+ - TinyLife.Actions.Action.TryGetRandomValidVariety(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,TinyLife.Actions.ActionVariety@)
- TinyLife.Actions.Action.Type
- TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
- TinyLife.Actions.Action.Validate(TinyLife.Objects.Person)
@@ -68,7 +75,7 @@ items:
source:
remote:
path: TinyLife/Actions/Action.cs
- branch: 0.29.3-dev
+ branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Action
path: ../TinyLife/Actions/Action.cs
@@ -86,9 +93,7 @@ items:
content.vb: >-
- Public MustInherit Class Action
- Inherits JsonTypeSafeGenericDataHolder
- Implements IGenericDataHolder
+ Public MustInherit Class Action Inherits JsonTypeSafeGenericDataHolder Implements IGenericDataHolder
inheritance:
- System.Object
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder
@@ -102,6 +107,8 @@ items:
- TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction
- TinyLife.Actions.Typeless.TryGoHereAction
- TinyLife.CleanOutFridgeAction
+ - TinyLife.DebugAction
+ - TinyLife.UseDiaperAction
implements:
- MLEM.Misc.IGenericDataHolder
inheritedMembers:
@@ -122,14 +129,6 @@ items:
- type: System.Runtime.Serialization.DataContractAttribute
ctor: System.Runtime.Serialization.DataContractAttribute.#ctor
arguments: []
- modifiers.csharp:
- - public
- - abstract
- - class
- modifiers.vb:
- - Public
- - MustInherit
- - Class
- uid: TinyLife.Actions.Action.Random
commentId: F:TinyLife.Actions.Action.Random
id: Random
@@ -144,7 +143,7 @@ items:
source:
remote:
path: TinyLife/Actions/Action.cs
- branch: 0.29.3-dev
+ branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Random
path: ../TinyLife/Actions/Action.cs
@@ -159,14 +158,6 @@ items:
return:
type: System.Random
content.vb: Public Shared ReadOnly Random As Random
- modifiers.csharp:
- - public
- - static
- - readonly
- modifiers.vb:
- - Public
- - Shared
- - ReadOnly
- uid: TinyLife.Actions.Action.InProgressTime
commentId: P:TinyLife.Actions.Action.InProgressTime
id: InProgressTime
@@ -181,7 +172,7 @@ items:
source:
remote:
path: TinyLife/Actions/Action.cs
- branch: 0.29.3-dev
+ branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InProgressTime
path: ../TinyLife/Actions/Action.cs
@@ -199,14 +190,6 @@ items:
description: The amount of time that this action has properly been in progress for
content.vb: Public Overridable ReadOnly Property InProgressTime As TimeSpan
overload: TinyLife.Actions.Action.InProgressTime*
- modifiers.csharp:
- - public
- - virtual
- - get
- modifiers.vb:
- - Public
- - Overridable
- - ReadOnly
- uid: TinyLife.Actions.Action.FullyInProgress
commentId: P:TinyLife.Actions.Action.FullyInProgress
id: FullyInProgress
@@ -221,7 +204,7 @@ items:
source:
remote:
path: TinyLife/Actions/Action.cs
- branch: 0.29.3-dev
+ branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FullyInProgress
path: ../TinyLife/Actions/Action.cs
@@ -239,14 +222,6 @@ items:
description: Whether this action is fully in progress
content.vb: Public Overridable ReadOnly Property FullyInProgress As Boolean
overload: TinyLife.Actions.Action.FullyInProgress*
- modifiers.csharp:
- - public
- - virtual
- - get
- modifiers.vb:
- - Public
- - Overridable
- - ReadOnly
- uid: TinyLife.Actions.Action.Type
commentId: F:TinyLife.Actions.Action.Type
id: Type
@@ -261,7 +236,7 @@ items:
source:
remote:
path: TinyLife/Actions/Action.cs
- branch: 0.29.3-dev
+ branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Type
path: ../TinyLife/Actions/Action.cs
@@ -286,12 +261,6 @@ items:
- type: System.Runtime.Serialization.DataMemberAttribute
ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
arguments: []
- modifiers.csharp:
- - public
- - readonly
- modifiers.vb:
- - Public
- - ReadOnly
- uid: TinyLife.Actions.Action.Info
commentId: F:TinyLife.Actions.Action.Info
id: Info
@@ -306,7 +275,7 @@ items:
source:
remote:
path: TinyLife/Actions/Action.cs
- branch: 0.29.3-dev
+ branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Info
path: ../TinyLife/Actions/Action.cs
@@ -331,12 +300,43 @@ items:
- type: System.Runtime.Serialization.DataMemberAttribute
ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
arguments: []
- modifiers.csharp:
- - public
- - readonly
- modifiers.vb:
- - Public
- - ReadOnly
+- uid: TinyLife.Actions.Action.Id
+ commentId: F:TinyLife.Actions.Action.Id
+ id: Id
+ parent: TinyLife.Actions.Action
+ langs:
+ - csharp
+ - vb
+ name: Id
+ nameWithType: Action.Id
+ fullName: TinyLife.Actions.Action.Id
+ type: Field
+ source:
+ remote:
+ path: TinyLife/Actions/Action.cs
+ branch: main
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
+ id: Id
+ path: ../TinyLife/Actions/Action.cs
+ startLine: 65
+ assemblies:
+ - Tiny Life
+ namespace: TinyLife.Actions
+ syntax:
+ content: >-
+ [DataMember]
+
+ public readonly Guid Id
+ return:
+ type: System.Guid
+ content.vb: >-
+
+
+ Public ReadOnly Id As Guid
+ attributes:
+ - type: System.Runtime.Serialization.DataMemberAttribute
+ ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
+ arguments: []
- uid: TinyLife.Actions.Action.StartedAutomatically
commentId: P:TinyLife.Actions.Action.StartedAutomatically
id: StartedAutomatically
@@ -351,11 +351,11 @@ items:
source:
remote:
path: TinyLife/Actions/Action.cs
- branch: 0.29.3-dev
+ branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: StartedAutomatically
path: ../TinyLife/Actions/Action.cs
- startLine: 68
+ startLine: 70
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -372,18 +372,12 @@ items:
content.vb: >-
- Public ReadOnly Property StartedAutomatically As Boolean
+ Public Property StartedAutomatically As Boolean
overload: TinyLife.Actions.Action.StartedAutomatically*
attributes:
- type: System.Runtime.Serialization.DataMemberAttribute
ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
arguments: []
- modifiers.csharp:
- - public
- - get
- modifiers.vb:
- - Public
- - ReadOnly
- uid: TinyLife.Actions.Action.Parent
commentId: P:TinyLife.Actions.Action.Parent
id: Parent
@@ -398,29 +392,23 @@ items:
source:
remote:
path: TinyLife/Actions/Action.cs
- branch: 0.29.3-dev
+ branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Parent
path: ../TinyLife/Actions/Action.cs
- startLine: 74
+ startLine: 76
assemblies:
- Tiny Life
namespace: TinyLife.Actions
- summary: "\nThe that created or otherwise owns this action.\nThis is nonnull if this action is part of a or .\n"
+ summary: "\nThe that created or otherwise owns this action, which also means this action will be part of the parent's .\nThis is nonnull if this action is part of a or .\n"
example: []
syntax:
content: public Action Parent { get; }
parameters: []
return:
type: TinyLife.Actions.Action
- content.vb: Public ReadOnly Property Parent As Action
+ content.vb: Public Property Parent As Action
overload: TinyLife.Actions.Action.Parent*
- modifiers.csharp:
- - public
- - get
- modifiers.vb:
- - Public
- - ReadOnly
- uid: TinyLife.Actions.Action.Map
commentId: P:TinyLife.Actions.Action.Map
id: Map
@@ -435,11 +423,11 @@ items:
source:
remote:
path: TinyLife/Actions/Action.cs
- branch: 0.29.3-dev
+ branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Map
path: ../TinyLife/Actions/Action.cs
- startLine: 78
+ startLine: 80
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -452,12 +440,6 @@ items:
type: TinyLife.World.Map
content.vb: Public ReadOnly Property Map As Map
overload: TinyLife.Actions.Action.Map*
- modifiers.csharp:
- - public
- - get
- modifiers.vb:
- - Public
- - ReadOnly
- uid: TinyLife.Actions.Action.Person
commentId: P:TinyLife.Actions.Action.Person
id: Person
@@ -472,11 +454,11 @@ items:
source:
remote:
path: TinyLife/Actions/Action.cs
- branch: 0.29.3-dev
+ branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Person
path: ../TinyLife/Actions/Action.cs
- startLine: 82
+ startLine: 84
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -489,12 +471,6 @@ items:
type: TinyLife.Objects.Person
content.vb: Public ReadOnly Property Person As Person
overload: TinyLife.Actions.Action.Person*
- modifiers.csharp:
- - public
- - get
- modifiers.vb:
- - Public
- - ReadOnly
- uid: TinyLife.Actions.Action.ElapsedTime
commentId: P:TinyLife.Actions.Action.ElapsedTime
id: ElapsedTime
@@ -509,11 +485,11 @@ items:
source:
remote:
path: TinyLife/Actions/Action.cs
- branch: 0.29.3-dev
+ branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ElapsedTime
path: ../TinyLife/Actions/Action.cs
- startLine: 86
+ startLine: 88
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -536,14 +512,6 @@ items:
- type: System.Runtime.Serialization.DataMemberAttribute
ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
arguments: []
- modifiers.csharp:
- - public
- - get
- - protected set
- modifiers.vb:
- - Public
- - Get
- - Protected Set
- uid: TinyLife.Actions.Action.PlayerPromptOpen
commentId: P:TinyLife.Actions.Action.PlayerPromptOpen
id: PlayerPromptOpen
@@ -558,11 +526,11 @@ items:
source:
remote:
path: TinyLife/Actions/Action.cs
- branch: 0.29.3-dev
+ branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PlayerPromptOpen
path: ../TinyLife/Actions/Action.cs
- startLine: 92
+ startLine: 94
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -573,14 +541,8 @@ items:
parameters: []
return:
type: System.Boolean
- content.vb: Public ReadOnly Property PlayerPromptOpen As Boolean
+ content.vb: Public Property PlayerPromptOpen As Boolean
overload: TinyLife.Actions.Action.PlayerPromptOpen*
- modifiers.csharp:
- - public
- - get
- modifiers.vb:
- - Public
- - ReadOnly
- uid: TinyLife.Actions.Action.ForceResult
commentId: F:TinyLife.Actions.Action.ForceResult
id: ForceResult
@@ -595,11 +557,11 @@ items:
source:
remote:
path: TinyLife/Actions/Action.cs
- branch: 0.29.3-dev
+ branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ForceResult
path: ../TinyLife/Actions/Action.cs
- startLine: 98
+ startLine: 102
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -610,10 +572,6 @@ items:
return:
type: System.Nullable{TinyLife.Actions.CompletionType}
content.vb: Protected ForceResult As CompletionType?
- modifiers.csharp:
- - protected
- modifiers.vb:
- - Protected
- uid: TinyLife.Actions.Action.#ctor(TinyLife.Actions.ActionInfo)
commentId: M:TinyLife.Actions.Action.#ctor(TinyLife.Actions.ActionInfo)
id: '#ctor(TinyLife.Actions.ActionInfo)'
@@ -628,11 +586,11 @@ items:
source:
remote:
path: TinyLife/Actions/Action.cs
- branch: 0.29.3-dev
+ branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/Action.cs
- startLine: 109
+ startLine: 113
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -646,10 +604,9 @@ items:
description: The information for this action.
content.vb: Protected Sub New(info As ActionInfo)
overload: TinyLife.Actions.Action.#ctor*
- modifiers.csharp:
- - protected
- modifiers.vb:
- - Protected
+ nameWithType.vb: Action.New(ActionInfo)
+ fullName.vb: TinyLife.Actions.Action.New(TinyLife.Actions.ActionInfo)
+ name.vb: New(ActionInfo)
- uid: TinyLife.Actions.Action.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
commentId: M:TinyLife.Actions.Action.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
id: '#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)'
@@ -664,11 +621,11 @@ items:
source:
remote:
path: TinyLife/Actions/Action.cs
- branch: 0.29.3-dev
+ branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/Action.cs
- startLine: 118
+ startLine: 122
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -685,10 +642,9 @@ items:
description: The information for this action.
content.vb: Protected Sub New(type As ActionType, info As ActionInfo)
overload: TinyLife.Actions.Action.#ctor*
- modifiers.csharp:
- - protected
- modifiers.vb:
- - Protected
+ nameWithType.vb: Action.New(ActionType, ActionInfo)
+ fullName.vb: TinyLife.Actions.Action.New(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo)
+ name.vb: New(ActionType, ActionInfo)
- uid: TinyLife.Actions.Action.Initialize
commentId: M:TinyLife.Actions.Action.Initialize
id: Initialize
@@ -703,11 +659,11 @@ items:
source:
remote:
path: TinyLife/Actions/Action.cs
- branch: 0.29.3-dev
+ branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Initialize
path: ../TinyLife/Actions/Action.cs
- startLine: 128
+ startLine: 132
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -715,14 +671,8 @@ items:
example: []
syntax:
content: public virtual void Initialize()
- content.vb: Public Overridable Sub Initialize
+ content.vb: Public Overridable Sub Initialize()
overload: TinyLife.Actions.Action.Initialize*
- modifiers.csharp:
- - public
- - virtual
- modifiers.vb:
- - Public
- - Overridable
- uid: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
commentId: M:TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
@@ -730,18 +680,18 @@ items:
langs:
- csharp
- vb
- name: Update(GameTime, TimeSpan, Single)
- nameWithType: Action.Update(GameTime, TimeSpan, Single)
- fullName: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
+ name: Update(GameTime, TimeSpan, float)
+ nameWithType: Action.Update(GameTime, TimeSpan, float)
+ fullName: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
type: Method
source:
remote:
path: TinyLife/Actions/Action.cs
- branch: 0.29.3-dev
+ branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: ../TinyLife/Actions/Action.cs
- startLine: 137
+ startLine: 141
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -761,12 +711,9 @@ items:
description: The game speed multiplier, which represents how fast things should happen, which is usually determined by
content.vb: Public Overridable Sub Update(time As GameTime, passedInGame As TimeSpan, speedMultiplier As Single)
overload: TinyLife.Actions.Action.Update*
- modifiers.csharp:
- - public
- - virtual
- modifiers.vb:
- - Public
- - Overridable
+ nameWithType.vb: Action.Update(GameTime, TimeSpan, Single)
+ fullName.vb: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, Single)
+ name.vb: Update(GameTime, TimeSpan, Single)
- uid: TinyLife.Actions.Action.IsCompleted
commentId: M:TinyLife.Actions.Action.IsCompleted
id: IsCompleted
@@ -781,11 +728,11 @@ items:
source:
remote:
path: TinyLife/Actions/Action.cs
- branch: 0.29.3-dev
+ branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsCompleted
path: ../TinyLife/Actions/Action.cs
- startLine: 155
+ startLine: 159
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -796,14 +743,8 @@ items:
return:
type: TinyLife.Actions.CompletionType
description: The current completion type of this action
- content.vb: Public Overridable Function IsCompleted As CompletionType
+ content.vb: Public Overridable Function IsCompleted() As CompletionType
overload: TinyLife.Actions.Action.IsCompleted*
- modifiers.csharp:
- - public
- - virtual
- modifiers.vb:
- - Public
- - Overridable
- uid: TinyLife.Actions.Action.OnCompleted(TinyLife.Actions.CompletionType)
commentId: M:TinyLife.Actions.Action.OnCompleted(TinyLife.Actions.CompletionType)
id: OnCompleted(TinyLife.Actions.CompletionType)
@@ -818,11 +759,11 @@ items:
source:
remote:
path: TinyLife/Actions/Action.cs
- branch: 0.29.3-dev
+ branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted
path: ../TinyLife/Actions/Action.cs
- startLine: 165
+ startLine: 169
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -836,12 +777,6 @@ items:
description: The type that this action completed with
content.vb: Public Overridable Sub OnCompleted(type As CompletionType)
overload: TinyLife.Actions.Action.OnCompleted*
- modifiers.csharp:
- - public
- - virtual
- modifiers.vb:
- - Public
- - Overridable
- uid: TinyLife.Actions.Action.Validate(TinyLife.Objects.Person)
commentId: M:TinyLife.Actions.Action.Validate(TinyLife.Objects.Person)
id: Validate(TinyLife.Objects.Person)
@@ -856,11 +791,11 @@ items:
source:
remote:
path: TinyLife/Actions/Action.cs
- branch: 0.29.3-dev
+ branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: ../TinyLife/Actions/Action.cs
- startLine: 183
+ startLine: 188
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -877,12 +812,6 @@ items:
description: Whether or not the action is still valid (or if it has invalid data)
content.vb: Public Overridable Function Validate(person As Person) As Boolean
overload: TinyLife.Actions.Action.Validate*
- modifiers.csharp:
- - public
- - virtual
- modifiers.vb:
- - Public
- - Overridable
- uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
commentId: M:TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
id: TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
@@ -890,18 +819,18 @@ items:
langs:
- csharp
- vb
- name: TryForceResult(CompletionType, Nullable, MapObject)
- nameWithType: Action.TryForceResult(CompletionType, Nullable, MapObject)
- fullName: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType, System.Nullable, TinyLife.Objects.MapObject)
+ name: TryForceResult(CompletionType, CanExecuteResult?, MapObject)
+ nameWithType: Action.TryForceResult(CompletionType, CanExecuteResult?, MapObject)
+ fullName: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType, TinyLife.Actions.CanExecuteResult?, TinyLife.Objects.MapObject)
type: Method
source:
remote:
path: TinyLife/Actions/Action.cs
- branch: 0.29.3-dev
+ branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TryForceResult
path: ../TinyLife/Actions/Action.cs
- startLine: 196
+ startLine: 201
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -924,15 +853,6 @@ items:
description: Whether this action was successfully forced to fail (if returning true, should also be set to true).
content.vb: Public Overridable Function TryForceResult(result As CompletionType, reason As CanExecuteResult? = Nothing, source As MapObject = Nothing) As Boolean
overload: TinyLife.Actions.Action.TryForceResult*
- nameWithType.vb: Action.TryForceResult(CompletionType, Nullable(Of CanExecuteResult), MapObject)
- modifiers.csharp:
- - public
- - virtual
- modifiers.vb:
- - Public
- - Overridable
- fullName.vb: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType, System.Nullable(Of TinyLife.Actions.CanExecuteResult), TinyLife.Objects.MapObject)
- name.vb: TryForceResult(CompletionType, Nullable(Of CanExecuteResult), MapObject)
- uid: TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action)
commentId: M:TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action)
id: CanMultitask(TinyLife.Actions.Action)
@@ -947,11 +867,11 @@ items:
source:
remote:
path: TinyLife/Actions/Action.cs
- branch: 0.29.3-dev
+ branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanMultitask
path: ../TinyLife/Actions/Action.cs
- startLine: 214
+ startLine: 219
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -968,12 +888,34 @@ items:
description: Whether this action can be multi-tasked
content.vb: Public Overridable Function CanMultitask(other As Action) As Boolean
overload: TinyLife.Actions.Action.CanMultitask*
- modifiers.csharp:
- - public
- - virtual
- modifiers.vb:
- - Public
- - Overridable
+- uid: TinyLife.Actions.Action.CanStartNow
+ commentId: M:TinyLife.Actions.Action.CanStartNow
+ id: CanStartNow
+ parent: TinyLife.Actions.Action
+ langs:
+ - csharp
+ - vb
+ name: CanStartNow()
+ nameWithType: Action.CanStartNow()
+ fullName: TinyLife.Actions.Action.CanStartNow()
+ type: Method
+ source:
+ remote:
+ path: TinyLife/Actions/Action.cs
+ branch: main
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
+ id: CanStartNow
+ path: ../TinyLife/Actions/Action.cs
+ startLine: 223
+ assemblies:
+ - Tiny Life
+ namespace: TinyLife.Actions
+ syntax:
+ content: public virtual bool CanStartNow()
+ return:
+ type: System.Boolean
+ content.vb: Public Overridable Function CanStartNow() As Boolean
+ overload: TinyLife.Actions.Action.CanStartNow*
- uid: TinyLife.Actions.Action.CanCancel(TinyLife.Actions.Action)
commentId: M:TinyLife.Actions.Action.CanCancel(TinyLife.Actions.Action)
id: CanCancel(TinyLife.Actions.Action)
@@ -988,11 +930,11 @@ items:
source:
remote:
path: TinyLife/Actions/Action.cs
- branch: 0.29.3-dev
+ branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanCancel
path: ../TinyLife/Actions/Action.cs
- startLine: 225
+ startLine: 234
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -1009,12 +951,6 @@ items:
description: true if the action can be canceled
content.vb: Public Overridable Function CanCancel(cancelSource As Action) As Boolean
overload: TinyLife.Actions.Action.CanCancel*
- modifiers.csharp:
- - public
- - virtual
- modifiers.vb:
- - Public
- - Overridable
- uid: TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.CompletionType)
commentId: M:TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.CompletionType)
id: GetNextAction(TinyLife.Actions.CompletionType)
@@ -1029,11 +965,11 @@ items:
source:
remote:
path: TinyLife/Actions/Action.cs
- branch: 0.29.3-dev
+ branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetNextAction
path: ../TinyLife/Actions/Action.cs
- startLine: 236
+ startLine: 245
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -1050,12 +986,6 @@ items:
description: The follow-up action
content.vb: Public Overridable Function GetNextAction(completion As CompletionType) As Action
overload: TinyLife.Actions.Action.GetNextAction*
- modifiers.csharp:
- - public
- - virtual
- modifiers.vb:
- - Public
- - Overridable
- uid: TinyLife.Actions.Action.GetIconObject
commentId: M:TinyLife.Actions.Action.GetIconObject
id: GetIconObject
@@ -1070,11 +1000,11 @@ items:
source:
remote:
path: TinyLife/Actions/Action.cs
- branch: 0.29.3-dev
+ branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetIconObject
path: ../TinyLife/Actions/Action.cs
- startLine: 246
+ startLine: 255
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -1085,14 +1015,8 @@ items:
return:
type: TinyLife.Objects.MapObject
description: The icon object
- content.vb: Public Overridable Function GetIconObject As MapObject
+ content.vb: Public Overridable Function GetIconObject() As MapObject
overload: TinyLife.Actions.Action.GetIconObject*
- modifiers.csharp:
- - public
- - virtual
- modifiers.vb:
- - Public
- - Overridable
- uid: TinyLife.Actions.Action.CausesExtremelyFastSpeed
commentId: M:TinyLife.Actions.Action.CausesExtremelyFastSpeed
id: CausesExtremelyFastSpeed
@@ -1107,11 +1031,11 @@ items:
source:
remote:
path: TinyLife/Actions/Action.cs
- branch: 0.29.3-dev
+ branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CausesExtremelyFastSpeed
path: ../TinyLife/Actions/Action.cs
- startLine: 255
+ startLine: 264
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -1122,14 +1046,8 @@ items:
return:
type: System.Boolean
description: Whether the extremely fast speed should be available
- content.vb: Public Overridable Function CausesExtremelyFastSpeed As Boolean
+ content.vb: Public Overridable Function CausesExtremelyFastSpeed() As Boolean
overload: TinyLife.Actions.Action.CausesExtremelyFastSpeed*
- modifiers.csharp:
- - public
- - virtual
- modifiers.vb:
- - Public
- - Overridable
- uid: TinyLife.Actions.Action.GetDisplayName
commentId: M:TinyLife.Actions.Action.GetDisplayName
id: GetDisplayName
@@ -1144,11 +1062,11 @@ items:
source:
remote:
path: TinyLife/Actions/Action.cs
- branch: 0.29.3-dev
+ branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDisplayName
path: ../TinyLife/Actions/Action.cs
- startLine: 264
+ startLine: 273
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -1159,14 +1077,8 @@ items:
return:
type: System.String
description: This action's display name
- content.vb: Public Overridable Function GetDisplayName As String
+ content.vb: Public Overridable Function GetDisplayName() As String
overload: TinyLife.Actions.Action.GetDisplayName*
- modifiers.csharp:
- - public
- - virtual
- modifiers.vb:
- - Public
- - Overridable
- uid: TinyLife.Actions.Action.CanEnqueueConversation(TinyLife.Objects.Person,TinyLife.Actions.ActionType)
commentId: M:TinyLife.Actions.Action.CanEnqueueConversation(TinyLife.Objects.Person,TinyLife.Actions.ActionType)
id: CanEnqueueConversation(TinyLife.Objects.Person,TinyLife.Actions.ActionType)
@@ -1181,11 +1093,11 @@ items:
source:
remote:
path: TinyLife/Actions/Action.cs
- branch: 0.29.3-dev
+ branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanEnqueueConversation
path: ../TinyLife/Actions/Action.cs
- startLine: 276
+ startLine: 285
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -1205,12 +1117,42 @@ items:
description: Whether or not enqueueing a social action is possible.
content.vb: Public Overridable Function CanEnqueueConversation(person As Person, type As ActionType) As Boolean
overload: TinyLife.Actions.Action.CanEnqueueConversation*
- modifiers.csharp:
- - public
- - virtual
- modifiers.vb:
- - Public
- - Overridable
+- uid: TinyLife.Actions.Action.OnChildCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
+ commentId: M:TinyLife.Actions.Action.OnChildCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
+ id: OnChildCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
+ parent: TinyLife.Actions.Action
+ langs:
+ - csharp
+ - vb
+ name: OnChildCompleted(Action, CompletionType, bool)
+ nameWithType: Action.OnChildCompleted(Action, CompletionType, bool)
+ fullName: TinyLife.Actions.Action.OnChildCompleted(TinyLife.Actions.Action, TinyLife.Actions.CompletionType, bool)
+ type: Method
+ source:
+ remote:
+ path: TinyLife/Actions/Action.cs
+ branch: main
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
+ id: OnChildCompleted
+ path: ../TinyLife/Actions/Action.cs
+ startLine: 289
+ assemblies:
+ - Tiny Life
+ namespace: TinyLife.Actions
+ syntax:
+ content: protected virtual void OnChildCompleted(Action child, CompletionType type, bool grandchild)
+ parameters:
+ - id: child
+ type: TinyLife.Actions.Action
+ - id: type
+ type: TinyLife.Actions.CompletionType
+ - id: grandchild
+ type: System.Boolean
+ content.vb: Protected Overridable Sub OnChildCompleted(child As Action, type As CompletionType, grandchild As Boolean)
+ overload: TinyLife.Actions.Action.OnChildCompleted*
+ nameWithType.vb: Action.OnChildCompleted(Action, CompletionType, Boolean)
+ fullName.vb: TinyLife.Actions.Action.OnChildCompleted(TinyLife.Actions.Action, TinyLife.Actions.CompletionType, Boolean)
+ name.vb: OnChildCompleted(Action, CompletionType, Boolean)
- uid: 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)
commentId: M: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)
id: 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)
@@ -1218,18 +1160,18 @@ items:
langs:
- csharp
- vb
- name: OpenPlayerPrompt(String, Predicate, Action, Boolean, Func>, TextureRegion)
- nameWithType: Action.OpenPlayerPrompt(String, Predicate, Action, Boolean, Func>, TextureRegion)
- fullName: TinyLife.Actions.Action.OpenPlayerPrompt(System.String, System.Predicate, System.Action, System.Boolean, System.Func>, MLEM.Textures.TextureRegion)
+ name: OpenPlayerPrompt(string, Predicate, Action, bool, Func>, TextureRegion)
+ nameWithType: Action.OpenPlayerPrompt(string, Predicate, Action, bool, Func>, TextureRegion)
+ fullName: TinyLife.Actions.Action.OpenPlayerPrompt(string, System.Predicate, System.Action, bool, System.Func>, MLEM.Textures.TextureRegion)
type: Method
source:
remote:
path: TinyLife/Actions/Action.cs
- branch: 0.29.3-dev
+ branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OpenPlayerPrompt
path: ../TinyLife/Actions/Action.cs
- startLine: 292
+ startLine: 305
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -1265,11 +1207,7 @@ items:
commentId: T:System.InvalidOperationException
description: Thrown if this action's is not part of the .
nameWithType.vb: Action.OpenPlayerPrompt(String, Predicate(Of Panel), Action(Of Panel), Boolean, Func(Of CoveringGroup, IEnumerable(Of Element)), TextureRegion)
- modifiers.csharp:
- - public
- modifiers.vb:
- - Public
- fullName.vb: TinyLife.Actions.Action.OpenPlayerPrompt(System.String, System.Predicate(Of MLEM.Ui.Elements.Panel), System.Action(Of MLEM.Ui.Elements.Panel), System.Boolean, System.Func(Of TinyLife.Uis.CoveringGroup, System.Collections.Generic.IEnumerable(Of MLEM.Ui.Elements.Element)), MLEM.Textures.TextureRegion)
+ fullName.vb: TinyLife.Actions.Action.OpenPlayerPrompt(String, System.Predicate(Of MLEM.Ui.Elements.Panel), System.Action(Of MLEM.Ui.Elements.Panel), Boolean, System.Func(Of TinyLife.Uis.CoveringGroup, System.Collections.Generic.IEnumerable(Of MLEM.Ui.Elements.Element)), MLEM.Textures.TextureRegion)
name.vb: OpenPlayerPrompt(String, Predicate(Of Panel), Action(Of Panel), Boolean, Func(Of CoveringGroup, IEnumerable(Of Element)), TextureRegion)
- uid: TinyLife.Actions.Action.OpenYesNoPrompt(System.String,System.Action,System.Action,MLEM.Textures.TextureRegion)
commentId: M:TinyLife.Actions.Action.OpenYesNoPrompt(System.String,System.Action,System.Action,MLEM.Textures.TextureRegion)
@@ -1278,18 +1216,18 @@ items:
langs:
- csharp
- vb
- name: OpenYesNoPrompt(String, Action, Action, TextureRegion)
- nameWithType: Action.OpenYesNoPrompt(String, Action, Action, TextureRegion)
- fullName: TinyLife.Actions.Action.OpenYesNoPrompt(System.String, System.Action, System.Action, MLEM.Textures.TextureRegion)
+ name: OpenYesNoPrompt(string, Action, Action, TextureRegion)
+ nameWithType: Action.OpenYesNoPrompt(string, Action, Action, TextureRegion)
+ fullName: TinyLife.Actions.Action.OpenYesNoPrompt(string, System.Action, System.Action, MLEM.Textures.TextureRegion)
type: Method
source:
remote:
path: TinyLife/Actions/Action.cs
- branch: 0.29.3-dev
+ branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OpenYesNoPrompt
path: ../TinyLife/Actions/Action.cs
- startLine: 327
+ startLine: 340
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -1314,10 +1252,9 @@ items:
type: TinyLife.Uis.CoveringGroup
content.vb: Public Function OpenYesNoPrompt(title As String, onYes As Action, onNo As Action = Nothing, portrait As TextureRegion = Nothing) As CoveringGroup
overload: TinyLife.Actions.Action.OpenYesNoPrompt*
- modifiers.csharp:
- - public
- modifiers.vb:
- - Public
+ nameWithType.vb: Action.OpenYesNoPrompt(String, Action, Action, TextureRegion)
+ fullName.vb: TinyLife.Actions.Action.OpenYesNoPrompt(String, System.Action, System.Action, MLEM.Textures.TextureRegion)
+ name.vb: OpenYesNoPrompt(String, Action, Action, TextureRegion)
- uid: TinyLife.Actions.Action.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String,MLEM.Textures.TextureRegion)
commentId: M:TinyLife.Actions.Action.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String,MLEM.Textures.TextureRegion)
id: OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String,MLEM.Textures.TextureRegion)
@@ -1325,18 +1262,18 @@ items:
langs:
- csharp
- vb
- name: OpenTextPrompt(String, Action, Predicate, TextField.Rule, String, TextureRegion)
- nameWithType: Action.OpenTextPrompt(String, Action, Predicate, TextField.Rule, String, TextureRegion)
- fullName: TinyLife.Actions.Action.OpenTextPrompt(System.String, System.Action, System.Predicate, MLEM.Ui.Elements.TextField.Rule, System.String, MLEM.Textures.TextureRegion)
+ name: OpenTextPrompt(string, Action, Predicate, Rule, string, TextureRegion)
+ nameWithType: Action.OpenTextPrompt(string, Action, Predicate, TextField.Rule, string, TextureRegion)
+ fullName: TinyLife.Actions.Action.OpenTextPrompt(string, System.Action, System.Predicate, MLEM.Ui.Elements.TextField.Rule, string, MLEM.Textures.TextureRegion)
type: Method
source:
remote:
path: TinyLife/Actions/Action.cs
- branch: 0.29.3-dev
+ branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OpenTextPrompt
path: ../TinyLife/Actions/Action.cs
- startLine: 355
+ startLine: 368
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -1368,12 +1305,8 @@ items:
content.vb: Public Function OpenTextPrompt(title As String, onFinished As Action(Of String), isNameValid As Predicate(Of String) = Nothing, rule As TextField.Rule = Nothing, defaultText As String = Nothing, portrait As TextureRegion = Nothing) As CoveringGroup
overload: TinyLife.Actions.Action.OpenTextPrompt*
nameWithType.vb: Action.OpenTextPrompt(String, Action(Of String), Predicate(Of String), TextField.Rule, String, TextureRegion)
- modifiers.csharp:
- - public
- modifiers.vb:
- - Public
- fullName.vb: TinyLife.Actions.Action.OpenTextPrompt(System.String, System.Action(Of System.String), System.Predicate(Of System.String), MLEM.Ui.Elements.TextField.Rule, System.String, MLEM.Textures.TextureRegion)
- name.vb: OpenTextPrompt(String, Action(Of String), Predicate(Of String), TextField.Rule, String, TextureRegion)
+ fullName.vb: TinyLife.Actions.Action.OpenTextPrompt(String, System.Action(Of String), System.Predicate(Of String), MLEM.Ui.Elements.TextField.Rule, String, MLEM.Textures.TextureRegion)
+ name.vb: OpenTextPrompt(String, Action(Of String), Predicate(Of String), Rule, String, TextureRegion)
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
id: OpenChoicePrompt(TinyLife.ChoicePromptInfo)
@@ -1388,11 +1321,11 @@ items:
source:
remote:
path: TinyLife/Actions/Action.cs
- branch: 0.29.3-dev
+ branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OpenChoicePrompt
path: ../TinyLife/Actions/Action.cs
- startLine: 368
+ startLine: 381
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -1409,10 +1342,6 @@ items:
description: The that contains the choice prompt.
content.vb: Public Function OpenChoicePrompt(info As ChoicePromptInfo) As CoveringGroup
overload: TinyLife.Actions.Action.OpenChoicePrompt*
- modifiers.csharp:
- - public
- modifiers.vb:
- - Public
- uid: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
commentId: M:TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
id: SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
@@ -1420,18 +1349,18 @@ items:
langs:
- csharp
- vb
- name: SpeakAlone(GameTime, Single, EmoteCategory, SpeakStyle, Int32)
- nameWithType: Action.SpeakAlone(GameTime, Single, EmoteCategory, SpeakStyle, Int32)
- fullName: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime, System.Single, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Int32)
+ name: SpeakAlone(GameTime, float, EmoteCategory, SpeakStyle, int)
+ nameWithType: Action.SpeakAlone(GameTime, float, EmoteCategory, SpeakStyle, int)
+ fullName: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime, float, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, int)
type: Method
source:
remote:
path: TinyLife/Actions/Action.cs
- branch: 0.29.3-dev
+ branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SpeakAlone
path: ../TinyLife/Actions/Action.cs
- startLine: 383
+ startLine: 396
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -1460,10 +1389,9 @@ items:
description: Whether all emotes were succesfully displayed. This method only returns true if totalAmount
is less than the default value
content.vb: Public Function SpeakAlone(time As GameTime, speedMultiplier As Single, emoteCategories As EmoteCategory, speakStyles As SpeakStyle, totalAmount As Integer = 2147483647) As Boolean
overload: TinyLife.Actions.Action.SpeakAlone*
- modifiers.csharp:
- - public
- modifiers.vb:
- - Public
+ nameWithType.vb: Action.SpeakAlone(GameTime, Single, EmoteCategory, SpeakStyle, Integer)
+ fullName.vb: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime, Single, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, Integer)
+ name.vb: SpeakAlone(GameTime, Single, EmoteCategory, SpeakStyle, Integer)
- uid: 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)
commentId: M: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)
id: 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)
@@ -1471,18 +1399,18 @@ items:
langs:
- csharp
- vb
- name: SpeakInConversation(Person, GameTime, Single, EmoteCategory, SpeakStyle, Nullable, Nullable, Int32)
- nameWithType: Action.SpeakInConversation(Person, GameTime, Single, EmoteCategory, SpeakStyle, Nullable, Nullable, Int32)
- fullName: TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person, Microsoft.Xna.Framework.GameTime, System.Single, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Nullable, System.Nullable, System.Int32)
+ name: SpeakInConversation(Person, GameTime, float, EmoteCategory, SpeakStyle, EmoteCategory?, SpeakStyle?, int)
+ nameWithType: Action.SpeakInConversation(Person, GameTime, float, EmoteCategory, SpeakStyle, EmoteCategory?, SpeakStyle?, int)
+ fullName: TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person, Microsoft.Xna.Framework.GameTime, float, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, TinyLife.Actions.EmoteCategory?, TinyLife.Objects.SpeakStyle?, int)
type: Method
source:
remote:
path: TinyLife/Actions/Action.cs
- branch: 0.29.3-dev
+ branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SpeakInConversation
path: ../TinyLife/Actions/Action.cs
- startLine: 400
+ startLine: 413
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -1520,13 +1448,9 @@ items:
description: If totalAmount
is set, true is returned if the emote back-and-forth is completed
content.vb: Public Function SpeakInConversation(partner As Person, time As GameTime, speedMultiplier As Single, emoteCategories As EmoteCategory, speakStyles As SpeakStyle, partnerEmoteCategories As EmoteCategory? = Nothing, partnerSpeakStyles As SpeakStyle? = Nothing, totalAmount As Integer = 2147483647) As Boolean
overload: TinyLife.Actions.Action.SpeakInConversation*
- nameWithType.vb: Action.SpeakInConversation(Person, GameTime, Single, EmoteCategory, SpeakStyle, Nullable(Of EmoteCategory), Nullable(Of SpeakStyle), Int32)
- modifiers.csharp:
- - public
- modifiers.vb:
- - Public
- fullName.vb: TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person, Microsoft.Xna.Framework.GameTime, System.Single, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Nullable(Of TinyLife.Actions.EmoteCategory), System.Nullable(Of TinyLife.Objects.SpeakStyle), System.Int32)
- name.vb: SpeakInConversation(Person, GameTime, Single, EmoteCategory, SpeakStyle, Nullable(Of EmoteCategory), Nullable(Of SpeakStyle), Int32)
+ nameWithType.vb: Action.SpeakInConversation(Person, GameTime, Single, EmoteCategory, SpeakStyle, EmoteCategory?, SpeakStyle?, Integer)
+ fullName.vb: TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person, Microsoft.Xna.Framework.GameTime, Single, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, TinyLife.Actions.EmoteCategory?, TinyLife.Objects.SpeakStyle?, Integer)
+ name.vb: SpeakInConversation(Person, GameTime, Single, EmoteCategory, SpeakStyle, EmoteCategory?, SpeakStyle?, Integer)
- uid: TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
commentId: M:TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
id: FacePartner(TinyLife.Objects.Person)
@@ -1541,15 +1465,15 @@ items:
source:
remote:
path: TinyLife/Actions/Action.cs
- branch: 0.29.3-dev
+ branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FacePartner
path: ../TinyLife/Actions/Action.cs
- startLine: 411
+ startLine: 424
assemblies:
- Tiny Life
namespace: TinyLife.Actions
- summary: "\nA utility method that causes this action's to face in the direction of the given partner
.\nThis method returns if the is occupying a furniture object, or if they're standing in the same location as the partner
.\n"
+ summary: "\nA utility method that causes this action's to face in the direction of the given partner
.\nThis method returns false if the is occupying a furniture object, or if they're standing in the same location as the partner
.\n"
example: []
syntax:
content: public bool FacePartner(Person partner)
@@ -1561,10 +1485,6 @@ items:
description: Whether it was possible to face in the partner's direction.
content.vb: Public Function FacePartner(partner As Person) As Boolean
overload: TinyLife.Actions.Action.FacePartner*
- modifiers.csharp:
- - public
- modifiers.vb:
- - Public
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
id: CompleteIfNeedFull(TinyLife.NeedType)
@@ -1579,11 +1499,11 @@ items:
source:
remote:
path: TinyLife/Actions/Action.cs
- branch: 0.29.3-dev
+ branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CompleteIfNeedFull
path: ../TinyLife/Actions/Action.cs
- startLine: 425
+ startLine: 438
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -1600,10 +1520,6 @@ items:
description: The appropriate completion type
content.vb: Public Function CompleteIfNeedFull(type As NeedType) As CompletionType
overload: TinyLife.Actions.Action.CompleteIfNeedFull*
- modifiers.csharp:
- - public
- modifiers.vb:
- - Public
- uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
commentId: M:TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
id: CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
@@ -1611,25 +1527,25 @@ items:
langs:
- csharp
- vb
- name: CompleteIfTimeUp(TimeSpan, Boolean, SkillType, Single, Boolean)
- nameWithType: Action.CompleteIfTimeUp(TimeSpan, Boolean, SkillType, Single, Boolean)
- fullName: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan, System.Boolean, TinyLife.Skills.SkillType, System.Single, System.Boolean)
+ name: CompleteIfTimeUp(TimeSpan, bool, SkillType, float, bool)
+ nameWithType: Action.CompleteIfTimeUp(TimeSpan, bool, SkillType, float, bool)
+ fullName: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan, bool, TinyLife.Skills.SkillType, float, bool)
type: Method
source:
remote:
path: TinyLife/Actions/Action.cs
- branch: 0.29.3-dev
+ branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CompleteIfTimeUp
path: ../TinyLife/Actions/Action.cs
- startLine: 439
+ startLine: 452
assemblies:
- Tiny Life
namespace: TinyLife.Actions
summary: "\nA helper method that returns if the given time
has passed.\nThis method makes use of to return true faster or slower based on the person's current mood and skill levels.\n"
example: []
syntax:
- content: public CompletionType CompleteIfTimeUp(TimeSpan time, bool efficiencyMatters = false, SkillType skill = null, float levelModifier = 0.1F, bool autoOnly = false)
+ content: public CompletionType CompleteIfTimeUp(TimeSpan time, bool efficiencyMatters = false, SkillType skill = null, float levelModifier = 0.1, bool autoOnly = false)
parameters:
- id: time
type: System.TimeSpan
@@ -1649,12 +1565,11 @@ items:
return:
type: TinyLife.Actions.CompletionType
description: if the time has passed, otherwise
- content.vb: Public Function CompleteIfTimeUp(time As TimeSpan, efficiencyMatters As Boolean = False, skill As SkillType = Nothing, levelModifier As Single = 0.1F, autoOnly As Boolean = False) As CompletionType
+ content.vb: Public Function CompleteIfTimeUp(time As TimeSpan, efficiencyMatters As Boolean = False, skill As SkillType = Nothing, levelModifier As Single = 0.1, autoOnly As Boolean = False) As CompletionType
overload: TinyLife.Actions.Action.CompleteIfTimeUp*
- modifiers.csharp:
- - public
- modifiers.vb:
- - Public
+ nameWithType.vb: Action.CompleteIfTimeUp(TimeSpan, Boolean, SkillType, Single, Boolean)
+ fullName.vb: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan, Boolean, TinyLife.Skills.SkillType, Single, Boolean)
+ name.vb: CompleteIfTimeUp(TimeSpan, Boolean, SkillType, Single, Boolean)
- uid: TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[])
commentId: M:TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[])
id: CancelIfEmotional(TinyLife.Emotions.EmotionType[])
@@ -1662,18 +1577,18 @@ items:
langs:
- csharp
- vb
- name: CancelIfEmotional(EmotionType[])
- nameWithType: Action.CancelIfEmotional(EmotionType[])
- fullName: TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[])
+ name: CancelIfEmotional(params EmotionType[])
+ nameWithType: Action.CancelIfEmotional(params EmotionType[])
+ fullName: TinyLife.Actions.Action.CancelIfEmotional(params TinyLife.Emotions.EmotionType[])
type: Method
source:
remote:
path: TinyLife/Actions/Action.cs
- branch: 0.29.3-dev
+ branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CancelIfEmotional
path: ../TinyLife/Actions/Action.cs
- startLine: 453
+ startLine: 466
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -1694,116 +1609,9 @@ items:
- type: System.ArgumentOutOfRangeException
commentId: T:System.ArgumentOutOfRangeException
description: Thrown if the emotions
array has no entries.
- nameWithType.vb: Action.CancelIfEmotional(EmotionType())
- modifiers.csharp:
- - public
- modifiers.vb:
- - Public
- fullName.vb: TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType())
- name.vb: CancelIfEmotional(EmotionType())
-- uid: TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
- commentId: M:TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
- id: PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
- parent: TinyLife.Actions.Action
- langs:
- - csharp
- - vb
- name: PickUpAndGoTo(ActionInfo, ObjectCategory, ObjectCategory, Boolean)
- nameWithType: Action.PickUpAndGoTo(ActionInfo, ObjectCategory, ObjectCategory, Boolean)
- fullName: TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo, TinyLife.Objects.ObjectCategory, TinyLife.Objects.ObjectCategory, System.Boolean)
- type: Method
- source:
- remote:
- path: TinyLife/Actions/Action.cs
- branch: 0.29.3-dev
- repo: https://git.ellpeck.de/Ellpeck/TinyLife
- id: PickUpAndGoTo
- path: ../TinyLife/Actions/Action.cs
- startLine: 493
- assemblies:
- - Tiny Life
- namespace: TinyLife.Actions
- summary: "\nA helper method that returns a set of actions which cause the info
's to set up a holdable item on an expected parent object in such a way that interacting with it is possible afterwards. This utility method is used for actions like , where it is desired that a person picks up a food item from a counter and brings it to a table, if required.\n provides a equivalent to this method.\n"
- example: []
- syntax:
- content: public static IEnumerable PickUpAndGoTo(ActionInfo info, ObjectCategory expectedParent, ObjectCategory expectedItem, bool putDown = true)
- parameters:
- - id: info
- type: TinyLife.Actions.ActionInfo
- description: The action info.
- - id: expectedParent
- type: TinyLife.Objects.ObjectCategory
- description: A set of object categories that the goal parent is expected to have.
- - id: expectedItem
- type: TinyLife.Objects.ObjectCategory
- description: A set of object categories that the item to hold and carry is expected to have.
- - id: putDown
- type: System.Boolean
- description: Whether the expectedItem
should be put down. If this is , the person will only go to the goal location, but not put the item down on it.
- return:
- type: System.Collections.Generic.IEnumerable{TinyLife.Actions.Action}
- description: The actions to execute to cause this behavior.
- content.vb: Public Shared Function PickUpAndGoTo(info As ActionInfo, expectedParent As ObjectCategory, expectedItem As ObjectCategory, putDown As Boolean = True) As IEnumerable(Of Action)
- overload: TinyLife.Actions.Action.PickUpAndGoTo*
- modifiers.csharp:
- - public
- - static
- modifiers.vb:
- - Public
- - Shared
-- uid: TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
- commentId: M:TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
- id: PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
- parent: TinyLife.Actions.Action
- langs:
- - csharp
- - vb
- name: PickUpAndGoTo(ActionInfo, Func, Func, Boolean)
- nameWithType: Action.PickUpAndGoTo(ActionInfo, Func, Func, Boolean)
- fullName: TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo, System.Func, System.Func, System.Boolean)
- type: Method
- source:
- remote:
- path: TinyLife/Actions/Action.cs
- branch: 0.29.3-dev
- repo: https://git.ellpeck.de/Ellpeck/TinyLife
- id: PickUpAndGoTo
- path: ../TinyLife/Actions/Action.cs
- startLine: 506
- assemblies:
- - Tiny Life
- namespace: TinyLife.Actions
- summary: "\nA helper method that returns a set of actions which cause the info
's to set up a holdable item on an expected parent object in such a way that interacting with it is possible afterwards. This utility method is used for actions like , where it is desired that a person picks up a food item from a counter and brings it to a table, if required.\n provides a equivalent to this method.\n"
- example: []
- syntax:
- content: public static IEnumerable PickUpAndGoTo(ActionInfo info, Func isParentValid, Func isItemValid, bool putDown = true)
- parameters:
- - id: info
- type: TinyLife.Actions.ActionInfo
- description: The action info.
- - id: isParentValid
- type: System.Func{TinyLife.Objects.Furniture,System.Boolean}
- description: A predicate that determines whether the given furniture item is a valid parent.
- - id: isItemValid
- type: System.Func{TinyLife.Objects.Furniture,System.Boolean}
- description: A predicate that determines whether the given furniture item is a valid holdable and carryable item for this purpose.
- - id: putDown
- type: System.Boolean
- description: Whether the holdable item should be put down. If this is , the person will only go to the goal location, but not put the item down on it.
- return:
- type: System.Collections.Generic.IEnumerable{TinyLife.Actions.Action}
- description: The actions to execute to cause this behavior.
- content.vb: Public Shared Function PickUpAndGoTo(info As ActionInfo, isParentValid As Func(Of Furniture, Boolean), isItemValid As Func(Of Furniture, Boolean), putDown As Boolean = True) As IEnumerable(Of Action)
- overload: TinyLife.Actions.Action.PickUpAndGoTo*
- nameWithType.vb: Action.PickUpAndGoTo(ActionInfo, Func(Of Furniture, Boolean), Func(Of Furniture, Boolean), Boolean)
- modifiers.csharp:
- - public
- - static
- modifiers.vb:
- - Public
- - Shared
- fullName.vb: TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo, System.Func(Of TinyLife.Objects.Furniture, System.Boolean), System.Func(Of TinyLife.Objects.Furniture, System.Boolean), System.Boolean)
- name.vb: PickUpAndGoTo(ActionInfo, Func(Of Furniture, Boolean), Func(Of Furniture, Boolean), Boolean)
+ nameWithType.vb: Action.CancelIfEmotional(ParamArray EmotionType())
+ fullName.vb: TinyLife.Actions.Action.CancelIfEmotional(ParamArray TinyLife.Emotions.EmotionType())
+ name.vb: CancelIfEmotional(ParamArray EmotionType())
- uid: TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
commentId: M:TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
id: Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
@@ -1811,18 +1619,18 @@ items:
langs:
- csharp
- vb
- name: Sit(Furniture, Single, ActionSpot)
- nameWithType: Action.Sit(Furniture, Single, ActionSpot)
- fullName: TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture, System.Single, TinyLife.Objects.ActionSpot)
+ name: Sit(Furniture, float, ActionSpot)
+ nameWithType: Action.Sit(Furniture, float, ActionSpot)
+ fullName: TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture, float, TinyLife.Objects.ActionSpot)
type: Method
source:
remote:
path: TinyLife/Actions/Action.cs
- branch: 0.29.3-dev
+ branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Sit
path: ../TinyLife/Actions/Action.cs
- startLine: 543
+ startLine: 482
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -1845,10 +1653,175 @@ items:
description: Whether or not the chair can be sat on
content.vb: Public Function Sit(chair As Furniture, speedMultiplier As Single, spot As ActionSpot = Nothing) As Boolean
overload: TinyLife.Actions.Action.Sit*
- modifiers.csharp:
- - public
- modifiers.vb:
- - Public
+ nameWithType.vb: Action.Sit(Furniture, Single, ActionSpot)
+ fullName.vb: TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture, Single, TinyLife.Objects.ActionSpot)
+ name.vb: Sit(Furniture, Single, ActionSpot)
+- uid: TinyLife.Actions.Action.GetChildren(System.Boolean)
+ commentId: M:TinyLife.Actions.Action.GetChildren(System.Boolean)
+ id: GetChildren(System.Boolean)
+ parent: TinyLife.Actions.Action
+ langs:
+ - csharp
+ - vb
+ name: GetChildren(bool)
+ nameWithType: Action.GetChildren(bool)
+ fullName: TinyLife.Actions.Action.GetChildren(bool)
+ type: Method
+ source:
+ remote:
+ path: TinyLife/Actions/Action.cs
+ branch: main
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
+ id: GetChildren
+ path: ../TinyLife/Actions/Action.cs
+ startLine: 492
+ assemblies:
+ - Tiny Life
+ namespace: TinyLife.Actions
+ syntax:
+ content: public IEnumerable GetChildren(bool regardGrandchildren = false)
+ parameters:
+ - id: regardGrandchildren
+ type: System.Boolean
+ return:
+ type: System.Collections.Generic.IEnumerable{TinyLife.Actions.Action}
+ content.vb: Public Function GetChildren(regardGrandchildren As Boolean = False) As IEnumerable(Of Action)
+ overload: TinyLife.Actions.Action.GetChildren*
+ nameWithType.vb: Action.GetChildren(Boolean)
+ fullName.vb: TinyLife.Actions.Action.GetChildren(Boolean)
+ name.vb: GetChildren(Boolean)
+- uid: TinyLife.Actions.Action.GetChild``1(System.Guid,System.Boolean)
+ commentId: M:TinyLife.Actions.Action.GetChild``1(System.Guid,System.Boolean)
+ id: GetChild``1(System.Guid,System.Boolean)
+ parent: TinyLife.Actions.Action
+ langs:
+ - csharp
+ - vb
+ name: GetChild(Guid, bool)
+ nameWithType: Action.GetChild(Guid, bool)
+ fullName: TinyLife.Actions.Action.GetChild(System.Guid, bool)
+ type: Method
+ source:
+ remote:
+ path: TinyLife/Actions/Action.cs
+ branch: main
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
+ id: GetChild
+ path: ../TinyLife/Actions/Action.cs
+ startLine: 501
+ assemblies:
+ - Tiny Life
+ namespace: TinyLife.Actions
+ syntax:
+ content: 'public T GetChild(Guid id, bool regardGrandchildren = false) where T : Action'
+ parameters:
+ - id: id
+ type: System.Guid
+ - id: regardGrandchildren
+ type: System.Boolean
+ typeParameters:
+ - id: T
+ return:
+ type: '{T}'
+ content.vb: Public Function GetChild(Of T As Action)(id As Guid, regardGrandchildren As Boolean = False) As T
+ overload: TinyLife.Actions.Action.GetChild*
+ nameWithType.vb: Action.GetChild(Of T)(Guid, Boolean)
+ fullName.vb: TinyLife.Actions.Action.GetChild(Of T)(System.Guid, Boolean)
+ name.vb: GetChild(Of T)(Guid, Boolean)
+- uid: TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
+ commentId: M:TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
+ id: PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
+ parent: TinyLife.Actions.Action
+ langs:
+ - csharp
+ - vb
+ name: PickUpAndGoTo(ActionInfo, ObjectCategory, ObjectCategory, bool)
+ nameWithType: Action.PickUpAndGoTo(ActionInfo, ObjectCategory, ObjectCategory, bool)
+ fullName: TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo, TinyLife.Objects.ObjectCategory, TinyLife.Objects.ObjectCategory, bool)
+ type: Method
+ source:
+ remote:
+ path: TinyLife/Actions/Action.cs
+ branch: main
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
+ id: PickUpAndGoTo
+ path: ../TinyLife/Actions/Action.cs
+ startLine: 543
+ assemblies:
+ - Tiny Life
+ namespace: TinyLife.Actions
+ summary: "\nA helper method that returns a set of actions which cause the info
's to set up a holdable item on an expected parent object in such a way that interacting with it is possible afterwards. This utility method is used for actions like , where it is desired that a person picks up a food item from a counter and brings it to a table, if required.\n provides a equivalent to this method.\n"
+ example: []
+ syntax:
+ content: public static IEnumerable PickUpAndGoTo(ActionInfo info, ObjectCategory expectedParent, ObjectCategory expectedItem, bool putDown = true)
+ parameters:
+ - id: info
+ type: TinyLife.Actions.ActionInfo
+ description: The action info.
+ - id: expectedParent
+ type: TinyLife.Objects.ObjectCategory
+ description: A set of object categories that the goal parent is expected to have.
+ - id: expectedItem
+ type: TinyLife.Objects.ObjectCategory
+ description: A set of object categories that the item to hold and carry is expected to have.
+ - id: putDown
+ type: System.Boolean
+ description: Whether the expectedItem
should be put down. If this is false, the person will only go to the goal location, but not put the item down on it.
+ return:
+ type: System.Collections.Generic.IEnumerable{TinyLife.Actions.Action}
+ description: The actions to execute to cause this behavior.
+ content.vb: Public Shared Function PickUpAndGoTo(info As ActionInfo, expectedParent As ObjectCategory, expectedItem As ObjectCategory, putDown As Boolean = True) As IEnumerable(Of Action)
+ overload: TinyLife.Actions.Action.PickUpAndGoTo*
+ nameWithType.vb: Action.PickUpAndGoTo(ActionInfo, ObjectCategory, ObjectCategory, Boolean)
+ fullName.vb: TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo, TinyLife.Objects.ObjectCategory, TinyLife.Objects.ObjectCategory, Boolean)
+ name.vb: PickUpAndGoTo(ActionInfo, ObjectCategory, ObjectCategory, Boolean)
+- uid: TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
+ commentId: M:TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
+ id: PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
+ parent: TinyLife.Actions.Action
+ langs:
+ - csharp
+ - vb
+ name: PickUpAndGoTo(ActionInfo, Func, Func, bool)
+ nameWithType: Action.PickUpAndGoTo(ActionInfo, Func, Func, bool)
+ fullName: TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo, System.Func, System.Func, bool)
+ type: Method
+ source:
+ remote:
+ path: TinyLife/Actions/Action.cs
+ branch: main
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
+ id: PickUpAndGoTo
+ path: ../TinyLife/Actions/Action.cs
+ startLine: 556
+ assemblies:
+ - Tiny Life
+ namespace: TinyLife.Actions
+ summary: "\nA helper method that returns a set of actions which cause the info
's to set up a holdable item on an expected parent object in such a way that interacting with it is possible afterwards. This utility method is used for actions like , where it is desired that a person picks up a food item from a counter and brings it to a table, if required.\n provides a equivalent to this method.\n"
+ example: []
+ syntax:
+ content: public static IEnumerable PickUpAndGoTo(ActionInfo info, Func isParentValid, Func isItemValid, bool putDown = true)
+ parameters:
+ - id: info
+ type: TinyLife.Actions.ActionInfo
+ description: The action info.
+ - id: isParentValid
+ type: System.Func{TinyLife.Objects.Furniture,System.Boolean}
+ description: A predicate that determines whether the given furniture item is a valid parent.
+ - id: isItemValid
+ type: System.Func{TinyLife.Objects.Furniture,System.Boolean}
+ description: A predicate that determines whether the given furniture item is a valid holdable and carryable item for this purpose.
+ - id: putDown
+ type: System.Boolean
+ description: Whether the holdable item should be put down. If this is false, the person will only go to the goal location, but not put the item down on it.
+ return:
+ type: System.Collections.Generic.IEnumerable{TinyLife.Actions.Action}
+ description: The actions to execute to cause this behavior.
+ content.vb: Public Shared Function PickUpAndGoTo(info As ActionInfo, isParentValid As Func(Of Furniture, Boolean), isItemValid As Func(Of Furniture, Boolean), putDown As Boolean = True) As IEnumerable(Of Action)
+ overload: TinyLife.Actions.Action.PickUpAndGoTo*
+ nameWithType.vb: Action.PickUpAndGoTo(ActionInfo, Func(Of Furniture, Boolean), Func(Of Furniture, Boolean), Boolean)
+ fullName.vb: TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo, System.Func(Of TinyLife.Objects.Furniture, Boolean), System.Func(Of TinyLife.Objects.Furniture, Boolean), Boolean)
+ name.vb: PickUpAndGoTo(ActionInfo, Func(Of Furniture, Boolean), Func(Of Furniture, Boolean), Boolean)
- uid: TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture)
commentId: M:TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture)
id: GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture)
@@ -1863,11 +1836,11 @@ items:
source:
remote:
path: TinyLife/Actions/Action.cs
- branch: 0.29.3-dev
+ branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetFreeChair
path: ../TinyLife/Actions/Action.cs
- startLine: 561
+ startLine: 593
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -1885,14 +1858,8 @@ items:
return:
type: System.ValueTuple{TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot,MLEM.Misc.Direction2}
description: The corresponding chair, and the action spot's rotation, or default if there is none
- content.vb: Public Shared Function GetFreeChair(person As Person, deskObject As Furniture) As(Chair As Furniture, Spot As ActionSpot, Direction As Direction2)(Of Furniture , ActionSpot, Direction2)
+ content.vb: Public Shared Function GetFreeChair(person As Person, deskObject As Furniture) As (Chair As Furniture, Spot As ActionSpot, Direction As Direction2)
overload: TinyLife.Actions.Action.GetFreeChair*
- modifiers.csharp:
- - public
- - static
- modifiers.vb:
- - Public
- - Shared
- uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
commentId: M:TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
id: GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
@@ -1900,18 +1867,18 @@ items:
langs:
- csharp
- vb
- name: GetFreeChairs(Person, Furniture, Func)
- nameWithType: Action.GetFreeChairs(Person, Furniture, Func)
- fullName: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.Person, TinyLife.Objects.Furniture, System.Func)
+ name: GetFreeChairs(Person, Furniture, Func)
+ nameWithType: Action.GetFreeChairs(Person, Furniture, Func)
+ fullName: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.Person, TinyLife.Objects.Furniture, System.Func)
type: Method
source:
remote:
path: TinyLife/Actions/Action.cs
- branch: 0.29.3-dev
+ branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetFreeChairs
path: ../TinyLife/Actions/Action.cs
- startLine: 578
+ startLine: 610
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -1932,43 +1899,68 @@ items:
return:
type: System.Collections.Generic.IEnumerable{System.ValueTuple{TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot,MLEM.Misc.Direction2}}
description: A set of chairs, their action spots and their seating directions
- content.vb: Public Shared Function GetFreeChairs(person As Person, table As Furniture, canSitThisWay As Func(Of Direction2, Boolean) = Nothing) As IEnumerable(Of(Chair As Furniture, Spot As ActionSpot, Direction As Direction2)(Of Furniture , ActionSpot, Direction2))
+ content.vb: Public Shared Function GetFreeChairs(person As Person, table As Furniture, canSitThisWay As Func(Of Direction2, Boolean) = Nothing) As IEnumerable(Of (Chair As Furniture, Spot As ActionSpot, Direction As Direction2))
overload: TinyLife.Actions.Action.GetFreeChairs*
nameWithType.vb: Action.GetFreeChairs(Person, Furniture, Func(Of Direction2, Boolean))
- modifiers.csharp:
- - public
- - static
- modifiers.vb:
- - Public
- - Shared
- fullName.vb: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.Person, TinyLife.Objects.Furniture, System.Func(Of MLEM.Misc.Direction2, System.Boolean))
+ fullName.vb: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.Person, TinyLife.Objects.Furniture, System.Func(Of MLEM.Misc.Direction2, Boolean))
name.vb: GetFreeChairs(Person, Furniture, Func(Of Direction2, Boolean))
-- uid: TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
- commentId: M:TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
- id: FindAllFreePeople(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
+- uid: TinyLife.Actions.Action.GetSeatCategory(TinyLife.Objects.Person)
+ commentId: M:TinyLife.Actions.Action.GetSeatCategory(TinyLife.Objects.Person)
+ id: GetSeatCategory(TinyLife.Objects.Person)
parent: TinyLife.Actions.Action
langs:
- csharp
- vb
- name: FindAllFreePeople(Person, ActionType, Nullable, Nullable, Boolean)
- nameWithType: Action.FindAllFreePeople(Person, ActionType, Nullable, Nullable, Boolean)
- fullName: TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Nullable, System.Nullable, System.Boolean)
+ name: GetSeatCategory(Person)
+ nameWithType: Action.GetSeatCategory(Person)
+ fullName: TinyLife.Actions.Action.GetSeatCategory(TinyLife.Objects.Person)
type: Method
source:
remote:
path: TinyLife/Actions/Action.cs
- branch: 0.29.3-dev
+ branch: main
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
+ id: GetSeatCategory
+ path: ../TinyLife/Actions/Action.cs
+ startLine: 624
+ assemblies:
+ - Tiny Life
+ namespace: TinyLife.Actions
+ syntax:
+ content: public static ObjectCategory GetSeatCategory(Person person)
+ parameters:
+ - id: person
+ type: TinyLife.Objects.Person
+ return:
+ type: TinyLife.Objects.ObjectCategory
+ content.vb: Public Shared Function GetSeatCategory(person As Person) As ObjectCategory
+ overload: TinyLife.Actions.Action.GetSeatCategory*
+- uid: 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)
+ commentId: M: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)
+ id: 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)
+ parent: TinyLife.Actions.Action
+ langs:
+ - csharp
+ - vb
+ name: FindAllFreePeople(Person, ActionType, Vector2?, float?, bool, bool, bool, bool)
+ nameWithType: Action.FindAllFreePeople(Person, ActionType, Vector2?, float?, bool, bool, bool, bool)
+ fullName: TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Objects.Person, TinyLife.Actions.ActionType, Microsoft.Xna.Framework.Vector2?, float?, bool, bool, bool, bool)
+ type: Method
+ source:
+ remote:
+ path: TinyLife/Actions/Action.cs
+ branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FindAllFreePeople
path: ../TinyLife/Actions/Action.cs
- startLine: 600
+ startLine: 637
assemblies:
- Tiny Life
namespace: TinyLife.Actions
summary: "\nA helper method to find a set of all instances that are currently valid for interaction with the passed , ordered by their priority, where the first entry is the best possible .\n"
example: []
syntax:
- content: public static IEnumerable FindAllFreePeople(Person person, ActionType type = null, Vector2? position = null, float? radius = null, bool ignoreVisibility = false)
+ content: public static IEnumerable FindAllFreePeople(Person person, ActionType type = null, Vector2? position = null, float? radius = null, bool ignoreVisibility = false, bool ignoreNeeds = false, bool ignoreCanEnqueueConversations = false, bool needsFreeActionSpot = true)
parameters:
- id: person
type: TinyLife.Objects.Person
@@ -1984,21 +1976,21 @@ items:
description: The radius that should be searched for people in, or 32 by default
- id: ignoreVisibility
type: System.Boolean
- description: Whether the visibility () of the object's lot should be ignored, or false by default
+ description: Whether the visibility () of the object's lot should be ignored, or false by default
+ - id: ignoreNeeds
+ type: System.Boolean
+ - id: ignoreCanEnqueueConversations
+ type: System.Boolean
+ - id: needsFreeActionSpot
+ type: System.Boolean
return:
type: System.Collections.Generic.IEnumerable{TinyLife.Objects.Person}
description: A set of valid interaction partners
- content.vb: Public Shared Function FindAllFreePeople(person As Person, type As ActionType = Nothing, position As Vector2? = Nothing, radius As Single? = Nothing, ignoreVisibility As Boolean = False) As IEnumerable(Of Person)
+ content.vb: Public Shared Function FindAllFreePeople(person As Person, type As ActionType = Nothing, position As Vector2? = Nothing, radius As Single? = Nothing, ignoreVisibility As Boolean = False, ignoreNeeds As Boolean = False, ignoreCanEnqueueConversations As Boolean = False, needsFreeActionSpot As Boolean = True) As IEnumerable(Of Person)
overload: TinyLife.Actions.Action.FindAllFreePeople*
- nameWithType.vb: Action.FindAllFreePeople(Person, ActionType, Nullable(Of Vector2), Nullable(Of Single), Boolean)
- modifiers.csharp:
- - public
- - static
- modifiers.vb:
- - Public
- - Shared
- fullName.vb: TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Nullable(Of System.Single), System.Boolean)
- name.vb: FindAllFreePeople(Person, ActionType, Nullable(Of Vector2), Nullable(Of Single), Boolean)
+ nameWithType.vb: Action.FindAllFreePeople(Person, ActionType, Vector2?, Single?, Boolean, Boolean, Boolean, Boolean)
+ fullName.vb: TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Objects.Person, TinyLife.Actions.ActionType, Microsoft.Xna.Framework.Vector2?, Single?, Boolean, Boolean, Boolean, Boolean)
+ name.vb: FindAllFreePeople(Person, ActionType, Vector2?, Single?, Boolean, Boolean, Boolean, Boolean)
- uid: 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)
commentId: M: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)
id: 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)
@@ -2006,18 +1998,18 @@ items:
langs:
- csharp
- vb
- name: FindAllFreeFurniture(Person, ObjectCategory, FurnitureType, Boolean, Nullable, Nullable, Boolean, Boolean)
- nameWithType: Action.FindAllFreeFurniture(Person, ObjectCategory, FurnitureType, Boolean, Nullable, Nullable, Boolean, Boolean)
- fullName: TinyLife.Actions.Action.FindAllFreeFurniture(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, System.Boolean, System.Nullable, System.Nullable, System.Boolean, System.Boolean)
+ name: FindAllFreeFurniture(Person, ObjectCategory, FurnitureType, bool, Vector2?, float?, bool, bool)
+ nameWithType: Action.FindAllFreeFurniture(Person, ObjectCategory, FurnitureType, bool, Vector2?, float?, bool, bool)
+ fullName: TinyLife.Actions.Action.FindAllFreeFurniture(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, bool, Microsoft.Xna.Framework.Vector2?, float?, bool, bool)
type: Method
source:
remote:
path: TinyLife/Actions/Action.cs
- branch: 0.29.3-dev
+ branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FindAllFreeFurniture
path: ../TinyLife/Actions/Action.cs
- startLine: 625
+ startLine: 662
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -2049,21 +2041,15 @@ items:
description: Whether furniture that is can be returned
- id: ignoreVisibility
type: System.Boolean
- description: Whether the visibility () of the object's lot should be ignored, or false by default
+ description: Whether the visibility () of the object's lot should be ignored, or false by default
return:
type: System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture}
description: A set of valid furniture
content.vb: Public Shared Function FindAllFreeFurniture(person As Person, categories As ObjectCategory = Nothing, objectSpotType As FurnitureType = Nothing, needsFreeActionSpot As Boolean = True, position As Vector2? = Nothing, radius As Single? = Nothing, allowBroken As Boolean = False, ignoreVisibility As Boolean = False) As IEnumerable(Of Furniture)
overload: TinyLife.Actions.Action.FindAllFreeFurniture*
- nameWithType.vb: Action.FindAllFreeFurniture(Person, ObjectCategory, FurnitureType, Boolean, Nullable(Of Vector2), Nullable(Of Single), Boolean, Boolean)
- modifiers.csharp:
- - public
- - static
- modifiers.vb:
- - Public
- - Shared
- fullName.vb: TinyLife.Actions.Action.FindAllFreeFurniture(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, System.Boolean, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Nullable(Of System.Single), System.Boolean, System.Boolean)
- name.vb: FindAllFreeFurniture(Person, ObjectCategory, FurnitureType, Boolean, Nullable(Of Vector2), Nullable(Of Single), Boolean, Boolean)
+ nameWithType.vb: Action.FindAllFreeFurniture(Person, ObjectCategory, FurnitureType, Boolean, Vector2?, Single?, Boolean, Boolean)
+ fullName.vb: TinyLife.Actions.Action.FindAllFreeFurniture(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, Boolean, Microsoft.Xna.Framework.Vector2?, Single?, Boolean, Boolean)
+ name.vb: FindAllFreeFurniture(Person, ObjectCategory, FurnitureType, Boolean, Vector2?, Single?, Boolean, Boolean)
- uid: TinyLife.Actions.Action.FindAllFreeWalls(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
commentId: M:TinyLife.Actions.Action.FindAllFreeWalls(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
id: FindAllFreeWalls(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
@@ -2071,18 +2057,18 @@ items:
langs:
- csharp
- vb
- name: FindAllFreeWalls(Person, Nullable, Nullable, Boolean)
- nameWithType: Action.FindAllFreeWalls(Person, Nullable, Nullable, Boolean)
- fullName: TinyLife.Actions.Action.FindAllFreeWalls(TinyLife.Objects.Person, System.Nullable, System.Nullable, System.Boolean)
+ name: FindAllFreeWalls(Person, Vector2?, float?, bool)
+ nameWithType: Action.FindAllFreeWalls(Person, Vector2?, float?, bool)
+ fullName: TinyLife.Actions.Action.FindAllFreeWalls(TinyLife.Objects.Person, Microsoft.Xna.Framework.Vector2?, float?, bool)
type: Method
source:
remote:
path: TinyLife/Actions/Action.cs
- branch: 0.29.3-dev
+ branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FindAllFreeWalls
path: ../TinyLife/Actions/Action.cs
- startLine: 643
+ startLine: 680
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -2102,21 +2088,15 @@ items:
description: The radius that should be searched for walls in, or 32 by default
- id: ignoreVisibility
type: System.Boolean
- description: Whether the visibility () of the object's lot should be ignored, or false by default
+ description: Whether the visibility () of the object's lot should be ignored, or false by default
return:
type: System.Collections.Generic.IEnumerable{TinyLife.World.Wall}
description: A set of valid walls
content.vb: Public Shared Function FindAllFreeWalls(person As Person, position As Vector2? = Nothing, radius As Single? = Nothing, ignoreVisibility As Boolean = False) As IEnumerable(Of Wall)
overload: TinyLife.Actions.Action.FindAllFreeWalls*
- nameWithType.vb: Action.FindAllFreeWalls(Person, Nullable(Of Vector2), Nullable(Of Single), Boolean)
- modifiers.csharp:
- - public
- - static
- modifiers.vb:
- - Public
- - Shared
- fullName.vb: TinyLife.Actions.Action.FindAllFreeWalls(TinyLife.Objects.Person, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Nullable(Of System.Single), System.Boolean)
- name.vb: FindAllFreeWalls(Person, Nullable(Of Vector2), Nullable(Of Single), Boolean)
+ nameWithType.vb: Action.FindAllFreeWalls(Person, Vector2?, Single?, Boolean)
+ fullName.vb: TinyLife.Actions.Action.FindAllFreeWalls(TinyLife.Objects.Person, Microsoft.Xna.Framework.Vector2?, Single?, Boolean)
+ name.vb: FindAllFreeWalls(Person, Vector2?, Single?, Boolean)
- uid: TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
commentId: M:TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
id: FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
@@ -2124,18 +2104,18 @@ items:
langs:
- csharp
- vb
- name: FindAllFreeGround(Person, Nullable, Nullable, Boolean)
- nameWithType: Action.FindAllFreeGround(Person, Nullable, Nullable, Boolean)
- fullName: TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person, System.Nullable, System.Nullable, System.Boolean)
+ name: FindAllFreeGround(Person, Vector2?, float?, bool)
+ nameWithType: Action.FindAllFreeGround(Person, Vector2?, float?, bool)
+ fullName: TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person, Microsoft.Xna.Framework.Vector2?, float?, bool)
type: Method
source:
remote:
path: TinyLife/Actions/Action.cs
- branch: 0.29.3-dev
+ branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FindAllFreeGround
path: ../TinyLife/Actions/Action.cs
- startLine: 658
+ startLine: 695
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -2155,21 +2135,15 @@ items:
description: The radius that should be searched for ground positions in, or 32 by default
- id: ignoreVisibility
type: System.Boolean
- description: Whether the visibility () of the object's lot should be ignored, or false by default
+ description: Whether the visibility () of the object's lot should be ignored, or false by default
return:
type: System.Collections.Generic.IEnumerable{Microsoft.Xna.Framework.Point}
description: A set of valid locations
content.vb: Public Shared Function FindAllFreeGround(person As Person, position As Vector2? = Nothing, radius As Single? = Nothing, ignoreVisibility As Boolean = False) As IEnumerable(Of Point)
overload: TinyLife.Actions.Action.FindAllFreeGround*
- nameWithType.vb: Action.FindAllFreeGround(Person, Nullable(Of Vector2), Nullable(Of Single), Boolean)
- modifiers.csharp:
- - public
- - static
- modifiers.vb:
- - Public
- - Shared
- fullName.vb: TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Nullable(Of System.Single), System.Boolean)
- name.vb: FindAllFreeGround(Person, Nullable(Of Vector2), Nullable(Of Single), Boolean)
+ nameWithType.vb: Action.FindAllFreeGround(Person, Vector2?, Single?, Boolean)
+ fullName.vb: TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person, Microsoft.Xna.Framework.Vector2?, Single?, Boolean)
+ name.vb: FindAllFreeGround(Person, Vector2?, Single?, Boolean)
- uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
commentId: M:TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
id: FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
@@ -2177,18 +2151,18 @@ items:
langs:
- csharp
- vb
- name: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable, Boolean, Boolean)
- nameWithType: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable, Boolean, Boolean)
- fullName: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, System.Nullable, System.Boolean, System.Boolean)
+ name: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Vector2?, bool, bool)
+ nameWithType: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Vector2?, bool, bool)
+ fullName: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, Microsoft.Xna.Framework.Vector2?, bool, bool)
type: Method
source:
remote:
path: TinyLife/Actions/Action.cs
- branch: 0.29.3-dev
+ branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FindFreeFurniture
path: ../TinyLife/Actions/Action.cs
- startLine: 676
+ startLine: 713
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -2214,21 +2188,15 @@ items:
description: Whether furniture that is can be returned
- id: ignoreVisibility
type: System.Boolean
- description: Whether the visibility () of the object's lot should be ignored, or false by default
+ description: Whether the visibility () of the object's lot should be ignored, or false by default
return:
type: TinyLife.Actions.ActionInfo
description: An action info for the best furniture, or null if there is none
content.vb: Public Shared Function FindFreeFurniture(person As Person, categories As ObjectCategory, objectSpotType As FurnitureType = Nothing, position As Vector2? = Nothing, allowBroken As Boolean = False, ignoreVisibility As Boolean = False) As ActionInfo
overload: TinyLife.Actions.Action.FindFreeFurniture*
- nameWithType.vb: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable(Of Vector2), Boolean, Boolean)
- modifiers.csharp:
- - public
- - static
- modifiers.vb:
- - Public
- - Shared
- fullName.vb: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean, System.Boolean)
- name.vb: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable(Of Vector2), Boolean, Boolean)
+ nameWithType.vb: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Vector2?, Boolean, Boolean)
+ fullName.vb: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, Microsoft.Xna.Framework.Vector2?, Boolean, Boolean)
+ name.vb: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Vector2?, Boolean, Boolean)
- uid: TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2})
commentId: M:TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2})
id: FindAllActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2})
@@ -2236,18 +2204,18 @@ items:
langs:
- csharp
- vb
- name: FindAllActionObjects(Person, ActionType, Nullable)
- nameWithType: Action.FindAllActionObjects(Person, ActionType, Nullable)
- fullName: TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Nullable)
+ name: FindAllActionObjects(Person, ActionType, Vector2?)
+ nameWithType: Action.FindAllActionObjects(Person, ActionType, Vector2?)
+ fullName: TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, Microsoft.Xna.Framework.Vector2?)
type: Method
source:
remote:
path: TinyLife/Actions/Action.cs
- branch: 0.29.3-dev
+ branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FindAllActionObjects
path: ../TinyLife/Actions/Action.cs
- startLine: 689
+ startLine: 726
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -2270,15 +2238,6 @@ items:
description: A set of action infos that the given action can be started with
content.vb: Public Shared Function FindAllActionObjects(person As Person, type As ActionType, position As Vector2? = Nothing) As IEnumerable(Of ActionInfo)
overload: TinyLife.Actions.Action.FindAllActionObjects*
- nameWithType.vb: Action.FindAllActionObjects(Person, ActionType, Nullable(Of Vector2))
- modifiers.csharp:
- - public
- - static
- modifiers.vb:
- - Public
- - Shared
- fullName.vb: TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Nullable(Of Microsoft.Xna.Framework.Vector2))
- name.vb: FindAllActionObjects(Person, ActionType, Nullable(Of Vector2))
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
commentId: M:TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
id: FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
@@ -2286,18 +2245,18 @@ items:
langs:
- csharp
- vb
- name: FindValidActionObjects(Person, ActionType, Boolean, Nullable, Boolean, Boolean)
- nameWithType: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable, Boolean, Boolean)
- fullName: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable, System.Boolean, System.Boolean)
+ name: FindValidActionObjects(Person, ActionType, bool, Vector2?, bool, bool)
+ nameWithType: Action.FindValidActionObjects(Person, ActionType, bool, Vector2?, bool, bool)
+ fullName: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, bool, Microsoft.Xna.Framework.Vector2?, bool, bool)
type: Method
source:
remote:
path: TinyLife/Actions/Action.cs
- branch: 0.29.3-dev
+ branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FindValidActionObjects
path: ../TinyLife/Actions/Action.cs
- startLine: 726
+ startLine: 763
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -2328,41 +2287,73 @@ items:
description: A set of action infos that the given action can be started with.
content.vb: Public Shared Function FindValidActionObjects(person As Person, type As ActionType, automatic As Boolean, position As Vector2? = Nothing, allowInappropriate As Boolean = False, allowInvalid As Boolean = False) As IEnumerable(Of ActionInfo)
overload: TinyLife.Actions.Action.FindValidActionObjects*
- nameWithType.vb: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean, Boolean)
- modifiers.csharp:
- - public
- - static
- modifiers.vb:
- - Public
- - Shared
- fullName.vb: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean, System.Boolean)
- name.vb: FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean, Boolean)
-- uid: TinyLife.Actions.Action.GetRandomVariety(System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionVariety},TinyLife.Actions.ActionInfo)
- commentId: M:TinyLife.Actions.Action.GetRandomVariety(System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionVariety},TinyLife.Actions.ActionInfo)
- id: GetRandomVariety(System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionVariety},TinyLife.Actions.ActionInfo)
+ nameWithType.vb: Action.FindValidActionObjects(Person, ActionType, Boolean, Vector2?, Boolean, Boolean)
+ fullName.vb: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, Boolean, Microsoft.Xna.Framework.Vector2?, Boolean, Boolean)
+ name.vb: FindValidActionObjects(Person, ActionType, Boolean, Vector2?, Boolean, Boolean)
+- uid: TinyLife.Actions.Action.TryGetRandomValidVariety(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,TinyLife.Actions.ActionVariety@)
+ commentId: M:TinyLife.Actions.Action.TryGetRandomValidVariety(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,TinyLife.Actions.ActionVariety@)
+ id: TryGetRandomValidVariety(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,TinyLife.Actions.ActionVariety@)
parent: TinyLife.Actions.Action
langs:
- csharp
- vb
- name: GetRandomVariety(IEnumerable, ActionInfo)
- nameWithType: Action.GetRandomVariety(IEnumerable, ActionInfo)
- fullName: TinyLife.Actions.Action.GetRandomVariety(System.Collections.Generic.IEnumerable, TinyLife.Actions.ActionInfo)
+ name: TryGetRandomValidVariety(ActionType, ActionInfo, out ActionVariety)
+ nameWithType: Action.TryGetRandomValidVariety(ActionType, ActionInfo, out ActionVariety)
+ fullName: TinyLife.Actions.Action.TryGetRandomValidVariety(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, out TinyLife.Actions.ActionVariety)
type: Method
source:
remote:
path: TinyLife/Actions/Action.cs
- branch: 0.29.3-dev
+ branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
- id: GetRandomVariety
+ id: TryGetRandomValidVariety
path: ../TinyLife/Actions/Action.cs
- startLine: 743
+ startLine: 773
+ assemblies:
+ - Tiny Life
+ namespace: TinyLife.Actions
+ syntax:
+ content: public static bool TryGetRandomValidVariety(ActionType type, ActionInfo info, out ActionVariety variety)
+ parameters:
+ - id: type
+ type: TinyLife.Actions.ActionType
+ - id: info
+ type: TinyLife.Actions.ActionInfo
+ - id: variety
+ type: TinyLife.Actions.ActionVariety
+ return:
+ type: System.Boolean
+ content.vb: Public Shared Function TryGetRandomValidVariety(type As ActionType, info As ActionInfo, variety As ActionVariety) As Boolean
+ overload: TinyLife.Actions.Action.TryGetRandomValidVariety*
+ nameWithType.vb: Action.TryGetRandomValidVariety(ActionType, ActionInfo, ActionVariety)
+ fullName.vb: TinyLife.Actions.Action.TryGetRandomValidVariety(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, TinyLife.Actions.ActionVariety)
+ name.vb: TryGetRandomValidVariety(ActionType, ActionInfo, ActionVariety)
+- uid: TinyLife.Actions.Action.GetRandomValidVariety(System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionVariety},TinyLife.Actions.ActionInfo)
+ commentId: M:TinyLife.Actions.Action.GetRandomValidVariety(System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionVariety},TinyLife.Actions.ActionInfo)
+ id: GetRandomValidVariety(System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionVariety},TinyLife.Actions.ActionInfo)
+ parent: TinyLife.Actions.Action
+ langs:
+ - csharp
+ - vb
+ name: GetRandomValidVariety(IEnumerable, ActionInfo)
+ nameWithType: Action.GetRandomValidVariety(IEnumerable, ActionInfo)
+ fullName: TinyLife.Actions.Action.GetRandomValidVariety(System.Collections.Generic.IEnumerable, TinyLife.Actions.ActionInfo)
+ type: Method
+ source:
+ remote:
+ path: TinyLife/Actions/Action.cs
+ branch: main
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
+ id: GetRandomValidVariety
+ path: ../TinyLife/Actions/Action.cs
+ startLine: 792
assemblies:
- Tiny Life
namespace: TinyLife.Actions
summary: "\nReturns a random action variety from the given set of action varieties based on their .\nThe returned variety is guaranteed to be executable in this scenario ().\n"
example: []
syntax:
- content: public static ActionVariety GetRandomVariety(IEnumerable varieties, ActionInfo info)
+ content: public static ActionVariety GetRandomValidVariety(IEnumerable varieties, ActionInfo info)
parameters:
- id: varieties
type: System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionVariety}
@@ -2373,17 +2364,11 @@ items:
return:
type: TinyLife.Actions.ActionVariety
description: A random, executable action variety
- content.vb: Public Shared Function GetRandomVariety(varieties As IEnumerable(Of ActionVariety), info As ActionInfo) As ActionVariety
- overload: TinyLife.Actions.Action.GetRandomVariety*
- nameWithType.vb: Action.GetRandomVariety(IEnumerable(Of ActionVariety), ActionInfo)
- modifiers.csharp:
- - public
- - static
- modifiers.vb:
- - Public
- - Shared
- fullName.vb: TinyLife.Actions.Action.GetRandomVariety(System.Collections.Generic.IEnumerable(Of TinyLife.Actions.ActionVariety), TinyLife.Actions.ActionInfo)
- name.vb: GetRandomVariety(IEnumerable(Of ActionVariety), ActionInfo)
+ content.vb: Public Shared Function GetRandomValidVariety(varieties As IEnumerable(Of ActionVariety), info As ActionInfo) As ActionVariety
+ overload: TinyLife.Actions.Action.GetRandomValidVariety*
+ nameWithType.vb: Action.GetRandomValidVariety(IEnumerable(Of ActionVariety), ActionInfo)
+ fullName.vb: TinyLife.Actions.Action.GetRandomValidVariety(System.Collections.Generic.IEnumerable(Of TinyLife.Actions.ActionVariety), TinyLife.Actions.ActionInfo)
+ name.vb: GetRandomValidVariety(IEnumerable(Of ActionVariety), ActionInfo)
- uid: TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot)
commentId: M:TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot)
id: GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot)
@@ -2398,11 +2383,11 @@ items:
source:
remote:
path: TinyLife/Actions/Action.cs
- branch: 0.29.3-dev
+ branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetTableSpot
path: ../TinyLife/Actions/Action.cs
- startLine: 758
+ startLine: 807
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -2420,14 +2405,8 @@ items:
return:
type: System.ValueTuple{TinyLife.Objects.Furniture,TinyLife.Objects.ObjectSpot}
description: The table spot, or null if there is none
- content.vb: Public Shared Function GetTableSpot(chair As Furniture, actionSpot As ActionSpot = Nothing) As(Table As Furniture, Spot As ObjectSpot)(Of Furniture , ObjectSpot)
+ content.vb: Public Shared Function GetTableSpot(chair As Furniture, actionSpot As ActionSpot = Nothing) As (Table As Furniture, Spot As ObjectSpot)
overload: TinyLife.Actions.Action.GetTableSpot*
- modifiers.csharp:
- - public
- - static
- modifiers.vb:
- - Public
- - Shared
- uid: TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.Person,TinyLife.Objects.Person,System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person})
commentId: M:TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.Person,TinyLife.Objects.Person,System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person})
id: InvokeForBoth(TinyLife.Objects.Person,TinyLife.Objects.Person,System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person})
@@ -2442,11 +2421,11 @@ items:
source:
remote:
path: TinyLife/Actions/Action.cs
- branch: 0.29.3-dev
+ branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InvokeForBoth
path: ../TinyLife/Actions/Action.cs
- startLine: 771
+ startLine: 820
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -2467,12 +2446,6 @@ items:
content.vb: Public Shared Sub InvokeForBoth(person As Person, other As Person, action As Action(Of Person, Person))
overload: TinyLife.Actions.Action.InvokeForBoth*
nameWithType.vb: Action.InvokeForBoth(Person, Person, Action(Of Person, Person))
- modifiers.csharp:
- - public
- - static
- modifiers.vb:
- - Public
- - Shared
fullName.vb: TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.Person, TinyLife.Objects.Person, System.Action(Of TinyLife.Objects.Person, TinyLife.Objects.Person))
name.vb: InvokeForBoth(Person, Person, Action(Of Person, Person))
- uid: TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action)
@@ -2489,11 +2462,11 @@ items:
source:
remote:
path: TinyLife/Actions/Action.cs
- branch: 0.29.3-dev
+ branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanMultitask
path: ../TinyLife/Actions/Action.cs
- startLine: 783
+ startLine: 832
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -2513,12 +2486,6 @@ items:
description: Whether the two actions can be multi-tasked
content.vb: Public Shared Function CanMultitask(a1 As Action, a2 As Action) As Boolean
overload: TinyLife.Actions.Action.CanMultitask*
- modifiers.csharp:
- - public
- - static
- modifiers.vb:
- - Public
- - Shared
references:
- uid: TinyLife.Objects.Person
commentId: T:TinyLife.Objects.Person
@@ -2534,10 +2501,14 @@ references:
fullName: TinyLife.Actions.ActionType
- uid: TinyLife.Objects.Person.ActionQueue
commentId: F:TinyLife.Objects.Person.ActionQueue
- isExternal: true
+ name: ActionQueue
+ nameWithType: Person.ActionQueue
+ fullName: TinyLife.Objects.Person.ActionQueue
- uid: TinyLife.Objects.Person.CurrentActions
commentId: F:TinyLife.Objects.Person.CurrentActions
- isExternal: true
+ name: CurrentActions
+ nameWithType: Person.CurrentActions
+ fullName: TinyLife.Objects.Person.CurrentActions
- uid: TinyLife.Actions.MultiAction
commentId: T:TinyLife.Actions.MultiAction
parent: TinyLife.Actions
@@ -2546,19 +2517,37 @@ references:
fullName: TinyLife.Actions.MultiAction
- uid: TinyLife.Objects.Person.OnActionsCompleted
commentId: E:TinyLife.Objects.Person.OnActionsCompleted
- isExternal: true
+ name: OnActionsCompleted
+ nameWithType: Person.OnActionsCompleted
+ fullName: TinyLife.Objects.Person.OnActionsCompleted
- 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.Object
commentId: T:System.Object
parent: System
isExternal: true
- name: Object
- nameWithType: Object
- fullName: System.Object
+ 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: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
commentId: T:MLEM.Data.Json.JsonTypeSafeGenericDataHolder
parent: MLEM.Data.Json
@@ -2577,159 +2566,129 @@ references:
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
isExternal: true
- name: SetData(String, Object)
- nameWithType: JsonTypeSafeGenericDataHolder.SetData(String, Object)
- fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String, System.Object)
+ href: https://learn.microsoft.com/dotnet/api/system.string
+ name: SetData(string, object)
+ nameWithType: JsonTypeSafeGenericDataHolder.SetData(string, object)
+ fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(string, object)
+ nameWithType.vb: JsonTypeSafeGenericDataHolder.SetData(String, Object)
+ fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(String, Object)
+ name.vb: SetData(String, Object)
spec.csharp:
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
name: SetData
- nameWithType: JsonTypeSafeGenericDataHolder.SetData
- fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData
isExternal: true
- name: (
- nameWithType: (
- fullName: (
- uid: System.String
- name: String
- nameWithType: String
- fullName: System.String
+ name: string
isExternal: true
- - name: ', '
- nameWithType: ', '
- fullName: ', '
+ href: https://learn.microsoft.com/dotnet/api/system.string
+ - name: ','
+ - name: " "
- uid: System.Object
- name: Object
- nameWithType: Object
- fullName: System.Object
+ name: object
isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
- nameWithType: )
- fullName: )
spec.vb:
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
name: SetData
- nameWithType: JsonTypeSafeGenericDataHolder.SetData
- fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData
isExternal: true
- name: (
- nameWithType: (
- fullName: (
- uid: System.String
name: String
- nameWithType: String
- fullName: System.String
isExternal: true
- - name: ', '
- nameWithType: ', '
- fullName: ', '
+ href: https://learn.microsoft.com/dotnet/api/system.string
+ - name: ','
+ - name: " "
- uid: System.Object
name: Object
- nameWithType: Object
- fullName: System.Object
isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
- nameWithType: )
- fullName: )
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
definition: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
- name: SetData(String, T)
- nameWithType: JsonTypeSafeGenericDataHolder.SetData(String, T)
- fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String, T)
+ href: https://learn.microsoft.com/dotnet/api/system.string
+ name: SetData(string, T)
+ nameWithType: JsonTypeSafeGenericDataHolder.SetData(string, T)
+ fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(string, T)
nameWithType.vb: JsonTypeSafeGenericDataHolder.SetData(Of T)(String, T)
- fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(Of T)(System.String, T)
+ fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(Of T)(String, T)
name.vb: SetData(Of T)(String, T)
spec.csharp:
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
- name: SetData
- nameWithType: JsonTypeSafeGenericDataHolder.SetData
- fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData
+ name: SetData
isExternal: true
- - name: (
- nameWithType: (
- fullName: (
- - uid: System.String
- name: String
- nameWithType: String
- fullName: System.String
- isExternal: true
- - name: ', '
- nameWithType: ', '
- fullName: ', '
+ - name: <
+ - name: T
+ - name: '>'
+ - name: (
+ - uid: System.String
+ name: string
+ isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.string
+ - name: ','
+ - name: " "
- name: T
- nameWithType: T
- fullName: T
- name: )
- nameWithType: )
- fullName: )
spec.vb:
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
- name: SetData(Of T)
- nameWithType: JsonTypeSafeGenericDataHolder.SetData(Of T)
- fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(Of T)
+ name: SetData
isExternal: true
- name: (
- nameWithType: (
- fullName: (
+ - name: Of
+ - name: " "
+ - name: T
+ - name: )
+ - name: (
- uid: System.String
name: String
- nameWithType: String
- fullName: System.String
isExternal: true
- - name: ', '
- nameWithType: ', '
- fullName: ', '
+ href: https://learn.microsoft.com/dotnet/api/system.string
+ - name: ','
+ - name: " "
- name: T
- nameWithType: T
- fullName: T
- name: )
- nameWithType: )
- fullName: )
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
isExternal: true
- name: GetData(String)
- nameWithType: JsonTypeSafeGenericDataHolder.GetData(String)
- fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData(System.String)
+ href: https://learn.microsoft.com/dotnet/api/system.string
+ name: GetData(string)
+ nameWithType: JsonTypeSafeGenericDataHolder.GetData(string)
+ fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData(string)
nameWithType.vb: JsonTypeSafeGenericDataHolder.GetData(Of T)(String)
- fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData(Of T)(System.String)
+ fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData(Of T)(String)
name.vb: GetData(Of T)(String)
spec.csharp:
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
- name: GetData
- nameWithType: JsonTypeSafeGenericDataHolder.GetData
- fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData
+ name: GetData
isExternal: true
+ - name: <
+ - name: T
+ - name: '>'
- name: (
- nameWithType: (
- fullName: (
- uid: System.String
- name: String
- nameWithType: String
- fullName: System.String
+ name: string
isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.string
- name: )
- nameWithType: )
- fullName: )
spec.vb:
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
- name: GetData(Of T)
- nameWithType: JsonTypeSafeGenericDataHolder.GetData(Of T)
- fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData(Of T)
+ name: GetData
isExternal: true
- name: (
- nameWithType: (
- fullName: (
+ - name: Of
+ - name: " "
+ - name: T
+ - name: )
+ - name: (
- uid: System.String
name: String
- nameWithType: String
- fullName: System.String
isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.string
- name: )
- nameWithType: )
- fullName: )
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
@@ -2740,346 +2699,289 @@ references:
spec.csharp:
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
name: GetDataKeys
- nameWithType: JsonTypeSafeGenericDataHolder.GetDataKeys
- fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
isExternal: true
- name: (
- nameWithType: (
- fullName: (
- name: )
- nameWithType: )
- fullName: )
spec.vb:
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
name: GetDataKeys
- nameWithType: JsonTypeSafeGenericDataHolder.GetDataKeys
- fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
isExternal: true
- name: (
- nameWithType: (
- fullName: (
- 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)
+ href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
+ name: Equals(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:
- uid: System.Object.Equals(System.Object)
name: Equals
- nameWithType: Object.Equals
- fullName: System.Object.Equals
isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
- name: (
- nameWithType: (
- fullName: (
- uid: System.Object
- name: Object
- nameWithType: Object
- fullName: System.Object
+ name: object
isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
- nameWithType: )
- fullName: )
spec.vb:
- uid: System.Object.Equals(System.Object)
name: Equals
- nameWithType: Object.Equals
- fullName: System.Object.Equals
isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
- name: (
- nameWithType: (
- fullName: (
- uid: System.Object
name: Object
- nameWithType: Object
- fullName: System.Object
isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.object
- 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)
+ 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
- nameWithType: Object.Equals
- fullName: System.Object.Equals
isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
- name: (
- nameWithType: (
- fullName: (
- uid: System.Object
- name: Object
- nameWithType: Object
- fullName: System.Object
+ name: object
isExternal: true
- - name: ', '
- nameWithType: ', '
- fullName: ', '
+ href: https://learn.microsoft.com/dotnet/api/system.object
+ - name: ','
+ - name: " "
- uid: System.Object
- name: Object
- nameWithType: Object
- fullName: System.Object
+ name: object
isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
- nameWithType: )
- fullName: )
spec.vb:
- uid: System.Object.Equals(System.Object,System.Object)
name: Equals
- nameWithType: Object.Equals
- fullName: System.Object.Equals
isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
- name: (
- nameWithType: (
- fullName: (
- uid: System.Object
name: Object
- nameWithType: Object
- fullName: System.Object
isExternal: true
- - name: ', '
- nameWithType: ', '
- fullName: ', '
+ href: https://learn.microsoft.com/dotnet/api/system.object
+ - name: ','
+ - name: " "
- uid: System.Object
name: Object
- nameWithType: Object
- fullName: System.Object
isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
- nameWithType: )
- fullName: )
- uid: System.Object.GetHashCode
commentId: M:System.Object.GetHashCode
parent: System.Object
isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
name: GetHashCode()
- nameWithType: Object.GetHashCode()
- fullName: System.Object.GetHashCode()
+ nameWithType: object.GetHashCode()
+ fullName: object.GetHashCode()
+ nameWithType.vb: Object.GetHashCode()
+ fullName.vb: Object.GetHashCode()
spec.csharp:
- uid: System.Object.GetHashCode
name: GetHashCode
- nameWithType: Object.GetHashCode
- fullName: System.Object.GetHashCode
isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
- name: (
- nameWithType: (
- fullName: (
- name: )
- nameWithType: )
- fullName: )
spec.vb:
- uid: System.Object.GetHashCode
name: GetHashCode
- nameWithType: Object.GetHashCode
- fullName: System.Object.GetHashCode
isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
- name: (
- nameWithType: (
- fullName: (
- name: )
- nameWithType: )
- fullName: )
- 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: System.Object.GetType()
+ nameWithType: object.GetType()
+ fullName: object.GetType()
+ nameWithType.vb: Object.GetType()
+ fullName.vb: Object.GetType()
spec.csharp:
- uid: System.Object.GetType
name: GetType
- nameWithType: Object.GetType
- fullName: System.Object.GetType
isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.object.gettype
- name: (
- nameWithType: (
- fullName: (
- name: )
- nameWithType: )
- fullName: )
spec.vb:
- uid: System.Object.GetType
name: GetType
- nameWithType: Object.GetType
- fullName: System.Object.GetType
isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.object.gettype
- name: (
- nameWithType: (
- fullName: (
- name: )
- nameWithType: )
- fullName: )
- uid: System.Object.MemberwiseClone
commentId: M:System.Object.MemberwiseClone
parent: System.Object
isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
name: MemberwiseClone()
- nameWithType: Object.MemberwiseClone()
- fullName: System.Object.MemberwiseClone()
+ nameWithType: object.MemberwiseClone()
+ fullName: object.MemberwiseClone()
+ nameWithType.vb: Object.MemberwiseClone()
+ fullName.vb: Object.MemberwiseClone()
spec.csharp:
- uid: System.Object.MemberwiseClone
name: MemberwiseClone
- nameWithType: Object.MemberwiseClone
- fullName: System.Object.MemberwiseClone
isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
- name: (
- nameWithType: (
- fullName: (
- name: )
- nameWithType: )
- fullName: )
spec.vb:
- uid: System.Object.MemberwiseClone
name: MemberwiseClone
- nameWithType: Object.MemberwiseClone
- fullName: System.Object.MemberwiseClone
isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
- 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)
+ 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
- nameWithType: Object.ReferenceEquals
- fullName: System.Object.ReferenceEquals
isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
- name: (
- nameWithType: (
- fullName: (
- uid: System.Object
- name: Object
- nameWithType: Object
- fullName: System.Object
+ name: object
isExternal: true
- - name: ', '
- nameWithType: ', '
- fullName: ', '
+ href: https://learn.microsoft.com/dotnet/api/system.object
+ - name: ','
+ - name: " "
- uid: System.Object
- name: Object
- nameWithType: Object
- fullName: System.Object
+ name: object
isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
- nameWithType: )
- fullName: )
spec.vb:
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals
- nameWithType: Object.ReferenceEquals
- fullName: System.Object.ReferenceEquals
isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
- name: (
- nameWithType: (
- fullName: (
- uid: System.Object
name: Object
- nameWithType: Object
- fullName: System.Object
isExternal: true
- - name: ', '
- nameWithType: ', '
- fullName: ', '
+ href: https://learn.microsoft.com/dotnet/api/system.object
+ - name: ','
+ - name: " "
- uid: System.Object
name: Object
- nameWithType: Object
- fullName: System.Object
isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
- nameWithType: )
- fullName: )
- uid: System.Object.ToString
commentId: M:System.Object.ToString
parent: System.Object
isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.object.tostring
name: ToString()
- nameWithType: Object.ToString()
- fullName: System.Object.ToString()
+ nameWithType: object.ToString()
+ fullName: object.ToString()
+ nameWithType.vb: Object.ToString()
+ fullName.vb: Object.ToString()
spec.csharp:
- uid: System.Object.ToString
name: ToString
- nameWithType: Object.ToString
- fullName: System.Object.ToString
isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.object.tostring
- name: (
- nameWithType: (
- fullName: (
- name: )
- nameWithType: )
- fullName: )
spec.vb:
- uid: System.Object.ToString
name: ToString
- nameWithType: Object.ToString
- fullName: System.Object.ToString
isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.object.tostring
- name: (
- nameWithType: (
- fullName: (
- name: )
- nameWithType: )
- fullName: )
- uid: TinyLife.Actions.Action.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()
- nameWithType.vb: Extensions.JsonCopy(Of Action)()
- fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Actions.Action)()
- name.vb: JsonCopy(Of Action)()
+ name: JsonCopy(Action)
+ nameWithType: Extensions.JsonCopy(Action)
+ fullName: TinyLife.Utilities.Extensions.JsonCopy(TinyLife.Actions.Action)
+ nameWithType.vb: Extensions.JsonCopy(Of Action)(Action)
+ fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Actions.Action)(TinyLife.Actions.Action)
+ name.vb: JsonCopy(Of Action)(Action)
spec.csharp:
- - uid: TinyLife.Utilities.Extensions.JsonCopy``1
- name: JsonCopy
- nameWithType: Extensions.JsonCopy
- fullName: TinyLife.Utilities.Extensions.JsonCopy
+ - uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.Action)
+ name: JsonCopy
+ - name: <
+ - uid: TinyLife.Actions.Action
+ name: Action
+ - name: '>'
- name: (
- nameWithType: (
- fullName: (
+ - uid: TinyLife.Actions.Action
+ name: Action
- name: )
- nameWithType: )
- fullName: )
spec.vb:
- - uid: TinyLife.Utilities.Extensions.JsonCopy``1
- name: JsonCopy(Of Action)
- nameWithType: Extensions.JsonCopy(Of Action)
- fullName: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Actions.Action)
+ - uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.Action)
+ name: JsonCopy
- name: (
- nameWithType: (
- fullName: (
+ - name: Of
+ - name: " "
+ - uid: TinyLife.Actions.Action
+ name: Action
+ - name: )
+ - name: (
+ - uid: TinyLife.Actions.Action
+ name: Action
- name: )
- nameWithType: )
- fullName: )
- uid: TinyLife.Objects
commentId: N:TinyLife.Objects
name: TinyLife.Objects
nameWithType: 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
commentId: N:System
isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system
name: System
nameWithType: System
fullName: System
@@ -3089,67 +2991,96 @@ references:
name: MLEM.Data.Json
nameWithType: MLEM.Data.Json
fullName: MLEM.Data.Json
+ spec.csharp:
+ - uid: MLEM
+ name: MLEM
+ isExternal: true
+ - name: .
+ - uid: MLEM.Data
+ name: Data
+ isExternal: true
+ - name: .
+ - uid: MLEM.Data.Json
+ name: Json
+ isExternal: true
+ spec.vb:
+ - uid: MLEM
+ name: MLEM
+ isExternal: true
+ - name: .
+ - uid: MLEM.Data
+ name: Data
+ isExternal: true
+ - name: .
+ - uid: MLEM.Data.Json
+ name: Json
+ isExternal: true
- uid: MLEM.Misc
commentId: N:MLEM.Misc
isExternal: true
name: MLEM.Misc
nameWithType: MLEM.Misc
fullName: MLEM.Misc
+ spec.csharp:
+ - uid: MLEM
+ name: MLEM
+ isExternal: true
+ - name: .
+ - uid: MLEM.Misc
+ name: Misc
+ isExternal: true
+ spec.vb:
+ - uid: MLEM
+ name: MLEM
+ isExternal: true
+ - name: .
+ - uid: MLEM.Misc
+ name: Misc
+ isExternal: true
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
isExternal: true
- name: SetData(String, T)
- nameWithType: JsonTypeSafeGenericDataHolder.SetData(String, T)
- fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String, T)
+ href: https://learn.microsoft.com/dotnet/api/system.string
+ name: SetData(string, T)
+ nameWithType: JsonTypeSafeGenericDataHolder.SetData(string, T)
+ fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(string, T)
nameWithType.vb: JsonTypeSafeGenericDataHolder.SetData(Of T)(String, T)
- fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(Of T)(System.String, T)
+ fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(Of T)(String, T)
name.vb: SetData(Of T)(String, T)
spec.csharp:
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
- name: SetData
- nameWithType: JsonTypeSafeGenericDataHolder.SetData
- fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData
+ name: SetData
isExternal: true
- - name: (
- nameWithType: (
- fullName: (
- - uid: System.String
- name: String
- nameWithType: String
- fullName: System.String
- isExternal: true
- - name: ', '
- nameWithType: ', '
- fullName: ', '
+ - name: <
+ - name: T
+ - name: '>'
+ - name: (
+ - uid: System.String
+ name: string
+ isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.string
+ - name: ','
+ - name: " "
- name: T
- nameWithType: T
- fullName: T
- name: )
- nameWithType: )
- fullName: )
spec.vb:
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
- name: SetData(Of T)
- nameWithType: JsonTypeSafeGenericDataHolder.SetData(Of T)
- fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(Of T)
+ name: SetData
isExternal: true
- name: (
- nameWithType: (
- fullName: (
+ - name: Of
+ - name: " "
+ - name: T
+ - name: )
+ - name: (
- uid: System.String
name: String
- nameWithType: String
- fullName: System.String
isExternal: true
- - name: ', '
- nameWithType: ', '
- fullName: ', '
+ href: https://learn.microsoft.com/dotnet/api/system.string
+ - name: ','
+ - name: " "
- 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)
@@ -3160,32 +3091,24 @@ references:
name.vb: JsonCopy(Of T)(T)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
- name: JsonCopy
- nameWithType: Extensions.JsonCopy
- fullName: TinyLife.Utilities.Extensions.JsonCopy
- - name: (
- nameWithType: (
- fullName: (
+ name: JsonCopy
+ - name: <
+ - name: T
+ - name: '>'
+ - name: (
- 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: JsonCopy
+ - name: (
+ - name: Of
+ - name: " "
+ - name: T
+ - name: )
- name: (
- nameWithType: (
- fullName: (
- name: T
- nameWithType: T
- fullName: T
- name: )
- nameWithType: )
- fullName: )
- uid: TinyLife.Utilities.Extensions
commentId: T:TinyLife.Utilities.Extensions
parent: TinyLife.Utilities
@@ -3197,6 +3120,18 @@ references:
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.Action.Random
commentId: F:TinyLife.Actions.Action.Random
parent: TinyLife.Actions.Action
@@ -3207,6 +3142,7 @@ references:
commentId: T:System.Random
parent: System
isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.random
name: Random
nameWithType: Random
fullName: System.Random
@@ -3237,6 +3173,7 @@ references:
commentId: T:System.TimeSpan
parent: System
isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.timespan
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
@@ -3249,6 +3186,10 @@ references:
- uid: System.TimeSpan.Zero
commentId: F:System.TimeSpan.Zero
isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.timespan.zero
+ name: Zero
+ nameWithType: TimeSpan.Zero
+ fullName: System.TimeSpan.Zero
- uid: TinyLife.Actions.Action.FullyInProgress*
commentId: Overload:TinyLife.Actions.Action.FullyInProgress
name: FullyInProgress
@@ -3258,15 +3199,27 @@ references:
commentId: T:System.Boolean
parent: System
isExternal: true
- name: Boolean
- nameWithType: Boolean
- fullName: System.Boolean
+ href: https://learn.microsoft.com/dotnet/api/system.boolean
+ name: bool
+ nameWithType: bool
+ fullName: bool
+ nameWithType.vb: Boolean
+ fullName.vb: Boolean
+ name.vb: Boolean
- uid: TinyLife.Actions.ActionInfo
commentId: T:TinyLife.Actions.ActionInfo
parent: TinyLife.Actions
name: ActionInfo
nameWithType: ActionInfo
fullName: TinyLife.Actions.ActionInfo
+- uid: System.Guid
+ commentId: T:System.Guid
+ parent: System
+ isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.guid
+ name: Guid
+ nameWithType: Guid
+ fullName: System.Guid
- uid: TinyLife.Objects.PersonAi
commentId: T:TinyLife.Objects.PersonAi
name: PersonAi
@@ -3277,6 +3230,35 @@ references:
name: StartedAutomatically
nameWithType: Action.StartedAutomatically
fullName: TinyLife.Actions.Action.StartedAutomatically
+- uid: TinyLife.Actions.Action.GetChildren(System.Boolean)
+ commentId: M:TinyLife.Actions.Action.GetChildren(System.Boolean)
+ parent: TinyLife.Actions.Action
+ isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.boolean
+ name: GetChildren(bool)
+ nameWithType: Action.GetChildren(bool)
+ fullName: TinyLife.Actions.Action.GetChildren(bool)
+ nameWithType.vb: Action.GetChildren(Boolean)
+ fullName.vb: TinyLife.Actions.Action.GetChildren(Boolean)
+ name.vb: GetChildren(Boolean)
+ spec.csharp:
+ - uid: TinyLife.Actions.Action.GetChildren(System.Boolean)
+ name: GetChildren
+ - name: (
+ - uid: System.Boolean
+ name: bool
+ isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.boolean
+ - name: )
+ spec.vb:
+ - uid: TinyLife.Actions.Action.GetChildren(System.Boolean)
+ name: GetChildren
+ - name: (
+ - uid: System.Boolean
+ name: Boolean
+ isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.boolean
+ - name: )
- uid: TinyLife.Actions.Handlers.UnderlyingActionHandler
commentId: T:TinyLife.Actions.Handlers.UnderlyingActionHandler
name: UnderlyingActionHandler
@@ -3298,6 +3280,24 @@ references:
name: TinyLife.Actions.Handlers
nameWithType: 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
- uid: TinyLife.Actions.Action.Map
commentId: P:TinyLife.Actions.Action.Map
parent: TinyLife.Actions.Action
@@ -3320,6 +3320,18 @@ references:
name: TinyLife.World
nameWithType: 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: TinyLife.Actions.Action.Person
commentId: P:TinyLife.Actions.Action.Person
parent: TinyLife.Actions.Action
@@ -3340,226 +3352,147 @@ references:
commentId: M: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)
parent: TinyLife.Actions.Action
isExternal: true
- name: OpenPlayerPrompt(String, Predicate, Action, Boolean, Func>, TextureRegion)
- nameWithType: Action.OpenPlayerPrompt(String, Predicate, Action, Boolean, Func>, TextureRegion)
- fullName: TinyLife.Actions.Action.OpenPlayerPrompt(System.String, System.Predicate, System.Action, System.Boolean, System.Func>, MLEM.Textures.TextureRegion)
+ href: https://learn.microsoft.com/dotnet/api/system.string
+ name: OpenPlayerPrompt(string, Predicate, Action, bool, Func>, TextureRegion)
+ nameWithType: Action.OpenPlayerPrompt(string, Predicate, Action, bool, Func>, TextureRegion)
+ fullName: TinyLife.Actions.Action.OpenPlayerPrompt(string, System.Predicate, System.Action, bool, System.Func>, MLEM.Textures.TextureRegion)
nameWithType.vb: Action.OpenPlayerPrompt(String, Predicate(Of Panel), Action(Of Panel), Boolean, Func(Of CoveringGroup, IEnumerable(Of Element)), TextureRegion)
- fullName.vb: TinyLife.Actions.Action.OpenPlayerPrompt(System.String, System.Predicate(Of MLEM.Ui.Elements.Panel), System.Action(Of MLEM.Ui.Elements.Panel), System.Boolean, System.Func(Of TinyLife.Uis.CoveringGroup, System.Collections.Generic.IEnumerable(Of MLEM.Ui.Elements.Element)), MLEM.Textures.TextureRegion)
+ fullName.vb: TinyLife.Actions.Action.OpenPlayerPrompt(String, System.Predicate(Of MLEM.Ui.Elements.Panel), System.Action(Of MLEM.Ui.Elements.Panel), Boolean, System.Func(Of TinyLife.Uis.CoveringGroup, System.Collections.Generic.IEnumerable(Of MLEM.Ui.Elements.Element)), MLEM.Textures.TextureRegion)
name.vb: OpenPlayerPrompt(String, Predicate(Of Panel), Action(Of Panel), Boolean, Func(Of CoveringGroup, IEnumerable(Of Element)), TextureRegion)
spec.csharp:
- uid: 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)
name: OpenPlayerPrompt
- nameWithType: Action.OpenPlayerPrompt
- fullName: TinyLife.Actions.Action.OpenPlayerPrompt
- name: (
- nameWithType: (
- fullName: (
- uid: System.String
- name: String
- nameWithType: String
- fullName: System.String
+ name: string
isExternal: true
- - name: ', '
- nameWithType: ', '
- fullName: ', '
+ href: https://learn.microsoft.com/dotnet/api/system.string
+ - name: ','
+ - name: " "
- uid: System.Predicate`1
name: Predicate
- nameWithType: Predicate
- fullName: System.Predicate
isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.predicate-1
- name: <
- nameWithType: <
- fullName: <
- uid: MLEM.Ui.Elements.Panel
name: Panel
- nameWithType: Panel
- fullName: MLEM.Ui.Elements.Panel
isExternal: true
- name: '>'
- nameWithType: '>'
- fullName: '>'
- - name: ', '
- nameWithType: ', '
- fullName: ', '
+ - name: ','
+ - name: " "
- uid: System.Action`1
name: Action
- nameWithType: Action
- fullName: System.Action
isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.action-1
- name: <
- nameWithType: <
- fullName: <
- uid: MLEM.Ui.Elements.Panel
name: Panel
- nameWithType: Panel
- fullName: MLEM.Ui.Elements.Panel
isExternal: true
- name: '>'
- nameWithType: '>'
- fullName: '>'
- - name: ', '
- nameWithType: ', '
- fullName: ', '
+ - name: ','
+ - name: " "
- uid: System.Boolean
- name: Boolean
- nameWithType: Boolean
- fullName: System.Boolean
+ name: bool
isExternal: true
- - name: ', '
- nameWithType: ', '
- fullName: ', '
+ href: https://learn.microsoft.com/dotnet/api/system.boolean
+ - name: ','
+ - name: " "
- uid: System.Func`2
name: Func
- nameWithType: Func
- fullName: System.Func
isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.func-2
- name: <
- nameWithType: <
- fullName: <
- uid: TinyLife.Uis.CoveringGroup
name: CoveringGroup
- nameWithType: CoveringGroup
- fullName: TinyLife.Uis.CoveringGroup
- - name: ', '
- nameWithType: ', '
- fullName: ', '
+ - name: ','
+ - name: " "
- uid: System.Collections.Generic.IEnumerable`1
name: IEnumerable
- nameWithType: IEnumerable
- fullName: System.Collections.Generic.IEnumerable
isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
- name: <
- nameWithType: <
- fullName: <
- uid: MLEM.Ui.Elements.Element
name: Element
- nameWithType: Element
- fullName: MLEM.Ui.Elements.Element
isExternal: true
- name: '>'
- nameWithType: '>'
- fullName: '>'
- name: '>'
- nameWithType: '>'
- fullName: '>'
- - name: ', '
- nameWithType: ', '
- fullName: ', '
+ - name: ','
+ - name: " "
- uid: MLEM.Textures.TextureRegion
name: TextureRegion
- nameWithType: TextureRegion
- fullName: MLEM.Textures.TextureRegion
isExternal: true
- name: )
- nameWithType: )
- fullName: )
spec.vb:
- uid: 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)
name: OpenPlayerPrompt
- nameWithType: Action.OpenPlayerPrompt
- fullName: TinyLife.Actions.Action.OpenPlayerPrompt
- name: (
- nameWithType: (
- fullName: (
- uid: System.String
name: String
- nameWithType: String
- fullName: System.String
isExternal: true
- - name: ', '
- nameWithType: ', '
- fullName: ', '
+ href: https://learn.microsoft.com/dotnet/api/system.string
+ - name: ','
+ - name: " "
- uid: System.Predicate`1
name: Predicate
- nameWithType: Predicate
- fullName: System.Predicate
isExternal: true
- - name: '(Of '
- nameWithType: '(Of '
- fullName: '(Of '
+ href: https://learn.microsoft.com/dotnet/api/system.predicate-1
+ - name: (
+ - name: Of
+ - name: " "
- uid: MLEM.Ui.Elements.Panel
name: Panel
- nameWithType: Panel
- fullName: MLEM.Ui.Elements.Panel
isExternal: true
- name: )
- nameWithType: )
- fullName: )
- - name: ', '
- nameWithType: ', '
- fullName: ', '
+ - name: ','
+ - name: " "
- uid: System.Action`1
name: Action
- nameWithType: Action
- fullName: System.Action
isExternal: true
- - name: '(Of '
- nameWithType: '(Of '
- fullName: '(Of '
+ href: https://learn.microsoft.com/dotnet/api/system.action-1
+ - name: (
+ - name: Of
+ - name: " "
- uid: MLEM.Ui.Elements.Panel
name: Panel
- nameWithType: Panel
- fullName: MLEM.Ui.Elements.Panel
isExternal: true
- name: )
- nameWithType: )
- fullName: )
- - name: ', '
- nameWithType: ', '
- fullName: ', '
+ - name: ','
+ - name: " "
- uid: System.Boolean
name: Boolean
- nameWithType: Boolean
- fullName: System.Boolean
isExternal: true
- - name: ', '
- nameWithType: ', '
- fullName: ', '
+ href: https://learn.microsoft.com/dotnet/api/system.boolean
+ - name: ','
+ - name: " "
- uid: System.Func`2
name: Func
- nameWithType: Func
- fullName: System.Func
isExternal: true
- - name: '(Of '
- nameWithType: '(Of '
- fullName: '(Of '
+ href: https://learn.microsoft.com/dotnet/api/system.func-2
+ - name: (
+ - name: Of
+ - name: " "
- uid: TinyLife.Uis.CoveringGroup
name: CoveringGroup
- nameWithType: CoveringGroup
- fullName: TinyLife.Uis.CoveringGroup
- - name: ', '
- nameWithType: ', '
- fullName: ', '
+ - name: ','
+ - name: " "
- uid: System.Collections.Generic.IEnumerable`1
name: IEnumerable
- nameWithType: IEnumerable
- fullName: System.Collections.Generic.IEnumerable
isExternal: true
- - name: '(Of '
- nameWithType: '(Of '
- fullName: '(Of '
+ href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
+ - name: (
+ - name: Of
+ - name: " "
- uid: MLEM.Ui.Elements.Element
name: Element
- nameWithType: Element
- fullName: MLEM.Ui.Elements.Element
isExternal: true
- name: )
- nameWithType: )
- fullName: )
- name: )
- nameWithType: )
- fullName: )
- - name: ', '
- nameWithType: ', '
- fullName: ', '
+ - name: ','
+ - name: " "
- uid: MLEM.Textures.TextureRegion
name: TextureRegion
- nameWithType: TextureRegion
- fullName: MLEM.Textures.TextureRegion
isExternal: true
- name: )
- nameWithType: )
- fullName: )
- uid: TinyLife.Actions.Action.PlayerPromptOpen*
commentId: Overload:TinyLife.Actions.Action.PlayerPromptOpen
name: PlayerPromptOpen
@@ -3580,141 +3513,83 @@ references:
spec.csharp:
- uid: TinyLife.Actions.Action.IsCompleted
name: IsCompleted
- nameWithType: Action.IsCompleted
- fullName: TinyLife.Actions.Action.IsCompleted
- name: (
- nameWithType: (
- fullName: (
- name: )
- nameWithType: )
- fullName: )
spec.vb:
- uid: TinyLife.Actions.Action.IsCompleted
name: IsCompleted
- nameWithType: Action.IsCompleted
- fullName: TinyLife.Actions.Action.IsCompleted
- name: (
- nameWithType: (
- fullName: (
- name: )
- nameWithType: )
- fullName: )
- uid: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
commentId: M:TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.Action
isExternal: true
- name: Update(GameTime, TimeSpan, Single)
- nameWithType: Action.Update(GameTime, TimeSpan, Single)
- fullName: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
+ href: https://learn.microsoft.com/dotnet/api/system.timespan
+ name: Update(GameTime, TimeSpan, float)
+ nameWithType: Action.Update(GameTime, TimeSpan, float)
+ fullName: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
+ nameWithType.vb: Action.Update(GameTime, TimeSpan, Single)
+ fullName.vb: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, Single)
+ name.vb: Update(GameTime, TimeSpan, Single)
spec.csharp:
- uid: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: Update
- nameWithType: Action.Update
- fullName: TinyLife.Actions.Action.Update
- name: (
- nameWithType: (
- fullName: (
- uid: Microsoft.Xna.Framework.GameTime
name: GameTime
- nameWithType: GameTime
- fullName: Microsoft.Xna.Framework.GameTime
isExternal: true
- - name: ', '
- nameWithType: ', '
- fullName: ', '
+ - name: ','
+ - name: " "
- uid: System.TimeSpan
name: TimeSpan
- nameWithType: TimeSpan
- fullName: System.TimeSpan
isExternal: true
- - name: ', '
- nameWithType: ', '
- fullName: ', '
+ href: https://learn.microsoft.com/dotnet/api/system.timespan
+ - name: ','
+ - name: " "
- uid: System.Single
- name: Single
- nameWithType: Single
- fullName: System.Single
+ name: float
isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.single
- name: )
- nameWithType: )
- fullName: )
spec.vb:
- uid: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: Update
- nameWithType: Action.Update
- fullName: TinyLife.Actions.Action.Update
- name: (
- nameWithType: (
- fullName: (
- uid: Microsoft.Xna.Framework.GameTime
name: GameTime
- nameWithType: GameTime
- fullName: Microsoft.Xna.Framework.GameTime
isExternal: true
- - name: ', '
- nameWithType: ', '
- fullName: ', '
+ - name: ','
+ - name: " "
- uid: System.TimeSpan
name: TimeSpan
- nameWithType: TimeSpan
- fullName: System.TimeSpan
isExternal: true
- - name: ', '
- nameWithType: ', '
- fullName: ', '
+ href: https://learn.microsoft.com/dotnet/api/system.timespan
+ - name: ','
+ - name: " "
- uid: System.Single
name: Single
- nameWithType: Single
- fullName: System.Single
isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.single
- name: )
- nameWithType: )
- fullName: )
- uid: System.Nullable{TinyLife.Actions.CompletionType}
commentId: T:System.Nullable{TinyLife.Actions.CompletionType}
parent: System
definition: System.Nullable`1
- name: Nullable
- nameWithType: Nullable
- fullName: System.Nullable
- nameWithType.vb: Nullable(Of CompletionType)
- fullName.vb: System.Nullable(Of TinyLife.Actions.CompletionType)
- name.vb: Nullable(Of CompletionType)
+ name: CompletionType?
+ nameWithType: CompletionType?
+ fullName: TinyLife.Actions.CompletionType?
spec.csharp:
- - uid: System.Nullable`1
- name: Nullable
- nameWithType: Nullable
- fullName: System.Nullable
- isExternal: true
- - name: <
- nameWithType: <
- fullName: <
- uid: TinyLife.Actions.CompletionType
name: CompletionType
- nameWithType: CompletionType
- fullName: TinyLife.Actions.CompletionType
- - name: '>'
- nameWithType: '>'
- fullName: '>'
+ - name: '?'
spec.vb:
- - uid: System.Nullable`1
- name: Nullable
- nameWithType: Nullable
- fullName: System.Nullable
- isExternal: true
- - name: '(Of '
- nameWithType: '(Of '
- fullName: '(Of '
- uid: TinyLife.Actions.CompletionType
name: CompletionType
- nameWithType: CompletionType
- fullName: TinyLife.Actions.CompletionType
- - name: )
- nameWithType: )
- fullName: )
+ - name: '?'
- uid: System.Nullable`1
commentId: T:System.Nullable`1
isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.nullable-1
name: Nullable
nameWithType: Nullable
fullName: System.Nullable
@@ -3724,38 +3599,29 @@ references:
spec.csharp:
- uid: System.Nullable`1
name: Nullable
- nameWithType: Nullable
- fullName: System.Nullable
isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.nullable-1
- name: <
- nameWithType: <
- fullName: <
- name: T
- nameWithType: T
- fullName: T
- name: '>'
- nameWithType: '>'
- fullName: '>'
spec.vb:
- uid: System.Nullable`1
name: Nullable
- nameWithType: Nullable
- fullName: System.Nullable
isExternal: true
- - name: '(Of '
- nameWithType: '(Of '
- fullName: '(Of '
+ href: https://learn.microsoft.com/dotnet/api/system.nullable-1
+ - name: (
+ - name: Of
+ - name: " "
- name: T
- nameWithType: T
- fullName: T
- name: )
- nameWithType: )
- fullName: )
- uid: TinyLife.Actions.Action.#ctor*
commentId: Overload:TinyLife.Actions.Action.#ctor
name: Action
nameWithType: Action.Action
fullName: TinyLife.Actions.Action.Action
+ nameWithType.vb: Action.New
+ fullName.vb: TinyLife.Actions.Action.New
+ name.vb: New
- uid: TinyLife.Actions.Action.Initialize*
commentId: Overload:TinyLife.Actions.Action.Initialize
name: Initialize
@@ -3765,106 +3631,78 @@ references:
commentId: M:TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
parent: TinyLife.Objects.MapObject
isExternal: true
- name: ActionUpdate(Action, GameTime, TimeSpan, Single, Boolean)
- nameWithType: MapObject.ActionUpdate(Action, GameTime, TimeSpan, Single, Boolean)
- fullName: TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action, Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single, System.Boolean)
+ href: https://learn.microsoft.com/dotnet/api/system.timespan
+ name: ActionUpdate(Action, GameTime, TimeSpan, float, bool)
+ nameWithType: MapObject.ActionUpdate(Action, GameTime, TimeSpan, float, bool)
+ fullName: TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action, Microsoft.Xna.Framework.GameTime, System.TimeSpan, float, bool)
+ nameWithType.vb: MapObject.ActionUpdate(Action, GameTime, TimeSpan, Single, Boolean)
+ fullName.vb: TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action, Microsoft.Xna.Framework.GameTime, System.TimeSpan, Single, Boolean)
+ name.vb: ActionUpdate(Action, GameTime, TimeSpan, Single, Boolean)
spec.csharp:
- uid: TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
name: ActionUpdate
- nameWithType: MapObject.ActionUpdate
- fullName: TinyLife.Objects.MapObject.ActionUpdate
- name: (
- nameWithType: (
- fullName: (
- uid: TinyLife.Actions.Action
name: Action
- nameWithType: Action
- fullName: TinyLife.Actions.Action
- - name: ', '
- nameWithType: ', '
- fullName: ', '
+ - name: ','
+ - name: " "
- uid: Microsoft.Xna.Framework.GameTime
name: GameTime
- nameWithType: GameTime
- fullName: Microsoft.Xna.Framework.GameTime
isExternal: true
- - name: ', '
- nameWithType: ', '
- fullName: ', '
+ - name: ','
+ - name: " "
- uid: System.TimeSpan
name: TimeSpan
- nameWithType: TimeSpan
- fullName: System.TimeSpan
isExternal: true
- - name: ', '
- nameWithType: ', '
- fullName: ', '
+ href: https://learn.microsoft.com/dotnet/api/system.timespan
+ - name: ','
+ - name: " "
- uid: System.Single
- name: Single
- nameWithType: Single
- fullName: System.Single
+ name: float
isExternal: true
- - name: ', '
- nameWithType: ', '
- fullName: ', '
+ href: https://learn.microsoft.com/dotnet/api/system.single
+ - name: ','
+ - name: " "
- uid: System.Boolean
- name: Boolean
- nameWithType: Boolean
- fullName: System.Boolean
+ name: bool
isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: )
- nameWithType: )
- fullName: )
spec.vb:
- uid: TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
name: ActionUpdate
- nameWithType: MapObject.ActionUpdate
- fullName: TinyLife.Objects.MapObject.ActionUpdate
- name: (
- nameWithType: (
- fullName: (
- uid: TinyLife.Actions.Action
name: Action
- nameWithType: Action
- fullName: TinyLife.Actions.Action
- - name: ', '
- nameWithType: ', '
- fullName: ', '
+ - name: ','
+ - name: " "
- uid: Microsoft.Xna.Framework.GameTime
name: GameTime
- nameWithType: GameTime
- fullName: Microsoft.Xna.Framework.GameTime
isExternal: true
- - name: ', '
- nameWithType: ', '
- fullName: ', '
+ - name: ','
+ - name: " "
- uid: System.TimeSpan
name: TimeSpan
- nameWithType: TimeSpan
- fullName: System.TimeSpan
isExternal: true
- - name: ', '
- nameWithType: ', '
- fullName: ', '
+ href: https://learn.microsoft.com/dotnet/api/system.timespan
+ - name: ','
+ - name: " "
- uid: System.Single
name: Single
- nameWithType: Single
- fullName: System.Single
isExternal: true
- - name: ', '
- nameWithType: ', '
- fullName: ', '
+ href: https://learn.microsoft.com/dotnet/api/system.single
+ - name: ','
+ - name: " "
- uid: System.Boolean
name: Boolean
- nameWithType: Boolean
- fullName: System.Boolean
isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: )
- nameWithType: )
- fullName: )
- uid: TinyLife.GameImpl.Speed
commentId: P:TinyLife.GameImpl.Speed
- isExternal: true
+ name: Speed
+ nameWithType: GameImpl.Speed
+ fullName: TinyLife.GameImpl.Speed
- uid: TinyLife.Actions.Action.Update*
commentId: Overload:TinyLife.Actions.Action.Update
name: Update
@@ -3881,9 +3719,13 @@ references:
commentId: T:System.Single
parent: System
isExternal: true
- name: Single
- nameWithType: Single
- fullName: System.Single
+ href: https://learn.microsoft.com/dotnet/api/system.single
+ name: float
+ nameWithType: float
+ fullName: float
+ nameWithType.vb: Single
+ fullName.vb: Single
+ name.vb: Single
- uid: TinyLife.Objects.MapObject
commentId: T:TinyLife.Objects.MapObject
parent: TinyLife.Objects
@@ -3896,9 +3738,35 @@ references:
name: Microsoft.Xna.Framework
nameWithType: 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: TinyLife.Actions.CompletionType.Completed
commentId: F:TinyLife.Actions.CompletionType.Completed
- isExternal: true
+ name: Completed
+ nameWithType: CompletionType.Completed
+ fullName: TinyLife.Actions.CompletionType.Completed
- uid: TinyLife.Actions.Action.OnCompleted(TinyLife.Actions.CompletionType)
commentId: M:TinyLife.Actions.Action.OnCompleted(TinyLife.Actions.CompletionType)
parent: TinyLife.Actions.Action
@@ -3908,33 +3776,17 @@ references:
spec.csharp:
- uid: TinyLife.Actions.Action.OnCompleted(TinyLife.Actions.CompletionType)
name: OnCompleted
- nameWithType: Action.OnCompleted
- fullName: TinyLife.Actions.Action.OnCompleted
- name: (
- nameWithType: (
- fullName: (
- uid: TinyLife.Actions.CompletionType
name: CompletionType
- nameWithType: CompletionType
- fullName: TinyLife.Actions.CompletionType
- name: )
- nameWithType: )
- fullName: )
spec.vb:
- uid: TinyLife.Actions.Action.OnCompleted(TinyLife.Actions.CompletionType)
name: OnCompleted
- nameWithType: Action.OnCompleted
- fullName: TinyLife.Actions.Action.OnCompleted
- name: (
- nameWithType: (
- fullName: (
- uid: TinyLife.Actions.CompletionType
name: CompletionType
- nameWithType: CompletionType
- fullName: TinyLife.Actions.CompletionType
- name: )
- nameWithType: )
- fullName: )
- uid: TinyLife.Actions.Action.ForceResult
commentId: F:TinyLife.Actions.Action.ForceResult
parent: TinyLife.Actions.Action
@@ -3943,7 +3795,9 @@ references:
fullName: TinyLife.Actions.Action.ForceResult
- uid: TinyLife.Actions.CompletionType.Active
commentId: F:TinyLife.Actions.CompletionType.Active
- isExternal: true
+ name: Active
+ nameWithType: CompletionType.Active
+ fullName: TinyLife.Actions.CompletionType.Active
- uid: TinyLife.Actions.Action.IsCompleted*
commentId: Overload:TinyLife.Actions.Action.IsCompleted
name: IsCompleted
@@ -3953,69 +3807,47 @@ references:
commentId: M:TinyLife.Objects.MapObject.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
parent: TinyLife.Objects.MapObject
isExternal: true
- name: OnActionCompleted(Action, CompletionType, Boolean)
- nameWithType: MapObject.OnActionCompleted(Action, CompletionType, Boolean)
- fullName: TinyLife.Objects.MapObject.OnActionCompleted(TinyLife.Actions.Action, TinyLife.Actions.CompletionType, System.Boolean)
+ href: https://learn.microsoft.com/dotnet/api/system.boolean
+ name: OnActionCompleted(Action, CompletionType, bool)
+ nameWithType: MapObject.OnActionCompleted(Action, CompletionType, bool)
+ fullName: TinyLife.Objects.MapObject.OnActionCompleted(TinyLife.Actions.Action, TinyLife.Actions.CompletionType, bool)
+ nameWithType.vb: MapObject.OnActionCompleted(Action, CompletionType, Boolean)
+ fullName.vb: TinyLife.Objects.MapObject.OnActionCompleted(TinyLife.Actions.Action, TinyLife.Actions.CompletionType, Boolean)
+ name.vb: OnActionCompleted(Action, CompletionType, Boolean)
spec.csharp:
- uid: TinyLife.Objects.MapObject.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
name: OnActionCompleted
- nameWithType: MapObject.OnActionCompleted
- fullName: TinyLife.Objects.MapObject.OnActionCompleted
- name: (
- nameWithType: (
- fullName: (
- uid: TinyLife.Actions.Action
name: Action
- nameWithType: Action
- fullName: TinyLife.Actions.Action
- - name: ', '
- nameWithType: ', '
- fullName: ', '
+ - name: ','
+ - name: " "
- uid: TinyLife.Actions.CompletionType
name: CompletionType
- nameWithType: CompletionType
- fullName: TinyLife.Actions.CompletionType
- - name: ', '
- nameWithType: ', '
- fullName: ', '
+ - name: ','
+ - name: " "
- uid: System.Boolean
- name: Boolean
- nameWithType: Boolean
- fullName: System.Boolean
+ name: bool
isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: )
- nameWithType: )
- fullName: )
spec.vb:
- uid: TinyLife.Objects.MapObject.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
name: OnActionCompleted
- nameWithType: MapObject.OnActionCompleted
- fullName: TinyLife.Objects.MapObject.OnActionCompleted
- name: (
- nameWithType: (
- fullName: (
- uid: TinyLife.Actions.Action
name: Action
- nameWithType: Action
- fullName: TinyLife.Actions.Action
- - name: ', '
- nameWithType: ', '
- fullName: ', '
+ - name: ','
+ - name: " "
- uid: TinyLife.Actions.CompletionType
name: CompletionType
- nameWithType: CompletionType
- fullName: TinyLife.Actions.CompletionType
- - name: ', '
- nameWithType: ', '
- fullName: ', '
+ - name: ','
+ - name: " "
- uid: System.Boolean
name: Boolean
- nameWithType: Boolean
- fullName: System.Boolean
isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: )
- nameWithType: )
- fullName: )
- uid: TinyLife.Actions.Action.OnCompleted*
commentId: Overload:TinyLife.Actions.Action.OnCompleted
name: OnCompleted
@@ -4034,7 +3866,9 @@ references:
fullName: TinyLife.Objects.BreakableFurniture
- uid: TinyLife.Actions.ActionType.TypeSettings.IgnoreObjectConditions
commentId: F:TinyLife.Actions.ActionType.TypeSettings.IgnoreObjectConditions
- isExternal: true
+ name: IgnoreObjectConditions
+ nameWithType: ActionType.TypeSettings.IgnoreObjectConditions
+ fullName: TinyLife.Actions.ActionType.TypeSettings.IgnoreObjectConditions
- uid: TinyLife.Actions.Action.TryForceResult*
commentId: Overload:TinyLife.Actions.Action.TryForceResult
name: TryForceResult
@@ -4044,44 +3878,17 @@ references:
commentId: T:System.Nullable{TinyLife.Actions.CanExecuteResult}
parent: System
definition: System.Nullable`1
- name: Nullable
- nameWithType: Nullable
- fullName: System.Nullable
- nameWithType.vb: Nullable(Of CanExecuteResult)
- fullName.vb: System.Nullable(Of TinyLife.Actions.CanExecuteResult)
- name.vb: Nullable(Of CanExecuteResult)
+ name: CanExecuteResult?
+ nameWithType: CanExecuteResult?
+ fullName: TinyLife.Actions.CanExecuteResult?
spec.csharp:
- - uid: System.Nullable`1
- name: Nullable
- nameWithType: Nullable
- fullName: System.Nullable
- isExternal: true
- - name: <
- nameWithType: <
- fullName: <
- uid: TinyLife.Actions.CanExecuteResult
name: CanExecuteResult
- nameWithType: CanExecuteResult
- fullName: TinyLife.Actions.CanExecuteResult
- - name: '>'
- nameWithType: '>'
- fullName: '>'
+ - name: '?'
spec.vb:
- - uid: System.Nullable`1
- name: Nullable
- nameWithType: Nullable
- fullName: System.Nullable
- isExternal: true
- - name: '(Of '
- nameWithType: '(Of '
- fullName: '(Of '
- uid: TinyLife.Actions.CanExecuteResult
name: CanExecuteResult
- nameWithType: CanExecuteResult
- fullName: TinyLife.Actions.CanExecuteResult
- - name: )
- nameWithType: )
- fullName: )
+ - name: '?'
- uid: TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action)
commentId: M:TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action)
parent: TinyLife.Actions.Action
@@ -4091,52 +3898,35 @@ references:
spec.csharp:
- uid: TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action)
name: CanMultitask
- nameWithType: Action.CanMultitask
- fullName: TinyLife.Actions.Action.CanMultitask
- name: (
- nameWithType: (
- fullName: (
- uid: TinyLife.Actions.Action
name: Action
- nameWithType: Action
- fullName: TinyLife.Actions.Action
- - name: ', '
- nameWithType: ', '
- fullName: ', '
+ - name: ','
+ - name: " "
- uid: TinyLife.Actions.Action
name: Action
- nameWithType: Action
- fullName: TinyLife.Actions.Action
- name: )
- nameWithType: )
- fullName: )
spec.vb:
- uid: TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action)
name: CanMultitask
- nameWithType: Action.CanMultitask
- fullName: TinyLife.Actions.Action.CanMultitask
- name: (
- nameWithType: (
- fullName: (
- uid: TinyLife.Actions.Action
name: Action
- nameWithType: Action
- fullName: TinyLife.Actions.Action
- - name: ', '
- nameWithType: ', '
- fullName: ', '
+ - name: ','
+ - name: " "
- uid: TinyLife.Actions.Action
name: Action
- nameWithType: Action
- fullName: TinyLife.Actions.Action
- name: )
- nameWithType: )
- fullName: )
- uid: TinyLife.Actions.Action.CanMultitask*
commentId: Overload:TinyLife.Actions.Action.CanMultitask
name: CanMultitask
nameWithType: Action.CanMultitask
fullName: TinyLife.Actions.Action.CanMultitask
+- uid: TinyLife.Actions.Action.CanStartNow*
+ commentId: Overload:TinyLife.Actions.Action.CanStartNow
+ name: CanStartNow
+ nameWithType: Action.CanStartNow
+ fullName: TinyLife.Actions.Action.CanStartNow
- uid: TinyLife.Actions.Action.CanCancel*
commentId: Overload:TinyLife.Actions.Action.CanCancel
name: CanCancel
@@ -4149,10 +3939,45 @@ references:
fullName: TinyLife.Actions.Action.GetNextAction
- uid: TinyLife.Actions.ActionType.TypeSettings.Texture
commentId: F:TinyLife.Actions.ActionType.TypeSettings.Texture
- isExternal: true
+ name: Texture
+ nameWithType: ActionType.TypeSettings.Texture
+ fullName: TinyLife.Actions.ActionType.TypeSettings.Texture
- uid: TinyLife.Actions.ActionInfo.GetActionObject``1(System.Boolean)
commentId: M:TinyLife.Actions.ActionInfo.GetActionObject``1(System.Boolean)
isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.boolean
+ name: GetActionObject(bool)
+ nameWithType: ActionInfo.GetActionObject(bool)
+ fullName: TinyLife.Actions.ActionInfo.GetActionObject(bool)
+ nameWithType.vb: ActionInfo.GetActionObject(Of T)(Boolean)
+ fullName.vb: TinyLife.Actions.ActionInfo.GetActionObject(Of T)(Boolean)
+ name.vb: GetActionObject(Of T)(Boolean)
+ spec.csharp:
+ - uid: TinyLife.Actions.ActionInfo.GetActionObject``1(System.Boolean)
+ name: GetActionObject
+ - name: <
+ - name: T
+ - name: '>'
+ - name: (
+ - uid: System.Boolean
+ name: bool
+ isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.boolean
+ - name: )
+ spec.vb:
+ - uid: TinyLife.Actions.ActionInfo.GetActionObject``1(System.Boolean)
+ name: GetActionObject
+ - name: (
+ - name: Of
+ - name: " "
+ - name: T
+ - name: )
+ - name: (
+ - uid: System.Boolean
+ name: Boolean
+ isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.boolean
+ - name: )
- uid: TinyLife.Actions.Action.GetIconObject*
commentId: Overload:TinyLife.Actions.Action.GetIconObject
name: GetIconObject
@@ -4160,7 +3985,9 @@ references:
fullName: TinyLife.Actions.Action.GetIconObject
- uid: TinyLife.GameSpeed.ExtremelyFast
commentId: F:TinyLife.GameSpeed.ExtremelyFast
- isExternal: true
+ name: ExtremelyFast
+ nameWithType: GameSpeed.ExtremelyFast
+ fullName: TinyLife.GameSpeed.ExtremelyFast
- uid: TinyLife.Actions.Action.CausesExtremelyFastSpeed*
commentId: Overload:TinyLife.Actions.Action.CausesExtremelyFastSpeed
name: CausesExtremelyFastSpeed
@@ -4169,6 +3996,39 @@ references:
- uid: TinyLife.Actions.ActionType.GetDisplayName(TinyLife.Actions.ActionInfo,System.Boolean)
commentId: M:TinyLife.Actions.ActionType.GetDisplayName(TinyLife.Actions.ActionInfo,System.Boolean)
isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.boolean
+ name: GetDisplayName(ActionInfo, bool)
+ nameWithType: ActionType.GetDisplayName(ActionInfo, bool)
+ fullName: TinyLife.Actions.ActionType.GetDisplayName(TinyLife.Actions.ActionInfo, bool)
+ nameWithType.vb: ActionType.GetDisplayName(ActionInfo, Boolean)
+ fullName.vb: TinyLife.Actions.ActionType.GetDisplayName(TinyLife.Actions.ActionInfo, Boolean)
+ name.vb: GetDisplayName(ActionInfo, Boolean)
+ spec.csharp:
+ - uid: TinyLife.Actions.ActionType.GetDisplayName(TinyLife.Actions.ActionInfo,System.Boolean)
+ name: GetDisplayName
+ - name: (
+ - uid: TinyLife.Actions.ActionInfo
+ name: ActionInfo
+ - name: ','
+ - name: " "
+ - uid: System.Boolean
+ name: bool
+ isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.boolean
+ - name: )
+ spec.vb:
+ - uid: TinyLife.Actions.ActionType.GetDisplayName(TinyLife.Actions.ActionInfo,System.Boolean)
+ name: GetDisplayName
+ - name: (
+ - uid: TinyLife.Actions.ActionInfo
+ name: ActionInfo
+ - name: ','
+ - name: " "
+ - uid: System.Boolean
+ name: Boolean
+ isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.boolean
+ - name: )
- uid: TinyLife.Actions.Action.GetDisplayName*
commentId: Overload:TinyLife.Actions.Action.GetDisplayName
name: GetDisplayName
@@ -4178,20 +4038,33 @@ references:
commentId: T:System.String
parent: System
isExternal: true
- name: String
- nameWithType: String
- fullName: System.String
+ 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.SleepAction
commentId: T:TinyLife.Actions.SleepAction
- isExternal: true
+ name: SleepAction
+ nameWithType: SleepAction
+ fullName: TinyLife.Actions.SleepAction
- uid: TinyLife.Actions.Action.CanEnqueueConversation*
commentId: Overload:TinyLife.Actions.Action.CanEnqueueConversation
name: CanEnqueueConversation
nameWithType: Action.CanEnqueueConversation
fullName: TinyLife.Actions.Action.CanEnqueueConversation
+- uid: TinyLife.Actions.Action.OnChildCompleted*
+ commentId: Overload:TinyLife.Actions.Action.OnChildCompleted
+ name: OnChildCompleted
+ nameWithType: Action.OnChildCompleted
+ fullName: TinyLife.Actions.Action.OnChildCompleted
- uid: TinyLife.Actions.ActionType.QuitJob
commentId: F:TinyLife.Actions.ActionType.QuitJob
- isExternal: true
+ name: QuitJob
+ nameWithType: ActionType.QuitJob
+ fullName: TinyLife.Actions.ActionType.QuitJob
- uid: TinyLife.Actions.Action.PlayerPromptOpen
commentId: P:TinyLife.Actions.Action.PlayerPromptOpen
parent: TinyLife.Actions.Action
@@ -4200,10 +4073,16 @@ references:
fullName: TinyLife.Actions.Action.PlayerPromptOpen
- uid: TinyLife.GameImpl.CurrentHousehold
commentId: P:TinyLife.GameImpl.CurrentHousehold
- isExternal: true
+ name: CurrentHousehold
+ nameWithType: GameImpl.CurrentHousehold
+ fullName: TinyLife.GameImpl.CurrentHousehold
- uid: System.InvalidOperationException
commentId: T:System.InvalidOperationException
isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.invalidoperationexception
+ name: InvalidOperationException
+ nameWithType: InvalidOperationException
+ fullName: System.InvalidOperationException
- uid: TinyLife.Actions.Action.OpenPlayerPrompt*
commentId: Overload:TinyLife.Actions.Action.OpenPlayerPrompt
name: OpenPlayerPrompt
@@ -4213,6 +4092,7 @@ references:
commentId: T:System.Predicate{MLEM.Ui.Elements.Panel}
parent: System
definition: System.Predicate`1
+ href: https://learn.microsoft.com/dotnet/api/system.predicate-1
name: Predicate
nameWithType: Predicate
fullName: System.Predicate
@@ -4222,41 +4102,30 @@ references:
spec.csharp:
- uid: System.Predicate`1
name: Predicate
- nameWithType: Predicate
- fullName: System.Predicate
isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.predicate-1
- name: <
- nameWithType: <
- fullName: <
- uid: MLEM.Ui.Elements.Panel
name: Panel
- nameWithType: Panel
- fullName: MLEM.Ui.Elements.Panel
isExternal: true
- name: '>'
- nameWithType: '>'
- fullName: '>'
spec.vb:
- uid: System.Predicate`1
name: Predicate
- nameWithType: Predicate
- fullName: System.Predicate
isExternal: true
- - name: '(Of '
- nameWithType: '(Of '
- fullName: '(Of '
+ href: https://learn.microsoft.com/dotnet/api/system.predicate-1
+ - name: (
+ - name: Of
+ - name: " "
- uid: MLEM.Ui.Elements.Panel
name: Panel
- nameWithType: Panel
- fullName: MLEM.Ui.Elements.Panel
isExternal: true
- name: )
- nameWithType: )
- fullName: )
- uid: System.Action{MLEM.Ui.Elements.Panel}
commentId: T:System.Action{MLEM.Ui.Elements.Panel}
parent: System
definition: System.Action`1
+ href: https://learn.microsoft.com/dotnet/api/system.action-1
name: Action
nameWithType: Action
fullName: System.Action
@@ -4266,41 +4135,30 @@ references:
spec.csharp:
- uid: System.Action`1
name: Action
- nameWithType: Action
- fullName: System.Action
isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.action-1
- name: <
- nameWithType: <
- fullName: <
- uid: MLEM.Ui.Elements.Panel
name: Panel
- nameWithType: Panel
- fullName: MLEM.Ui.Elements.Panel
isExternal: true
- name: '>'
- nameWithType: '>'
- fullName: '>'
spec.vb:
- uid: System.Action`1
name: Action
- nameWithType: Action
- fullName: System.Action
isExternal: true
- - name: '(Of '
- nameWithType: '(Of '
- fullName: '(Of '
+ href: https://learn.microsoft.com/dotnet/api/system.action-1
+ - name: (
+ - name: Of
+ - name: " "
- uid: MLEM.Ui.Elements.Panel
name: Panel
- nameWithType: Panel
- fullName: MLEM.Ui.Elements.Panel
isExternal: true
- name: )
- nameWithType: )
- fullName: )
- uid: System.Func{TinyLife.Uis.CoveringGroup,System.Collections.Generic.IEnumerable{MLEM.Ui.Elements.Element}}
commentId: T:System.Func{TinyLife.Uis.CoveringGroup,System.Collections.Generic.IEnumerable{MLEM.Ui.Elements.Element}}
parent: System
definition: System.Func`2
+ href: https://learn.microsoft.com/dotnet/api/system.func-2
name: Func>
nameWithType: Func>
fullName: System.Func>
@@ -4310,73 +4168,47 @@ references:
spec.csharp:
- uid: System.Func`2
name: Func
- nameWithType: Func
- fullName: System.Func
isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.func-2
- name: <
- nameWithType: <
- fullName: <
- uid: TinyLife.Uis.CoveringGroup
name: CoveringGroup
- nameWithType: CoveringGroup
- fullName: TinyLife.Uis.CoveringGroup
- - name: ', '
- nameWithType: ', '
- fullName: ', '
+ - name: ','
+ - name: " "
- uid: System.Collections.Generic.IEnumerable`1
name: IEnumerable
- nameWithType: IEnumerable
- fullName: System.Collections.Generic.IEnumerable
isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
- name: <
- nameWithType: <
- fullName: <
- uid: MLEM.Ui.Elements.Element
name: Element
- nameWithType: Element
- fullName: MLEM.Ui.Elements.Element
isExternal: true
- name: '>'
- nameWithType: '>'
- fullName: '>'
- name: '>'
- nameWithType: '>'
- fullName: '>'
spec.vb:
- uid: System.Func`2
name: Func
- nameWithType: Func
- fullName: System.Func
isExternal: true
- - name: '(Of '
- nameWithType: '(Of '
- fullName: '(Of '
+ href: https://learn.microsoft.com/dotnet/api/system.func-2
+ - name: (
+ - name: Of
+ - name: " "
- uid: TinyLife.Uis.CoveringGroup
name: CoveringGroup
- nameWithType: CoveringGroup
- fullName: TinyLife.Uis.CoveringGroup
- - name: ', '
- nameWithType: ', '
- fullName: ', '
+ - name: ','
+ - name: " "
- uid: System.Collections.Generic.IEnumerable`1
name: IEnumerable
- nameWithType: IEnumerable
- fullName: System.Collections.Generic.IEnumerable
isExternal: true
- - name: '(Of '
- nameWithType: '(Of '
- fullName: '(Of '
+ href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
+ - name: (
+ - name: Of
+ - name: " "
- uid: MLEM.Ui.Elements.Element
name: Element
- nameWithType: Element
- fullName: MLEM.Ui.Elements.Element
isExternal: true
- name: )
- nameWithType: )
- fullName: )
- name: )
- nameWithType: )
- fullName: )
- uid: MLEM.Textures.TextureRegion
commentId: T:MLEM.Textures.TextureRegion
parent: MLEM.Textures
@@ -4393,6 +4225,7 @@ references:
- uid: System.Predicate`1
commentId: T:System.Predicate`1
isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.predicate-1
name: Predicate
nameWithType: Predicate
fullName: System.Predicate
@@ -4402,36 +4235,25 @@ references:
spec.csharp:
- uid: System.Predicate`1
name: Predicate
- nameWithType: Predicate
- fullName: System.Predicate
isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.predicate-1
- name: <
- nameWithType: <
- fullName: <
- name: T
- nameWithType: T
- fullName: T
- name: '>'
- nameWithType: '>'
- fullName: '>'
spec.vb:
- uid: System.Predicate`1
name: Predicate
- nameWithType: Predicate
- fullName: System.Predicate
isExternal: true
- - name: '(Of '
- nameWithType: '(Of '
- fullName: '(Of '
+ href: https://learn.microsoft.com/dotnet/api/system.predicate-1
+ - name: (
+ - name: Of
+ - name: " "
- name: T
- nameWithType: T
- fullName: T
- name: )
- nameWithType: )
- fullName: )
- uid: System.Action`1
commentId: T:System.Action`1
isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.action-1
name: Action
nameWithType: Action
fullName: System.Action
@@ -4441,36 +4263,25 @@ references:
spec.csharp:
- uid: System.Action`1
name: Action
- nameWithType: Action
- fullName: System.Action
isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.action-1
- name: <
- nameWithType: <
- fullName: <
- name: T
- nameWithType: T
- fullName: T
- name: '>'
- nameWithType: '>'
- fullName: '>'
spec.vb:
- uid: System.Action`1
name: Action
- nameWithType: Action
- fullName: System.Action
isExternal: true
- - name: '(Of '
- nameWithType: '(Of '
- fullName: '(Of '
+ href: https://learn.microsoft.com/dotnet/api/system.action-1
+ - name: (
+ - name: Of
+ - name: " "
- name: T
- nameWithType: T
- fullName: T
- name: )
- nameWithType: )
- fullName: )
- uid: System.Func`2
commentId: T:System.Func`2
isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.func-2
name: Func
nameWithType: Func
fullName: System.Func
@@ -4480,56 +4291,66 @@ references:
spec.csharp:
- uid: System.Func`2
name: Func
- nameWithType: Func
- fullName: System.Func
isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.func-2
- name: <
- nameWithType: <
- fullName: <
- name: T
- nameWithType: T
- fullName: T
- - name: ', '
- nameWithType: ', '
- fullName: ', '
+ - name: ','
+ - name: " "
- name: TResult
- nameWithType: TResult
- fullName: TResult
- name: '>'
- nameWithType: '>'
- fullName: '>'
spec.vb:
- uid: System.Func`2
name: Func
- nameWithType: Func
- fullName: System.Func
isExternal: true
- - name: '(Of '
- nameWithType: '(Of '
- fullName: '(Of '
+ href: https://learn.microsoft.com/dotnet/api/system.func-2
+ - name: (
+ - name: Of
+ - name: " "
- name: T
- nameWithType: T
- fullName: T
- - name: ', '
- nameWithType: ', '
- fullName: ', '
+ - name: ','
+ - name: " "
- name: TResult
- nameWithType: TResult
- fullName: TResult
- name: )
- nameWithType: )
- fullName: )
- uid: MLEM.Textures
commentId: N:MLEM.Textures
isExternal: true
name: MLEM.Textures
nameWithType: 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.Uis
commentId: N:TinyLife.Uis
name: TinyLife.Uis
nameWithType: 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: TinyLife.Actions.Action.OpenYesNoPrompt*
commentId: Overload:TinyLife.Actions.Action.OpenYesNoPrompt
name: OpenYesNoPrompt
@@ -4539,12 +4360,16 @@ references:
commentId: T:System.Action
parent: System
isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.action
name: Action
nameWithType: Action
fullName: System.Action
- uid: MLEM.Ui.Elements.TextField
commentId: T:MLEM.Ui.Elements.TextField
isExternal: true
+ name: TextField
+ nameWithType: TextField
+ fullName: MLEM.Ui.Elements.TextField
- uid: TinyLife.Actions.Action.OpenTextPrompt*
commentId: Overload:TinyLife.Actions.Action.OpenTextPrompt
name: OpenTextPrompt
@@ -4554,90 +4379,72 @@ references:
commentId: T:System.Action{System.String}
parent: System
definition: System.Action`1
- name: Action
- nameWithType: Action
- fullName: System.Action
+ href: https://learn.microsoft.com/dotnet/api/system.action-1
+ name: Action
+ nameWithType: Action
+ fullName: System.Action
nameWithType.vb: Action(Of String)
- fullName.vb: System.Action(Of System.String)
+ fullName.vb: System.Action(Of String)
name.vb: Action(Of String)
spec.csharp:
- uid: System.Action`1
name: Action
- nameWithType: Action
- fullName: System.Action
isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.action-1
- name: <
- nameWithType: <
- fullName: <
- uid: System.String
- name: String
- nameWithType: String
- fullName: System.String
+ name: string
isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.string
- name: '>'
- nameWithType: '>'
- fullName: '>'
spec.vb:
- uid: System.Action`1
name: Action
- nameWithType: Action
- fullName: System.Action
isExternal: true
- - name: '(Of '
- nameWithType: '(Of '
- fullName: '(Of '
+ href: https://learn.microsoft.com/dotnet/api/system.action-1
+ - name: (
+ - name: Of
+ - name: " "
- uid: System.String
name: String
- nameWithType: String
- fullName: System.String
isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.string
- name: )
- nameWithType: )
- fullName: )
- uid: System.Predicate{System.String}
commentId: T:System.Predicate{System.String}
parent: System
definition: System.Predicate`1
- name: Predicate
- nameWithType: Predicate
- fullName: System.Predicate
+ href: https://learn.microsoft.com/dotnet/api/system.predicate-1
+ name: Predicate
+ nameWithType: Predicate
+ fullName: System.Predicate
nameWithType.vb: Predicate(Of String)
- fullName.vb: System.Predicate(Of System.String)
+ fullName.vb: System.Predicate(Of String)
name.vb: Predicate(Of String)
spec.csharp:
- uid: System.Predicate`1
name: Predicate
- nameWithType: Predicate
- fullName: System.Predicate
isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.predicate-1
- name: <
- nameWithType: <
- fullName: <
- uid: System.String
- name: String
- nameWithType: String
- fullName: System.String
+ name: string
isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.string
- name: '>'
- nameWithType: '>'
- fullName: '>'
spec.vb:
- uid: System.Predicate`1
name: Predicate
- nameWithType: Predicate
- fullName: System.Predicate
isExternal: true
- - name: '(Of '
- nameWithType: '(Of '
- fullName: '(Of '
+ href: https://learn.microsoft.com/dotnet/api/system.predicate-1
+ - name: (
+ - name: Of
+ - name: " "
- uid: System.String
name: String
- nameWithType: String
- fullName: System.String
isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.string
- name: )
- nameWithType: )
- fullName: )
- uid: MLEM.Ui.Elements.TextField.Rule
commentId: T:MLEM.Ui.Elements.TextField.Rule
parent: MLEM.Ui.Elements
@@ -4645,178 +4452,165 @@ references:
name: TextField.Rule
nameWithType: TextField.Rule
fullName: MLEM.Ui.Elements.TextField.Rule
+ spec.csharp:
+ - uid: MLEM.Ui.Elements.TextField
+ name: TextField
+ isExternal: true
+ - name: .
+ - uid: MLEM.Ui.Elements.TextField.Rule
+ name: Rule
+ isExternal: true
+ spec.vb:
+ - uid: MLEM.Ui.Elements.TextField
+ name: TextField
+ isExternal: true
+ - name: .
+ - uid: MLEM.Ui.Elements.TextField.Rule
+ name: Rule
+ isExternal: true
- uid: MLEM.Ui.Elements
commentId: N:MLEM.Ui.Elements
isExternal: true
name: MLEM.Ui.Elements
nameWithType: 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.Actions.Action.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String,MLEM.Textures.TextureRegion)
commentId: M:TinyLife.Actions.Action.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String,MLEM.Textures.TextureRegion)
parent: TinyLife.Actions.Action
isExternal: true
- name: OpenTextPrompt(String, Action, Predicate, TextField.Rule, String, TextureRegion)
- nameWithType: Action.OpenTextPrompt(String, Action, Predicate, TextField.Rule, String, TextureRegion)
- fullName: TinyLife.Actions.Action.OpenTextPrompt(System.String, System.Action, System.Predicate, MLEM.Ui.Elements.TextField.Rule, System.String, MLEM.Textures.TextureRegion)
+ href: https://learn.microsoft.com/dotnet/api/system.string
+ name: OpenTextPrompt(string, Action, Predicate, Rule, string, TextureRegion)
+ nameWithType: Action.OpenTextPrompt(string, Action, Predicate, TextField.Rule, string, TextureRegion)
+ fullName: TinyLife.Actions.Action.OpenTextPrompt(string, System.Action, System.Predicate, MLEM.Ui.Elements.TextField.Rule, string, MLEM.Textures.TextureRegion)
nameWithType.vb: Action.OpenTextPrompt(String, Action(Of String), Predicate(Of String), TextField.Rule, String, TextureRegion)
- fullName.vb: TinyLife.Actions.Action.OpenTextPrompt(System.String, System.Action(Of System.String), System.Predicate(Of System.String), MLEM.Ui.Elements.TextField.Rule, System.String, MLEM.Textures.TextureRegion)
- name.vb: OpenTextPrompt(String, Action(Of String), Predicate(Of String), TextField.Rule, String, TextureRegion)
+ fullName.vb: TinyLife.Actions.Action.OpenTextPrompt(String, System.Action(Of String), System.Predicate(Of String), MLEM.Ui.Elements.TextField.Rule, String, MLEM.Textures.TextureRegion)
+ name.vb: OpenTextPrompt(String, Action(Of String), Predicate(Of String), Rule, String, TextureRegion)
spec.csharp:
- uid: TinyLife.Actions.Action.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String,MLEM.Textures.TextureRegion)
name: OpenTextPrompt
- nameWithType: Action.OpenTextPrompt
- fullName: TinyLife.Actions.Action.OpenTextPrompt
- name: (
- nameWithType: (
- fullName: (
- uid: System.String
- name: String
- nameWithType: String
- fullName: System.String
+ name: string
isExternal: true
- - name: ', '
- nameWithType: ', '
- fullName: ', '
+ href: https://learn.microsoft.com/dotnet/api/system.string
+ - name: ','
+ - name: " "
- uid: System.Action`1
name: Action
- nameWithType: Action
- fullName: System.Action
isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.action-1
- name: <
- nameWithType: <
- fullName: <
- uid: System.String
- name: String
- nameWithType: String
- fullName: System.String
+ name: string
isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.string
- name: '>'
- nameWithType: '>'
- fullName: '>'
- - name: ', '
- nameWithType: ', '
- fullName: ', '
+ - name: ','
+ - name: " "
- uid: System.Predicate`1
name: Predicate
- nameWithType: Predicate
- fullName: System.Predicate
isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.predicate-1
- name: <
- nameWithType: <
- fullName: <
- uid: System.String
- name: String
- nameWithType: String
- fullName: System.String
+ name: string
isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.string
- name: '>'
- nameWithType: '>'
- fullName: '>'
- - name: ', '
- nameWithType: ', '
- fullName: ', '
+ - name: ','
+ - name: " "
- uid: MLEM.Ui.Elements.TextField.Rule
- name: TextField.Rule
- nameWithType: TextField.Rule
- fullName: MLEM.Ui.Elements.TextField.Rule
+ name: Rule
isExternal: true
- - name: ', '
- nameWithType: ', '
- fullName: ', '
+ - name: ','
+ - name: " "
- uid: System.String
- name: String
- nameWithType: String
- fullName: System.String
+ name: string
isExternal: true
- - name: ', '
- nameWithType: ', '
- fullName: ', '
+ href: https://learn.microsoft.com/dotnet/api/system.string
+ - name: ','
+ - name: " "
- uid: MLEM.Textures.TextureRegion
name: TextureRegion
- nameWithType: TextureRegion
- fullName: MLEM.Textures.TextureRegion
isExternal: true
- name: )
- nameWithType: )
- fullName: )
spec.vb:
- uid: TinyLife.Actions.Action.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String,MLEM.Textures.TextureRegion)
name: OpenTextPrompt
- nameWithType: Action.OpenTextPrompt
- fullName: TinyLife.Actions.Action.OpenTextPrompt
- name: (
- nameWithType: (
- fullName: (
- uid: System.String
name: String
- nameWithType: String
- fullName: System.String
isExternal: true
- - name: ', '
- nameWithType: ', '
- fullName: ', '
+ href: https://learn.microsoft.com/dotnet/api/system.string
+ - name: ','
+ - name: " "
- uid: System.Action`1
name: Action
- nameWithType: Action
- fullName: System.Action
isExternal: true
- - name: '(Of '
- nameWithType: '(Of '
- fullName: '(Of '
+ href: https://learn.microsoft.com/dotnet/api/system.action-1
+ - name: (
+ - name: Of
+ - name: " "
- uid: System.String
name: String
- nameWithType: String
- fullName: System.String
isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.string
- name: )
- nameWithType: )
- fullName: )
- - name: ', '
- nameWithType: ', '
- fullName: ', '
+ - name: ','
+ - name: " "
- uid: System.Predicate`1
name: Predicate
- nameWithType: Predicate
- fullName: System.Predicate
isExternal: true
- - name: '(Of '
- nameWithType: '(Of '
- fullName: '(Of '
+ href: https://learn.microsoft.com/dotnet/api/system.predicate-1
+ - name: (
+ - name: Of
+ - name: " "
- uid: System.String
name: String
- nameWithType: String
- fullName: System.String
isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.string
- name: )
- nameWithType: )
- fullName: )
- - name: ', '
- nameWithType: ', '
- fullName: ', '
+ - name: ','
+ - name: " "
- uid: MLEM.Ui.Elements.TextField.Rule
- name: TextField.Rule
- nameWithType: TextField.Rule
- fullName: MLEM.Ui.Elements.TextField.Rule
+ name: Rule
isExternal: true
- - name: ', '
- nameWithType: ', '
- fullName: ', '
+ - name: ','
+ - name: " "
- uid: System.String
name: String
- nameWithType: String
- fullName: System.String
isExternal: true
- - name: ', '
- nameWithType: ', '
- fullName: ', '
+ href: https://learn.microsoft.com/dotnet/api/system.string
+ - name: ','
+ - name: " "
- uid: MLEM.Textures.TextureRegion
name: TextureRegion
- nameWithType: TextureRegion
- fullName: MLEM.Textures.TextureRegion
isExternal: true
- name: )
- nameWithType: )
- fullName: )
- uid: TinyLife.ChoicePromptInfo
commentId: T:TinyLife.ChoicePromptInfo
parent: TinyLife
@@ -4835,13 +4629,23 @@ references:
fullName: TinyLife
- uid: TinyLife.Actions.ActionType.PracticeJokes
commentId: F:TinyLife.Actions.ActionType.PracticeJokes
- isExternal: true
+ name: PracticeJokes
+ nameWithType: ActionType.PracticeJokes
+ fullName: TinyLife.Actions.ActionType.PracticeJokes
- uid: TinyLife.Actions.ActionType.PracticeSpeech
commentId: F:TinyLife.Actions.ActionType.PracticeSpeech
- isExternal: true
+ name: PracticeSpeech
+ nameWithType: ActionType.PracticeSpeech
+ fullName: TinyLife.Actions.ActionType.PracticeSpeech
- uid: System.Int32.MaxValue
commentId: F:System.Int32.MaxValue
isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.int32.maxvalue
+ name: MaxValue
+ nameWithType: int.MaxValue
+ fullName: int.MaxValue
+ nameWithType.vb: Integer.MaxValue
+ fullName.vb: Integer.MaxValue
- uid: TinyLife.Actions.Action.SpeakAlone*
commentId: Overload:TinyLife.Actions.Action.SpeakAlone
name: SpeakAlone
@@ -4863,9 +4667,13 @@ references:
commentId: T:System.Int32
parent: System
isExternal: true
- name: Int32
- nameWithType: Int32
- fullName: System.Int32
+ href: https://learn.microsoft.com/dotnet/api/system.int32
+ name: int
+ nameWithType: int
+ fullName: int
+ nameWithType.vb: Integer
+ fullName.vb: Integer
+ name.vb: Integer
- uid: TinyLife.Actions.SocialAction.IsMain
commentId: P:TinyLife.Actions.SocialAction.IsMain
parent: TinyLife.Actions.SocialAction
@@ -4881,86 +4689,32 @@ references:
commentId: T:System.Nullable{TinyLife.Actions.EmoteCategory}
parent: System
definition: System.Nullable`1
- name: Nullable
- nameWithType: Nullable
- fullName: System.Nullable
- nameWithType.vb: Nullable(Of EmoteCategory)
- fullName.vb: System.Nullable(Of TinyLife.Actions.EmoteCategory)
- name.vb: Nullable(Of EmoteCategory)
+ name: EmoteCategory?
+ nameWithType: EmoteCategory?
+ fullName: TinyLife.Actions.EmoteCategory?
spec.csharp:
- - uid: System.Nullable`1
- name: Nullable
- nameWithType: Nullable
- fullName: System.Nullable
- isExternal: true
- - name: <
- nameWithType: <
- fullName: <
- uid: TinyLife.Actions.EmoteCategory
name: EmoteCategory
- nameWithType: EmoteCategory
- fullName: TinyLife.Actions.EmoteCategory
- - name: '>'
- nameWithType: '>'
- fullName: '>'
+ - name: '?'
spec.vb:
- - uid: System.Nullable`1
- name: Nullable
- nameWithType: Nullable
- fullName: System.Nullable
- isExternal: true
- - name: '(Of '
- nameWithType: '(Of '
- fullName: '(Of '
- uid: TinyLife.Actions.EmoteCategory
name: EmoteCategory
- nameWithType: EmoteCategory
- fullName: TinyLife.Actions.EmoteCategory
- - name: )
- nameWithType: )
- fullName: )
+ - name: '?'
- uid: System.Nullable{TinyLife.Objects.SpeakStyle}
commentId: T:System.Nullable{TinyLife.Objects.SpeakStyle}
parent: System
definition: System.Nullable`1
- name: Nullable
- nameWithType: Nullable
- fullName: System.Nullable
- nameWithType.vb: Nullable(Of SpeakStyle)
- fullName.vb: System.Nullable(Of TinyLife.Objects.SpeakStyle)
- name.vb: Nullable(Of SpeakStyle)
+ name: SpeakStyle?
+ nameWithType: SpeakStyle?
+ fullName: TinyLife.Objects.SpeakStyle?
spec.csharp:
- - uid: System.Nullable`1
- name: Nullable
- nameWithType: Nullable
- fullName: System.Nullable
- isExternal: true
- - name: <
- nameWithType: <
- fullName: <
- uid: TinyLife.Objects.SpeakStyle
name: SpeakStyle
- nameWithType: SpeakStyle
- fullName: TinyLife.Objects.SpeakStyle
- - name: '>'
- nameWithType: '>'
- fullName: '>'
+ - name: '?'
spec.vb:
- - uid: System.Nullable`1
- name: Nullable
- nameWithType: Nullable
- fullName: System.Nullable
- isExternal: true
- - name: '(Of '
- nameWithType: '(Of '
- fullName: '(Of '
- uid: TinyLife.Objects.SpeakStyle
name: SpeakStyle
- nameWithType: SpeakStyle
- fullName: TinyLife.Objects.SpeakStyle
- - name: )
- nameWithType: )
- fullName: )
+ - name: '?'
- uid: TinyLife.Actions.Action.FacePartner*
commentId: Overload:TinyLife.Actions.Action.FacePartner
name: FacePartner
@@ -4973,7 +4727,9 @@ references:
fullName: TinyLife.Need
- uid: TinyLife.Need.Max
commentId: F:TinyLife.Need.Max
- isExternal: true
+ name: Max
+ nameWithType: Need.Max
+ fullName: TinyLife.Need.Max
- uid: TinyLife.Actions.Action.CompleteIfNeedFull*
commentId: Overload:TinyLife.Actions.Action.CompleteIfNeedFull
name: CompleteIfNeedFull
@@ -4988,6 +4744,59 @@ references:
- uid: TinyLife.Objects.Person.GetEfficiencyModifier(System.Single,TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single)
commentId: M:TinyLife.Objects.Person.GetEfficiencyModifier(System.Single,TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single)
isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.single
+ name: GetEfficiencyModifier(float, ActionInfo, SkillType, float)
+ nameWithType: Person.GetEfficiencyModifier(float, ActionInfo, SkillType, float)
+ fullName: TinyLife.Objects.Person.GetEfficiencyModifier(float, TinyLife.Actions.ActionInfo, TinyLife.Skills.SkillType, float)
+ nameWithType.vb: Person.GetEfficiencyModifier(Single, ActionInfo, SkillType, Single)
+ fullName.vb: TinyLife.Objects.Person.GetEfficiencyModifier(Single, TinyLife.Actions.ActionInfo, TinyLife.Skills.SkillType, Single)
+ name.vb: GetEfficiencyModifier(Single, ActionInfo, SkillType, Single)
+ spec.csharp:
+ - uid: TinyLife.Objects.Person.GetEfficiencyModifier(System.Single,TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single)
+ name: GetEfficiencyModifier
+ - name: (
+ - uid: System.Single
+ name: float
+ isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.single
+ - name: ','
+ - name: " "
+ - uid: TinyLife.Actions.ActionInfo
+ name: ActionInfo
+ - name: ','
+ - name: " "
+ - uid: TinyLife.Skills.SkillType
+ name: SkillType
+ - name: ','
+ - name: " "
+ - uid: System.Single
+ name: float
+ isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.single
+ - name: )
+ spec.vb:
+ - uid: TinyLife.Objects.Person.GetEfficiencyModifier(System.Single,TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single)
+ name: GetEfficiencyModifier
+ - name: (
+ - uid: System.Single
+ name: Single
+ isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.single
+ - name: ','
+ - name: " "
+ - uid: TinyLife.Actions.ActionInfo
+ name: ActionInfo
+ - name: ','
+ - name: " "
+ - uid: TinyLife.Skills.SkillType
+ name: SkillType
+ - name: ','
+ - name: " "
+ - uid: System.Single
+ name: Single
+ isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.single
+ - name: )
- uid: TinyLife.Actions.Action.StartedAutomatically
commentId: P:TinyLife.Actions.Action.StartedAutomatically
parent: TinyLife.Actions.Action
@@ -5010,12 +4819,30 @@ references:
name: TinyLife.Skills
nameWithType: TinyLife.Skills
fullName: TinyLife.Skills
+ spec.csharp:
+ - uid: TinyLife
+ name: TinyLife
+ - name: .
+ - uid: TinyLife.Skills
+ name: Skills
+ spec.vb:
+ - uid: TinyLife
+ name: TinyLife
+ - name: .
+ - uid: TinyLife.Skills
+ name: Skills
- uid: TinyLife.Actions.CompletionType.Canceled
commentId: F:TinyLife.Actions.CompletionType.Canceled
- isExternal: true
+ name: Canceled
+ nameWithType: CompletionType.Canceled
+ fullName: TinyLife.Actions.CompletionType.Canceled
- uid: System.ArgumentOutOfRangeException
commentId: T:System.ArgumentOutOfRangeException
isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.argumentoutofrangeexception
+ name: ArgumentOutOfRangeException
+ nameWithType: ArgumentOutOfRangeException
+ fullName: System.ArgumentOutOfRangeException
- uid: TinyLife.Actions.Action.CancelIfEmotional*
commentId: Overload:TinyLife.Actions.Action.CancelIfEmotional
name: CancelIfEmotional
@@ -5032,196 +4859,28 @@ references:
spec.csharp:
- uid: TinyLife.Emotions.EmotionType
name: EmotionType
- nameWithType: EmotionType
- fullName: TinyLife.Emotions.EmotionType
- - name: '[]'
- nameWithType: '[]'
- fullName: '[]'
+ - name: '['
+ - name: ']'
spec.vb:
- uid: TinyLife.Emotions.EmotionType
name: EmotionType
- nameWithType: EmotionType
- fullName: TinyLife.Emotions.EmotionType
- - name: ()
- nameWithType: ()
- fullName: ()
-- uid: TinyLife.Actions.ActionType.Eat
- commentId: F:TinyLife.Actions.ActionType.Eat
- isExternal: true
-- uid: TinyLife.Actions.ActionType.CanPickUpOrIsHoldingForTarget(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Nullable{TinyLife.Actions.CanExecuteResult},System.Boolean,System.Boolean)
- commentId: M:TinyLife.Actions.ActionType.CanPickUpOrIsHoldingForTarget(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Nullable{TinyLife.Actions.CanExecuteResult},System.Boolean,System.Boolean)
- isExternal: true
-- 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.Action.PickUpAndGoTo*
- commentId: Overload:TinyLife.Actions.Action.PickUpAndGoTo
- name: PickUpAndGoTo
- nameWithType: Action.PickUpAndGoTo
- fullName: TinyLife.Actions.Action.PickUpAndGoTo
-- uid: TinyLife.Objects.ObjectCategory
- commentId: T:TinyLife.Objects.ObjectCategory
- parent: TinyLife.Objects
- name: ObjectCategory
- nameWithType: ObjectCategory
- fullName: TinyLife.Objects.ObjectCategory
-- uid: System.Collections.Generic.IEnumerable{TinyLife.Actions.Action}
- commentId: T:System.Collections.Generic.IEnumerable{TinyLife.Actions.Action}
- parent: System.Collections.Generic
- definition: System.Collections.Generic.IEnumerable`1
- name: IEnumerable
- nameWithType: IEnumerable
- fullName: System.Collections.Generic.IEnumerable
- nameWithType.vb: IEnumerable(Of Action)
- fullName.vb: System.Collections.Generic.IEnumerable(Of TinyLife.Actions.Action)
- name.vb: IEnumerable(Of Action)
- spec.csharp:
- - uid: System.Collections.Generic.IEnumerable`1
- name: IEnumerable
- nameWithType: IEnumerable
- fullName: System.Collections.Generic.IEnumerable
- isExternal: true
- - name: <
- nameWithType: <
- fullName: <
- - uid: TinyLife.Actions.Action
- name: Action
- nameWithType: Action
- fullName: TinyLife.Actions.Action
- - name: '>'
- nameWithType: '>'
- fullName: '>'
- spec.vb:
- - uid: System.Collections.Generic.IEnumerable`1
- name: IEnumerable
- nameWithType: IEnumerable
- fullName: System.Collections.Generic.IEnumerable
- isExternal: true
- - name: '(Of '
- nameWithType: '(Of '
- fullName: '(Of '
- - uid: TinyLife.Actions.Action
- name: Action
- nameWithType: Action
- fullName: TinyLife.Actions.Action
+ - name: (
- name: )
- nameWithType: )
- fullName: )
-- uid: System.Collections.Generic.IEnumerable`1
- commentId: T:System.Collections.Generic.IEnumerable`1
- isExternal: true
- name: IEnumerable
- nameWithType: IEnumerable
- fullName: System.Collections.Generic.IEnumerable
- nameWithType.vb: IEnumerable(Of T)
- fullName.vb: System.Collections.Generic.IEnumerable(Of T)
- name.vb: IEnumerable(Of T)
- spec.csharp:
- - uid: System.Collections.Generic.IEnumerable`1
- name: IEnumerable
- nameWithType: IEnumerable
- fullName: System.Collections.Generic.IEnumerable
- isExternal: true
- - name: <
- nameWithType: <
- fullName: <
- - name: T
- nameWithType: T
- fullName: T
- - name: '>'
- nameWithType: '>'
- fullName: '>'
- spec.vb:
- - uid: System.Collections.Generic.IEnumerable`1
- name: IEnumerable
- nameWithType: IEnumerable
- fullName: System.Collections.Generic.IEnumerable
- isExternal: true
- - name: '(Of '
- nameWithType: '(Of '
- fullName: '(Of '
- - name: T
- nameWithType: T
- fullName: T
- - name: )
- nameWithType: )
- fullName: )
-- uid: System.Collections.Generic
- commentId: N:System.Collections.Generic
- isExternal: true
- name: System.Collections.Generic
- nameWithType: System.Collections.Generic
- fullName: System.Collections.Generic
-- uid: System.Func{TinyLife.Objects.Furniture,System.Boolean}
- commentId: T:System.Func{TinyLife.Objects.Furniture,System.Boolean}
- parent: System
- definition: System.Func`2
- name: Func
- nameWithType: Func
- fullName: System.Func