diff --git a/Changelog.md b/Changelog.md index 82b51a2..e4868fc 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,31 @@ +# 0.31.0 +*April 14, 2023* + +![](media/changelog/0.31.0.png) + +> Small Update, Big Pronouns + +No devlog this time! Keep an eye out for a big announcement soon, though... + +Additions +- Added the ability to set pronouns for Tinies. To set pronouns for your already existing Tinies, use the `EditPerson` [cheat](https://docs.tinylifegame.com/articles/cheats.html). + +Improvements +- Display the price for a new painting on the Paint action +- Avoid creating portraits for Tinies who aren't seen unnecessarily +- Improved the way relationship type names are displayed +- The camera now rotates around the cursor rather than the center of the screen +- Hide personality types that aren't available for the Tiny's current age +- Display a notification when a relationship's romance type changes + +Fixes +- Fixed adults being able to be randomly generated with child voices +- Fixed being able to start a new painting when not having enough money +- Fixed primary students being able to get a raise +- Fixed children being able to die from too much protein +- Fixed copying outfits causing the color to change on the outfit copied from as well +- Fixed food/drink orders at cafés being random items rather than the ones ordered + # 0.30.1 *April 2, 2023* diff --git a/docs/api/.manifest b/docs/api/.manifest index 759f421..a8d9bc6 100644 --- a/docs/api/.manifest +++ b/docs/api/.manifest @@ -95,6 +95,7 @@ "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.IgnoreAiDisabled": "TinyLife.Actions.ActionType.AiSettings.yml", "TinyLife.Actions.ActionType.AiSettings.NeedsFreeActionSpot": "TinyLife.Actions.ActionType.AiSettings.yml", "TinyLife.Actions.ActionType.AiSettings.PassivePriority": "TinyLife.Actions.ActionType.AiSettings.yml", "TinyLife.Actions.ActionType.AiSettings.SolvedNeeds": "TinyLife.Actions.ActionType.AiSettings.yml", @@ -188,6 +189,7 @@ "TinyLife.Actions.ActionType.ExpressFearOfCrowds": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.Flirt": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.FlirtyJoke": "TinyLife.Actions.ActionType.yml", + "TinyLife.Actions.ActionType.FollowAdult": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.FoolAround": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.GaugeRelationship": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.GetBakingIngredients": "TinyLife.Actions.ActionType.yml", @@ -213,6 +215,7 @@ "TinyLife.Actions.ActionType.HackSomeone": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.HasChairOrIsStandingDesk(TinyLife.Actions.ActionInfo,System.Boolean)": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.HasSpaceInHousehold(TinyLife.Actions.ActionInfo,System.Boolean)": "TinyLife.Actions.ActionType.yml", + "TinyLife.Actions.ActionType.HaveBaby": "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", @@ -359,6 +362,7 @@ "TinyLife.Actions.ActionType.ToggleAllLights": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.ToggleLight": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.ToggleNewspapers": "TinyLife.Actions.ActionType.yml", + "TinyLife.Actions.ActionType.ToggleTryingForBaby": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.Types": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.TypeSettings": "TinyLife.Actions.ActionType.TypeSettings.yml", "TinyLife.Actions.ActionType.TypeSettings.#ctor(System.String,TinyLife.Objects.ObjectCategory,System.Type)": "TinyLife.Actions.ActionType.TypeSettings.yml", @@ -548,7 +552,7 @@ "TinyLife.Actions.DieAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)": "TinyLife.Actions.DieAction.yml", "TinyLife.Actions.DieAction.CanCancel(TinyLife.Actions.Action)": "TinyLife.Actions.DieAction.yml", "TinyLife.Actions.DieAction.CanEnqueueConversation(TinyLife.Objects.Person,TinyLife.Actions.ActionType)": "TinyLife.Actions.DieAction.yml", - "TinyLife.Actions.DieAction.Enqueue(TinyLife.Objects.Person,TinyLife.Objects.Person.DeathReason)": "TinyLife.Actions.DieAction.yml", + "TinyLife.Actions.DieAction.Enqueue(TinyLife.Objects.Person,TinyLife.Objects.DeathReason)": "TinyLife.Actions.DieAction.yml", "TinyLife.Actions.DieAction.GetDisplayName": "TinyLife.Actions.DieAction.yml", "TinyLife.Actions.DieAction.Initialize": "TinyLife.Actions.DieAction.yml", "TinyLife.Actions.DieAction.IsCompleted": "TinyLife.Actions.DieAction.yml", @@ -569,6 +573,10 @@ "TinyLife.Actions.EmoteCategory.Negative": "TinyLife.Actions.EmoteCategory.yml", "TinyLife.Actions.EmoteCategory.Travel": "TinyLife.Actions.EmoteCategory.yml", "TinyLife.Actions.EmoteCategory.Unable": "TinyLife.Actions.EmoteCategory.yml", + "TinyLife.Actions.FollowAdultAction": "TinyLife.Actions.FollowAdultAction.yml", + "TinyLife.Actions.FollowAdultAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)": "TinyLife.Actions.FollowAdultAction.yml", + "TinyLife.Actions.FollowAdultAction.IsCompleted": "TinyLife.Actions.FollowAdultAction.yml", + "TinyLife.Actions.FollowAdultAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.FollowAdultAction.yml", "TinyLife.Actions.GoHereAction": "TinyLife.Actions.GoHereAction.yml", "TinyLife.Actions.GoHereAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)": "TinyLife.Actions.GoHereAction.yml", "TinyLife.Actions.GoHereAction.AndThenIsCompleted": "TinyLife.Actions.GoHereAction.yml", @@ -595,6 +603,11 @@ "TinyLife.Actions.Handlers.UnderlyingActionHandler.OnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.Handlers.UnderlyingActionHandler.yml", "TinyLife.Actions.Handlers.UnderlyingActionHandler.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.Handlers.UnderlyingActionHandler.yml", "TinyLife.Actions.Handlers.UnderlyingActionHandler.Validate(TinyLife.Actions.Action,TinyLife.Objects.Person)": "TinyLife.Actions.Handlers.UnderlyingActionHandler.yml", + "TinyLife.Actions.HaveBabyAction": "TinyLife.Actions.HaveBabyAction.yml", + "TinyLife.Actions.HaveBabyAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)": "TinyLife.Actions.HaveBabyAction.yml", + "TinyLife.Actions.HaveBabyAction.AndThenIsCompleted": "TinyLife.Actions.HaveBabyAction.yml", + "TinyLife.Actions.HaveBabyAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.HaveBabyAction.yml", + "TinyLife.Actions.HaveBabyAction.CanCancel(TinyLife.Actions.Action)": "TinyLife.Actions.HaveBabyAction.yml", "TinyLife.Actions.HelpAction": "TinyLife.Actions.HelpAction.yml", "TinyLife.Actions.HelpAction.#ctor(TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Objects.Person)": "TinyLife.Actions.HelpAction.yml", "TinyLife.Actions.HelpAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Objects.Person)": "TinyLife.Actions.HelpAction.yml", @@ -692,6 +705,7 @@ "TinyLife.Actions.PathfindAction.Validate(TinyLife.Objects.Person)": "TinyLife.Actions.PathfindAction.yml", "TinyLife.Actions.PathfindToPersonAction": "TinyLife.Actions.PathfindToPersonAction.yml", "TinyLife.Actions.PathfindToPersonAction.#ctor(TinyLife.Actions.ActionInfo)": "TinyLife.Actions.PathfindToPersonAction.yml", + "TinyLife.Actions.PathfindToPersonAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)": "TinyLife.Actions.PathfindToPersonAction.yml", "TinyLife.Actions.PathfindToPersonAction.DriveSpeedMultiplier": "TinyLife.Actions.PathfindToPersonAction.yml", "TinyLife.Actions.PathfindToPersonAction.GetMaxPathfindTime": "TinyLife.Actions.PathfindToPersonAction.yml", "TinyLife.Actions.PathfindToPersonAction.IsCompleted": "TinyLife.Actions.PathfindToPersonAction.yml", @@ -743,6 +757,7 @@ "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.GetPartnerVariety(TinyLife.Actions.ActionInfo)": "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", @@ -1300,6 +1315,7 @@ "TinyLife.Goals.JobType": "TinyLife.Goals.JobType.yml", "TinyLife.Goals.JobType.#ctor(System.String,MLEM.Textures.TextureRegion,System.Single,System.ValueTuple{System.Int32,System.Int32},System.DayOfWeek[])": "TinyLife.Goals.JobType.yml", "TinyLife.Goals.JobType.Businessperson": "TinyLife.Goals.JobType.yml", + "TinyLife.Goals.JobType.CanGetRaise": "TinyLife.Goals.JobType.yml", "TinyLife.Goals.JobType.CanQuitOrBeFired": "TinyLife.Goals.JobType.yml", "TinyLife.Goals.JobType.ChoicePrompts": "TinyLife.Goals.JobType.yml", "TinyLife.Goals.JobType.Construct(TinyLife.Objects.Person,System.Int32)": "TinyLife.Goals.JobType.yml", @@ -1644,6 +1660,11 @@ "TinyLife.Objects.CornerFurniture.OnNeighborChanged(TinyLife.Objects.Furniture)": "TinyLife.Objects.CornerFurniture.yml", "TinyLife.Objects.CornerFurniture.ShouldConnectTo(TinyLife.Objects.Furniture)": "TinyLife.Objects.CornerFurniture.yml", "TinyLife.Objects.CornerFurniture.Validate": "TinyLife.Objects.CornerFurniture.yml", + "TinyLife.Objects.DeathReason": "TinyLife.Objects.DeathReason.yml", + "TinyLife.Objects.DeathReason.Electrocution": "TinyLife.Objects.DeathReason.yml", + "TinyLife.Objects.DeathReason.InexplicableReasons": "TinyLife.Objects.DeathReason.yml", + "TinyLife.Objects.DeathReason.Starvation": "TinyLife.Objects.DeathReason.yml", + "TinyLife.Objects.DeathReason.TooMuchProtein": "TinyLife.Objects.DeathReason.yml", "TinyLife.Objects.Fence": "TinyLife.Objects.Fence.yml", "TinyLife.Objects.Fence.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2)": "TinyLife.Objects.Fence.yml", "TinyLife.Objects.Fence.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.Fence.yml", @@ -2221,7 +2242,6 @@ "TinyLife.Objects.Particle.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Objects.Particle.yml", "TinyLife.Objects.Particle.UpdateWhenPaused": "TinyLife.Objects.Particle.yml", "TinyLife.Objects.Person": "TinyLife.Objects.Person.yml", - "TinyLife.Objects.Person.#ctor(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2)": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.ActionQueue": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.ActionUpdateDelegate": "TinyLife.Objects.Person.ActionUpdateDelegate.yml", "TinyLife.Objects.Person.AddEmotion(TinyLife.Emotions.EmotionModifier,System.Int32,System.TimeSpan,TinyLife.Emotions.IEmotionSource,System.Boolean)": "TinyLife.Objects.Person.yml", @@ -2232,9 +2252,9 @@ "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,System.Single)": "TinyLife.Objects.Person.yml", + "TinyLife.Objects.Person.ChangeFriendship(TinyLife.Objects.Person,System.Single)": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.ChangeRomance(TinyLife.Objects.Person,System.Single)": "TinyLife.Objects.Person.yml", - "TinyLife.Objects.Person.Create(TinyLife.World.Map,System.Random,TinyLife.Objects.AgeGroup)": "TinyLife.Objects.Person.yml", + "TinyLife.Objects.Person.Create(TinyLife.World.Map,System.Random,TinyLife.Objects.AgeGroup,System.Boolean,System.Boolean,System.Boolean,System.Boolean,TinyLife.Objects.Person[])": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.CurrentActions": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.CurrentAgeDays": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.CurrentEmote": "TinyLife.Objects.Person.yml", @@ -2244,15 +2264,10 @@ "TinyLife.Objects.Person.CurrentRoomDecorativeRating": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.CurrentSpeakStyle": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.DaysLived": "TinyLife.Objects.Person.yml", - "TinyLife.Objects.Person.DeathReason": "TinyLife.Objects.Person.DeathReason.yml", - "TinyLife.Objects.Person.DeathReason.Electrocution": "TinyLife.Objects.Person.DeathReason.yml", - "TinyLife.Objects.Person.DeathReason.InexplicableReasons": "TinyLife.Objects.Person.DeathReason.yml", - "TinyLife.Objects.Person.DeathReason.Starvation": "TinyLife.Objects.Person.DeathReason.yml", - "TinyLife.Objects.Person.DeathReason.TooMuchProtein": "TinyLife.Objects.Person.DeathReason.yml", "TinyLife.Objects.Person.DepleteNeed(TinyLife.NeedType,System.Single,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.Die(TinyLife.Objects.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", "TinyLife.Objects.Person.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})": "TinyLife.Objects.Person.yml", @@ -2270,6 +2285,7 @@ "TinyLife.Objects.Person.FirstName": "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.FullNamePronouns": "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", @@ -2314,6 +2330,7 @@ "TinyLife.Objects.Person.IsDead": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.IsIdMatch(System.Guid)": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.IsIdMatch(TinyLife.Objects.Person)": "TinyLife.Objects.Person.yml", + "TinyLife.Objects.Person.IsInLabor": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.IsMinorUpdateNow": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.IsMoving": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.IsRegularVisitor": "TinyLife.Objects.Person.yml", @@ -2339,6 +2356,8 @@ "TinyLife.Objects.Person.OnActionsCompleted": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.OnActionUpdated": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2)": "TinyLife.Objects.Person.yml", + "TinyLife.Objects.Person.OnChangeFriendship": "TinyLife.Objects.Person.yml", + "TinyLife.Objects.Person.OnChangeRomance": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.OnEmotionChanged": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.OnEmotionModifiersChanged": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.OnGetCurrentGoals": "TinyLife.Objects.Person.yml", @@ -2355,22 +2374,15 @@ "TinyLife.Objects.Person.PassiveActionPriorityDelegate": "TinyLife.Objects.Person.PassiveActionPriorityDelegate.yml", "TinyLife.Objects.Person.PersonalityTypes": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.Portrait": "TinyLife.Objects.Person.yml", - "TinyLife.Objects.Person.Pose": "TinyLife.Objects.Person.Pose.yml", - "TinyLife.Objects.Person.Pose.Laying": "TinyLife.Objects.Person.Pose.yml", - "TinyLife.Objects.Person.Pose.Running": "TinyLife.Objects.Person.Pose.yml", - "TinyLife.Objects.Person.Pose.Sitting": "TinyLife.Objects.Person.Pose.yml", - "TinyLife.Objects.Person.Pose.SittingGround": "TinyLife.Objects.Person.Pose.yml", - "TinyLife.Objects.Person.Pose.Standing": "TinyLife.Objects.Person.Pose.yml", - "TinyLife.Objects.Person.Pose.StandingArmsOut": "TinyLife.Objects.Person.Pose.yml", - "TinyLife.Objects.Person.Pose.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", + "TinyLife.Objects.Person.PregnancyAbility": "TinyLife.Objects.Person.yml", + "TinyLife.Objects.Person.PregnancyHoursRemaining": "TinyLife.Objects.Person.yml", + "TinyLife.Objects.Person.PregnancyPartner": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.PrepareForPermanentRemoval": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.Projects": "TinyLife.Objects.Person.yml", + "TinyLife.Objects.Person.Pronouns": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.RandomlyGenerated": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.RecentActions": "TinyLife.Objects.Person.yml", + "TinyLife.Objects.Person.RelationshipChangeDelegate": "TinyLife.Objects.Person.RelationshipChangeDelegate.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", @@ -2396,7 +2408,6 @@ "TinyLife.Objects.Person.Tint": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.ToCreatedByString": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Objects.Person.yml", - "TinyLife.Objects.Person.UpdatePortraitIfDirty": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.Validate": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.VisitLot(TinyLife.World.Lot)": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.VisuallyOccupiedSpot": "TinyLife.Objects.Person.yml", @@ -2408,6 +2419,22 @@ "TinyLife.Objects.Person.WornLayers": "TinyLife.Objects.Person.yml", "TinyLife.Objects.PersonAi": "TinyLife.Objects.PersonAi.yml", "TinyLife.Objects.PersonAi.StartAutomatically(TinyLife.Objects.Person,TinyLife.Actions.ActionType)": "TinyLife.Objects.PersonAi.yml", + "TinyLife.Objects.Pose": "TinyLife.Objects.Pose.yml", + "TinyLife.Objects.Pose.Laying": "TinyLife.Objects.Pose.yml", + "TinyLife.Objects.Pose.Running": "TinyLife.Objects.Pose.yml", + "TinyLife.Objects.Pose.Sitting": "TinyLife.Objects.Pose.yml", + "TinyLife.Objects.Pose.SittingGround": "TinyLife.Objects.Pose.yml", + "TinyLife.Objects.Pose.Standing": "TinyLife.Objects.Pose.yml", + "TinyLife.Objects.Pose.StandingArmsOut": "TinyLife.Objects.Pose.yml", + "TinyLife.Objects.Pose.Walking": "TinyLife.Objects.Pose.yml", + "TinyLife.Objects.Pose.WalkingArmsOut": "TinyLife.Objects.Pose.yml", + "TinyLife.Objects.Pose.WorkingSitting": "TinyLife.Objects.Pose.yml", + "TinyLife.Objects.Pose.WorkingSittingGround": "TinyLife.Objects.Pose.yml", + "TinyLife.Objects.Pose.WorkingStanding": "TinyLife.Objects.Pose.yml", + "TinyLife.Objects.PregnancyAbility": "TinyLife.Objects.PregnancyAbility.yml", + "TinyLife.Objects.PregnancyAbility.GetOthersPregnant": "TinyLife.Objects.PregnancyAbility.yml", + "TinyLife.Objects.PregnancyAbility.GetPregnant": "TinyLife.Objects.PregnancyAbility.yml", + "TinyLife.Objects.PregnancyAbility.Neither": "TinyLife.Objects.PregnancyAbility.yml", "TinyLife.Objects.ScreenObject": "TinyLife.Objects.ScreenObject.yml", "TinyLife.Objects.ScreenObject.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2)": "TinyLife.Objects.ScreenObject.yml", "TinyLife.Objects.ScreenObject.Content": "TinyLife.Objects.ScreenObject.yml", @@ -2571,6 +2598,7 @@ "TinyLife.PerSaveOptions.Save(System.String)": "TinyLife.PerSaveOptions.yml", "TinyLife.PersonalityType": "TinyLife.PersonalityType.yml", "TinyLife.PersonalityType.#ctor(System.String,MLEM.Textures.TextureRegion)": "TinyLife.PersonalityType.yml", + "TinyLife.PersonalityType.AfraidOfStrangers": "TinyLife.PersonalityType.yml", "TinyLife.PersonalityType.AllowedAges": "TinyLife.PersonalityType.yml", "TinyLife.PersonalityType.Ambitious": "TinyLife.PersonalityType.yml", "TinyLife.PersonalityType.Aromantic": "TinyLife.PersonalityType.yml", @@ -2581,6 +2609,7 @@ "TinyLife.PersonalityType.CapableCarpenter": "TinyLife.PersonalityType.yml", "TinyLife.PersonalityType.Category": "TinyLife.PersonalityType.yml", "TinyLife.PersonalityType.CityNative": "TinyLife.PersonalityType.yml", + "TinyLife.PersonalityType.Clingy": "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", @@ -2588,12 +2617,15 @@ "TinyLife.PersonalityType.Energetic": "TinyLife.PersonalityType.yml", "TinyLife.PersonalityType.Extroverted": "TinyLife.PersonalityType.yml", "TinyLife.PersonalityType.FamilyFocused": "TinyLife.PersonalityType.yml", + "TinyLife.PersonalityType.FastLearner": "TinyLife.PersonalityType.yml", + "TinyLife.PersonalityType.FillRandomly(TinyLife.Objects.Person,System.Random)": "TinyLife.PersonalityType.yml", "TinyLife.PersonalityType.Foodie": "TinyLife.PersonalityType.yml", "TinyLife.PersonalityType.FriendOfEveryone": "TinyLife.PersonalityType.yml", "TinyLife.PersonalityType.GymRat": "TinyLife.PersonalityType.yml", "TinyLife.PersonalityType.HatesChildren": "TinyLife.PersonalityType.yml", "TinyLife.PersonalityType.HouseholdHero": "TinyLife.PersonalityType.yml", "TinyLife.PersonalityType.Incompatible": "TinyLife.PersonalityType.yml", + "TinyLife.PersonalityType.Independent": "TinyLife.PersonalityType.yml", "TinyLife.PersonalityType.Introverted": "TinyLife.PersonalityType.yml", "TinyLife.PersonalityType.IsCompatible(TinyLife.PersonalityType)": "TinyLife.PersonalityType.yml", "TinyLife.PersonalityType.Lazy": "TinyLife.PersonalityType.yml", @@ -2625,7 +2657,7 @@ "TinyLife.Relationship.AddRecentSocial(TinyLife.Actions.ActionType)": "TinyLife.Relationship.yml", "TinyLife.Relationship.CreatePanel(TinyLife.Objects.Person,TinyLife.Objects.Person,TinyLife.Relationship,Microsoft.Xna.Framework.Vector2)": "TinyLife.Relationship.yml", "TinyLife.Relationship.Dating": "TinyLife.Relationship.yml", - "TinyLife.Relationship.DisplayString": "TinyLife.Relationship.yml", + "TinyLife.Relationship.FriendDisplayString": "TinyLife.Relationship.yml", "TinyLife.Relationship.FriendLevel": "TinyLife.Relationship.yml", "TinyLife.Relationship.FriendPercentage": "TinyLife.Relationship.yml", "TinyLife.Relationship.Genealogy": "TinyLife.Relationship.yml", @@ -2644,10 +2676,12 @@ "TinyLife.Relationship.PassiveRomanceReduction": "TinyLife.Relationship.yml", "TinyLife.Relationship.PopulateTooltip(TinyLife.Objects.Person,TinyLife.Objects.Person,TinyLife.Relationship,MLEM.Ui.Elements.Tooltip)": "TinyLife.Relationship.yml", "TinyLife.Relationship.ResetToStatic(System.Boolean,System.Boolean)": "TinyLife.Relationship.yml", + "TinyLife.Relationship.RomanceDisplayString": "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.TryingForBaby": "TinyLife.Relationship.yml", "TinyLife.Relationship.Type": "TinyLife.Relationship.yml", "TinyLife.Relationship.Validate(TinyLife.Objects.Person)": "TinyLife.Relationship.yml", "TinyLife.RelationshipType": "TinyLife.RelationshipType.yml", @@ -2999,9 +3033,14 @@ "TinyLife.Uis.CharacterCreator.BoughtItem(TinyLife.Objects.Person,TinyLife.Objects.WornClothes)": "TinyLife.Uis.CharacterCreator.yml", "TinyLife.Uis.CharacterCreator.BoughtItemDelegate": "TinyLife.Uis.CharacterCreator.BoughtItemDelegate.yml", "TinyLife.Uis.CharacterCreator.CanCloseOrExport": "TinyLife.Uis.CharacterCreator.yml", - "TinyLife.Uis.CharacterCreator.CanSwitchPeople": "TinyLife.Uis.CharacterCreator.yml", + "TinyLife.Uis.CharacterCreator.CreateNameSelector(TinyLife.Objects.Person,MLEM.Ui.Elements.Element)": "TinyLife.Uis.CharacterCreator.yml", + "TinyLife.Uis.CharacterCreator.CreatePersonalitySelector(TinyLife.Objects.Person,System.Boolean)": "TinyLife.Uis.CharacterCreator.yml", + "TinyLife.Uis.CharacterCreator.CreatePregnancyAbilitySelector(TinyLife.Objects.Person,MLEM.Ui.Elements.Element)": "TinyLife.Uis.CharacterCreator.yml", + "TinyLife.Uis.CharacterCreator.CreatePronounSelector(TinyLife.Objects.Person,MLEM.Ui.Elements.Element)": "TinyLife.Uis.CharacterCreator.yml", + "TinyLife.Uis.CharacterCreator.CreateVoiceSelector(TinyLife.Objects.Person,MLEM.Ui.Elements.Element)": "TinyLife.Uis.CharacterCreator.yml", "TinyLife.Uis.CharacterCreator.GetCustomPrice(TinyLife.Objects.Person,TinyLife.Objects.WornClothes)": "TinyLife.Uis.CharacterCreator.yml", "TinyLife.Uis.CharacterCreator.GetCustomPriceDelegate": "TinyLife.Uis.CharacterCreator.GetCustomPriceDelegate.yml", + "TinyLife.Uis.CharacterCreator.IsPersonComplete(TinyLife.Objects.Person)": "TinyLife.Uis.CharacterCreator.yml", "TinyLife.Uis.CharacterCreator.MaxHouseholdSize": "TinyLife.Uis.CharacterCreator.yml", "TinyLife.Uis.CharacterCreator.MaxOutfitAmount": "TinyLife.Uis.CharacterCreator.yml", "TinyLife.Uis.CharacterCreator.OnBoughtItem": "TinyLife.Uis.CharacterCreator.yml", @@ -3152,7 +3191,7 @@ "TinyLife.Utilities.Extensions.ToTimestampString(System.TimeSpan)": "TinyLife.Utilities.Extensions.yml", "TinyLife.Utilities.Extensions.ToVisualY(Microsoft.Xna.Framework.Vector2)": "TinyLife.Utilities.Extensions.yml", "TinyLife.Utilities.Extensions.ToWallSide(MLEM.Misc.Direction2)": "TinyLife.Utilities.Extensions.yml", - "TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Person.Pose)": "TinyLife.Utilities.Extensions.yml", + "TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Pose)": "TinyLife.Utilities.Extensions.yml", "TinyLife.Utilities.Extensions.ToWorldPos(Microsoft.Xna.Framework.Vector2,System.Boolean)": "TinyLife.Utilities.Extensions.yml", "TinyLife.Utilities.Extensions.Weekday(System.TimeSpan)": "TinyLife.Utilities.Extensions.yml", "TinyLife.Utilities.TextureHandler": "TinyLife.Utilities.TextureHandler.yml", @@ -3368,7 +3407,7 @@ "TinyLife.World.Map.IsInBounds(Microsoft.Xna.Framework.Point)": "TinyLife.World.Map.yml", "TinyLife.World.Map.IsLotHidden(TinyLife.World.Lot)": "TinyLife.World.Map.yml", "TinyLife.World.Map.IsRoad(Microsoft.Xna.Framework.Point)": "TinyLife.World.Map.yml", - "TinyLife.World.Map.LoadStaticMap(System.String,System.Boolean,System.Action{System.String},System.Action{System.Single},System.Boolean)": "TinyLife.World.Map.yml", + "TinyLife.World.Map.LoadStaticMap(System.String,System.Boolean,System.Action{System.String},System.Action{System.Single})": "TinyLife.World.Map.yml", "TinyLife.World.Map.MailToSend": "TinyLife.World.Map.yml", "TinyLife.World.Map.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Point)": "TinyLife.World.Map.yml", "TinyLife.World.Map.MarkObjectDirtyForDrawing(TinyLife.Objects.MapObject,TinyLife.World.MapSection,System.Boolean)": "TinyLife.World.Map.yml", @@ -3380,6 +3419,7 @@ "TinyLife.World.Map.OnUpdate": "TinyLife.World.Map.yml", "TinyLife.World.Map.PlaySound(Microsoft.Xna.Framework.Audio.SoundEffect,Microsoft.Xna.Framework.Vector2,System.Single,System.Single,System.Boolean,System.Boolean)": "TinyLife.World.Map.yml", "TinyLife.World.Map.PlaySound(Microsoft.Xna.Framework.Audio.SoundEffect,TinyLife.World.MapAudioEmitter,System.Single,System.Single,System.Boolean,System.Boolean)": "TinyLife.World.Map.yml", + "TinyLife.World.Map.PostValidate(System.Action{System.String},System.Action{System.Single})": "TinyLife.World.Map.yml", "TinyLife.World.Map.RemoveHousehold(TinyLife.World.Household)": "TinyLife.World.Map.yml", "TinyLife.World.Map.RemoveLight(TinyLife.Objects.Light)": "TinyLife.World.Map.yml", "TinyLife.World.Map.RemoveLot(TinyLife.World.Lot)": "TinyLife.World.Map.yml", @@ -3394,7 +3434,7 @@ "TinyLife.World.Map.Time": "TinyLife.World.Map.yml", "TinyLife.World.Map.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.World.Map.yml", "TinyLife.World.Map.UpdateExternalPeople(System.Action{System.Single})": "TinyLife.World.Map.yml", - "TinyLife.World.Map.Validate(System.Action{System.String},System.Action{System.Single},System.Boolean)": "TinyLife.World.Map.yml", + "TinyLife.World.Map.Validate(System.Action{System.String},System.Action{System.Single})": "TinyLife.World.Map.yml", "TinyLife.World.Map.ValidateExistingRooms(Microsoft.Xna.Framework.Point[])": "TinyLife.World.Map.yml", "TinyLife.World.MapAudioEmitter": "TinyLife.World.MapAudioEmitter.yml", "TinyLife.World.MapAudioEmitter.WorldPosition": "TinyLife.World.MapAudioEmitter.yml", diff --git a/docs/api/TinyLife.Actions.Action.yml b/docs/api/TinyLife.Actions.Action.yml index 5aba375..e57d84e 100644 --- a/docs/api/TinyLife.Actions.Action.yml +++ b/docs/api/TinyLife.Actions.Action.yml @@ -1634,7 +1634,7 @@ items: assemblies: - Tiny Life namespace: TinyLife.Actions - summary: "\nA helper method that causes the to sit on the given object.\nThis method causes the action spot to be occupied and the person's to be changed to .\nAdditionally, the need is restored a little bit.\nNote that this method has to be called every frame for the person to stay sat down.\n" + summary: "\nA helper method that causes the to sit on the given object.\nThis method causes the action spot to be occupied and the person's to be changed to .\nAdditionally, the need is restored a little bit.\nNote that this method has to be called every frame for the person to stay sat down.\n" example: [] syntax: content: public bool Sit(Furniture chair, float speedMultiplier, ActionSpot spot = null) @@ -4871,11 +4871,6 @@ references: name: CurrentPose nameWithType: Person.CurrentPose fullName: TinyLife.Objects.Person.CurrentPose -- uid: TinyLife.Objects.Person.Pose.Sitting - commentId: F:TinyLife.Objects.Person.Pose.Sitting - name: Sitting - nameWithType: Person.Pose.Sitting - fullName: TinyLife.Objects.Person.Pose.Sitting - uid: TinyLife.NeedType.Energy commentId: F:TinyLife.NeedType.Energy name: Energy diff --git a/docs/api/TinyLife.Actions.ActionType.AiSettings.yml b/docs/api/TinyLife.Actions.ActionType.AiSettings.yml index bfa0404..6851363 100644 --- a/docs/api/TinyLife.Actions.ActionType.AiSettings.yml +++ b/docs/api/TinyLife.Actions.ActionType.AiSettings.yml @@ -8,6 +8,7 @@ items: - TinyLife.Actions.ActionType.AiSettings.#ctor - TinyLife.Actions.ActionType.AiSettings.CanDoAtAnyPoint - TinyLife.Actions.ActionType.AiSettings.CanDoRandomly + - TinyLife.Actions.ActionType.AiSettings.IgnoreAiDisabled - TinyLife.Actions.ActionType.AiSettings.NeedsFreeActionSpot - TinyLife.Actions.ActionType.AiSettings.PassivePriority - TinyLife.Actions.ActionType.AiSettings.SolvedNeeds @@ -188,6 +189,33 @@ items: return: type: System.Boolean content.vb: Public NeedsFreeActionSpot As Boolean +- uid: TinyLife.Actions.ActionType.AiSettings.IgnoreAiDisabled + commentId: F:TinyLife.Actions.ActionType.AiSettings.IgnoreAiDisabled + id: IgnoreAiDisabled + parent: TinyLife.Actions.ActionType.AiSettings + langs: + - csharp + - vb + name: IgnoreAiDisabled + nameWithType: ActionType.AiSettings.IgnoreAiDisabled + fullName: TinyLife.Actions.ActionType.AiSettings.IgnoreAiDisabled + type: Field + source: + remote: + path: TinyLife/Actions/ActionType.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: IgnoreAiDisabled + path: ../TinyLife/Actions/ActionType.cs + startLine: 411 + assemblies: + - Tiny Life + namespace: TinyLife.Actions + syntax: + content: public bool IgnoreAiDisabled + return: + type: System.Boolean + content.vb: Public IgnoreAiDisabled As Boolean - uid: TinyLife.Actions.ActionType.AiSettings.#ctor commentId: M:TinyLife.Actions.ActionType.AiSettings.#ctor id: '#ctor' @@ -206,7 +234,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: .ctor path: ../TinyLife/Actions/ActionType.cs - startLine: 412 + startLine: 413 assemblies: - Tiny Life namespace: TinyLife.Actions diff --git a/docs/api/TinyLife.Actions.ActionType.yml b/docs/api/TinyLife.Actions.ActionType.yml index 948d48d..ab8d41d 100644 --- a/docs/api/TinyLife.Actions.ActionType.yml +++ b/docs/api/TinyLife.Actions.ActionType.yml @@ -101,6 +101,7 @@ items: - TinyLife.Actions.ActionType.ExpressFearOfCrowds - TinyLife.Actions.ActionType.Flirt - TinyLife.Actions.ActionType.FlirtyJoke + - TinyLife.Actions.ActionType.FollowAdult - TinyLife.Actions.ActionType.FoolAround - TinyLife.Actions.ActionType.GaugeRelationship - TinyLife.Actions.ActionType.GetBakingIngredients @@ -126,6 +127,7 @@ items: - TinyLife.Actions.ActionType.HackSomeone - TinyLife.Actions.ActionType.HasChairOrIsStandingDesk(TinyLife.Actions.ActionInfo,System.Boolean) - TinyLife.Actions.ActionType.HasSpaceInHousehold(TinyLife.Actions.ActionInfo,System.Boolean) + - TinyLife.Actions.ActionType.HaveBaby - TinyLife.Actions.ActionType.HaveBookPublished - TinyLife.Actions.ActionType.HelpBabyBook - TinyLife.Actions.ActionType.HelpPotty @@ -272,6 +274,7 @@ items: - TinyLife.Actions.ActionType.ToggleAllLights - TinyLife.Actions.ActionType.ToggleLight - TinyLife.Actions.ActionType.ToggleNewspapers + - TinyLife.Actions.ActionType.ToggleTryingForBaby - TinyLife.Actions.ActionType.Types - TinyLife.Actions.ActionType.UseDiaper - TinyLife.Actions.ActionType.VisitLot @@ -2133,7 +2136,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Sell path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 242 + startLine: 243 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2160,7 +2163,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PracticeSpeech path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 250 + startLine: 251 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2187,7 +2190,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Read path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 258 + startLine: 259 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2214,7 +2217,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: StudyBook path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 269 + startLine: 270 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2241,7 +2244,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PutAway path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 279 + startLine: 280 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2268,7 +2271,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PracticeJokes path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 289 + startLine: 290 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2295,7 +2298,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Work path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 297 + startLine: 298 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2322,7 +2325,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetJob path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 305 + startLine: 306 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2349,7 +2352,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: QuitJob path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 314 + startLine: 315 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2376,7 +2379,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: MopPuddle path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 317 + startLine: 318 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2403,7 +2406,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PracticeProgramming path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 329 + startLine: 330 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2430,7 +2433,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ModGame path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 337 + startLine: 338 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2457,7 +2460,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CreateApp path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 343 + startLine: 344 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2484,7 +2487,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PublishApp path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 349 + startLine: 350 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2511,7 +2514,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: HackSomeone path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 355 + startLine: 356 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2538,7 +2541,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ResearchProgrammingPatterns path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 360 + startLine: 361 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2565,7 +2568,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: WatchTv path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 365 + startLine: 366 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2592,7 +2595,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Repair path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 375 + startLine: 376 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2619,7 +2622,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PayBills path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 389 + startLine: 390 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2646,7 +2649,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PracticeWriting path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 403 + startLine: 404 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2673,7 +2676,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: WriteBook path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 411 + startLine: 412 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2700,7 +2703,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SelfPublishBook path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 421 + startLine: 422 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2727,7 +2730,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: HaveBookPublished path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 422 + startLine: 423 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2754,7 +2757,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: LockDoor path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 423 + startLine: 424 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2781,7 +2784,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AdmireLgbtFlag path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 428 + startLine: 429 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2808,7 +2811,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetWater path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 431 + startLine: 432 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2835,7 +2838,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: WashHands path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 439 + startLine: 440 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2862,7 +2865,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ToggleLight path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 446 + startLine: 447 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2889,7 +2892,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ToggleAllLights path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 449 + startLine: 450 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2916,7 +2919,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GrillFood path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 461 + startLine: 462 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2943,7 +2946,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ThrowAway path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 471 + startLine: 472 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2970,7 +2973,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Scrap path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 479 + startLine: 480 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2997,7 +3000,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CleanEverything path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 485 + startLine: 486 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3024,7 +3027,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Clean path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 491 + startLine: 492 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3051,7 +3054,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Light path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 499 + startLine: 500 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3078,7 +3081,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: DoHomework path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 508 + startLine: 509 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3105,7 +3108,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PlayWithToy path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 519 + startLine: 520 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3132,7 +3135,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CookChildFood path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 531 + startLine: 532 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3159,7 +3162,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PlayInSandbox path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 544 + startLine: 545 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3186,7 +3189,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ShufflePuzzle path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 553 + startLine: 554 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3213,7 +3216,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Puzzle path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 561 + startLine: 562 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3240,7 +3243,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PsychSelfUp path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 569 + startLine: 570 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3267,7 +3270,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Store path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 573 + startLine: 574 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3294,7 +3297,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetFurnitureMail path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 584 + startLine: 585 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3321,7 +3324,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetJobFromNewspaper path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 592 + startLine: 593 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3348,7 +3351,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ReadNewspaper path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 600 + startLine: 601 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3375,7 +3378,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ReadJokes path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 608 + startLine: 609 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3402,7 +3405,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: BrewCoffee path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 616 + startLine: 617 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3429,7 +3432,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: MakeTea path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 626 + startLine: 627 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3456,7 +3459,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TinkerWith path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 636 + startLine: 637 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3483,7 +3486,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AdmireFood path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 644 + startLine: 645 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3510,7 +3513,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AddALittleSomething path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 652 + startLine: 653 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3537,7 +3540,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RunAround path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 666 + startLine: 667 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3564,7 +3567,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Rummage path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 675 + startLine: 676 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3591,7 +3594,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AddCandle path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 682 + startLine: 683 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3618,7 +3621,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: BlowOutCandles path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 688 + startLine: 689 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3645,7 +3648,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PutInFridge path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 692 + startLine: 693 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3672,7 +3675,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TakeFromFridge path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 701 + startLine: 702 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3699,7 +3702,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CleanOutFridge path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 705 + startLine: 706 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3726,7 +3729,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetLeftovers path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 716 + startLine: 717 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3753,7 +3756,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AdoptChild path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 723 + startLine: 724 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3780,7 +3783,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ResearchBusinessPlans path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 731 + startLine: 732 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3807,7 +3810,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PracticeSalesPitch path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 739 + startLine: 740 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3834,7 +3837,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ReadSkillBook path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 747 + startLine: 748 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3861,7 +3864,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ToggleNewspapers path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 756 + startLine: 757 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3888,7 +3891,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TakeOutTrash path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 761 + startLine: 762 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3915,7 +3918,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PlayOnJungleGym path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 773 + startLine: 774 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3942,7 +3945,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ColorColoringBook path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 782 + startLine: 783 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3969,7 +3972,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CollectSunlight path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 791 + startLine: 792 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3996,7 +3999,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GoJogging path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 794 + startLine: 795 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4023,7 +4026,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: MoveHere path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 802 + startLine: 803 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4050,7 +4053,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ReadBabyBook path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 809 + startLine: 810 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4077,7 +4080,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Potty path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 821 + startLine: 822 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4104,7 +4107,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: UseDiaper path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 829 + startLine: 834 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4113,6 +4116,60 @@ items: return: type: TinyLife.Actions.ActionType content.vb: Public Shared ReadOnly UseDiaper As ActionType +- uid: TinyLife.Actions.ActionType.FollowAdult + commentId: F:TinyLife.Actions.ActionType.FollowAdult + id: FollowAdult + parent: TinyLife.Actions.ActionType + langs: + - csharp + - vb + name: FollowAdult + nameWithType: ActionType.FollowAdult + fullName: TinyLife.Actions.ActionType.FollowAdult + type: Field + source: + remote: + path: TinyLife/Actions/ActionType.Misc.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: FollowAdult + path: ../TinyLife/Actions/ActionType.Misc.cs + startLine: 842 + assemblies: + - Tiny Life + namespace: TinyLife.Actions + syntax: + content: public static readonly ActionType FollowAdult + return: + type: TinyLife.Actions.ActionType + content.vb: Public Shared ReadOnly FollowAdult As ActionType +- uid: TinyLife.Actions.ActionType.HaveBaby + commentId: F:TinyLife.Actions.ActionType.HaveBaby + id: HaveBaby + parent: TinyLife.Actions.ActionType + langs: + - csharp + - vb + name: HaveBaby + nameWithType: ActionType.HaveBaby + fullName: TinyLife.Actions.ActionType.HaveBaby + type: Field + source: + remote: + path: TinyLife/Actions/ActionType.Misc.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: HaveBaby + path: ../TinyLife/Actions/ActionType.Misc.cs + startLine: 859 + assemblies: + - Tiny Life + namespace: TinyLife.Actions + syntax: + content: public static readonly ActionType HaveBaby + return: + type: TinyLife.Actions.ActionType + content.vb: Public Shared ReadOnly HaveBaby As ActionType - uid: TinyLife.Actions.ActionType.MixProteinShake commentId: F:TinyLife.Actions.ActionType.MixProteinShake id: MixProteinShake @@ -4266,7 +4323,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ConfideIn path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 19 + startLine: 21 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4293,7 +4350,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ComplainAboutLife path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 25 + startLine: 27 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4320,7 +4377,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TalkAboutFeelings path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 30 + startLine: 32 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4347,7 +4404,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ShareIdeas path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 35 + startLine: 37 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4374,7 +4431,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GaugeRelationship path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 40 + startLine: 42 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4401,7 +4458,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AskToLeave path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 62 + startLine: 64 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4428,7 +4485,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CallOver path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 68 + startLine: 70 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4455,7 +4512,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ThisIsInappropriate path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 74 + startLine: 76 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4482,7 +4539,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: WakeUp path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 86 + startLine: 88 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4509,7 +4566,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AskAboutPersonality path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 89 + startLine: 91 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4536,7 +4593,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AskAboutJob path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 105 + startLine: 107 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4563,7 +4620,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AskToTaste path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 122 + startLine: 124 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4590,7 +4647,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: BribeForFriendship path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 132 + startLine: 134 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4617,7 +4674,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OrderCoffee path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 142 + startLine: 144 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4644,7 +4701,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OrderTea path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 152 + startLine: 154 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4671,7 +4728,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OrderCafeFood path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 163 + startLine: 165 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4698,7 +4755,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AskAboutNonfictionBooks path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 172 + startLine: 174 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4725,7 +4782,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AskAboutFictionBooks path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 184 + startLine: 186 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4752,7 +4809,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PickUpPerson path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 196 + startLine: 198 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4779,7 +4836,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PutDownPerson path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 206 + startLine: 208 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4806,7 +4863,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: HomeworkHelp path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 216 + startLine: 218 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4833,7 +4890,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Talk path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 226 + startLine: 228 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4860,7 +4917,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AskAboutDay path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 230 + startLine: 232 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4887,7 +4944,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TellEngagingStory path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 234 + startLine: 236 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4914,7 +4971,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TellStory path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 239 + startLine: 241 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4941,7 +4998,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TalkAboutWork path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 243 + startLine: 245 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4968,7 +5025,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TalkAboutNeighborhood path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 249 + startLine: 251 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4995,7 +5052,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TalkAboutOutdoors path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 254 + startLine: 256 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5022,7 +5079,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TalkAboutFood path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 258 + startLine: 260 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5049,7 +5106,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: DiscussWorkoutRegimen path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 262 + startLine: 264 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5076,7 +5133,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CompareMuscleSize path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 269 + startLine: 271 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5103,7 +5160,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GushAboutPartner path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 276 + startLine: 278 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5130,7 +5187,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AskAboutGamingRig path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 282 + startLine: 284 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5157,7 +5214,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AskAboutComputerSpecs path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 287 + startLine: 289 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5184,7 +5241,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: BoastAboutPagesWritten path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 292 + startLine: 294 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5211,7 +5268,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PoseMathPuzzle path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 298 + startLine: 300 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5238,7 +5295,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ExpressFearOfCrowds path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 303 + startLine: 305 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5265,7 +5322,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TalkAboutNaps path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 308 + startLine: 310 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5292,7 +5349,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TalkAboutWatchingTv path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 314 + startLine: 316 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5319,7 +5376,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: InviteToHousehold path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 319 + startLine: 321 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5346,7 +5403,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AskToCook path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 324 + startLine: 326 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5373,7 +5430,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AskToTellStory path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 331 + startLine: 333 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5400,7 +5457,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ComplainAboutAdults path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 337 + startLine: 339 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5427,7 +5484,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ComplainAboutParent path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 342 + startLine: 344 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5454,7 +5511,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TalkAboutCartoons path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 347 + startLine: 349 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5481,7 +5538,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TalkAboutSchool path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 352 + startLine: 354 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5508,7 +5565,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TalkAboutFavoriteToys path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 357 + startLine: 359 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5535,7 +5592,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AskAboutFamilyWellbeing path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 362 + startLine: 364 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5562,7 +5619,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TalkAboutFamily path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 368 + startLine: 370 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5589,7 +5646,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: DebatePineappleOnPizza path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 374 + startLine: 376 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5616,7 +5673,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: DiscussFineDining path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 380 + startLine: 382 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5643,7 +5700,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TalkAboutSpicyFood path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 385 + startLine: 387 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5670,7 +5727,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AskMedicalHistory path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 390 + startLine: 392 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5697,7 +5754,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TalkAboutNatureWalks path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 395 + startLine: 397 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5724,7 +5781,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CriticizeDeforestation path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 400 + startLine: 402 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5751,7 +5808,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: DiscussNpP path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 405 + startLine: 407 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5778,7 +5835,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: BragAboutComputer path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 410 + startLine: 412 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5805,7 +5862,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: DiscussHomeAutomation path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 415 + startLine: 417 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5832,7 +5889,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AskIfSingle path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 420 + startLine: 422 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5859,7 +5916,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SuggestThriftstores path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 431 + startLine: 433 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5886,7 +5943,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: EnthuseAboutCoupons path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 436 + startLine: 438 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5913,7 +5970,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TalkAboutBestSpots path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 441 + startLine: 443 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5940,7 +5997,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TellJoke path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 448 + startLine: 450 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5967,7 +6024,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TellFunnyStory path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 452 + startLine: 454 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5994,7 +6051,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TellRidiculousStory path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 456 + startLine: 458 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6021,7 +6078,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TellComplexJoke path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 460 + startLine: 462 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6048,7 +6105,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PlayTrick path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 464 + startLine: 466 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6075,7 +6132,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: JokeAboutWork path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 468 + startLine: 470 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6102,7 +6159,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: JokeAboutOwnUnemployment path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 474 + startLine: 476 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6129,7 +6186,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: JokeAboutTreadmillAccidents path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 480 + startLine: 482 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6156,7 +6213,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: JokeAboutWritingStyle path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 485 + startLine: 487 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6183,7 +6240,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: JokeAboutAromance path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 490 + startLine: 492 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6210,7 +6267,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: JokeAboutAsexuality path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 495 + startLine: 497 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6237,7 +6294,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TellJokeAboutSomething path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 500 + startLine: 502 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6264,7 +6321,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TellDadJoke path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 509 + startLine: 511 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6291,7 +6348,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: JokeAboutFamilyGatherings path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 515 + startLine: 517 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6318,7 +6375,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: JokeAboutTrees path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 521 + startLine: 523 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6345,7 +6402,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: JokeAboutSmartHome path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 526 + startLine: 528 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6372,7 +6429,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: JokeAboutOverspending path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 531 + startLine: 533 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6399,7 +6456,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TalkAboutFunnyCityName path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 536 + startLine: 538 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6426,7 +6483,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Insult path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 543 + startLine: 545 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6453,7 +6510,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ImplyMotherIsCamel path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 547 + startLine: 549 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6480,7 +6537,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: MakeFunOfUnemployment path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 551 + startLine: 553 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6507,7 +6564,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: MakeFunOfLaziness path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 557 + startLine: 559 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6534,7 +6591,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: MakeFunOfIntroversion path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 562 + startLine: 564 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6561,7 +6618,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: MakeFunOfNiceness path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 567 + startLine: 569 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6588,7 +6645,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ComplainAboutRelationship path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 572 + startLine: 574 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6615,7 +6672,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: MakeFunOfPoorFitness path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 577 + startLine: 579 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6642,7 +6699,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: MakeFunOfFriends path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 583 + startLine: 585 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6669,7 +6726,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: MakeFunOfBeingNerd path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 588 + startLine: 590 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6696,7 +6753,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: MakeFunOfBeingBadAtSchool path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 593 + startLine: 595 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6723,7 +6780,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ShooChild path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 598 + startLine: 600 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6750,7 +6807,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: MakeFunOfFoodIntolerance path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 604 + startLine: 606 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6777,7 +6834,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ChastiseForFoodBeliefs path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 610 + startLine: 612 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6804,7 +6861,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: MakeFunOfBeingOutdoorsy path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 616 + startLine: 618 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6831,7 +6888,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ImplyHomeSmarter path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 621 + startLine: 623 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6858,7 +6915,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Flirt path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 628 + startLine: 630 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6885,7 +6942,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ComplimentLooks path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 632 + startLine: 634 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6912,7 +6969,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: MakeRisqueRemark path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 636 + startLine: 638 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6939,7 +6996,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: BeEnticing path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 642 + startLine: 644 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6966,7 +7023,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CasualCompliment path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 647 + startLine: 649 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6993,7 +7050,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ReciteLovePoem path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 652 + startLine: 654 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7020,7 +7077,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: DeepCompliment path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 657 + startLine: 659 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7047,7 +7104,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: FlirtyJoke path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 662 + startLine: 664 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7074,7 +7131,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: StartDating path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 668 + startLine: 670 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7101,7 +7158,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: FoolAround path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 685 + startLine: 687 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7128,7 +7185,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Kiss path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 698 + startLine: 700 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7155,7 +7212,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AdmitToBeingRomanticWithSomeoneElse path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 709 + startLine: 711 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7182,7 +7239,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: BreakUp path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 722 + startLine: 724 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7191,6 +7248,33 @@ items: return: type: TinyLife.Actions.ActionType content.vb: Public Shared ReadOnly BreakUp As ActionType +- uid: TinyLife.Actions.ActionType.ToggleTryingForBaby + commentId: F:TinyLife.Actions.ActionType.ToggleTryingForBaby + id: ToggleTryingForBaby + parent: TinyLife.Actions.ActionType + langs: + - csharp + - vb + name: ToggleTryingForBaby + nameWithType: ActionType.ToggleTryingForBaby + fullName: TinyLife.Actions.ActionType.ToggleTryingForBaby + type: Field + source: + remote: + path: TinyLife/Actions/ActionType.Social.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: ToggleTryingForBaby + path: ../TinyLife/Actions/ActionType.Social.cs + startLine: 742 + assemblies: + - Tiny Life + namespace: TinyLife.Actions + syntax: + content: public static readonly ActionType ToggleTryingForBaby + return: + type: TinyLife.Actions.ActionType + content.vb: Public Shared ReadOnly ToggleTryingForBaby As ActionType - uid: TinyLife.Actions.ActionType.Babble commentId: F:TinyLife.Actions.ActionType.Babble id: Babble @@ -7209,7 +7293,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Babble path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 741 + startLine: 765 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7236,7 +7320,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CryAt path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 747 + startLine: 771 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7263,7 +7347,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AskWhy path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 753 + startLine: 777 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7290,7 +7374,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AskHow path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 758 + startLine: 782 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7317,7 +7401,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TalkAboutPlaying path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 763 + startLine: 787 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7344,7 +7428,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: HelpBabyBook path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 768 + startLine: 792 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7371,7 +7455,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: HelpPotty path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 781 + startLine: 805 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7398,7 +7482,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ChangeDiaper path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 788 + startLine: 812 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7425,7 +7509,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AskFood path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 800 + startLine: 824 assemblies: - Tiny Life namespace: TinyLife.Actions diff --git a/docs/api/TinyLife.Actions.ActionVariety.yml b/docs/api/TinyLife.Actions.ActionVariety.yml index ae599fc..1a72389 100644 --- a/docs/api/TinyLife.Actions.ActionVariety.yml +++ b/docs/api/TinyLife.Actions.ActionVariety.yml @@ -2322,7 +2322,7 @@ references: nameWithType: Padding fullName: MLEM.Misc.Padding - uid: TinyLife.Objects.Person.Portrait - commentId: F:TinyLife.Objects.Person.Portrait + commentId: P:TinyLife.Objects.Person.Portrait name: Portrait nameWithType: Person.Portrait fullName: TinyLife.Objects.Person.Portrait diff --git a/docs/api/TinyLife.Actions.Behaviors.SinkBehavior.yml b/docs/api/TinyLife.Actions.Behaviors.SinkBehavior.yml index 74a60aa..f18b0c5 100644 --- a/docs/api/TinyLife.Actions.Behaviors.SinkBehavior.yml +++ b/docs/api/TinyLife.Actions.Behaviors.SinkBehavior.yml @@ -27,7 +27,7 @@ items: assemblies: - Tiny Life namespace: TinyLife.Actions.Behaviors - summary: "\nAn for an action that is invoked at a .\nIf the sink is not the main , it should be added as an auxiliary object using in .\nThis behavior automatically displays a running water sound and sets the active person's pose to a working version using .\n" + summary: "\nAn for an action that is invoked at a .\nIf the sink is not the main , it should be added as an auxiliary object using in .\nThis behavior automatically displays a running water sound and sets the active person's pose to a working version using .\n" example: [] syntax: content: 'public class SinkBehavior : ActionBehavior' @@ -287,23 +287,23 @@ references: name: AndThenInitialize - name: ( - name: ) -- uid: TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Person.Pose) - commentId: M:TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Person.Pose) +- uid: TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Pose) + commentId: M:TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Pose) name: ToWorking(Pose) - nameWithType: Extensions.ToWorking(Person.Pose) - fullName: TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Person.Pose) + nameWithType: Extensions.ToWorking(Pose) + fullName: TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Pose) spec.csharp: - - uid: TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Person.Pose) + - uid: TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Pose) name: ToWorking - name: ( - - uid: TinyLife.Objects.Person.Pose + - uid: TinyLife.Objects.Pose name: Pose - name: ) spec.vb: - - uid: TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Person.Pose) + - uid: TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Pose) name: ToWorking - name: ( - - uid: TinyLife.Objects.Person.Pose + - uid: TinyLife.Objects.Pose name: Pose - name: ) - uid: TinyLife.Actions.Behaviors diff --git a/docs/api/TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.yml b/docs/api/TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.yml index e873fb5..b46f4b3 100644 --- a/docs/api/TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.yml +++ b/docs/api/TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.yml @@ -79,7 +79,7 @@ items: assemblies: - Tiny Life namespace: TinyLife.Actions.Behaviors - summary: "\nReturns whether this action's currently looks to be working, which is displayed by the person's being changed in .\n" + summary: "\nReturns whether this action's currently looks to be working, which is displayed by the person's being changed in .\n" example: [] syntax: content: protected bool IsWorking { get; } @@ -776,24 +776,6 @@ references: name: Person nameWithType: Person fullName: TinyLife.Objects.Person -- uid: TinyLife.Objects.Person.Pose - commentId: T:TinyLife.Objects.Person.Pose - parent: TinyLife.Objects - name: Person.Pose - nameWithType: Person.Pose - fullName: TinyLife.Objects.Person.Pose - spec.csharp: - - uid: TinyLife.Objects.Person - name: Person - - name: . - - uid: TinyLife.Objects.Person.Pose - name: Pose - spec.vb: - - uid: TinyLife.Objects.Person - name: Person - - name: . - - uid: TinyLife.Objects.Person.Pose - name: Pose - uid: TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) commentId: M:TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) parent: TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior diff --git a/docs/api/TinyLife.Actions.DieAction.yml b/docs/api/TinyLife.Actions.DieAction.yml index 9af7f63..3046e91 100644 --- a/docs/api/TinyLife.Actions.DieAction.yml +++ b/docs/api/TinyLife.Actions.DieAction.yml @@ -8,7 +8,7 @@ items: - TinyLife.Actions.DieAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo) - TinyLife.Actions.DieAction.CanCancel(TinyLife.Actions.Action) - TinyLife.Actions.DieAction.CanEnqueueConversation(TinyLife.Objects.Person,TinyLife.Actions.ActionType) - - TinyLife.Actions.DieAction.Enqueue(TinyLife.Objects.Person,TinyLife.Objects.Person.DeathReason) + - TinyLife.Actions.DieAction.Enqueue(TinyLife.Objects.Person,TinyLife.Objects.DeathReason) - TinyLife.Actions.DieAction.GetDisplayName - TinyLife.Actions.DieAction.Initialize - TinyLife.Actions.DieAction.IsCompleted @@ -33,7 +33,7 @@ items: assemblies: - Tiny Life namespace: TinyLife.Actions - summary: "\nAn action that is invoked when a should .\nAll default values are handled by this action.\nTo enqueue this action efficiently, use .\n" + summary: "\nAn action that is invoked when a should .\nAll default values are handled by this action.\nTo enqueue this action efficiently, use .\n" example: [] syntax: content: 'public class DieAction : Action, IGenericDataHolder' @@ -137,13 +137,13 @@ items: content: >- [DataMember] - public Person.DeathReason Reason + public DeathReason Reason return: - type: TinyLife.Objects.Person.DeathReason + type: TinyLife.Objects.DeathReason content.vb: >- - Public Reason As Person.DeathReason + Public Reason As DeathReason attributes: - type: System.Runtime.Serialization.DataMemberAttribute ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor @@ -429,16 +429,16 @@ items: content.vb: Public Overrides Sub OnCompleted(type As CompletionType) overridden: TinyLife.Actions.Action.OnCompleted(TinyLife.Actions.CompletionType) overload: TinyLife.Actions.DieAction.OnCompleted* -- uid: TinyLife.Actions.DieAction.Enqueue(TinyLife.Objects.Person,TinyLife.Objects.Person.DeathReason) - commentId: M:TinyLife.Actions.DieAction.Enqueue(TinyLife.Objects.Person,TinyLife.Objects.Person.DeathReason) - id: Enqueue(TinyLife.Objects.Person,TinyLife.Objects.Person.DeathReason) +- uid: TinyLife.Actions.DieAction.Enqueue(TinyLife.Objects.Person,TinyLife.Objects.DeathReason) + commentId: M:TinyLife.Actions.DieAction.Enqueue(TinyLife.Objects.Person,TinyLife.Objects.DeathReason) + id: Enqueue(TinyLife.Objects.Person,TinyLife.Objects.DeathReason) parent: TinyLife.Actions.DieAction langs: - csharp - vb name: Enqueue(Person, DeathReason) - nameWithType: DieAction.Enqueue(Person, Person.DeathReason) - fullName: TinyLife.Actions.DieAction.Enqueue(TinyLife.Objects.Person, TinyLife.Objects.Person.DeathReason) + nameWithType: DieAction.Enqueue(Person, DeathReason) + fullName: TinyLife.Actions.DieAction.Enqueue(TinyLife.Objects.Person, TinyLife.Objects.DeathReason) type: Method source: remote: @@ -454,15 +454,15 @@ items: summary: "\nEnqueues a for the given .\nThe enqueued action receives priority, and all other current actions are canceled.\n" example: [] syntax: - content: public static void Enqueue(Person person, Person.DeathReason reason) + content: public static void Enqueue(Person person, DeathReason reason) parameters: - id: person type: TinyLife.Objects.Person description: The person that should die - id: reason - type: TinyLife.Objects.Person.DeathReason + type: TinyLife.Objects.DeathReason description: The reason for their death - content.vb: Public Shared Sub Enqueue(person As Person, reason As Person.DeathReason) + content.vb: Public Shared Sub Enqueue(person As Person, reason As DeathReason) overload: TinyLife.Actions.DieAction.Enqueue* references: - uid: TinyLife.Objects.Person @@ -471,21 +471,21 @@ references: name: Person nameWithType: Person fullName: TinyLife.Objects.Person -- uid: TinyLife.Objects.Person.Die(TinyLife.Objects.Person.DeathReason,System.Boolean) - commentId: M:TinyLife.Objects.Person.Die(TinyLife.Objects.Person.DeathReason,System.Boolean) +- uid: TinyLife.Objects.Person.Die(TinyLife.Objects.DeathReason,System.Boolean) + commentId: M:TinyLife.Objects.Person.Die(TinyLife.Objects.DeathReason,System.Boolean) isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean name: Die(DeathReason, bool) - nameWithType: Person.Die(Person.DeathReason, bool) - fullName: TinyLife.Objects.Person.Die(TinyLife.Objects.Person.DeathReason, bool) - nameWithType.vb: Person.Die(Person.DeathReason, Boolean) - fullName.vb: TinyLife.Objects.Person.Die(TinyLife.Objects.Person.DeathReason, Boolean) + nameWithType: Person.Die(DeathReason, bool) + fullName: TinyLife.Objects.Person.Die(TinyLife.Objects.DeathReason, bool) + nameWithType.vb: Person.Die(DeathReason, Boolean) + fullName.vb: TinyLife.Objects.Person.Die(TinyLife.Objects.DeathReason, Boolean) name.vb: Die(DeathReason, Boolean) spec.csharp: - - uid: TinyLife.Objects.Person.Die(TinyLife.Objects.Person.DeathReason,System.Boolean) + - uid: TinyLife.Objects.Person.Die(TinyLife.Objects.DeathReason,System.Boolean) name: Die - name: ( - - uid: TinyLife.Objects.Person.DeathReason + - uid: TinyLife.Objects.DeathReason name: DeathReason - name: ',' - name: " " @@ -495,10 +495,10 @@ references: href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) spec.vb: - - uid: TinyLife.Objects.Person.Die(TinyLife.Objects.Person.DeathReason,System.Boolean) + - uid: TinyLife.Objects.Person.Die(TinyLife.Objects.DeathReason,System.Boolean) name: Die - name: ( - - uid: TinyLife.Objects.Person.DeathReason + - uid: TinyLife.Objects.DeathReason name: DeathReason - name: ',' - name: " " @@ -507,49 +507,31 @@ references: isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) -- uid: TinyLife.Objects.Person.DeathReason - commentId: T:TinyLife.Objects.Person.DeathReason - parent: TinyLife.Objects - name: Person.DeathReason - nameWithType: Person.DeathReason - fullName: TinyLife.Objects.Person.DeathReason - spec.csharp: - - uid: TinyLife.Objects.Person - name: Person - - name: . - - uid: TinyLife.Objects.Person.DeathReason - name: DeathReason - spec.vb: - - uid: TinyLife.Objects.Person - name: Person - - name: . - - uid: TinyLife.Objects.Person.DeathReason - name: DeathReason -- uid: TinyLife.Actions.DieAction.Enqueue(TinyLife.Objects.Person,TinyLife.Objects.Person.DeathReason) - commentId: M:TinyLife.Actions.DieAction.Enqueue(TinyLife.Objects.Person,TinyLife.Objects.Person.DeathReason) +- uid: TinyLife.Actions.DieAction.Enqueue(TinyLife.Objects.Person,TinyLife.Objects.DeathReason) + commentId: M:TinyLife.Actions.DieAction.Enqueue(TinyLife.Objects.Person,TinyLife.Objects.DeathReason) name: Enqueue(Person, DeathReason) - nameWithType: DieAction.Enqueue(Person, Person.DeathReason) - fullName: TinyLife.Actions.DieAction.Enqueue(TinyLife.Objects.Person, TinyLife.Objects.Person.DeathReason) + nameWithType: DieAction.Enqueue(Person, DeathReason) + fullName: TinyLife.Actions.DieAction.Enqueue(TinyLife.Objects.Person, TinyLife.Objects.DeathReason) spec.csharp: - - uid: TinyLife.Actions.DieAction.Enqueue(TinyLife.Objects.Person,TinyLife.Objects.Person.DeathReason) + - uid: TinyLife.Actions.DieAction.Enqueue(TinyLife.Objects.Person,TinyLife.Objects.DeathReason) name: Enqueue - name: ( - uid: TinyLife.Objects.Person name: Person - name: ',' - name: " " - - uid: TinyLife.Objects.Person.DeathReason + - uid: TinyLife.Objects.DeathReason name: DeathReason - name: ) spec.vb: - - uid: TinyLife.Actions.DieAction.Enqueue(TinyLife.Objects.Person,TinyLife.Objects.Person.DeathReason) + - uid: TinyLife.Actions.DieAction.Enqueue(TinyLife.Objects.Person,TinyLife.Objects.DeathReason) name: Enqueue - name: ( - uid: TinyLife.Objects.Person name: Person - name: ',' - name: " " - - uid: TinyLife.Objects.Person.DeathReason + - uid: TinyLife.Objects.DeathReason name: DeathReason - name: ) - uid: TinyLife.Actions @@ -3226,6 +3208,12 @@ references: - name: . - uid: TinyLife.Utilities name: Utilities +- uid: TinyLife.Objects.DeathReason + commentId: T:TinyLife.Objects.DeathReason + parent: TinyLife.Objects + name: DeathReason + nameWithType: DeathReason + fullName: TinyLife.Objects.DeathReason - uid: TinyLife.Actions.DieAction.#ctor* commentId: Overload:TinyLife.Actions.DieAction.#ctor name: DieAction diff --git a/docs/api/TinyLife.Actions.FollowAdultAction.yml b/docs/api/TinyLife.Actions.FollowAdultAction.yml new file mode 100644 index 0000000..55602b2 --- /dev/null +++ b/docs/api/TinyLife.Actions.FollowAdultAction.yml @@ -0,0 +1,3162 @@ +### YamlMime:ManagedReference +items: +- uid: TinyLife.Actions.FollowAdultAction + commentId: T:TinyLife.Actions.FollowAdultAction + id: FollowAdultAction + parent: TinyLife.Actions + children: + - TinyLife.Actions.FollowAdultAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo) + - TinyLife.Actions.FollowAdultAction.IsCompleted + - TinyLife.Actions.FollowAdultAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) + langs: + - csharp + - vb + name: FollowAdultAction + nameWithType: FollowAdultAction + fullName: TinyLife.Actions.FollowAdultAction + type: Class + source: + remote: + path: TinyLife/Actions/FollowAdultAction.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: FollowAdultAction + path: ../TinyLife/Actions/FollowAdultAction.cs + startLine: 6 + assemblies: + - Tiny Life + namespace: TinyLife.Actions + syntax: + content: 'public class FollowAdultAction : PathfindToPersonAction, IGenericDataHolder' + content.vb: Public Class FollowAdultAction Inherits PathfindToPersonAction Implements IGenericDataHolder + inheritance: + - System.Object + - MLEM.Data.Json.JsonTypeSafeGenericDataHolder + - TinyLife.Actions.Action + - TinyLife.Actions.PathfindToPersonAction + implements: + - MLEM.Misc.IGenericDataHolder + inheritedMembers: + - TinyLife.Actions.PathfindToPersonAction.WalkSpeedMultiplier + - TinyLife.Actions.PathfindToPersonAction.DriveSpeedMultiplier + - TinyLife.Actions.PathfindToPersonAction.GetMaxPathfindTime + - TinyLife.Actions.PathfindToPersonAction.Validate(TinyLife.Objects.Person) + - TinyLife.Actions.PathfindToPersonAction.OnCompleted(TinyLife.Actions.CompletionType) + - TinyLife.Actions.Action.Random + - TinyLife.Actions.Action.InProgressTime + - TinyLife.Actions.Action.FullyInProgress + - TinyLife.Actions.Action.Type + - TinyLife.Actions.Action.Info + - TinyLife.Actions.Action.Id + - TinyLife.Actions.Action.StartedAutomatically + - TinyLife.Actions.Action.Parent + - TinyLife.Actions.Action.Map + - TinyLife.Actions.Action.Person + - TinyLife.Actions.Action.ElapsedTime + - TinyLife.Actions.Action.PlayerPromptOpen + - TinyLife.Actions.Action.ForceResult + - TinyLife.Actions.Action.Initialize + - TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject) + - TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action) + - TinyLife.Actions.Action.CanStartNow + - TinyLife.Actions.Action.CanCancel(TinyLife.Actions.Action) + - TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.CompletionType) + - TinyLife.Actions.Action.GetIconObject + - TinyLife.Actions.Action.CausesExtremelyFastSpeed + - TinyLife.Actions.Action.GetDisplayName + - TinyLife.Actions.Action.CanEnqueueConversation(TinyLife.Objects.Person,TinyLife.Actions.ActionType) + - TinyLife.Actions.Action.OnChildCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean) + - 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.OpenYesNoPrompt(System.String,System.Action,System.Action,MLEM.Textures.TextureRegion) + - TinyLife.Actions.Action.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String,MLEM.Textures.TextureRegion) + - TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo) + - TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32) + - 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.FacePartner(TinyLife.Objects.Person) + - TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + - TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) + - TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[]) + - TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot) + - TinyLife.Actions.Action.GetChildren(System.Boolean) + - TinyLife.Actions.Action.GetChild``1(System.Guid,System.Boolean) + - TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean) + - TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean) + - 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.GetSeatCategory(TinyLife.Objects.Person) + - 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.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.FindAllFreeWalls(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) + - TinyLife.Actions.Action.FindAllFreeGround(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.FindAllActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2}) + - 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.TryGetRandomValidVariety(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,TinyLife.Actions.ActionVariety@) + - TinyLife.Actions.Action.GetRandomValidVariety(System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionVariety},TinyLife.Actions.ActionInfo) + - TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot) + - TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.Person,TinyLife.Objects.Person,System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person}) + - TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action) + - MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object) + - MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T}) + - MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String) + - MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys + - System.Object.Equals(System.Object) + - System.Object.Equals(System.Object,System.Object) + - System.Object.GetHashCode + - System.Object.GetType + - System.Object.MemberwiseClone + - System.Object.ReferenceEquals(System.Object,System.Object) + - System.Object.ToString + extensionMethods: + - TinyLife.Actions.FollowAdultAction.TinyLife.Utilities.Extensions.JsonCopy``1 +- uid: TinyLife.Actions.FollowAdultAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo) + commentId: M:TinyLife.Actions.FollowAdultAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo) + id: '#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)' + parent: TinyLife.Actions.FollowAdultAction + langs: + - csharp + - vb + name: FollowAdultAction(ActionType, ActionInfo) + nameWithType: FollowAdultAction.FollowAdultAction(ActionType, ActionInfo) + fullName: TinyLife.Actions.FollowAdultAction.FollowAdultAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo) + type: Constructor + source: + remote: + path: TinyLife/Actions/FollowAdultAction.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: .ctor + path: ../TinyLife/Actions/FollowAdultAction.cs + startLine: 8 + assemblies: + - Tiny Life + namespace: TinyLife.Actions + syntax: + content: public FollowAdultAction(ActionType type, ActionInfo info) + parameters: + - id: type + type: TinyLife.Actions.ActionType + - id: info + type: TinyLife.Actions.ActionInfo + content.vb: Public Sub New(type As ActionType, info As ActionInfo) + overload: TinyLife.Actions.FollowAdultAction.#ctor* + nameWithType.vb: FollowAdultAction.New(ActionType, ActionInfo) + fullName.vb: TinyLife.Actions.FollowAdultAction.New(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo) + name.vb: New(ActionType, ActionInfo) +- uid: TinyLife.Actions.FollowAdultAction.IsCompleted + commentId: M:TinyLife.Actions.FollowAdultAction.IsCompleted + id: IsCompleted + parent: TinyLife.Actions.FollowAdultAction + langs: + - csharp + - vb + name: IsCompleted() + nameWithType: FollowAdultAction.IsCompleted() + fullName: TinyLife.Actions.FollowAdultAction.IsCompleted() + type: Method + source: + remote: + path: TinyLife/Actions/FollowAdultAction.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: IsCompleted + path: ../TinyLife/Actions/FollowAdultAction.cs + startLine: 10 + assemblies: + - Tiny Life + namespace: TinyLife.Actions + syntax: + content: public override CompletionType IsCompleted() + return: + type: TinyLife.Actions.CompletionType + content.vb: Public Overrides Function IsCompleted() As CompletionType + overridden: TinyLife.Actions.PathfindToPersonAction.IsCompleted + overload: TinyLife.Actions.FollowAdultAction.IsCompleted* +- uid: TinyLife.Actions.FollowAdultAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) + commentId: M:TinyLife.Actions.FollowAdultAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) + id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) + parent: TinyLife.Actions.FollowAdultAction + langs: + - csharp + - vb + name: Update(GameTime, TimeSpan, float) + nameWithType: FollowAdultAction.Update(GameTime, TimeSpan, float) + fullName: TinyLife.Actions.FollowAdultAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) + type: Method + source: + remote: + path: TinyLife/Actions/FollowAdultAction.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: Update + path: ../TinyLife/Actions/FollowAdultAction.cs + startLine: 14 + assemblies: + - Tiny Life + namespace: TinyLife.Actions + syntax: + content: public override void Update(GameTime time, TimeSpan passedInGame, float speedMultiplier) + parameters: + - id: time + type: Microsoft.Xna.Framework.GameTime + - id: passedInGame + type: System.TimeSpan + - id: speedMultiplier + type: System.Single + content.vb: Public Overrides Sub Update(time As GameTime, passedInGame As TimeSpan, speedMultiplier As Single) + overridden: TinyLife.Actions.PathfindToPersonAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) + overload: TinyLife.Actions.FollowAdultAction.Update* + nameWithType.vb: FollowAdultAction.Update(GameTime, TimeSpan, Single) + fullName.vb: TinyLife.Actions.FollowAdultAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, Single) + name.vb: Update(GameTime, TimeSpan, Single) +references: +- uid: TinyLife.Actions + commentId: N:TinyLife.Actions + name: TinyLife.Actions + nameWithType: TinyLife.Actions + fullName: TinyLife.Actions + spec.csharp: + - uid: TinyLife + name: TinyLife + - name: . + - uid: TinyLife.Actions + name: Actions + spec.vb: + - uid: TinyLife + name: TinyLife + - name: . + - uid: TinyLife.Actions + name: Actions +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + name: object + nameWithType: object + fullName: object + nameWithType.vb: Object + fullName.vb: Object + name.vb: Object +- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder + commentId: T:MLEM.Data.Json.JsonTypeSafeGenericDataHolder + parent: MLEM.Data.Json + isExternal: true + name: JsonTypeSafeGenericDataHolder + nameWithType: JsonTypeSafeGenericDataHolder + fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder +- uid: TinyLife.Actions.Action + commentId: T:TinyLife.Actions.Action + parent: TinyLife.Actions + name: Action + nameWithType: Action + fullName: TinyLife.Actions.Action +- uid: TinyLife.Actions.PathfindToPersonAction + commentId: T:TinyLife.Actions.PathfindToPersonAction + parent: TinyLife.Actions + name: PathfindToPersonAction + nameWithType: PathfindToPersonAction + fullName: TinyLife.Actions.PathfindToPersonAction +- uid: MLEM.Misc.IGenericDataHolder + commentId: T:MLEM.Misc.IGenericDataHolder + parent: MLEM.Misc + isExternal: true + name: IGenericDataHolder + nameWithType: IGenericDataHolder + fullName: MLEM.Misc.IGenericDataHolder +- uid: TinyLife.Actions.PathfindToPersonAction.WalkSpeedMultiplier + commentId: F:TinyLife.Actions.PathfindToPersonAction.WalkSpeedMultiplier + parent: TinyLife.Actions.PathfindToPersonAction + name: WalkSpeedMultiplier + nameWithType: PathfindToPersonAction.WalkSpeedMultiplier + fullName: TinyLife.Actions.PathfindToPersonAction.WalkSpeedMultiplier +- uid: TinyLife.Actions.PathfindToPersonAction.DriveSpeedMultiplier + commentId: F:TinyLife.Actions.PathfindToPersonAction.DriveSpeedMultiplier + parent: TinyLife.Actions.PathfindToPersonAction + name: DriveSpeedMultiplier + nameWithType: PathfindToPersonAction.DriveSpeedMultiplier + fullName: TinyLife.Actions.PathfindToPersonAction.DriveSpeedMultiplier +- uid: TinyLife.Actions.PathfindToPersonAction.GetMaxPathfindTime + commentId: M:TinyLife.Actions.PathfindToPersonAction.GetMaxPathfindTime + parent: TinyLife.Actions.PathfindToPersonAction + name: GetMaxPathfindTime() + nameWithType: PathfindToPersonAction.GetMaxPathfindTime() + fullName: TinyLife.Actions.PathfindToPersonAction.GetMaxPathfindTime() + spec.csharp: + - uid: TinyLife.Actions.PathfindToPersonAction.GetMaxPathfindTime + name: GetMaxPathfindTime + - name: ( + - name: ) + spec.vb: + - uid: TinyLife.Actions.PathfindToPersonAction.GetMaxPathfindTime + name: GetMaxPathfindTime + - name: ( + - name: ) +- uid: TinyLife.Actions.PathfindToPersonAction.Validate(TinyLife.Objects.Person) + commentId: M:TinyLife.Actions.PathfindToPersonAction.Validate(TinyLife.Objects.Person) + parent: TinyLife.Actions.PathfindToPersonAction + name: Validate(Person) + nameWithType: PathfindToPersonAction.Validate(Person) + fullName: TinyLife.Actions.PathfindToPersonAction.Validate(TinyLife.Objects.Person) + spec.csharp: + - uid: TinyLife.Actions.PathfindToPersonAction.Validate(TinyLife.Objects.Person) + name: Validate + - name: ( + - uid: TinyLife.Objects.Person + name: Person + - name: ) + spec.vb: + - uid: TinyLife.Actions.PathfindToPersonAction.Validate(TinyLife.Objects.Person) + name: Validate + - name: ( + - uid: TinyLife.Objects.Person + name: Person + - name: ) +- uid: TinyLife.Actions.PathfindToPersonAction.OnCompleted(TinyLife.Actions.CompletionType) + commentId: M:TinyLife.Actions.PathfindToPersonAction.OnCompleted(TinyLife.Actions.CompletionType) + parent: TinyLife.Actions.PathfindToPersonAction + name: OnCompleted(CompletionType) + nameWithType: PathfindToPersonAction.OnCompleted(CompletionType) + fullName: TinyLife.Actions.PathfindToPersonAction.OnCompleted(TinyLife.Actions.CompletionType) + spec.csharp: + - uid: TinyLife.Actions.PathfindToPersonAction.OnCompleted(TinyLife.Actions.CompletionType) + name: OnCompleted + - name: ( + - uid: TinyLife.Actions.CompletionType + name: CompletionType + - name: ) + spec.vb: + - uid: TinyLife.Actions.PathfindToPersonAction.OnCompleted(TinyLife.Actions.CompletionType) + name: OnCompleted + - name: ( + - uid: TinyLife.Actions.CompletionType + name: CompletionType + - name: ) +- uid: TinyLife.Actions.Action.Random + commentId: F:TinyLife.Actions.Action.Random + parent: TinyLife.Actions.Action + name: Random + nameWithType: Action.Random + fullName: TinyLife.Actions.Action.Random +- uid: TinyLife.Actions.Action.InProgressTime + commentId: P:TinyLife.Actions.Action.InProgressTime + parent: TinyLife.Actions.Action + name: InProgressTime + nameWithType: Action.InProgressTime + fullName: TinyLife.Actions.Action.InProgressTime +- uid: TinyLife.Actions.Action.FullyInProgress + commentId: P:TinyLife.Actions.Action.FullyInProgress + parent: TinyLife.Actions.Action + name: FullyInProgress + nameWithType: Action.FullyInProgress + fullName: TinyLife.Actions.Action.FullyInProgress +- uid: TinyLife.Actions.Action.Type + commentId: F:TinyLife.Actions.Action.Type + parent: TinyLife.Actions.Action + name: Type + nameWithType: Action.Type + fullName: TinyLife.Actions.Action.Type +- uid: TinyLife.Actions.Action.Info + commentId: F:TinyLife.Actions.Action.Info + parent: TinyLife.Actions.Action + name: Info + nameWithType: Action.Info + fullName: TinyLife.Actions.Action.Info +- uid: TinyLife.Actions.Action.Id + commentId: F:TinyLife.Actions.Action.Id + parent: TinyLife.Actions.Action + name: Id + nameWithType: Action.Id + fullName: TinyLife.Actions.Action.Id +- uid: TinyLife.Actions.Action.StartedAutomatically + commentId: P:TinyLife.Actions.Action.StartedAutomatically + parent: TinyLife.Actions.Action + name: StartedAutomatically + nameWithType: Action.StartedAutomatically + fullName: TinyLife.Actions.Action.StartedAutomatically +- uid: TinyLife.Actions.Action.Parent + commentId: P:TinyLife.Actions.Action.Parent + parent: TinyLife.Actions.Action + name: Parent + nameWithType: Action.Parent + fullName: TinyLife.Actions.Action.Parent +- uid: TinyLife.Actions.Action.Map + commentId: P:TinyLife.Actions.Action.Map + parent: TinyLife.Actions.Action + name: Map + nameWithType: Action.Map + fullName: TinyLife.Actions.Action.Map +- uid: TinyLife.Actions.Action.Person + commentId: P:TinyLife.Actions.Action.Person + parent: TinyLife.Actions.Action + name: Person + nameWithType: Action.Person + fullName: TinyLife.Actions.Action.Person +- uid: TinyLife.Actions.Action.ElapsedTime + commentId: P:TinyLife.Actions.Action.ElapsedTime + parent: TinyLife.Actions.Action + name: ElapsedTime + nameWithType: Action.ElapsedTime + fullName: TinyLife.Actions.Action.ElapsedTime +- uid: TinyLife.Actions.Action.PlayerPromptOpen + commentId: P:TinyLife.Actions.Action.PlayerPromptOpen + parent: TinyLife.Actions.Action + name: PlayerPromptOpen + nameWithType: Action.PlayerPromptOpen + fullName: TinyLife.Actions.Action.PlayerPromptOpen +- uid: TinyLife.Actions.Action.ForceResult + commentId: F:TinyLife.Actions.Action.ForceResult + parent: TinyLife.Actions.Action + name: ForceResult + nameWithType: Action.ForceResult + fullName: TinyLife.Actions.Action.ForceResult +- uid: TinyLife.Actions.Action.Initialize + commentId: M:TinyLife.Actions.Action.Initialize + parent: TinyLife.Actions.Action + name: Initialize() + nameWithType: Action.Initialize() + fullName: TinyLife.Actions.Action.Initialize() + spec.csharp: + - uid: TinyLife.Actions.Action.Initialize + name: Initialize + - name: ( + - name: ) + spec.vb: + - uid: TinyLife.Actions.Action.Initialize + name: Initialize + - name: ( + - name: ) +- 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) + parent: TinyLife.Actions.Action + 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) + spec.csharp: + - uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject) + name: TryForceResult + - name: ( + - uid: TinyLife.Actions.CompletionType + name: CompletionType + - name: ',' + - name: " " + - uid: TinyLife.Actions.CanExecuteResult + name: CanExecuteResult + - name: '?' + - name: ',' + - name: " " + - uid: TinyLife.Objects.MapObject + name: MapObject + - name: ) + spec.vb: + - uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject) + name: TryForceResult + - name: ( + - uid: TinyLife.Actions.CompletionType + name: CompletionType + - name: ',' + - name: " " + - uid: TinyLife.Actions.CanExecuteResult + name: CanExecuteResult + - name: '?' + - name: ',' + - name: " " + - uid: TinyLife.Objects.MapObject + name: MapObject + - name: ) +- uid: TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action) + commentId: M:TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action) + parent: TinyLife.Actions.Action + name: CanMultitask(Action) + nameWithType: Action.CanMultitask(Action) + fullName: TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action) + spec.csharp: + - uid: TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action) + name: CanMultitask + - name: ( + - uid: TinyLife.Actions.Action + name: Action + - name: ) + spec.vb: + - uid: TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action) + name: CanMultitask + - name: ( + - uid: TinyLife.Actions.Action + name: Action + - name: ) +- uid: TinyLife.Actions.Action.CanStartNow + commentId: M:TinyLife.Actions.Action.CanStartNow + parent: TinyLife.Actions.Action + name: CanStartNow() + nameWithType: Action.CanStartNow() + fullName: TinyLife.Actions.Action.CanStartNow() + spec.csharp: + - uid: TinyLife.Actions.Action.CanStartNow + name: CanStartNow + - name: ( + - name: ) + spec.vb: + - uid: TinyLife.Actions.Action.CanStartNow + name: CanStartNow + - name: ( + - name: ) +- uid: TinyLife.Actions.Action.CanCancel(TinyLife.Actions.Action) + commentId: M:TinyLife.Actions.Action.CanCancel(TinyLife.Actions.Action) + parent: TinyLife.Actions.Action + name: CanCancel(Action) + nameWithType: Action.CanCancel(Action) + fullName: TinyLife.Actions.Action.CanCancel(TinyLife.Actions.Action) + spec.csharp: + - uid: TinyLife.Actions.Action.CanCancel(TinyLife.Actions.Action) + name: CanCancel + - name: ( + - uid: TinyLife.Actions.Action + name: Action + - name: ) + spec.vb: + - uid: TinyLife.Actions.Action.CanCancel(TinyLife.Actions.Action) + name: CanCancel + - name: ( + - uid: TinyLife.Actions.Action + name: Action + - name: ) +- uid: TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.CompletionType) + commentId: M:TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.CompletionType) + parent: TinyLife.Actions.Action + name: GetNextAction(CompletionType) + nameWithType: Action.GetNextAction(CompletionType) + fullName: TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.CompletionType) + spec.csharp: + - uid: TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.CompletionType) + name: GetNextAction + - name: ( + - uid: TinyLife.Actions.CompletionType + name: CompletionType + - name: ) + spec.vb: + - uid: TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.CompletionType) + name: GetNextAction + - name: ( + - uid: TinyLife.Actions.CompletionType + name: CompletionType + - name: ) +- uid: TinyLife.Actions.Action.GetIconObject + commentId: M:TinyLife.Actions.Action.GetIconObject + parent: TinyLife.Actions.Action + name: GetIconObject() + nameWithType: Action.GetIconObject() + fullName: TinyLife.Actions.Action.GetIconObject() + spec.csharp: + - uid: TinyLife.Actions.Action.GetIconObject + name: GetIconObject + - name: ( + - name: ) + spec.vb: + - uid: TinyLife.Actions.Action.GetIconObject + name: GetIconObject + - name: ( + - name: ) +- uid: TinyLife.Actions.Action.CausesExtremelyFastSpeed + commentId: M:TinyLife.Actions.Action.CausesExtremelyFastSpeed + parent: TinyLife.Actions.Action + name: CausesExtremelyFastSpeed() + nameWithType: Action.CausesExtremelyFastSpeed() + fullName: TinyLife.Actions.Action.CausesExtremelyFastSpeed() + spec.csharp: + - uid: TinyLife.Actions.Action.CausesExtremelyFastSpeed + name: CausesExtremelyFastSpeed + - name: ( + - name: ) + spec.vb: + - uid: TinyLife.Actions.Action.CausesExtremelyFastSpeed + name: CausesExtremelyFastSpeed + - name: ( + - name: ) +- uid: TinyLife.Actions.Action.GetDisplayName + commentId: M:TinyLife.Actions.Action.GetDisplayName + parent: TinyLife.Actions.Action + name: GetDisplayName() + nameWithType: Action.GetDisplayName() + fullName: TinyLife.Actions.Action.GetDisplayName() + spec.csharp: + - uid: TinyLife.Actions.Action.GetDisplayName + name: GetDisplayName + - name: ( + - name: ) + spec.vb: + - uid: TinyLife.Actions.Action.GetDisplayName + name: GetDisplayName + - name: ( + - name: ) +- uid: TinyLife.Actions.Action.CanEnqueueConversation(TinyLife.Objects.Person,TinyLife.Actions.ActionType) + commentId: M:TinyLife.Actions.Action.CanEnqueueConversation(TinyLife.Objects.Person,TinyLife.Actions.ActionType) + parent: TinyLife.Actions.Action + name: CanEnqueueConversation(Person, ActionType) + nameWithType: Action.CanEnqueueConversation(Person, ActionType) + fullName: TinyLife.Actions.Action.CanEnqueueConversation(TinyLife.Objects.Person, TinyLife.Actions.ActionType) + spec.csharp: + - uid: TinyLife.Actions.Action.CanEnqueueConversation(TinyLife.Objects.Person,TinyLife.Actions.ActionType) + name: CanEnqueueConversation + - name: ( + - uid: TinyLife.Objects.Person + name: Person + - name: ',' + - name: " " + - uid: TinyLife.Actions.ActionType + name: ActionType + - name: ) + spec.vb: + - uid: TinyLife.Actions.Action.CanEnqueueConversation(TinyLife.Objects.Person,TinyLife.Actions.ActionType) + name: CanEnqueueConversation + - name: ( + - uid: TinyLife.Objects.Person + name: Person + - name: ',' + - name: " " + - uid: TinyLife.Actions.ActionType + name: ActionType + - name: ) +- 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) + parent: TinyLife.Actions.Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + name: OnChildCompleted(Action, CompletionType, bool) + nameWithType: Action.OnChildCompleted(Action, CompletionType, bool) + fullName: TinyLife.Actions.Action.OnChildCompleted(TinyLife.Actions.Action, TinyLife.Actions.CompletionType, bool) + 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) + spec.csharp: + - uid: TinyLife.Actions.Action.OnChildCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean) + name: OnChildCompleted + - name: ( + - uid: TinyLife.Actions.Action + name: Action + - name: ',' + - name: " " + - uid: TinyLife.Actions.CompletionType + name: CompletionType + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) + spec.vb: + - uid: TinyLife.Actions.Action.OnChildCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean) + name: OnChildCompleted + - name: ( + - uid: TinyLife.Actions.Action + name: Action + - name: ',' + - name: " " + - uid: TinyLife.Actions.CompletionType + name: CompletionType + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) +- 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) + parent: TinyLife.Actions.Action + isExternal: true + 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(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 + - name: ( + - uid: System.String + name: string + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: ',' + - name: " " + - uid: System.Predicate`1 + name: Predicate + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.predicate-1 + - name: < + - uid: MLEM.Ui.Elements.Panel + name: Panel + isExternal: true + - name: '>' + - name: ',' + - name: " " + - uid: System.Action`1 + name: Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.action-1 + - name: < + - uid: MLEM.Ui.Elements.Panel + name: Panel + isExternal: true + - name: '>' + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: System.Func`2 + name: Func + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.func-2 + - name: < + - uid: TinyLife.Uis.CoveringGroup + name: CoveringGroup + - name: ',' + - name: " " + - uid: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 + - name: < + - uid: MLEM.Ui.Elements.Element + name: Element + isExternal: true + - name: '>' + - name: '>' + - name: ',' + - name: " " + - uid: MLEM.Textures.TextureRegion + name: TextureRegion + isExternal: true + - name: ) + 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 + - name: ( + - uid: System.String + name: String + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: ',' + - name: " " + - uid: System.Predicate`1 + name: Predicate + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.predicate-1 + - name: ( + - name: Of + - name: " " + - uid: MLEM.Ui.Elements.Panel + name: Panel + isExternal: true + - name: ) + - name: ',' + - name: " " + - uid: System.Action`1 + name: Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.action-1 + - name: ( + - name: Of + - name: " " + - uid: MLEM.Ui.Elements.Panel + name: Panel + isExternal: true + - name: ) + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: System.Func`2 + name: Func + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.func-2 + - name: ( + - name: Of + - name: " " + - uid: TinyLife.Uis.CoveringGroup + name: CoveringGroup + - name: ',' + - name: " " + - uid: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 + - name: ( + - name: Of + - name: " " + - uid: MLEM.Ui.Elements.Element + name: Element + isExternal: true + - name: ) + - name: ) + - name: ',' + - name: " " + - uid: MLEM.Textures.TextureRegion + name: TextureRegion + isExternal: true + - name: ) +- 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) + parent: TinyLife.Actions.Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + 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) + 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) + spec.csharp: + - uid: TinyLife.Actions.Action.OpenYesNoPrompt(System.String,System.Action,System.Action,MLEM.Textures.TextureRegion) + name: OpenYesNoPrompt + - name: ( + - uid: System.String + name: string + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: ',' + - name: " " + - uid: System.Action + name: Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.action + - name: ',' + - name: " " + - uid: System.Action + name: Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.action + - name: ',' + - name: " " + - uid: MLEM.Textures.TextureRegion + name: TextureRegion + isExternal: true + - name: ) + spec.vb: + - uid: TinyLife.Actions.Action.OpenYesNoPrompt(System.String,System.Action,System.Action,MLEM.Textures.TextureRegion) + name: OpenYesNoPrompt + - name: ( + - uid: System.String + name: String + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: ',' + - name: " " + - uid: System.Action + name: Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.action + - name: ',' + - name: " " + - uid: System.Action + name: Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.action + - name: ',' + - name: " " + - uid: MLEM.Textures.TextureRegion + name: TextureRegion + isExternal: true + - name: ) +- 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 + 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(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 + - name: ( + - uid: System.String + name: string + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: ',' + - name: " " + - uid: System.Action`1 + name: Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.action-1 + - name: < + - uid: System.String + name: string + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: '>' + - name: ',' + - name: " " + - uid: System.Predicate`1 + name: Predicate + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.predicate-1 + - name: < + - uid: System.String + name: string + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: '>' + - name: ',' + - name: " " + - uid: MLEM.Ui.Elements.TextField.Rule + name: Rule + isExternal: true + - name: ',' + - name: " " + - uid: System.String + name: string + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: ',' + - name: " " + - uid: MLEM.Textures.TextureRegion + name: TextureRegion + isExternal: true + - name: ) + 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 + - name: ( + - uid: System.String + name: String + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: ',' + - name: " " + - uid: System.Action`1 + name: Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.action-1 + - name: ( + - name: Of + - name: " " + - uid: System.String + name: String + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: ) + - name: ',' + - name: " " + - uid: System.Predicate`1 + name: Predicate + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.predicate-1 + - name: ( + - name: Of + - name: " " + - uid: System.String + name: String + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: ) + - name: ',' + - name: " " + - uid: MLEM.Ui.Elements.TextField.Rule + name: Rule + isExternal: true + - name: ',' + - name: " " + - uid: System.String + name: String + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: ',' + - name: " " + - uid: MLEM.Textures.TextureRegion + name: TextureRegion + isExternal: true + - name: ) +- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo) + commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo) + parent: TinyLife.Actions.Action + name: OpenChoicePrompt(ChoicePromptInfo) + nameWithType: Action.OpenChoicePrompt(ChoicePromptInfo) + fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo) + spec.csharp: + - uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo) + name: OpenChoicePrompt + - name: ( + - uid: TinyLife.Actions.ChoicePromptInfo + name: ChoicePromptInfo + - name: ) + spec.vb: + - uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo) + name: OpenChoicePrompt + - name: ( + - uid: TinyLife.Actions.ChoicePromptInfo + name: ChoicePromptInfo + - name: ) +- 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) + parent: TinyLife.Actions.Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + 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) + 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) + spec.csharp: + - uid: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32) + name: SpeakAlone + - name: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + isExternal: true + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: TinyLife.Actions.EmoteCategory + name: EmoteCategory + - name: ',' + - name: " " + - uid: TinyLife.Objects.SpeakStyle + name: SpeakStyle + - name: ',' + - name: " " + - uid: System.Int32 + name: int + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ) + spec.vb: + - uid: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32) + name: SpeakAlone + - name: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + isExternal: true + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: TinyLife.Actions.EmoteCategory + name: EmoteCategory + - name: ',' + - name: " " + - uid: TinyLife.Objects.SpeakStyle + name: SpeakStyle + - name: ',' + - name: " " + - uid: System.Int32 + name: Integer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ) +- 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) + parent: TinyLife.Actions.Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + 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) + 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) + spec.csharp: + - 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) + name: SpeakInConversation + - name: ( + - uid: TinyLife.Objects.Person + name: Person + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + isExternal: true + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: TinyLife.Actions.EmoteCategory + name: EmoteCategory + - name: ',' + - name: " " + - uid: TinyLife.Objects.SpeakStyle + name: SpeakStyle + - name: ',' + - name: " " + - uid: TinyLife.Actions.EmoteCategory + name: EmoteCategory + - name: '?' + - name: ',' + - name: " " + - uid: TinyLife.Objects.SpeakStyle + name: SpeakStyle + - name: '?' + - name: ',' + - name: " " + - uid: System.Int32 + name: int + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ) + spec.vb: + - 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) + name: SpeakInConversation + - name: ( + - uid: TinyLife.Objects.Person + name: Person + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + isExternal: true + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: TinyLife.Actions.EmoteCategory + name: EmoteCategory + - name: ',' + - name: " " + - uid: TinyLife.Objects.SpeakStyle + name: SpeakStyle + - name: ',' + - name: " " + - uid: TinyLife.Actions.EmoteCategory + name: EmoteCategory + - name: '?' + - name: ',' + - name: " " + - uid: TinyLife.Objects.SpeakStyle + name: SpeakStyle + - name: '?' + - name: ',' + - name: " " + - uid: System.Int32 + name: Integer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ) +- uid: TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person) + commentId: M:TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person) + parent: TinyLife.Actions.Action + name: FacePartner(Person) + nameWithType: Action.FacePartner(Person) + fullName: TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person) + spec.csharp: + - uid: TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person) + name: FacePartner + - name: ( + - uid: TinyLife.Objects.Person + name: Person + - name: ) + spec.vb: + - uid: TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person) + name: FacePartner + - name: ( + - uid: TinyLife.Objects.Person + name: Person + - name: ) +- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + parent: TinyLife.Actions.Action + name: CompleteIfNeedFull(NeedType) + nameWithType: Action.CompleteIfNeedFull(NeedType) + fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + spec.csharp: + - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + name: CompleteIfNeedFull + - name: ( + - uid: TinyLife.NeedType + name: NeedType + - name: ) + spec.vb: + - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + name: CompleteIfNeedFull + - name: ( + - uid: TinyLife.NeedType + name: NeedType + - name: ) +- 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) + parent: TinyLife.Actions.Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.timespan + 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) + 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) + spec.csharp: + - uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) + name: CompleteIfTimeUp + - name: ( + - uid: System.TimeSpan + name: TimeSpan + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.timespan + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - 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: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) + spec.vb: + - uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) + name: CompleteIfTimeUp + - name: ( + - uid: System.TimeSpan + name: TimeSpan + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.timespan + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - 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: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) +- uid: TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[]) + commentId: M:TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[]) + parent: TinyLife.Actions.Action + name: CancelIfEmotional(params EmotionType[]) + nameWithType: Action.CancelIfEmotional(params EmotionType[]) + fullName: TinyLife.Actions.Action.CancelIfEmotional(params TinyLife.Emotions.EmotionType[]) + nameWithType.vb: Action.CancelIfEmotional(ParamArray EmotionType()) + fullName.vb: TinyLife.Actions.Action.CancelIfEmotional(ParamArray TinyLife.Emotions.EmotionType()) + name.vb: CancelIfEmotional(ParamArray EmotionType()) + spec.csharp: + - uid: TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[]) + name: CancelIfEmotional + - name: ( + - name: params + - name: " " + - uid: TinyLife.Emotions.EmotionType + name: EmotionType + - name: '[' + - name: ']' + - name: ) + spec.vb: + - uid: TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[]) + name: CancelIfEmotional + - name: ( + - name: ParamArray + - name: " " + - uid: TinyLife.Emotions.EmotionType + name: EmotionType + - name: ( + - name: ) + - name: ) +- 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) + parent: TinyLife.Actions.Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + name: Sit(Furniture, float, ActionSpot) + nameWithType: Action.Sit(Furniture, float, ActionSpot) + fullName: TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture, float, TinyLife.Objects.ActionSpot) + 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) + spec.csharp: + - uid: TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot) + name: Sit + - name: ( + - uid: TinyLife.Objects.Furniture + name: Furniture + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: TinyLife.Objects.ActionSpot + name: ActionSpot + - name: ) + spec.vb: + - uid: TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot) + name: Sit + - name: ( + - uid: TinyLife.Objects.Furniture + name: Furniture + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: TinyLife.Objects.ActionSpot + name: ActionSpot + - name: ) +- 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.Action.GetChild``1(System.Guid,System.Boolean) + commentId: M:TinyLife.Actions.Action.GetChild``1(System.Guid,System.Boolean) + parent: TinyLife.Actions.Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.guid + name: GetChild(Guid, bool) + nameWithType: Action.GetChild(Guid, bool) + fullName: TinyLife.Actions.Action.GetChild(System.Guid, bool) + 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) + spec.csharp: + - uid: TinyLife.Actions.Action.GetChild``1(System.Guid,System.Boolean) + name: GetChild + - name: < + - name: T + - name: '>' + - name: ( + - uid: System.Guid + name: Guid + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.guid + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) + spec.vb: + - uid: TinyLife.Actions.Action.GetChild``1(System.Guid,System.Boolean) + name: GetChild + - name: ( + - name: Of + - name: " " + - name: T + - name: ) + - name: ( + - uid: System.Guid + name: Guid + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.guid + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) +- 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) + parent: TinyLife.Actions.Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + 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) + 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) + spec.csharp: + - uid: TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean) + name: PickUpAndGoTo + - name: ( + - uid: TinyLife.Actions.ActionInfo + name: ActionInfo + - name: ',' + - name: " " + - uid: TinyLife.Objects.ObjectCategory + name: ObjectCategory + - name: ',' + - name: " " + - uid: TinyLife.Objects.ObjectCategory + name: ObjectCategory + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) + spec.vb: + - uid: TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean) + name: PickUpAndGoTo + - name: ( + - uid: TinyLife.Actions.ActionInfo + name: ActionInfo + - name: ',' + - name: " " + - uid: TinyLife.Objects.ObjectCategory + name: ObjectCategory + - name: ',' + - name: " " + - uid: TinyLife.Objects.ObjectCategory + name: ObjectCategory + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) +- 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) + parent: TinyLife.Actions.Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.func-2 + 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) + 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) + spec.csharp: + - uid: TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean) + name: PickUpAndGoTo + - name: ( + - uid: TinyLife.Actions.ActionInfo + name: ActionInfo + - name: ',' + - name: " " + - uid: System.Func`2 + name: Func + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.func-2 + - name: < + - uid: TinyLife.Objects.Furniture + name: Furniture + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: '>' + - name: ',' + - name: " " + - uid: System.Func`2 + name: Func + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.func-2 + - name: < + - uid: TinyLife.Objects.Furniture + name: Furniture + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: '>' + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) + spec.vb: + - uid: TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean) + name: PickUpAndGoTo + - name: ( + - uid: TinyLife.Actions.ActionInfo + name: ActionInfo + - name: ',' + - name: " " + - uid: System.Func`2 + name: Func + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.func-2 + - name: ( + - name: Of + - name: " " + - uid: TinyLife.Objects.Furniture + name: Furniture + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) + - name: ',' + - name: " " + - uid: System.Func`2 + name: Func + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.func-2 + - name: ( + - name: Of + - name: " " + - uid: TinyLife.Objects.Furniture + name: Furniture + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) +- uid: TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture) + commentId: M:TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture) + parent: TinyLife.Actions.Action + name: GetFreeChair(Person, Furniture) + nameWithType: Action.GetFreeChair(Person, Furniture) + fullName: TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.Person, TinyLife.Objects.Furniture) + spec.csharp: + - uid: TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture) + name: GetFreeChair + - name: ( + - uid: TinyLife.Objects.Person + name: Person + - name: ',' + - name: " " + - uid: TinyLife.Objects.Furniture + name: Furniture + - name: ) + spec.vb: + - uid: TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture) + name: GetFreeChair + - name: ( + - uid: TinyLife.Objects.Person + name: Person + - name: ',' + - name: " " + - uid: TinyLife.Objects.Furniture + name: Furniture + - name: ) +- 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}) + parent: TinyLife.Actions.Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.func-2 + name: GetFreeChairs(Person, Furniture, Func) + nameWithType: Action.GetFreeChairs(Person, Furniture, Func) + fullName: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.Person, TinyLife.Objects.Furniture, System.Func) + nameWithType.vb: Action.GetFreeChairs(Person, Furniture, Func(Of Direction2, 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)) + spec.csharp: + - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean}) + name: GetFreeChairs + - name: ( + - uid: TinyLife.Objects.Person + name: Person + - name: ',' + - name: " " + - uid: TinyLife.Objects.Furniture + name: Furniture + - name: ',' + - name: " " + - uid: System.Func`2 + name: Func + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.func-2 + - name: < + - uid: MLEM.Misc.Direction2 + name: Direction2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: '>' + - name: ) + spec.vb: + - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean}) + name: GetFreeChairs + - name: ( + - uid: TinyLife.Objects.Person + name: Person + - name: ',' + - name: " " + - uid: TinyLife.Objects.Furniture + name: Furniture + - name: ',' + - name: " " + - uid: System.Func`2 + name: Func + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.func-2 + - name: ( + - name: Of + - name: " " + - uid: MLEM.Misc.Direction2 + name: Direction2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) + - name: ) +- uid: TinyLife.Actions.Action.GetSeatCategory(TinyLife.Objects.Person) + commentId: M:TinyLife.Actions.Action.GetSeatCategory(TinyLife.Objects.Person) + parent: TinyLife.Actions.Action + name: GetSeatCategory(Person) + nameWithType: Action.GetSeatCategory(Person) + fullName: TinyLife.Actions.Action.GetSeatCategory(TinyLife.Objects.Person) + spec.csharp: + - uid: TinyLife.Actions.Action.GetSeatCategory(TinyLife.Objects.Person) + name: GetSeatCategory + - name: ( + - uid: TinyLife.Objects.Person + name: Person + - name: ) + spec.vb: + - uid: TinyLife.Actions.Action.GetSeatCategory(TinyLife.Objects.Person) + name: GetSeatCategory + - name: ( + - uid: TinyLife.Objects.Person + name: Person + - name: ) +- 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) + parent: TinyLife.Actions.Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + 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) + 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) + spec.csharp: + - 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) + name: FindAllFreePeople + - name: ( + - uid: TinyLife.Objects.Person + name: Person + - name: ',' + - name: " " + - uid: TinyLife.Actions.ActionType + name: ActionType + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: '?' + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: '?' + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) + spec.vb: + - 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) + name: FindAllFreePeople + - name: ( + - uid: TinyLife.Objects.Person + name: Person + - name: ',' + - name: " " + - uid: TinyLife.Actions.ActionType + name: ActionType + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: '?' + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: '?' + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) +- 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) + parent: TinyLife.Actions.Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/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) + 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) + spec.csharp: + - 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) + name: FindAllFreeFurniture + - name: ( + - uid: TinyLife.Objects.Person + name: Person + - name: ',' + - name: " " + - uid: TinyLife.Objects.ObjectCategory + name: ObjectCategory + - name: ',' + - name: " " + - uid: TinyLife.Objects.FurnitureType + name: FurnitureType + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: '?' + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: '?' + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) + spec.vb: + - 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) + name: FindAllFreeFurniture + - name: ( + - uid: TinyLife.Objects.Person + name: Person + - name: ',' + - name: " " + - uid: TinyLife.Objects.ObjectCategory + name: ObjectCategory + - name: ',' + - name: " " + - uid: TinyLife.Objects.FurnitureType + name: FurnitureType + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: '?' + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: '?' + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) +- 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) + parent: TinyLife.Actions.Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + 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) + 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) + spec.csharp: + - uid: TinyLife.Actions.Action.FindAllFreeWalls(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) + name: FindAllFreeWalls + - name: ( + - uid: TinyLife.Objects.Person + name: Person + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: '?' + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: '?' + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) + spec.vb: + - uid: TinyLife.Actions.Action.FindAllFreeWalls(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) + name: FindAllFreeWalls + - name: ( + - uid: TinyLife.Objects.Person + name: Person + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: '?' + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: '?' + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) +- 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) + parent: TinyLife.Actions.Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + 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) + 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) + spec.csharp: + - uid: TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) + name: FindAllFreeGround + - name: ( + - uid: TinyLife.Objects.Person + name: Person + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: '?' + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: '?' + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) + spec.vb: + - uid: TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) + name: FindAllFreeGround + - name: ( + - uid: TinyLife.Objects.Person + name: Person + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: '?' + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: '?' + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) +- 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) + parent: TinyLife.Actions.Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/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) + 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) + spec.csharp: + - uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) + name: FindFreeFurniture + - name: ( + - uid: TinyLife.Objects.Person + name: Person + - name: ',' + - name: " " + - uid: TinyLife.Objects.ObjectCategory + name: ObjectCategory + - name: ',' + - name: " " + - uid: TinyLife.Objects.FurnitureType + name: FurnitureType + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: '?' + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) + spec.vb: + - uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) + name: FindFreeFurniture + - name: ( + - uid: TinyLife.Objects.Person + name: Person + - name: ',' + - name: " " + - uid: TinyLife.Objects.ObjectCategory + name: ObjectCategory + - name: ',' + - name: " " + - uid: TinyLife.Objects.FurnitureType + name: FurnitureType + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: '?' + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) +- 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}) + parent: TinyLife.Actions.Action + isExternal: true + 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?) + spec.csharp: + - uid: TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2}) + name: FindAllActionObjects + - name: ( + - uid: TinyLife.Objects.Person + name: Person + - name: ',' + - name: " " + - uid: TinyLife.Actions.ActionType + name: ActionType + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: '?' + - name: ) + spec.vb: + - uid: TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2}) + name: FindAllActionObjects + - name: ( + - uid: TinyLife.Objects.Person + name: Person + - name: ',' + - name: " " + - uid: TinyLife.Actions.ActionType + name: ActionType + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: '?' + - name: ) +- 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) + parent: TinyLife.Actions.Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/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) + 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) + spec.csharp: + - uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) + name: FindValidActionObjects + - name: ( + - uid: TinyLife.Objects.Person + name: Person + - name: ',' + - name: " " + - uid: TinyLife.Actions.ActionType + name: ActionType + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: '?' + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) + spec.vb: + - uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) + name: FindValidActionObjects + - name: ( + - uid: TinyLife.Objects.Person + name: Person + - name: ',' + - name: " " + - uid: TinyLife.Actions.ActionType + name: ActionType + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: '?' + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) +- 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@) + parent: TinyLife.Actions.Action + 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) + 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) + spec.csharp: + - uid: TinyLife.Actions.Action.TryGetRandomValidVariety(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,TinyLife.Actions.ActionVariety@) + name: TryGetRandomValidVariety + - name: ( + - uid: TinyLife.Actions.ActionType + name: ActionType + - name: ',' + - name: " " + - uid: TinyLife.Actions.ActionInfo + name: ActionInfo + - name: ',' + - name: " " + - name: out + - name: " " + - uid: TinyLife.Actions.ActionVariety + name: ActionVariety + - name: ) + spec.vb: + - uid: TinyLife.Actions.Action.TryGetRandomValidVariety(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,TinyLife.Actions.ActionVariety@) + name: TryGetRandomValidVariety + - name: ( + - uid: TinyLife.Actions.ActionType + name: ActionType + - name: ',' + - name: " " + - uid: TinyLife.Actions.ActionInfo + name: ActionInfo + - name: ',' + - name: " " + - uid: TinyLife.Actions.ActionVariety + name: ActionVariety + - name: ) +- 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) + parent: TinyLife.Actions.Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 + name: GetRandomValidVariety(IEnumerable, ActionInfo) + nameWithType: Action.GetRandomValidVariety(IEnumerable, ActionInfo) + fullName: TinyLife.Actions.Action.GetRandomValidVariety(System.Collections.Generic.IEnumerable, TinyLife.Actions.ActionInfo) + 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) + spec.csharp: + - uid: TinyLife.Actions.Action.GetRandomValidVariety(System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionVariety},TinyLife.Actions.ActionInfo) + name: GetRandomValidVariety + - name: ( + - uid: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 + - name: < + - uid: TinyLife.Actions.ActionVariety + name: ActionVariety + - name: '>' + - name: ',' + - name: " " + - uid: TinyLife.Actions.ActionInfo + name: ActionInfo + - name: ) + spec.vb: + - uid: TinyLife.Actions.Action.GetRandomValidVariety(System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionVariety},TinyLife.Actions.ActionInfo) + name: GetRandomValidVariety + - name: ( + - uid: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 + - name: ( + - name: Of + - name: " " + - uid: TinyLife.Actions.ActionVariety + name: ActionVariety + - name: ) + - name: ',' + - name: " " + - uid: TinyLife.Actions.ActionInfo + name: ActionInfo + - name: ) +- uid: TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot) + commentId: M:TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot) + parent: TinyLife.Actions.Action + name: GetTableSpot(Furniture, ActionSpot) + nameWithType: Action.GetTableSpot(Furniture, ActionSpot) + fullName: TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture, TinyLife.Objects.ActionSpot) + spec.csharp: + - uid: TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot) + name: GetTableSpot + - name: ( + - uid: TinyLife.Objects.Furniture + name: Furniture + - name: ',' + - name: " " + - uid: TinyLife.Objects.ActionSpot + name: ActionSpot + - name: ) + spec.vb: + - uid: TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot) + name: GetTableSpot + - name: ( + - uid: TinyLife.Objects.Furniture + name: Furniture + - name: ',' + - name: " " + - uid: TinyLife.Objects.ActionSpot + name: ActionSpot + - name: ) +- 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}) + parent: TinyLife.Actions.Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.action-2 + name: InvokeForBoth(Person, Person, Action) + nameWithType: Action.InvokeForBoth(Person, Person, Action) + fullName: TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.Person, TinyLife.Objects.Person, System.Action) + nameWithType.vb: Action.InvokeForBoth(Person, Person, Action(Of Person, Person)) + 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)) + spec.csharp: + - uid: TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.Person,TinyLife.Objects.Person,System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person}) + name: InvokeForBoth + - name: ( + - uid: TinyLife.Objects.Person + name: Person + - name: ',' + - name: " " + - uid: TinyLife.Objects.Person + name: Person + - name: ',' + - name: " " + - uid: System.Action`2 + name: Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.action-2 + - name: < + - uid: TinyLife.Objects.Person + name: Person + - name: ',' + - name: " " + - uid: TinyLife.Objects.Person + name: Person + - name: '>' + - name: ) + spec.vb: + - uid: TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.Person,TinyLife.Objects.Person,System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person}) + name: InvokeForBoth + - name: ( + - uid: TinyLife.Objects.Person + name: Person + - name: ',' + - name: " " + - uid: TinyLife.Objects.Person + name: Person + - name: ',' + - name: " " + - uid: System.Action`2 + name: Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.action-2 + - name: ( + - name: Of + - name: " " + - uid: TinyLife.Objects.Person + name: Person + - name: ',' + - name: " " + - uid: TinyLife.Objects.Person + name: Person + - name: ) + - 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 + name: CanMultitask(Action, Action) + nameWithType: Action.CanMultitask(Action, Action) + fullName: TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action, TinyLife.Actions.Action) + spec.csharp: + - uid: TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action) + name: CanMultitask + - name: ( + - uid: TinyLife.Actions.Action + name: Action + - name: ',' + - name: " " + - uid: TinyLife.Actions.Action + name: Action + - name: ) + spec.vb: + - uid: TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action) + name: CanMultitask + - name: ( + - uid: TinyLife.Actions.Action + name: Action + - name: ',' + - name: " " + - uid: TinyLife.Actions.Action + name: Action + - name: ) +- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object) + commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object) + parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder + isExternal: true + 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 + isExternal: true + - name: ( + - uid: System.String + name: string + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object) + name: SetData + isExternal: true + - name: ( + - uid: System.String + name: String + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- 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) + 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)(String, T) + name.vb: SetData(Of T)(String, T) + spec.csharp: + - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0) + name: SetData + isExternal: true + - 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 + - name: ) + spec.vb: + - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0) + name: SetData + isExternal: true + - name: ( + - name: Of + - 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 + - name: ) +- 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 + 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)(String) + name.vb: GetData(Of T)(String) + spec.csharp: + - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String) + name: GetData + isExternal: true + - name: < + - name: T + - name: '>' + - name: ( + - uid: System.String + name: string + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: ) + spec.vb: + - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String) + name: GetData + isExternal: true + - name: ( + - name: Of + - name: " " + - name: T + - name: ) + - name: ( + - uid: System.String + name: String + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: ) +- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys + commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys + parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder + isExternal: true + name: GetDataKeys() + nameWithType: JsonTypeSafeGenericDataHolder.GetDataKeys() + fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys() + spec.csharp: + - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys + name: GetDataKeys + isExternal: true + - name: ( + - name: ) + spec.vb: + - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys + name: GetDataKeys + isExternal: true + - name: ( + - name: ) +- uid: System.Object.Equals(System.Object) + commentId: M:System.Object.Equals(System.Object) + parent: System.Object + isExternal: true + 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 + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.Equals(System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.Equals(System.Object,System.Object) + commentId: M:System.Object.Equals(System.Object,System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + name: Equals(object, object) + nameWithType: object.Equals(object, object) + fullName: object.Equals(object, object) + nameWithType.vb: Object.Equals(Object, Object) + fullName.vb: Object.Equals(Object, Object) + name.vb: Equals(Object, Object) + spec.csharp: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.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: object.GetHashCode() + nameWithType.vb: Object.GetHashCode() + fullName.vb: Object.GetHashCode() + spec.csharp: + - uid: System.Object.GetHashCode + name: GetHashCode + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetHashCode + name: GetHashCode + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + - name: ( + - name: ) +- uid: System.Object.GetType + commentId: M:System.Object.GetType + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + name: GetType() + nameWithType: object.GetType() + fullName: object.GetType() + nameWithType.vb: Object.GetType() + fullName.vb: Object.GetType() + spec.csharp: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) +- uid: System.Object.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: object.MemberwiseClone() + nameWithType.vb: Object.MemberwiseClone() + fullName.vb: Object.MemberwiseClone() + spec.csharp: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) + spec.vb: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) +- uid: System.Object.ReferenceEquals(System.Object,System.Object) + commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + name: ReferenceEquals(object, object) + nameWithType: object.ReferenceEquals(object, object) + fullName: object.ReferenceEquals(object, object) + nameWithType.vb: Object.ReferenceEquals(Object, Object) + fullName.vb: Object.ReferenceEquals(Object, Object) + name.vb: ReferenceEquals(Object, Object) + spec.csharp: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: 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: object.ToString() + nameWithType.vb: Object.ToString() + fullName.vb: Object.ToString() + spec.csharp: + - uid: System.Object.ToString + name: ToString + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + - name: ( + - name: ) + spec.vb: + - uid: System.Object.ToString + name: ToString + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + - name: ( + - name: ) +- uid: TinyLife.Actions.FollowAdultAction.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(FollowAdultAction) + nameWithType: Extensions.JsonCopy(FollowAdultAction) + fullName: TinyLife.Utilities.Extensions.JsonCopy(TinyLife.Actions.FollowAdultAction) + nameWithType.vb: Extensions.JsonCopy(Of FollowAdultAction)(FollowAdultAction) + fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Actions.FollowAdultAction)(TinyLife.Actions.FollowAdultAction) + name.vb: JsonCopy(Of FollowAdultAction)(FollowAdultAction) + spec.csharp: + - uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.FollowAdultAction) + name: JsonCopy + - name: < + - uid: TinyLife.Actions.FollowAdultAction + name: FollowAdultAction + - name: '>' + - name: ( + - uid: TinyLife.Actions.FollowAdultAction + name: FollowAdultAction + - name: ) + spec.vb: + - uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.FollowAdultAction) + name: JsonCopy + - name: ( + - name: Of + - name: " " + - uid: TinyLife.Actions.FollowAdultAction + name: FollowAdultAction + - name: ) + - name: ( + - uid: TinyLife.Actions.FollowAdultAction + name: FollowAdultAction + - name: ) +- uid: System + commentId: N:System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + name: System + nameWithType: System + fullName: System +- uid: MLEM.Data.Json + commentId: N:MLEM.Data.Json + isExternal: true + name: MLEM.Data.Json + nameWithType: MLEM.Data.Json + fullName: MLEM.Data.Json + 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 + 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)(String, T) + name.vb: SetData(Of T)(String, T) + spec.csharp: + - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0) + name: SetData + isExternal: true + - 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 + - name: ) + spec.vb: + - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0) + name: SetData + isExternal: true + - name: ( + - name: Of + - 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 + - name: ) +- 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 + - name: < + - name: T + - name: '>' + - name: ( + - name: T + - name: ) + spec.vb: + - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) + name: JsonCopy + - name: ( + - name: Of + - name: " " + - name: T + - name: ) + - name: ( + - name: T + - name: ) +- uid: TinyLife.Utilities.Extensions + commentId: T:TinyLife.Utilities.Extensions + parent: TinyLife.Utilities + name: Extensions + nameWithType: Extensions + fullName: TinyLife.Utilities.Extensions +- uid: TinyLife.Utilities + commentId: N:TinyLife.Utilities + name: TinyLife.Utilities + nameWithType: TinyLife.Utilities + fullName: TinyLife.Utilities + spec.csharp: + - uid: TinyLife + name: TinyLife + - name: . + - uid: TinyLife.Utilities + name: Utilities + spec.vb: + - uid: TinyLife + name: TinyLife + - name: . + - uid: TinyLife.Utilities + name: Utilities +- uid: TinyLife.Actions.FollowAdultAction.#ctor* + commentId: Overload:TinyLife.Actions.FollowAdultAction.#ctor + name: FollowAdultAction + nameWithType: FollowAdultAction.FollowAdultAction + fullName: TinyLife.Actions.FollowAdultAction.FollowAdultAction + nameWithType.vb: FollowAdultAction.New + fullName.vb: TinyLife.Actions.FollowAdultAction.New + name.vb: New +- uid: TinyLife.Actions.ActionType + commentId: T:TinyLife.Actions.ActionType + parent: TinyLife.Actions + name: ActionType + nameWithType: ActionType + fullName: TinyLife.Actions.ActionType +- uid: TinyLife.Actions.ActionInfo + commentId: T:TinyLife.Actions.ActionInfo + parent: TinyLife.Actions + name: ActionInfo + nameWithType: ActionInfo + fullName: TinyLife.Actions.ActionInfo +- uid: TinyLife.Actions.PathfindToPersonAction.IsCompleted + commentId: M:TinyLife.Actions.PathfindToPersonAction.IsCompleted + parent: TinyLife.Actions.PathfindToPersonAction + name: IsCompleted() + nameWithType: PathfindToPersonAction.IsCompleted() + fullName: TinyLife.Actions.PathfindToPersonAction.IsCompleted() + spec.csharp: + - uid: TinyLife.Actions.PathfindToPersonAction.IsCompleted + name: IsCompleted + - name: ( + - name: ) + spec.vb: + - uid: TinyLife.Actions.PathfindToPersonAction.IsCompleted + name: IsCompleted + - name: ( + - name: ) +- uid: TinyLife.Actions.FollowAdultAction.IsCompleted* + commentId: Overload:TinyLife.Actions.FollowAdultAction.IsCompleted + name: IsCompleted + nameWithType: FollowAdultAction.IsCompleted + fullName: TinyLife.Actions.FollowAdultAction.IsCompleted +- uid: TinyLife.Actions.CompletionType + commentId: T:TinyLife.Actions.CompletionType + parent: TinyLife.Actions + name: CompletionType + nameWithType: CompletionType + fullName: TinyLife.Actions.CompletionType +- uid: TinyLife.Actions.PathfindToPersonAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) + commentId: M:TinyLife.Actions.PathfindToPersonAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) + parent: TinyLife.Actions.PathfindToPersonAction + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.timespan + name: Update(GameTime, TimeSpan, float) + nameWithType: PathfindToPersonAction.Update(GameTime, TimeSpan, float) + fullName: TinyLife.Actions.PathfindToPersonAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) + nameWithType.vb: PathfindToPersonAction.Update(GameTime, TimeSpan, Single) + fullName.vb: TinyLife.Actions.PathfindToPersonAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, Single) + name.vb: Update(GameTime, TimeSpan, Single) + spec.csharp: + - uid: TinyLife.Actions.PathfindToPersonAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) + name: Update + - name: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + isExternal: true + - name: ',' + - name: " " + - uid: System.TimeSpan + name: TimeSpan + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.timespan + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ) + spec.vb: + - uid: TinyLife.Actions.PathfindToPersonAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) + name: Update + - name: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + isExternal: true + - name: ',' + - name: " " + - uid: System.TimeSpan + name: TimeSpan + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.timespan + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ) +- uid: TinyLife.Actions.FollowAdultAction.Update* + commentId: Overload:TinyLife.Actions.FollowAdultAction.Update + name: Update + nameWithType: FollowAdultAction.Update + fullName: TinyLife.Actions.FollowAdultAction.Update +- uid: Microsoft.Xna.Framework.GameTime + commentId: T:Microsoft.Xna.Framework.GameTime + parent: Microsoft.Xna.Framework + isExternal: true + name: GameTime + nameWithType: GameTime + fullName: Microsoft.Xna.Framework.GameTime +- uid: System.TimeSpan + commentId: T:System.TimeSpan + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.timespan + name: TimeSpan + nameWithType: TimeSpan + fullName: System.TimeSpan +- uid: System.Single + commentId: T:System.Single + parent: System + isExternal: true + 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: Microsoft.Xna.Framework + commentId: N:Microsoft.Xna.Framework + isExternal: true + 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 diff --git a/docs/api/TinyLife.Actions.HaveBabyAction.yml b/docs/api/TinyLife.Actions.HaveBabyAction.yml new file mode 100644 index 0000000..93fd292 --- /dev/null +++ b/docs/api/TinyLife.Actions.HaveBabyAction.yml @@ -0,0 +1,3351 @@ +### YamlMime:ManagedReference +items: +- uid: TinyLife.Actions.HaveBabyAction + commentId: T:TinyLife.Actions.HaveBabyAction + id: HaveBabyAction + parent: TinyLife.Actions + children: + - TinyLife.Actions.HaveBabyAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo) + - TinyLife.Actions.HaveBabyAction.AndThenIsCompleted + - TinyLife.Actions.HaveBabyAction.AndThenOnCompleted(TinyLife.Actions.CompletionType) + - TinyLife.Actions.HaveBabyAction.CanCancel(TinyLife.Actions.Action) + langs: + - csharp + - vb + name: HaveBabyAction + nameWithType: HaveBabyAction + fullName: TinyLife.Actions.HaveBabyAction + type: Class + source: + remote: + path: TinyLife/Actions/HaveBabyAction.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: HaveBabyAction + path: ../TinyLife/Actions/HaveBabyAction.cs + startLine: 14 + assemblies: + - Tiny Life + namespace: TinyLife.Actions + syntax: + content: 'public class HaveBabyAction : OutOfTownAction, IGenericDataHolder' + content.vb: Public Class HaveBabyAction Inherits OutOfTownAction Implements IGenericDataHolder + inheritance: + - System.Object + - MLEM.Data.Json.JsonTypeSafeGenericDataHolder + - TinyLife.Actions.Action + - TinyLife.Actions.MultiAction + - TinyLife.Actions.OutOfTownAction + implements: + - MLEM.Misc.IGenericDataHolder + inheritedMembers: + - TinyLife.Actions.OutOfTownAction.NeedsToTakeCareOf + - TinyLife.Actions.OutOfTownAction.CreateFirstActions + - TinyLife.Actions.OutOfTownAction.AndThenInitialize + - TinyLife.Actions.OutOfTownAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) + - TinyLife.Actions.OutOfTownAction.GetNextAction(TinyLife.Actions.CompletionType) + - TinyLife.Actions.OutOfTownAction.CanEnqueueConversation(TinyLife.Objects.Person,TinyLife.Actions.ActionType) + - TinyLife.Actions.OutOfTownAction.CausesExtremelyFastSpeed + - TinyLife.Actions.MultiAction.Handler + - TinyLife.Actions.MultiAction.MainElapsedTime + - TinyLife.Actions.MultiAction.InProgressTime + - TinyLife.Actions.MultiAction.CurrentStage + - TinyLife.Actions.MultiAction.CreateLastActions + - TinyLife.Actions.MultiAction.PreInitialize + - TinyLife.Actions.MultiAction.PreCompleted(TinyLife.Actions.CompletionType) + - TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) + - TinyLife.Actions.MultiAction.Initialize + - TinyLife.Actions.MultiAction.IsCompleted + - TinyLife.Actions.MultiAction.OnCompleted(TinyLife.Actions.CompletionType) + - TinyLife.Actions.MultiAction.Validate(TinyLife.Objects.Person) + - TinyLife.Actions.MultiAction.CanStartNow + - TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory) + - TinyLife.Actions.Action.Random + - TinyLife.Actions.Action.FullyInProgress + - TinyLife.Actions.Action.Type + - TinyLife.Actions.Action.Info + - TinyLife.Actions.Action.Id + - TinyLife.Actions.Action.StartedAutomatically + - TinyLife.Actions.Action.Parent + - TinyLife.Actions.Action.Map + - TinyLife.Actions.Action.Person + - TinyLife.Actions.Action.ElapsedTime + - TinyLife.Actions.Action.PlayerPromptOpen + - TinyLife.Actions.Action.ForceResult + - TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject) + - TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action) + - TinyLife.Actions.Action.GetIconObject + - TinyLife.Actions.Action.GetDisplayName + - TinyLife.Actions.Action.OnChildCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean) + - 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.OpenYesNoPrompt(System.String,System.Action,System.Action,MLEM.Textures.TextureRegion) + - TinyLife.Actions.Action.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String,MLEM.Textures.TextureRegion) + - TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo) + - TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32) + - 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.FacePartner(TinyLife.Objects.Person) + - TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + - TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) + - TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[]) + - TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot) + - TinyLife.Actions.Action.GetChildren(System.Boolean) + - TinyLife.Actions.Action.GetChild``1(System.Guid,System.Boolean) + - TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean) + - TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean) + - 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.GetSeatCategory(TinyLife.Objects.Person) + - 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.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.FindAllFreeWalls(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) + - TinyLife.Actions.Action.FindAllFreeGround(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.FindAllActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2}) + - 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.TryGetRandomValidVariety(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,TinyLife.Actions.ActionVariety@) + - TinyLife.Actions.Action.GetRandomValidVariety(System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionVariety},TinyLife.Actions.ActionInfo) + - TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot) + - TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.Person,TinyLife.Objects.Person,System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person}) + - TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action) + - MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object) + - MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T}) + - MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String) + - MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys + - System.Object.Equals(System.Object) + - System.Object.Equals(System.Object,System.Object) + - System.Object.GetHashCode + - System.Object.GetType + - System.Object.MemberwiseClone + - System.Object.ReferenceEquals(System.Object,System.Object) + - System.Object.ToString + extensionMethods: + - TinyLife.Actions.HaveBabyAction.TinyLife.Utilities.Extensions.JsonCopy``1 +- uid: TinyLife.Actions.HaveBabyAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo) + commentId: M:TinyLife.Actions.HaveBabyAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo) + id: '#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)' + parent: TinyLife.Actions.HaveBabyAction + langs: + - csharp + - vb + name: HaveBabyAction(ActionType, ActionInfo) + nameWithType: HaveBabyAction.HaveBabyAction(ActionType, ActionInfo) + fullName: TinyLife.Actions.HaveBabyAction.HaveBabyAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo) + type: Constructor + source: + remote: + path: TinyLife/Actions/HaveBabyAction.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: .ctor + path: ../TinyLife/Actions/HaveBabyAction.cs + startLine: 16 + assemblies: + - Tiny Life + namespace: TinyLife.Actions + syntax: + content: public HaveBabyAction(ActionType type, ActionInfo info) + parameters: + - id: type + type: TinyLife.Actions.ActionType + - id: info + type: TinyLife.Actions.ActionInfo + content.vb: Public Sub New(type As ActionType, info As ActionInfo) + overload: TinyLife.Actions.HaveBabyAction.#ctor* + nameWithType.vb: HaveBabyAction.New(ActionType, ActionInfo) + fullName.vb: TinyLife.Actions.HaveBabyAction.New(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo) + name.vb: New(ActionType, ActionInfo) +- uid: TinyLife.Actions.HaveBabyAction.CanCancel(TinyLife.Actions.Action) + commentId: M:TinyLife.Actions.HaveBabyAction.CanCancel(TinyLife.Actions.Action) + id: CanCancel(TinyLife.Actions.Action) + parent: TinyLife.Actions.HaveBabyAction + langs: + - csharp + - vb + name: CanCancel(Action) + nameWithType: HaveBabyAction.CanCancel(Action) + fullName: TinyLife.Actions.HaveBabyAction.CanCancel(TinyLife.Actions.Action) + type: Method + source: + remote: + path: TinyLife/Actions/HaveBabyAction.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: CanCancel + path: ../TinyLife/Actions/HaveBabyAction.cs + startLine: 18 + assemblies: + - Tiny Life + namespace: TinyLife.Actions + syntax: + content: public override bool CanCancel(Action cancelSource) + parameters: + - id: cancelSource + type: TinyLife.Actions.Action + return: + type: System.Boolean + content.vb: Public Overrides Function CanCancel(cancelSource As Action) As Boolean + overridden: TinyLife.Actions.MultiAction.CanCancel(TinyLife.Actions.Action) + overload: TinyLife.Actions.HaveBabyAction.CanCancel* +- uid: TinyLife.Actions.HaveBabyAction.AndThenIsCompleted + commentId: M:TinyLife.Actions.HaveBabyAction.AndThenIsCompleted + id: AndThenIsCompleted + parent: TinyLife.Actions.HaveBabyAction + langs: + - csharp + - vb + name: AndThenIsCompleted() + nameWithType: HaveBabyAction.AndThenIsCompleted() + fullName: TinyLife.Actions.HaveBabyAction.AndThenIsCompleted() + type: Method + source: + remote: + path: TinyLife/Actions/HaveBabyAction.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: AndThenIsCompleted + path: ../TinyLife/Actions/HaveBabyAction.cs + startLine: 22 + assemblies: + - Tiny Life + namespace: TinyLife.Actions + syntax: + content: protected override CompletionType AndThenIsCompleted() + return: + type: TinyLife.Actions.CompletionType + content.vb: Protected Overrides Function AndThenIsCompleted() As CompletionType + overridden: TinyLife.Actions.MultiAction.AndThenIsCompleted + overload: TinyLife.Actions.HaveBabyAction.AndThenIsCompleted* +- uid: TinyLife.Actions.HaveBabyAction.AndThenOnCompleted(TinyLife.Actions.CompletionType) + commentId: M:TinyLife.Actions.HaveBabyAction.AndThenOnCompleted(TinyLife.Actions.CompletionType) + id: AndThenOnCompleted(TinyLife.Actions.CompletionType) + parent: TinyLife.Actions.HaveBabyAction + langs: + - csharp + - vb + name: AndThenOnCompleted(CompletionType) + nameWithType: HaveBabyAction.AndThenOnCompleted(CompletionType) + fullName: TinyLife.Actions.HaveBabyAction.AndThenOnCompleted(TinyLife.Actions.CompletionType) + type: Method + source: + remote: + path: TinyLife/Actions/HaveBabyAction.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: AndThenOnCompleted + path: ../TinyLife/Actions/HaveBabyAction.cs + startLine: 26 + assemblies: + - Tiny Life + namespace: TinyLife.Actions + syntax: + content: protected override void AndThenOnCompleted(CompletionType type) + parameters: + - id: type + type: TinyLife.Actions.CompletionType + content.vb: Protected Overrides Sub AndThenOnCompleted(type As CompletionType) + overridden: TinyLife.Actions.MultiAction.AndThenOnCompleted(TinyLife.Actions.CompletionType) + overload: TinyLife.Actions.HaveBabyAction.AndThenOnCompleted* +references: +- uid: TinyLife.Actions + commentId: N:TinyLife.Actions + name: TinyLife.Actions + nameWithType: TinyLife.Actions + fullName: TinyLife.Actions + spec.csharp: + - uid: TinyLife + name: TinyLife + - name: . + - uid: TinyLife.Actions + name: Actions + spec.vb: + - uid: TinyLife + name: TinyLife + - name: . + - uid: TinyLife.Actions + name: Actions +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + name: object + nameWithType: object + fullName: object + nameWithType.vb: Object + fullName.vb: Object + name.vb: Object +- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder + commentId: T:MLEM.Data.Json.JsonTypeSafeGenericDataHolder + parent: MLEM.Data.Json + isExternal: true + name: JsonTypeSafeGenericDataHolder + nameWithType: JsonTypeSafeGenericDataHolder + fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder +- uid: TinyLife.Actions.Action + commentId: T:TinyLife.Actions.Action + parent: TinyLife.Actions + name: Action + nameWithType: Action + fullName: TinyLife.Actions.Action +- uid: TinyLife.Actions.MultiAction + commentId: T:TinyLife.Actions.MultiAction + parent: TinyLife.Actions + name: MultiAction + nameWithType: MultiAction + fullName: TinyLife.Actions.MultiAction +- uid: TinyLife.Actions.OutOfTownAction + commentId: T:TinyLife.Actions.OutOfTownAction + parent: TinyLife.Actions + name: OutOfTownAction + nameWithType: OutOfTownAction + fullName: TinyLife.Actions.OutOfTownAction +- uid: MLEM.Misc.IGenericDataHolder + commentId: T:MLEM.Misc.IGenericDataHolder + parent: MLEM.Misc + isExternal: true + name: IGenericDataHolder + nameWithType: IGenericDataHolder + fullName: MLEM.Misc.IGenericDataHolder +- uid: TinyLife.Actions.OutOfTownAction.NeedsToTakeCareOf + commentId: F:TinyLife.Actions.OutOfTownAction.NeedsToTakeCareOf + parent: TinyLife.Actions.OutOfTownAction + name: NeedsToTakeCareOf + nameWithType: OutOfTownAction.NeedsToTakeCareOf + fullName: TinyLife.Actions.OutOfTownAction.NeedsToTakeCareOf +- uid: TinyLife.Actions.OutOfTownAction.CreateFirstActions + commentId: M:TinyLife.Actions.OutOfTownAction.CreateFirstActions + parent: TinyLife.Actions.OutOfTownAction + name: CreateFirstActions() + nameWithType: OutOfTownAction.CreateFirstActions() + fullName: TinyLife.Actions.OutOfTownAction.CreateFirstActions() + spec.csharp: + - uid: TinyLife.Actions.OutOfTownAction.CreateFirstActions + name: CreateFirstActions + - name: ( + - name: ) + spec.vb: + - uid: TinyLife.Actions.OutOfTownAction.CreateFirstActions + name: CreateFirstActions + - name: ( + - name: ) +- uid: TinyLife.Actions.OutOfTownAction.AndThenInitialize + commentId: M:TinyLife.Actions.OutOfTownAction.AndThenInitialize + parent: TinyLife.Actions.OutOfTownAction + name: AndThenInitialize() + nameWithType: OutOfTownAction.AndThenInitialize() + fullName: TinyLife.Actions.OutOfTownAction.AndThenInitialize() + spec.csharp: + - uid: TinyLife.Actions.OutOfTownAction.AndThenInitialize + name: AndThenInitialize + - name: ( + - name: ) + spec.vb: + - uid: TinyLife.Actions.OutOfTownAction.AndThenInitialize + name: AndThenInitialize + - name: ( + - name: ) +- uid: TinyLife.Actions.OutOfTownAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) + commentId: M:TinyLife.Actions.OutOfTownAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) + parent: TinyLife.Actions.OutOfTownAction + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.timespan + name: AndThenUpdate(GameTime, TimeSpan, float) + nameWithType: OutOfTownAction.AndThenUpdate(GameTime, TimeSpan, float) + fullName: TinyLife.Actions.OutOfTownAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) + nameWithType.vb: OutOfTownAction.AndThenUpdate(GameTime, TimeSpan, Single) + fullName.vb: TinyLife.Actions.OutOfTownAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, Single) + name.vb: AndThenUpdate(GameTime, TimeSpan, Single) + spec.csharp: + - uid: TinyLife.Actions.OutOfTownAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) + name: AndThenUpdate + - name: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + isExternal: true + - name: ',' + - name: " " + - uid: System.TimeSpan + name: TimeSpan + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.timespan + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ) + spec.vb: + - uid: TinyLife.Actions.OutOfTownAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) + name: AndThenUpdate + - name: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + isExternal: true + - name: ',' + - name: " " + - uid: System.TimeSpan + name: TimeSpan + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.timespan + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ) +- uid: TinyLife.Actions.OutOfTownAction.GetNextAction(TinyLife.Actions.CompletionType) + commentId: M:TinyLife.Actions.OutOfTownAction.GetNextAction(TinyLife.Actions.CompletionType) + parent: TinyLife.Actions.OutOfTownAction + name: GetNextAction(CompletionType) + nameWithType: OutOfTownAction.GetNextAction(CompletionType) + fullName: TinyLife.Actions.OutOfTownAction.GetNextAction(TinyLife.Actions.CompletionType) + spec.csharp: + - uid: TinyLife.Actions.OutOfTownAction.GetNextAction(TinyLife.Actions.CompletionType) + name: GetNextAction + - name: ( + - uid: TinyLife.Actions.CompletionType + name: CompletionType + - name: ) + spec.vb: + - uid: TinyLife.Actions.OutOfTownAction.GetNextAction(TinyLife.Actions.CompletionType) + name: GetNextAction + - name: ( + - uid: TinyLife.Actions.CompletionType + name: CompletionType + - name: ) +- uid: TinyLife.Actions.OutOfTownAction.CanEnqueueConversation(TinyLife.Objects.Person,TinyLife.Actions.ActionType) + commentId: M:TinyLife.Actions.OutOfTownAction.CanEnqueueConversation(TinyLife.Objects.Person,TinyLife.Actions.ActionType) + parent: TinyLife.Actions.OutOfTownAction + name: CanEnqueueConversation(Person, ActionType) + nameWithType: OutOfTownAction.CanEnqueueConversation(Person, ActionType) + fullName: TinyLife.Actions.OutOfTownAction.CanEnqueueConversation(TinyLife.Objects.Person, TinyLife.Actions.ActionType) + spec.csharp: + - uid: TinyLife.Actions.OutOfTownAction.CanEnqueueConversation(TinyLife.Objects.Person,TinyLife.Actions.ActionType) + name: CanEnqueueConversation + - name: ( + - uid: TinyLife.Objects.Person + name: Person + - name: ',' + - name: " " + - uid: TinyLife.Actions.ActionType + name: ActionType + - name: ) + spec.vb: + - uid: TinyLife.Actions.OutOfTownAction.CanEnqueueConversation(TinyLife.Objects.Person,TinyLife.Actions.ActionType) + name: CanEnqueueConversation + - name: ( + - uid: TinyLife.Objects.Person + name: Person + - name: ',' + - name: " " + - uid: TinyLife.Actions.ActionType + name: ActionType + - name: ) +- uid: TinyLife.Actions.OutOfTownAction.CausesExtremelyFastSpeed + commentId: M:TinyLife.Actions.OutOfTownAction.CausesExtremelyFastSpeed + parent: TinyLife.Actions.OutOfTownAction + name: CausesExtremelyFastSpeed() + nameWithType: OutOfTownAction.CausesExtremelyFastSpeed() + fullName: TinyLife.Actions.OutOfTownAction.CausesExtremelyFastSpeed() + spec.csharp: + - uid: TinyLife.Actions.OutOfTownAction.CausesExtremelyFastSpeed + name: CausesExtremelyFastSpeed + - name: ( + - name: ) + spec.vb: + - uid: TinyLife.Actions.OutOfTownAction.CausesExtremelyFastSpeed + name: CausesExtremelyFastSpeed + - name: ( + - name: ) +- uid: TinyLife.Actions.MultiAction.Handler + commentId: F:TinyLife.Actions.MultiAction.Handler + parent: TinyLife.Actions.MultiAction + name: Handler + nameWithType: MultiAction.Handler + fullName: TinyLife.Actions.MultiAction.Handler +- uid: TinyLife.Actions.MultiAction.MainElapsedTime + commentId: P:TinyLife.Actions.MultiAction.MainElapsedTime + parent: TinyLife.Actions.MultiAction + name: MainElapsedTime + nameWithType: MultiAction.MainElapsedTime + fullName: TinyLife.Actions.MultiAction.MainElapsedTime +- uid: TinyLife.Actions.MultiAction.InProgressTime + commentId: P:TinyLife.Actions.MultiAction.InProgressTime + parent: TinyLife.Actions.MultiAction + name: InProgressTime + nameWithType: MultiAction.InProgressTime + fullName: TinyLife.Actions.MultiAction.InProgressTime +- uid: TinyLife.Actions.MultiAction.CurrentStage + commentId: P:TinyLife.Actions.MultiAction.CurrentStage + parent: TinyLife.Actions.MultiAction + name: CurrentStage + nameWithType: MultiAction.CurrentStage + fullName: TinyLife.Actions.MultiAction.CurrentStage +- uid: TinyLife.Actions.MultiAction.CreateLastActions + commentId: M:TinyLife.Actions.MultiAction.CreateLastActions + parent: TinyLife.Actions.MultiAction + name: CreateLastActions() + nameWithType: MultiAction.CreateLastActions() + fullName: TinyLife.Actions.MultiAction.CreateLastActions() + spec.csharp: + - uid: TinyLife.Actions.MultiAction.CreateLastActions + name: CreateLastActions + - name: ( + - name: ) + spec.vb: + - uid: TinyLife.Actions.MultiAction.CreateLastActions + name: CreateLastActions + - name: ( + - name: ) +- uid: TinyLife.Actions.MultiAction.PreInitialize + commentId: M:TinyLife.Actions.MultiAction.PreInitialize + parent: TinyLife.Actions.MultiAction + name: PreInitialize() + nameWithType: MultiAction.PreInitialize() + fullName: TinyLife.Actions.MultiAction.PreInitialize() + spec.csharp: + - uid: TinyLife.Actions.MultiAction.PreInitialize + name: PreInitialize + - name: ( + - name: ) + spec.vb: + - uid: TinyLife.Actions.MultiAction.PreInitialize + name: PreInitialize + - name: ( + - name: ) +- uid: TinyLife.Actions.MultiAction.PreCompleted(TinyLife.Actions.CompletionType) + commentId: M:TinyLife.Actions.MultiAction.PreCompleted(TinyLife.Actions.CompletionType) + parent: TinyLife.Actions.MultiAction + name: PreCompleted(CompletionType) + nameWithType: MultiAction.PreCompleted(CompletionType) + fullName: TinyLife.Actions.MultiAction.PreCompleted(TinyLife.Actions.CompletionType) + spec.csharp: + - uid: TinyLife.Actions.MultiAction.PreCompleted(TinyLife.Actions.CompletionType) + name: PreCompleted + - name: ( + - uid: TinyLife.Actions.CompletionType + name: CompletionType + - name: ) + spec.vb: + - uid: TinyLife.Actions.MultiAction.PreCompleted(TinyLife.Actions.CompletionType) + name: PreCompleted + - name: ( + - uid: TinyLife.Actions.CompletionType + name: CompletionType + - name: ) +- uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) + commentId: M:TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) + parent: TinyLife.Actions.MultiAction + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.timespan + name: Update(GameTime, TimeSpan, float) + nameWithType: MultiAction.Update(GameTime, TimeSpan, float) + fullName: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) + nameWithType.vb: MultiAction.Update(GameTime, TimeSpan, Single) + fullName.vb: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, Single) + name.vb: Update(GameTime, TimeSpan, Single) + spec.csharp: + - uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) + name: Update + - name: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + isExternal: true + - name: ',' + - name: " " + - uid: System.TimeSpan + name: TimeSpan + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.timespan + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ) + spec.vb: + - uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) + name: Update + - name: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + isExternal: true + - name: ',' + - name: " " + - uid: System.TimeSpan + name: TimeSpan + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.timespan + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ) +- uid: TinyLife.Actions.MultiAction.Initialize + commentId: M:TinyLife.Actions.MultiAction.Initialize + parent: TinyLife.Actions.MultiAction + name: Initialize() + nameWithType: MultiAction.Initialize() + fullName: TinyLife.Actions.MultiAction.Initialize() + spec.csharp: + - uid: TinyLife.Actions.MultiAction.Initialize + name: Initialize + - name: ( + - name: ) + spec.vb: + - uid: TinyLife.Actions.MultiAction.Initialize + name: Initialize + - name: ( + - name: ) +- uid: TinyLife.Actions.MultiAction.IsCompleted + commentId: M:TinyLife.Actions.MultiAction.IsCompleted + parent: TinyLife.Actions.MultiAction + name: IsCompleted() + nameWithType: MultiAction.IsCompleted() + fullName: TinyLife.Actions.MultiAction.IsCompleted() + spec.csharp: + - uid: TinyLife.Actions.MultiAction.IsCompleted + name: IsCompleted + - name: ( + - name: ) + spec.vb: + - uid: TinyLife.Actions.MultiAction.IsCompleted + name: IsCompleted + - name: ( + - name: ) +- uid: TinyLife.Actions.MultiAction.OnCompleted(TinyLife.Actions.CompletionType) + commentId: M:TinyLife.Actions.MultiAction.OnCompleted(TinyLife.Actions.CompletionType) + parent: TinyLife.Actions.MultiAction + name: OnCompleted(CompletionType) + nameWithType: MultiAction.OnCompleted(CompletionType) + fullName: TinyLife.Actions.MultiAction.OnCompleted(TinyLife.Actions.CompletionType) + spec.csharp: + - uid: TinyLife.Actions.MultiAction.OnCompleted(TinyLife.Actions.CompletionType) + name: OnCompleted + - name: ( + - uid: TinyLife.Actions.CompletionType + name: CompletionType + - name: ) + spec.vb: + - uid: TinyLife.Actions.MultiAction.OnCompleted(TinyLife.Actions.CompletionType) + name: OnCompleted + - name: ( + - uid: TinyLife.Actions.CompletionType + name: CompletionType + - name: ) +- uid: TinyLife.Actions.MultiAction.Validate(TinyLife.Objects.Person) + commentId: M:TinyLife.Actions.MultiAction.Validate(TinyLife.Objects.Person) + parent: TinyLife.Actions.MultiAction + name: Validate(Person) + nameWithType: MultiAction.Validate(Person) + fullName: TinyLife.Actions.MultiAction.Validate(TinyLife.Objects.Person) + spec.csharp: + - uid: TinyLife.Actions.MultiAction.Validate(TinyLife.Objects.Person) + name: Validate + - name: ( + - uid: TinyLife.Objects.Person + name: Person + - name: ) + spec.vb: + - uid: TinyLife.Actions.MultiAction.Validate(TinyLife.Objects.Person) + name: Validate + - name: ( + - uid: TinyLife.Objects.Person + name: Person + - name: ) +- uid: TinyLife.Actions.MultiAction.CanStartNow + commentId: M:TinyLife.Actions.MultiAction.CanStartNow + parent: TinyLife.Actions.MultiAction + name: CanStartNow() + nameWithType: MultiAction.CanStartNow() + fullName: TinyLife.Actions.MultiAction.CanStartNow() + spec.csharp: + - uid: TinyLife.Actions.MultiAction.CanStartNow + name: CanStartNow + - name: ( + - name: ) + spec.vb: + - uid: TinyLife.Actions.MultiAction.CanStartNow + name: CanStartNow + - name: ( + - name: ) +- uid: TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory) + commentId: M:TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory) + parent: TinyLife.Actions.MultiAction + name: GoToActionLocation(ObjectCategory) + nameWithType: MultiAction.GoToActionLocation(ObjectCategory) + fullName: TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory) + spec.csharp: + - uid: TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory) + name: GoToActionLocation + - name: ( + - uid: TinyLife.Objects.ObjectCategory + name: ObjectCategory + - name: ) + spec.vb: + - uid: TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory) + name: GoToActionLocation + - name: ( + - uid: TinyLife.Objects.ObjectCategory + name: ObjectCategory + - name: ) +- uid: TinyLife.Actions.Action.Random + commentId: F:TinyLife.Actions.Action.Random + parent: TinyLife.Actions.Action + name: Random + nameWithType: Action.Random + fullName: TinyLife.Actions.Action.Random +- uid: TinyLife.Actions.Action.FullyInProgress + commentId: P:TinyLife.Actions.Action.FullyInProgress + parent: TinyLife.Actions.Action + name: FullyInProgress + nameWithType: Action.FullyInProgress + fullName: TinyLife.Actions.Action.FullyInProgress +- uid: TinyLife.Actions.Action.Type + commentId: F:TinyLife.Actions.Action.Type + parent: TinyLife.Actions.Action + name: Type + nameWithType: Action.Type + fullName: TinyLife.Actions.Action.Type +- uid: TinyLife.Actions.Action.Info + commentId: F:TinyLife.Actions.Action.Info + parent: TinyLife.Actions.Action + name: Info + nameWithType: Action.Info + fullName: TinyLife.Actions.Action.Info +- uid: TinyLife.Actions.Action.Id + commentId: F:TinyLife.Actions.Action.Id + parent: TinyLife.Actions.Action + name: Id + nameWithType: Action.Id + fullName: TinyLife.Actions.Action.Id +- uid: TinyLife.Actions.Action.StartedAutomatically + commentId: P:TinyLife.Actions.Action.StartedAutomatically + parent: TinyLife.Actions.Action + name: StartedAutomatically + nameWithType: Action.StartedAutomatically + fullName: TinyLife.Actions.Action.StartedAutomatically +- uid: TinyLife.Actions.Action.Parent + commentId: P:TinyLife.Actions.Action.Parent + parent: TinyLife.Actions.Action + name: Parent + nameWithType: Action.Parent + fullName: TinyLife.Actions.Action.Parent +- uid: TinyLife.Actions.Action.Map + commentId: P:TinyLife.Actions.Action.Map + parent: TinyLife.Actions.Action + name: Map + nameWithType: Action.Map + fullName: TinyLife.Actions.Action.Map +- uid: TinyLife.Actions.Action.Person + commentId: P:TinyLife.Actions.Action.Person + parent: TinyLife.Actions.Action + name: Person + nameWithType: Action.Person + fullName: TinyLife.Actions.Action.Person +- uid: TinyLife.Actions.Action.ElapsedTime + commentId: P:TinyLife.Actions.Action.ElapsedTime + parent: TinyLife.Actions.Action + name: ElapsedTime + nameWithType: Action.ElapsedTime + fullName: TinyLife.Actions.Action.ElapsedTime +- uid: TinyLife.Actions.Action.PlayerPromptOpen + commentId: P:TinyLife.Actions.Action.PlayerPromptOpen + parent: TinyLife.Actions.Action + name: PlayerPromptOpen + nameWithType: Action.PlayerPromptOpen + fullName: TinyLife.Actions.Action.PlayerPromptOpen +- uid: TinyLife.Actions.Action.ForceResult + commentId: F:TinyLife.Actions.Action.ForceResult + parent: TinyLife.Actions.Action + name: ForceResult + nameWithType: Action.ForceResult + fullName: TinyLife.Actions.Action.ForceResult +- 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) + parent: TinyLife.Actions.Action + 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) + spec.csharp: + - uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject) + name: TryForceResult + - name: ( + - uid: TinyLife.Actions.CompletionType + name: CompletionType + - name: ',' + - name: " " + - uid: TinyLife.Actions.CanExecuteResult + name: CanExecuteResult + - name: '?' + - name: ',' + - name: " " + - uid: TinyLife.Objects.MapObject + name: MapObject + - name: ) + spec.vb: + - uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject) + name: TryForceResult + - name: ( + - uid: TinyLife.Actions.CompletionType + name: CompletionType + - name: ',' + - name: " " + - uid: TinyLife.Actions.CanExecuteResult + name: CanExecuteResult + - name: '?' + - name: ',' + - name: " " + - uid: TinyLife.Objects.MapObject + name: MapObject + - name: ) +- uid: TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action) + commentId: M:TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action) + parent: TinyLife.Actions.Action + name: CanMultitask(Action) + nameWithType: Action.CanMultitask(Action) + fullName: TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action) + spec.csharp: + - uid: TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action) + name: CanMultitask + - name: ( + - uid: TinyLife.Actions.Action + name: Action + - name: ) + spec.vb: + - uid: TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action) + name: CanMultitask + - name: ( + - uid: TinyLife.Actions.Action + name: Action + - name: ) +- uid: TinyLife.Actions.Action.GetIconObject + commentId: M:TinyLife.Actions.Action.GetIconObject + parent: TinyLife.Actions.Action + name: GetIconObject() + nameWithType: Action.GetIconObject() + fullName: TinyLife.Actions.Action.GetIconObject() + spec.csharp: + - uid: TinyLife.Actions.Action.GetIconObject + name: GetIconObject + - name: ( + - name: ) + spec.vb: + - uid: TinyLife.Actions.Action.GetIconObject + name: GetIconObject + - name: ( + - name: ) +- uid: TinyLife.Actions.Action.GetDisplayName + commentId: M:TinyLife.Actions.Action.GetDisplayName + parent: TinyLife.Actions.Action + name: GetDisplayName() + nameWithType: Action.GetDisplayName() + fullName: TinyLife.Actions.Action.GetDisplayName() + spec.csharp: + - uid: TinyLife.Actions.Action.GetDisplayName + name: GetDisplayName + - name: ( + - name: ) + spec.vb: + - uid: TinyLife.Actions.Action.GetDisplayName + name: GetDisplayName + - name: ( + - name: ) +- 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) + parent: TinyLife.Actions.Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + name: OnChildCompleted(Action, CompletionType, bool) + nameWithType: Action.OnChildCompleted(Action, CompletionType, bool) + fullName: TinyLife.Actions.Action.OnChildCompleted(TinyLife.Actions.Action, TinyLife.Actions.CompletionType, bool) + 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) + spec.csharp: + - uid: TinyLife.Actions.Action.OnChildCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean) + name: OnChildCompleted + - name: ( + - uid: TinyLife.Actions.Action + name: Action + - name: ',' + - name: " " + - uid: TinyLife.Actions.CompletionType + name: CompletionType + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) + spec.vb: + - uid: TinyLife.Actions.Action.OnChildCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean) + name: OnChildCompleted + - name: ( + - uid: TinyLife.Actions.Action + name: Action + - name: ',' + - name: " " + - uid: TinyLife.Actions.CompletionType + name: CompletionType + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) +- 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) + parent: TinyLife.Actions.Action + isExternal: true + 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(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 + - name: ( + - uid: System.String + name: string + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: ',' + - name: " " + - uid: System.Predicate`1 + name: Predicate + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.predicate-1 + - name: < + - uid: MLEM.Ui.Elements.Panel + name: Panel + isExternal: true + - name: '>' + - name: ',' + - name: " " + - uid: System.Action`1 + name: Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.action-1 + - name: < + - uid: MLEM.Ui.Elements.Panel + name: Panel + isExternal: true + - name: '>' + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: System.Func`2 + name: Func + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.func-2 + - name: < + - uid: TinyLife.Uis.CoveringGroup + name: CoveringGroup + - name: ',' + - name: " " + - uid: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 + - name: < + - uid: MLEM.Ui.Elements.Element + name: Element + isExternal: true + - name: '>' + - name: '>' + - name: ',' + - name: " " + - uid: MLEM.Textures.TextureRegion + name: TextureRegion + isExternal: true + - name: ) + 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 + - name: ( + - uid: System.String + name: String + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: ',' + - name: " " + - uid: System.Predicate`1 + name: Predicate + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.predicate-1 + - name: ( + - name: Of + - name: " " + - uid: MLEM.Ui.Elements.Panel + name: Panel + isExternal: true + - name: ) + - name: ',' + - name: " " + - uid: System.Action`1 + name: Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.action-1 + - name: ( + - name: Of + - name: " " + - uid: MLEM.Ui.Elements.Panel + name: Panel + isExternal: true + - name: ) + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: System.Func`2 + name: Func + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.func-2 + - name: ( + - name: Of + - name: " " + - uid: TinyLife.Uis.CoveringGroup + name: CoveringGroup + - name: ',' + - name: " " + - uid: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 + - name: ( + - name: Of + - name: " " + - uid: MLEM.Ui.Elements.Element + name: Element + isExternal: true + - name: ) + - name: ) + - name: ',' + - name: " " + - uid: MLEM.Textures.TextureRegion + name: TextureRegion + isExternal: true + - name: ) +- 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) + parent: TinyLife.Actions.Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + 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) + 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) + spec.csharp: + - uid: TinyLife.Actions.Action.OpenYesNoPrompt(System.String,System.Action,System.Action,MLEM.Textures.TextureRegion) + name: OpenYesNoPrompt + - name: ( + - uid: System.String + name: string + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: ',' + - name: " " + - uid: System.Action + name: Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.action + - name: ',' + - name: " " + - uid: System.Action + name: Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.action + - name: ',' + - name: " " + - uid: MLEM.Textures.TextureRegion + name: TextureRegion + isExternal: true + - name: ) + spec.vb: + - uid: TinyLife.Actions.Action.OpenYesNoPrompt(System.String,System.Action,System.Action,MLEM.Textures.TextureRegion) + name: OpenYesNoPrompt + - name: ( + - uid: System.String + name: String + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: ',' + - name: " " + - uid: System.Action + name: Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.action + - name: ',' + - name: " " + - uid: System.Action + name: Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.action + - name: ',' + - name: " " + - uid: MLEM.Textures.TextureRegion + name: TextureRegion + isExternal: true + - name: ) +- 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 + 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(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 + - name: ( + - uid: System.String + name: string + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: ',' + - name: " " + - uid: System.Action`1 + name: Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.action-1 + - name: < + - uid: System.String + name: string + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: '>' + - name: ',' + - name: " " + - uid: System.Predicate`1 + name: Predicate + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.predicate-1 + - name: < + - uid: System.String + name: string + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: '>' + - name: ',' + - name: " " + - uid: MLEM.Ui.Elements.TextField.Rule + name: Rule + isExternal: true + - name: ',' + - name: " " + - uid: System.String + name: string + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: ',' + - name: " " + - uid: MLEM.Textures.TextureRegion + name: TextureRegion + isExternal: true + - name: ) + 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 + - name: ( + - uid: System.String + name: String + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: ',' + - name: " " + - uid: System.Action`1 + name: Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.action-1 + - name: ( + - name: Of + - name: " " + - uid: System.String + name: String + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: ) + - name: ',' + - name: " " + - uid: System.Predicate`1 + name: Predicate + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.predicate-1 + - name: ( + - name: Of + - name: " " + - uid: System.String + name: String + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: ) + - name: ',' + - name: " " + - uid: MLEM.Ui.Elements.TextField.Rule + name: Rule + isExternal: true + - name: ',' + - name: " " + - uid: System.String + name: String + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: ',' + - name: " " + - uid: MLEM.Textures.TextureRegion + name: TextureRegion + isExternal: true + - name: ) +- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo) + commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo) + parent: TinyLife.Actions.Action + name: OpenChoicePrompt(ChoicePromptInfo) + nameWithType: Action.OpenChoicePrompt(ChoicePromptInfo) + fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo) + spec.csharp: + - uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo) + name: OpenChoicePrompt + - name: ( + - uid: TinyLife.Actions.ChoicePromptInfo + name: ChoicePromptInfo + - name: ) + spec.vb: + - uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo) + name: OpenChoicePrompt + - name: ( + - uid: TinyLife.Actions.ChoicePromptInfo + name: ChoicePromptInfo + - name: ) +- 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) + parent: TinyLife.Actions.Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + 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) + 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) + spec.csharp: + - uid: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32) + name: SpeakAlone + - name: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + isExternal: true + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: TinyLife.Actions.EmoteCategory + name: EmoteCategory + - name: ',' + - name: " " + - uid: TinyLife.Objects.SpeakStyle + name: SpeakStyle + - name: ',' + - name: " " + - uid: System.Int32 + name: int + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ) + spec.vb: + - uid: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32) + name: SpeakAlone + - name: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + isExternal: true + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: TinyLife.Actions.EmoteCategory + name: EmoteCategory + - name: ',' + - name: " " + - uid: TinyLife.Objects.SpeakStyle + name: SpeakStyle + - name: ',' + - name: " " + - uid: System.Int32 + name: Integer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ) +- 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) + parent: TinyLife.Actions.Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + 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) + 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) + spec.csharp: + - 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) + name: SpeakInConversation + - name: ( + - uid: TinyLife.Objects.Person + name: Person + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + isExternal: true + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: TinyLife.Actions.EmoteCategory + name: EmoteCategory + - name: ',' + - name: " " + - uid: TinyLife.Objects.SpeakStyle + name: SpeakStyle + - name: ',' + - name: " " + - uid: TinyLife.Actions.EmoteCategory + name: EmoteCategory + - name: '?' + - name: ',' + - name: " " + - uid: TinyLife.Objects.SpeakStyle + name: SpeakStyle + - name: '?' + - name: ',' + - name: " " + - uid: System.Int32 + name: int + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ) + spec.vb: + - 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) + name: SpeakInConversation + - name: ( + - uid: TinyLife.Objects.Person + name: Person + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + isExternal: true + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: TinyLife.Actions.EmoteCategory + name: EmoteCategory + - name: ',' + - name: " " + - uid: TinyLife.Objects.SpeakStyle + name: SpeakStyle + - name: ',' + - name: " " + - uid: TinyLife.Actions.EmoteCategory + name: EmoteCategory + - name: '?' + - name: ',' + - name: " " + - uid: TinyLife.Objects.SpeakStyle + name: SpeakStyle + - name: '?' + - name: ',' + - name: " " + - uid: System.Int32 + name: Integer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ) +- uid: TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person) + commentId: M:TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person) + parent: TinyLife.Actions.Action + name: FacePartner(Person) + nameWithType: Action.FacePartner(Person) + fullName: TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person) + spec.csharp: + - uid: TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person) + name: FacePartner + - name: ( + - uid: TinyLife.Objects.Person + name: Person + - name: ) + spec.vb: + - uid: TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person) + name: FacePartner + - name: ( + - uid: TinyLife.Objects.Person + name: Person + - name: ) +- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + parent: TinyLife.Actions.Action + name: CompleteIfNeedFull(NeedType) + nameWithType: Action.CompleteIfNeedFull(NeedType) + fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + spec.csharp: + - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + name: CompleteIfNeedFull + - name: ( + - uid: TinyLife.NeedType + name: NeedType + - name: ) + spec.vb: + - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + name: CompleteIfNeedFull + - name: ( + - uid: TinyLife.NeedType + name: NeedType + - name: ) +- 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) + parent: TinyLife.Actions.Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.timespan + 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) + 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) + spec.csharp: + - uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) + name: CompleteIfTimeUp + - name: ( + - uid: System.TimeSpan + name: TimeSpan + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.timespan + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - 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: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) + spec.vb: + - uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) + name: CompleteIfTimeUp + - name: ( + - uid: System.TimeSpan + name: TimeSpan + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.timespan + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - 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: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) +- uid: TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[]) + commentId: M:TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[]) + parent: TinyLife.Actions.Action + name: CancelIfEmotional(params EmotionType[]) + nameWithType: Action.CancelIfEmotional(params EmotionType[]) + fullName: TinyLife.Actions.Action.CancelIfEmotional(params TinyLife.Emotions.EmotionType[]) + nameWithType.vb: Action.CancelIfEmotional(ParamArray EmotionType()) + fullName.vb: TinyLife.Actions.Action.CancelIfEmotional(ParamArray TinyLife.Emotions.EmotionType()) + name.vb: CancelIfEmotional(ParamArray EmotionType()) + spec.csharp: + - uid: TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[]) + name: CancelIfEmotional + - name: ( + - name: params + - name: " " + - uid: TinyLife.Emotions.EmotionType + name: EmotionType + - name: '[' + - name: ']' + - name: ) + spec.vb: + - uid: TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[]) + name: CancelIfEmotional + - name: ( + - name: ParamArray + - name: " " + - uid: TinyLife.Emotions.EmotionType + name: EmotionType + - name: ( + - name: ) + - name: ) +- 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) + parent: TinyLife.Actions.Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + name: Sit(Furniture, float, ActionSpot) + nameWithType: Action.Sit(Furniture, float, ActionSpot) + fullName: TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture, float, TinyLife.Objects.ActionSpot) + 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) + spec.csharp: + - uid: TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot) + name: Sit + - name: ( + - uid: TinyLife.Objects.Furniture + name: Furniture + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: TinyLife.Objects.ActionSpot + name: ActionSpot + - name: ) + spec.vb: + - uid: TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot) + name: Sit + - name: ( + - uid: TinyLife.Objects.Furniture + name: Furniture + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: TinyLife.Objects.ActionSpot + name: ActionSpot + - name: ) +- 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.Action.GetChild``1(System.Guid,System.Boolean) + commentId: M:TinyLife.Actions.Action.GetChild``1(System.Guid,System.Boolean) + parent: TinyLife.Actions.Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.guid + name: GetChild(Guid, bool) + nameWithType: Action.GetChild(Guid, bool) + fullName: TinyLife.Actions.Action.GetChild(System.Guid, bool) + 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) + spec.csharp: + - uid: TinyLife.Actions.Action.GetChild``1(System.Guid,System.Boolean) + name: GetChild + - name: < + - name: T + - name: '>' + - name: ( + - uid: System.Guid + name: Guid + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.guid + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) + spec.vb: + - uid: TinyLife.Actions.Action.GetChild``1(System.Guid,System.Boolean) + name: GetChild + - name: ( + - name: Of + - name: " " + - name: T + - name: ) + - name: ( + - uid: System.Guid + name: Guid + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.guid + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) +- 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) + parent: TinyLife.Actions.Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + 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) + 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) + spec.csharp: + - uid: TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean) + name: PickUpAndGoTo + - name: ( + - uid: TinyLife.Actions.ActionInfo + name: ActionInfo + - name: ',' + - name: " " + - uid: TinyLife.Objects.ObjectCategory + name: ObjectCategory + - name: ',' + - name: " " + - uid: TinyLife.Objects.ObjectCategory + name: ObjectCategory + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) + spec.vb: + - uid: TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean) + name: PickUpAndGoTo + - name: ( + - uid: TinyLife.Actions.ActionInfo + name: ActionInfo + - name: ',' + - name: " " + - uid: TinyLife.Objects.ObjectCategory + name: ObjectCategory + - name: ',' + - name: " " + - uid: TinyLife.Objects.ObjectCategory + name: ObjectCategory + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) +- 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) + parent: TinyLife.Actions.Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.func-2 + 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) + 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) + spec.csharp: + - uid: TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean) + name: PickUpAndGoTo + - name: ( + - uid: TinyLife.Actions.ActionInfo + name: ActionInfo + - name: ',' + - name: " " + - uid: System.Func`2 + name: Func + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.func-2 + - name: < + - uid: TinyLife.Objects.Furniture + name: Furniture + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: '>' + - name: ',' + - name: " " + - uid: System.Func`2 + name: Func + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.func-2 + - name: < + - uid: TinyLife.Objects.Furniture + name: Furniture + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: '>' + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) + spec.vb: + - uid: TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean) + name: PickUpAndGoTo + - name: ( + - uid: TinyLife.Actions.ActionInfo + name: ActionInfo + - name: ',' + - name: " " + - uid: System.Func`2 + name: Func + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.func-2 + - name: ( + - name: Of + - name: " " + - uid: TinyLife.Objects.Furniture + name: Furniture + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) + - name: ',' + - name: " " + - uid: System.Func`2 + name: Func + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.func-2 + - name: ( + - name: Of + - name: " " + - uid: TinyLife.Objects.Furniture + name: Furniture + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) +- uid: TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture) + commentId: M:TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture) + parent: TinyLife.Actions.Action + name: GetFreeChair(Person, Furniture) + nameWithType: Action.GetFreeChair(Person, Furniture) + fullName: TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.Person, TinyLife.Objects.Furniture) + spec.csharp: + - uid: TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture) + name: GetFreeChair + - name: ( + - uid: TinyLife.Objects.Person + name: Person + - name: ',' + - name: " " + - uid: TinyLife.Objects.Furniture + name: Furniture + - name: ) + spec.vb: + - uid: TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture) + name: GetFreeChair + - name: ( + - uid: TinyLife.Objects.Person + name: Person + - name: ',' + - name: " " + - uid: TinyLife.Objects.Furniture + name: Furniture + - name: ) +- 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}) + parent: TinyLife.Actions.Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.func-2 + name: GetFreeChairs(Person, Furniture, Func) + nameWithType: Action.GetFreeChairs(Person, Furniture, Func) + fullName: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.Person, TinyLife.Objects.Furniture, System.Func) + nameWithType.vb: Action.GetFreeChairs(Person, Furniture, Func(Of Direction2, 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)) + spec.csharp: + - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean}) + name: GetFreeChairs + - name: ( + - uid: TinyLife.Objects.Person + name: Person + - name: ',' + - name: " " + - uid: TinyLife.Objects.Furniture + name: Furniture + - name: ',' + - name: " " + - uid: System.Func`2 + name: Func + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.func-2 + - name: < + - uid: MLEM.Misc.Direction2 + name: Direction2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: '>' + - name: ) + spec.vb: + - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean}) + name: GetFreeChairs + - name: ( + - uid: TinyLife.Objects.Person + name: Person + - name: ',' + - name: " " + - uid: TinyLife.Objects.Furniture + name: Furniture + - name: ',' + - name: " " + - uid: System.Func`2 + name: Func + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.func-2 + - name: ( + - name: Of + - name: " " + - uid: MLEM.Misc.Direction2 + name: Direction2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) + - name: ) +- uid: TinyLife.Actions.Action.GetSeatCategory(TinyLife.Objects.Person) + commentId: M:TinyLife.Actions.Action.GetSeatCategory(TinyLife.Objects.Person) + parent: TinyLife.Actions.Action + name: GetSeatCategory(Person) + nameWithType: Action.GetSeatCategory(Person) + fullName: TinyLife.Actions.Action.GetSeatCategory(TinyLife.Objects.Person) + spec.csharp: + - uid: TinyLife.Actions.Action.GetSeatCategory(TinyLife.Objects.Person) + name: GetSeatCategory + - name: ( + - uid: TinyLife.Objects.Person + name: Person + - name: ) + spec.vb: + - uid: TinyLife.Actions.Action.GetSeatCategory(TinyLife.Objects.Person) + name: GetSeatCategory + - name: ( + - uid: TinyLife.Objects.Person + name: Person + - name: ) +- 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) + parent: TinyLife.Actions.Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + 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) + 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) + spec.csharp: + - 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) + name: FindAllFreePeople + - name: ( + - uid: TinyLife.Objects.Person + name: Person + - name: ',' + - name: " " + - uid: TinyLife.Actions.ActionType + name: ActionType + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: '?' + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: '?' + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) + spec.vb: + - 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) + name: FindAllFreePeople + - name: ( + - uid: TinyLife.Objects.Person + name: Person + - name: ',' + - name: " " + - uid: TinyLife.Actions.ActionType + name: ActionType + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: '?' + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: '?' + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) +- 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) + parent: TinyLife.Actions.Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/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) + 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) + spec.csharp: + - 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) + name: FindAllFreeFurniture + - name: ( + - uid: TinyLife.Objects.Person + name: Person + - name: ',' + - name: " " + - uid: TinyLife.Objects.ObjectCategory + name: ObjectCategory + - name: ',' + - name: " " + - uid: TinyLife.Objects.FurnitureType + name: FurnitureType + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: '?' + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: '?' + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) + spec.vb: + - 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) + name: FindAllFreeFurniture + - name: ( + - uid: TinyLife.Objects.Person + name: Person + - name: ',' + - name: " " + - uid: TinyLife.Objects.ObjectCategory + name: ObjectCategory + - name: ',' + - name: " " + - uid: TinyLife.Objects.FurnitureType + name: FurnitureType + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: '?' + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: '?' + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) +- 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) + parent: TinyLife.Actions.Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + 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) + 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) + spec.csharp: + - uid: TinyLife.Actions.Action.FindAllFreeWalls(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) + name: FindAllFreeWalls + - name: ( + - uid: TinyLife.Objects.Person + name: Person + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: '?' + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: '?' + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) + spec.vb: + - uid: TinyLife.Actions.Action.FindAllFreeWalls(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) + name: FindAllFreeWalls + - name: ( + - uid: TinyLife.Objects.Person + name: Person + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: '?' + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: '?' + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) +- 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) + parent: TinyLife.Actions.Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + 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) + 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) + spec.csharp: + - uid: TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) + name: FindAllFreeGround + - name: ( + - uid: TinyLife.Objects.Person + name: Person + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: '?' + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: '?' + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) + spec.vb: + - uid: TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) + name: FindAllFreeGround + - name: ( + - uid: TinyLife.Objects.Person + name: Person + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: '?' + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: '?' + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) +- 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) + parent: TinyLife.Actions.Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/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) + 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) + spec.csharp: + - uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) + name: FindFreeFurniture + - name: ( + - uid: TinyLife.Objects.Person + name: Person + - name: ',' + - name: " " + - uid: TinyLife.Objects.ObjectCategory + name: ObjectCategory + - name: ',' + - name: " " + - uid: TinyLife.Objects.FurnitureType + name: FurnitureType + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: '?' + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) + spec.vb: + - uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) + name: FindFreeFurniture + - name: ( + - uid: TinyLife.Objects.Person + name: Person + - name: ',' + - name: " " + - uid: TinyLife.Objects.ObjectCategory + name: ObjectCategory + - name: ',' + - name: " " + - uid: TinyLife.Objects.FurnitureType + name: FurnitureType + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: '?' + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) +- 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}) + parent: TinyLife.Actions.Action + isExternal: true + 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?) + spec.csharp: + - uid: TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2}) + name: FindAllActionObjects + - name: ( + - uid: TinyLife.Objects.Person + name: Person + - name: ',' + - name: " " + - uid: TinyLife.Actions.ActionType + name: ActionType + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: '?' + - name: ) + spec.vb: + - uid: TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2}) + name: FindAllActionObjects + - name: ( + - uid: TinyLife.Objects.Person + name: Person + - name: ',' + - name: " " + - uid: TinyLife.Actions.ActionType + name: ActionType + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: '?' + - name: ) +- 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) + parent: TinyLife.Actions.Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/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) + 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) + spec.csharp: + - uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) + name: FindValidActionObjects + - name: ( + - uid: TinyLife.Objects.Person + name: Person + - name: ',' + - name: " " + - uid: TinyLife.Actions.ActionType + name: ActionType + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: '?' + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) + spec.vb: + - uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) + name: FindValidActionObjects + - name: ( + - uid: TinyLife.Objects.Person + name: Person + - name: ',' + - name: " " + - uid: TinyLife.Actions.ActionType + name: ActionType + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: '?' + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) +- 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@) + parent: TinyLife.Actions.Action + 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) + 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) + spec.csharp: + - uid: TinyLife.Actions.Action.TryGetRandomValidVariety(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,TinyLife.Actions.ActionVariety@) + name: TryGetRandomValidVariety + - name: ( + - uid: TinyLife.Actions.ActionType + name: ActionType + - name: ',' + - name: " " + - uid: TinyLife.Actions.ActionInfo + name: ActionInfo + - name: ',' + - name: " " + - name: out + - name: " " + - uid: TinyLife.Actions.ActionVariety + name: ActionVariety + - name: ) + spec.vb: + - uid: TinyLife.Actions.Action.TryGetRandomValidVariety(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,TinyLife.Actions.ActionVariety@) + name: TryGetRandomValidVariety + - name: ( + - uid: TinyLife.Actions.ActionType + name: ActionType + - name: ',' + - name: " " + - uid: TinyLife.Actions.ActionInfo + name: ActionInfo + - name: ',' + - name: " " + - uid: TinyLife.Actions.ActionVariety + name: ActionVariety + - name: ) +- 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) + parent: TinyLife.Actions.Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 + name: GetRandomValidVariety(IEnumerable, ActionInfo) + nameWithType: Action.GetRandomValidVariety(IEnumerable, ActionInfo) + fullName: TinyLife.Actions.Action.GetRandomValidVariety(System.Collections.Generic.IEnumerable, TinyLife.Actions.ActionInfo) + 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) + spec.csharp: + - uid: TinyLife.Actions.Action.GetRandomValidVariety(System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionVariety},TinyLife.Actions.ActionInfo) + name: GetRandomValidVariety + - name: ( + - uid: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 + - name: < + - uid: TinyLife.Actions.ActionVariety + name: ActionVariety + - name: '>' + - name: ',' + - name: " " + - uid: TinyLife.Actions.ActionInfo + name: ActionInfo + - name: ) + spec.vb: + - uid: TinyLife.Actions.Action.GetRandomValidVariety(System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionVariety},TinyLife.Actions.ActionInfo) + name: GetRandomValidVariety + - name: ( + - uid: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 + - name: ( + - name: Of + - name: " " + - uid: TinyLife.Actions.ActionVariety + name: ActionVariety + - name: ) + - name: ',' + - name: " " + - uid: TinyLife.Actions.ActionInfo + name: ActionInfo + - name: ) +- uid: TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot) + commentId: M:TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot) + parent: TinyLife.Actions.Action + name: GetTableSpot(Furniture, ActionSpot) + nameWithType: Action.GetTableSpot(Furniture, ActionSpot) + fullName: TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture, TinyLife.Objects.ActionSpot) + spec.csharp: + - uid: TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot) + name: GetTableSpot + - name: ( + - uid: TinyLife.Objects.Furniture + name: Furniture + - name: ',' + - name: " " + - uid: TinyLife.Objects.ActionSpot + name: ActionSpot + - name: ) + spec.vb: + - uid: TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot) + name: GetTableSpot + - name: ( + - uid: TinyLife.Objects.Furniture + name: Furniture + - name: ',' + - name: " " + - uid: TinyLife.Objects.ActionSpot + name: ActionSpot + - name: ) +- 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}) + parent: TinyLife.Actions.Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.action-2 + name: InvokeForBoth(Person, Person, Action) + nameWithType: Action.InvokeForBoth(Person, Person, Action) + fullName: TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.Person, TinyLife.Objects.Person, System.Action) + nameWithType.vb: Action.InvokeForBoth(Person, Person, Action(Of Person, Person)) + 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)) + spec.csharp: + - uid: TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.Person,TinyLife.Objects.Person,System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person}) + name: InvokeForBoth + - name: ( + - uid: TinyLife.Objects.Person + name: Person + - name: ',' + - name: " " + - uid: TinyLife.Objects.Person + name: Person + - name: ',' + - name: " " + - uid: System.Action`2 + name: Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.action-2 + - name: < + - uid: TinyLife.Objects.Person + name: Person + - name: ',' + - name: " " + - uid: TinyLife.Objects.Person + name: Person + - name: '>' + - name: ) + spec.vb: + - uid: TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.Person,TinyLife.Objects.Person,System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person}) + name: InvokeForBoth + - name: ( + - uid: TinyLife.Objects.Person + name: Person + - name: ',' + - name: " " + - uid: TinyLife.Objects.Person + name: Person + - name: ',' + - name: " " + - uid: System.Action`2 + name: Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.action-2 + - name: ( + - name: Of + - name: " " + - uid: TinyLife.Objects.Person + name: Person + - name: ',' + - name: " " + - uid: TinyLife.Objects.Person + name: Person + - name: ) + - 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 + name: CanMultitask(Action, Action) + nameWithType: Action.CanMultitask(Action, Action) + fullName: TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action, TinyLife.Actions.Action) + spec.csharp: + - uid: TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action) + name: CanMultitask + - name: ( + - uid: TinyLife.Actions.Action + name: Action + - name: ',' + - name: " " + - uid: TinyLife.Actions.Action + name: Action + - name: ) + spec.vb: + - uid: TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action) + name: CanMultitask + - name: ( + - uid: TinyLife.Actions.Action + name: Action + - name: ',' + - name: " " + - uid: TinyLife.Actions.Action + name: Action + - name: ) +- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object) + commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object) + parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder + isExternal: true + 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 + isExternal: true + - name: ( + - uid: System.String + name: string + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object) + name: SetData + isExternal: true + - name: ( + - uid: System.String + name: String + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- 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) + 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)(String, T) + name.vb: SetData(Of T)(String, T) + spec.csharp: + - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0) + name: SetData + isExternal: true + - 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 + - name: ) + spec.vb: + - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0) + name: SetData + isExternal: true + - name: ( + - name: Of + - 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 + - name: ) +- 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 + 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)(String) + name.vb: GetData(Of T)(String) + spec.csharp: + - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String) + name: GetData + isExternal: true + - name: < + - name: T + - name: '>' + - name: ( + - uid: System.String + name: string + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: ) + spec.vb: + - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String) + name: GetData + isExternal: true + - name: ( + - name: Of + - name: " " + - name: T + - name: ) + - name: ( + - uid: System.String + name: String + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: ) +- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys + commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys + parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder + isExternal: true + name: GetDataKeys() + nameWithType: JsonTypeSafeGenericDataHolder.GetDataKeys() + fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys() + spec.csharp: + - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys + name: GetDataKeys + isExternal: true + - name: ( + - name: ) + spec.vb: + - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys + name: GetDataKeys + isExternal: true + - name: ( + - name: ) +- uid: System.Object.Equals(System.Object) + commentId: M:System.Object.Equals(System.Object) + parent: System.Object + isExternal: true + 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 + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.Equals(System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.Equals(System.Object,System.Object) + commentId: M:System.Object.Equals(System.Object,System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + name: Equals(object, object) + nameWithType: object.Equals(object, object) + fullName: object.Equals(object, object) + nameWithType.vb: Object.Equals(Object, Object) + fullName.vb: Object.Equals(Object, Object) + name.vb: Equals(Object, Object) + spec.csharp: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.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: object.GetHashCode() + nameWithType.vb: Object.GetHashCode() + fullName.vb: Object.GetHashCode() + spec.csharp: + - uid: System.Object.GetHashCode + name: GetHashCode + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetHashCode + name: GetHashCode + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + - name: ( + - name: ) +- uid: System.Object.GetType + commentId: M:System.Object.GetType + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + name: GetType() + nameWithType: object.GetType() + fullName: object.GetType() + nameWithType.vb: Object.GetType() + fullName.vb: Object.GetType() + spec.csharp: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) +- uid: System.Object.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: object.MemberwiseClone() + nameWithType.vb: Object.MemberwiseClone() + fullName.vb: Object.MemberwiseClone() + spec.csharp: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) + spec.vb: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) +- uid: System.Object.ReferenceEquals(System.Object,System.Object) + commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + name: ReferenceEquals(object, object) + nameWithType: object.ReferenceEquals(object, object) + fullName: object.ReferenceEquals(object, object) + nameWithType.vb: Object.ReferenceEquals(Object, Object) + fullName.vb: Object.ReferenceEquals(Object, Object) + name.vb: ReferenceEquals(Object, Object) + spec.csharp: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: 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: object.ToString() + nameWithType.vb: Object.ToString() + fullName.vb: Object.ToString() + spec.csharp: + - uid: System.Object.ToString + name: ToString + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + - name: ( + - name: ) + spec.vb: + - uid: System.Object.ToString + name: ToString + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + - name: ( + - name: ) +- uid: TinyLife.Actions.HaveBabyAction.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(HaveBabyAction) + nameWithType: Extensions.JsonCopy(HaveBabyAction) + fullName: TinyLife.Utilities.Extensions.JsonCopy(TinyLife.Actions.HaveBabyAction) + nameWithType.vb: Extensions.JsonCopy(Of HaveBabyAction)(HaveBabyAction) + fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Actions.HaveBabyAction)(TinyLife.Actions.HaveBabyAction) + name.vb: JsonCopy(Of HaveBabyAction)(HaveBabyAction) + spec.csharp: + - uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.HaveBabyAction) + name: JsonCopy + - name: < + - uid: TinyLife.Actions.HaveBabyAction + name: HaveBabyAction + - name: '>' + - name: ( + - uid: TinyLife.Actions.HaveBabyAction + name: HaveBabyAction + - name: ) + spec.vb: + - uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.HaveBabyAction) + name: JsonCopy + - name: ( + - name: Of + - name: " " + - uid: TinyLife.Actions.HaveBabyAction + name: HaveBabyAction + - name: ) + - name: ( + - uid: TinyLife.Actions.HaveBabyAction + name: HaveBabyAction + - name: ) +- uid: System + commentId: N:System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + name: System + nameWithType: System + fullName: System +- uid: MLEM.Data.Json + commentId: N:MLEM.Data.Json + isExternal: true + name: MLEM.Data.Json + nameWithType: MLEM.Data.Json + fullName: MLEM.Data.Json + 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 + 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)(String, T) + name.vb: SetData(Of T)(String, T) + spec.csharp: + - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0) + name: SetData + isExternal: true + - 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 + - name: ) + spec.vb: + - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0) + name: SetData + isExternal: true + - name: ( + - name: Of + - 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 + - name: ) +- 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 + - name: < + - name: T + - name: '>' + - name: ( + - name: T + - name: ) + spec.vb: + - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) + name: JsonCopy + - name: ( + - name: Of + - name: " " + - name: T + - name: ) + - name: ( + - name: T + - name: ) +- uid: TinyLife.Utilities.Extensions + commentId: T:TinyLife.Utilities.Extensions + parent: TinyLife.Utilities + name: Extensions + nameWithType: Extensions + fullName: TinyLife.Utilities.Extensions +- uid: TinyLife.Utilities + commentId: N:TinyLife.Utilities + name: TinyLife.Utilities + nameWithType: TinyLife.Utilities + fullName: TinyLife.Utilities + spec.csharp: + - uid: TinyLife + name: TinyLife + - name: . + - uid: TinyLife.Utilities + name: Utilities + spec.vb: + - uid: TinyLife + name: TinyLife + - name: . + - uid: TinyLife.Utilities + name: Utilities +- uid: TinyLife.Actions.HaveBabyAction.#ctor* + commentId: Overload:TinyLife.Actions.HaveBabyAction.#ctor + name: HaveBabyAction + nameWithType: HaveBabyAction.HaveBabyAction + fullName: TinyLife.Actions.HaveBabyAction.HaveBabyAction + nameWithType.vb: HaveBabyAction.New + fullName.vb: TinyLife.Actions.HaveBabyAction.New + name.vb: New +- uid: TinyLife.Actions.ActionType + commentId: T:TinyLife.Actions.ActionType + parent: TinyLife.Actions + name: ActionType + nameWithType: ActionType + fullName: TinyLife.Actions.ActionType +- uid: TinyLife.Actions.ActionInfo + commentId: T:TinyLife.Actions.ActionInfo + parent: TinyLife.Actions + name: ActionInfo + nameWithType: ActionInfo + fullName: TinyLife.Actions.ActionInfo +- uid: TinyLife.Actions.MultiAction.CanCancel(TinyLife.Actions.Action) + commentId: M:TinyLife.Actions.MultiAction.CanCancel(TinyLife.Actions.Action) + parent: TinyLife.Actions.MultiAction + name: CanCancel(Action) + nameWithType: MultiAction.CanCancel(Action) + fullName: TinyLife.Actions.MultiAction.CanCancel(TinyLife.Actions.Action) + spec.csharp: + - uid: TinyLife.Actions.MultiAction.CanCancel(TinyLife.Actions.Action) + name: CanCancel + - name: ( + - uid: TinyLife.Actions.Action + name: Action + - name: ) + spec.vb: + - uid: TinyLife.Actions.MultiAction.CanCancel(TinyLife.Actions.Action) + name: CanCancel + - name: ( + - uid: TinyLife.Actions.Action + name: Action + - name: ) +- uid: TinyLife.Actions.HaveBabyAction.CanCancel* + commentId: Overload:TinyLife.Actions.HaveBabyAction.CanCancel + name: CanCancel + nameWithType: HaveBabyAction.CanCancel + fullName: TinyLife.Actions.HaveBabyAction.CanCancel +- uid: System.Boolean + commentId: T:System.Boolean + parent: System + isExternal: true + 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.MultiAction.AndThenIsCompleted + commentId: M:TinyLife.Actions.MultiAction.AndThenIsCompleted + parent: TinyLife.Actions.MultiAction + name: AndThenIsCompleted() + nameWithType: MultiAction.AndThenIsCompleted() + fullName: TinyLife.Actions.MultiAction.AndThenIsCompleted() + spec.csharp: + - uid: TinyLife.Actions.MultiAction.AndThenIsCompleted + name: AndThenIsCompleted + - name: ( + - name: ) + spec.vb: + - uid: TinyLife.Actions.MultiAction.AndThenIsCompleted + name: AndThenIsCompleted + - name: ( + - name: ) +- uid: TinyLife.Actions.HaveBabyAction.AndThenIsCompleted* + commentId: Overload:TinyLife.Actions.HaveBabyAction.AndThenIsCompleted + name: AndThenIsCompleted + nameWithType: HaveBabyAction.AndThenIsCompleted + fullName: TinyLife.Actions.HaveBabyAction.AndThenIsCompleted +- uid: TinyLife.Actions.CompletionType + commentId: T:TinyLife.Actions.CompletionType + parent: TinyLife.Actions + name: CompletionType + nameWithType: CompletionType + fullName: TinyLife.Actions.CompletionType +- uid: TinyLife.Actions.MultiAction.AndThenOnCompleted(TinyLife.Actions.CompletionType) + commentId: M:TinyLife.Actions.MultiAction.AndThenOnCompleted(TinyLife.Actions.CompletionType) + parent: TinyLife.Actions.MultiAction + name: AndThenOnCompleted(CompletionType) + nameWithType: MultiAction.AndThenOnCompleted(CompletionType) + fullName: TinyLife.Actions.MultiAction.AndThenOnCompleted(TinyLife.Actions.CompletionType) + spec.csharp: + - uid: TinyLife.Actions.MultiAction.AndThenOnCompleted(TinyLife.Actions.CompletionType) + name: AndThenOnCompleted + - name: ( + - uid: TinyLife.Actions.CompletionType + name: CompletionType + - name: ) + spec.vb: + - uid: TinyLife.Actions.MultiAction.AndThenOnCompleted(TinyLife.Actions.CompletionType) + name: AndThenOnCompleted + - name: ( + - uid: TinyLife.Actions.CompletionType + name: CompletionType + - name: ) +- uid: TinyLife.Actions.HaveBabyAction.AndThenOnCompleted* + commentId: Overload:TinyLife.Actions.HaveBabyAction.AndThenOnCompleted + name: AndThenOnCompleted + nameWithType: HaveBabyAction.AndThenOnCompleted + fullName: TinyLife.Actions.HaveBabyAction.AndThenOnCompleted diff --git a/docs/api/TinyLife.Actions.HelpAction.yml b/docs/api/TinyLife.Actions.HelpAction.yml index fcf72bc..2038b68 100644 --- a/docs/api/TinyLife.Actions.HelpAction.yml +++ b/docs/api/TinyLife.Actions.HelpAction.yml @@ -61,6 +61,7 @@ items: - TinyLife.Actions.SocialAction.IsConversationCompleted - TinyLife.Actions.SocialAction.GetMaxWaitTime - TinyLife.Actions.SocialAction.EnqueuePartnerAction(TinyLife.Actions.ActionInfo) + - TinyLife.Actions.SocialAction.GetPartnerVariety(TinyLife.Actions.ActionInfo) - TinyLife.Actions.SocialAction.OnBothCompleted(TinyLife.Actions.CompletionType) - TinyLife.Actions.SocialAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) - TinyLife.Actions.SocialAction.AndThenIsCompleted @@ -882,6 +883,26 @@ references: - uid: TinyLife.Actions.ActionInfo name: ActionInfo - name: ) +- uid: TinyLife.Actions.SocialAction.GetPartnerVariety(TinyLife.Actions.ActionInfo) + commentId: M:TinyLife.Actions.SocialAction.GetPartnerVariety(TinyLife.Actions.ActionInfo) + parent: TinyLife.Actions.SocialAction + name: GetPartnerVariety(ActionInfo) + nameWithType: SocialAction.GetPartnerVariety(ActionInfo) + fullName: TinyLife.Actions.SocialAction.GetPartnerVariety(TinyLife.Actions.ActionInfo) + spec.csharp: + - uid: TinyLife.Actions.SocialAction.GetPartnerVariety(TinyLife.Actions.ActionInfo) + name: GetPartnerVariety + - name: ( + - uid: TinyLife.Actions.ActionInfo + name: ActionInfo + - name: ) + spec.vb: + - uid: TinyLife.Actions.SocialAction.GetPartnerVariety(TinyLife.Actions.ActionInfo) + name: GetPartnerVariety + - name: ( + - uid: TinyLife.Actions.ActionInfo + name: ActionInfo + - name: ) - uid: TinyLife.Actions.SocialAction.OnBothCompleted(TinyLife.Actions.CompletionType) commentId: M:TinyLife.Actions.SocialAction.OnBothCompleted(TinyLife.Actions.CompletionType) parent: TinyLife.Actions.SocialAction diff --git a/docs/api/TinyLife.Actions.HoldingPersonAction.yml b/docs/api/TinyLife.Actions.HoldingPersonAction.yml index 1383926..9f3349c 100644 --- a/docs/api/TinyLife.Actions.HoldingPersonAction.yml +++ b/docs/api/TinyLife.Actions.HoldingPersonAction.yml @@ -52,6 +52,7 @@ items: - TinyLife.Actions.SocialAction.IsConversationCompleted - TinyLife.Actions.SocialAction.GetMaxWaitTime - TinyLife.Actions.SocialAction.EnqueuePartnerAction(TinyLife.Actions.ActionInfo) + - TinyLife.Actions.SocialAction.GetPartnerVariety(TinyLife.Actions.ActionInfo) - TinyLife.Actions.SocialAction.OnBothCompleted(TinyLife.Actions.CompletionType) - TinyLife.Actions.SocialAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) - TinyLife.Actions.SocialAction.AndThenIsCompleted @@ -555,6 +556,26 @@ references: - uid: TinyLife.Actions.ActionInfo name: ActionInfo - name: ) +- uid: TinyLife.Actions.SocialAction.GetPartnerVariety(TinyLife.Actions.ActionInfo) + commentId: M:TinyLife.Actions.SocialAction.GetPartnerVariety(TinyLife.Actions.ActionInfo) + parent: TinyLife.Actions.SocialAction + name: GetPartnerVariety(ActionInfo) + nameWithType: SocialAction.GetPartnerVariety(ActionInfo) + fullName: TinyLife.Actions.SocialAction.GetPartnerVariety(TinyLife.Actions.ActionInfo) + spec.csharp: + - uid: TinyLife.Actions.SocialAction.GetPartnerVariety(TinyLife.Actions.ActionInfo) + name: GetPartnerVariety + - name: ( + - uid: TinyLife.Actions.ActionInfo + name: ActionInfo + - name: ) + spec.vb: + - uid: TinyLife.Actions.SocialAction.GetPartnerVariety(TinyLife.Actions.ActionInfo) + name: GetPartnerVariety + - name: ( + - uid: TinyLife.Actions.ActionInfo + name: ActionInfo + - name: ) - uid: TinyLife.Actions.SocialAction.OnBothCompleted(TinyLife.Actions.CompletionType) commentId: M:TinyLife.Actions.SocialAction.OnBothCompleted(TinyLife.Actions.CompletionType) parent: TinyLife.Actions.SocialAction diff --git a/docs/api/TinyLife.Actions.OrderFromStaffAction.yml b/docs/api/TinyLife.Actions.OrderFromStaffAction.yml index 05a945d..b62809f 100644 --- a/docs/api/TinyLife.Actions.OrderFromStaffAction.yml +++ b/docs/api/TinyLife.Actions.OrderFromStaffAction.yml @@ -56,6 +56,7 @@ items: - TinyLife.Actions.SocialAction.InitializeConversation - TinyLife.Actions.SocialAction.GetMaxWaitTime - TinyLife.Actions.SocialAction.EnqueuePartnerAction(TinyLife.Actions.ActionInfo) + - TinyLife.Actions.SocialAction.GetPartnerVariety(TinyLife.Actions.ActionInfo) - TinyLife.Actions.SocialAction.OnBothCompleted(TinyLife.Actions.CompletionType) - TinyLife.Actions.SocialAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) - TinyLife.Actions.SocialAction.AndThenIsCompleted @@ -646,6 +647,26 @@ references: - uid: TinyLife.Actions.ActionInfo name: ActionInfo - name: ) +- uid: TinyLife.Actions.SocialAction.GetPartnerVariety(TinyLife.Actions.ActionInfo) + commentId: M:TinyLife.Actions.SocialAction.GetPartnerVariety(TinyLife.Actions.ActionInfo) + parent: TinyLife.Actions.SocialAction + name: GetPartnerVariety(ActionInfo) + nameWithType: SocialAction.GetPartnerVariety(ActionInfo) + fullName: TinyLife.Actions.SocialAction.GetPartnerVariety(TinyLife.Actions.ActionInfo) + spec.csharp: + - uid: TinyLife.Actions.SocialAction.GetPartnerVariety(TinyLife.Actions.ActionInfo) + name: GetPartnerVariety + - name: ( + - uid: TinyLife.Actions.ActionInfo + name: ActionInfo + - name: ) + spec.vb: + - uid: TinyLife.Actions.SocialAction.GetPartnerVariety(TinyLife.Actions.ActionInfo) + name: GetPartnerVariety + - name: ( + - uid: TinyLife.Actions.ActionInfo + name: ActionInfo + - name: ) - uid: TinyLife.Actions.SocialAction.OnBothCompleted(TinyLife.Actions.CompletionType) commentId: M:TinyLife.Actions.SocialAction.OnBothCompleted(TinyLife.Actions.CompletionType) parent: TinyLife.Actions.SocialAction diff --git a/docs/api/TinyLife.Actions.OutOfTownAction.yml b/docs/api/TinyLife.Actions.OutOfTownAction.yml index 9b10372..c36c7c1 100644 --- a/docs/api/TinyLife.Actions.OutOfTownAction.yml +++ b/docs/api/TinyLife.Actions.OutOfTownAction.yml @@ -42,6 +42,7 @@ items: - TinyLife.Actions.Action - TinyLife.Actions.MultiAction derivedClasses: + - TinyLife.Actions.HaveBabyAction - TinyLife.Actions.WorkAction implements: - MLEM.Misc.IGenericDataHolder diff --git a/docs/api/TinyLife.Actions.PathfindToPersonAction.yml b/docs/api/TinyLife.Actions.PathfindToPersonAction.yml index 57c79c2..0f3e1ae 100644 --- a/docs/api/TinyLife.Actions.PathfindToPersonAction.yml +++ b/docs/api/TinyLife.Actions.PathfindToPersonAction.yml @@ -6,6 +6,7 @@ items: parent: TinyLife.Actions children: - TinyLife.Actions.PathfindToPersonAction.#ctor(TinyLife.Actions.ActionInfo) + - TinyLife.Actions.PathfindToPersonAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo) - TinyLife.Actions.PathfindToPersonAction.DriveSpeedMultiplier - TinyLife.Actions.PathfindToPersonAction.GetMaxPathfindTime - TinyLife.Actions.PathfindToPersonAction.IsCompleted @@ -27,7 +28,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PathfindToPersonAction path: ../TinyLife/Actions/PathfindToPersonAction.cs - startLine: 13 + startLine: 14 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -40,6 +41,8 @@ items: - System.Object - MLEM.Data.Json.JsonTypeSafeGenericDataHolder - TinyLife.Actions.Action + derivedClasses: + - TinyLife.Actions.FollowAdultAction implements: - MLEM.Misc.IGenericDataHolder inheritedMembers: @@ -128,7 +131,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: WalkSpeedMultiplier path: ../TinyLife/Actions/PathfindToPersonAction.cs - startLine: 20 + startLine: 21 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -167,7 +170,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: DriveSpeedMultiplier path: ../TinyLife/Actions/PathfindToPersonAction.cs - startLine: 26 + startLine: 27 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -188,6 +191,44 @@ items: - type: System.Runtime.Serialization.DataMemberAttribute ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor arguments: [] +- uid: TinyLife.Actions.PathfindToPersonAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo) + commentId: M:TinyLife.Actions.PathfindToPersonAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo) + id: '#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)' + parent: TinyLife.Actions.PathfindToPersonAction + langs: + - csharp + - vb + name: PathfindToPersonAction(ActionType, ActionInfo) + nameWithType: PathfindToPersonAction.PathfindToPersonAction(ActionType, ActionInfo) + fullName: TinyLife.Actions.PathfindToPersonAction.PathfindToPersonAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo) + type: Constructor + source: + remote: + path: TinyLife/Actions/PathfindToPersonAction.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: .ctor + path: ../TinyLife/Actions/PathfindToPersonAction.cs + startLine: 35 + assemblies: + - Tiny Life + namespace: TinyLife.Actions + summary: "\nCreates a new action with the given action information.\n" + example: [] + syntax: + content: public PathfindToPersonAction(ActionType type, ActionInfo info) + parameters: + - id: type + type: TinyLife.Actions.ActionType + description: The type for this action. + - id: info + type: TinyLife.Actions.ActionInfo + description: The information for this action. + content.vb: Public Sub New(type As ActionType, info As ActionInfo) + overload: TinyLife.Actions.PathfindToPersonAction.#ctor* + nameWithType.vb: PathfindToPersonAction.New(ActionType, ActionInfo) + fullName.vb: TinyLife.Actions.PathfindToPersonAction.New(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo) + name.vb: New(ActionType, ActionInfo) - uid: TinyLife.Actions.PathfindToPersonAction.#ctor(TinyLife.Actions.ActionInfo) commentId: M:TinyLife.Actions.PathfindToPersonAction.#ctor(TinyLife.Actions.ActionInfo) id: '#ctor(TinyLife.Actions.ActionInfo)' @@ -206,20 +247,30 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: .ctor path: ../TinyLife/Actions/PathfindToPersonAction.cs - startLine: 34 + startLine: 40 assemblies: - Tiny Life namespace: TinyLife.Actions summary: "\nCreates a new typeless action with the given action information.\n" example: [] syntax: - content: public PathfindToPersonAction(ActionInfo info) + content: >- + [JsonConstructor] + + public PathfindToPersonAction(ActionInfo info) parameters: - id: info type: TinyLife.Actions.ActionInfo description: The information for this action. - content.vb: Public Sub New(info As ActionInfo) + content.vb: >- + + + Public Sub New(info As ActionInfo) overload: TinyLife.Actions.PathfindToPersonAction.#ctor* + attributes: + - type: Newtonsoft.Json.JsonConstructorAttribute + ctor: Newtonsoft.Json.JsonConstructorAttribute.#ctor + arguments: [] nameWithType.vb: PathfindToPersonAction.New(ActionInfo) fullName.vb: TinyLife.Actions.PathfindToPersonAction.New(TinyLife.Actions.ActionInfo) name.vb: New(ActionInfo) @@ -241,7 +292,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetMaxPathfindTime path: ../TinyLife/Actions/PathfindToPersonAction.cs - startLine: 43 + startLine: 50 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -272,7 +323,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Update path: ../TinyLife/Actions/PathfindToPersonAction.cs - startLine: 48 + startLine: 55 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -314,7 +365,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Validate path: ../TinyLife/Actions/PathfindToPersonAction.cs - startLine: 79 + startLine: 86 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -350,7 +401,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IsCompleted path: ../TinyLife/Actions/PathfindToPersonAction.cs - startLine: 84 + startLine: 91 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -382,7 +433,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnCompleted path: ../TinyLife/Actions/PathfindToPersonAction.cs - startLine: 101 + startLine: 108 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -412,6 +463,7 @@ references: fullName: TinyLife.Objects.Person - uid: TinyLife.Actions.PathfindToPersonAction.GetMaxPathfindTime commentId: M:TinyLife.Actions.PathfindToPersonAction.GetMaxPathfindTime + parent: TinyLife.Actions.PathfindToPersonAction name: GetMaxPathfindTime() nameWithType: PathfindToPersonAction.GetMaxPathfindTime() fullName: TinyLife.Actions.PathfindToPersonAction.GetMaxPathfindTime() @@ -3005,6 +3057,12 @@ references: - name: . - uid: TinyLife.Objects name: Objects +- uid: TinyLife.Actions.PathfindToPersonAction + commentId: T:TinyLife.Actions.PathfindToPersonAction + parent: TinyLife.Actions + name: PathfindToPersonAction + nameWithType: PathfindToPersonAction + fullName: TinyLife.Actions.PathfindToPersonAction - uid: System commentId: N:System isExternal: true @@ -3193,6 +3251,12 @@ references: nameWithType.vb: PathfindToPersonAction.New fullName.vb: TinyLife.Actions.PathfindToPersonAction.New name.vb: New +- uid: TinyLife.Actions.ActionType + commentId: T:TinyLife.Actions.ActionType + parent: TinyLife.Actions + name: ActionType + nameWithType: ActionType + fullName: TinyLife.Actions.ActionType - uid: TinyLife.Actions.ActionInfo commentId: T:TinyLife.Actions.ActionInfo parent: TinyLife.Actions diff --git a/docs/api/TinyLife.Actions.PickUpPersonAction.yml b/docs/api/TinyLife.Actions.PickUpPersonAction.yml index 4157137..0cd9c69 100644 --- a/docs/api/TinyLife.Actions.PickUpPersonAction.yml +++ b/docs/api/TinyLife.Actions.PickUpPersonAction.yml @@ -49,6 +49,7 @@ items: - TinyLife.Actions.SocialAction.UpdateConversation(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) - TinyLife.Actions.SocialAction.GetMaxWaitTime - TinyLife.Actions.SocialAction.EnqueuePartnerAction(TinyLife.Actions.ActionInfo) + - TinyLife.Actions.SocialAction.GetPartnerVariety(TinyLife.Actions.ActionInfo) - TinyLife.Actions.SocialAction.OnBothCompleted(TinyLife.Actions.CompletionType) - TinyLife.Actions.SocialAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) - TinyLife.Actions.SocialAction.AndThenIsCompleted @@ -457,6 +458,26 @@ references: - uid: TinyLife.Actions.ActionInfo name: ActionInfo - name: ) +- uid: TinyLife.Actions.SocialAction.GetPartnerVariety(TinyLife.Actions.ActionInfo) + commentId: M:TinyLife.Actions.SocialAction.GetPartnerVariety(TinyLife.Actions.ActionInfo) + parent: TinyLife.Actions.SocialAction + name: GetPartnerVariety(ActionInfo) + nameWithType: SocialAction.GetPartnerVariety(ActionInfo) + fullName: TinyLife.Actions.SocialAction.GetPartnerVariety(TinyLife.Actions.ActionInfo) + spec.csharp: + - uid: TinyLife.Actions.SocialAction.GetPartnerVariety(TinyLife.Actions.ActionInfo) + name: GetPartnerVariety + - name: ( + - uid: TinyLife.Actions.ActionInfo + name: ActionInfo + - name: ) + spec.vb: + - uid: TinyLife.Actions.SocialAction.GetPartnerVariety(TinyLife.Actions.ActionInfo) + name: GetPartnerVariety + - name: ( + - uid: TinyLife.Actions.ActionInfo + name: ActionInfo + - name: ) - uid: TinyLife.Actions.SocialAction.OnBothCompleted(TinyLife.Actions.CompletionType) commentId: M:TinyLife.Actions.SocialAction.OnBothCompleted(TinyLife.Actions.CompletionType) parent: TinyLife.Actions.SocialAction diff --git a/docs/api/TinyLife.Actions.SocialAction.StartPartnerAction.yml b/docs/api/TinyLife.Actions.SocialAction.StartPartnerAction.yml index 78c17d2..0d03aea 100644 --- a/docs/api/TinyLife.Actions.SocialAction.StartPartnerAction.yml +++ b/docs/api/TinyLife.Actions.SocialAction.StartPartnerAction.yml @@ -22,7 +22,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: StartPartnerAction path: ../TinyLife/Actions/SocialAction.cs - startLine: 243 + startLine: 247 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -125,7 +125,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: .ctor path: ../TinyLife/Actions/SocialAction.cs - startLine: 246 + startLine: 250 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -160,7 +160,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Initialize path: ../TinyLife/Actions/SocialAction.cs - startLine: 249 + startLine: 253 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -189,7 +189,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IsCompleted path: ../TinyLife/Actions/SocialAction.cs - startLine: 277 + startLine: 281 assemblies: - Tiny Life namespace: TinyLife.Actions diff --git a/docs/api/TinyLife.Actions.SocialAction.yml b/docs/api/TinyLife.Actions.SocialAction.yml index 3f47299..aba76fe 100644 --- a/docs/api/TinyLife.Actions.SocialAction.yml +++ b/docs/api/TinyLife.Actions.SocialAction.yml @@ -21,6 +21,7 @@ items: - TinyLife.Actions.SocialAction.GetDisplayName - TinyLife.Actions.SocialAction.GetHelper(System.Boolean) - TinyLife.Actions.SocialAction.GetMaxWaitTime + - TinyLife.Actions.SocialAction.GetPartnerVariety(TinyLife.Actions.ActionInfo) - TinyLife.Actions.SocialAction.GetRecipientAction(System.Boolean) - TinyLife.Actions.SocialAction.InitializeConversation - TinyLife.Actions.SocialAction.InProgressTime @@ -618,6 +619,37 @@ items: description: The action that was enqueued for the . content.vb: Protected Overridable Function EnqueuePartnerAction(info As ActionInfo) As Action overload: TinyLife.Actions.SocialAction.EnqueuePartnerAction* +- uid: TinyLife.Actions.SocialAction.GetPartnerVariety(TinyLife.Actions.ActionInfo) + commentId: M:TinyLife.Actions.SocialAction.GetPartnerVariety(TinyLife.Actions.ActionInfo) + id: GetPartnerVariety(TinyLife.Actions.ActionInfo) + parent: TinyLife.Actions.SocialAction + langs: + - csharp + - vb + name: GetPartnerVariety(ActionInfo) + nameWithType: SocialAction.GetPartnerVariety(ActionInfo) + fullName: TinyLife.Actions.SocialAction.GetPartnerVariety(TinyLife.Actions.ActionInfo) + type: Method + source: + remote: + path: TinyLife/Actions/SocialAction.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: GetPartnerVariety + path: ../TinyLife/Actions/SocialAction.cs + startLine: 110 + assemblies: + - Tiny Life + namespace: TinyLife.Actions + syntax: + content: protected virtual ActionVariety GetPartnerVariety(ActionInfo info) + parameters: + - id: info + type: TinyLife.Actions.ActionInfo + return: + type: TinyLife.Actions.ActionVariety + content.vb: Protected Overridable Function GetPartnerVariety(info As ActionInfo) As ActionVariety + overload: TinyLife.Actions.SocialAction.GetPartnerVariety* - uid: TinyLife.Actions.SocialAction.OnBothCompleted(TinyLife.Actions.CompletionType) commentId: M:TinyLife.Actions.SocialAction.OnBothCompleted(TinyLife.Actions.CompletionType) id: OnBothCompleted(TinyLife.Actions.CompletionType) @@ -636,7 +668,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnBothCompleted path: ../TinyLife/Actions/SocialAction.cs - startLine: 110 + startLine: 114 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -665,7 +697,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AndThenUpdate path: ../TinyLife/Actions/SocialAction.cs - startLine: 113 + startLine: 117 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -707,7 +739,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AndThenIsCompleted path: ../TinyLife/Actions/SocialAction.cs - startLine: 120 + startLine: 124 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -739,7 +771,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AndThenInitialize path: ../TinyLife/Actions/SocialAction.cs - startLine: 131 + startLine: 135 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -766,7 +798,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AndThenOnCompleted path: ../TinyLife/Actions/SocialAction.cs - startLine: 141 + startLine: 145 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -799,7 +831,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CanCancel path: ../TinyLife/Actions/SocialAction.cs - startLine: 151 + startLine: 155 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -835,7 +867,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CanMultitask path: ../TinyLife/Actions/SocialAction.cs - startLine: 158 + startLine: 162 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -871,7 +903,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CanStartNow path: ../TinyLife/Actions/SocialAction.cs - startLine: 168 + startLine: 172 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -900,7 +932,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetDisplayName path: ../TinyLife/Actions/SocialAction.cs - startLine: 176 + startLine: 180 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -932,7 +964,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TryForceResult path: ../TinyLife/Actions/SocialAction.cs - startLine: 181 + startLine: 185 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -974,7 +1006,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: InvokeForBoth path: ../TinyLife/Actions/SocialAction.cs - startLine: 194 + startLine: 198 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1009,7 +1041,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IsHelper path: ../TinyLife/Actions/SocialAction.cs - startLine: 198 + startLine: 202 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1043,7 +1075,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetHelper path: ../TinyLife/Actions/SocialAction.cs - startLine: 202 + startLine: 206 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1077,7 +1109,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetRecipientAction path: ../TinyLife/Actions/SocialAction.cs - startLine: 206 + startLine: 210 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1111,7 +1143,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CreateAskOffer path: ../TinyLife/Actions/SocialAction.cs - startLine: 210 + startLine: 214 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4522,6 +4554,17 @@ references: name: EnqueuePartnerAction nameWithType: SocialAction.EnqueuePartnerAction fullName: TinyLife.Actions.SocialAction.EnqueuePartnerAction +- uid: TinyLife.Actions.SocialAction.GetPartnerVariety* + commentId: Overload:TinyLife.Actions.SocialAction.GetPartnerVariety + name: GetPartnerVariety + nameWithType: SocialAction.GetPartnerVariety + fullName: TinyLife.Actions.SocialAction.GetPartnerVariety +- uid: TinyLife.Actions.ActionVariety + commentId: T:TinyLife.Actions.ActionVariety + parent: TinyLife.Actions + name: ActionVariety + nameWithType: ActionVariety + fullName: TinyLife.Actions.ActionVariety - uid: TinyLife.Actions.SocialAction.OnBothCompleted* commentId: Overload:TinyLife.Actions.SocialAction.OnBothCompleted name: OnBothCompleted diff --git a/docs/api/TinyLife.Actions.TalkAction.yml b/docs/api/TinyLife.Actions.TalkAction.yml index 0c2e4a8..e583a5e 100644 --- a/docs/api/TinyLife.Actions.TalkAction.yml +++ b/docs/api/TinyLife.Actions.TalkAction.yml @@ -59,6 +59,7 @@ items: - TinyLife.Actions.SocialAction.InitializeConversation - TinyLife.Actions.SocialAction.GetMaxWaitTime - TinyLife.Actions.SocialAction.EnqueuePartnerAction(TinyLife.Actions.ActionInfo) + - TinyLife.Actions.SocialAction.GetPartnerVariety(TinyLife.Actions.ActionInfo) - TinyLife.Actions.SocialAction.OnBothCompleted(TinyLife.Actions.CompletionType) - TinyLife.Actions.SocialAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) - TinyLife.Actions.SocialAction.AndThenIsCompleted @@ -846,6 +847,26 @@ references: - uid: TinyLife.Actions.ActionInfo name: ActionInfo - name: ) +- uid: TinyLife.Actions.SocialAction.GetPartnerVariety(TinyLife.Actions.ActionInfo) + commentId: M:TinyLife.Actions.SocialAction.GetPartnerVariety(TinyLife.Actions.ActionInfo) + parent: TinyLife.Actions.SocialAction + name: GetPartnerVariety(ActionInfo) + nameWithType: SocialAction.GetPartnerVariety(ActionInfo) + fullName: TinyLife.Actions.SocialAction.GetPartnerVariety(TinyLife.Actions.ActionInfo) + spec.csharp: + - uid: TinyLife.Actions.SocialAction.GetPartnerVariety(TinyLife.Actions.ActionInfo) + name: GetPartnerVariety + - name: ( + - uid: TinyLife.Actions.ActionInfo + name: ActionInfo + - name: ) + spec.vb: + - uid: TinyLife.Actions.SocialAction.GetPartnerVariety(TinyLife.Actions.ActionInfo) + name: GetPartnerVariety + - name: ( + - uid: TinyLife.Actions.ActionInfo + name: ActionInfo + - name: ) - uid: TinyLife.Actions.SocialAction.OnBothCompleted(TinyLife.Actions.CompletionType) commentId: M:TinyLife.Actions.SocialAction.OnBothCompleted(TinyLife.Actions.CompletionType) parent: TinyLife.Actions.SocialAction diff --git a/docs/api/TinyLife.Actions.yml b/docs/api/TinyLife.Actions.yml index 4dc04f3..4be42c0 100644 --- a/docs/api/TinyLife.Actions.yml +++ b/docs/api/TinyLife.Actions.yml @@ -24,7 +24,9 @@ items: - TinyLife.Actions.DieAction - TinyLife.Actions.Emote - TinyLife.Actions.EmoteCategory + - TinyLife.Actions.FollowAdultAction - TinyLife.Actions.GoHereAction + - TinyLife.Actions.HaveBabyAction - TinyLife.Actions.HelpAction - TinyLife.Actions.HoldingPersonAction - TinyLife.Actions.MakeTeaAction @@ -253,11 +255,21 @@ references: name: EmoteCategory nameWithType: EmoteCategory fullName: TinyLife.Actions.EmoteCategory +- uid: TinyLife.Actions.FollowAdultAction + commentId: T:TinyLife.Actions.FollowAdultAction + name: FollowAdultAction + nameWithType: FollowAdultAction + fullName: TinyLife.Actions.FollowAdultAction - uid: TinyLife.Actions.GoHereAction commentId: T:TinyLife.Actions.GoHereAction name: GoHereAction nameWithType: GoHereAction fullName: TinyLife.Actions.GoHereAction +- uid: TinyLife.Actions.HaveBabyAction + commentId: T:TinyLife.Actions.HaveBabyAction + name: HaveBabyAction + nameWithType: HaveBabyAction + fullName: TinyLife.Actions.HaveBabyAction - uid: TinyLife.Actions.HelpAction commentId: T:TinyLife.Actions.HelpAction name: HelpAction @@ -316,6 +328,7 @@ references: fullName: TinyLife.Actions.PathfindAction - uid: TinyLife.Actions.PathfindToPersonAction commentId: T:TinyLife.Actions.PathfindToPersonAction + parent: TinyLife.Actions name: PathfindToPersonAction nameWithType: PathfindToPersonAction fullName: TinyLife.Actions.PathfindToPersonAction diff --git a/docs/api/TinyLife.Debug.CheatDelegate.yml b/docs/api/TinyLife.Debug.CheatDelegate.yml index 4a13ff5..4b2962e 100644 --- a/docs/api/TinyLife.Debug.CheatDelegate.yml +++ b/docs/api/TinyLife.Debug.CheatDelegate.yml @@ -19,7 +19,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CheatDelegate path: ../TinyLife/Debug.cs - startLine: 735 + startLine: 743 assemblies: - Tiny Life namespace: TinyLife diff --git a/docs/api/TinyLife.Debug.DebugDelegate.yml b/docs/api/TinyLife.Debug.DebugDelegate.yml index b2aa4cb..60b4bbd 100644 --- a/docs/api/TinyLife.Debug.DebugDelegate.yml +++ b/docs/api/TinyLife.Debug.DebugDelegate.yml @@ -19,7 +19,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: DebugDelegate path: ../TinyLife/Debug.cs - startLine: 740 + startLine: 748 assemblies: - Tiny Life namespace: TinyLife diff --git a/docs/api/TinyLife.Debug.yml b/docs/api/TinyLife.Debug.yml index d82e8f2..bee0de2 100644 --- a/docs/api/TinyLife.Debug.yml +++ b/docs/api/TinyLife.Debug.yml @@ -119,7 +119,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TryCheat path: ../TinyLife/Debug.cs - startLine: 566 + startLine: 574 assemblies: - Tiny Life namespace: TinyLife diff --git a/docs/api/TinyLife.Emotions.EmotionModifier.Instance.yml b/docs/api/TinyLife.Emotions.EmotionModifier.Instance.yml index 662038c..13e7a35 100644 --- a/docs/api/TinyLife.Emotions.EmotionModifier.Instance.yml +++ b/docs/api/TinyLife.Emotions.EmotionModifier.Instance.yml @@ -27,7 +27,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Instance path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 386 + startLine: 394 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -76,7 +76,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Type path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 393 + startLine: 401 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -115,7 +115,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Amount path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 398 + startLine: 406 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -154,7 +154,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TotalTime path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 403 + startLine: 411 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -193,7 +193,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Time path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 408 + startLine: 416 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -234,7 +234,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SourceString path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 414 + startLine: 422 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -275,7 +275,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Person path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 419 + startLine: 427 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -306,7 +306,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PassTime path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 436 + startLine: 444 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -338,7 +338,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Validate path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 450 + startLine: 458 assemblies: - Tiny Life namespace: TinyLife.Emotions diff --git a/docs/api/TinyLife.Emotions.EmotionModifier.yml b/docs/api/TinyLife.Emotions.EmotionModifier.yml index a11ec88..0bdebcb 100644 --- a/docs/api/TinyLife.Emotions.EmotionModifier.yml +++ b/docs/api/TinyLife.Emotions.EmotionModifier.yml @@ -4740,6 +4740,33 @@ items: return: type: TinyLife.Emotions.EmotionModifier content.vb: Public Shared ReadOnly ThriftyBoughtExpensiveItem As EmotionModifier +- uid: TinyLife.Emotions.EmotionModifier.TastyTea + commentId: F:TinyLife.Emotions.EmotionModifier.TastyTea + id: TastyTea + parent: TinyLife.Emotions.EmotionModifier + langs: + - csharp + - vb + name: TastyTea + nameWithType: EmotionModifier.TastyTea + fullName: TinyLife.Emotions.EmotionModifier.TastyTea + type: Field + source: + remote: + path: TinyLife/Emotions/EmotionModifier.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: TastyTea + path: ../TinyLife/Emotions/EmotionModifier.cs + startLine: 210 + assemblies: + - Tiny Life + namespace: TinyLife.Emotions + syntax: + content: public static readonly EmotionModifier TastyTea + return: + type: TinyLife.Emotions.EmotionModifier + content.vb: Public Shared ReadOnly TastyTea As EmotionModifier - uid: TinyLife.Emotions.EmotionModifier.GymTrainerPositive commentId: F:TinyLife.Emotions.EmotionModifier.GymTrainerPositive id: GymTrainerPositive @@ -4758,7 +4785,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GymTrainerPositive path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 210 + startLine: 212 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -4785,7 +4812,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GymTrainerNegative path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 211 + startLine: 213 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -4794,33 +4821,6 @@ items: return: type: TinyLife.Emotions.EmotionModifier content.vb: Public Shared ReadOnly GymTrainerNegative As EmotionModifier -- uid: TinyLife.Emotions.EmotionModifier.TastyTea - commentId: F:TinyLife.Emotions.EmotionModifier.TastyTea - id: TastyTea - parent: TinyLife.Emotions.EmotionModifier - langs: - - csharp - - vb - name: TastyTea - nameWithType: EmotionModifier.TastyTea - fullName: TinyLife.Emotions.EmotionModifier.TastyTea - type: Field - source: - remote: - path: TinyLife/Emotions/EmotionModifier.cs - branch: main - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TastyTea - path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 212 - assemblies: - - Tiny Life - namespace: TinyLife.Emotions - syntax: - content: public static readonly EmotionModifier TastyTea - return: - type: TinyLife.Emotions.EmotionModifier - content.vb: Public Shared ReadOnly TastyTea As EmotionModifier - uid: TinyLife.Emotions.EmotionModifier.PottySuccess commentId: F:TinyLife.Emotions.EmotionModifier.PottySuccess id: PottySuccess @@ -4839,7 +4839,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PottySuccess path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 213 + startLine: 214 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -4866,7 +4866,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PottyFail path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 214 + startLine: 215 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -4893,7 +4893,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PottyNotListening path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 215 + startLine: 216 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -4920,7 +4920,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Name path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 278 + startLine: 286 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -4949,7 +4949,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Icon path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 282 + startLine: 290 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -4978,7 +4978,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Emotion path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 287 + startLine: 295 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -5007,7 +5007,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Condition path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 293 + startLine: 301 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -5036,7 +5036,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: DisplayName path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 300 + startLine: 308 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -5067,7 +5067,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: .ctor path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 309 + startLine: 317 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -5111,7 +5111,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: .ctor path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 323 + startLine: 331 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -5155,7 +5155,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetCausedEmotion path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 332 + startLine: 340 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -5190,7 +5190,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetDisplayName path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 348 + startLine: 356 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -5229,7 +5229,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Register path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 361 + startLine: 369 assemblies: - Tiny Life namespace: TinyLife.Emotions diff --git a/docs/api/TinyLife.GameImpl.GameMode.yml b/docs/api/TinyLife.GameImpl.GameMode.yml index 5f76c3b..857ee42 100644 --- a/docs/api/TinyLife.GameImpl.GameMode.yml +++ b/docs/api/TinyLife.GameImpl.GameMode.yml @@ -26,7 +26,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GameMode path: ../TinyLife/GameImpl.cs - startLine: 1089 + startLine: 1095 assemblies: - Tiny Life namespace: TinyLife @@ -55,7 +55,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: InitialLoad path: ../TinyLife/GameImpl.cs - startLine: 1092 + startLine: 1098 assemblies: - Tiny Life namespace: TinyLife @@ -83,7 +83,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Splash path: ../TinyLife/GameImpl.cs - startLine: 1094 + startLine: 1100 assemblies: - Tiny Life namespace: TinyLife @@ -111,7 +111,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: MainMenu path: ../TinyLife/GameImpl.cs - startLine: 1096 + startLine: 1102 assemblies: - Tiny Life namespace: TinyLife @@ -139,7 +139,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SelectHousehold path: ../TinyLife/GameImpl.cs - startLine: 1098 + startLine: 1104 assemblies: - Tiny Life namespace: TinyLife @@ -167,7 +167,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: InGameHousehold path: ../TinyLife/GameImpl.cs - startLine: 1100 + startLine: 1106 assemblies: - Tiny Life namespace: TinyLife @@ -195,7 +195,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: BuildOnly path: ../TinyLife/GameImpl.cs - startLine: 1102 + startLine: 1108 assemblies: - Tiny Life namespace: TinyLife @@ -223,7 +223,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CharacterCreation path: ../TinyLife/GameImpl.cs - startLine: 1104 + startLine: 1110 assemblies: - Tiny Life namespace: TinyLife diff --git a/docs/api/TinyLife.GameImpl.yml b/docs/api/TinyLife.GameImpl.yml index f35b41c..5d06871 100644 --- a/docs/api/TinyLife.GameImpl.yml +++ b/docs/api/TinyLife.GameImpl.yml @@ -722,7 +722,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: LoadContent path: ../TinyLife/GameImpl.cs - startLine: 268 + startLine: 269 assemblies: - Tiny Life namespace: TinyLife @@ -750,7 +750,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: DoUpdate path: ../TinyLife/GameImpl.cs - startLine: 323 + startLine: 324 assemblies: - Tiny Life namespace: TinyLife @@ -781,7 +781,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: DoDraw path: ../TinyLife/GameImpl.cs - startLine: 562 + startLine: 563 assemblies: - Tiny Life namespace: TinyLife @@ -812,7 +812,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Dispose path: ../TinyLife/GameImpl.cs - startLine: 599 + startLine: 600 assemblies: - Tiny Life namespace: TinyLife @@ -846,7 +846,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RotateCamera path: ../TinyLife/GameImpl.cs - startLine: 616 + startLine: 617 assemblies: - Tiny Life namespace: TinyLife @@ -881,7 +881,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IsCursorOnUi path: ../TinyLife/GameImpl.cs - startLine: 630 + startLine: 633 assemblies: - Tiny Life namespace: TinyLife @@ -912,7 +912,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SwitchGameMode path: ../TinyLife/GameImpl.cs - startLine: 642 + startLine: 645 assemblies: - Tiny Life namespace: TinyLife @@ -944,7 +944,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CanBeExtremelyFast path: ../TinyLife/GameImpl.cs - startLine: 731 + startLine: 734 assemblies: - Tiny Life namespace: TinyLife @@ -975,7 +975,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CanSwitchGameModes path: ../TinyLife/GameImpl.cs - startLine: 742 + startLine: 745 assemblies: - Tiny Life namespace: TinyLife @@ -1006,7 +1006,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: FadeKeyboardLighting path: ../TinyLife/GameImpl.cs - startLine: 757 + startLine: 760 assemblies: - Tiny Life namespace: TinyLife @@ -1038,7 +1038,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TakeScreenshot path: ../TinyLife/GameImpl.cs - startLine: 783 + startLine: 786 assemblies: - Tiny Life namespace: TinyLife @@ -1079,7 +1079,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: MarkLotVisible path: ../TinyLife/GameImpl.cs - startLine: 811 + startLine: 814 assemblies: - Tiny Life namespace: TinyLife @@ -1111,7 +1111,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: MarkLotNonVisible path: ../TinyLife/GameImpl.cs - startLine: 827 + startLine: 830 assemblies: - Tiny Life namespace: TinyLife @@ -1143,7 +1143,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IsLotVisible path: ../TinyLife/GameImpl.cs - startLine: 838 + startLine: 841 assemblies: - Tiny Life namespace: TinyLife @@ -1178,7 +1178,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CompleteAchievement path: ../TinyLife/GameImpl.cs - startLine: 850 + startLine: 853 assemblies: - Tiny Life namespace: TinyLife diff --git a/docs/api/TinyLife.GenealogyType.yml b/docs/api/TinyLife.GenealogyType.yml index 39a464b..e0f32da 100644 --- a/docs/api/TinyLife.GenealogyType.yml +++ b/docs/api/TinyLife.GenealogyType.yml @@ -29,7 +29,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GenealogyType path: ../TinyLife/Relationship.cs - startLine: 426 + startLine: 436 assemblies: - Tiny Life namespace: TinyLife @@ -61,7 +61,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Unrelated path: ../TinyLife/Relationship.cs - startLine: 431 + startLine: 441 assemblies: - Tiny Life namespace: TinyLife @@ -89,7 +89,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Parent path: ../TinyLife/Relationship.cs - startLine: 435 + startLine: 445 assemblies: - Tiny Life namespace: TinyLife @@ -117,7 +117,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Child path: ../TinyLife/Relationship.cs - startLine: 439 + startLine: 449 assemblies: - Tiny Life namespace: TinyLife @@ -145,7 +145,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Sibling path: ../TinyLife/Relationship.cs - startLine: 443 + startLine: 453 assemblies: - Tiny Life namespace: TinyLife @@ -173,7 +173,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Nibling path: ../TinyLife/Relationship.cs - startLine: 447 + startLine: 457 assemblies: - Tiny Life namespace: TinyLife @@ -201,7 +201,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Pibling path: ../TinyLife/Relationship.cs - startLine: 451 + startLine: 461 assemblies: - Tiny Life namespace: TinyLife @@ -229,7 +229,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Grandparent path: ../TinyLife/Relationship.cs - startLine: 455 + startLine: 465 assemblies: - Tiny Life namespace: TinyLife @@ -257,7 +257,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Grandchild path: ../TinyLife/Relationship.cs - startLine: 459 + startLine: 469 assemblies: - Tiny Life namespace: TinyLife @@ -285,7 +285,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Cousin path: ../TinyLife/Relationship.cs - startLine: 463 + startLine: 473 assemblies: - Tiny Life namespace: TinyLife @@ -313,7 +313,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: DistantlyRelated path: ../TinyLife/Relationship.cs - startLine: 467 + startLine: 477 assemblies: - Tiny Life namespace: TinyLife diff --git a/docs/api/TinyLife.Goals.Job.JobPerformanceDelegate.yml b/docs/api/TinyLife.Goals.Job.JobPerformanceDelegate.yml index 0d3e8e2..18fa344 100644 --- a/docs/api/TinyLife.Goals.Job.JobPerformanceDelegate.yml +++ b/docs/api/TinyLife.Goals.Job.JobPerformanceDelegate.yml @@ -19,7 +19,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: JobPerformanceDelegate path: ../TinyLife/Goals/Job.cs - startLine: 276 + startLine: 278 assemblies: - Tiny Life namespace: TinyLife.Goals diff --git a/docs/api/TinyLife.Goals.Job.yml b/docs/api/TinyLife.Goals.Job.yml index 80b3a8f..d9149e5 100644 --- a/docs/api/TinyLife.Goals.Job.yml +++ b/docs/api/TinyLife.Goals.Job.yml @@ -637,7 +637,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: HasRequiredPromotionSkills path: ../TinyLife/Goals/Job.cs - startLine: 231 + startLine: 233 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -668,7 +668,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetCoworkers path: ../TinyLife/Goals/Job.cs - startLine: 243 + startLine: 245 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -699,7 +699,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetCoworkersAtWork path: ../TinyLife/Goals/Job.cs - startLine: 251 + startLine: 253 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -730,7 +730,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Validate path: ../TinyLife/Goals/Job.cs - startLine: 259 + startLine: 261 assemblies: - Tiny Life namespace: TinyLife.Goals diff --git a/docs/api/TinyLife.Goals.JobType.yml b/docs/api/TinyLife.Goals.JobType.yml index 0e53428..ceaff4d 100644 --- a/docs/api/TinyLife.Goals.JobType.yml +++ b/docs/api/TinyLife.Goals.JobType.yml @@ -7,6 +7,7 @@ items: children: - TinyLife.Goals.JobType.#ctor(System.String,MLEM.Textures.TextureRegion,System.Single,System.ValueTuple{System.Int32,System.Int32},System.DayOfWeek[]) - TinyLife.Goals.JobType.Businessperson + - TinyLife.Goals.JobType.CanGetRaise - TinyLife.Goals.JobType.CanQuitOrBeFired - TinyLife.Goals.JobType.ChoicePrompts - TinyLife.Goals.JobType.Construct(TinyLife.Objects.Person,System.Int32) @@ -638,6 +639,35 @@ items: type: System.Boolean content.vb: Public Property CanQuitOrBeFired As Boolean overload: TinyLife.Goals.JobType.CanQuitOrBeFired* +- uid: TinyLife.Goals.JobType.CanGetRaise + commentId: P:TinyLife.Goals.JobType.CanGetRaise + id: CanGetRaise + parent: TinyLife.Goals.JobType + langs: + - csharp + - vb + name: CanGetRaise + nameWithType: JobType.CanGetRaise + fullName: TinyLife.Goals.JobType.CanGetRaise + type: Property + source: + remote: + path: TinyLife/Goals/JobType.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: CanGetRaise + path: ../TinyLife/Goals/JobType.cs + startLine: 163 + assemblies: + - Tiny Life + namespace: TinyLife.Goals + syntax: + content: public bool CanGetRaise { get; init; } + parameters: [] + return: + type: System.Boolean + content.vb: Public Property CanGetRaise As Boolean + overload: TinyLife.Goals.JobType.CanGetRaise* - uid: TinyLife.Goals.JobType.DailyTasks commentId: P:TinyLife.Goals.JobType.DailyTasks id: DailyTasks @@ -656,7 +686,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: DailyTasks path: ../TinyLife/Goals/JobType.cs - startLine: 167 + startLine: 168 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -687,7 +717,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: DailyTaskImportance path: ../TinyLife/Goals/JobType.cs - startLine: 172 + startLine: 173 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -718,7 +748,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ChoicePrompts path: ../TinyLife/Goals/JobType.cs - startLine: 176 + startLine: 177 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -749,7 +779,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SourceString path: ../TinyLife/Goals/JobType.cs - startLine: 178 + startLine: 179 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -782,7 +812,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: .ctor path: ../TinyLife/Goals/JobType.cs - startLine: 188 + startLine: 189 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -829,7 +859,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Construct path: ../TinyLife/Goals/JobType.cs - startLine: 202 + startLine: 203 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -870,7 +900,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IsTimeToWork path: ../TinyLife/Goals/JobType.cs - startLine: 212 + startLine: 213 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -905,7 +935,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ToScheduleString path: ../TinyLife/Goals/JobType.cs - startLine: 221 + startLine: 222 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -939,7 +969,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetDisplayName path: ../TinyLife/Goals/JobType.cs - startLine: 235 + startLine: 236 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -977,7 +1007,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetRequiredPromotionSkills path: ../TinyLife/Goals/JobType.cs - startLine: 247 + startLine: 248 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -1012,7 +1042,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnWorkStartsInAnHour path: ../TinyLife/Goals/JobType.cs - startLine: 262 + startLine: 263 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -1044,7 +1074,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnWorkHoursOver path: ../TinyLife/Goals/JobType.cs - startLine: 273 + startLine: 274 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -1076,7 +1106,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnWorkFinished path: ../TinyLife/Goals/JobType.cs - startLine: 283 + startLine: 284 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -1111,7 +1141,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnWorkStarted path: ../TinyLife/Goals/JobType.cs - startLine: 294 + startLine: 295 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -1146,7 +1176,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnLevelChanged path: ../TinyLife/Goals/JobType.cs - startLine: 302 + startLine: 303 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -1184,7 +1214,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnRaiseReceived path: ../TinyLife/Goals/JobType.cs - startLine: 312 + startLine: 313 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -1216,7 +1246,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: UpdateWorking path: ../TinyLife/Goals/JobType.cs - startLine: 324 + startLine: 325 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -1260,7 +1290,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Register path: ../TinyLife/Goals/JobType.cs - startLine: 334 + startLine: 335 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -2340,6 +2370,11 @@ references: name: CanQuitOrBeFired nameWithType: JobType.CanQuitOrBeFired fullName: TinyLife.Goals.JobType.CanQuitOrBeFired +- uid: TinyLife.Goals.JobType.CanGetRaise* + commentId: Overload:TinyLife.Goals.JobType.CanGetRaise + name: CanGetRaise + nameWithType: JobType.CanGetRaise + fullName: TinyLife.Goals.JobType.CanGetRaise - uid: TinyLife.Goals.GoalSetInfo commentId: T:TinyLife.Goals.GoalSetInfo parent: TinyLife.Goals diff --git a/docs/api/TinyLife.Goals.StudentJobType.yml b/docs/api/TinyLife.Goals.StudentJobType.yml index 2815d8a..64d223e 100644 --- a/docs/api/TinyLife.Goals.StudentJobType.yml +++ b/docs/api/TinyLife.Goals.StudentJobType.yml @@ -60,6 +60,7 @@ items: - TinyLife.Goals.JobType.HasSpecialLocalization - TinyLife.Goals.JobType.RequiredAges - TinyLife.Goals.JobType.CanQuitOrBeFired + - TinyLife.Goals.JobType.CanGetRaise - TinyLife.Goals.JobType.DailyTasks - TinyLife.Goals.JobType.DailyTaskImportance - TinyLife.Goals.JobType.ChoicePrompts @@ -181,7 +182,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnWorkFinished path: ../TinyLife/Goals/StudentJobType.cs - startLine: 40 + startLine: 41 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -217,7 +218,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnLevelChanged path: ../TinyLife/Goals/StudentJobType.cs - startLine: 54 + startLine: 55 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -256,7 +257,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: UpdateWorking path: ../TinyLife/Goals/StudentJobType.cs - startLine: 59 + startLine: 60 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -452,6 +453,12 @@ references: name: CanQuitOrBeFired nameWithType: JobType.CanQuitOrBeFired fullName: TinyLife.Goals.JobType.CanQuitOrBeFired +- uid: TinyLife.Goals.JobType.CanGetRaise + commentId: P:TinyLife.Goals.JobType.CanGetRaise + parent: TinyLife.Goals.JobType + name: CanGetRaise + nameWithType: JobType.CanGetRaise + fullName: TinyLife.Goals.JobType.CanGetRaise - uid: TinyLife.Goals.JobType.DailyTasks commentId: P:TinyLife.Goals.JobType.DailyTasks parent: TinyLife.Goals.JobType diff --git a/docs/api/TinyLife.NeedType.yml b/docs/api/TinyLife.NeedType.yml index 7bbcd08..c085c0d 100644 --- a/docs/api/TinyLife.NeedType.yml +++ b/docs/api/TinyLife.NeedType.yml @@ -192,7 +192,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Toilet path: ../TinyLife/Need.cs - startLine: 123 + startLine: 125 assemblies: - Tiny Life namespace: TinyLife @@ -219,7 +219,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Hygiene path: ../TinyLife/Need.cs - startLine: 124 + startLine: 126 assemblies: - Tiny Life namespace: TinyLife @@ -246,7 +246,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Entertainment path: ../TinyLife/Need.cs - startLine: 125 + startLine: 127 assemblies: - Tiny Life namespace: TinyLife @@ -273,7 +273,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Name path: ../TinyLife/Need.cs - startLine: 132 + startLine: 134 assemblies: - Tiny Life namespace: TinyLife @@ -302,7 +302,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PassiveReduction path: ../TinyLife/Need.cs - startLine: 136 + startLine: 138 assemblies: - Tiny Life namespace: TinyLife @@ -331,7 +331,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: NeedLowAction path: ../TinyLife/Need.cs - startLine: 140 + startLine: 142 assemblies: - Tiny Life namespace: TinyLife @@ -360,7 +360,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: NeedLowTime path: ../TinyLife/Need.cs - startLine: 144 + startLine: 146 assemblies: - Tiny Life namespace: TinyLife @@ -389,7 +389,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SolveImportance path: ../TinyLife/Need.cs - startLine: 149 + startLine: 151 assemblies: - Tiny Life namespace: TinyLife @@ -418,7 +418,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SolvePercentage path: ../TinyLife/Need.cs - startLine: 150 + startLine: 152 assemblies: - Tiny Life namespace: TinyLife @@ -445,7 +445,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SourceString path: ../TinyLife/Need.cs - startLine: 152 + startLine: 154 assemblies: - Tiny Life namespace: TinyLife @@ -478,7 +478,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: .ctor path: ../TinyLife/Need.cs - startLine: 162 + startLine: 164 assemblies: - Tiny Life namespace: TinyLife @@ -527,7 +527,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Register path: ../TinyLife/Need.cs - startLine: 176 + startLine: 178 assemblies: - Tiny Life namespace: TinyLife diff --git a/docs/api/TinyLife.Objects.AgeGroup.yml b/docs/api/TinyLife.Objects.AgeGroup.yml index 8ac89d0..85facd7 100644 --- a/docs/api/TinyLife.Objects.AgeGroup.yml +++ b/docs/api/TinyLife.Objects.AgeGroup.yml @@ -22,7 +22,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AgeGroup path: ../TinyLife/Objects/Person.cs - startLine: 2967 + startLine: 3022 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -63,7 +63,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Baby path: ../TinyLife/Objects/Person.cs - startLine: 2971 + startLine: 3026 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -89,7 +89,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Child path: ../TinyLife/Objects/Person.cs - startLine: 2977 + startLine: 3032 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -117,7 +117,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Adult path: ../TinyLife/Objects/Person.cs - startLine: 2983 + startLine: 3038 assemblies: - Tiny Life namespace: TinyLife.Objects diff --git a/docs/api/TinyLife.Objects.Clothes.yml b/docs/api/TinyLife.Objects.Clothes.yml index f24addd..43ca85d 100644 --- a/docs/api/TinyLife.Objects.Clothes.yml +++ b/docs/api/TinyLife.Objects.Clothes.yml @@ -509,14 +509,14 @@ items: assemblies: - Tiny Life namespace: TinyLife.Objects - summary: "\nA function that determines the depth with which this clothes item is rendered based on the given , their rotation, and the layer of this clothes item being rendered.\nThis function defaults to returning .\n" + summary: "\nA function that determines the depth with which this clothes item is rendered based on the given , their rotation, and the layer of this clothes item being rendered.\nThis function defaults to returning .\n" example: [] syntax: - content: public Func<(Person.Pose Pose, Direction2 Rotation, int Layer), float> DepthFunction { get; init; } + content: public Func<(Pose Pose, Direction2 Rotation, int Layer), float> DepthFunction { get; init; } parameters: [] return: - type: System.Func{System.ValueTuple{TinyLife.Objects.Person.Pose,MLEM.Misc.Direction2,System.Int32},System.Single} - content.vb: Public Property DepthFunction As Func(Of (Pose As Person.Pose, Rotation As Direction2, Layer As Integer), Single) + type: System.Func{System.ValueTuple{TinyLife.Objects.Pose,MLEM.Misc.Direction2,System.Int32},System.Single} + content.vb: Public Property DepthFunction As Func(Of (Pose As Pose, Rotation As Direction2, Layer As Integer), Single) overload: TinyLife.Objects.Clothes.DepthFunction* - uid: TinyLife.Objects.Clothes.TextureBehaviorLayer commentId: P:TinyLife.Objects.Clothes.TextureBehaviorLayer @@ -540,7 +540,7 @@ items: assemblies: - Tiny Life namespace: TinyLife.Objects - summary: "\nA whose texture behavior should be used instead of the 's texture behavior.\nThe texture behavior determines how many texture regions a clothes item uses, and whether they are animated in a certain . For more information, see https://docs.tinylifegame.com/articles/creating_textures.html.\n" + summary: "\nA whose texture behavior should be used instead of the 's texture behavior.\nThe texture behavior determines how many texture regions a clothes item uses, and whether they are animated in a certain . For more information, see https://docs.tinylifegame.com/articles/creating_textures.html.\n" example: [] syntax: content: public ClothesLayer? TextureBehaviorLayer { get; init; } @@ -1786,24 +1786,6 @@ references: name: AgeGroup nameWithType: AgeGroup fullName: TinyLife.Objects.AgeGroup -- uid: TinyLife.Objects.Person.Pose - commentId: T:TinyLife.Objects.Person.Pose - parent: TinyLife.Objects - name: Person.Pose - nameWithType: Person.Pose - fullName: TinyLife.Objects.Person.Pose - spec.csharp: - - uid: TinyLife.Objects.Person - name: Person - - name: . - - uid: TinyLife.Objects.Person.Pose - name: Pose - spec.vb: - - uid: TinyLife.Objects.Person - name: Person - - name: . - - uid: TinyLife.Objects.Person.Pose - name: Pose - uid: TinyLife.Utilities.Extensions.GetDepth(TinyLife.Objects.ClothesLayer) commentId: M:TinyLife.Utilities.Extensions.GetDepth(TinyLife.Objects.ClothesLayer) name: GetDepth(ClothesLayer) @@ -1828,17 +1810,17 @@ references: name: DepthFunction nameWithType: Clothes.DepthFunction fullName: TinyLife.Objects.Clothes.DepthFunction -- uid: System.Func{System.ValueTuple{TinyLife.Objects.Person.Pose,MLEM.Misc.Direction2,System.Int32},System.Single} - commentId: T:System.Func{System.ValueTuple{TinyLife.Objects.Person.Pose,MLEM.Misc.Direction2,System.Int32},System.Single} +- uid: System.Func{System.ValueTuple{TinyLife.Objects.Pose,MLEM.Misc.Direction2,System.Int32},System.Single} + commentId: T:System.Func{System.ValueTuple{TinyLife.Objects.Pose,MLEM.Misc.Direction2,System.Int32},System.Single} parent: System definition: System.Func`2 href: https://learn.microsoft.com/dotnet/api/system.func-2 - name: Func<(Person.Pose Pose, Direction2 Rotation, int Layer), float> - nameWithType: Func<(Person.Pose Pose, Direction2 Rotation, int Layer), float> - fullName: System.Func<(TinyLife.Objects.Person.Pose Pose, MLEM.Misc.Direction2 Rotation, int Layer), float> - nameWithType.vb: Func(Of (Pose As Person.Pose, Rotation As Direction2, Layer As Integer), Single) - fullName.vb: System.Func(Of (Pose As TinyLife.Objects.Person.Pose, Rotation As MLEM.Misc.Direction2, Layer As Integer), Single) - name.vb: Func(Of (Pose As Person.Pose, Rotation As Direction2, Layer As Integer), Single) + name: Func<(Pose Pose, Direction2 Rotation, int Layer), float> + nameWithType: Func<(Pose Pose, Direction2 Rotation, int Layer), float> + fullName: System.Func<(TinyLife.Objects.Pose Pose, MLEM.Misc.Direction2 Rotation, int Layer), float> + nameWithType.vb: Func(Of (Pose As Pose, Rotation As Direction2, Layer As Integer), Single) + fullName.vb: System.Func(Of (Pose As TinyLife.Objects.Pose, Rotation As MLEM.Misc.Direction2, Layer As Integer), Single) + name.vb: Func(Of (Pose As Pose, Rotation As Direction2, Layer As Integer), Single) spec.csharp: - uid: System.Func`2 name: Func @@ -1846,24 +1828,21 @@ references: href: https://learn.microsoft.com/dotnet/api/system.func-2 - name: < - name: ( - - uid: TinyLife.Objects.Person - name: Person - - name: . - - uid: TinyLife.Objects.Person.Pose + - uid: TinyLife.Objects.Pose name: Pose - name: " " - - uid: System.ValueTuple{TinyLife.Objects.Person.Pose,MLEM.Misc.Direction2,System.Int32}.Pose + - uid: System.ValueTuple{TinyLife.Objects.Pose,MLEM.Misc.Direction2,System.Int32}.Pose name: Pose - href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.person.pose,mlem.misc.direction2,system.int32-.pose + href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.pose,mlem.misc.direction2,system.int32-.pose - name: ',' - name: " " - uid: MLEM.Misc.Direction2 name: Direction2 isExternal: true - name: " " - - uid: System.ValueTuple{TinyLife.Objects.Person.Pose,MLEM.Misc.Direction2,System.Int32}.Rotation + - uid: System.ValueTuple{TinyLife.Objects.Pose,MLEM.Misc.Direction2,System.Int32}.Rotation name: Rotation - href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.person.pose,mlem.misc.direction2,system.int32-.rotation + href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.pose,mlem.misc.direction2,system.int32-.rotation - name: ',' - name: " " - uid: System.Int32 @@ -1871,9 +1850,9 @@ references: isExternal: true href: https://learn.microsoft.com/dotnet/api/system.int32 - name: " " - - uid: System.ValueTuple{TinyLife.Objects.Person.Pose,MLEM.Misc.Direction2,System.Int32}.Layer + - uid: System.ValueTuple{TinyLife.Objects.Pose,MLEM.Misc.Direction2,System.Int32}.Layer name: Layer - href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.person.pose,mlem.misc.direction2,system.int32-.layer + href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.pose,mlem.misc.direction2,system.int32-.layer - name: ) - name: ',' - name: " " @@ -1891,22 +1870,19 @@ references: - name: Of - name: " " - name: ( - - uid: System.ValueTuple{TinyLife.Objects.Person.Pose,MLEM.Misc.Direction2,System.Int32}.Pose + - uid: System.ValueTuple{TinyLife.Objects.Pose,MLEM.Misc.Direction2,System.Int32}.Pose name: Pose - href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.person.pose,mlem.misc.direction2,system.int32-.pose + href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.pose,mlem.misc.direction2,system.int32-.pose - name: " " - name: As - name: " " - - uid: TinyLife.Objects.Person - name: Person - - name: . - - uid: TinyLife.Objects.Person.Pose + - uid: TinyLife.Objects.Pose name: Pose - name: ',' - name: " " - - uid: System.ValueTuple{TinyLife.Objects.Person.Pose,MLEM.Misc.Direction2,System.Int32}.Rotation + - uid: System.ValueTuple{TinyLife.Objects.Pose,MLEM.Misc.Direction2,System.Int32}.Rotation name: Rotation - href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.person.pose,mlem.misc.direction2,system.int32-.rotation + href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.pose,mlem.misc.direction2,system.int32-.rotation - name: " " - name: As - name: " " @@ -1915,9 +1891,9 @@ references: isExternal: true - name: ',' - name: " " - - uid: System.ValueTuple{TinyLife.Objects.Person.Pose,MLEM.Misc.Direction2,System.Int32}.Layer + - uid: System.ValueTuple{TinyLife.Objects.Pose,MLEM.Misc.Direction2,System.Int32}.Layer name: Layer - href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.person.pose,mlem.misc.direction2,system.int32-.layer + href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.pose,mlem.misc.direction2,system.int32-.layer - name: " " - name: As - name: " " diff --git a/docs/api/TinyLife.Objects.Person.DeathReason.yml b/docs/api/TinyLife.Objects.DeathReason.yml similarity index 65% rename from docs/api/TinyLife.Objects.Person.DeathReason.yml rename to docs/api/TinyLife.Objects.DeathReason.yml index ef36808..45e1f43 100644 --- a/docs/api/TinyLife.Objects.Person.DeathReason.yml +++ b/docs/api/TinyLife.Objects.DeathReason.yml @@ -1,20 +1,20 @@ ### YamlMime:ManagedReference items: -- uid: TinyLife.Objects.Person.DeathReason - commentId: T:TinyLife.Objects.Person.DeathReason - id: Person.DeathReason +- uid: TinyLife.Objects.DeathReason + commentId: T:TinyLife.Objects.DeathReason + id: DeathReason parent: TinyLife.Objects children: - - TinyLife.Objects.Person.DeathReason.Electrocution - - TinyLife.Objects.Person.DeathReason.InexplicableReasons - - TinyLife.Objects.Person.DeathReason.Starvation - - TinyLife.Objects.Person.DeathReason.TooMuchProtein + - TinyLife.Objects.DeathReason.Electrocution + - TinyLife.Objects.DeathReason.InexplicableReasons + - TinyLife.Objects.DeathReason.Starvation + - TinyLife.Objects.DeathReason.TooMuchProtein langs: - csharp - vb - name: Person.DeathReason - nameWithType: Person.DeathReason - fullName: TinyLife.Objects.Person.DeathReason + name: DeathReason + nameWithType: DeathReason + fullName: TinyLife.Objects.DeathReason type: Enum source: remote: @@ -23,27 +23,27 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: DeathReason path: ../TinyLife/Objects/Person.cs - startLine: 2918 + startLine: 2994 assemblies: - Tiny Life namespace: TinyLife.Objects summary: "\nAn enum that represents a set of possible reasons for a 's death\n" example: [] syntax: - content: public enum Person.DeathReason - content.vb: Public Enum Person.DeathReason + content: public enum DeathReason + content.vb: Public Enum DeathReason extensionMethods: - - TinyLife.Objects.Person.DeathReason.TinyLife.Utilities.Extensions.JsonCopy``1 -- uid: TinyLife.Objects.Person.DeathReason.Starvation - commentId: F:TinyLife.Objects.Person.DeathReason.Starvation + - TinyLife.Objects.DeathReason.TinyLife.Utilities.Extensions.JsonCopy``1 +- uid: TinyLife.Objects.DeathReason.Starvation + commentId: F:TinyLife.Objects.DeathReason.Starvation id: Starvation - parent: TinyLife.Objects.Person.DeathReason + parent: TinyLife.Objects.DeathReason langs: - csharp - vb name: Starvation - nameWithType: Person.DeathReason.Starvation - fullName: TinyLife.Objects.Person.DeathReason.Starvation + nameWithType: DeathReason.Starvation + fullName: TinyLife.Objects.DeathReason.Starvation type: Field source: remote: @@ -52,7 +52,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Starvation path: ../TinyLife/Objects/Person.cs - startLine: 2924 + startLine: 3000 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -61,17 +61,17 @@ items: syntax: content: Starvation = 0 return: - type: TinyLife.Objects.Person.DeathReason -- uid: TinyLife.Objects.Person.DeathReason.InexplicableReasons - commentId: F:TinyLife.Objects.Person.DeathReason.InexplicableReasons + type: TinyLife.Objects.DeathReason +- uid: TinyLife.Objects.DeathReason.InexplicableReasons + commentId: F:TinyLife.Objects.DeathReason.InexplicableReasons id: InexplicableReasons - parent: TinyLife.Objects.Person.DeathReason + parent: TinyLife.Objects.DeathReason langs: - csharp - vb name: InexplicableReasons - nameWithType: Person.DeathReason.InexplicableReasons - fullName: TinyLife.Objects.Person.DeathReason.InexplicableReasons + nameWithType: DeathReason.InexplicableReasons + fullName: TinyLife.Objects.DeathReason.InexplicableReasons type: Field source: remote: @@ -80,7 +80,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: InexplicableReasons path: ../TinyLife/Objects/Person.cs - startLine: 2929 + startLine: 3005 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -89,17 +89,17 @@ items: syntax: content: InexplicableReasons = 1 return: - type: TinyLife.Objects.Person.DeathReason -- uid: TinyLife.Objects.Person.DeathReason.Electrocution - commentId: F:TinyLife.Objects.Person.DeathReason.Electrocution + type: TinyLife.Objects.DeathReason +- uid: TinyLife.Objects.DeathReason.Electrocution + commentId: F:TinyLife.Objects.DeathReason.Electrocution id: Electrocution - parent: TinyLife.Objects.Person.DeathReason + parent: TinyLife.Objects.DeathReason langs: - csharp - vb name: Electrocution - nameWithType: Person.DeathReason.Electrocution - fullName: TinyLife.Objects.Person.DeathReason.Electrocution + nameWithType: DeathReason.Electrocution + fullName: TinyLife.Objects.DeathReason.Electrocution type: Field source: remote: @@ -108,7 +108,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Electrocution path: ../TinyLife/Objects/Person.cs - startLine: 2934 + startLine: 3010 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -117,17 +117,17 @@ items: syntax: content: Electrocution = 2 return: - type: TinyLife.Objects.Person.DeathReason -- uid: TinyLife.Objects.Person.DeathReason.TooMuchProtein - commentId: F:TinyLife.Objects.Person.DeathReason.TooMuchProtein + type: TinyLife.Objects.DeathReason +- uid: TinyLife.Objects.DeathReason.TooMuchProtein + commentId: F:TinyLife.Objects.DeathReason.TooMuchProtein id: TooMuchProtein - parent: TinyLife.Objects.Person.DeathReason + parent: TinyLife.Objects.DeathReason langs: - csharp - vb name: TooMuchProtein - nameWithType: Person.DeathReason.TooMuchProtein - fullName: TinyLife.Objects.Person.DeathReason.TooMuchProtein + nameWithType: DeathReason.TooMuchProtein + fullName: TinyLife.Objects.DeathReason.TooMuchProtein type: Field source: remote: @@ -136,7 +136,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TooMuchProtein path: ../TinyLife/Objects/Person.cs - startLine: 2938 + startLine: 3014 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -145,7 +145,7 @@ items: syntax: content: TooMuchProtein = 3 return: - type: TinyLife.Objects.Person.DeathReason + type: TinyLife.Objects.DeathReason references: - uid: TinyLife.Objects.Person commentId: T:TinyLife.Objects.Person @@ -170,38 +170,38 @@ references: - name: . - uid: TinyLife.Objects name: Objects -- uid: TinyLife.Objects.Person.DeathReason.TinyLife.Utilities.Extensions.JsonCopy``1 +- uid: TinyLife.Objects.DeathReason.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(DeathReason) - nameWithType: Extensions.JsonCopy(Person.DeathReason) - fullName: TinyLife.Utilities.Extensions.JsonCopy(TinyLife.Objects.Person.DeathReason) - nameWithType.vb: Extensions.JsonCopy(Of Person.DeathReason)(Person.DeathReason) - fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Objects.Person.DeathReason)(TinyLife.Objects.Person.DeathReason) + nameWithType: Extensions.JsonCopy(DeathReason) + fullName: TinyLife.Utilities.Extensions.JsonCopy(TinyLife.Objects.DeathReason) + nameWithType.vb: Extensions.JsonCopy(Of DeathReason)(DeathReason) + fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Objects.DeathReason)(TinyLife.Objects.DeathReason) name.vb: JsonCopy(Of DeathReason)(DeathReason) spec.csharp: - - uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Objects.Person.DeathReason) + - uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Objects.DeathReason) name: JsonCopy - name: < - - uid: TinyLife.Objects.Person.DeathReason + - uid: TinyLife.Objects.DeathReason name: DeathReason - name: '>' - name: ( - - uid: TinyLife.Objects.Person.DeathReason + - uid: TinyLife.Objects.DeathReason name: DeathReason - name: ) spec.vb: - - uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Objects.Person.DeathReason) + - uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Objects.DeathReason) name: JsonCopy - name: ( - name: Of - name: " " - - uid: TinyLife.Objects.Person.DeathReason + - uid: TinyLife.Objects.DeathReason name: DeathReason - name: ) - name: ( - - uid: TinyLife.Objects.Person.DeathReason + - uid: TinyLife.Objects.DeathReason name: DeathReason - name: ) - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) @@ -260,24 +260,12 @@ references: name: StarveAction nameWithType: StarveAction fullName: TinyLife.Actions.StarveAction -- uid: TinyLife.Objects.Person.DeathReason - commentId: T:TinyLife.Objects.Person.DeathReason +- uid: TinyLife.Objects.DeathReason + commentId: T:TinyLife.Objects.DeathReason parent: TinyLife.Objects - name: Person.DeathReason - nameWithType: Person.DeathReason - fullName: TinyLife.Objects.Person.DeathReason - spec.csharp: - - uid: TinyLife.Objects.Person - name: Person - - name: . - - uid: TinyLife.Objects.Person.DeathReason - name: DeathReason - spec.vb: - - uid: TinyLife.Objects.Person - name: Person - - name: . - - uid: TinyLife.Objects.Person.DeathReason - name: DeathReason + name: DeathReason + nameWithType: DeathReason + fullName: TinyLife.Objects.DeathReason - uid: TinyLife.Actions.RepairAction commentId: T:TinyLife.Actions.RepairAction name: RepairAction diff --git a/docs/api/TinyLife.Objects.Gravestone.yml b/docs/api/TinyLife.Objects.Gravestone.yml index 8b98402..ca7f4c2 100644 --- a/docs/api/TinyLife.Objects.Gravestone.yml +++ b/docs/api/TinyLife.Objects.Gravestone.yml @@ -197,19 +197,19 @@ items: assemblies: - Tiny Life namespace: TinyLife.Objects - summary: "\nThe for this gravestone's 's death\n" + summary: "\nThe for this gravestone's 's death\n" example: [] syntax: content: >- [DataMember] - public Person.DeathReason Reason + public DeathReason Reason return: - type: TinyLife.Objects.Person.DeathReason + type: TinyLife.Objects.DeathReason content.vb: >- - Public Reason As Person.DeathReason + Public Reason As DeathReason attributes: - type: System.Runtime.Serialization.DataMemberAttribute ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor @@ -3309,24 +3309,12 @@ references: name: DeadPerson nameWithType: Gravestone.DeadPerson fullName: TinyLife.Objects.Gravestone.DeadPerson -- uid: TinyLife.Objects.Person.DeathReason - commentId: T:TinyLife.Objects.Person.DeathReason +- uid: TinyLife.Objects.DeathReason + commentId: T:TinyLife.Objects.DeathReason parent: TinyLife.Objects - name: Person.DeathReason - nameWithType: Person.DeathReason - fullName: TinyLife.Objects.Person.DeathReason - spec.csharp: - - uid: TinyLife.Objects.Person - name: Person - - name: . - - uid: TinyLife.Objects.Person.DeathReason - name: DeathReason - spec.vb: - - uid: TinyLife.Objects.Person - name: Person - - name: . - - uid: TinyLife.Objects.Person.DeathReason - name: DeathReason + name: DeathReason + nameWithType: DeathReason + fullName: TinyLife.Objects.DeathReason - uid: TinyLife.Objects.Gravestone.DeadPerson commentId: P:TinyLife.Objects.Gravestone.DeadPerson name: DeadPerson diff --git a/docs/api/TinyLife.Objects.LifeSpan.yml b/docs/api/TinyLife.Objects.LifeSpan.yml index 60b064d..0d2ca7c 100644 --- a/docs/api/TinyLife.Objects.LifeSpan.yml +++ b/docs/api/TinyLife.Objects.LifeSpan.yml @@ -25,7 +25,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: LifeSpan path: ../TinyLife/Objects/Person.cs - startLine: 2991 + startLine: 3046 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -55,7 +55,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: VeryShort path: ../TinyLife/Objects/Person.cs - startLine: 2994 + startLine: 3049 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -81,7 +81,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Short path: ../TinyLife/Objects/Person.cs - startLine: 2995 + startLine: 3050 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -107,7 +107,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Normal path: ../TinyLife/Objects/Person.cs - startLine: 2996 + startLine: 3051 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -133,7 +133,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Long path: ../TinyLife/Objects/Person.cs - startLine: 2997 + startLine: 3052 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -159,7 +159,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: VeryLong path: ../TinyLife/Objects/Person.cs - startLine: 2998 + startLine: 3053 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -185,7 +185,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Infinite path: ../TinyLife/Objects/Person.cs - startLine: 2999 + startLine: 3054 assemblies: - Tiny Life namespace: TinyLife.Objects diff --git a/docs/api/TinyLife.Objects.Person.ActionUpdateDelegate.yml b/docs/api/TinyLife.Objects.Person.ActionUpdateDelegate.yml index 7b07d73..6418ab3 100644 --- a/docs/api/TinyLife.Objects.Person.ActionUpdateDelegate.yml +++ b/docs/api/TinyLife.Objects.Person.ActionUpdateDelegate.yml @@ -19,7 +19,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ActionUpdateDelegate path: ../TinyLife/Objects/Person.cs - startLine: 2852 + startLine: 2905 assemblies: - Tiny Life namespace: TinyLife.Objects diff --git a/docs/api/TinyLife.Objects.Person.EfficiencyModifierDelegate.yml b/docs/api/TinyLife.Objects.Person.EfficiencyModifierDelegate.yml index 265c06e..bd1304f 100644 --- a/docs/api/TinyLife.Objects.Person.EfficiencyModifierDelegate.yml +++ b/docs/api/TinyLife.Objects.Person.EfficiencyModifierDelegate.yml @@ -19,7 +19,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: EfficiencyModifierDelegate path: ../TinyLife/Objects/Person.cs - startLine: 2837 + startLine: 2890 assemblies: - Tiny Life namespace: TinyLife.Objects diff --git a/docs/api/TinyLife.Objects.Person.EmotionModifiersChangedDelegate.yml b/docs/api/TinyLife.Objects.Person.EmotionModifiersChangedDelegate.yml index f7c070f..7443051 100644 --- a/docs/api/TinyLife.Objects.Person.EmotionModifiersChangedDelegate.yml +++ b/docs/api/TinyLife.Objects.Person.EmotionModifiersChangedDelegate.yml @@ -19,7 +19,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: EmotionModifiersChangedDelegate path: ../TinyLife/Objects/Person.cs - startLine: 2862 + startLine: 2915 assemblies: - Tiny Life namespace: TinyLife.Objects diff --git a/docs/api/TinyLife.Objects.Person.PassiveActionPriorityDelegate.yml b/docs/api/TinyLife.Objects.Person.PassiveActionPriorityDelegate.yml index 1123e88..5032b40 100644 --- a/docs/api/TinyLife.Objects.Person.PassiveActionPriorityDelegate.yml +++ b/docs/api/TinyLife.Objects.Person.PassiveActionPriorityDelegate.yml @@ -19,7 +19,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PassiveActionPriorityDelegate path: ../TinyLife/Objects/Person.cs - startLine: 2847 + startLine: 2900 assemblies: - Tiny Life namespace: TinyLife.Objects diff --git a/docs/api/TinyLife.Objects.Person.RelationshipChangeDelegate.yml b/docs/api/TinyLife.Objects.Person.RelationshipChangeDelegate.yml new file mode 100644 index 0000000..ea00933 --- /dev/null +++ b/docs/api/TinyLife.Objects.Person.RelationshipChangeDelegate.yml @@ -0,0 +1,175 @@ +### YamlMime:ManagedReference +items: +- uid: TinyLife.Objects.Person.RelationshipChangeDelegate + commentId: T:TinyLife.Objects.Person.RelationshipChangeDelegate + id: Person.RelationshipChangeDelegate + parent: TinyLife.Objects + children: [] + langs: + - csharp + - vb + name: Person.RelationshipChangeDelegate + nameWithType: Person.RelationshipChangeDelegate + fullName: TinyLife.Objects.Person.RelationshipChangeDelegate + type: Delegate + source: + remote: + path: TinyLife/Objects/Person.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: RelationshipChangeDelegate + path: ../TinyLife/Objects/Person.cs + startLine: 2917 + assemblies: + - Tiny Life + namespace: TinyLife.Objects + syntax: + content: public delegate void Person.RelationshipChangeDelegate(Person person, Relationship relationship, ref float amount) + parameters: + - id: person + type: TinyLife.Objects.Person + - id: relationship + type: TinyLife.Relationship + - id: amount + type: System.Single + content.vb: Public Delegate Sub Person.RelationshipChangeDelegate(person As Person, relationship As Relationship, amount As Single) + extensionMethods: + - TinyLife.Objects.Person.RelationshipChangeDelegate.TinyLife.Utilities.Extensions.JsonCopy``1 +references: +- 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: TinyLife.Objects.Person.RelationshipChangeDelegate.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(RelationshipChangeDelegate) + nameWithType: Extensions.JsonCopy(Person.RelationshipChangeDelegate) + fullName: TinyLife.Utilities.Extensions.JsonCopy(TinyLife.Objects.Person.RelationshipChangeDelegate) + nameWithType.vb: Extensions.JsonCopy(Of Person.RelationshipChangeDelegate)(Person.RelationshipChangeDelegate) + fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Objects.Person.RelationshipChangeDelegate)(TinyLife.Objects.Person.RelationshipChangeDelegate) + name.vb: JsonCopy(Of RelationshipChangeDelegate)(RelationshipChangeDelegate) + spec.csharp: + - uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Objects.Person.RelationshipChangeDelegate) + name: JsonCopy + - name: < + - uid: TinyLife.Objects.Person.RelationshipChangeDelegate + name: RelationshipChangeDelegate + - name: '>' + - name: ( + - uid: TinyLife.Objects.Person.RelationshipChangeDelegate + name: RelationshipChangeDelegate + - name: ) + spec.vb: + - uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Objects.Person.RelationshipChangeDelegate) + name: JsonCopy + - name: ( + - name: Of + - name: " " + - uid: TinyLife.Objects.Person.RelationshipChangeDelegate + name: RelationshipChangeDelegate + - name: ) + - name: ( + - uid: TinyLife.Objects.Person.RelationshipChangeDelegate + name: RelationshipChangeDelegate + - name: ) +- uid: TinyLife.Objects.Person + commentId: T:TinyLife.Objects.Person + parent: TinyLife.Objects + name: Person + nameWithType: Person + fullName: TinyLife.Objects.Person +- uid: TinyLife.Relationship + commentId: T:TinyLife.Relationship + parent: TinyLife + name: Relationship + nameWithType: Relationship + fullName: TinyLife.Relationship +- uid: System.Single + commentId: T:System.Single + parent: System + isExternal: true + 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.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 + - name: < + - name: T + - name: '>' + - name: ( + - name: T + - name: ) + spec.vb: + - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) + name: JsonCopy + - name: ( + - name: Of + - name: " " + - name: T + - name: ) + - name: ( + - name: T + - name: ) +- uid: TinyLife.Utilities.Extensions + commentId: T:TinyLife.Utilities.Extensions + parent: TinyLife.Utilities + name: Extensions + nameWithType: Extensions + fullName: TinyLife.Utilities.Extensions +- uid: TinyLife + commentId: N:TinyLife + name: TinyLife + nameWithType: TinyLife + fullName: TinyLife +- uid: System + commentId: N:System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + name: System + nameWithType: System + fullName: System +- uid: TinyLife.Utilities + commentId: N:TinyLife.Utilities + name: TinyLife.Utilities + nameWithType: TinyLife.Utilities + fullName: TinyLife.Utilities + spec.csharp: + - uid: TinyLife + name: TinyLife + - name: . + - uid: TinyLife.Utilities + name: Utilities + spec.vb: + - uid: TinyLife + name: TinyLife + - name: . + - uid: TinyLife.Utilities + name: Utilities diff --git a/docs/api/TinyLife.Objects.Person.RestoreNeedDelegate.yml b/docs/api/TinyLife.Objects.Person.RestoreNeedDelegate.yml index b5fa050..6b42960 100644 --- a/docs/api/TinyLife.Objects.Person.RestoreNeedDelegate.yml +++ b/docs/api/TinyLife.Objects.Person.RestoreNeedDelegate.yml @@ -19,7 +19,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RestoreNeedDelegate path: ../TinyLife/Objects/Person.cs - startLine: 2857 + startLine: 2910 assemblies: - Tiny Life namespace: TinyLife.Objects diff --git a/docs/api/TinyLife.Objects.Person.WalkSpeedDelegate.yml b/docs/api/TinyLife.Objects.Person.WalkSpeedDelegate.yml index ba7645d..990ecae 100644 --- a/docs/api/TinyLife.Objects.Person.WalkSpeedDelegate.yml +++ b/docs/api/TinyLife.Objects.Person.WalkSpeedDelegate.yml @@ -19,7 +19,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: WalkSpeedDelegate path: ../TinyLife/Objects/Person.cs - startLine: 2842 + startLine: 2895 assemblies: - Tiny Life namespace: TinyLife.Objects diff --git a/docs/api/TinyLife.Objects.Person.yml b/docs/api/TinyLife.Objects.Person.yml index fb21cf7..271de32 100644 --- a/docs/api/TinyLife.Objects.Person.yml +++ b/docs/api/TinyLife.Objects.Person.yml @@ -5,7 +5,6 @@ items: id: Person parent: TinyLife.Objects children: - - TinyLife.Objects.Person.#ctor(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2) - TinyLife.Objects.Person.ActionQueue - TinyLife.Objects.Person.AddEmotion(TinyLife.Emotions.EmotionModifier,System.Int32,System.TimeSpan,TinyLife.Emotions.IEmotionSource,System.Boolean) - TinyLife.Objects.Person.AddMemory``1(TinyLife.Goals.MemoryType,TinyLife.Actions.ActionInfo,System.Nullable{System.TimeSpan}) @@ -15,9 +14,9 @@ items: - TinyLife.Objects.Person.AnimateHeldObject - TinyLife.Objects.Person.AnimationSpeed - TinyLife.Objects.Person.CancelAction(TinyLife.Actions.Action,TinyLife.Actions.Action,System.Boolean) - - TinyLife.Objects.Person.ChangeFriendship(TinyLife.Objects.Person,System.Single,System.Single) + - TinyLife.Objects.Person.ChangeFriendship(TinyLife.Objects.Person,System.Single) - TinyLife.Objects.Person.ChangeRomance(TinyLife.Objects.Person,System.Single) - - TinyLife.Objects.Person.Create(TinyLife.World.Map,System.Random,TinyLife.Objects.AgeGroup) + - TinyLife.Objects.Person.Create(TinyLife.World.Map,System.Random,TinyLife.Objects.AgeGroup,System.Boolean,System.Boolean,System.Boolean,System.Boolean,TinyLife.Objects.Person[]) - TinyLife.Objects.Person.CurrentActions - TinyLife.Objects.Person.CurrentAgeDays - TinyLife.Objects.Person.CurrentEmote @@ -30,7 +29,7 @@ items: - TinyLife.Objects.Person.DepleteNeed(TinyLife.NeedType,System.Single,System.Single) - TinyLife.Objects.Person.Description - TinyLife.Objects.Person.DiaperDirty - - TinyLife.Objects.Person.Die(TinyLife.Objects.Person.DeathReason,System.Boolean) + - TinyLife.Objects.Person.Die(TinyLife.Objects.DeathReason,System.Boolean) - TinyLife.Objects.Person.DisplayEmote(TinyLife.Actions.EmoteCategory,System.Single,System.Single) - TinyLife.Objects.Person.DisplayEmoteAndSpeak(TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Single,System.Single) - TinyLife.Objects.Person.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) @@ -46,6 +45,7 @@ items: - TinyLife.Objects.Person.FirstName - TinyLife.Objects.Person.FocusCameraOnEvent(System.Boolean) - TinyLife.Objects.Person.FullName + - TinyLife.Objects.Person.FullNamePronouns - TinyLife.Objects.Person.GainSkill(TinyLife.Skills.SkillType,System.Single,TinyLife.Actions.ActionInfo,System.Single) - TinyLife.Objects.Person.GetAction``1(System.Guid,System.Boolean) - TinyLife.Objects.Person.GetCategories(TinyLife.Objects.Person) @@ -90,6 +90,7 @@ items: - TinyLife.Objects.Person.IsDead - TinyLife.Objects.Person.IsIdMatch(System.Guid) - TinyLife.Objects.Person.IsIdMatch(TinyLife.Objects.Person) + - TinyLife.Objects.Person.IsInLabor - TinyLife.Objects.Person.IsMinorUpdateNow - TinyLife.Objects.Person.IsMoving - TinyLife.Objects.Person.IsRegularVisitor @@ -115,6 +116,8 @@ items: - TinyLife.Objects.Person.OnActionsCompleted - TinyLife.Objects.Person.OnActionUpdated - TinyLife.Objects.Person.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2) + - TinyLife.Objects.Person.OnChangeFriendship + - TinyLife.Objects.Person.OnChangeRomance - TinyLife.Objects.Person.OnEmotionChanged - TinyLife.Objects.Person.OnEmotionModifiersChanged - TinyLife.Objects.Person.OnGetCurrentGoals @@ -130,8 +133,12 @@ items: - TinyLife.Objects.Person.ParentInfo - TinyLife.Objects.Person.PersonalityTypes - TinyLife.Objects.Person.Portrait + - TinyLife.Objects.Person.PregnancyAbility + - TinyLife.Objects.Person.PregnancyHoursRemaining + - TinyLife.Objects.Person.PregnancyPartner - TinyLife.Objects.Person.PrepareForPermanentRemoval - TinyLife.Objects.Person.Projects + - TinyLife.Objects.Person.Pronouns - TinyLife.Objects.Person.RandomlyGenerated - TinyLife.Objects.Person.RecentActions - TinyLife.Objects.Person.Relationships @@ -158,7 +165,6 @@ items: - TinyLife.Objects.Person.Tint - TinyLife.Objects.Person.ToCreatedByString - TinyLife.Objects.Person.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) - - TinyLife.Objects.Person.UpdatePortraitIfDirty - TinyLife.Objects.Person.Validate - TinyLife.Objects.Person.VisitLot(TinyLife.World.Lot) - TinyLife.Objects.Person.VisuallyOccupiedSpot @@ -384,6 +390,37 @@ items: return: type: TinyLife.Objects.VoiceStyle[] content.vb: Public Shared ReadOnly VoiceStyles As VoiceStyle() +- uid: TinyLife.Objects.Person.DrawSize + commentId: P:TinyLife.Objects.Person.DrawSize + id: DrawSize + parent: TinyLife.Objects.Person + langs: + - csharp + - vb + name: DrawSize + nameWithType: Person.DrawSize + fullName: TinyLife.Objects.Person.DrawSize + type: Property + source: + remote: + path: TinyLife/Objects/Person.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: DrawSize + path: ../TinyLife/Objects/Person.cs + startLine: 68 + assemblies: + - Tiny Life + namespace: TinyLife.Objects + summary: "\nThe size, in draw space pixels, that a person's texture takes up.\n" + example: [] + syntax: + content: public static Point DrawSize { get; } + parameters: [] + return: + type: Microsoft.Xna.Framework.Point + content.vb: Public Shared ReadOnly Property DrawSize As Point + overload: TinyLife.Objects.Person.DrawSize* - uid: TinyLife.Objects.Person.ParentInfo commentId: P:TinyLife.Objects.Person.ParentInfo id: ParentInfo @@ -402,7 +439,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ParentInfo path: ../TinyLife/Objects/Person.cs - startLine: 76 + startLine: 81 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -434,7 +471,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CurrentActions path: ../TinyLife/Objects/Person.cs - startLine: 90 + startLine: 95 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -473,7 +510,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ActionQueue path: ../TinyLife/Objects/Person.cs - startLine: 97 + startLine: 102 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -512,7 +549,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AllActions path: ../TinyLife/Objects/Person.cs - startLine: 101 + startLine: 106 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -543,7 +580,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Needs path: ../TinyLife/Objects/Person.cs - startLine: 107 + startLine: 112 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -582,7 +619,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Skills path: ../TinyLife/Objects/Person.cs - startLine: 113 + startLine: 118 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -621,11 +658,11 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Relationships path: ../TinyLife/Objects/Person.cs - startLine: 119 + startLine: 124 assemblies: - Tiny Life namespace: TinyLife.Objects - summary: "\nThis person's data.\nTo access this collection efficiently, use and .\n" + summary: "\nThis person's data.\nTo access this collection efficiently, use and .\n" example: [] syntax: content: >- @@ -660,7 +697,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Outfits path: ../TinyLife/Objects/Person.cs - startLine: 125 + startLine: 130 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -703,7 +740,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PersonalityTypes path: ../TinyLife/Objects/Person.cs - startLine: 131 + startLine: 136 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -742,7 +779,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: EmotionModifiers path: ../TinyLife/Objects/Person.cs - startLine: 137 + startLine: 142 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -781,7 +818,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Projects path: ../TinyLife/Objects/Person.cs - startLine: 143 + startLine: 148 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -802,35 +839,6 @@ items: - type: System.Runtime.Serialization.DataMemberAttribute ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor arguments: [] -- uid: TinyLife.Objects.Person.Portrait - commentId: F:TinyLife.Objects.Person.Portrait - id: Portrait - parent: TinyLife.Objects.Person - langs: - - csharp - - vb - name: Portrait - nameWithType: Person.Portrait - fullName: TinyLife.Objects.Person.Portrait - type: Field - source: - remote: - path: TinyLife/Objects/Person.cs - branch: main - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Portrait - path: ../TinyLife/Objects/Person.cs - startLine: 148 - assemblies: - - Tiny Life - namespace: TinyLife.Objects - summary: "\nThe that this person's portrait is rendered onto.\nThis will automatically be updated and can be used for rendering of any kind.\n" - example: [] - syntax: - content: public readonly RenderTarget2D Portrait - return: - type: Microsoft.Xna.Framework.Graphics.RenderTarget2D - content.vb: Public ReadOnly Portrait As RenderTarget2D - uid: TinyLife.Objects.Person.RecentActions commentId: F:TinyLife.Objects.Person.RecentActions id: RecentActions @@ -987,6 +995,43 @@ items: - type: System.Runtime.Serialization.DataMemberAttribute ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor arguments: [] +- uid: TinyLife.Objects.Person.Pronouns + commentId: F:TinyLife.Objects.Person.Pronouns + id: Pronouns + parent: TinyLife.Objects.Person + langs: + - csharp + - vb + name: Pronouns + nameWithType: Person.Pronouns + fullName: TinyLife.Objects.Person.Pronouns + type: Field + source: + remote: + path: TinyLife/Objects/Person.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: Pronouns + path: ../TinyLife/Objects/Person.cs + startLine: 174 + assemblies: + - Tiny Life + namespace: TinyLife.Objects + syntax: + content: >- + [DataMember] + + public string Pronouns + return: + type: System.String + content.vb: >- + + + Public Pronouns As String + attributes: + - type: System.Runtime.Serialization.DataMemberAttribute + ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor + arguments: [] - uid: TinyLife.Objects.Person.FullName commentId: P:TinyLife.Objects.Person.FullName id: FullName @@ -1005,7 +1050,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: FullName path: ../TinyLife/Objects/Person.cs - startLine: 176 + startLine: 178 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1018,6 +1063,35 @@ items: type: System.String content.vb: Public ReadOnly Property FullName As String overload: TinyLife.Objects.Person.FullName* +- uid: TinyLife.Objects.Person.FullNamePronouns + commentId: P:TinyLife.Objects.Person.FullNamePronouns + id: FullNamePronouns + parent: TinyLife.Objects.Person + langs: + - csharp + - vb + name: FullNamePronouns + nameWithType: Person.FullNamePronouns + fullName: TinyLife.Objects.Person.FullNamePronouns + type: Property + source: + remote: + path: TinyLife/Objects/Person.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: FullNamePronouns + path: ../TinyLife/Objects/Person.cs + startLine: 179 + assemblies: + - Tiny Life + namespace: TinyLife.Objects + syntax: + content: public string FullNamePronouns { get; } + parameters: [] + return: + type: System.String + content.vb: Public ReadOnly Property FullNamePronouns As String + overload: TinyLife.Objects.Person.FullNamePronouns* - uid: TinyLife.Objects.Person.VoiceStyle commentId: F:TinyLife.Objects.Person.VoiceStyle id: VoiceStyle @@ -1036,7 +1110,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: VoiceStyle path: ../TinyLife/Objects/Person.cs - startLine: 182 + startLine: 185 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1075,7 +1149,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: VoicePitch path: ../TinyLife/Objects/Person.cs - startLine: 188 + startLine: 191 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1114,7 +1188,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Rotation path: ../TinyLife/Objects/Person.cs - startLine: 192 + startLine: 195 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1145,7 +1219,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Household path: ../TinyLife/Objects/Person.cs - startLine: 203 + startLine: 206 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1176,7 +1250,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CurrentEmote path: ../TinyLife/Objects/Person.cs - startLine: 208 + startLine: 211 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1207,7 +1281,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CurrentSpeakStyle path: ../TinyLife/Objects/Person.cs - startLine: 213 + startLine: 216 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1220,37 +1294,6 @@ items: type: System.Nullable{TinyLife.Objects.SpeakStyle} content.vb: Public Property CurrentSpeakStyle As SpeakStyle? overload: TinyLife.Objects.Person.CurrentSpeakStyle* -- uid: TinyLife.Objects.Person.DrawSize - commentId: P:TinyLife.Objects.Person.DrawSize - id: DrawSize - parent: TinyLife.Objects.Person - langs: - - csharp - - vb - name: DrawSize - nameWithType: Person.DrawSize - fullName: TinyLife.Objects.Person.DrawSize - type: Property - source: - remote: - path: TinyLife/Objects/Person.cs - branch: main - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DrawSize - path: ../TinyLife/Objects/Person.cs - startLine: 218 - assemblies: - - Tiny Life - namespace: TinyLife.Objects - summary: "\nThe size, in draw space pixels, that this person's texture takes up.\nThis is gathered from the layer of its texture data.\n" - example: [] - syntax: - content: public Point DrawSize { get; } - parameters: [] - return: - type: Microsoft.Xna.Framework.Point - content.vb: Public ReadOnly Property DrawSize As Point - overload: TinyLife.Objects.Person.DrawSize* - uid: TinyLife.Objects.Person.LastVisitedLot commentId: P:TinyLife.Objects.Person.LastVisitedLot id: LastVisitedLot @@ -1269,7 +1312,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: LastVisitedLot path: ../TinyLife/Objects/Person.cs - startLine: 224 + startLine: 222 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1300,7 +1343,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: LotVisitCooldown path: ../TinyLife/Objects/Person.cs - startLine: 229 + startLine: 227 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1345,7 +1388,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Job path: ../TinyLife/Objects/Person.cs - startLine: 235 + startLine: 233 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1386,7 +1429,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Emotion path: ../TinyLife/Objects/Person.cs - startLine: 240 + startLine: 238 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1417,7 +1460,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: EmotionAmount path: ../TinyLife/Objects/Person.cs - startLine: 247 + startLine: 245 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1446,7 +1489,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CurrentRoomDecorativeRating path: ../TinyLife/Objects/Person.cs - startLine: 257 + startLine: 255 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1477,7 +1520,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: LastBedSleptIn path: ../TinyLife/Objects/Person.cs - startLine: 262 + startLine: 260 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1520,7 +1563,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IsMoving path: ../TinyLife/Objects/Person.cs - startLine: 267 + startLine: 265 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1551,7 +1594,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: LotEmployment path: ../TinyLife/Objects/Person.cs - startLine: 273 + startLine: 271 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1594,7 +1637,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CurrentOutfitIndex path: ../TinyLife/Objects/Person.cs - startLine: 278 + startLine: 276 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1635,7 +1678,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CurrentOutfit path: ../TinyLife/Objects/Person.cs - startLine: 283 + startLine: 281 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1666,7 +1709,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IsCurrentHousehold path: ../TinyLife/Objects/Person.cs - startLine: 285 + startLine: 283 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1697,7 +1740,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: HomeLot path: ../TinyLife/Objects/Person.cs - startLine: 287 + startLine: 285 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1728,7 +1771,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Money path: ../TinyLife/Objects/Person.cs - startLine: 289 + startLine: 287 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1759,7 +1802,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IsRegularVisitor path: ../TinyLife/Objects/Person.cs - startLine: 300 + startLine: 298 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1790,7 +1833,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Age path: ../TinyLife/Objects/Person.cs - startLine: 304 + startLine: 302 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1821,7 +1864,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: LifeGoal path: ../TinyLife/Objects/Person.cs - startLine: 317 + startLine: 315 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1852,7 +1895,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Description path: ../TinyLife/Objects/Person.cs - startLine: 330 + startLine: 328 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1891,7 +1934,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IsDead path: ../TinyLife/Objects/Person.cs - startLine: 335 + startLine: 333 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1922,7 +1965,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CurrentAgeDays path: ../TinyLife/Objects/Person.cs - startLine: 341 + startLine: 339 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1961,7 +2004,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: DaysLived path: ../TinyLife/Objects/Person.cs - startLine: 347 + startLine: 345 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2000,11 +2043,11 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RandomlyGenerated path: ../TinyLife/Objects/Person.cs - startLine: 351 + startLine: 349 assemblies: - Tiny Life namespace: TinyLife.Objects - summary: "\nA property that stores whether this person has been randomly generated by invoking the method with a nonnull .\n" + summary: "\nA property that stores whether this person has been randomly generated by invoking the method with a nonnull .\n" example: [] syntax: content: >- @@ -2045,7 +2088,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: VisuallyOccupiedSpot path: ../TinyLife/Objects/Person.cs - startLine: 359 + startLine: 357 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2076,7 +2119,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OccupiedFurniture path: ../TinyLife/Objects/Person.cs - startLine: 370 + startLine: 368 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2107,23 +2150,23 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CurrentPose path: ../TinyLife/Objects/Person.cs - startLine: 379 + startLine: 377 assemblies: - Tiny Life namespace: TinyLife.Objects - summary: "\nThis person's current .\nNote that this value is reset to the for this person's every frame.\n" + summary: "\nThis person's current .\nNote that this value is reset to the for this person's every frame.\n" example: [] syntax: content: >- [DataMember] - public Person.Pose CurrentPose + public Pose CurrentPose return: - type: TinyLife.Objects.Person.Pose + type: TinyLife.Objects.Pose content.vb: >- - Public CurrentPose As Person.Pose + Public CurrentPose As Pose attributes: - type: System.Runtime.Serialization.DataMemberAttribute ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor @@ -2146,7 +2189,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: WornLayers path: ../TinyLife/Objects/Person.cs - startLine: 386 + startLine: 384 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2185,7 +2228,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AnimateHeldObject path: ../TinyLife/Objects/Person.cs - startLine: 391 + startLine: 389 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2214,7 +2257,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: HeldObjectRotation path: ../TinyLife/Objects/Person.cs - startLine: 397 + startLine: 395 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2243,7 +2286,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AnimationSpeed path: ../TinyLife/Objects/Person.cs - startLine: 402 + startLine: 400 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2272,7 +2315,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Tint path: ../TinyLife/Objects/Person.cs - startLine: 407 + startLine: 405 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2301,7 +2344,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: VisualPosition path: ../TinyLife/Objects/Person.cs - startLine: 413 + startLine: 411 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2332,7 +2375,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: DiaperDirty path: ../TinyLife/Objects/Person.cs - startLine: 418 + startLine: 416 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2355,6 +2398,197 @@ items: - name: EmitDefaultValue type: System.Boolean value: false +- uid: TinyLife.Objects.Person.PregnancyAbility + commentId: F:TinyLife.Objects.Person.PregnancyAbility + id: PregnancyAbility + parent: TinyLife.Objects.Person + langs: + - csharp + - vb + name: PregnancyAbility + nameWithType: Person.PregnancyAbility + fullName: TinyLife.Objects.Person.PregnancyAbility + type: Field + source: + remote: + path: TinyLife/Objects/Person.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: PregnancyAbility + path: ../TinyLife/Objects/Person.cs + startLine: 418 + assemblies: + - Tiny Life + namespace: TinyLife.Objects + syntax: + content: >- + [DataMember] + + public PregnancyAbility PregnancyAbility + return: + type: TinyLife.Objects.PregnancyAbility + content.vb: >- + + + Public PregnancyAbility As PregnancyAbility + attributes: + - type: System.Runtime.Serialization.DataMemberAttribute + ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor + arguments: [] +- uid: TinyLife.Objects.Person.Portrait + commentId: P:TinyLife.Objects.Person.Portrait + id: Portrait + parent: TinyLife.Objects.Person + langs: + - csharp + - vb + name: Portrait + nameWithType: Person.Portrait + fullName: TinyLife.Objects.Person.Portrait + type: Property + source: + remote: + path: TinyLife/Objects/Person.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: Portrait + path: ../TinyLife/Objects/Person.cs + startLine: 423 + assemblies: + - Tiny Life + namespace: TinyLife.Objects + summary: "\nThe that this person's portrait is rendered onto.\nThis will automatically be updated and can be used for rendering of any kind.\n" + example: [] + syntax: + content: public RenderTarget2D Portrait { get; } + parameters: [] + return: + type: Microsoft.Xna.Framework.Graphics.RenderTarget2D + content.vb: Public ReadOnly Property Portrait As RenderTarget2D + overload: TinyLife.Objects.Person.Portrait* +- uid: TinyLife.Objects.Person.PregnancyHoursRemaining + commentId: F:TinyLife.Objects.Person.PregnancyHoursRemaining + id: PregnancyHoursRemaining + parent: TinyLife.Objects.Person + langs: + - csharp + - vb + name: PregnancyHoursRemaining + nameWithType: Person.PregnancyHoursRemaining + fullName: TinyLife.Objects.Person.PregnancyHoursRemaining + type: Field + source: + remote: + path: TinyLife/Objects/Person.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: PregnancyHoursRemaining + path: ../TinyLife/Objects/Person.cs + startLine: 451 + assemblies: + - Tiny Life + namespace: TinyLife.Objects + syntax: + content: >- + [DataMember(EmitDefaultValue = false)] + + public float PregnancyHoursRemaining + return: + type: System.Single + content.vb: >- + + + Public PregnancyHoursRemaining As Single + attributes: + - type: System.Runtime.Serialization.DataMemberAttribute + ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor + arguments: [] + namedArguments: + - name: EmitDefaultValue + type: System.Boolean + value: false +- uid: TinyLife.Objects.Person.PregnancyPartner + commentId: F:TinyLife.Objects.Person.PregnancyPartner + id: PregnancyPartner + parent: TinyLife.Objects.Person + langs: + - csharp + - vb + name: PregnancyPartner + nameWithType: Person.PregnancyPartner + fullName: TinyLife.Objects.Person.PregnancyPartner + type: Field + source: + remote: + path: TinyLife/Objects/Person.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: PregnancyPartner + path: ../TinyLife/Objects/Person.cs + startLine: 453 + assemblies: + - Tiny Life + namespace: TinyLife.Objects + syntax: + content: >- + [DataMember(EmitDefaultValue = false)] + + public Guid PregnancyPartner + return: + type: System.Guid + content.vb: >- + + + Public PregnancyPartner As Guid + attributes: + - type: System.Runtime.Serialization.DataMemberAttribute + ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor + arguments: [] + namedArguments: + - name: EmitDefaultValue + type: System.Boolean + value: false +- uid: TinyLife.Objects.Person.IsInLabor + commentId: F:TinyLife.Objects.Person.IsInLabor + id: IsInLabor + parent: TinyLife.Objects.Person + langs: + - csharp + - vb + name: IsInLabor + nameWithType: Person.IsInLabor + fullName: TinyLife.Objects.Person.IsInLabor + type: Field + source: + remote: + path: TinyLife/Objects/Person.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: IsInLabor + path: ../TinyLife/Objects/Person.cs + startLine: 455 + assemblies: + - Tiny Life + namespace: TinyLife.Objects + syntax: + content: >- + [DataMember(EmitDefaultValue = false)] + + public bool IsInLabor + return: + type: System.Boolean + content.vb: >- + + + Public IsInLabor As Boolean + attributes: + - type: System.Runtime.Serialization.DataMemberAttribute + ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor + arguments: [] + namedArguments: + - name: EmitDefaultValue + type: System.Boolean + value: false - uid: TinyLife.Objects.Person.IsMinorUpdateNow commentId: P:TinyLife.Objects.Person.IsMinorUpdateNow id: IsMinorUpdateNow @@ -2373,7 +2607,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IsMinorUpdateNow path: ../TinyLife/Objects/Person.cs - startLine: 420 + startLine: 459 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2406,7 +2640,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnActionsChanged path: ../TinyLife/Objects/Person.cs - startLine: 426 + startLine: 465 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2435,7 +2669,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnNewSkillLearned path: ../TinyLife/Objects/Person.cs - startLine: 431 + startLine: 470 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2464,7 +2698,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnJobChanged path: ../TinyLife/Objects/Person.cs - startLine: 436 + startLine: 475 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2493,7 +2727,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnEmotionModifiersChanged path: ../TinyLife/Objects/Person.cs - startLine: 441 + startLine: 480 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2522,7 +2756,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnEmotionChanged path: ../TinyLife/Objects/Person.cs - startLine: 446 + startLine: 485 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2551,7 +2785,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnGetEfficiencyModifier path: ../TinyLife/Objects/Person.cs - startLine: 452 + startLine: 491 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2580,7 +2814,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnGetWalkSpeed path: ../TinyLife/Objects/Person.cs - startLine: 458 + startLine: 497 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2609,7 +2843,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnGetPassiveActionPriority path: ../TinyLife/Objects/Person.cs - startLine: 464 + startLine: 503 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2638,7 +2872,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnActionInitialized path: ../TinyLife/Objects/Person.cs - startLine: 469 + startLine: 508 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2667,7 +2901,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnActionsCompleted path: ../TinyLife/Objects/Person.cs - startLine: 474 + startLine: 513 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2696,7 +2930,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnActionUpdated path: ../TinyLife/Objects/Person.cs - startLine: 479 + startLine: 518 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2725,7 +2959,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnOutfitChanged path: ../TinyLife/Objects/Person.cs - startLine: 484 + startLine: 523 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2754,7 +2988,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnGetCurrentGoals path: ../TinyLife/Objects/Person.cs - startLine: 490 + startLine: 529 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2783,7 +3017,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnLifeGoalChanged path: ../TinyLife/Objects/Person.cs - startLine: 495 + startLine: 534 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2812,7 +3046,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnRestoreNeed path: ../TinyLife/Objects/Person.cs - startLine: 501 + startLine: 540 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2823,44 +3057,60 @@ items: return: type: TinyLife.Objects.Person.RestoreNeedDelegate content.vb: Public Event OnRestoreNeed As Person.RestoreNeedDelegate -- uid: TinyLife.Objects.Person.#ctor(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2) - commentId: M:TinyLife.Objects.Person.#ctor(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2) - id: '#ctor(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2)' +- uid: TinyLife.Objects.Person.OnChangeFriendship + commentId: E:TinyLife.Objects.Person.OnChangeFriendship + id: OnChangeFriendship parent: TinyLife.Objects.Person langs: - csharp - vb - name: Person(Map, Vector2) - nameWithType: Person.Person(Map, Vector2) - fullName: TinyLife.Objects.Person.Person(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2) - type: Constructor + name: OnChangeFriendship + nameWithType: Person.OnChangeFriendship + fullName: TinyLife.Objects.Person.OnChangeFriendship + type: Event source: remote: path: TinyLife/Objects/Person.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor + id: OnChangeFriendship path: ../TinyLife/Objects/Person.cs - startLine: 554 + startLine: 541 assemblies: - Tiny Life namespace: TinyLife.Objects - summary: "\nCreates a new person with the given settings\n" - example: [] syntax: - content: public Person(Map map, Vector2 position) - parameters: - - id: map - type: TinyLife.World.Map - description: The map to place this person on - - id: position - type: Microsoft.Xna.Framework.Vector2 - description: The position to place this person on - content.vb: Public Sub New(map As Map, position As Vector2) - overload: TinyLife.Objects.Person.#ctor* - nameWithType.vb: Person.New(Map, Vector2) - fullName.vb: TinyLife.Objects.Person.New(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2) - name.vb: New(Map, Vector2) + content: public event Person.RelationshipChangeDelegate OnChangeFriendship + return: + type: TinyLife.Objects.Person.RelationshipChangeDelegate + content.vb: Public Event OnChangeFriendship As Person.RelationshipChangeDelegate +- uid: TinyLife.Objects.Person.OnChangeRomance + commentId: E:TinyLife.Objects.Person.OnChangeRomance + id: OnChangeRomance + parent: TinyLife.Objects.Person + langs: + - csharp + - vb + name: OnChangeRomance + nameWithType: Person.OnChangeRomance + fullName: TinyLife.Objects.Person.OnChangeRomance + type: Event + source: + remote: + path: TinyLife/Objects/Person.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: OnChangeRomance + path: ../TinyLife/Objects/Person.cs + startLine: 542 + assemblies: + - Tiny Life + namespace: TinyLife.Objects + syntax: + content: public event Person.RelationshipChangeDelegate OnChangeRomance + return: + type: TinyLife.Objects.Person.RelationshipChangeDelegate + content.vb: Public Event OnChangeRomance As Person.RelationshipChangeDelegate - uid: TinyLife.Objects.Person.Finalize commentId: M:TinyLife.Objects.Person.Finalize id: Finalize @@ -2879,7 +3129,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Finalize path: ../TinyLife/Objects/Person.cs - startLine: 575 + startLine: 592 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2909,7 +3159,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Update path: ../TinyLife/Objects/Person.cs - startLine: 580 + startLine: 597 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2952,7 +3202,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Draw path: ../TinyLife/Objects/Person.cs - startLine: 865 + startLine: 897 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2999,7 +3249,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Validate path: ../TinyLife/Objects/Person.cs - startLine: 908 + startLine: 940 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3031,7 +3281,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetCategories path: ../TinyLife/Objects/Person.cs - startLine: 956 + startLine: 995 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3067,7 +3317,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Intersects path: ../TinyLife/Objects/Person.cs - startLine: 961 + startLine: 1000 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3103,7 +3353,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetHoverInfo path: ../TinyLife/Objects/Person.cs - startLine: 966 + startLine: 1005 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3136,7 +3386,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetFreeActionSpotInfo path: ../TinyLife/Objects/Person.cs - startLine: 987 + startLine: 1026 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3175,7 +3425,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnCameraRotationChanged path: ../TinyLife/Objects/Person.cs - startLine: 1000 + startLine: 1039 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3211,7 +3461,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: FocusCameraOnEvent path: ../TinyLife/Objects/Person.cs - startLine: 1010 + startLine: 1049 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3248,7 +3498,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SetJob path: ../TinyLife/Objects/Person.cs - startLine: 1031 + startLine: 1070 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3286,7 +3536,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ResetToStatic path: ../TinyLife/Objects/Person.cs - startLine: 1037 + startLine: 1076 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3322,7 +3572,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PrepareForPermanentRemoval path: ../TinyLife/Objects/Person.cs - startLine: 1090 + startLine: 1129 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3350,7 +3600,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: VisitLot path: ../TinyLife/Objects/Person.cs - startLine: 1104 + startLine: 1143 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3382,7 +3632,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: DrawUi path: ../TinyLife/Objects/Person.cs - startLine: 1120 + startLine: 1159 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3426,7 +3676,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetHomeLocation path: ../TinyLife/Objects/Person.cs - startLine: 1128 + startLine: 1167 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3457,7 +3707,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetRelationship path: ../TinyLife/Objects/Person.cs - startLine: 1139 + startLine: 1178 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3480,16 +3730,16 @@ items: nameWithType.vb: Person.GetRelationship(Person, Boolean) fullName.vb: TinyLife.Objects.Person.GetRelationship(TinyLife.Objects.Person, Boolean) name.vb: GetRelationship(Person, Boolean) -- uid: TinyLife.Objects.Person.ChangeFriendship(TinyLife.Objects.Person,System.Single,System.Single) - commentId: M:TinyLife.Objects.Person.ChangeFriendship(TinyLife.Objects.Person,System.Single,System.Single) - id: ChangeFriendship(TinyLife.Objects.Person,System.Single,System.Single) +- uid: TinyLife.Objects.Person.ChangeFriendship(TinyLife.Objects.Person,System.Single) + commentId: M:TinyLife.Objects.Person.ChangeFriendship(TinyLife.Objects.Person,System.Single) + id: ChangeFriendship(TinyLife.Objects.Person,System.Single) parent: TinyLife.Objects.Person langs: - csharp - vb - name: ChangeFriendship(Person, float, float) - nameWithType: Person.ChangeFriendship(Person, float, float) - fullName: TinyLife.Objects.Person.ChangeFriendship(TinyLife.Objects.Person, float, float) + name: ChangeFriendship(Person, float) + nameWithType: Person.ChangeFriendship(Person, float) + fullName: TinyLife.Objects.Person.ChangeFriendship(TinyLife.Objects.Person, float) type: Method source: remote: @@ -3498,14 +3748,14 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ChangeFriendship path: ../TinyLife/Objects/Person.cs - startLine: 1162 + startLine: 1201 assemblies: - Tiny Life namespace: TinyLife.Objects summary: "\nChanges the wit the given person by the given amount.\nAdditionally, a friendship is displayed and a is displayed if the friendship type changes.\n" example: [] syntax: - content: public void ChangeFriendship(Person person, float amount, float speedMultiplier = 1) + content: public void ChangeFriendship(Person person, float amount) parameters: - id: person type: TinyLife.Objects.Person @@ -3513,13 +3763,11 @@ items: - id: amount type: System.Single description: The amount to change friendship by, can be negative - - id: speedMultiplier - type: System.Single - content.vb: Public Sub ChangeFriendship(person As Person, amount As Single, speedMultiplier As Single = 1) + content.vb: Public Sub ChangeFriendship(person As Person, amount As Single) overload: TinyLife.Objects.Person.ChangeFriendship* - nameWithType.vb: Person.ChangeFriendship(Person, Single, Single) - fullName.vb: TinyLife.Objects.Person.ChangeFriendship(TinyLife.Objects.Person, Single, Single) - name.vb: ChangeFriendship(Person, Single, Single) + nameWithType.vb: Person.ChangeFriendship(Person, Single) + fullName.vb: TinyLife.Objects.Person.ChangeFriendship(TinyLife.Objects.Person, Single) + name.vb: ChangeFriendship(Person, Single) - uid: TinyLife.Objects.Person.ChangeRomance(TinyLife.Objects.Person,System.Single) commentId: M:TinyLife.Objects.Person.ChangeRomance(TinyLife.Objects.Person,System.Single) id: ChangeRomance(TinyLife.Objects.Person,System.Single) @@ -3538,7 +3786,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ChangeRomance path: ../TinyLife/Objects/Person.cs - startLine: 1210 + startLine: 1253 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3576,7 +3824,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: DisplayEmote path: ../TinyLife/Objects/Person.cs - startLine: 1235 + startLine: 1285 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3617,7 +3865,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: StopEmoting path: ../TinyLife/Objects/Person.cs - startLine: 1245 + startLine: 1295 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3645,7 +3893,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Speak path: ../TinyLife/Objects/Person.cs - startLine: 1256 + startLine: 1306 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3686,7 +3934,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: StopSpeaking path: ../TinyLife/Objects/Person.cs - startLine: 1266 + startLine: 1316 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3714,7 +3962,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: DisplayEmoteAndSpeak path: ../TinyLife/Objects/Person.cs - startLine: 1283 + startLine: 1333 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3758,7 +4006,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetFreeTalkingSpots path: ../TinyLife/Objects/Person.cs - startLine: 1292 + startLine: 1342 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3792,7 +4040,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OccupyActionSpot path: ../TinyLife/Objects/Person.cs - startLine: 1310 + startLine: 1360 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3838,7 +4086,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OccupyFreeActionSpot path: ../TinyLife/Objects/Person.cs - startLine: 1348 + startLine: 1398 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3886,7 +4134,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OccupyFreeActionSpot path: ../TinyLife/Objects/Person.cs - startLine: 1365 + startLine: 1415 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3934,7 +4182,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IsCloseForTalking path: ../TinyLife/Objects/Person.cs - startLine: 1376 + startLine: 1426 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3969,7 +4217,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetNeed path: ../TinyLife/Objects/Person.cs - startLine: 1388 + startLine: 1438 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4004,7 +4252,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetNeedPercentage path: ../TinyLife/Objects/Person.cs - startLine: 1397 + startLine: 1447 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4039,7 +4287,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RestoreNeed path: ../TinyLife/Objects/Person.cs - startLine: 1409 + startLine: 1459 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4083,7 +4331,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RestoreNeed path: ../TinyLife/Objects/Person.cs - startLine: 1445 + startLine: 1495 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4130,7 +4378,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetSkill path: ../TinyLife/Objects/Person.cs - startLine: 1456 + startLine: 1506 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4171,7 +4419,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetSkillTotalPercentage path: ../TinyLife/Objects/Person.cs - startLine: 1475 + startLine: 1525 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4206,7 +4454,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetSkillPointPercentage path: ../TinyLife/Objects/Person.cs - startLine: 1485 + startLine: 1535 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4241,7 +4489,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetSkillLevel path: ../TinyLife/Objects/Person.cs - startLine: 1495 + startLine: 1545 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4276,7 +4524,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: HasSkillLevel path: ../TinyLife/Objects/Person.cs - startLine: 1505 + startLine: 1555 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4317,7 +4565,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GainSkill path: ../TinyLife/Objects/Person.cs - startLine: 1517 + startLine: 1567 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4363,7 +4611,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: DepleteNeed path: ../TinyLife/Objects/Person.cs - startLine: 1537 + startLine: 1587 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4404,7 +4652,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: HasPersonality path: ../TinyLife/Objects/Person.cs - startLine: 1548 + startLine: 1598 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4439,7 +4687,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: EnqueueAction path: ../TinyLife/Objects/Person.cs - startLine: 1562 + startLine: 1612 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4494,7 +4742,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CancelAction path: ../TinyLife/Objects/Person.cs - startLine: 1590 + startLine: 1640 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4538,7 +4786,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: FindPathAsync path: ../TinyLife/Objects/Person.cs - startLine: 1609 + startLine: 1659 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4582,7 +4830,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetHeldObject path: ../TinyLife/Objects/Person.cs - startLine: 1622 + startLine: 1672 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4622,7 +4870,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SetHeldObject path: ../TinyLife/Objects/Person.cs - startLine: 1640 + startLine: 1690 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4672,7 +4920,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SetHeldObject path: ../TinyLife/Objects/Person.cs - startLine: 1653 + startLine: 1703 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4710,7 +4958,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RemoveHeldObject path: ../TinyLife/Objects/Person.cs - startLine: 1661 + startLine: 1711 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4743,7 +4991,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetHeldActionInfo path: ../TinyLife/Objects/Person.cs - startLine: 1675 + startLine: 1725 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4774,7 +5022,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ToCreatedByString path: ../TinyLife/Objects/Person.cs - startLine: 1684 + startLine: 1734 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4787,16 +5035,16 @@ items: description: A "created by" string content.vb: Public Function ToCreatedByString() As String overload: TinyLife.Objects.Person.ToCreatedByString* -- uid: TinyLife.Objects.Person.Die(TinyLife.Objects.Person.DeathReason,System.Boolean) - commentId: M:TinyLife.Objects.Person.Die(TinyLife.Objects.Person.DeathReason,System.Boolean) - id: Die(TinyLife.Objects.Person.DeathReason,System.Boolean) +- uid: TinyLife.Objects.Person.Die(TinyLife.Objects.DeathReason,System.Boolean) + commentId: M:TinyLife.Objects.Person.Die(TinyLife.Objects.DeathReason,System.Boolean) + id: Die(TinyLife.Objects.DeathReason,System.Boolean) parent: TinyLife.Objects.Person langs: - csharp - vb name: Die(DeathReason, bool) - nameWithType: Person.Die(Person.DeathReason, bool) - fullName: TinyLife.Objects.Person.Die(TinyLife.Objects.Person.DeathReason, bool) + nameWithType: Person.Die(DeathReason, bool) + fullName: TinyLife.Objects.Person.Die(TinyLife.Objects.DeathReason, bool) type: Method source: remote: @@ -4805,25 +5053,25 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Die path: ../TinyLife/Objects/Person.cs - startLine: 1694 + startLine: 1744 assemblies: - Tiny Life namespace: TinyLife.Objects summary: "\nCauses this person to die, removing it from the world and optionally spawning a .\nNote thta this method's content is executed at the end of the current frame, and not right away.\n" example: [] syntax: - content: public void Die(Person.DeathReason reason, bool createGravestone = true) + content: public void Die(DeathReason reason, bool createGravestone = true) parameters: - id: reason - type: TinyLife.Objects.Person.DeathReason + type: TinyLife.Objects.DeathReason description: The reason for this person's death - id: createGravestone type: System.Boolean description: Whether or not to create a gravestone - content.vb: Public Sub Die(reason As Person.DeathReason, createGravestone As Boolean = True) + content.vb: Public Sub Die(reason As DeathReason, createGravestone As Boolean = True) overload: TinyLife.Objects.Person.Die* - nameWithType.vb: Person.Die(Person.DeathReason, Boolean) - fullName.vb: TinyLife.Objects.Person.Die(TinyLife.Objects.Person.DeathReason, Boolean) + nameWithType.vb: Person.Die(DeathReason, Boolean) + fullName.vb: TinyLife.Objects.Person.Die(TinyLife.Objects.DeathReason, Boolean) name.vb: Die(DeathReason, Boolean) - uid: TinyLife.Objects.Person.AddEmotion(TinyLife.Emotions.EmotionModifier,System.Int32,System.TimeSpan,TinyLife.Emotions.IEmotionSource,System.Boolean) commentId: M:TinyLife.Objects.Person.AddEmotion(TinyLife.Emotions.EmotionModifier,System.Int32,System.TimeSpan,TinyLife.Emotions.IEmotionSource,System.Boolean) @@ -4843,7 +5091,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AddEmotion path: ../TinyLife/Objects/Person.cs - startLine: 1791 + startLine: 1841 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4893,7 +5141,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RemoveEmotion path: ../TinyLife/Objects/Person.cs - startLine: 1814 + startLine: 1864 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4928,7 +5176,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: LowerEmotion path: ../TinyLife/Objects/Person.cs - startLine: 1835 + startLine: 1885 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4972,7 +5220,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: LowerEmotionModifier path: ../TinyLife/Objects/Person.cs - startLine: 1854 + startLine: 1904 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5016,7 +5264,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: HasEmotionModifier path: ../TinyLife/Objects/Person.cs - startLine: 1870 + startLine: 1920 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5051,7 +5299,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetWalkSpeed path: ../TinyLife/Objects/Person.cs - startLine: 1879 + startLine: 1929 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5082,7 +5330,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetEfficiencyModifier path: ../TinyLife/Objects/Person.cs - startLine: 1912 + startLine: 1962 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5129,7 +5377,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: HasHouseholdMember path: ../TinyLife/Objects/Person.cs - startLine: 1966 + startLine: 2016 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5164,7 +5412,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: HasHouseholdMember path: ../TinyLife/Objects/Person.cs - startLine: 1971 + startLine: 2021 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5198,7 +5446,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetProjects path: ../TinyLife/Objects/Person.cs - startLine: 1981 + startLine: 2031 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5236,7 +5484,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetProject path: ../TinyLife/Objects/Person.cs - startLine: 1991 + startLine: 2041 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5277,7 +5525,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: StartProject path: ../TinyLife/Objects/Person.cs - startLine: 2000 + startLine: 2050 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5312,7 +5560,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetPassiveActionPriority path: ../TinyLife/Objects/Person.cs - startLine: 2012 + startLine: 2062 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5347,7 +5595,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetRandomOutfit path: ../TinyLife/Objects/Person.cs - startLine: 2034 + startLine: 2084 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5382,7 +5630,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SetCurrentOutfit path: ../TinyLife/Objects/Person.cs - startLine: 2046 + startLine: 2096 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5417,7 +5665,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SetCurrentOutfit path: ../TinyLife/Objects/Person.cs - startLine: 2062 + startLine: 2112 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5452,7 +5700,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SetNewId path: ../TinyLife/Objects/Person.cs - startLine: 2078 + startLine: 2127 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5493,7 +5741,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IsIdMatch path: ../TinyLife/Objects/Person.cs - startLine: 2119 + startLine: 2168 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5528,7 +5776,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IsIdMatch path: ../TinyLife/Objects/Person.cs - startLine: 2129 + startLine: 2178 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5563,7 +5811,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetPersonalitySkillBoost path: ../TinyLife/Objects/Person.cs - startLine: 2139 + startLine: 2188 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5598,7 +5846,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetCurrentGoals path: ../TinyLife/Objects/Person.cs - startLine: 2159 + startLine: 2208 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5629,7 +5877,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: EarnMoney path: ../TinyLife/Objects/Person.cs - startLine: 2183 + startLine: 2232 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5667,7 +5915,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AddMemory path: ../TinyLife/Objects/Person.cs - startLine: 2195 + startLine: 2244 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5713,7 +5961,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetMemories path: ../TinyLife/Objects/Person.cs - startLine: 2212 + startLine: 2261 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5753,7 +6001,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RemoveMemory path: ../TinyLife/Objects/Person.cs - startLine: 2221 + startLine: 2270 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5793,7 +6041,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetTimeSinceMemory path: ../TinyLife/Objects/Person.cs - startLine: 2231 + startLine: 2280 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5828,7 +6076,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetTimeSinceMemory path: ../TinyLife/Objects/Person.cs - startLine: 2241 + startLine: 2290 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5862,7 +6110,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetDaysBeforeAging path: ../TinyLife/Objects/Person.cs - startLine: 2255 + startLine: 2304 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5893,7 +6141,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GoToExitRoad path: ../TinyLife/Objects/Person.cs - startLine: 2263 + startLine: 2312 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5903,34 +6151,6 @@ items: content: public void GoToExitRoad() content.vb: Public Sub GoToExitRoad() overload: TinyLife.Objects.Person.GoToExitRoad* -- uid: TinyLife.Objects.Person.UpdatePortraitIfDirty - commentId: M:TinyLife.Objects.Person.UpdatePortraitIfDirty - id: UpdatePortraitIfDirty - parent: TinyLife.Objects.Person - langs: - - csharp - - vb - name: UpdatePortraitIfDirty() - nameWithType: Person.UpdatePortraitIfDirty() - fullName: TinyLife.Objects.Person.UpdatePortraitIfDirty() - type: Method - source: - remote: - path: TinyLife/Objects/Person.cs - branch: main - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: UpdatePortraitIfDirty - path: ../TinyLife/Objects/Person.cs - startLine: 2272 - assemblies: - - Tiny Life - namespace: TinyLife.Objects - summary: "\nUpdates this person's if it needs to be updated.\nNote that, since this method draws the portrait using a , it needs to be called on the main thread.\n" - example: [] - syntax: - content: public void UpdatePortraitIfDirty() - content.vb: Public Sub UpdatePortraitIfDirty() - overload: TinyLife.Objects.Person.UpdatePortraitIfDirty* - uid: TinyLife.Objects.Person.GetAction``1(System.Guid,System.Boolean) commentId: M:TinyLife.Objects.Person.GetAction``1(System.Guid,System.Boolean) id: GetAction``1(System.Guid,System.Boolean) @@ -5949,7 +6169,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetAction path: ../TinyLife/Objects/Person.cs - startLine: 2291 + startLine: 2317 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5987,7 +6207,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetRandomSpeakSound path: ../TinyLife/Objects/Person.cs - startLine: 2721 + startLine: 2747 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -6016,16 +6236,16 @@ items: nameWithType.vb: Person.GetRandomSpeakSound(VoiceStyle, SpeakStyle, List(Of SoundEffect), TimeSpan?) fullName.vb: TinyLife.Objects.Person.GetRandomSpeakSound(TinyLife.Objects.VoiceStyle, TinyLife.Objects.SpeakStyle, System.Collections.Generic.List(Of Microsoft.Xna.Framework.Audio.SoundEffect), System.TimeSpan?) name.vb: GetRandomSpeakSound(VoiceStyle, SpeakStyle, List(Of SoundEffect), TimeSpan?) -- uid: TinyLife.Objects.Person.Create(TinyLife.World.Map,System.Random,TinyLife.Objects.AgeGroup) - commentId: M:TinyLife.Objects.Person.Create(TinyLife.World.Map,System.Random,TinyLife.Objects.AgeGroup) - id: Create(TinyLife.World.Map,System.Random,TinyLife.Objects.AgeGroup) +- uid: TinyLife.Objects.Person.Create(TinyLife.World.Map,System.Random,TinyLife.Objects.AgeGroup,System.Boolean,System.Boolean,System.Boolean,System.Boolean,TinyLife.Objects.Person[]) + commentId: M:TinyLife.Objects.Person.Create(TinyLife.World.Map,System.Random,TinyLife.Objects.AgeGroup,System.Boolean,System.Boolean,System.Boolean,System.Boolean,TinyLife.Objects.Person[]) + id: Create(TinyLife.World.Map,System.Random,TinyLife.Objects.AgeGroup,System.Boolean,System.Boolean,System.Boolean,System.Boolean,TinyLife.Objects.Person[]) parent: TinyLife.Objects.Person langs: - csharp - vb - name: Create(Map, Random, AgeGroup) - nameWithType: Person.Create(Map, Random, AgeGroup) - fullName: TinyLife.Objects.Person.Create(TinyLife.World.Map, System.Random, TinyLife.Objects.AgeGroup) + name: Create(Map, Random, AgeGroup, bool, bool, bool, bool, Person[]) + nameWithType: Person.Create(Map, Random, AgeGroup, bool, bool, bool, bool, Person[]) + fullName: TinyLife.Objects.Person.Create(TinyLife.World.Map, System.Random, TinyLife.Objects.AgeGroup, bool, bool, bool, bool, TinyLife.Objects.Person[]) type: Method source: remote: @@ -6034,29 +6254,40 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Create path: ../TinyLife/Objects/Person.cs - startLine: 2744 + startLine: 2768 assemblies: - Tiny Life namespace: TinyLife.Objects summary: "\nCreates a new person with the given settings, optionally randomly generating the returned person's , , , and more.\n" example: [] syntax: - content: public static Person Create(Map map, Random random = null, AgeGroup allowedAges = (AgeGroup)-1) + content: public static Person Create(Map map, Random random, AgeGroup allowedAges = (AgeGroup)-1, bool markRandomlyGenerated = true, bool initializeName = true, bool initializePersonality = true, bool generateMultipleOutfits = true, Person[] geneticInfluences = null) parameters: - id: map type: TinyLife.World.Map description: The map to create the person for. - id: random type: System.Random - description: The random to use for generating the person's data. If this is null, no random generation takes place. - id: allowedAges type: TinyLife.Objects.AgeGroup - description: A set of ages that are allowed for random generation. If random is null, this has no effect. + - id: markRandomlyGenerated + type: System.Boolean + - id: initializeName + type: System.Boolean + - id: initializePersonality + type: System.Boolean + - id: generateMultipleOutfits + type: System.Boolean + - id: geneticInfluences + type: TinyLife.Objects.Person[] return: type: TinyLife.Objects.Person description: The generated person. - content.vb: Public Shared Function Create(map As Map, random As Random = Nothing, allowedAges As AgeGroup = -1) As Person + content.vb: Public Shared Function Create(map As Map, random As Random, allowedAges As AgeGroup = -1, markRandomlyGenerated As Boolean = True, initializeName As Boolean = True, initializePersonality As Boolean = True, generateMultipleOutfits As Boolean = True, geneticInfluences As Person() = Nothing) As Person overload: TinyLife.Objects.Person.Create* + nameWithType.vb: Person.Create(Map, Random, AgeGroup, Boolean, Boolean, Boolean, Boolean, Person()) + fullName.vb: TinyLife.Objects.Person.Create(TinyLife.World.Map, System.Random, TinyLife.Objects.AgeGroup, Boolean, Boolean, Boolean, Boolean, TinyLife.Objects.Person()) + name.vb: Create(Map, Random, AgeGroup, Boolean, Boolean, Boolean, Boolean, Person()) references: - uid: TinyLife.Objects.MapObject commentId: T:TinyLife.Objects.MapObject @@ -7949,6 +8180,48 @@ references: name: VoiceStyle - name: ( - name: ) +- uid: TinyLife.Objects.Person.DrawSize* + commentId: Overload:TinyLife.Objects.Person.DrawSize + name: DrawSize + nameWithType: Person.DrawSize + fullName: TinyLife.Objects.Person.DrawSize +- uid: Microsoft.Xna.Framework.Point + commentId: T:Microsoft.Xna.Framework.Point + parent: Microsoft.Xna.Framework + isExternal: true + name: Point + nameWithType: Point + fullName: Microsoft.Xna.Framework.Point +- uid: Microsoft.Xna.Framework + commentId: N:Microsoft.Xna.Framework + isExternal: true + 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.Objects.MapObject.ParentInfo commentId: P:TinyLife.Objects.MapObject.ParentInfo parent: TinyLife.Objects.MapObject @@ -8548,49 +8821,37 @@ references: isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) -- uid: TinyLife.Objects.Person.ChangeFriendship(TinyLife.Objects.Person,System.Single,System.Single) - commentId: M:TinyLife.Objects.Person.ChangeFriendship(TinyLife.Objects.Person,System.Single,System.Single) +- uid: TinyLife.Objects.Person.ChangeFriendship(TinyLife.Objects.Person,System.Single) + commentId: M:TinyLife.Objects.Person.ChangeFriendship(TinyLife.Objects.Person,System.Single) isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ChangeFriendship(Person, float, float) - nameWithType: Person.ChangeFriendship(Person, float, float) - fullName: TinyLife.Objects.Person.ChangeFriendship(TinyLife.Objects.Person, float, float) - nameWithType.vb: Person.ChangeFriendship(Person, Single, Single) - fullName.vb: TinyLife.Objects.Person.ChangeFriendship(TinyLife.Objects.Person, Single, Single) - name.vb: ChangeFriendship(Person, Single, Single) + name: ChangeFriendship(Person, float) + nameWithType: Person.ChangeFriendship(Person, float) + fullName: TinyLife.Objects.Person.ChangeFriendship(TinyLife.Objects.Person, float) + nameWithType.vb: Person.ChangeFriendship(Person, Single) + fullName.vb: TinyLife.Objects.Person.ChangeFriendship(TinyLife.Objects.Person, Single) + name.vb: ChangeFriendship(Person, Single) spec.csharp: - - uid: TinyLife.Objects.Person.ChangeFriendship(TinyLife.Objects.Person,System.Single,System.Single) + - uid: TinyLife.Objects.Person.ChangeFriendship(TinyLife.Objects.Person,System.Single) name: ChangeFriendship - name: ( - uid: TinyLife.Objects.Person name: Person - name: ',' - name: " " - - uid: System.Single - name: float - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.single - - name: ',' - - name: " " - uid: System.Single name: float isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ) spec.vb: - - uid: TinyLife.Objects.Person.ChangeFriendship(TinyLife.Objects.Person,System.Single,System.Single) + - uid: TinyLife.Objects.Person.ChangeFriendship(TinyLife.Objects.Person,System.Single) name: ChangeFriendship - name: ( - uid: TinyLife.Objects.Person name: Person - name: ',' - name: " " - - uid: System.Single - name: Single - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.single - - name: ',' - - name: " " - uid: System.Single name: Single isExternal: true @@ -9139,51 +9400,6 @@ references: - name: . - uid: TinyLife.Goals name: Goals -- uid: Microsoft.Xna.Framework.Graphics.RenderTarget2D - commentId: T:Microsoft.Xna.Framework.Graphics.RenderTarget2D - parent: Microsoft.Xna.Framework.Graphics - isExternal: true - name: RenderTarget2D - nameWithType: RenderTarget2D - fullName: Microsoft.Xna.Framework.Graphics.RenderTarget2D -- uid: Microsoft.Xna.Framework.Graphics - commentId: N:Microsoft.Xna.Framework.Graphics - isExternal: true - name: Microsoft.Xna.Framework.Graphics - nameWithType: Microsoft.Xna.Framework.Graphics - fullName: Microsoft.Xna.Framework.Graphics - 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 - - name: . - - uid: Microsoft.Xna.Framework.Graphics - name: Graphics - 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 - - name: . - - uid: Microsoft.Xna.Framework.Graphics - name: Graphics - isExternal: true - uid: TinyLife.Actions.ActionType commentId: T:TinyLife.Actions.ActionType parent: TinyLife.Actions @@ -9408,6 +9624,11 @@ references: name: FullName nameWithType: Person.FullName fullName: TinyLife.Objects.Person.FullName +- uid: TinyLife.Objects.Person.FullNamePronouns* + commentId: Overload:TinyLife.Objects.Person.FullNamePronouns + name: FullNamePronouns + nameWithType: Person.FullNamePronouns + fullName: TinyLife.Objects.Person.FullNamePronouns - uid: TinyLife.Objects.Person.Speak(TinyLife.Objects.SpeakStyle,System.Single,System.Single) commentId: M:TinyLife.Objects.Person.Speak(TinyLife.Objects.SpeakStyle,System.Single,System.Single) isExternal: true @@ -9628,53 +9849,6 @@ references: - name: " " - name: T - name: ) -- uid: TinyLife.Objects.ClothesLayer.Body - commentId: F:TinyLife.Objects.ClothesLayer.Body - name: Body - nameWithType: ClothesLayer.Body - fullName: TinyLife.Objects.ClothesLayer.Body -- uid: TinyLife.Objects.Person.DrawSize* - commentId: Overload:TinyLife.Objects.Person.DrawSize - name: DrawSize - nameWithType: Person.DrawSize - fullName: TinyLife.Objects.Person.DrawSize -- uid: Microsoft.Xna.Framework.Point - commentId: T:Microsoft.Xna.Framework.Point - parent: Microsoft.Xna.Framework - isExternal: true - name: Point - nameWithType: Point - fullName: Microsoft.Xna.Framework.Point -- uid: Microsoft.Xna.Framework - commentId: N:Microsoft.Xna.Framework - isExternal: true - 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.World.Lot commentId: T:TinyLife.World.Lot parent: TinyLife.World @@ -10047,15 +10221,18 @@ references: name: CurrentAgeDays nameWithType: Person.CurrentAgeDays fullName: TinyLife.Objects.Person.CurrentAgeDays -- uid: TinyLife.Objects.Person.Create(TinyLife.World.Map,System.Random,TinyLife.Objects.AgeGroup) - commentId: M:TinyLife.Objects.Person.Create(TinyLife.World.Map,System.Random,TinyLife.Objects.AgeGroup) +- uid: TinyLife.Objects.Person.Create(TinyLife.World.Map,System.Random,TinyLife.Objects.AgeGroup,System.Boolean,System.Boolean,System.Boolean,System.Boolean,TinyLife.Objects.Person[]) + commentId: M:TinyLife.Objects.Person.Create(TinyLife.World.Map,System.Random,TinyLife.Objects.AgeGroup,System.Boolean,System.Boolean,System.Boolean,System.Boolean,TinyLife.Objects.Person[]) isExternal: true href: https://learn.microsoft.com/dotnet/api/system.random - name: Create(Map, Random, AgeGroup) - nameWithType: Person.Create(Map, Random, AgeGroup) - fullName: TinyLife.Objects.Person.Create(TinyLife.World.Map, System.Random, TinyLife.Objects.AgeGroup) + name: Create(Map, Random, AgeGroup, bool, bool, bool, bool, Person[]) + nameWithType: Person.Create(Map, Random, AgeGroup, bool, bool, bool, bool, Person[]) + fullName: TinyLife.Objects.Person.Create(TinyLife.World.Map, System.Random, TinyLife.Objects.AgeGroup, bool, bool, bool, bool, TinyLife.Objects.Person[]) + nameWithType.vb: Person.Create(Map, Random, AgeGroup, Boolean, Boolean, Boolean, Boolean, Person()) + fullName.vb: TinyLife.Objects.Person.Create(TinyLife.World.Map, System.Random, TinyLife.Objects.AgeGroup, Boolean, Boolean, Boolean, Boolean, TinyLife.Objects.Person()) + name.vb: Create(Map, Random, AgeGroup, Boolean, Boolean, Boolean, Boolean, Person()) spec.csharp: - - uid: TinyLife.Objects.Person.Create(TinyLife.World.Map,System.Random,TinyLife.Objects.AgeGroup) + - uid: TinyLife.Objects.Person.Create(TinyLife.World.Map,System.Random,TinyLife.Objects.AgeGroup,System.Boolean,System.Boolean,System.Boolean,System.Boolean,TinyLife.Objects.Person[]) name: Create - name: ( - uid: TinyLife.World.Map @@ -10070,9 +10247,39 @@ references: - name: " " - uid: TinyLife.Objects.AgeGroup name: AgeGroup + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: TinyLife.Objects.Person + name: Person + - name: '[' + - name: ']' - name: ) spec.vb: - - uid: TinyLife.Objects.Person.Create(TinyLife.World.Map,System.Random,TinyLife.Objects.AgeGroup) + - uid: TinyLife.Objects.Person.Create(TinyLife.World.Map,System.Random,TinyLife.Objects.AgeGroup,System.Boolean,System.Boolean,System.Boolean,System.Boolean,TinyLife.Objects.Person[]) name: Create - name: ( - uid: TinyLife.World.Map @@ -10087,6 +10294,36 @@ references: - name: " " - uid: TinyLife.Objects.AgeGroup name: AgeGroup + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: TinyLife.Objects.Person + name: Person + - name: ( + - name: ) - name: ) - uid: TinyLife.Objects.Person.Random commentId: F:TinyLife.Objects.Person.Random @@ -10418,24 +10655,12 @@ references: href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) - name: ) -- uid: TinyLife.Objects.Person.Pose - commentId: T:TinyLife.Objects.Person.Pose +- uid: TinyLife.Objects.Pose + commentId: T:TinyLife.Objects.Pose parent: TinyLife.Objects - name: Person.Pose - nameWithType: Person.Pose - fullName: TinyLife.Objects.Person.Pose - spec.csharp: - - uid: TinyLife.Objects.Person - name: Person - - name: . - - uid: TinyLife.Objects.Person.Pose - name: Pose - spec.vb: - - uid: TinyLife.Objects.Person - name: Person - - name: . - - uid: TinyLife.Objects.Person.Pose - name: Pose + name: Pose + nameWithType: Pose + fullName: TinyLife.Objects.Pose - uid: TinyLife.Utilities.Extensions.GetDefaultPose(TinyLife.Objects.AgeGroup) commentId: M:TinyLife.Utilities.Extensions.GetDefaultPose(TinyLife.Objects.AgeGroup) name: GetDefaultPose(AgeGroup) @@ -10548,6 +10773,62 @@ references: name: Vector2 nameWithType: Vector2 fullName: Microsoft.Xna.Framework.Vector2 +- uid: TinyLife.Objects.PregnancyAbility + commentId: T:TinyLife.Objects.PregnancyAbility + parent: TinyLife.Objects + name: PregnancyAbility + nameWithType: PregnancyAbility + fullName: TinyLife.Objects.PregnancyAbility +- uid: Microsoft.Xna.Framework.Graphics.RenderTarget2D + commentId: T:Microsoft.Xna.Framework.Graphics.RenderTarget2D + parent: Microsoft.Xna.Framework.Graphics + isExternal: true + name: RenderTarget2D + nameWithType: RenderTarget2D + fullName: Microsoft.Xna.Framework.Graphics.RenderTarget2D +- uid: TinyLife.Objects.Person.Portrait* + commentId: Overload:TinyLife.Objects.Person.Portrait + name: Portrait + nameWithType: Person.Portrait + fullName: TinyLife.Objects.Person.Portrait +- uid: Microsoft.Xna.Framework.Graphics + commentId: N:Microsoft.Xna.Framework.Graphics + isExternal: true + name: Microsoft.Xna.Framework.Graphics + nameWithType: Microsoft.Xna.Framework.Graphics + fullName: Microsoft.Xna.Framework.Graphics + 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 + - name: . + - uid: Microsoft.Xna.Framework.Graphics + name: Graphics + 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 + - name: . + - uid: Microsoft.Xna.Framework.Graphics + name: Graphics + isExternal: true - uid: TinyLife.Objects.Person.IsMinorUpdateNow* commentId: Overload:TinyLife.Objects.Person.IsMinorUpdateNow name: IsMinorUpdateNow @@ -11221,14 +11502,24 @@ references: - name: . - uid: TinyLife.Objects.Person.RestoreNeedDelegate name: RestoreNeedDelegate -- uid: TinyLife.Objects.Person.#ctor* - commentId: Overload:TinyLife.Objects.Person.#ctor - name: Person - nameWithType: Person.Person - fullName: TinyLife.Objects.Person.Person - nameWithType.vb: Person.New - fullName.vb: TinyLife.Objects.Person.New - name.vb: New +- uid: TinyLife.Objects.Person.RelationshipChangeDelegate + commentId: T:TinyLife.Objects.Person.RelationshipChangeDelegate + parent: TinyLife.Objects + name: Person.RelationshipChangeDelegate + nameWithType: Person.RelationshipChangeDelegate + fullName: TinyLife.Objects.Person.RelationshipChangeDelegate + spec.csharp: + - uid: TinyLife.Objects.Person + name: Person + - name: . + - uid: TinyLife.Objects.Person.RelationshipChangeDelegate + name: RelationshipChangeDelegate + spec.vb: + - uid: TinyLife.Objects.Person + name: Person + - name: . + - uid: TinyLife.Objects.Person.RelationshipChangeDelegate + name: RelationshipChangeDelegate - uid: TinyLife.Objects.Person.Finalize* commentId: Overload:TinyLife.Objects.Person.Finalize name: ~Person @@ -12591,24 +12882,12 @@ references: name: Die nameWithType: Person.Die fullName: TinyLife.Objects.Person.Die -- uid: TinyLife.Objects.Person.DeathReason - commentId: T:TinyLife.Objects.Person.DeathReason +- uid: TinyLife.Objects.DeathReason + commentId: T:TinyLife.Objects.DeathReason parent: TinyLife.Objects - name: Person.DeathReason - nameWithType: Person.DeathReason - fullName: TinyLife.Objects.Person.DeathReason - spec.csharp: - - uid: TinyLife.Objects.Person - name: Person - - name: . - - uid: TinyLife.Objects.Person.DeathReason - name: DeathReason - spec.vb: - - uid: TinyLife.Objects.Person - name: Person - - name: . - - uid: TinyLife.Objects.Person.DeathReason - name: DeathReason + name: DeathReason + nameWithType: DeathReason + fullName: TinyLife.Objects.DeathReason - uid: TinyLife.Emotions.EmotionModifier commentId: T:TinyLife.Emotions.EmotionModifier parent: TinyLife.Emotions @@ -13266,16 +13545,6 @@ references: name: GoToExitRoad nameWithType: Person.GoToExitRoad fullName: TinyLife.Objects.Person.GoToExitRoad -- uid: TinyLife.Objects.Person.Portrait - commentId: F:TinyLife.Objects.Person.Portrait - name: Portrait - nameWithType: Person.Portrait - fullName: TinyLife.Objects.Person.Portrait -- uid: TinyLife.Objects.Person.UpdatePortraitIfDirty* - commentId: Overload:TinyLife.Objects.Person.UpdatePortraitIfDirty - name: UpdatePortraitIfDirty - nameWithType: Person.UpdatePortraitIfDirty - fullName: TinyLife.Objects.Person.UpdatePortraitIfDirty - uid: TinyLife.Objects.Person.GetAction* commentId: Overload:TinyLife.Objects.Person.GetAction name: GetAction @@ -13337,3 +13606,21 @@ references: name: Random nameWithType: Random fullName: System.Random +- uid: TinyLife.Objects.Person[] + isExternal: true + name: Person[] + nameWithType: Person[] + fullName: TinyLife.Objects.Person[] + nameWithType.vb: Person() + fullName.vb: TinyLife.Objects.Person() + name.vb: Person() + spec.csharp: + - uid: TinyLife.Objects.Person + name: Person + - name: '[' + - name: ']' + spec.vb: + - uid: TinyLife.Objects.Person + name: Person + - name: ( + - name: ) diff --git a/docs/api/TinyLife.Objects.Person.Pose.yml b/docs/api/TinyLife.Objects.Pose.yml similarity index 62% rename from docs/api/TinyLife.Objects.Person.Pose.yml rename to docs/api/TinyLife.Objects.Pose.yml index d34fb51..e153919 100644 --- a/docs/api/TinyLife.Objects.Person.Pose.yml +++ b/docs/api/TinyLife.Objects.Pose.yml @@ -1,27 +1,27 @@ ### YamlMime:ManagedReference items: -- uid: TinyLife.Objects.Person.Pose - commentId: T:TinyLife.Objects.Person.Pose - id: Person.Pose +- uid: TinyLife.Objects.Pose + commentId: T:TinyLife.Objects.Pose + id: Pose parent: TinyLife.Objects children: - - TinyLife.Objects.Person.Pose.Laying - - TinyLife.Objects.Person.Pose.Running - - TinyLife.Objects.Person.Pose.Sitting - - TinyLife.Objects.Person.Pose.SittingGround - - TinyLife.Objects.Person.Pose.Standing - - TinyLife.Objects.Person.Pose.StandingArmsOut - - TinyLife.Objects.Person.Pose.Walking - - TinyLife.Objects.Person.Pose.WalkingArmsOut - - TinyLife.Objects.Person.Pose.WorkingSitting - - TinyLife.Objects.Person.Pose.WorkingSittingGround - - TinyLife.Objects.Person.Pose.WorkingStanding + - TinyLife.Objects.Pose.Laying + - TinyLife.Objects.Pose.Running + - TinyLife.Objects.Pose.Sitting + - TinyLife.Objects.Pose.SittingGround + - TinyLife.Objects.Pose.Standing + - TinyLife.Objects.Pose.StandingArmsOut + - TinyLife.Objects.Pose.Walking + - TinyLife.Objects.Pose.WalkingArmsOut + - TinyLife.Objects.Pose.WorkingSitting + - TinyLife.Objects.Pose.WorkingSittingGround + - TinyLife.Objects.Pose.WorkingStanding langs: - csharp - vb - name: Person.Pose - nameWithType: Person.Pose - fullName: TinyLife.Objects.Person.Pose + name: Pose + nameWithType: Pose + fullName: TinyLife.Objects.Pose type: Enum source: remote: @@ -30,28 +30,28 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Pose path: ../TinyLife/Objects/Person.cs - startLine: 2867 + startLine: 2943 assemblies: - Tiny Life namespace: TinyLife.Objects summary: "\nAn enumeration that represents a set of poses that a can display\n" example: [] syntax: - content: public enum Person.Pose - content.vb: Public Enum Person.Pose + content: public enum Pose + content.vb: Public Enum Pose extensionMethods: - - TinyLife.Objects.Person.Pose.TinyLife.Utilities.Extensions.JsonCopy``1 - - TinyLife.Objects.Person.Pose.TinyLife.Utilities.Extensions.ToWorking -- uid: TinyLife.Objects.Person.Pose.Standing - commentId: F:TinyLife.Objects.Person.Pose.Standing + - TinyLife.Objects.Pose.TinyLife.Utilities.Extensions.JsonCopy``1 + - TinyLife.Objects.Pose.TinyLife.Utilities.Extensions.ToWorking +- uid: TinyLife.Objects.Pose.Standing + commentId: F:TinyLife.Objects.Pose.Standing id: Standing - parent: TinyLife.Objects.Person.Pose + parent: TinyLife.Objects.Pose langs: - csharp - vb name: Standing - nameWithType: Person.Pose.Standing - fullName: TinyLife.Objects.Person.Pose.Standing + nameWithType: Pose.Standing + fullName: TinyLife.Objects.Pose.Standing type: Field source: remote: @@ -60,7 +60,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Standing path: ../TinyLife/Objects/Person.cs - startLine: 2872 + startLine: 2948 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -69,17 +69,17 @@ items: syntax: content: Standing = 0 return: - type: TinyLife.Objects.Person.Pose -- uid: TinyLife.Objects.Person.Pose.Walking - commentId: F:TinyLife.Objects.Person.Pose.Walking + type: TinyLife.Objects.Pose +- uid: TinyLife.Objects.Pose.Walking + commentId: F:TinyLife.Objects.Pose.Walking id: Walking - parent: TinyLife.Objects.Person.Pose + parent: TinyLife.Objects.Pose langs: - csharp - vb name: Walking - nameWithType: Person.Pose.Walking - fullName: TinyLife.Objects.Person.Pose.Walking + nameWithType: Pose.Walking + fullName: TinyLife.Objects.Pose.Walking type: Field source: remote: @@ -88,7 +88,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Walking path: ../TinyLife/Objects/Person.cs - startLine: 2876 + startLine: 2952 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -97,17 +97,17 @@ items: syntax: content: Walking = 1 return: - type: TinyLife.Objects.Person.Pose -- uid: TinyLife.Objects.Person.Pose.Sitting - commentId: F:TinyLife.Objects.Person.Pose.Sitting + type: TinyLife.Objects.Pose +- uid: TinyLife.Objects.Pose.Sitting + commentId: F:TinyLife.Objects.Pose.Sitting id: Sitting - parent: TinyLife.Objects.Person.Pose + parent: TinyLife.Objects.Pose langs: - csharp - vb name: Sitting - nameWithType: Person.Pose.Sitting - fullName: TinyLife.Objects.Person.Pose.Sitting + nameWithType: Pose.Sitting + fullName: TinyLife.Objects.Pose.Sitting type: Field source: remote: @@ -116,7 +116,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Sitting path: ../TinyLife/Objects/Person.cs - startLine: 2880 + startLine: 2956 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -125,17 +125,17 @@ items: syntax: content: Sitting = 2 return: - type: TinyLife.Objects.Person.Pose -- uid: TinyLife.Objects.Person.Pose.Laying - commentId: F:TinyLife.Objects.Person.Pose.Laying + type: TinyLife.Objects.Pose +- uid: TinyLife.Objects.Pose.Laying + commentId: F:TinyLife.Objects.Pose.Laying id: Laying - parent: TinyLife.Objects.Person.Pose + parent: TinyLife.Objects.Pose langs: - csharp - vb name: Laying - nameWithType: Person.Pose.Laying - fullName: TinyLife.Objects.Person.Pose.Laying + nameWithType: Pose.Laying + fullName: TinyLife.Objects.Pose.Laying type: Field source: remote: @@ -144,7 +144,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Laying path: ../TinyLife/Objects/Person.cs - startLine: 2885 + startLine: 2961 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -153,17 +153,17 @@ items: syntax: content: Laying = 3 return: - type: TinyLife.Objects.Person.Pose -- uid: TinyLife.Objects.Person.Pose.SittingGround - commentId: F:TinyLife.Objects.Person.Pose.SittingGround + type: TinyLife.Objects.Pose +- uid: TinyLife.Objects.Pose.SittingGround + commentId: F:TinyLife.Objects.Pose.SittingGround id: SittingGround - parent: TinyLife.Objects.Person.Pose + parent: TinyLife.Objects.Pose langs: - csharp - vb name: SittingGround - nameWithType: Person.Pose.SittingGround - fullName: TinyLife.Objects.Person.Pose.SittingGround + nameWithType: Pose.SittingGround + fullName: TinyLife.Objects.Pose.SittingGround type: Field source: remote: @@ -172,7 +172,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SittingGround path: ../TinyLife/Objects/Person.cs - startLine: 2890 + startLine: 2966 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -181,17 +181,17 @@ items: syntax: content: SittingGround = 4 return: - type: TinyLife.Objects.Person.Pose -- uid: TinyLife.Objects.Person.Pose.WorkingStanding - commentId: F:TinyLife.Objects.Person.Pose.WorkingStanding + type: TinyLife.Objects.Pose +- uid: TinyLife.Objects.Pose.WorkingStanding + commentId: F:TinyLife.Objects.Pose.WorkingStanding id: WorkingStanding - parent: TinyLife.Objects.Person.Pose + parent: TinyLife.Objects.Pose langs: - csharp - vb name: WorkingStanding - nameWithType: Person.Pose.WorkingStanding - fullName: TinyLife.Objects.Person.Pose.WorkingStanding + nameWithType: Pose.WorkingStanding + fullName: TinyLife.Objects.Pose.WorkingStanding type: Field source: remote: @@ -200,7 +200,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: WorkingStanding path: ../TinyLife/Objects/Person.cs - startLine: 2894 + startLine: 2970 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -209,17 +209,17 @@ items: syntax: content: WorkingStanding = 5 return: - type: TinyLife.Objects.Person.Pose -- uid: TinyLife.Objects.Person.Pose.WorkingSitting - commentId: F:TinyLife.Objects.Person.Pose.WorkingSitting + type: TinyLife.Objects.Pose +- uid: TinyLife.Objects.Pose.WorkingSitting + commentId: F:TinyLife.Objects.Pose.WorkingSitting id: WorkingSitting - parent: TinyLife.Objects.Person.Pose + parent: TinyLife.Objects.Pose langs: - csharp - vb name: WorkingSitting - nameWithType: Person.Pose.WorkingSitting - fullName: TinyLife.Objects.Person.Pose.WorkingSitting + nameWithType: Pose.WorkingSitting + fullName: TinyLife.Objects.Pose.WorkingSitting type: Field source: remote: @@ -228,7 +228,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: WorkingSitting path: ../TinyLife/Objects/Person.cs - startLine: 2898 + startLine: 2974 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -237,17 +237,17 @@ items: syntax: content: WorkingSitting = 6 return: - type: TinyLife.Objects.Person.Pose -- uid: TinyLife.Objects.Person.Pose.WorkingSittingGround - commentId: F:TinyLife.Objects.Person.Pose.WorkingSittingGround + type: TinyLife.Objects.Pose +- uid: TinyLife.Objects.Pose.WorkingSittingGround + commentId: F:TinyLife.Objects.Pose.WorkingSittingGround id: WorkingSittingGround - parent: TinyLife.Objects.Person.Pose + parent: TinyLife.Objects.Pose langs: - csharp - vb name: WorkingSittingGround - nameWithType: Person.Pose.WorkingSittingGround - fullName: TinyLife.Objects.Person.Pose.WorkingSittingGround + nameWithType: Pose.WorkingSittingGround + fullName: TinyLife.Objects.Pose.WorkingSittingGround type: Field source: remote: @@ -256,7 +256,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: WorkingSittingGround path: ../TinyLife/Objects/Person.cs - startLine: 2902 + startLine: 2978 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -265,17 +265,17 @@ items: syntax: content: WorkingSittingGround = 7 return: - type: TinyLife.Objects.Person.Pose -- uid: TinyLife.Objects.Person.Pose.Running - commentId: F:TinyLife.Objects.Person.Pose.Running + type: TinyLife.Objects.Pose +- uid: TinyLife.Objects.Pose.Running + commentId: F:TinyLife.Objects.Pose.Running id: Running - parent: TinyLife.Objects.Person.Pose + parent: TinyLife.Objects.Pose langs: - csharp - vb name: Running - nameWithType: Person.Pose.Running - fullName: TinyLife.Objects.Person.Pose.Running + nameWithType: Pose.Running + fullName: TinyLife.Objects.Pose.Running type: Field source: remote: @@ -284,7 +284,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Running path: ../TinyLife/Objects/Person.cs - startLine: 2906 + startLine: 2982 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -293,17 +293,17 @@ items: syntax: content: Running = 8 return: - type: TinyLife.Objects.Person.Pose -- uid: TinyLife.Objects.Person.Pose.StandingArmsOut - commentId: F:TinyLife.Objects.Person.Pose.StandingArmsOut + type: TinyLife.Objects.Pose +- uid: TinyLife.Objects.Pose.StandingArmsOut + commentId: F:TinyLife.Objects.Pose.StandingArmsOut id: StandingArmsOut - parent: TinyLife.Objects.Person.Pose + parent: TinyLife.Objects.Pose langs: - csharp - vb name: StandingArmsOut - nameWithType: Person.Pose.StandingArmsOut - fullName: TinyLife.Objects.Person.Pose.StandingArmsOut + nameWithType: Pose.StandingArmsOut + fullName: TinyLife.Objects.Pose.StandingArmsOut type: Field source: remote: @@ -312,7 +312,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: StandingArmsOut path: ../TinyLife/Objects/Person.cs - startLine: 2910 + startLine: 2986 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -321,17 +321,17 @@ items: syntax: content: StandingArmsOut = 9 return: - type: TinyLife.Objects.Person.Pose -- uid: TinyLife.Objects.Person.Pose.WalkingArmsOut - commentId: F:TinyLife.Objects.Person.Pose.WalkingArmsOut + type: TinyLife.Objects.Pose +- uid: TinyLife.Objects.Pose.WalkingArmsOut + commentId: F:TinyLife.Objects.Pose.WalkingArmsOut id: WalkingArmsOut - parent: TinyLife.Objects.Person.Pose + parent: TinyLife.Objects.Pose langs: - csharp - vb name: WalkingArmsOut - nameWithType: Person.Pose.WalkingArmsOut - fullName: TinyLife.Objects.Person.Pose.WalkingArmsOut + nameWithType: Pose.WalkingArmsOut + fullName: TinyLife.Objects.Pose.WalkingArmsOut type: Field source: remote: @@ -340,14 +340,14 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: WalkingArmsOut path: ../TinyLife/Objects/Person.cs - startLine: 2911 + startLine: 2987 assemblies: - Tiny Life namespace: TinyLife.Objects syntax: content: WalkingArmsOut = 10 return: - type: TinyLife.Objects.Person.Pose + type: TinyLife.Objects.Pose references: - uid: TinyLife.Objects.Person commentId: T:TinyLife.Objects.Person @@ -372,59 +372,59 @@ references: - name: . - uid: TinyLife.Objects name: Objects -- uid: TinyLife.Objects.Person.Pose.TinyLife.Utilities.Extensions.JsonCopy``1 +- uid: TinyLife.Objects.Pose.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(Pose) - nameWithType: Extensions.JsonCopy(Person.Pose) - fullName: TinyLife.Utilities.Extensions.JsonCopy(TinyLife.Objects.Person.Pose) - nameWithType.vb: Extensions.JsonCopy(Of Person.Pose)(Person.Pose) - fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Objects.Person.Pose)(TinyLife.Objects.Person.Pose) + nameWithType: Extensions.JsonCopy(Pose) + fullName: TinyLife.Utilities.Extensions.JsonCopy(TinyLife.Objects.Pose) + nameWithType.vb: Extensions.JsonCopy(Of Pose)(Pose) + fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Objects.Pose)(TinyLife.Objects.Pose) name.vb: JsonCopy(Of Pose)(Pose) spec.csharp: - - uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Objects.Person.Pose) + - uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Objects.Pose) name: JsonCopy - name: < - - uid: TinyLife.Objects.Person.Pose + - uid: TinyLife.Objects.Pose name: Pose - name: '>' - name: ( - - uid: TinyLife.Objects.Person.Pose + - uid: TinyLife.Objects.Pose name: Pose - name: ) spec.vb: - - uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Objects.Person.Pose) + - uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Objects.Pose) name: JsonCopy - name: ( - name: Of - name: " " - - uid: TinyLife.Objects.Person.Pose + - uid: TinyLife.Objects.Pose name: Pose - name: ) - name: ( - - uid: TinyLife.Objects.Person.Pose + - uid: TinyLife.Objects.Pose name: Pose - name: ) -- uid: TinyLife.Objects.Person.Pose.TinyLife.Utilities.Extensions.ToWorking - commentId: M:TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Person.Pose) +- uid: TinyLife.Objects.Pose.TinyLife.Utilities.Extensions.ToWorking + commentId: M:TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Pose) parent: TinyLife.Utilities.Extensions - definition: TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Person.Pose) + definition: TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Pose) name: ToWorking(Pose) - nameWithType: Extensions.ToWorking(Person.Pose) - fullName: TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Person.Pose) + nameWithType: Extensions.ToWorking(Pose) + fullName: TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Pose) spec.csharp: - - uid: TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Person.Pose) + - uid: TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Pose) name: ToWorking - name: ( - - uid: TinyLife.Objects.Person.Pose + - uid: TinyLife.Objects.Pose name: Pose - name: ) spec.vb: - - uid: TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Person.Pose) + - uid: TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Pose) name: ToWorking - name: ( - - uid: TinyLife.Objects.Person.Pose + - uid: TinyLife.Objects.Pose name: Pose - name: ) - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) @@ -461,23 +461,23 @@ references: name: Extensions nameWithType: Extensions fullName: TinyLife.Utilities.Extensions -- uid: TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Person.Pose) - commentId: M:TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Person.Pose) +- uid: TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Pose) + commentId: M:TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Pose) name: ToWorking(Pose) - nameWithType: Extensions.ToWorking(Person.Pose) - fullName: TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Person.Pose) + nameWithType: Extensions.ToWorking(Pose) + fullName: TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Pose) spec.csharp: - - uid: TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Person.Pose) + - uid: TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Pose) name: ToWorking - name: ( - - uid: TinyLife.Objects.Person.Pose + - uid: TinyLife.Objects.Pose name: Pose - name: ) spec.vb: - - uid: TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Person.Pose) + - uid: TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Pose) name: ToWorking - name: ( - - uid: TinyLife.Objects.Person.Pose + - uid: TinyLife.Objects.Pose name: Pose - name: ) - uid: TinyLife.Utilities @@ -497,21 +497,9 @@ references: - name: . - uid: TinyLife.Utilities name: Utilities -- uid: TinyLife.Objects.Person.Pose - commentId: T:TinyLife.Objects.Person.Pose +- uid: TinyLife.Objects.Pose + commentId: T:TinyLife.Objects.Pose parent: TinyLife.Objects - name: Person.Pose - nameWithType: Person.Pose - fullName: TinyLife.Objects.Person.Pose - spec.csharp: - - uid: TinyLife.Objects.Person - name: Person - - name: . - - uid: TinyLife.Objects.Person.Pose - name: Pose - spec.vb: - - uid: TinyLife.Objects.Person - name: Person - - name: . - - uid: TinyLife.Objects.Person.Pose - name: Pose + name: Pose + nameWithType: Pose + fullName: TinyLife.Objects.Pose diff --git a/docs/api/TinyLife.Objects.PregnancyAbility.yml b/docs/api/TinyLife.Objects.PregnancyAbility.yml new file mode 100644 index 0000000..62dcc2c --- /dev/null +++ b/docs/api/TinyLife.Objects.PregnancyAbility.yml @@ -0,0 +1,220 @@ +### YamlMime:ManagedReference +items: +- uid: TinyLife.Objects.PregnancyAbility + commentId: T:TinyLife.Objects.PregnancyAbility + id: PregnancyAbility + parent: TinyLife.Objects + children: + - TinyLife.Objects.PregnancyAbility.GetOthersPregnant + - TinyLife.Objects.PregnancyAbility.GetPregnant + - TinyLife.Objects.PregnancyAbility.Neither + langs: + - csharp + - vb + name: PregnancyAbility + nameWithType: PregnancyAbility + fullName: TinyLife.Objects.PregnancyAbility + type: Enum + source: + remote: + path: TinyLife/Objects/Person.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: PregnancyAbility + path: ../TinyLife/Objects/Person.cs + startLine: 3105 + assemblies: + - Tiny Life + namespace: TinyLife.Objects + syntax: + content: public enum PregnancyAbility + content.vb: Public Enum PregnancyAbility + extensionMethods: + - TinyLife.Objects.PregnancyAbility.TinyLife.Utilities.Extensions.JsonCopy``1 +- uid: TinyLife.Objects.PregnancyAbility.Neither + commentId: F:TinyLife.Objects.PregnancyAbility.Neither + id: Neither + parent: TinyLife.Objects.PregnancyAbility + langs: + - csharp + - vb + name: Neither + nameWithType: PregnancyAbility.Neither + fullName: TinyLife.Objects.PregnancyAbility.Neither + type: Field + source: + remote: + path: TinyLife/Objects/Person.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: Neither + path: ../TinyLife/Objects/Person.cs + startLine: 3107 + assemblies: + - Tiny Life + namespace: TinyLife.Objects + syntax: + content: Neither = 0 + return: + type: TinyLife.Objects.PregnancyAbility +- uid: TinyLife.Objects.PregnancyAbility.GetOthersPregnant + commentId: F:TinyLife.Objects.PregnancyAbility.GetOthersPregnant + id: GetOthersPregnant + parent: TinyLife.Objects.PregnancyAbility + langs: + - csharp + - vb + name: GetOthersPregnant + nameWithType: PregnancyAbility.GetOthersPregnant + fullName: TinyLife.Objects.PregnancyAbility.GetOthersPregnant + type: Field + source: + remote: + path: TinyLife/Objects/Person.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: GetOthersPregnant + path: ../TinyLife/Objects/Person.cs + startLine: 3108 + assemblies: + - Tiny Life + namespace: TinyLife.Objects + syntax: + content: GetOthersPregnant = 1 + return: + type: TinyLife.Objects.PregnancyAbility +- uid: TinyLife.Objects.PregnancyAbility.GetPregnant + commentId: F:TinyLife.Objects.PregnancyAbility.GetPregnant + id: GetPregnant + parent: TinyLife.Objects.PregnancyAbility + langs: + - csharp + - vb + name: GetPregnant + nameWithType: PregnancyAbility.GetPregnant + fullName: TinyLife.Objects.PregnancyAbility.GetPregnant + type: Field + source: + remote: + path: TinyLife/Objects/Person.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: GetPregnant + path: ../TinyLife/Objects/Person.cs + startLine: 3109 + assemblies: + - Tiny Life + namespace: TinyLife.Objects + syntax: + content: GetPregnant = 2 + return: + type: TinyLife.Objects.PregnancyAbility +references: +- 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: TinyLife.Objects.PregnancyAbility.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(PregnancyAbility) + nameWithType: Extensions.JsonCopy(PregnancyAbility) + fullName: TinyLife.Utilities.Extensions.JsonCopy(TinyLife.Objects.PregnancyAbility) + nameWithType.vb: Extensions.JsonCopy(Of PregnancyAbility)(PregnancyAbility) + fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Objects.PregnancyAbility)(TinyLife.Objects.PregnancyAbility) + name.vb: JsonCopy(Of PregnancyAbility)(PregnancyAbility) + spec.csharp: + - uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Objects.PregnancyAbility) + name: JsonCopy + - name: < + - uid: TinyLife.Objects.PregnancyAbility + name: PregnancyAbility + - name: '>' + - name: ( + - uid: TinyLife.Objects.PregnancyAbility + name: PregnancyAbility + - name: ) + spec.vb: + - uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Objects.PregnancyAbility) + name: JsonCopy + - name: ( + - name: Of + - name: " " + - uid: TinyLife.Objects.PregnancyAbility + name: PregnancyAbility + - name: ) + - name: ( + - uid: TinyLife.Objects.PregnancyAbility + name: PregnancyAbility + - name: ) +- 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 + - name: < + - name: T + - name: '>' + - name: ( + - name: T + - name: ) + spec.vb: + - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) + name: JsonCopy + - name: ( + - name: Of + - name: " " + - name: T + - name: ) + - name: ( + - name: T + - name: ) +- uid: TinyLife.Utilities.Extensions + commentId: T:TinyLife.Utilities.Extensions + parent: TinyLife.Utilities + name: Extensions + nameWithType: Extensions + fullName: TinyLife.Utilities.Extensions +- uid: TinyLife.Utilities + commentId: N:TinyLife.Utilities + name: TinyLife.Utilities + nameWithType: TinyLife.Utilities + fullName: TinyLife.Utilities + spec.csharp: + - uid: TinyLife + name: TinyLife + - name: . + - uid: TinyLife.Utilities + name: Utilities + spec.vb: + - uid: TinyLife + name: TinyLife + - name: . + - uid: TinyLife.Utilities + name: Utilities +- uid: TinyLife.Objects.PregnancyAbility + commentId: T:TinyLife.Objects.PregnancyAbility + parent: TinyLife.Objects + name: PregnancyAbility + nameWithType: PregnancyAbility + fullName: TinyLife.Objects.PregnancyAbility diff --git a/docs/api/TinyLife.Objects.SpeakStyle.yml b/docs/api/TinyLife.Objects.SpeakStyle.yml index a15e41a..33cbdf0 100644 --- a/docs/api/TinyLife.Objects.SpeakStyle.yml +++ b/docs/api/TinyLife.Objects.SpeakStyle.yml @@ -35,7 +35,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SpeakStyle path: ../TinyLife/Objects/Person.cs - startLine: 3009 + startLine: 3064 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -74,7 +74,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Affirmative path: ../TinyLife/Objects/Person.cs - startLine: 3013 + startLine: 3068 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -100,7 +100,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Angry path: ../TinyLife/Objects/Person.cs - startLine: 3014 + startLine: 3069 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -126,7 +126,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Annoyed path: ../TinyLife/Objects/Person.cs - startLine: 3015 + startLine: 3070 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -152,7 +152,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Bored path: ../TinyLife/Objects/Person.cs - startLine: 3016 + startLine: 3071 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -178,7 +178,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Childish path: ../TinyLife/Objects/Person.cs - startLine: 3017 + startLine: 3072 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -204,7 +204,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Confident path: ../TinyLife/Objects/Person.cs - startLine: 3018 + startLine: 3073 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -230,7 +230,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Confused path: ../TinyLife/Objects/Person.cs - startLine: 3019 + startLine: 3074 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -256,7 +256,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Disagreeing path: ../TinyLife/Objects/Person.cs - startLine: 3020 + startLine: 3075 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -282,7 +282,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Excited path: ../TinyLife/Objects/Person.cs - startLine: 3021 + startLine: 3076 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -308,7 +308,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Happy path: ../TinyLife/Objects/Person.cs - startLine: 3022 + startLine: 3077 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -334,7 +334,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Neutral path: ../TinyLife/Objects/Person.cs - startLine: 3023 + startLine: 3078 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -360,7 +360,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Questioning path: ../TinyLife/Objects/Person.cs - startLine: 3024 + startLine: 3079 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -386,7 +386,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Sad path: ../TinyLife/Objects/Person.cs - startLine: 3025 + startLine: 3080 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -412,7 +412,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Scared path: ../TinyLife/Objects/Person.cs - startLine: 3026 + startLine: 3081 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -438,7 +438,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Shocked path: ../TinyLife/Objects/Person.cs - startLine: 3027 + startLine: 3082 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -464,7 +464,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Thinking path: ../TinyLife/Objects/Person.cs - startLine: 3028 + startLine: 3083 assemblies: - Tiny Life namespace: TinyLife.Objects diff --git a/docs/api/TinyLife.Objects.VoiceStyle.yml b/docs/api/TinyLife.Objects.VoiceStyle.yml index 4680c6b..85209a1 100644 --- a/docs/api/TinyLife.Objects.VoiceStyle.yml +++ b/docs/api/TinyLife.Objects.VoiceStyle.yml @@ -23,7 +23,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: VoiceStyle path: ../TinyLife/Objects/Person.cs - startLine: 3037 + startLine: 3092 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -52,7 +52,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Low path: ../TinyLife/Objects/Person.cs - startLine: 3040 + startLine: 3095 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -78,7 +78,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: High path: ../TinyLife/Objects/Person.cs - startLine: 3041 + startLine: 3096 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -104,7 +104,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Child path: ../TinyLife/Objects/Person.cs - startLine: 3042 + startLine: 3097 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -130,7 +130,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Baby path: ../TinyLife/Objects/Person.cs - startLine: 3044 + startLine: 3099 assemblies: - Tiny Life namespace: TinyLife.Objects diff --git a/docs/api/TinyLife.Objects.yml b/docs/api/TinyLife.Objects.yml index e32f85d..7164649 100644 --- a/docs/api/TinyLife.Objects.yml +++ b/docs/api/TinyLife.Objects.yml @@ -15,6 +15,7 @@ items: - TinyLife.Objects.ClothesLayer - TinyLife.Objects.CornerFurniture - TinyLife.Objects.CornerFurniture.Counter + - TinyLife.Objects.DeathReason - TinyLife.Objects.Fence - TinyLife.Objects.Fireplace - TinyLife.Objects.Food @@ -40,14 +41,15 @@ items: - TinyLife.Objects.Particle - TinyLife.Objects.Person - TinyLife.Objects.Person.ActionUpdateDelegate - - TinyLife.Objects.Person.DeathReason - TinyLife.Objects.Person.EfficiencyModifierDelegate - TinyLife.Objects.Person.EmotionModifiersChangedDelegate - TinyLife.Objects.Person.PassiveActionPriorityDelegate - - TinyLife.Objects.Person.Pose + - TinyLife.Objects.Person.RelationshipChangeDelegate - TinyLife.Objects.Person.RestoreNeedDelegate - TinyLife.Objects.Person.WalkSpeedDelegate - TinyLife.Objects.PersonAi + - TinyLife.Objects.Pose + - TinyLife.Objects.PregnancyAbility - TinyLife.Objects.ScreenObject - TinyLife.Objects.SpeakStyle - TinyLife.Objects.TrashBag @@ -424,42 +426,36 @@ references: - name: . - uid: TinyLife.Objects.Person.EmotionModifiersChangedDelegate name: EmotionModifiersChangedDelegate -- uid: TinyLife.Objects.Person.Pose - commentId: T:TinyLife.Objects.Person.Pose +- uid: TinyLife.Objects.Person.RelationshipChangeDelegate + commentId: T:TinyLife.Objects.Person.RelationshipChangeDelegate parent: TinyLife.Objects - name: Person.Pose - nameWithType: Person.Pose - fullName: TinyLife.Objects.Person.Pose + name: Person.RelationshipChangeDelegate + nameWithType: Person.RelationshipChangeDelegate + fullName: TinyLife.Objects.Person.RelationshipChangeDelegate spec.csharp: - uid: TinyLife.Objects.Person name: Person - name: . - - uid: TinyLife.Objects.Person.Pose - name: Pose + - uid: TinyLife.Objects.Person.RelationshipChangeDelegate + name: RelationshipChangeDelegate spec.vb: - uid: TinyLife.Objects.Person name: Person - name: . - - uid: TinyLife.Objects.Person.Pose - name: Pose -- uid: TinyLife.Objects.Person.DeathReason - commentId: T:TinyLife.Objects.Person.DeathReason + - uid: TinyLife.Objects.Person.RelationshipChangeDelegate + name: RelationshipChangeDelegate +- uid: TinyLife.Objects.Pose + commentId: T:TinyLife.Objects.Pose parent: TinyLife.Objects - name: Person.DeathReason - nameWithType: Person.DeathReason - fullName: TinyLife.Objects.Person.DeathReason - spec.csharp: - - uid: TinyLife.Objects.Person - name: Person - - name: . - - uid: TinyLife.Objects.Person.DeathReason - name: DeathReason - spec.vb: - - uid: TinyLife.Objects.Person - name: Person - - name: . - - uid: TinyLife.Objects.Person.DeathReason - name: DeathReason + name: Pose + nameWithType: Pose + fullName: TinyLife.Objects.Pose +- uid: TinyLife.Objects.DeathReason + commentId: T:TinyLife.Objects.DeathReason + parent: TinyLife.Objects + name: DeathReason + nameWithType: DeathReason + fullName: TinyLife.Objects.DeathReason - uid: TinyLife.Objects.AgeGroup commentId: T:TinyLife.Objects.AgeGroup parent: TinyLife.Objects @@ -484,6 +480,12 @@ references: name: VoiceStyle nameWithType: VoiceStyle fullName: TinyLife.Objects.VoiceStyle +- uid: TinyLife.Objects.PregnancyAbility + commentId: T:TinyLife.Objects.PregnancyAbility + parent: TinyLife.Objects + name: PregnancyAbility + nameWithType: PregnancyAbility + fullName: TinyLife.Objects.PregnancyAbility - uid: TinyLife.Objects.PersonAi commentId: T:TinyLife.Objects.PersonAi name: PersonAi diff --git a/docs/api/TinyLife.PersonalityType.TypeCategory.yml b/docs/api/TinyLife.PersonalityType.TypeCategory.yml index d4388c2..f61d3d7 100644 --- a/docs/api/TinyLife.PersonalityType.TypeCategory.yml +++ b/docs/api/TinyLife.PersonalityType.TypeCategory.yml @@ -22,7 +22,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TypeCategory path: ../TinyLife/PersonalityType.cs - startLine: 281 + startLine: 305 assemblies: - Tiny Life namespace: TinyLife @@ -51,7 +51,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Major path: ../TinyLife/PersonalityType.cs - startLine: 286 + startLine: 310 assemblies: - Tiny Life namespace: TinyLife @@ -79,7 +79,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Minor path: ../TinyLife/PersonalityType.cs - startLine: 290 + startLine: 314 assemblies: - Tiny Life namespace: TinyLife @@ -107,7 +107,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Hidden path: ../TinyLife/PersonalityType.cs - startLine: 295 + startLine: 319 assemblies: - Tiny Life namespace: TinyLife diff --git a/docs/api/TinyLife.PersonalityType.yml b/docs/api/TinyLife.PersonalityType.yml index 03d53cc..9dcaacd 100644 --- a/docs/api/TinyLife.PersonalityType.yml +++ b/docs/api/TinyLife.PersonalityType.yml @@ -6,6 +6,7 @@ items: parent: TinyLife children: - TinyLife.PersonalityType.#ctor(System.String,MLEM.Textures.TextureRegion) + - TinyLife.PersonalityType.AfraidOfStrangers - TinyLife.PersonalityType.AllowedAges - TinyLife.PersonalityType.Ambitious - TinyLife.PersonalityType.Aromantic @@ -16,6 +17,7 @@ items: - TinyLife.PersonalityType.CapableCarpenter - TinyLife.PersonalityType.Category - TinyLife.PersonalityType.CityNative + - TinyLife.PersonalityType.Clingy - TinyLife.PersonalityType.CommunicativeBaby - TinyLife.PersonalityType.ComputerAddict - TinyLife.PersonalityType.CreateInfoGroup(MLEM.Ui.Anchor,System.Single) @@ -23,12 +25,15 @@ items: - TinyLife.PersonalityType.Energetic - TinyLife.PersonalityType.Extroverted - TinyLife.PersonalityType.FamilyFocused + - TinyLife.PersonalityType.FastLearner + - TinyLife.PersonalityType.FillRandomly(TinyLife.Objects.Person,System.Random) - TinyLife.PersonalityType.Foodie - TinyLife.PersonalityType.FriendOfEveryone - TinyLife.PersonalityType.GymRat - TinyLife.PersonalityType.HatesChildren - TinyLife.PersonalityType.HouseholdHero - TinyLife.PersonalityType.Incompatible + - TinyLife.PersonalityType.Independent - TinyLife.PersonalityType.Introverted - TinyLife.PersonalityType.IsCompatible(TinyLife.PersonalityType) - TinyLife.PersonalityType.Lazy @@ -66,7 +71,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PersonalityType path: ../TinyLife/PersonalityType.cs - startLine: 25 + startLine: 26 assemblies: - Tiny Life namespace: TinyLife @@ -113,7 +118,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Types path: ../TinyLife/PersonalityType.cs - startLine: 35 + startLine: 36 assemblies: - Tiny Life namespace: TinyLife @@ -142,7 +147,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: MaxMajorsPerPerson path: ../TinyLife/PersonalityType.cs - startLine: 39 + startLine: 40 assemblies: - Tiny Life namespace: TinyLife @@ -171,7 +176,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Lazy path: ../TinyLife/PersonalityType.cs - startLine: 49 + startLine: 50 assemblies: - Tiny Life namespace: TinyLife @@ -198,7 +203,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Energetic path: ../TinyLife/PersonalityType.cs - startLine: 52 + startLine: 53 assemblies: - Tiny Life namespace: TinyLife @@ -225,7 +230,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Creative path: ../TinyLife/PersonalityType.cs - startLine: 56 + startLine: 57 assemblies: - Tiny Life namespace: TinyLife @@ -252,7 +257,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Likeable path: ../TinyLife/PersonalityType.cs - startLine: 59 + startLine: 60 assemblies: - Tiny Life namespace: TinyLife @@ -279,7 +284,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Mean path: ../TinyLife/PersonalityType.cs - startLine: 62 + startLine: 63 assemblies: - Tiny Life namespace: TinyLife @@ -306,7 +311,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Ambitious path: ../TinyLife/PersonalityType.cs - startLine: 66 + startLine: 67 assemblies: - Tiny Life namespace: TinyLife @@ -333,7 +338,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Thinker path: ../TinyLife/PersonalityType.cs - startLine: 70 + startLine: 71 assemblies: - Tiny Life namespace: TinyLife @@ -360,7 +365,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Introverted path: ../TinyLife/PersonalityType.cs - startLine: 73 + startLine: 74 assemblies: - Tiny Life namespace: TinyLife @@ -387,7 +392,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Extroverted path: ../TinyLife/PersonalityType.cs - startLine: 74 + startLine: 75 assemblies: - Tiny Life namespace: TinyLife @@ -414,7 +419,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: FamilyFocused path: ../TinyLife/PersonalityType.cs - startLine: 78 + startLine: 79 assemblies: - Tiny Life namespace: TinyLife @@ -441,7 +446,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Foodie path: ../TinyLife/PersonalityType.cs - startLine: 83 + startLine: 84 assemblies: - Tiny Life namespace: TinyLife @@ -468,7 +473,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Outdoorsy path: ../TinyLife/PersonalityType.cs - startLine: 86 + startLine: 87 assemblies: - Tiny Life namespace: TinyLife @@ -495,7 +500,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Techie path: ../TinyLife/PersonalityType.cs - startLine: 87 + startLine: 88 assemblies: - Tiny Life namespace: TinyLife @@ -522,7 +527,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Thrifty path: ../TinyLife/PersonalityType.cs - startLine: 91 + startLine: 92 assemblies: - Tiny Life namespace: TinyLife @@ -531,6 +536,114 @@ items: return: type: TinyLife.PersonalityType content.vb: Public Shared ReadOnly Thrifty As PersonalityType +- uid: TinyLife.PersonalityType.Independent + commentId: F:TinyLife.PersonalityType.Independent + id: Independent + parent: TinyLife.PersonalityType + langs: + - csharp + - vb + name: Independent + nameWithType: PersonalityType.Independent + fullName: TinyLife.PersonalityType.Independent + type: Field + source: + remote: + path: TinyLife/PersonalityType.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: Independent + path: ../TinyLife/PersonalityType.cs + startLine: 97 + assemblies: + - Tiny Life + namespace: TinyLife + syntax: + content: public static readonly PersonalityType Independent + return: + type: TinyLife.PersonalityType + content.vb: Public Shared ReadOnly Independent As PersonalityType +- uid: TinyLife.PersonalityType.FastLearner + commentId: F:TinyLife.PersonalityType.FastLearner + id: FastLearner + parent: TinyLife.PersonalityType + langs: + - csharp + - vb + name: FastLearner + nameWithType: PersonalityType.FastLearner + fullName: TinyLife.PersonalityType.FastLearner + type: Field + source: + remote: + path: TinyLife/PersonalityType.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: FastLearner + path: ../TinyLife/PersonalityType.cs + startLine: 101 + assemblies: + - Tiny Life + namespace: TinyLife + syntax: + content: public static readonly PersonalityType FastLearner + return: + type: TinyLife.PersonalityType + content.vb: Public Shared ReadOnly FastLearner As PersonalityType +- uid: TinyLife.PersonalityType.Clingy + commentId: F:TinyLife.PersonalityType.Clingy + id: Clingy + parent: TinyLife.PersonalityType + langs: + - csharp + - vb + name: Clingy + nameWithType: PersonalityType.Clingy + fullName: TinyLife.PersonalityType.Clingy + type: Field + source: + remote: + path: TinyLife/PersonalityType.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: Clingy + path: ../TinyLife/PersonalityType.cs + startLine: 105 + assemblies: + - Tiny Life + namespace: TinyLife + syntax: + content: public static readonly PersonalityType Clingy + return: + type: TinyLife.PersonalityType + content.vb: Public Shared ReadOnly Clingy As PersonalityType +- uid: TinyLife.PersonalityType.AfraidOfStrangers + commentId: F:TinyLife.PersonalityType.AfraidOfStrangers + id: AfraidOfStrangers + parent: TinyLife.PersonalityType + langs: + - csharp + - vb + name: AfraidOfStrangers + nameWithType: PersonalityType.AfraidOfStrangers + fullName: TinyLife.PersonalityType.AfraidOfStrangers + type: Field + source: + remote: + path: TinyLife/PersonalityType.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: AfraidOfStrangers + path: ../TinyLife/PersonalityType.cs + startLine: 109 + assemblies: + - Tiny Life + namespace: TinyLife + syntax: + content: public static readonly PersonalityType AfraidOfStrangers + return: + type: TinyLife.PersonalityType + content.vb: Public Shared ReadOnly AfraidOfStrangers As PersonalityType - uid: TinyLife.PersonalityType.Asexual commentId: F:TinyLife.PersonalityType.Asexual id: Asexual @@ -549,7 +662,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Asexual path: ../TinyLife/PersonalityType.cs - startLine: 97 + startLine: 116 assemblies: - Tiny Life namespace: TinyLife @@ -576,7 +689,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Aromantic path: ../TinyLife/PersonalityType.cs - startLine: 101 + startLine: 120 assemblies: - Tiny Life namespace: TinyLife @@ -603,7 +716,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: HatesChildren path: ../TinyLife/PersonalityType.cs - startLine: 105 + startLine: 124 assemblies: - Tiny Life namespace: TinyLife @@ -630,7 +743,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Pescetarian path: ../TinyLife/PersonalityType.cs - startLine: 109 + startLine: 128 assemblies: - Tiny Life namespace: TinyLife @@ -657,7 +770,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Vegetarian path: ../TinyLife/PersonalityType.cs - startLine: 113 + startLine: 132 assemblies: - Tiny Life namespace: TinyLife @@ -684,7 +797,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Vegan path: ../TinyLife/PersonalityType.cs - startLine: 117 + startLine: 136 assemblies: - Tiny Life namespace: TinyLife @@ -711,7 +824,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: MasterChef path: ../TinyLife/PersonalityType.cs - startLine: 123 + startLine: 142 assemblies: - Tiny Life namespace: TinyLife @@ -738,7 +851,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SmartKid path: ../TinyLife/PersonalityType.cs - startLine: 126 + startLine: 145 assemblies: - Tiny Life namespace: TinyLife @@ -765,7 +878,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GymRat path: ../TinyLife/PersonalityType.cs - startLine: 130 + startLine: 149 assemblies: - Tiny Life namespace: TinyLife @@ -792,7 +905,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: HouseholdHero path: ../TinyLife/PersonalityType.cs - startLine: 133 + startLine: 152 assemblies: - Tiny Life namespace: TinyLife @@ -819,7 +932,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ComputerAddict path: ../TinyLife/PersonalityType.cs - startLine: 136 + startLine: 155 assemblies: - Tiny Life namespace: TinyLife @@ -846,7 +959,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: FriendOfEveryone path: ../TinyLife/PersonalityType.cs - startLine: 139 + startLine: 158 assemblies: - Tiny Life namespace: TinyLife @@ -873,7 +986,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Millionaire path: ../TinyLife/PersonalityType.cs - startLine: 143 + startLine: 162 assemblies: - Tiny Life namespace: TinyLife @@ -900,7 +1013,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CapableCarpenter path: ../TinyLife/PersonalityType.cs - startLine: 146 + startLine: 165 assemblies: - Tiny Life namespace: TinyLife @@ -927,7 +1040,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PerfectPainter path: ../TinyLife/PersonalityType.cs - startLine: 149 + startLine: 168 assemblies: - Tiny Life namespace: TinyLife @@ -954,7 +1067,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CityNative path: ../TinyLife/PersonalityType.cs - startLine: 152 + startLine: 171 assemblies: - Tiny Life namespace: TinyLife @@ -981,7 +1094,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ReadBaby path: ../TinyLife/PersonalityType.cs - startLine: 155 + startLine: 174 assemblies: - Tiny Life namespace: TinyLife @@ -1008,7 +1121,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CommunicativeBaby path: ../TinyLife/PersonalityType.cs - startLine: 158 + startLine: 177 assemblies: - Tiny Life namespace: TinyLife @@ -1035,7 +1148,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Name path: ../TinyLife/PersonalityType.cs - startLine: 167 + startLine: 186 assemblies: - Tiny Life namespace: TinyLife @@ -1064,7 +1177,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Texture path: ../TinyLife/PersonalityType.cs - startLine: 171 + startLine: 190 assemblies: - Tiny Life namespace: TinyLife @@ -1093,7 +1206,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Incompatible path: ../TinyLife/PersonalityType.cs - startLine: 176 + startLine: 195 assemblies: - Tiny Life namespace: TinyLife @@ -1124,7 +1237,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: BoostedSkills path: ../TinyLife/PersonalityType.cs - startLine: 183 + startLine: 202 assemblies: - Tiny Life namespace: TinyLife @@ -1158,7 +1271,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: BoostedSkillTypes path: ../TinyLife/PersonalityType.cs - startLine: 190 + startLine: 209 assemblies: - Tiny Life namespace: TinyLife @@ -1192,11 +1305,11 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AllowedAges path: ../TinyLife/PersonalityType.cs - startLine: 195 + startLine: 214 assemblies: - Tiny Life namespace: TinyLife - summary: "\nA set of age group flags that represent people of which ages can have this personality type.\nThis value defaults to ~0, or all ages.\n" + summary: "\nA set of age group flags that represent people of which ages can have this personality type.\nThis value defaults to all ages except babies.\n" example: [] syntax: content: public AgeGroup AllowedAges { get; init; } @@ -1223,7 +1336,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Category path: ../TinyLife/PersonalityType.cs - startLine: 199 + startLine: 218 assemblies: - Tiny Life namespace: TinyLife @@ -1254,7 +1367,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SourceString path: ../TinyLife/PersonalityType.cs - startLine: 201 + startLine: 220 assemblies: - Tiny Life namespace: TinyLife @@ -1287,7 +1400,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: .ctor path: ../TinyLife/PersonalityType.cs - startLine: 208 + startLine: 227 assemblies: - Tiny Life namespace: TinyLife @@ -1325,7 +1438,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IsCompatible path: ../TinyLife/PersonalityType.cs - startLine: 218 + startLine: 237 assemblies: - Tiny Life namespace: TinyLife @@ -1360,7 +1473,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CanApply path: ../TinyLife/PersonalityType.cs - startLine: 228 + startLine: 247 assemblies: - Tiny Life namespace: TinyLife @@ -1395,7 +1508,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CreateInfoGroup path: ../TinyLife/PersonalityType.cs - startLine: 240 + startLine: 259 assemblies: - Tiny Life namespace: TinyLife @@ -1436,7 +1549,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Register path: ../TinyLife/PersonalityType.cs - startLine: 255 + startLine: 274 assemblies: - Tiny Life namespace: TinyLife @@ -1453,6 +1566,37 @@ items: description: The personality type, for chaining content.vb: Public Shared Function Register(type As PersonalityType) As PersonalityType overload: TinyLife.PersonalityType.Register* +- uid: TinyLife.PersonalityType.FillRandomly(TinyLife.Objects.Person,System.Random) + commentId: M:TinyLife.PersonalityType.FillRandomly(TinyLife.Objects.Person,System.Random) + id: FillRandomly(TinyLife.Objects.Person,System.Random) + parent: TinyLife.PersonalityType + langs: + - csharp + - vb + name: FillRandomly(Person, Random) + nameWithType: PersonalityType.FillRandomly(Person, Random) + fullName: TinyLife.PersonalityType.FillRandomly(TinyLife.Objects.Person, System.Random) + type: Method + source: + remote: + path: TinyLife/PersonalityType.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: FillRandomly + path: ../TinyLife/PersonalityType.cs + startLine: 280 + assemblies: + - Tiny Life + namespace: TinyLife + syntax: + content: public static void FillRandomly(Person person, Random random) + parameters: + - id: person + type: TinyLife.Objects.Person + - id: random + type: System.Random + content.vb: Public Shared Sub FillRandomly(person As Person, random As Random) + overload: TinyLife.PersonalityType.FillRandomly* references: - uid: TinyLife.Objects.Person commentId: T:TinyLife.Objects.Person @@ -2598,3 +2742,16 @@ references: name: Register nameWithType: PersonalityType.Register fullName: TinyLife.PersonalityType.Register +- uid: TinyLife.PersonalityType.FillRandomly* + commentId: Overload:TinyLife.PersonalityType.FillRandomly + name: FillRandomly + nameWithType: PersonalityType.FillRandomly + fullName: TinyLife.PersonalityType.FillRandomly +- uid: System.Random + commentId: T:System.Random + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.random + name: Random + nameWithType: Random + fullName: System.Random diff --git a/docs/api/TinyLife.Relationship.yml b/docs/api/TinyLife.Relationship.yml index 4df7a0c..4688132 100644 --- a/docs/api/TinyLife.Relationship.yml +++ b/docs/api/TinyLife.Relationship.yml @@ -8,7 +8,7 @@ items: - TinyLife.Relationship.AddRecentSocial(TinyLife.Actions.ActionType) - TinyLife.Relationship.CreatePanel(TinyLife.Objects.Person,TinyLife.Objects.Person,TinyLife.Relationship,Microsoft.Xna.Framework.Vector2) - TinyLife.Relationship.Dating - - TinyLife.Relationship.DisplayString + - TinyLife.Relationship.FriendDisplayString - TinyLife.Relationship.FriendLevel - TinyLife.Relationship.FriendPercentage - TinyLife.Relationship.Genealogy @@ -27,10 +27,12 @@ items: - TinyLife.Relationship.PassiveRomanceReduction - TinyLife.Relationship.PopulateTooltip(TinyLife.Objects.Person,TinyLife.Objects.Person,TinyLife.Relationship,MLEM.Ui.Elements.Tooltip) - TinyLife.Relationship.ResetToStatic(System.Boolean,System.Boolean) + - TinyLife.Relationship.RomanceDisplayString - TinyLife.Relationship.RomanceLevel - TinyLife.Relationship.RomancePercentage - TinyLife.Relationship.RomanceType - TinyLife.Relationship.SetGenealogy(TinyLife.GenealogyType,System.Boolean) + - TinyLife.Relationship.TryingForBaby - TinyLife.Relationship.Type - TinyLife.Relationship.Validate(TinyLife.Objects.Person) langs: @@ -47,7 +49,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Relationship path: ../TinyLife/Relationship.cs - startLine: 24 + startLine: 25 assemblies: - Tiny Life namespace: TinyLife @@ -103,7 +105,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnRelationshipPanel path: ../TinyLife/Relationship.cs - startLine: 31 + startLine: 32 assemblies: - Tiny Life namespace: TinyLife @@ -132,7 +134,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnRelationshipTooltip path: ../TinyLife/Relationship.cs - startLine: 36 + startLine: 37 assemblies: - Tiny Life namespace: TinyLife @@ -161,7 +163,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Max path: ../TinyLife/Relationship.cs - startLine: 41 + startLine: 42 assemblies: - Tiny Life namespace: TinyLife @@ -190,7 +192,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PassiveFriendReduction path: ../TinyLife/Relationship.cs - startLine: 45 + startLine: 46 assemblies: - Tiny Life namespace: TinyLife @@ -219,7 +221,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PassiveRomanceReduction path: ../TinyLife/Relationship.cs - startLine: 49 + startLine: 50 assemblies: - Tiny Life namespace: TinyLife @@ -248,7 +250,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: MaxRecentSocialsAmount path: ../TinyLife/Relationship.cs - startLine: 54 + startLine: 55 assemblies: - Tiny Life namespace: TinyLife @@ -277,7 +279,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: KnownPersonalityTypes path: ../TinyLife/Relationship.cs - startLine: 61 + startLine: 62 assemblies: - Tiny Life namespace: TinyLife @@ -316,7 +318,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OtherPerson path: ../TinyLife/Relationship.cs - startLine: 67 + startLine: 68 assemblies: - Tiny Life namespace: TinyLife @@ -357,7 +359,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Partner path: ../TinyLife/Relationship.cs - startLine: 73 + startLine: 74 assemblies: - Tiny Life namespace: TinyLife @@ -388,11 +390,11 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: FriendLevel path: ../TinyLife/Relationship.cs - startLine: 78 + startLine: 80 assemblies: - Tiny Life namespace: TinyLife - summary: "\nThe current amount of friendship points (out of ) that this relationship has.\nThis value is automatically clamped between - and .\n" + summary: "\nThe current amount of friendship points (out of ) that this relationship has.\nThis value is automatically clamped between - and .\nTo take skills, personalities and more into account, use .\n" example: [] syntax: content: public float FriendLevel { get; set; } @@ -419,11 +421,11 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RomanceLevel path: ../TinyLife/Relationship.cs - startLine: 87 + startLine: 90 assemblies: - Tiny Life namespace: TinyLife - summary: "\nThe current amount of romance points (out of ) that this relationship has.\nThis value is automatically clamped between 0 and .\nNote that, for aromantic people, getting and setting this value always gets and sets instead.\n" + summary: "\nThe current amount of romance points (out of ) that this relationship has.\nThis value is automatically clamped between 0 and .\nTo take skills, personalities and more into account, use .\nNote that, for aromantic people, getting and setting this value always gets and sets instead.\n" example: [] syntax: content: public float RomanceLevel { get; set; } @@ -450,7 +452,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: FriendPercentage path: ../TinyLife/Relationship.cs - startLine: 100 + startLine: 103 assemblies: - Tiny Life namespace: TinyLife @@ -481,7 +483,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RomancePercentage path: ../TinyLife/Relationship.cs - startLine: 104 + startLine: 107 assemblies: - Tiny Life namespace: TinyLife @@ -512,7 +514,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Type path: ../TinyLife/Relationship.cs - startLine: 108 + startLine: 111 assemblies: - Tiny Life namespace: TinyLife @@ -543,7 +545,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RomanceType path: ../TinyLife/Relationship.cs - startLine: 125 + startLine: 128 assemblies: - Tiny Life namespace: TinyLife @@ -554,37 +556,68 @@ items: type: TinyLife.RomanceType content.vb: Public Property RomanceType As RomanceType overload: TinyLife.Relationship.RomanceType* -- uid: TinyLife.Relationship.DisplayString - commentId: P:TinyLife.Relationship.DisplayString - id: DisplayString +- uid: TinyLife.Relationship.FriendDisplayString + commentId: P:TinyLife.Relationship.FriendDisplayString + id: FriendDisplayString parent: TinyLife.Relationship langs: - csharp - vb - name: DisplayString - nameWithType: Relationship.DisplayString - fullName: TinyLife.Relationship.DisplayString + name: FriendDisplayString + nameWithType: Relationship.FriendDisplayString + fullName: TinyLife.Relationship.FriendDisplayString type: Property source: remote: path: TinyLife/Relationship.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DisplayString + id: FriendDisplayString path: ../TinyLife/Relationship.cs - startLine: 144 + startLine: 146 assemblies: - Tiny Life namespace: TinyLife - summary: "\nAn (unlocalized) string that represents a written version of this relationship's status.\nIf is true, the string "Dating" will be returned. Otherwise, or is returned as a string.\n" + summary: "\nAn (unlocalized) string that represents a written version of this relationship's status.\n" example: [] syntax: - content: public string DisplayString { get; } + content: public string FriendDisplayString { get; } parameters: [] return: type: System.String - content.vb: Public ReadOnly Property DisplayString As String - overload: TinyLife.Relationship.DisplayString* + content.vb: Public ReadOnly Property FriendDisplayString As String + overload: TinyLife.Relationship.FriendDisplayString* +- uid: TinyLife.Relationship.RomanceDisplayString + commentId: P:TinyLife.Relationship.RomanceDisplayString + id: RomanceDisplayString + parent: TinyLife.Relationship + langs: + - csharp + - vb + name: RomanceDisplayString + nameWithType: Relationship.RomanceDisplayString + fullName: TinyLife.Relationship.RomanceDisplayString + type: Property + source: + remote: + path: TinyLife/Relationship.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: RomanceDisplayString + path: ../TinyLife/Relationship.cs + startLine: 150 + assemblies: + - Tiny Life + namespace: TinyLife + summary: "\nAn (unlocalized) string that represents a written version of this relationship's status.\n" + example: [] + syntax: + content: public string RomanceDisplayString { get; } + parameters: [] + return: + type: System.String + content.vb: Public ReadOnly Property RomanceDisplayString As String + overload: TinyLife.Relationship.RomanceDisplayString* - uid: TinyLife.Relationship.Genealogy commentId: P:TinyLife.Relationship.Genealogy id: Genealogy @@ -603,7 +636,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Genealogy path: ../TinyLife/Relationship.cs - startLine: 158 + startLine: 156 assemblies: - Tiny Life namespace: TinyLife @@ -644,7 +677,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Dating path: ../TinyLife/Relationship.cs - startLine: 164 + startLine: 162 assemblies: - Tiny Life namespace: TinyLife @@ -683,7 +716,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: HadFirstKiss path: ../TinyLife/Relationship.cs - startLine: 169 + startLine: 167 assemblies: - Tiny Life namespace: TinyLife @@ -722,7 +755,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: KnownJobType path: ../TinyLife/Relationship.cs - startLine: 171 + startLine: 169 assemblies: - Tiny Life namespace: TinyLife @@ -741,6 +774,47 @@ items: - type: System.Runtime.Serialization.DataMemberAttribute ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor arguments: [] +- uid: TinyLife.Relationship.TryingForBaby + commentId: F:TinyLife.Relationship.TryingForBaby + id: TryingForBaby + parent: TinyLife.Relationship + langs: + - csharp + - vb + name: TryingForBaby + nameWithType: Relationship.TryingForBaby + fullName: TinyLife.Relationship.TryingForBaby + type: Field + source: + remote: + path: TinyLife/Relationship.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: TryingForBaby + path: ../TinyLife/Relationship.cs + startLine: 173 + assemblies: + - Tiny Life + namespace: TinyLife + syntax: + content: >- + [DataMember(EmitDefaultValue = false)] + + public bool TryingForBaby + return: + type: System.Boolean + content.vb: >- + + + Public TryingForBaby As Boolean + attributes: + - type: System.Runtime.Serialization.DataMemberAttribute + ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor + arguments: [] + namedArguments: + - name: EmitDefaultValue + type: System.Boolean + value: false - uid: TinyLife.Relationship.GetSocialEffectiveness(TinyLife.Actions.ActionType) commentId: M:TinyLife.Relationship.GetSocialEffectiveness(TinyLife.Actions.ActionType) id: GetSocialEffectiveness(TinyLife.Actions.ActionType) @@ -759,7 +833,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetSocialEffectiveness path: ../TinyLife/Relationship.cs - startLine: 193 + startLine: 196 assemblies: - Tiny Life namespace: TinyLife @@ -794,7 +868,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetRecentSocialAmount path: ../TinyLife/Relationship.cs - startLine: 203 + startLine: 206 assemblies: - Tiny Life namespace: TinyLife @@ -829,7 +903,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AddRecentSocial path: ../TinyLife/Relationship.cs - startLine: 213 + startLine: 216 assemblies: - Tiny Life namespace: TinyLife @@ -861,7 +935,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Validate path: ../TinyLife/Relationship.cs - startLine: 224 + startLine: 227 assemblies: - Tiny Life namespace: TinyLife @@ -893,7 +967,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ResetToStatic path: ../TinyLife/Relationship.cs - startLine: 239 + startLine: 242 assemblies: - Tiny Life namespace: TinyLife @@ -931,7 +1005,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SetGenealogy path: ../TinyLife/Relationship.cs - startLine: 269 + startLine: 272 assemblies: - Tiny Life namespace: TinyLife @@ -969,7 +1043,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CreatePanel path: ../TinyLife/Relationship.cs - startLine: 308 + startLine: 311 assemblies: - Tiny Life namespace: TinyLife @@ -1013,7 +1087,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PopulateTooltip path: ../TinyLife/Relationship.cs - startLine: 346 + startLine: 356 assemblies: - Tiny Life namespace: TinyLife @@ -2142,11 +2216,83 @@ references: name: Partner nameWithType: Relationship.Partner fullName: TinyLife.Relationship.Partner +- uid: TinyLife.Objects.Person.ChangeFriendship(TinyLife.Objects.Person,System.Single) + commentId: M:TinyLife.Objects.Person.ChangeFriendship(TinyLife.Objects.Person,System.Single) + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + name: ChangeFriendship(Person, float) + nameWithType: Person.ChangeFriendship(Person, float) + fullName: TinyLife.Objects.Person.ChangeFriendship(TinyLife.Objects.Person, float) + nameWithType.vb: Person.ChangeFriendship(Person, Single) + fullName.vb: TinyLife.Objects.Person.ChangeFriendship(TinyLife.Objects.Person, Single) + name.vb: ChangeFriendship(Person, Single) + spec.csharp: + - uid: TinyLife.Objects.Person.ChangeFriendship(TinyLife.Objects.Person,System.Single) + name: ChangeFriendship + - name: ( + - uid: TinyLife.Objects.Person + name: Person + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ) + spec.vb: + - uid: TinyLife.Objects.Person.ChangeFriendship(TinyLife.Objects.Person,System.Single) + name: ChangeFriendship + - name: ( + - uid: TinyLife.Objects.Person + name: Person + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ) - uid: TinyLife.Relationship.FriendLevel* commentId: Overload:TinyLife.Relationship.FriendLevel name: FriendLevel nameWithType: Relationship.FriendLevel fullName: TinyLife.Relationship.FriendLevel +- uid: TinyLife.Objects.Person.ChangeRomance(TinyLife.Objects.Person,System.Single) + commentId: M:TinyLife.Objects.Person.ChangeRomance(TinyLife.Objects.Person,System.Single) + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + name: ChangeRomance(Person, float) + nameWithType: Person.ChangeRomance(Person, float) + fullName: TinyLife.Objects.Person.ChangeRomance(TinyLife.Objects.Person, float) + nameWithType.vb: Person.ChangeRomance(Person, Single) + fullName.vb: TinyLife.Objects.Person.ChangeRomance(TinyLife.Objects.Person, Single) + name.vb: ChangeRomance(Person, Single) + spec.csharp: + - uid: TinyLife.Objects.Person.ChangeRomance(TinyLife.Objects.Person,System.Single) + name: ChangeRomance + - name: ( + - uid: TinyLife.Objects.Person + name: Person + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ) + spec.vb: + - uid: TinyLife.Objects.Person.ChangeRomance(TinyLife.Objects.Person,System.Single) + name: ChangeRomance + - name: ( + - uid: TinyLife.Objects.Person + name: Person + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ) - uid: TinyLife.Relationship.RomanceLevel* commentId: Overload:TinyLife.Relationship.RomanceLevel name: RomanceLevel @@ -2184,26 +2330,16 @@ references: name: RomanceType nameWithType: RomanceType fullName: TinyLife.RomanceType -- uid: TinyLife.Relationship.Dating - commentId: F:TinyLife.Relationship.Dating - name: Dating - nameWithType: Relationship.Dating - fullName: TinyLife.Relationship.Dating -- uid: TinyLife.Relationship.RomanceType - commentId: P:TinyLife.Relationship.RomanceType - name: RomanceType - nameWithType: Relationship.RomanceType - fullName: TinyLife.Relationship.RomanceType - uid: TinyLife.Relationship.Type commentId: P:TinyLife.Relationship.Type name: Type nameWithType: Relationship.Type fullName: TinyLife.Relationship.Type -- uid: TinyLife.Relationship.DisplayString* - commentId: Overload:TinyLife.Relationship.DisplayString - name: DisplayString - nameWithType: Relationship.DisplayString - fullName: TinyLife.Relationship.DisplayString +- uid: TinyLife.Relationship.FriendDisplayString* + commentId: Overload:TinyLife.Relationship.FriendDisplayString + name: FriendDisplayString + nameWithType: Relationship.FriendDisplayString + fullName: TinyLife.Relationship.FriendDisplayString - uid: System.String commentId: T:System.String parent: System @@ -2215,6 +2351,16 @@ references: nameWithType.vb: String fullName.vb: String name.vb: String +- uid: TinyLife.Relationship.RomanceType + commentId: P:TinyLife.Relationship.RomanceType + name: RomanceType + nameWithType: Relationship.RomanceType + fullName: TinyLife.Relationship.RomanceType +- uid: TinyLife.Relationship.RomanceDisplayString* + commentId: Overload:TinyLife.Relationship.RomanceDisplayString + name: RomanceDisplayString + nameWithType: Relationship.RomanceDisplayString + fullName: TinyLife.Relationship.RomanceDisplayString - uid: TinyLife.GenealogyType commentId: T:TinyLife.GenealogyType parent: TinyLife diff --git a/docs/api/TinyLife.RelationshipType.yml b/docs/api/TinyLife.RelationshipType.yml index 5496fa7..2464987 100644 --- a/docs/api/TinyLife.RelationshipType.yml +++ b/docs/api/TinyLife.RelationshipType.yml @@ -24,7 +24,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RelationshipType path: ../TinyLife/Relationship.cs - startLine: 388 + startLine: 398 assemblies: - Tiny Life namespace: TinyLife @@ -53,7 +53,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Enemies path: ../TinyLife/Relationship.cs - startLine: 393 + startLine: 403 assemblies: - Tiny Life namespace: TinyLife @@ -81,7 +81,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Disliked path: ../TinyLife/Relationship.cs - startLine: 397 + startLine: 407 assemblies: - Tiny Life namespace: TinyLife @@ -109,7 +109,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Acquaintances path: ../TinyLife/Relationship.cs - startLine: 401 + startLine: 411 assemblies: - Tiny Life namespace: TinyLife @@ -137,7 +137,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Friends path: ../TinyLife/Relationship.cs - startLine: 405 + startLine: 415 assemblies: - Tiny Life namespace: TinyLife @@ -165,7 +165,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GoodFriends path: ../TinyLife/Relationship.cs - startLine: 409 + startLine: 419 assemblies: - Tiny Life namespace: TinyLife diff --git a/docs/api/TinyLife.RomanceType.yml b/docs/api/TinyLife.RomanceType.yml index a72533e..c2bf5f8 100644 --- a/docs/api/TinyLife.RomanceType.yml +++ b/docs/api/TinyLife.RomanceType.yml @@ -23,7 +23,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RomanceType path: ../TinyLife/Relationship.cs - startLine: 413 + startLine: 423 assemblies: - Tiny Life namespace: TinyLife @@ -50,7 +50,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: NoRomance path: ../TinyLife/Relationship.cs - startLine: 415 + startLine: 425 assemblies: - Tiny Life namespace: TinyLife @@ -76,7 +76,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Interested path: ../TinyLife/Relationship.cs - startLine: 416 + startLine: 426 assemblies: - Tiny Life namespace: TinyLife @@ -102,7 +102,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Sweethearts path: ../TinyLife/Relationship.cs - startLine: 417 + startLine: 427 assemblies: - Tiny Life namespace: TinyLife @@ -128,7 +128,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Soulmates path: ../TinyLife/Relationship.cs - startLine: 418 + startLine: 428 assemblies: - Tiny Life namespace: TinyLife diff --git a/docs/api/TinyLife.Set.yml b/docs/api/TinyLife.Set.yml index 237c6bb..34424fb 100644 --- a/docs/api/TinyLife.Set.yml +++ b/docs/api/TinyLife.Set.yml @@ -22,7 +22,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Set path: ../TinyLife/GameImpl.cs - startLine: 1131 + startLine: 1137 assemblies: - Tiny Life namespace: TinyLife @@ -51,7 +51,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Woodworking path: ../TinyLife/GameImpl.cs - startLine: 1137 + startLine: 1143 assemblies: - Tiny Life namespace: TinyLife @@ -79,7 +79,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Workout path: ../TinyLife/GameImpl.cs - startLine: 1141 + startLine: 1147 assemblies: - Tiny Life namespace: TinyLife @@ -107,7 +107,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ChildClothes path: ../TinyLife/GameImpl.cs - startLine: 1145 + startLine: 1151 assemblies: - Tiny Life namespace: TinyLife diff --git a/docs/api/TinyLife.Uis.CharacterCreator.BoughtItemDelegate.yml b/docs/api/TinyLife.Uis.CharacterCreator.BoughtItemDelegate.yml index 4bcfd91..6289920 100644 --- a/docs/api/TinyLife.Uis.CharacterCreator.BoughtItemDelegate.yml +++ b/docs/api/TinyLife.Uis.CharacterCreator.BoughtItemDelegate.yml @@ -19,7 +19,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: BoughtItemDelegate path: ../TinyLife/Uis/CharacterCreator.cs - startLine: 989 + startLine: 1028 assemblies: - Tiny Life namespace: TinyLife.Uis diff --git a/docs/api/TinyLife.Uis.CharacterCreator.GetCustomPriceDelegate.yml b/docs/api/TinyLife.Uis.CharacterCreator.GetCustomPriceDelegate.yml index 057b5fd..2eabab5 100644 --- a/docs/api/TinyLife.Uis.CharacterCreator.GetCustomPriceDelegate.yml +++ b/docs/api/TinyLife.Uis.CharacterCreator.GetCustomPriceDelegate.yml @@ -19,7 +19,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetCustomPriceDelegate path: ../TinyLife/Uis/CharacterCreator.cs - startLine: 984 + startLine: 1023 assemblies: - Tiny Life namespace: TinyLife.Uis diff --git a/docs/api/TinyLife.Uis.CharacterCreator.yml b/docs/api/TinyLife.Uis.CharacterCreator.yml index 1345967..5c40026 100644 --- a/docs/api/TinyLife.Uis.CharacterCreator.yml +++ b/docs/api/TinyLife.Uis.CharacterCreator.yml @@ -8,8 +8,13 @@ items: - TinyLife.Uis.CharacterCreator.Active - TinyLife.Uis.CharacterCreator.BoughtItem(TinyLife.Objects.Person,TinyLife.Objects.WornClothes) - TinyLife.Uis.CharacterCreator.CanCloseOrExport - - TinyLife.Uis.CharacterCreator.CanSwitchPeople + - TinyLife.Uis.CharacterCreator.CreateNameSelector(TinyLife.Objects.Person,MLEM.Ui.Elements.Element) + - TinyLife.Uis.CharacterCreator.CreatePersonalitySelector(TinyLife.Objects.Person,System.Boolean) + - TinyLife.Uis.CharacterCreator.CreatePregnancyAbilitySelector(TinyLife.Objects.Person,MLEM.Ui.Elements.Element) + - TinyLife.Uis.CharacterCreator.CreatePronounSelector(TinyLife.Objects.Person,MLEM.Ui.Elements.Element) + - TinyLife.Uis.CharacterCreator.CreateVoiceSelector(TinyLife.Objects.Person,MLEM.Ui.Elements.Element) - TinyLife.Uis.CharacterCreator.GetCustomPrice(TinyLife.Objects.Person,TinyLife.Objects.WornClothes) + - TinyLife.Uis.CharacterCreator.IsPersonComplete(TinyLife.Objects.Person) - TinyLife.Uis.CharacterCreator.MaxHouseholdSize - TinyLife.Uis.CharacterCreator.MaxOutfitAmount - TinyLife.Uis.CharacterCreator.OnBoughtItem @@ -197,37 +202,6 @@ items: return: type: TinyLife.Uis.CharacterCreator.BoughtItemDelegate content.vb: Public Shared Event OnBoughtItem As CharacterCreator.BoughtItemDelegate -- uid: TinyLife.Uis.CharacterCreator.CanSwitchPeople - commentId: M:TinyLife.Uis.CharacterCreator.CanSwitchPeople - id: CanSwitchPeople - parent: TinyLife.Uis.CharacterCreator - langs: - - csharp - - vb - name: CanSwitchPeople() - nameWithType: CharacterCreator.CanSwitchPeople() - fullName: TinyLife.Uis.CharacterCreator.CanSwitchPeople() - type: Method - source: - remote: - path: TinyLife/Uis/CharacterCreator.cs - branch: main - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CanSwitchPeople - path: ../TinyLife/Uis/CharacterCreator.cs - startLine: 447 - assemblies: - - Tiny Life - namespace: TinyLife.Uis - summary: "\nReturns whether or not this character creator instance currently allows switching the selected character.\nThe return value is based on the selected person's and .\n" - example: [] - syntax: - content: public bool CanSwitchPeople() - return: - type: System.Boolean - description: Whether we can currently switch the active person - content.vb: Public Function CanSwitchPeople() As Boolean - overload: TinyLife.Uis.CharacterCreator.CanSwitchPeople* - uid: TinyLife.Uis.CharacterCreator.CanCloseOrExport commentId: M:TinyLife.Uis.CharacterCreator.CanCloseOrExport id: CanCloseOrExport @@ -246,11 +220,11 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CanCloseOrExport path: ../TinyLife/Uis/CharacterCreator.cs - startLine: 458 + startLine: 392 assemblies: - Tiny Life namespace: TinyLife.Uis - summary: "\nReturns whether the character creator currently allows being closed or for the current household to be exported.\nThe return value is based on , as well as .\n" + summary: "\nReturns whether the character creator currently allows being closed or for the current household to be exported.\nThe return value is based on , as well as .\n" example: [] syntax: content: public bool CanCloseOrExport() @@ -277,7 +251,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Open path: ../TinyLife/Uis/CharacterCreator.cs - startLine: 852 + startLine: 785 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -315,7 +289,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetCustomPrice path: ../TinyLife/Uis/CharacterCreator.cs - startLine: 866 + startLine: 799 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -353,7 +327,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: BoughtItem path: ../TinyLife/Uis/CharacterCreator.cs - startLine: 882 + startLine: 815 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -370,6 +344,197 @@ items: description: The clothes bought. content.vb: Public Shared Sub BoughtItem(person As Person, clothes As WornClothes) overload: TinyLife.Uis.CharacterCreator.BoughtItem* +- uid: TinyLife.Uis.CharacterCreator.IsPersonComplete(TinyLife.Objects.Person) + commentId: M:TinyLife.Uis.CharacterCreator.IsPersonComplete(TinyLife.Objects.Person) + id: IsPersonComplete(TinyLife.Objects.Person) + parent: TinyLife.Uis.CharacterCreator + langs: + - csharp + - vb + name: IsPersonComplete(Person) + nameWithType: CharacterCreator.IsPersonComplete(Person) + fullName: TinyLife.Uis.CharacterCreator.IsPersonComplete(TinyLife.Objects.Person) + type: Method + source: + remote: + path: TinyLife/Uis/CharacterCreator.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: IsPersonComplete + path: ../TinyLife/Uis/CharacterCreator.cs + startLine: 821 + assemblies: + - Tiny Life + namespace: TinyLife.Uis + syntax: + content: public static bool IsPersonComplete(Person person) + parameters: + - id: person + type: TinyLife.Objects.Person + return: + type: System.Boolean + content.vb: Public Shared Function IsPersonComplete(person As Person) As Boolean + overload: TinyLife.Uis.CharacterCreator.IsPersonComplete* +- uid: TinyLife.Uis.CharacterCreator.CreatePersonalitySelector(TinyLife.Objects.Person,System.Boolean) + commentId: M:TinyLife.Uis.CharacterCreator.CreatePersonalitySelector(TinyLife.Objects.Person,System.Boolean) + id: CreatePersonalitySelector(TinyLife.Objects.Person,System.Boolean) + parent: TinyLife.Uis.CharacterCreator + langs: + - csharp + - vb + name: CreatePersonalitySelector(Person, bool) + nameWithType: CharacterCreator.CreatePersonalitySelector(Person, bool) + fullName: TinyLife.Uis.CharacterCreator.CreatePersonalitySelector(TinyLife.Objects.Person, bool) + type: Method + source: + remote: + path: TinyLife/Uis/CharacterCreator.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: CreatePersonalitySelector + path: ../TinyLife/Uis/CharacterCreator.cs + startLine: 827 + assemblies: + - Tiny Life + namespace: TinyLife.Uis + syntax: + content: public static Group CreatePersonalitySelector(Person person, bool lockCurrent) + parameters: + - id: person + type: TinyLife.Objects.Person + - id: lockCurrent + type: System.Boolean + return: + type: MLEM.Ui.Elements.Group + content.vb: Public Shared Function CreatePersonalitySelector(person As Person, lockCurrent As Boolean) As Group + overload: TinyLife.Uis.CharacterCreator.CreatePersonalitySelector* + nameWithType.vb: CharacterCreator.CreatePersonalitySelector(Person, Boolean) + fullName.vb: TinyLife.Uis.CharacterCreator.CreatePersonalitySelector(TinyLife.Objects.Person, Boolean) + name.vb: CreatePersonalitySelector(Person, Boolean) +- uid: TinyLife.Uis.CharacterCreator.CreateNameSelector(TinyLife.Objects.Person,MLEM.Ui.Elements.Element) + commentId: M:TinyLife.Uis.CharacterCreator.CreateNameSelector(TinyLife.Objects.Person,MLEM.Ui.Elements.Element) + id: CreateNameSelector(TinyLife.Objects.Person,MLEM.Ui.Elements.Element) + parent: TinyLife.Uis.CharacterCreator + langs: + - csharp + - vb + name: CreateNameSelector(Person, Element) + nameWithType: CharacterCreator.CreateNameSelector(Person, Element) + fullName: TinyLife.Uis.CharacterCreator.CreateNameSelector(TinyLife.Objects.Person, MLEM.Ui.Elements.Element) + type: Method + source: + remote: + path: TinyLife/Uis/CharacterCreator.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: CreateNameSelector + path: ../TinyLife/Uis/CharacterCreator.cs + startLine: 857 + assemblies: + - Tiny Life + namespace: TinyLife.Uis + syntax: + content: public static void CreateNameSelector(Person person, Element parent) + parameters: + - id: person + type: TinyLife.Objects.Person + - id: parent + type: MLEM.Ui.Elements.Element + content.vb: Public Shared Sub CreateNameSelector(person As Person, parent As Element) + overload: TinyLife.Uis.CharacterCreator.CreateNameSelector* +- uid: TinyLife.Uis.CharacterCreator.CreatePronounSelector(TinyLife.Objects.Person,MLEM.Ui.Elements.Element) + commentId: M:TinyLife.Uis.CharacterCreator.CreatePronounSelector(TinyLife.Objects.Person,MLEM.Ui.Elements.Element) + id: CreatePronounSelector(TinyLife.Objects.Person,MLEM.Ui.Elements.Element) + parent: TinyLife.Uis.CharacterCreator + langs: + - csharp + - vb + name: CreatePronounSelector(Person, Element) + nameWithType: CharacterCreator.CreatePronounSelector(Person, Element) + fullName: TinyLife.Uis.CharacterCreator.CreatePronounSelector(TinyLife.Objects.Person, MLEM.Ui.Elements.Element) + type: Method + source: + remote: + path: TinyLife/Uis/CharacterCreator.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: CreatePronounSelector + path: ../TinyLife/Uis/CharacterCreator.cs + startLine: 880 + assemblies: + - Tiny Life + namespace: TinyLife.Uis + syntax: + content: public static void CreatePronounSelector(Person person, Element parent) + parameters: + - id: person + type: TinyLife.Objects.Person + - id: parent + type: MLEM.Ui.Elements.Element + content.vb: Public Shared Sub CreatePronounSelector(person As Person, parent As Element) + overload: TinyLife.Uis.CharacterCreator.CreatePronounSelector* +- uid: TinyLife.Uis.CharacterCreator.CreatePregnancyAbilitySelector(TinyLife.Objects.Person,MLEM.Ui.Elements.Element) + commentId: M:TinyLife.Uis.CharacterCreator.CreatePregnancyAbilitySelector(TinyLife.Objects.Person,MLEM.Ui.Elements.Element) + id: CreatePregnancyAbilitySelector(TinyLife.Objects.Person,MLEM.Ui.Elements.Element) + parent: TinyLife.Uis.CharacterCreator + langs: + - csharp + - vb + name: CreatePregnancyAbilitySelector(Person, Element) + nameWithType: CharacterCreator.CreatePregnancyAbilitySelector(Person, Element) + fullName: TinyLife.Uis.CharacterCreator.CreatePregnancyAbilitySelector(TinyLife.Objects.Person, MLEM.Ui.Elements.Element) + type: Method + source: + remote: + path: TinyLife/Uis/CharacterCreator.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: CreatePregnancyAbilitySelector + path: ../TinyLife/Uis/CharacterCreator.cs + startLine: 891 + assemblies: + - Tiny Life + namespace: TinyLife.Uis + syntax: + content: public static void CreatePregnancyAbilitySelector(Person person, Element parent) + parameters: + - id: person + type: TinyLife.Objects.Person + - id: parent + type: MLEM.Ui.Elements.Element + content.vb: Public Shared Sub CreatePregnancyAbilitySelector(person As Person, parent As Element) + overload: TinyLife.Uis.CharacterCreator.CreatePregnancyAbilitySelector* +- uid: TinyLife.Uis.CharacterCreator.CreateVoiceSelector(TinyLife.Objects.Person,MLEM.Ui.Elements.Element) + commentId: M:TinyLife.Uis.CharacterCreator.CreateVoiceSelector(TinyLife.Objects.Person,MLEM.Ui.Elements.Element) + id: CreateVoiceSelector(TinyLife.Objects.Person,MLEM.Ui.Elements.Element) + parent: TinyLife.Uis.CharacterCreator + langs: + - csharp + - vb + name: CreateVoiceSelector(Person, Element) + nameWithType: CharacterCreator.CreateVoiceSelector(Person, Element) + fullName: TinyLife.Uis.CharacterCreator.CreateVoiceSelector(TinyLife.Objects.Person, MLEM.Ui.Elements.Element) + type: Method + source: + remote: + path: TinyLife/Uis/CharacterCreator.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: CreateVoiceSelector + path: ../TinyLife/Uis/CharacterCreator.cs + startLine: 915 + assemblies: + - Tiny Life + namespace: TinyLife.Uis + syntax: + content: public static void CreateVoiceSelector(Person person, Element parent) + parameters: + - id: person + type: TinyLife.Objects.Person + - id: parent + type: MLEM.Ui.Elements.Element + content.vb: Public Shared Sub CreateVoiceSelector(person As Person, parent As Element) + overload: TinyLife.Uis.CharacterCreator.CreateVoiceSelector* references: - uid: TinyLife.Objects.Clothes commentId: T:TinyLife.Objects.Clothes @@ -856,47 +1021,6 @@ references: - name: . - uid: TinyLife.Uis.CharacterCreator.BoughtItemDelegate name: BoughtItemDelegate -- uid: TinyLife.Objects.Person.FullName - commentId: P:TinyLife.Objects.Person.FullName - name: FullName - nameWithType: Person.FullName - fullName: TinyLife.Objects.Person.FullName -- uid: TinyLife.Objects.Person.PersonalityTypes - commentId: F:TinyLife.Objects.Person.PersonalityTypes - name: PersonalityTypes - nameWithType: Person.PersonalityTypes - fullName: TinyLife.Objects.Person.PersonalityTypes -- uid: TinyLife.Uis.CharacterCreator.CanSwitchPeople* - commentId: Overload:TinyLife.Uis.CharacterCreator.CanSwitchPeople - name: CanSwitchPeople - nameWithType: CharacterCreator.CanSwitchPeople - fullName: TinyLife.Uis.CharacterCreator.CanSwitchPeople -- uid: System.Boolean - commentId: T:System.Boolean - parent: System - isExternal: true - 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.Uis.CharacterCreator.CanSwitchPeople - commentId: M:TinyLife.Uis.CharacterCreator.CanSwitchPeople - name: CanSwitchPeople() - nameWithType: CharacterCreator.CanSwitchPeople() - fullName: TinyLife.Uis.CharacterCreator.CanSwitchPeople() - spec.csharp: - - uid: TinyLife.Uis.CharacterCreator.CanSwitchPeople - name: CanSwitchPeople - - name: ( - - name: ) - spec.vb: - - uid: TinyLife.Uis.CharacterCreator.CanSwitchPeople - name: CanSwitchPeople - - name: ( - - name: ) - uid: TinyLife.World.Household.HasAdult(System.Collections.Generic.IEnumerable{TinyLife.Objects.Person}) commentId: M:TinyLife.World.Household.HasAdult(System.Collections.Generic.IEnumerable{TinyLife.Objects.Person}) isExternal: true @@ -940,6 +1064,17 @@ references: name: CanCloseOrExport nameWithType: CharacterCreator.CanCloseOrExport fullName: TinyLife.Uis.CharacterCreator.CanCloseOrExport +- uid: System.Boolean + commentId: T:System.Boolean + parent: System + isExternal: true + 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.Uis.CharacterCreator.Open* commentId: Overload:TinyLife.Uis.CharacterCreator.Open name: Open @@ -1028,3 +1163,77 @@ references: name: BoughtItem nameWithType: CharacterCreator.BoughtItem fullName: TinyLife.Uis.CharacterCreator.BoughtItem +- uid: TinyLife.Uis.CharacterCreator.IsPersonComplete* + commentId: Overload:TinyLife.Uis.CharacterCreator.IsPersonComplete + name: IsPersonComplete + nameWithType: CharacterCreator.IsPersonComplete + fullName: TinyLife.Uis.CharacterCreator.IsPersonComplete +- uid: TinyLife.Uis.CharacterCreator.CreatePersonalitySelector* + commentId: Overload:TinyLife.Uis.CharacterCreator.CreatePersonalitySelector + name: CreatePersonalitySelector + nameWithType: CharacterCreator.CreatePersonalitySelector + fullName: TinyLife.Uis.CharacterCreator.CreatePersonalitySelector +- uid: MLEM.Ui.Elements.Group + commentId: T:MLEM.Ui.Elements.Group + parent: MLEM.Ui.Elements + isExternal: true + name: Group + nameWithType: Group + fullName: MLEM.Ui.Elements.Group +- 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.Uis.CharacterCreator.CreateNameSelector* + commentId: Overload:TinyLife.Uis.CharacterCreator.CreateNameSelector + name: CreateNameSelector + nameWithType: CharacterCreator.CreateNameSelector + fullName: TinyLife.Uis.CharacterCreator.CreateNameSelector +- uid: MLEM.Ui.Elements.Element + commentId: T:MLEM.Ui.Elements.Element + parent: MLEM.Ui.Elements + isExternal: true + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element +- uid: TinyLife.Uis.CharacterCreator.CreatePronounSelector* + commentId: Overload:TinyLife.Uis.CharacterCreator.CreatePronounSelector + name: CreatePronounSelector + nameWithType: CharacterCreator.CreatePronounSelector + fullName: TinyLife.Uis.CharacterCreator.CreatePronounSelector +- uid: TinyLife.Uis.CharacterCreator.CreatePregnancyAbilitySelector* + commentId: Overload:TinyLife.Uis.CharacterCreator.CreatePregnancyAbilitySelector + name: CreatePregnancyAbilitySelector + nameWithType: CharacterCreator.CreatePregnancyAbilitySelector + fullName: TinyLife.Uis.CharacterCreator.CreatePregnancyAbilitySelector +- uid: TinyLife.Uis.CharacterCreator.CreateVoiceSelector* + commentId: Overload:TinyLife.Uis.CharacterCreator.CreateVoiceSelector + name: CreateVoiceSelector + nameWithType: CharacterCreator.CreateVoiceSelector + fullName: TinyLife.Uis.CharacterCreator.CreateVoiceSelector diff --git a/docs/api/TinyLife.Utilities.Extensions.yml b/docs/api/TinyLife.Utilities.Extensions.yml index a4ff750..46f4047 100644 --- a/docs/api/TinyLife.Utilities.Extensions.yml +++ b/docs/api/TinyLife.Utilities.Extensions.yml @@ -48,7 +48,7 @@ items: - TinyLife.Utilities.Extensions.ToTimestampString(System.TimeSpan) - TinyLife.Utilities.Extensions.ToVisualY(Microsoft.Xna.Framework.Vector2) - TinyLife.Utilities.Extensions.ToWallSide(MLEM.Misc.Direction2) - - TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Person.Pose) + - TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Pose) - TinyLife.Utilities.Extensions.ToWorldPos(Microsoft.Xna.Framework.Vector2,System.Boolean) - TinyLife.Utilities.Extensions.Weekday(System.TimeSpan) langs: @@ -904,17 +904,17 @@ items: description: Whether the given genealogy type is appropriate for the given age content.vb: Public Shared Function IsAgeAppropriate(type As GenealogyType, age As AgeGroup) As Boolean overload: TinyLife.Utilities.Extensions.IsAgeAppropriate* -- uid: TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Person.Pose) - commentId: M:TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Person.Pose) - id: ToWorking(TinyLife.Objects.Person.Pose) +- uid: TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Pose) + commentId: M:TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Pose) + id: ToWorking(TinyLife.Objects.Pose) isExtensionMethod: true parent: TinyLife.Utilities.Extensions langs: - csharp - vb name: ToWorking(Pose) - nameWithType: Extensions.ToWorking(Person.Pose) - fullName: TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Person.Pose) + nameWithType: Extensions.ToWorking(Pose) + fullName: TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Pose) type: Method source: remote: @@ -927,18 +927,18 @@ items: assemblies: - Tiny Life namespace: TinyLife.Utilities - summary: "\nConverts the given to a version in which a person is looking as if they were working on something.\nFor all standing poses, this returns , and for all sitting poses, is returned.\nIf a pose has no working variant, the pose itself is returned.\n" + summary: "\nConverts the given to a version in which a person is looking as if they were working on something.\nFor all standing poses, this returns , and for all sitting poses, is returned.\nIf a pose has no working variant, the pose itself is returned.\n" example: [] syntax: - content: public static Person.Pose ToWorking(this Person.Pose pose) + content: public static Pose ToWorking(this Pose pose) parameters: - id: pose - type: TinyLife.Objects.Person.Pose + type: TinyLife.Objects.Pose description: The pose to convert to a working pose return: - type: TinyLife.Objects.Person.Pose + type: TinyLife.Objects.Pose description: The working version of the given pose - content.vb: Public Shared Function ToWorking(pose As Person.Pose) As Person.Pose + content.vb: Public Shared Function ToWorking(pose As Pose) As Pose overload: TinyLife.Utilities.Extensions.ToWorking* - uid: TinyLife.Utilities.Extensions.GetDefaultPose(TinyLife.Objects.AgeGroup) commentId: M:TinyLife.Utilities.Extensions.GetDefaultPose(TinyLife.Objects.AgeGroup) @@ -964,13 +964,13 @@ items: - Tiny Life namespace: TinyLife.Utilities syntax: - content: public static Person.Pose GetDefaultPose(this AgeGroup age) + content: public static Pose GetDefaultPose(this AgeGroup age) parameters: - id: age type: TinyLife.Objects.AgeGroup return: - type: TinyLife.Objects.Person.Pose - content.vb: Public Shared Function GetDefaultPose(age As AgeGroup) As Person.Pose + type: TinyLife.Objects.Pose + content.vb: Public Shared Function GetDefaultPose(age As AgeGroup) As Pose overload: TinyLife.Utilities.Extensions.GetDefaultPose* - uid: TinyLife.Utilities.Extensions.AddHoverAnimation(MLEM.Ui.Elements.Button) commentId: M:TinyLife.Utilities.Extensions.AddHoverAnimation(MLEM.Ui.Elements.Button) @@ -2806,39 +2806,17 @@ references: name: IsAgeAppropriate nameWithType: Extensions.IsAgeAppropriate fullName: TinyLife.Utilities.Extensions.IsAgeAppropriate -- uid: TinyLife.Objects.Person.Pose - commentId: T:TinyLife.Objects.Person.Pose - parent: TinyLife.Objects - name: Person.Pose - nameWithType: Person.Pose - fullName: TinyLife.Objects.Person.Pose - spec.csharp: - - uid: TinyLife.Objects.Person - name: Person - - name: . - - uid: TinyLife.Objects.Person.Pose - name: Pose - spec.vb: - - uid: TinyLife.Objects.Person - name: Person - - name: . - - uid: TinyLife.Objects.Person.Pose - name: Pose -- uid: TinyLife.Objects.Person.Pose.WorkingStanding - commentId: F:TinyLife.Objects.Person.Pose.WorkingStanding - name: WorkingStanding - nameWithType: Person.Pose.WorkingStanding - fullName: TinyLife.Objects.Person.Pose.WorkingStanding -- uid: TinyLife.Objects.Person.Pose.WorkingSitting - commentId: F:TinyLife.Objects.Person.Pose.WorkingSitting - name: WorkingSitting - nameWithType: Person.Pose.WorkingSitting - fullName: TinyLife.Objects.Person.Pose.WorkingSitting - uid: TinyLife.Utilities.Extensions.ToWorking* commentId: Overload:TinyLife.Utilities.Extensions.ToWorking name: ToWorking nameWithType: Extensions.ToWorking fullName: TinyLife.Utilities.Extensions.ToWorking +- uid: TinyLife.Objects.Pose + commentId: T:TinyLife.Objects.Pose + parent: TinyLife.Objects + name: Pose + nameWithType: Pose + fullName: TinyLife.Objects.Pose - uid: TinyLife.Utilities.Extensions.GetDefaultPose* commentId: Overload:TinyLife.Utilities.Extensions.GetDefaultPose name: GetDefaultPose diff --git a/docs/api/TinyLife.World.DrawDelegate.yml b/docs/api/TinyLife.World.DrawDelegate.yml index 6f524f7..f9c3f30 100644 --- a/docs/api/TinyLife.World.DrawDelegate.yml +++ b/docs/api/TinyLife.World.DrawDelegate.yml @@ -19,7 +19,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: DrawDelegate path: ../TinyLife/World/Map.cs - startLine: 2373 + startLine: 2380 assemblies: - Tiny Life namespace: TinyLife.World diff --git a/docs/api/TinyLife.World.ExportedHousehold.yml b/docs/api/TinyLife.World.ExportedHousehold.yml index 85fd34f..d00d961 100644 --- a/docs/api/TinyLife.World.ExportedHousehold.yml +++ b/docs/api/TinyLife.World.ExportedHousehold.yml @@ -25,7 +25,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ExportedHousehold path: ../TinyLife/World/Household.cs - startLine: 314 + startLine: 318 assemblies: - Tiny Life namespace: TinyLife.World @@ -64,7 +64,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ExportedVersion path: ../TinyLife/World/Household.cs - startLine: 319 + startLine: 323 assemblies: - Tiny Life namespace: TinyLife.World @@ -93,7 +93,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Members path: ../TinyLife/World/Household.cs - startLine: 323 + startLine: 327 assemblies: - Tiny Life namespace: TinyLife.World @@ -122,7 +122,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Money path: ../TinyLife/World/Household.cs - startLine: 327 + startLine: 331 assemblies: - Tiny Life namespace: TinyLife.World @@ -151,7 +151,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: FurnitureStorage path: ../TinyLife/World/Household.cs - startLine: 331 + startLine: 335 assemblies: - Tiny Life namespace: TinyLife.World @@ -180,7 +180,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ClothesStorage path: ../TinyLife/World/Household.cs - startLine: 335 + startLine: 339 assemblies: - Tiny Life namespace: TinyLife.World @@ -209,7 +209,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Description path: ../TinyLife/World/Household.cs - startLine: 339 + startLine: 343 assemblies: - Tiny Life namespace: TinyLife.World diff --git a/docs/api/TinyLife.World.LotEmployment.Instance.yml b/docs/api/TinyLife.World.LotEmployment.Instance.yml index b538e63..1108d7b 100644 --- a/docs/api/TinyLife.World.LotEmployment.Instance.yml +++ b/docs/api/TinyLife.World.LotEmployment.Instance.yml @@ -25,7 +25,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Instance path: ../TinyLife/World/LotEmployment.cs - startLine: 215 + startLine: 205 assemblies: - Tiny Life namespace: TinyLife.World @@ -74,7 +74,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Lot path: ../TinyLife/World/LotEmployment.cs - startLine: 221 + startLine: 211 assemblies: - Tiny Life namespace: TinyLife.World @@ -105,7 +105,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Type path: ../TinyLife/World/LotEmployment.cs - startLine: 225 + startLine: 215 assemblies: - Tiny Life namespace: TinyLife.World @@ -136,7 +136,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SetManually path: ../TinyLife/World/LotEmployment.cs - startLine: 238 + startLine: 228 assemblies: - Tiny Life namespace: TinyLife.World @@ -177,7 +177,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: .ctor path: ../TinyLife/World/LotEmployment.cs - startLine: 259 + startLine: 249 assemblies: - Tiny Life namespace: TinyLife.World @@ -221,7 +221,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Validate path: ../TinyLife/World/LotEmployment.cs - startLine: 272 + startLine: 262 assemblies: - Tiny Life namespace: TinyLife.World @@ -256,7 +256,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ShouldWorkRightNow path: ../TinyLife/World/LotEmployment.cs - startLine: 282 + startLine: 272 assemblies: - Tiny Life namespace: TinyLife.World diff --git a/docs/api/TinyLife.World.Map.yml b/docs/api/TinyLife.World.Map.yml index 4502ef6..d6b65de 100644 --- a/docs/api/TinyLife.World.Map.yml +++ b/docs/api/TinyLife.World.Map.yml @@ -58,7 +58,7 @@ items: - TinyLife.World.Map.IsInBounds(Microsoft.Xna.Framework.Point) - TinyLife.World.Map.IsLotHidden(TinyLife.World.Lot) - TinyLife.World.Map.IsRoad(Microsoft.Xna.Framework.Point) - - TinyLife.World.Map.LoadStaticMap(System.String,System.Boolean,System.Action{System.String},System.Action{System.Single},System.Boolean) + - TinyLife.World.Map.LoadStaticMap(System.String,System.Boolean,System.Action{System.String},System.Action{System.Single}) - TinyLife.World.Map.MailToSend - TinyLife.World.Map.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Point) - TinyLife.World.Map.MarkObjectDirtyForDrawing(TinyLife.Objects.MapObject,TinyLife.World.MapSection,System.Boolean) @@ -70,6 +70,7 @@ items: - TinyLife.World.Map.OnUpdate - TinyLife.World.Map.PlaySound(Microsoft.Xna.Framework.Audio.SoundEffect,Microsoft.Xna.Framework.Vector2,System.Single,System.Single,System.Boolean,System.Boolean) - TinyLife.World.Map.PlaySound(Microsoft.Xna.Framework.Audio.SoundEffect,TinyLife.World.MapAudioEmitter,System.Single,System.Single,System.Boolean,System.Boolean) + - TinyLife.World.Map.PostValidate(System.Action{System.String},System.Action{System.Single}) - TinyLife.World.Map.RemoveHousehold(TinyLife.World.Household) - TinyLife.World.Map.RemoveLight(TinyLife.Objects.Light) - TinyLife.World.Map.RemoveLot(TinyLife.World.Lot) @@ -84,7 +85,7 @@ items: - TinyLife.World.Map.Time - TinyLife.World.Map.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) - TinyLife.World.Map.UpdateExternalPeople(System.Action{System.Single}) - - TinyLife.World.Map.Validate(System.Action{System.String},System.Action{System.Single},System.Boolean) + - TinyLife.World.Map.Validate(System.Action{System.String},System.Action{System.Single}) - TinyLife.World.Map.ValidateExistingRooms(Microsoft.Xna.Framework.Point[]) langs: - csharp @@ -1042,16 +1043,16 @@ items: nameWithType.vb: Map.GetRandomTile(Random, Vector2, Integer, Boolean, Boolean, Predicate(Of Point)) fullName.vb: TinyLife.World.Map.GetRandomTile(System.Random, Microsoft.Xna.Framework.Vector2, Integer, Boolean, Boolean, System.Predicate(Of Microsoft.Xna.Framework.Point)) name.vb: GetRandomTile(Random, Vector2, Integer, Boolean, Boolean, Predicate(Of Point)) -- uid: TinyLife.World.Map.Validate(System.Action{System.String},System.Action{System.Single},System.Boolean) - commentId: M:TinyLife.World.Map.Validate(System.Action{System.String},System.Action{System.Single},System.Boolean) - id: Validate(System.Action{System.String},System.Action{System.Single},System.Boolean) +- uid: TinyLife.World.Map.Validate(System.Action{System.String},System.Action{System.Single}) + commentId: M:TinyLife.World.Map.Validate(System.Action{System.String},System.Action{System.Single}) + id: Validate(System.Action{System.String},System.Action{System.Single}) parent: TinyLife.World.Map langs: - csharp - vb - name: Validate(Action, Action, bool) - nameWithType: Map.Validate(Action, Action, bool) - fullName: TinyLife.World.Map.Validate(System.Action, System.Action, bool) + name: Validate(Action, Action) + nameWithType: Map.Validate(Action, Action) + fullName: TinyLife.World.Map.Validate(System.Action, System.Action) type: Method source: remote: @@ -1060,14 +1061,14 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Validate path: ../TinyLife/World/Map.cs - startLine: 678 + startLine: 677 assemblies: - Tiny Life namespace: TinyLife.World summary: "\nThis method is called when this object is loaded from disk.\nWhen called on a map, each is validated, and roads and rooms are generated.\n" example: [] syntax: - content: public void Validate(Action setState, Action setProgress, bool thorough = true) + content: public void Validate(Action setState, Action setProgress) parameters: - id: setState type: System.Action{System.String} @@ -1075,14 +1076,45 @@ items: - id: setProgress type: System.Action{System.Single} description: An action that accepts the progress of the current state of the loading process. - - id: thorough - type: System.Boolean - description: Whether the map should be validated thoroughly, which needs to be done if it will be played on. - content.vb: Public Sub Validate(setState As Action(Of String), setProgress As Action(Of Single), thorough As Boolean = True) + content.vb: Public Sub Validate(setState As Action(Of String), setProgress As Action(Of Single)) overload: TinyLife.World.Map.Validate* - nameWithType.vb: Map.Validate(Action(Of String), Action(Of Single), Boolean) - fullName.vb: TinyLife.World.Map.Validate(System.Action(Of String), System.Action(Of Single), Boolean) - name.vb: Validate(Action(Of String), Action(Of Single), Boolean) + nameWithType.vb: Map.Validate(Action(Of String), Action(Of Single)) + fullName.vb: TinyLife.World.Map.Validate(System.Action(Of String), System.Action(Of Single)) + name.vb: Validate(Action(Of String), Action(Of Single)) +- uid: TinyLife.World.Map.PostValidate(System.Action{System.String},System.Action{System.Single}) + commentId: M:TinyLife.World.Map.PostValidate(System.Action{System.String},System.Action{System.Single}) + id: PostValidate(System.Action{System.String},System.Action{System.Single}) + parent: TinyLife.World.Map + langs: + - csharp + - vb + name: PostValidate(Action, Action) + nameWithType: Map.PostValidate(Action, Action) + fullName: TinyLife.World.Map.PostValidate(System.Action, System.Action) + type: Method + source: + remote: + path: TinyLife/World/Map.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: PostValidate + path: ../TinyLife/World/Map.cs + startLine: 729 + assemblies: + - Tiny Life + namespace: TinyLife.World + syntax: + content: public void PostValidate(Action setState, Action setProgress) + parameters: + - id: setState + type: System.Action{System.String} + - id: setProgress + type: System.Action{System.Single} + content.vb: Public Sub PostValidate(setState As Action(Of String), setProgress As Action(Of Single)) + overload: TinyLife.World.Map.PostValidate* + nameWithType.vb: Map.PostValidate(Action(Of String), Action(Of Single)) + fullName.vb: TinyLife.World.Map.PostValidate(System.Action(Of String), System.Action(Of Single)) + name.vb: PostValidate(Action(Of String), Action(Of Single)) - uid: TinyLife.World.Map.GetRoom(Microsoft.Xna.Framework.Point) commentId: M:TinyLife.World.Map.GetRoom(Microsoft.Xna.Framework.Point) id: GetRoom(Microsoft.Xna.Framework.Point) @@ -1101,7 +1133,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetRoom path: ../TinyLife/World/Map.cs - startLine: 747 + startLine: 746 assemblies: - Tiny Life namespace: TinyLife.World @@ -1136,7 +1168,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetLot path: ../TinyLife/World/Map.cs - startLine: 761 + startLine: 760 assemblies: - Tiny Life namespace: TinyLife.World @@ -1171,7 +1203,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetLot path: ../TinyLife/World/Map.cs - startLine: 772 + startLine: 771 assemblies: - Tiny Life namespace: TinyLife.World @@ -1206,7 +1238,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AddLot path: ../TinyLife/World/Map.cs - startLine: 785 + startLine: 784 assemblies: - Tiny Life namespace: TinyLife.World @@ -1241,7 +1273,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AddLot path: ../TinyLife/World/Map.cs - startLine: 795 + startLine: 794 assemblies: - Tiny Life namespace: TinyLife.World @@ -1273,7 +1305,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RemoveLot path: ../TinyLife/World/Map.cs - startLine: 803 + startLine: 802 assemblies: - Tiny Life namespace: TinyLife.World @@ -1305,7 +1337,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetLots path: ../TinyLife/World/Map.cs - startLine: 811 + startLine: 810 assemblies: - Tiny Life namespace: TinyLife.World @@ -1336,7 +1368,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AddWall path: ../TinyLife/World/Map.cs - startLine: 822 + startLine: 821 assemblies: - Tiny Life namespace: TinyLife.World @@ -1374,7 +1406,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AddWall path: ../TinyLife/World/Map.cs - startLine: 833 + startLine: 832 assemblies: - Tiny Life namespace: TinyLife.World @@ -1409,7 +1441,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RemoveWall path: ../TinyLife/World/Map.cs - startLine: 843 + startLine: 842 assemblies: - Tiny Life namespace: TinyLife.World @@ -1444,7 +1476,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetWallBetween path: ../TinyLife/World/Map.cs - startLine: 859 + startLine: 858 assemblies: - Tiny Life namespace: TinyLife.World @@ -1482,7 +1514,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetTile path: ../TinyLife/World/Map.cs - startLine: 873 + startLine: 872 assemblies: - Tiny Life namespace: TinyLife.World @@ -1517,7 +1549,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SetTile path: ../TinyLife/World/Map.cs - startLine: 883 + startLine: 882 assemblies: - Tiny Life namespace: TinyLife.World @@ -1552,7 +1584,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AddRoof path: ../TinyLife/World/Map.cs - startLine: 899 + startLine: 898 assemblies: - Tiny Life namespace: TinyLife.World @@ -1584,7 +1616,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetRoof path: ../TinyLife/World/Map.cs - startLine: 909 + startLine: 908 assemblies: - Tiny Life namespace: TinyLife.World @@ -1619,7 +1651,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetRoofs path: ../TinyLife/World/Map.cs - startLine: 924 + startLine: 923 assemblies: - Tiny Life namespace: TinyLife.World @@ -1654,7 +1686,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RemoveRoof path: ../TinyLife/World/Map.cs - startLine: 937 + startLine: 936 assemblies: - Tiny Life namespace: TinyLife.World @@ -1686,7 +1718,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetObjects path: ../TinyLife/World/Map.cs - startLine: 948 + startLine: 947 assemblies: - Tiny Life namespace: TinyLife.World @@ -1727,7 +1759,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetObject path: ../TinyLife/World/Map.cs - startLine: 964 + startLine: 963 assemblies: - Tiny Life namespace: TinyLife.World @@ -1768,7 +1800,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AddObject path: ../TinyLife/World/Map.cs - startLine: 976 + startLine: 975 assemblies: - Tiny Life namespace: TinyLife.World @@ -1800,7 +1832,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RemoveObject path: ../TinyLife/World/Map.cs - startLine: 1001 + startLine: 1000 assemblies: - Tiny Life namespace: TinyLife.World @@ -1833,7 +1865,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetPeople path: ../TinyLife/World/Map.cs - startLine: 1021 + startLine: 1020 assemblies: - Tiny Life namespace: TinyLife.World @@ -1864,7 +1896,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetHousehold path: ../TinyLife/World/Map.cs - startLine: 1033 + startLine: 1032 assemblies: - Tiny Life namespace: TinyLife.World @@ -1899,7 +1931,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetHousehold path: ../TinyLife/World/Map.cs - startLine: 1046 + startLine: 1045 assemblies: - Tiny Life namespace: TinyLife.World @@ -1934,7 +1966,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AddHousehold path: ../TinyLife/World/Map.cs - startLine: 1059 + startLine: 1058 assemblies: - Tiny Life namespace: TinyLife.World @@ -1969,7 +2001,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RemoveHousehold path: ../TinyLife/World/Map.cs - startLine: 1069 + startLine: 1068 assemblies: - Tiny Life namespace: TinyLife.World @@ -2001,7 +2033,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetHouseholds path: ../TinyLife/World/Map.cs - startLine: 1077 + startLine: 1076 assemblies: - Tiny Life namespace: TinyLife.World @@ -2032,7 +2064,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetSection path: ../TinyLife/World/Map.cs - startLine: 1087 + startLine: 1086 assemblies: - Tiny Life namespace: TinyLife.World @@ -2067,7 +2099,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetSections path: ../TinyLife/World/Map.cs - startLine: 1099 + startLine: 1098 assemblies: - Tiny Life namespace: TinyLife.World @@ -2108,7 +2140,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetSections path: ../TinyLife/World/Map.cs - startLine: 1109 + startLine: 1108 assemblies: - Tiny Life namespace: TinyLife.World @@ -2149,7 +2181,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: MarkDirtyForPathfinding path: ../TinyLife/World/Map.cs - startLine: 1130 + startLine: 1129 assemblies: - Tiny Life namespace: TinyLife.World @@ -2181,7 +2213,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetPathCost path: ../TinyLife/World/Map.cs - startLine: 1151 + startLine: 1150 assemblies: - Tiny Life namespace: TinyLife.World @@ -2222,7 +2254,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CanWalkBetween path: ../TinyLife/World/Map.cs - startLine: 1173 + startLine: 1172 assemblies: - Tiny Life namespace: TinyLife.World @@ -2263,7 +2295,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IsFreeSpot path: ../TinyLife/World/Map.cs - startLine: 1182 + startLine: 1181 assemblies: - Tiny Life namespace: TinyLife.World @@ -2298,7 +2330,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetDeadPerson path: ../TinyLife/World/Map.cs - startLine: 1192 + startLine: 1191 assemblies: - Tiny Life namespace: TinyLife.World @@ -2333,7 +2365,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PlaySound path: ../TinyLife/World/Map.cs - startLine: 1212 + startLine: 1211 assemblies: - Tiny Life namespace: TinyLife.World @@ -2386,7 +2418,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PlaySound path: ../TinyLife/World/Map.cs - startLine: 1229 + startLine: 1228 assemblies: - Tiny Life namespace: TinyLife.World @@ -2439,7 +2471,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetClosestFreeExitPoint path: ../TinyLife/World/Map.cs - startLine: 1242 + startLine: 1241 assemblies: - Tiny Life namespace: TinyLife.World @@ -2470,7 +2502,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetExitRoads path: ../TinyLife/World/Map.cs - startLine: 1253 + startLine: 1252 assemblies: - Tiny Life namespace: TinyLife.World @@ -2501,7 +2533,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetWalls path: ../TinyLife/World/Map.cs - startLine: 1268 + startLine: 1267 assemblies: - Tiny Life namespace: TinyLife.World @@ -2536,7 +2568,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ApplyCameraRotation path: ../TinyLife/World/Map.cs - startLine: 1288 + startLine: 1287 assemblies: - Tiny Life namespace: TinyLife.World @@ -2580,7 +2612,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ApplyInverseCameraRotation path: ../TinyLife/World/Map.cs - startLine: 1304 + startLine: 1303 assemblies: - Tiny Life namespace: TinyLife.World @@ -2618,7 +2650,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnCameraRotationChanged path: ../TinyLife/World/Map.cs - startLine: 1319 + startLine: 1318 assemblies: - Tiny Life namespace: TinyLife.World @@ -2653,7 +2685,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AddLight path: ../TinyLife/World/Map.cs - startLine: 1342 + startLine: 1341 assemblies: - Tiny Life namespace: TinyLife.World @@ -2685,7 +2717,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RemoveLight path: ../TinyLife/World/Map.cs - startLine: 1351 + startLine: 1350 assemblies: - Tiny Life namespace: TinyLife.World @@ -2717,7 +2749,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: MoveEverything path: ../TinyLife/World/Map.cs - startLine: 1363 + startLine: 1362 assemblies: - Tiny Life namespace: TinyLife.World @@ -2761,7 +2793,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ValidateExistingRooms path: ../TinyLife/World/Map.cs - startLine: 1424 + startLine: 1423 assemblies: - Tiny Life namespace: TinyLife.World @@ -2796,7 +2828,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AddNewRoomsAndValidateExisting path: ../TinyLife/World/Map.cs - startLine: 1443 + startLine: 1442 assemblies: - Tiny Life namespace: TinyLife.World @@ -2837,7 +2869,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetRegularVisitors path: ../TinyLife/World/Map.cs - startLine: 1497 + startLine: 1496 assemblies: - Tiny Life namespace: TinyLife.World @@ -2868,7 +2900,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: UpdateExternalPeople path: ../TinyLife/World/Map.cs - startLine: 1509 + startLine: 1508 assemblies: - Tiny Life namespace: TinyLife.World @@ -2902,7 +2934,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetAllLotEmployments path: ../TinyLife/World/Map.cs - startLine: 1592 + startLine: 1591 assemblies: - Tiny Life namespace: TinyLife.World @@ -2933,7 +2965,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: MarkTileDirtyForDrawing path: ../TinyLife/World/Map.cs - startLine: 1605 + startLine: 1604 assemblies: - Tiny Life namespace: TinyLife.World @@ -2965,7 +2997,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: MarkObjectDirtyForDrawing path: ../TinyLife/World/Map.cs - startLine: 1621 + startLine: 1620 assemblies: - Tiny Life namespace: TinyLife.World @@ -2988,16 +3020,16 @@ items: nameWithType.vb: Map.MarkObjectDirtyForDrawing(MapObject, MapSection, Boolean) fullName.vb: TinyLife.World.Map.MarkObjectDirtyForDrawing(TinyLife.Objects.MapObject, TinyLife.World.MapSection, Boolean) name.vb: MarkObjectDirtyForDrawing(MapObject, MapSection, Boolean) -- uid: TinyLife.World.Map.LoadStaticMap(System.String,System.Boolean,System.Action{System.String},System.Action{System.Single},System.Boolean) - commentId: M:TinyLife.World.Map.LoadStaticMap(System.String,System.Boolean,System.Action{System.String},System.Action{System.Single},System.Boolean) - id: LoadStaticMap(System.String,System.Boolean,System.Action{System.String},System.Action{System.Single},System.Boolean) +- uid: TinyLife.World.Map.LoadStaticMap(System.String,System.Boolean,System.Action{System.String},System.Action{System.Single}) + commentId: M:TinyLife.World.Map.LoadStaticMap(System.String,System.Boolean,System.Action{System.String},System.Action{System.Single}) + id: LoadStaticMap(System.String,System.Boolean,System.Action{System.String},System.Action{System.Single}) parent: TinyLife.World.Map langs: - csharp - vb - name: LoadStaticMap(string, bool, Action, Action, bool) - nameWithType: Map.LoadStaticMap(string, bool, Action, Action, bool) - fullName: TinyLife.World.Map.LoadStaticMap(string, bool, System.Action, System.Action, bool) + name: LoadStaticMap(string, bool, Action, Action) + nameWithType: Map.LoadStaticMap(string, bool, Action, Action) + fullName: TinyLife.World.Map.LoadStaticMap(string, bool, System.Action, System.Action) type: Method source: remote: @@ -3006,14 +3038,14 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: LoadStaticMap path: ../TinyLife/World/Map.cs - startLine: 2144 + startLine: 2149 assemblies: - Tiny Life namespace: TinyLife.World - summary: "\nLoads a static map with the given name from the game's content directory.\nNote that the map is not validated ().\n" + summary: "\nLoads a static map with the given name from the game's content directory.\nNote that the map is not post-validated ().\n" example: [] syntax: - content: public static Map LoadStaticMap(string name, bool custom, Action setState, Action setProgress, bool validateThoroughly) + content: public static Map LoadStaticMap(string name, bool custom, Action setState, Action setProgress) parameters: - id: name type: System.String @@ -3027,17 +3059,14 @@ items: - id: setProgress type: System.Action{System.Single} description: An action that accepts the progress of the current state of the loading process. - - id: validateThoroughly - type: System.Boolean - description: Whether the map should be validated thoroughly, which needs to be done if it will be played on. return: type: TinyLife.World.Map description: The static map that was loaded. - content.vb: Public Shared Function LoadStaticMap(name As String, custom As Boolean, setState As Action(Of String), setProgress As Action(Of Single), validateThoroughly As Boolean) As Map + content.vb: Public Shared Function LoadStaticMap(name As String, custom As Boolean, setState As Action(Of String), setProgress As Action(Of Single)) As Map overload: TinyLife.World.Map.LoadStaticMap* - nameWithType.vb: Map.LoadStaticMap(String, Boolean, Action(Of String), Action(Of Single), Boolean) - fullName.vb: TinyLife.World.Map.LoadStaticMap(String, Boolean, System.Action(Of String), System.Action(Of Single), Boolean) - name.vb: LoadStaticMap(String, Boolean, Action(Of String), Action(Of Single), Boolean) + nameWithType.vb: Map.LoadStaticMap(String, Boolean, Action(Of String), Action(Of Single)) + fullName.vb: TinyLife.World.Map.LoadStaticMap(String, Boolean, System.Action(Of String), System.Action(Of Single)) + name.vb: LoadStaticMap(String, Boolean, Action(Of String), Action(Of Single)) - uid: TinyLife.World.Map.IsLotHidden(TinyLife.World.Lot) commentId: M:TinyLife.World.Map.IsLotHidden(TinyLife.World.Lot) id: IsLotHidden(TinyLife.World.Lot) @@ -3056,7 +3085,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IsLotHidden path: ../TinyLife/World/Map.cs - startLine: 2197 + startLine: 2204 assemblies: - Tiny Life namespace: TinyLife.World @@ -3091,7 +3120,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetMapSampler path: ../TinyLife/World/Map.cs - startLine: 2210 + startLine: 2217 assemblies: - Tiny Life namespace: TinyLife.World @@ -4698,6 +4727,11 @@ references: isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ) +- uid: TinyLife.World.Map.PostValidate* + commentId: Overload:TinyLife.World.Map.PostValidate + name: PostValidate + nameWithType: Map.PostValidate + fullName: TinyLife.World.Map.PostValidate - uid: TinyLife.World.Map.GetRoom* commentId: Overload:TinyLife.World.Map.GetRoom name: GetRoom @@ -5876,19 +5910,19 @@ references: name: MarkObjectDirtyForDrawing nameWithType: Map.MarkObjectDirtyForDrawing fullName: TinyLife.World.Map.MarkObjectDirtyForDrawing -- uid: TinyLife.World.Map.Validate(System.Action{System.String},System.Action{System.Single},System.Boolean) - commentId: M:TinyLife.World.Map.Validate(System.Action{System.String},System.Action{System.Single},System.Boolean) +- uid: TinyLife.World.Map.PostValidate(System.Action{System.String},System.Action{System.Single}) + commentId: M:TinyLife.World.Map.PostValidate(System.Action{System.String},System.Action{System.Single}) isExternal: true href: https://learn.microsoft.com/dotnet/api/system.action-1 - name: Validate(Action, Action, bool) - nameWithType: Map.Validate(Action, Action, bool) - fullName: TinyLife.World.Map.Validate(System.Action, System.Action, bool) - nameWithType.vb: Map.Validate(Action(Of String), Action(Of Single), Boolean) - fullName.vb: TinyLife.World.Map.Validate(System.Action(Of String), System.Action(Of Single), Boolean) - name.vb: Validate(Action(Of String), Action(Of Single), Boolean) + name: PostValidate(Action, Action) + nameWithType: Map.PostValidate(Action, Action) + fullName: TinyLife.World.Map.PostValidate(System.Action, System.Action) + nameWithType.vb: Map.PostValidate(Action(Of String), Action(Of Single)) + fullName.vb: TinyLife.World.Map.PostValidate(System.Action(Of String), System.Action(Of Single)) + name.vb: PostValidate(Action(Of String), Action(Of Single)) spec.csharp: - - uid: TinyLife.World.Map.Validate(System.Action{System.String},System.Action{System.Single},System.Boolean) - name: Validate + - uid: TinyLife.World.Map.PostValidate(System.Action{System.String},System.Action{System.Single}) + name: PostValidate - name: ( - uid: System.Action`1 name: Action @@ -5912,16 +5946,10 @@ references: isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: '>' - - name: ',' - - name: " " - - uid: System.Boolean - name: bool - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) spec.vb: - - uid: TinyLife.World.Map.Validate(System.Action{System.String},System.Action{System.Single},System.Boolean) - name: Validate + - uid: TinyLife.World.Map.PostValidate(System.Action{System.String},System.Action{System.Single}) + name: PostValidate - name: ( - uid: System.Action`1 name: Action @@ -5949,12 +5977,6 @@ references: isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ) - - name: ',' - - name: " " - - uid: System.Boolean - name: Boolean - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) - uid: TinyLife.World.Map.LoadStaticMap* commentId: Overload:TinyLife.World.Map.LoadStaticMap diff --git a/docs/api/TinyLife.World.Roof.yml b/docs/api/TinyLife.World.Roof.yml index d1a3859..b420fbb 100644 --- a/docs/api/TinyLife.World.Roof.yml +++ b/docs/api/TinyLife.World.Roof.yml @@ -360,7 +360,7 @@ items: assemblies: - Tiny Life namespace: TinyLife.World - summary: "\nValidates this roof instance, which is automatically done in when the map is loaded from disk\n" + summary: "\nValidates this roof instance, which is automatically done in when the map is loaded from disk\n" example: [] syntax: content: public bool Validate() @@ -945,18 +945,18 @@ references: nameWithType.vb: Single fullName.vb: Single name.vb: Single -- uid: TinyLife.World.Map.Validate(System.Action{System.String},System.Action{System.Single},System.Boolean) - commentId: M:TinyLife.World.Map.Validate(System.Action{System.String},System.Action{System.Single},System.Boolean) +- uid: TinyLife.World.Map.Validate(System.Action{System.String},System.Action{System.Single}) + commentId: M:TinyLife.World.Map.Validate(System.Action{System.String},System.Action{System.Single}) isExternal: true href: https://learn.microsoft.com/dotnet/api/system.action-1 - name: Validate(Action, Action, bool) - nameWithType: Map.Validate(Action, Action, bool) - fullName: TinyLife.World.Map.Validate(System.Action, System.Action, bool) - nameWithType.vb: Map.Validate(Action(Of String), Action(Of Single), Boolean) - fullName.vb: TinyLife.World.Map.Validate(System.Action(Of String), System.Action(Of Single), Boolean) - name.vb: Validate(Action(Of String), Action(Of Single), Boolean) + name: Validate(Action, Action) + nameWithType: Map.Validate(Action, Action) + fullName: TinyLife.World.Map.Validate(System.Action, System.Action) + nameWithType.vb: Map.Validate(Action(Of String), Action(Of Single)) + fullName.vb: TinyLife.World.Map.Validate(System.Action(Of String), System.Action(Of Single)) + name.vb: Validate(Action(Of String), Action(Of Single)) spec.csharp: - - uid: TinyLife.World.Map.Validate(System.Action{System.String},System.Action{System.Single},System.Boolean) + - uid: TinyLife.World.Map.Validate(System.Action{System.String},System.Action{System.Single}) name: Validate - name: ( - uid: System.Action`1 @@ -981,15 +981,9 @@ references: isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: '>' - - name: ',' - - name: " " - - uid: System.Boolean - name: bool - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) spec.vb: - - uid: TinyLife.World.Map.Validate(System.Action{System.String},System.Action{System.Single},System.Boolean) + - uid: TinyLife.World.Map.Validate(System.Action{System.String},System.Action{System.Single}) name: Validate - name: ( - uid: System.Action`1 @@ -1018,12 +1012,6 @@ references: isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ) - - name: ',' - - name: " " - - uid: System.Boolean - name: Boolean - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) - uid: TinyLife.World.Roof.Validate* commentId: Overload:TinyLife.World.Roof.Validate diff --git a/docs/api/TinyLife.World.UpdateDelegate.yml b/docs/api/TinyLife.World.UpdateDelegate.yml index 1326595..02c9a0c 100644 --- a/docs/api/TinyLife.World.UpdateDelegate.yml +++ b/docs/api/TinyLife.World.UpdateDelegate.yml @@ -19,7 +19,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: UpdateDelegate path: ../TinyLife/World/Map.cs - startLine: 2363 + startLine: 2370 assemblies: - Tiny Life namespace: TinyLife.World diff --git a/docs/api/toc.yml b/docs/api/toc.yml index df1eceb..3c32f52 100644 --- a/docs/api/toc.yml +++ b/docs/api/toc.yml @@ -93,8 +93,12 @@ items: name: Emote - uid: TinyLife.Actions.EmoteCategory name: EmoteCategory + - uid: TinyLife.Actions.FollowAdultAction + name: FollowAdultAction - uid: TinyLife.Actions.GoHereAction name: GoHereAction + - uid: TinyLife.Actions.HaveBabyAction + name: HaveBabyAction - uid: TinyLife.Actions.HelpAction name: HelpAction - uid: TinyLife.Actions.HoldingPersonAction @@ -284,6 +288,8 @@ items: name: CornerFurniture - uid: TinyLife.Objects.CornerFurniture.Counter name: CornerFurniture.Counter + - uid: TinyLife.Objects.DeathReason + name: DeathReason - uid: TinyLife.Objects.Fence name: Fence - uid: TinyLife.Objects.Fireplace @@ -334,22 +340,24 @@ items: name: Person - uid: TinyLife.Objects.Person.ActionUpdateDelegate name: Person.ActionUpdateDelegate - - uid: TinyLife.Objects.Person.DeathReason - name: Person.DeathReason - uid: TinyLife.Objects.Person.EfficiencyModifierDelegate name: Person.EfficiencyModifierDelegate - uid: TinyLife.Objects.Person.EmotionModifiersChangedDelegate name: Person.EmotionModifiersChangedDelegate - uid: TinyLife.Objects.Person.PassiveActionPriorityDelegate name: Person.PassiveActionPriorityDelegate - - uid: TinyLife.Objects.Person.Pose - name: Person.Pose + - uid: TinyLife.Objects.Person.RelationshipChangeDelegate + name: Person.RelationshipChangeDelegate - uid: TinyLife.Objects.Person.RestoreNeedDelegate name: Person.RestoreNeedDelegate - uid: TinyLife.Objects.Person.WalkSpeedDelegate name: Person.WalkSpeedDelegate - uid: TinyLife.Objects.PersonAi name: PersonAi + - uid: TinyLife.Objects.Pose + name: Pose + - uid: TinyLife.Objects.PregnancyAbility + name: PregnancyAbility - uid: TinyLife.Objects.ScreenObject name: ScreenObject - uid: TinyLife.Objects.SpeakStyle diff --git a/media/changelog/0.31.0.png b/media/changelog/0.31.0.png new file mode 100644 index 0000000..bd5e981 Binary files /dev/null and b/media/changelog/0.31.0.png differ