Compare commits

..

No commits in common. "a02f559100ab3e178e08777d962656472da2a41b" and "19a293d77ba433d810d08a602ebffa2586311fc2" have entirely different histories.

71 changed files with 1698 additions and 9756 deletions

View file

@ -1,31 +1,3 @@
# 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*

View file

@ -95,7 +95,6 @@
"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",
@ -189,7 +188,6 @@
"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",
@ -215,7 +213,6 @@
"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",
@ -362,7 +359,6 @@
"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",
@ -552,7 +548,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.DeathReason)": "TinyLife.Actions.DieAction.yml",
"TinyLife.Actions.DieAction.Enqueue(TinyLife.Objects.Person,TinyLife.Objects.Person.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",
@ -573,10 +569,6 @@
"TinyLife.Actions.EmoteCategory.Negative": "TinyLife.Actions.EmoteCategory.yml",
"TinyLife.Actions.EmoteCategory.Travel": "TinyLife.Actions.EmoteCategory.yml",
"TinyLife.Actions.EmoteCategory.Unable": "TinyLife.Actions.EmoteCategory.yml",
"TinyLife.Actions.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",
@ -603,11 +595,6 @@
"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",
@ -705,7 +692,6 @@
"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",
@ -757,7 +743,6 @@
"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",
@ -1315,7 +1300,6 @@
"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",
@ -1660,11 +1644,6 @@
"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",
@ -2242,6 +2221,7 @@
"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",
@ -2252,9 +2232,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)": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.ChangeFriendship(TinyLife.Objects.Person,System.Single,System.Single)": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.ChangeRomance(TinyLife.Objects.Person,System.Single)": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.Create(TinyLife.World.Map,System.Random,TinyLife.Objects.AgeGroup,System.Boolean,System.Boolean,System.Boolean,System.Boolean,TinyLife.Objects.Person[])": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.Create(TinyLife.World.Map,System.Random,TinyLife.Objects.AgeGroup)": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.CurrentActions": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.CurrentAgeDays": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.CurrentEmote": "TinyLife.Objects.Person.yml",
@ -2264,10 +2244,15 @@
"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.DeathReason,System.Boolean)": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.Die(TinyLife.Objects.Person.DeathReason,System.Boolean)": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.DisplayEmote(TinyLife.Actions.EmoteCategory,System.Single,System.Single)": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.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",
@ -2285,7 +2270,6 @@
"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",
@ -2330,7 +2314,6 @@
"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",
@ -2356,8 +2339,6 @@
"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",
@ -2374,15 +2355,22 @@
"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.PregnancyAbility": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.PregnancyHoursRemaining": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.PregnancyPartner": "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.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",
@ -2408,6 +2396,7 @@
"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",
@ -2419,22 +2408,6 @@
"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",
@ -2598,7 +2571,6 @@
"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",
@ -2609,7 +2581,6 @@
"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",
@ -2617,15 +2588,12 @@
"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",
@ -2657,7 +2625,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.FriendDisplayString": "TinyLife.Relationship.yml",
"TinyLife.Relationship.DisplayString": "TinyLife.Relationship.yml",
"TinyLife.Relationship.FriendLevel": "TinyLife.Relationship.yml",
"TinyLife.Relationship.FriendPercentage": "TinyLife.Relationship.yml",
"TinyLife.Relationship.Genealogy": "TinyLife.Relationship.yml",
@ -2676,12 +2644,10 @@
"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",
@ -3033,14 +2999,9 @@
"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.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.CanSwitchPeople": "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",
@ -3191,7 +3152,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.Pose)": "TinyLife.Utilities.Extensions.yml",
"TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Person.Pose)": "TinyLife.Utilities.Extensions.yml",
"TinyLife.Utilities.Extensions.ToWorldPos(Microsoft.Xna.Framework.Vector2,System.Boolean)": "TinyLife.Utilities.Extensions.yml",
"TinyLife.Utilities.Extensions.Weekday(System.TimeSpan)": "TinyLife.Utilities.Extensions.yml",
"TinyLife.Utilities.TextureHandler": "TinyLife.Utilities.TextureHandler.yml",
@ -3407,7 +3368,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})": "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.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",
@ -3419,7 +3380,6 @@
"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",
@ -3434,7 +3394,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})": "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.ValidateExistingRooms(Microsoft.Xna.Framework.Point[])": "TinyLife.World.Map.yml",
"TinyLife.World.MapAudioEmitter": "TinyLife.World.MapAudioEmitter.yml",
"TinyLife.World.MapAudioEmitter.WorldPosition": "TinyLife.World.MapAudioEmitter.yml",

View file

@ -1634,7 +1634,7 @@ items:
assemblies:
- Tiny Life
namespace: TinyLife.Actions
summary: "\nA helper method that causes the <xref href=\"TinyLife.Actions.Action.Person\" data-throw-if-not-resolved=\"false\"></xref> to sit on the given object.\nThis method causes the action spot to be occupied and the person&apos;s <xref href=\"TinyLife.Objects.Person.CurrentPose\" data-throw-if-not-resolved=\"false\"></xref> to be changed to <see cref=\"!:Objects.Person.Pose.Sitting\"></see>.\nAdditionally, the <xref href=\"TinyLife.NeedType.Energy\" data-throw-if-not-resolved=\"false\"></xref> need is restored a little bit.\nNote that this method has to be called every <xref href=\"TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cSystem.Single)\" data-throw-if-not-resolved=\"false\"></xref> frame for the person to stay sat down.\n"
summary: "\nA helper method that causes the <xref href=\"TinyLife.Actions.Action.Person\" data-throw-if-not-resolved=\"false\"></xref> to sit on the given object.\nThis method causes the action spot to be occupied and the person&apos;s <xref href=\"TinyLife.Objects.Person.CurrentPose\" data-throw-if-not-resolved=\"false\"></xref> to be changed to <xref href=\"TinyLife.Objects.Person.Pose.Sitting\" data-throw-if-not-resolved=\"false\"></xref>.\nAdditionally, the <xref href=\"TinyLife.NeedType.Energy\" data-throw-if-not-resolved=\"false\"></xref> need is restored a little bit.\nNote that this method has to be called every <xref href=\"TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cSystem.Single)\" data-throw-if-not-resolved=\"false\"></xref> frame for the person to stay sat down.\n"
example: []
syntax:
content: public bool Sit(Furniture chair, float speedMultiplier, ActionSpot spot = null)
@ -4871,6 +4871,11 @@ 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

View file

@ -8,7 +8,6 @@ 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
@ -189,33 +188,6 @@ 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'
@ -234,7 +206,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/ActionType.cs
startLine: 413
startLine: 412
assemblies:
- Tiny Life
namespace: TinyLife.Actions

File diff suppressed because it is too large Load diff

View file

@ -2322,7 +2322,7 @@ references:
nameWithType: Padding
fullName: MLEM.Misc.Padding
- uid: TinyLife.Objects.Person.Portrait
commentId: P:TinyLife.Objects.Person.Portrait
commentId: F:TinyLife.Objects.Person.Portrait
name: Portrait
nameWithType: Person.Portrait
fullName: TinyLife.Objects.Person.Portrait

View file

@ -27,7 +27,7 @@ items:
assemblies:
- Tiny Life
namespace: TinyLife.Actions.Behaviors
summary: "\nAn <xref href=\"TinyLife.Actions.Behaviors.ActionBehavior\" data-throw-if-not-resolved=\"false\"></xref> for an action that is invoked at a <xref href=\"ExtremelySimpleLogger.Sink\" data-throw-if-not-resolved=\"false\"></xref>.\nIf the sink is not the main <xref href=\"TinyLife.Actions.ActionInfo.GetActionObject%60%601(System.Boolean)\" data-throw-if-not-resolved=\"false\"></xref>, it should be added as an auxiliary object using <xref href=\"TinyLife.Actions.ActionInfo.AddAuxiliaryObject(TinyLife.Objects.MapObject%2cTinyLife.Objects.ActionSpot)\" data-throw-if-not-resolved=\"false\"></xref> in <xref href=\"TinyLife.Actions.MultiAction.AndThenInitialize\" data-throw-if-not-resolved=\"false\"></xref>.\nThis behavior automatically displays a running water sound and sets the active person&apos;s pose to a working version using <xref href=\"TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Pose)\" data-throw-if-not-resolved=\"false\"></xref>.\n"
summary: "\nAn <xref href=\"TinyLife.Actions.Behaviors.ActionBehavior\" data-throw-if-not-resolved=\"false\"></xref> for an action that is invoked at a <xref href=\"ExtremelySimpleLogger.Sink\" data-throw-if-not-resolved=\"false\"></xref>.\nIf the sink is not the main <xref href=\"TinyLife.Actions.ActionInfo.GetActionObject%60%601(System.Boolean)\" data-throw-if-not-resolved=\"false\"></xref>, it should be added as an auxiliary object using <xref href=\"TinyLife.Actions.ActionInfo.AddAuxiliaryObject(TinyLife.Objects.MapObject%2cTinyLife.Objects.ActionSpot)\" data-throw-if-not-resolved=\"false\"></xref> in <xref href=\"TinyLife.Actions.MultiAction.AndThenInitialize\" data-throw-if-not-resolved=\"false\"></xref>.\nThis behavior automatically displays a running water sound and sets the active person&apos;s pose to a working version using <xref href=\"TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Person.Pose)\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: []
syntax:
content: 'public class SinkBehavior : ActionBehavior'
@ -287,23 +287,23 @@ references:
name: AndThenInitialize
- name: (
- name: )
- uid: TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Pose)
commentId: M:TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Pose)
- uid: TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Person.Pose)
commentId: M:TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Person.Pose)
name: ToWorking(Pose)
nameWithType: Extensions.ToWorking(Pose)
fullName: TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Pose)
nameWithType: Extensions.ToWorking(Person.Pose)
fullName: TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Person.Pose)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Pose)
- uid: TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Person.Pose)
name: ToWorking
- name: (
- uid: TinyLife.Objects.Pose
- uid: TinyLife.Objects.Person.Pose
name: Pose
- name: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Pose)
- uid: TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Person.Pose)
name: ToWorking
- name: (
- uid: TinyLife.Objects.Pose
- uid: TinyLife.Objects.Person.Pose
name: Pose
- name: )
- uid: TinyLife.Actions.Behaviors

View file

@ -79,7 +79,7 @@ items:
assemblies:
- Tiny Life
namespace: TinyLife.Actions.Behaviors
summary: "\nReturns whether this action&apos;s <xref href=\"TinyLife.Objects.Person\" data-throw-if-not-resolved=\"false\"></xref> currently looks to be working, which is displayed by the person&apos;s <see cref=\"!:Person.Pose\"></see> being changed in <xref href=\"TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.Update(Microsoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cSystem.Single)\" data-throw-if-not-resolved=\"false\"></xref>.\n"
summary: "\nReturns whether this action&apos;s <xref href=\"TinyLife.Objects.Person\" data-throw-if-not-resolved=\"false\"></xref> currently looks to be working, which is displayed by the person&apos;s <xref href=\"TinyLife.Objects.Person.Pose\" data-throw-if-not-resolved=\"false\"></xref> being changed in <xref href=\"TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.Update(Microsoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cSystem.Single)\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: []
syntax:
content: protected bool IsWorking { get; }
@ -776,6 +776,24 @@ 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

View file

@ -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.DeathReason)
- TinyLife.Actions.DieAction.Enqueue(TinyLife.Objects.Person,TinyLife.Objects.Person.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 <xref href=\"TinyLife.Objects.Person\" data-throw-if-not-resolved=\"false\"></xref> should <xref href=\"TinyLife.Objects.Person.Die(TinyLife.Objects.DeathReason%2cSystem.Boolean)\" data-throw-if-not-resolved=\"false\"></xref>.\nAll default <see cref=\"!:Person.DeathReason\"></see> values are handled by this action.\nTo enqueue this action efficiently, use <xref href=\"TinyLife.Actions.DieAction.Enqueue(TinyLife.Objects.Person%2cTinyLife.Objects.DeathReason)\" data-throw-if-not-resolved=\"false\"></xref>.\n"
summary: "\nAn action that is invoked when a <xref href=\"TinyLife.Objects.Person\" data-throw-if-not-resolved=\"false\"></xref> should <xref href=\"TinyLife.Objects.Person.Die(TinyLife.Objects.Person.DeathReason%2cSystem.Boolean)\" data-throw-if-not-resolved=\"false\"></xref>.\nAll default <xref href=\"TinyLife.Objects.Person.DeathReason\" data-throw-if-not-resolved=\"false\"></xref> values are handled by this action.\nTo enqueue this action efficiently, use <xref href=\"TinyLife.Actions.DieAction.Enqueue(TinyLife.Objects.Person%2cTinyLife.Objects.Person.DeathReason)\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: []
syntax:
content: 'public class DieAction : Action, IGenericDataHolder'
@ -137,13 +137,13 @@ items:
content: >-
[DataMember]
public DeathReason Reason
public Person.DeathReason Reason
return:
type: TinyLife.Objects.DeathReason
type: TinyLife.Objects.Person.DeathReason
content.vb: >-
<DataMember>
Public Reason As DeathReason
Public Reason As Person.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.DeathReason)
commentId: M:TinyLife.Actions.DieAction.Enqueue(TinyLife.Objects.Person,TinyLife.Objects.DeathReason)
id: Enqueue(TinyLife.Objects.Person,TinyLife.Objects.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)
id: Enqueue(TinyLife.Objects.Person,TinyLife.Objects.Person.DeathReason)
parent: TinyLife.Actions.DieAction
langs:
- csharp
- vb
name: Enqueue(Person, DeathReason)
nameWithType: DieAction.Enqueue(Person, DeathReason)
fullName: TinyLife.Actions.DieAction.Enqueue(TinyLife.Objects.Person, TinyLife.Objects.DeathReason)
nameWithType: DieAction.Enqueue(Person, Person.DeathReason)
fullName: TinyLife.Actions.DieAction.Enqueue(TinyLife.Objects.Person, TinyLife.Objects.Person.DeathReason)
type: Method
source:
remote:
@ -454,15 +454,15 @@ items:
summary: "\nEnqueues a <xref href=\"TinyLife.Actions.DieAction\" data-throw-if-not-resolved=\"false\"></xref> for the given <xref href=\"TinyLife.Objects.Person\" data-throw-if-not-resolved=\"false\"></xref>.\nThe enqueued action receives priority, and all other current actions are canceled.\n"
example: []
syntax:
content: public static void Enqueue(Person person, DeathReason reason)
content: public static void Enqueue(Person person, Person.DeathReason reason)
parameters:
- id: person
type: TinyLife.Objects.Person
description: The person that should die
- id: reason
type: TinyLife.Objects.DeathReason
type: TinyLife.Objects.Person.DeathReason
description: The reason for their death
content.vb: Public Shared Sub Enqueue(person As Person, reason As DeathReason)
content.vb: Public Shared Sub Enqueue(person As Person, reason As Person.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.DeathReason,System.Boolean)
commentId: M:TinyLife.Objects.Person.Die(TinyLife.Objects.DeathReason,System.Boolean)
- uid: TinyLife.Objects.Person.Die(TinyLife.Objects.Person.DeathReason,System.Boolean)
commentId: M:TinyLife.Objects.Person.Die(TinyLife.Objects.Person.DeathReason,System.Boolean)
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.boolean
name: Die(DeathReason, bool)
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)
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)
name.vb: Die(DeathReason, Boolean)
spec.csharp:
- uid: TinyLife.Objects.Person.Die(TinyLife.Objects.DeathReason,System.Boolean)
- uid: TinyLife.Objects.Person.Die(TinyLife.Objects.Person.DeathReason,System.Boolean)
name: Die
- name: (
- uid: TinyLife.Objects.DeathReason
- uid: TinyLife.Objects.Person.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.DeathReason,System.Boolean)
- uid: TinyLife.Objects.Person.Die(TinyLife.Objects.Person.DeathReason,System.Boolean)
name: Die
- name: (
- uid: TinyLife.Objects.DeathReason
- uid: TinyLife.Objects.Person.DeathReason
name: DeathReason
- name: ','
- name: " "
@ -507,31 +507,49 @@ references:
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: )
- 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, DeathReason)
fullName: TinyLife.Actions.DieAction.Enqueue(TinyLife.Objects.Person, TinyLife.Objects.DeathReason)
- 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.Actions.DieAction.Enqueue(TinyLife.Objects.Person,TinyLife.Objects.DeathReason)
- 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)
name: Enqueue(Person, DeathReason)
nameWithType: DieAction.Enqueue(Person, Person.DeathReason)
fullName: TinyLife.Actions.DieAction.Enqueue(TinyLife.Objects.Person, TinyLife.Objects.Person.DeathReason)
spec.csharp:
- uid: TinyLife.Actions.DieAction.Enqueue(TinyLife.Objects.Person,TinyLife.Objects.Person.DeathReason)
name: Enqueue
- name: (
- uid: TinyLife.Objects.Person
name: Person
- name: ','
- name: " "
- uid: TinyLife.Objects.DeathReason
- uid: TinyLife.Objects.Person.DeathReason
name: DeathReason
- name: )
spec.vb:
- uid: TinyLife.Actions.DieAction.Enqueue(TinyLife.Objects.Person,TinyLife.Objects.DeathReason)
- uid: TinyLife.Actions.DieAction.Enqueue(TinyLife.Objects.Person,TinyLife.Objects.Person.DeathReason)
name: Enqueue
- name: (
- uid: TinyLife.Objects.Person
name: Person
- name: ','
- name: " "
- uid: TinyLife.Objects.DeathReason
- uid: TinyLife.Objects.Person.DeathReason
name: DeathReason
- name: )
- uid: TinyLife.Actions
@ -3208,12 +3226,6 @@ 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

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -61,7 +61,6 @@ 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
@ -883,26 +882,6 @@ 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

View file

@ -52,7 +52,6 @@ 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
@ -556,26 +555,6 @@ 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

View file

@ -56,7 +56,6 @@ 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
@ -647,26 +646,6 @@ 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

View file

@ -42,7 +42,6 @@ items:
- TinyLife.Actions.Action
- TinyLife.Actions.MultiAction
derivedClasses:
- TinyLife.Actions.HaveBabyAction
- TinyLife.Actions.WorkAction
implements:
- MLEM.Misc.IGenericDataHolder

View file

@ -6,7 +6,6 @@ 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
@ -28,7 +27,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PathfindToPersonAction
path: ../TinyLife/Actions/PathfindToPersonAction.cs
startLine: 14
startLine: 13
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -41,8 +40,6 @@ items:
- System.Object
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder
- TinyLife.Actions.Action
derivedClasses:
- TinyLife.Actions.FollowAdultAction
implements:
- MLEM.Misc.IGenericDataHolder
inheritedMembers:
@ -131,7 +128,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WalkSpeedMultiplier
path: ../TinyLife/Actions/PathfindToPersonAction.cs
startLine: 21
startLine: 20
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -170,7 +167,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DriveSpeedMultiplier
path: ../TinyLife/Actions/PathfindToPersonAction.cs
startLine: 27
startLine: 26
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -191,44 +188,6 @@ 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)'
@ -247,30 +206,20 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/PathfindToPersonAction.cs
startLine: 40
startLine: 34
assemblies:
- Tiny Life
namespace: TinyLife.Actions
summary: "\nCreates a new typeless action with the given action information.\n"
example: []
syntax:
content: >-
[JsonConstructor]
public PathfindToPersonAction(ActionInfo info)
content: public PathfindToPersonAction(ActionInfo info)
parameters:
- id: info
type: TinyLife.Actions.ActionInfo
description: The information for this action.
content.vb: >-
<JsonConstructor>
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)
@ -292,7 +241,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetMaxPathfindTime
path: ../TinyLife/Actions/PathfindToPersonAction.cs
startLine: 50
startLine: 43
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -323,7 +272,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: ../TinyLife/Actions/PathfindToPersonAction.cs
startLine: 55
startLine: 48
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -365,7 +314,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: ../TinyLife/Actions/PathfindToPersonAction.cs
startLine: 86
startLine: 79
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -401,7 +350,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsCompleted
path: ../TinyLife/Actions/PathfindToPersonAction.cs
startLine: 91
startLine: 84
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -433,7 +382,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted
path: ../TinyLife/Actions/PathfindToPersonAction.cs
startLine: 108
startLine: 101
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -463,7 +412,6 @@ 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()
@ -3057,12 +3005,6 @@ 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
@ -3251,12 +3193,6 @@ 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

View file

@ -49,7 +49,6 @@ 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
@ -458,26 +457,6 @@ 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

View file

@ -22,7 +22,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: StartPartnerAction
path: ../TinyLife/Actions/SocialAction.cs
startLine: 247
startLine: 243
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: 250
startLine: 246
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: 253
startLine: 249
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: 281
startLine: 277
assemblies:
- Tiny Life
namespace: TinyLife.Actions

View file

@ -21,7 +21,6 @@ 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
@ -619,37 +618,6 @@ items:
description: The action that was enqueued for the <xref href="TinyLife.Actions.SocialAction.Partner" data-throw-if-not-resolved="false"></xref>.
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)
@ -668,7 +636,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnBothCompleted
path: ../TinyLife/Actions/SocialAction.cs
startLine: 114
startLine: 110
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -697,7 +665,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenUpdate
path: ../TinyLife/Actions/SocialAction.cs
startLine: 117
startLine: 113
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -739,7 +707,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenIsCompleted
path: ../TinyLife/Actions/SocialAction.cs
startLine: 124
startLine: 120
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -771,7 +739,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenInitialize
path: ../TinyLife/Actions/SocialAction.cs
startLine: 135
startLine: 131
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -798,7 +766,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenOnCompleted
path: ../TinyLife/Actions/SocialAction.cs
startLine: 145
startLine: 141
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -831,7 +799,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanCancel
path: ../TinyLife/Actions/SocialAction.cs
startLine: 155
startLine: 151
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -867,7 +835,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanMultitask
path: ../TinyLife/Actions/SocialAction.cs
startLine: 162
startLine: 158
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -903,7 +871,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanStartNow
path: ../TinyLife/Actions/SocialAction.cs
startLine: 172
startLine: 168
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -932,7 +900,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDisplayName
path: ../TinyLife/Actions/SocialAction.cs
startLine: 180
startLine: 176
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -964,7 +932,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TryForceResult
path: ../TinyLife/Actions/SocialAction.cs
startLine: 185
startLine: 181
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -1006,7 +974,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InvokeForBoth
path: ../TinyLife/Actions/SocialAction.cs
startLine: 198
startLine: 194
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -1041,7 +1009,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsHelper
path: ../TinyLife/Actions/SocialAction.cs
startLine: 202
startLine: 198
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -1075,7 +1043,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetHelper
path: ../TinyLife/Actions/SocialAction.cs
startLine: 206
startLine: 202
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -1109,7 +1077,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetRecipientAction
path: ../TinyLife/Actions/SocialAction.cs
startLine: 210
startLine: 206
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -1143,7 +1111,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateAskOffer
path: ../TinyLife/Actions/SocialAction.cs
startLine: 214
startLine: 210
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -4554,17 +4522,6 @@ 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

View file

@ -59,7 +59,6 @@ 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
@ -847,26 +846,6 @@ 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

View file

@ -24,9 +24,7 @@ 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
@ -255,21 +253,11 @@ 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
@ -328,7 +316,6 @@ 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

View file

@ -19,7 +19,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CheatDelegate
path: ../TinyLife/Debug.cs
startLine: 743
startLine: 735
assemblies:
- Tiny Life
namespace: TinyLife

View file

@ -19,7 +19,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DebugDelegate
path: ../TinyLife/Debug.cs
startLine: 748
startLine: 740
assemblies:
- Tiny Life
namespace: TinyLife

View file

@ -119,7 +119,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TryCheat
path: ../TinyLife/Debug.cs
startLine: 574
startLine: 566
assemblies:
- Tiny Life
namespace: TinyLife

View file

@ -27,7 +27,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Instance
path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 394
startLine: 386
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: 401
startLine: 393
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: 406
startLine: 398
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: 411
startLine: 403
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: 416
startLine: 408
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: 422
startLine: 414
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: 427
startLine: 419
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: 444
startLine: 436
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: 458
startLine: 450
assemblies:
- Tiny Life
namespace: TinyLife.Emotions

View file

@ -4740,33 +4740,6 @@ 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
@ -4785,7 +4758,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GymTrainerPositive
path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 212
startLine: 210
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@ -4812,7 +4785,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GymTrainerNegative
path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 213
startLine: 211
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@ -4821,6 +4794,33 @@ 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: 214
startLine: 213
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: 215
startLine: 214
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: 216
startLine: 215
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: 286
startLine: 278
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: 290
startLine: 282
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: 295
startLine: 287
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: 301
startLine: 293
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: 308
startLine: 300
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: 317
startLine: 309
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: 331
startLine: 323
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: 340
startLine: 332
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: 356
startLine: 348
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: 369
startLine: 361
assemblies:
- Tiny Life
namespace: TinyLife.Emotions

View file

@ -26,7 +26,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GameMode
path: ../TinyLife/GameImpl.cs
startLine: 1095
startLine: 1089
assemblies:
- Tiny Life
namespace: TinyLife
@ -55,7 +55,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InitialLoad
path: ../TinyLife/GameImpl.cs
startLine: 1098
startLine: 1092
assemblies:
- Tiny Life
namespace: TinyLife
@ -83,7 +83,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Splash
path: ../TinyLife/GameImpl.cs
startLine: 1100
startLine: 1094
assemblies:
- Tiny Life
namespace: TinyLife
@ -111,7 +111,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MainMenu
path: ../TinyLife/GameImpl.cs
startLine: 1102
startLine: 1096
assemblies:
- Tiny Life
namespace: TinyLife
@ -139,7 +139,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SelectHousehold
path: ../TinyLife/GameImpl.cs
startLine: 1104
startLine: 1098
assemblies:
- Tiny Life
namespace: TinyLife
@ -167,7 +167,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InGameHousehold
path: ../TinyLife/GameImpl.cs
startLine: 1106
startLine: 1100
assemblies:
- Tiny Life
namespace: TinyLife
@ -195,7 +195,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BuildOnly
path: ../TinyLife/GameImpl.cs
startLine: 1108
startLine: 1102
assemblies:
- Tiny Life
namespace: TinyLife
@ -223,7 +223,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CharacterCreation
path: ../TinyLife/GameImpl.cs
startLine: 1110
startLine: 1104
assemblies:
- Tiny Life
namespace: TinyLife

View file

@ -722,7 +722,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LoadContent
path: ../TinyLife/GameImpl.cs
startLine: 269
startLine: 268
assemblies:
- Tiny Life
namespace: TinyLife
@ -750,7 +750,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DoUpdate
path: ../TinyLife/GameImpl.cs
startLine: 324
startLine: 323
assemblies:
- Tiny Life
namespace: TinyLife
@ -781,7 +781,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DoDraw
path: ../TinyLife/GameImpl.cs
startLine: 563
startLine: 562
assemblies:
- Tiny Life
namespace: TinyLife
@ -812,7 +812,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Dispose
path: ../TinyLife/GameImpl.cs
startLine: 600
startLine: 599
assemblies:
- Tiny Life
namespace: TinyLife
@ -846,7 +846,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RotateCamera
path: ../TinyLife/GameImpl.cs
startLine: 617
startLine: 616
assemblies:
- Tiny Life
namespace: TinyLife
@ -881,7 +881,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsCursorOnUi
path: ../TinyLife/GameImpl.cs
startLine: 633
startLine: 630
assemblies:
- Tiny Life
namespace: TinyLife
@ -912,7 +912,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SwitchGameMode
path: ../TinyLife/GameImpl.cs
startLine: 645
startLine: 642
assemblies:
- Tiny Life
namespace: TinyLife
@ -944,7 +944,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanBeExtremelyFast
path: ../TinyLife/GameImpl.cs
startLine: 734
startLine: 731
assemblies:
- Tiny Life
namespace: TinyLife
@ -975,7 +975,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanSwitchGameModes
path: ../TinyLife/GameImpl.cs
startLine: 745
startLine: 742
assemblies:
- Tiny Life
namespace: TinyLife
@ -1006,7 +1006,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FadeKeyboardLighting
path: ../TinyLife/GameImpl.cs
startLine: 760
startLine: 757
assemblies:
- Tiny Life
namespace: TinyLife
@ -1038,7 +1038,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TakeScreenshot
path: ../TinyLife/GameImpl.cs
startLine: 786
startLine: 783
assemblies:
- Tiny Life
namespace: TinyLife
@ -1079,7 +1079,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MarkLotVisible
path: ../TinyLife/GameImpl.cs
startLine: 814
startLine: 811
assemblies:
- Tiny Life
namespace: TinyLife
@ -1111,7 +1111,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MarkLotNonVisible
path: ../TinyLife/GameImpl.cs
startLine: 830
startLine: 827
assemblies:
- Tiny Life
namespace: TinyLife
@ -1143,7 +1143,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsLotVisible
path: ../TinyLife/GameImpl.cs
startLine: 841
startLine: 838
assemblies:
- Tiny Life
namespace: TinyLife
@ -1178,7 +1178,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CompleteAchievement
path: ../TinyLife/GameImpl.cs
startLine: 853
startLine: 850
assemblies:
- Tiny Life
namespace: TinyLife

View file

@ -29,7 +29,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GenealogyType
path: ../TinyLife/Relationship.cs
startLine: 436
startLine: 426
assemblies:
- Tiny Life
namespace: TinyLife
@ -61,7 +61,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Unrelated
path: ../TinyLife/Relationship.cs
startLine: 441
startLine: 431
assemblies:
- Tiny Life
namespace: TinyLife
@ -89,7 +89,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Parent
path: ../TinyLife/Relationship.cs
startLine: 445
startLine: 435
assemblies:
- Tiny Life
namespace: TinyLife
@ -117,7 +117,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Child
path: ../TinyLife/Relationship.cs
startLine: 449
startLine: 439
assemblies:
- Tiny Life
namespace: TinyLife
@ -145,7 +145,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Sibling
path: ../TinyLife/Relationship.cs
startLine: 453
startLine: 443
assemblies:
- Tiny Life
namespace: TinyLife
@ -173,7 +173,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Nibling
path: ../TinyLife/Relationship.cs
startLine: 457
startLine: 447
assemblies:
- Tiny Life
namespace: TinyLife
@ -201,7 +201,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Pibling
path: ../TinyLife/Relationship.cs
startLine: 461
startLine: 451
assemblies:
- Tiny Life
namespace: TinyLife
@ -229,7 +229,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Grandparent
path: ../TinyLife/Relationship.cs
startLine: 465
startLine: 455
assemblies:
- Tiny Life
namespace: TinyLife
@ -257,7 +257,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Grandchild
path: ../TinyLife/Relationship.cs
startLine: 469
startLine: 459
assemblies:
- Tiny Life
namespace: TinyLife
@ -285,7 +285,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Cousin
path: ../TinyLife/Relationship.cs
startLine: 473
startLine: 463
assemblies:
- Tiny Life
namespace: TinyLife
@ -313,7 +313,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DistantlyRelated
path: ../TinyLife/Relationship.cs
startLine: 477
startLine: 467
assemblies:
- Tiny Life
namespace: TinyLife

View file

@ -19,7 +19,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: JobPerformanceDelegate
path: ../TinyLife/Goals/Job.cs
startLine: 278
startLine: 276
assemblies:
- Tiny Life
namespace: TinyLife.Goals

View file

@ -637,7 +637,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HasRequiredPromotionSkills
path: ../TinyLife/Goals/Job.cs
startLine: 233
startLine: 231
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: 245
startLine: 243
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: 253
startLine: 251
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: 261
startLine: 259
assemblies:
- Tiny Life
namespace: TinyLife.Goals

View file

@ -7,7 +7,6 @@ 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)
@ -639,35 +638,6 @@ 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
@ -686,7 +656,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DailyTasks
path: ../TinyLife/Goals/JobType.cs
startLine: 168
startLine: 167
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -717,7 +687,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DailyTaskImportance
path: ../TinyLife/Goals/JobType.cs
startLine: 173
startLine: 172
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -748,7 +718,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ChoicePrompts
path: ../TinyLife/Goals/JobType.cs
startLine: 177
startLine: 176
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -779,7 +749,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SourceString
path: ../TinyLife/Goals/JobType.cs
startLine: 179
startLine: 178
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -812,7 +782,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Goals/JobType.cs
startLine: 189
startLine: 188
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -859,7 +829,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Construct
path: ../TinyLife/Goals/JobType.cs
startLine: 203
startLine: 202
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -900,7 +870,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsTimeToWork
path: ../TinyLife/Goals/JobType.cs
startLine: 213
startLine: 212
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -935,7 +905,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ToScheduleString
path: ../TinyLife/Goals/JobType.cs
startLine: 222
startLine: 221
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -969,7 +939,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDisplayName
path: ../TinyLife/Goals/JobType.cs
startLine: 236
startLine: 235
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -1007,7 +977,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetRequiredPromotionSkills
path: ../TinyLife/Goals/JobType.cs
startLine: 248
startLine: 247
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -1042,7 +1012,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnWorkStartsInAnHour
path: ../TinyLife/Goals/JobType.cs
startLine: 263
startLine: 262
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -1074,7 +1044,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnWorkHoursOver
path: ../TinyLife/Goals/JobType.cs
startLine: 274
startLine: 273
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -1106,7 +1076,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnWorkFinished
path: ../TinyLife/Goals/JobType.cs
startLine: 284
startLine: 283
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -1141,7 +1111,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnWorkStarted
path: ../TinyLife/Goals/JobType.cs
startLine: 295
startLine: 294
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -1176,7 +1146,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnLevelChanged
path: ../TinyLife/Goals/JobType.cs
startLine: 303
startLine: 302
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -1214,7 +1184,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnRaiseReceived
path: ../TinyLife/Goals/JobType.cs
startLine: 313
startLine: 312
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -1246,7 +1216,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UpdateWorking
path: ../TinyLife/Goals/JobType.cs
startLine: 325
startLine: 324
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -1290,7 +1260,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Register
path: ../TinyLife/Goals/JobType.cs
startLine: 335
startLine: 334
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -2370,11 +2340,6 @@ 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

View file

@ -60,7 +60,6 @@ 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
@ -182,7 +181,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnWorkFinished
path: ../TinyLife/Goals/StudentJobType.cs
startLine: 41
startLine: 40
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -218,7 +217,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnLevelChanged
path: ../TinyLife/Goals/StudentJobType.cs
startLine: 55
startLine: 54
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -257,7 +256,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UpdateWorking
path: ../TinyLife/Goals/StudentJobType.cs
startLine: 60
startLine: 59
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -453,12 +452,6 @@ 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

View file

@ -192,7 +192,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Toilet
path: ../TinyLife/Need.cs
startLine: 125
startLine: 123
assemblies:
- Tiny Life
namespace: TinyLife
@ -219,7 +219,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Hygiene
path: ../TinyLife/Need.cs
startLine: 126
startLine: 124
assemblies:
- Tiny Life
namespace: TinyLife
@ -246,7 +246,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Entertainment
path: ../TinyLife/Need.cs
startLine: 127
startLine: 125
assemblies:
- Tiny Life
namespace: TinyLife
@ -273,7 +273,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name
path: ../TinyLife/Need.cs
startLine: 134
startLine: 132
assemblies:
- Tiny Life
namespace: TinyLife
@ -302,7 +302,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PassiveReduction
path: ../TinyLife/Need.cs
startLine: 138
startLine: 136
assemblies:
- Tiny Life
namespace: TinyLife
@ -331,7 +331,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NeedLowAction
path: ../TinyLife/Need.cs
startLine: 142
startLine: 140
assemblies:
- Tiny Life
namespace: TinyLife
@ -360,7 +360,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NeedLowTime
path: ../TinyLife/Need.cs
startLine: 146
startLine: 144
assemblies:
- Tiny Life
namespace: TinyLife
@ -389,7 +389,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SolveImportance
path: ../TinyLife/Need.cs
startLine: 151
startLine: 149
assemblies:
- Tiny Life
namespace: TinyLife
@ -418,7 +418,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SolvePercentage
path: ../TinyLife/Need.cs
startLine: 152
startLine: 150
assemblies:
- Tiny Life
namespace: TinyLife
@ -445,7 +445,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SourceString
path: ../TinyLife/Need.cs
startLine: 154
startLine: 152
assemblies:
- Tiny Life
namespace: TinyLife
@ -478,7 +478,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Need.cs
startLine: 164
startLine: 162
assemblies:
- Tiny Life
namespace: TinyLife
@ -527,7 +527,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Register
path: ../TinyLife/Need.cs
startLine: 178
startLine: 176
assemblies:
- Tiny Life
namespace: TinyLife

View file

@ -22,7 +22,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AgeGroup
path: ../TinyLife/Objects/Person.cs
startLine: 3022
startLine: 2967
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: 3026
startLine: 2971
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: 3032
startLine: 2977
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: 3038
startLine: 2983
assemblies:
- Tiny Life
namespace: TinyLife.Objects

View file

@ -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 <see cref=\"!:Person.Pose\"></see>, their rotation, and the layer of this clothes item being rendered.\nThis function defaults to returning <xref href=\"TinyLife.Utilities.Extensions.GetDepth(TinyLife.Objects.ClothesLayer)\" data-throw-if-not-resolved=\"false\"></xref>.\n"
summary: "\nA function that determines the depth with which this clothes item is rendered based on the given <xref href=\"TinyLife.Objects.Person.Pose\" data-throw-if-not-resolved=\"false\"></xref>, their rotation, and the layer of this clothes item being rendered.\nThis function defaults to returning <xref href=\"TinyLife.Utilities.Extensions.GetDepth(TinyLife.Objects.ClothesLayer)\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: []
syntax:
content: public Func<(Pose Pose, Direction2 Rotation, int Layer), float> DepthFunction { get; init; }
content: public Func<(Person.Pose Pose, Direction2 Rotation, int Layer), float> DepthFunction { get; init; }
parameters: []
return:
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)
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)
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 <xref href=\"TinyLife.Objects.ClothesLayer\" data-throw-if-not-resolved=\"false\"></xref> whose texture behavior should be used instead of the <xref href=\"TinyLife.Objects.Clothes.Layer\" data-throw-if-not-resolved=\"false\"></xref>&apos;s texture behavior.\nThe texture behavior determines how many texture regions a clothes item uses, and whether they are animated in a certain <see cref=\"!:Person.Pose\"></see>. For more information, see https://docs.tinylifegame.com/articles/creating_textures.html.\n"
summary: "\nA <xref href=\"TinyLife.Objects.ClothesLayer\" data-throw-if-not-resolved=\"false\"></xref> whose texture behavior should be used instead of the <xref href=\"TinyLife.Objects.Clothes.Layer\" data-throw-if-not-resolved=\"false\"></xref>&apos;s texture behavior.\nThe texture behavior determines how many texture regions a clothes item uses, and whether they are animated in a certain <xref href=\"TinyLife.Objects.Person.Pose\" data-throw-if-not-resolved=\"false\"></xref>. For more information, see https://docs.tinylifegame.com/articles/creating_textures.html.\n"
example: []
syntax:
content: public ClothesLayer? TextureBehaviorLayer { get; init; }
@ -1786,6 +1786,24 @@ 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)
@ -1810,17 +1828,17 @@ references:
name: DepthFunction
nameWithType: Clothes.DepthFunction
fullName: TinyLife.Objects.Clothes.DepthFunction
- 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}
- 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}
parent: System
definition: System.Func`2
href: https://learn.microsoft.com/dotnet/api/system.func-2
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)
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)
spec.csharp:
- uid: System.Func`2
name: Func
@ -1828,21 +1846,24 @@ references:
href: https://learn.microsoft.com/dotnet/api/system.func-2
- name: <
- name: (
- uid: TinyLife.Objects.Pose
- uid: TinyLife.Objects.Person
name: Person
- name: .
- uid: TinyLife.Objects.Person.Pose
name: Pose
- name: " "
- uid: System.ValueTuple{TinyLife.Objects.Pose,MLEM.Misc.Direction2,System.Int32}.Pose
- uid: System.ValueTuple{TinyLife.Objects.Person.Pose,MLEM.Misc.Direction2,System.Int32}.Pose
name: Pose
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.pose,mlem.misc.direction2,system.int32-.pose
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.person.pose,mlem.misc.direction2,system.int32-.pose
- name: ','
- name: " "
- uid: MLEM.Misc.Direction2
name: Direction2
isExternal: true
- name: " "
- uid: System.ValueTuple{TinyLife.Objects.Pose,MLEM.Misc.Direction2,System.Int32}.Rotation
- uid: System.ValueTuple{TinyLife.Objects.Person.Pose,MLEM.Misc.Direction2,System.Int32}.Rotation
name: Rotation
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.pose,mlem.misc.direction2,system.int32-.rotation
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.person.pose,mlem.misc.direction2,system.int32-.rotation
- name: ','
- name: " "
- uid: System.Int32
@ -1850,9 +1871,9 @@ references:
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: " "
- uid: System.ValueTuple{TinyLife.Objects.Pose,MLEM.Misc.Direction2,System.Int32}.Layer
- uid: System.ValueTuple{TinyLife.Objects.Person.Pose,MLEM.Misc.Direction2,System.Int32}.Layer
name: Layer
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.pose,mlem.misc.direction2,system.int32-.layer
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.person.pose,mlem.misc.direction2,system.int32-.layer
- name: )
- name: ','
- name: " "
@ -1870,19 +1891,22 @@ references:
- name: Of
- name: " "
- name: (
- uid: System.ValueTuple{TinyLife.Objects.Pose,MLEM.Misc.Direction2,System.Int32}.Pose
- uid: System.ValueTuple{TinyLife.Objects.Person.Pose,MLEM.Misc.Direction2,System.Int32}.Pose
name: Pose
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.pose,mlem.misc.direction2,system.int32-.pose
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.person.pose,mlem.misc.direction2,system.int32-.pose
- name: " "
- name: As
- name: " "
- uid: TinyLife.Objects.Pose
- uid: TinyLife.Objects.Person
name: Person
- name: .
- uid: TinyLife.Objects.Person.Pose
name: Pose
- name: ','
- name: " "
- uid: System.ValueTuple{TinyLife.Objects.Pose,MLEM.Misc.Direction2,System.Int32}.Rotation
- uid: System.ValueTuple{TinyLife.Objects.Person.Pose,MLEM.Misc.Direction2,System.Int32}.Rotation
name: Rotation
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.pose,mlem.misc.direction2,system.int32-.rotation
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.person.pose,mlem.misc.direction2,system.int32-.rotation
- name: " "
- name: As
- name: " "
@ -1891,9 +1915,9 @@ references:
isExternal: true
- name: ','
- name: " "
- uid: System.ValueTuple{TinyLife.Objects.Pose,MLEM.Misc.Direction2,System.Int32}.Layer
- uid: System.ValueTuple{TinyLife.Objects.Person.Pose,MLEM.Misc.Direction2,System.Int32}.Layer
name: Layer
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.pose,mlem.misc.direction2,system.int32-.layer
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.person.pose,mlem.misc.direction2,system.int32-.layer
- name: " "
- name: As
- name: " "

View file

@ -197,19 +197,19 @@ items:
assemblies:
- Tiny Life
namespace: TinyLife.Objects
summary: "\nThe <xref href=\"TinyLife.Objects.DeathReason\" data-throw-if-not-resolved=\"false\"></xref> for this gravestone&apos;s <xref href=\"TinyLife.Objects.Gravestone.DeadPerson\" data-throw-if-not-resolved=\"false\"></xref>&apos;s death\n"
summary: "\nThe <xref href=\"TinyLife.Objects.Person.DeathReason\" data-throw-if-not-resolved=\"false\"></xref> for this gravestone&apos;s <xref href=\"TinyLife.Objects.Gravestone.DeadPerson\" data-throw-if-not-resolved=\"false\"></xref>&apos;s death\n"
example: []
syntax:
content: >-
[DataMember]
public DeathReason Reason
public Person.DeathReason Reason
return:
type: TinyLife.Objects.DeathReason
type: TinyLife.Objects.Person.DeathReason
content.vb: >-
<DataMember>
Public Reason As DeathReason
Public Reason As Person.DeathReason
attributes:
- type: System.Runtime.Serialization.DataMemberAttribute
ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
@ -3309,12 +3309,24 @@ references:
name: DeadPerson
nameWithType: Gravestone.DeadPerson
fullName: TinyLife.Objects.Gravestone.DeadPerson
- uid: TinyLife.Objects.DeathReason
commentId: T:TinyLife.Objects.DeathReason
- uid: TinyLife.Objects.Person.DeathReason
commentId: T:TinyLife.Objects.Person.DeathReason
parent: TinyLife.Objects
name: DeathReason
nameWithType: DeathReason
fullName: TinyLife.Objects.DeathReason
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.Objects.Gravestone.DeadPerson
commentId: P:TinyLife.Objects.Gravestone.DeadPerson
name: DeadPerson

View file

@ -25,7 +25,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LifeSpan
path: ../TinyLife/Objects/Person.cs
startLine: 3046
startLine: 2991
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: 3049
startLine: 2994
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: 3050
startLine: 2995
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: 3051
startLine: 2996
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: 3052
startLine: 2997
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: 3053
startLine: 2998
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: 3054
startLine: 2999
assemblies:
- Tiny Life
namespace: TinyLife.Objects

View file

@ -19,7 +19,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ActionUpdateDelegate
path: ../TinyLife/Objects/Person.cs
startLine: 2905
startLine: 2852
assemblies:
- Tiny Life
namespace: TinyLife.Objects

View file

@ -1,20 +1,20 @@
### YamlMime:ManagedReference
items:
- uid: TinyLife.Objects.DeathReason
commentId: T:TinyLife.Objects.DeathReason
id: DeathReason
- uid: TinyLife.Objects.Person.DeathReason
commentId: T:TinyLife.Objects.Person.DeathReason
id: Person.DeathReason
parent: TinyLife.Objects
children:
- TinyLife.Objects.DeathReason.Electrocution
- TinyLife.Objects.DeathReason.InexplicableReasons
- TinyLife.Objects.DeathReason.Starvation
- TinyLife.Objects.DeathReason.TooMuchProtein
- TinyLife.Objects.Person.DeathReason.Electrocution
- TinyLife.Objects.Person.DeathReason.InexplicableReasons
- TinyLife.Objects.Person.DeathReason.Starvation
- TinyLife.Objects.Person.DeathReason.TooMuchProtein
langs:
- csharp
- vb
name: DeathReason
nameWithType: DeathReason
fullName: TinyLife.Objects.DeathReason
name: Person.DeathReason
nameWithType: Person.DeathReason
fullName: TinyLife.Objects.Person.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: 2994
startLine: 2918
assemblies:
- Tiny Life
namespace: TinyLife.Objects
summary: "\nAn enum that represents a set of possible reasons for a <xref href=\"TinyLife.Objects.Person\" data-throw-if-not-resolved=\"false\"></xref>&apos;s death\n"
example: []
syntax:
content: public enum DeathReason
content.vb: Public Enum DeathReason
content: public enum Person.DeathReason
content.vb: Public Enum Person.DeathReason
extensionMethods:
- TinyLife.Objects.DeathReason.TinyLife.Utilities.Extensions.JsonCopy``1
- uid: TinyLife.Objects.DeathReason.Starvation
commentId: F:TinyLife.Objects.DeathReason.Starvation
- TinyLife.Objects.Person.DeathReason.TinyLife.Utilities.Extensions.JsonCopy``1
- uid: TinyLife.Objects.Person.DeathReason.Starvation
commentId: F:TinyLife.Objects.Person.DeathReason.Starvation
id: Starvation
parent: TinyLife.Objects.DeathReason
parent: TinyLife.Objects.Person.DeathReason
langs:
- csharp
- vb
name: Starvation
nameWithType: DeathReason.Starvation
fullName: TinyLife.Objects.DeathReason.Starvation
nameWithType: Person.DeathReason.Starvation
fullName: TinyLife.Objects.Person.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: 3000
startLine: 2924
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -61,17 +61,17 @@ items:
syntax:
content: Starvation = 0
return:
type: TinyLife.Objects.DeathReason
- uid: TinyLife.Objects.DeathReason.InexplicableReasons
commentId: F:TinyLife.Objects.DeathReason.InexplicableReasons
type: TinyLife.Objects.Person.DeathReason
- uid: TinyLife.Objects.Person.DeathReason.InexplicableReasons
commentId: F:TinyLife.Objects.Person.DeathReason.InexplicableReasons
id: InexplicableReasons
parent: TinyLife.Objects.DeathReason
parent: TinyLife.Objects.Person.DeathReason
langs:
- csharp
- vb
name: InexplicableReasons
nameWithType: DeathReason.InexplicableReasons
fullName: TinyLife.Objects.DeathReason.InexplicableReasons
nameWithType: Person.DeathReason.InexplicableReasons
fullName: TinyLife.Objects.Person.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: 3005
startLine: 2929
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -89,17 +89,17 @@ items:
syntax:
content: InexplicableReasons = 1
return:
type: TinyLife.Objects.DeathReason
- uid: TinyLife.Objects.DeathReason.Electrocution
commentId: F:TinyLife.Objects.DeathReason.Electrocution
type: TinyLife.Objects.Person.DeathReason
- uid: TinyLife.Objects.Person.DeathReason.Electrocution
commentId: F:TinyLife.Objects.Person.DeathReason.Electrocution
id: Electrocution
parent: TinyLife.Objects.DeathReason
parent: TinyLife.Objects.Person.DeathReason
langs:
- csharp
- vb
name: Electrocution
nameWithType: DeathReason.Electrocution
fullName: TinyLife.Objects.DeathReason.Electrocution
nameWithType: Person.DeathReason.Electrocution
fullName: TinyLife.Objects.Person.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: 3010
startLine: 2934
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -117,17 +117,17 @@ items:
syntax:
content: Electrocution = 2
return:
type: TinyLife.Objects.DeathReason
- uid: TinyLife.Objects.DeathReason.TooMuchProtein
commentId: F:TinyLife.Objects.DeathReason.TooMuchProtein
type: TinyLife.Objects.Person.DeathReason
- uid: TinyLife.Objects.Person.DeathReason.TooMuchProtein
commentId: F:TinyLife.Objects.Person.DeathReason.TooMuchProtein
id: TooMuchProtein
parent: TinyLife.Objects.DeathReason
parent: TinyLife.Objects.Person.DeathReason
langs:
- csharp
- vb
name: TooMuchProtein
nameWithType: DeathReason.TooMuchProtein
fullName: TinyLife.Objects.DeathReason.TooMuchProtein
nameWithType: Person.DeathReason.TooMuchProtein
fullName: TinyLife.Objects.Person.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: 3014
startLine: 2938
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -145,7 +145,7 @@ items:
syntax:
content: TooMuchProtein = 3
return:
type: TinyLife.Objects.DeathReason
type: TinyLife.Objects.Person.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.DeathReason.TinyLife.Utilities.Extensions.JsonCopy``1
- uid: TinyLife.Objects.Person.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>(DeathReason)
nameWithType: Extensions.JsonCopy<DeathReason>(DeathReason)
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Objects.DeathReason>(TinyLife.Objects.DeathReason)
nameWithType.vb: Extensions.JsonCopy(Of DeathReason)(DeathReason)
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Objects.DeathReason)(TinyLife.Objects.DeathReason)
nameWithType: Extensions.JsonCopy<Person.DeathReason>(Person.DeathReason)
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Objects.Person.DeathReason>(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)
name.vb: JsonCopy(Of DeathReason)(DeathReason)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Objects.DeathReason)
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Objects.Person.DeathReason)
name: JsonCopy
- name: <
- uid: TinyLife.Objects.DeathReason
- uid: TinyLife.Objects.Person.DeathReason
name: DeathReason
- name: '>'
- name: (
- uid: TinyLife.Objects.DeathReason
- uid: TinyLife.Objects.Person.DeathReason
name: DeathReason
- name: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Objects.DeathReason)
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Objects.Person.DeathReason)
name: JsonCopy
- name: (
- name: Of
- name: " "
- uid: TinyLife.Objects.DeathReason
- uid: TinyLife.Objects.Person.DeathReason
name: DeathReason
- name: )
- name: (
- uid: TinyLife.Objects.DeathReason
- uid: TinyLife.Objects.Person.DeathReason
name: DeathReason
- name: )
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
@ -260,12 +260,24 @@ references:
name: StarveAction
nameWithType: StarveAction
fullName: TinyLife.Actions.StarveAction
- uid: TinyLife.Objects.DeathReason
commentId: T:TinyLife.Objects.DeathReason
- uid: TinyLife.Objects.Person.DeathReason
commentId: T:TinyLife.Objects.Person.DeathReason
parent: TinyLife.Objects
name: DeathReason
nameWithType: DeathReason
fullName: TinyLife.Objects.DeathReason
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.RepairAction
commentId: T:TinyLife.Actions.RepairAction
name: RepairAction

View file

@ -19,7 +19,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EfficiencyModifierDelegate
path: ../TinyLife/Objects/Person.cs
startLine: 2890
startLine: 2837
assemblies:
- Tiny Life
namespace: TinyLife.Objects

View file

@ -19,7 +19,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EmotionModifiersChangedDelegate
path: ../TinyLife/Objects/Person.cs
startLine: 2915
startLine: 2862
assemblies:
- Tiny Life
namespace: TinyLife.Objects

View file

@ -19,7 +19,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PassiveActionPriorityDelegate
path: ../TinyLife/Objects/Person.cs
startLine: 2900
startLine: 2847
assemblies:
- Tiny Life
namespace: TinyLife.Objects

View file

@ -1,27 +1,27 @@
### YamlMime:ManagedReference
items:
- uid: TinyLife.Objects.Pose
commentId: T:TinyLife.Objects.Pose
id: Pose
- uid: TinyLife.Objects.Person.Pose
commentId: T:TinyLife.Objects.Person.Pose
id: Person.Pose
parent: TinyLife.Objects
children:
- 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
- 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
langs:
- csharp
- vb
name: Pose
nameWithType: Pose
fullName: TinyLife.Objects.Pose
name: Person.Pose
nameWithType: Person.Pose
fullName: TinyLife.Objects.Person.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: 2943
startLine: 2867
assemblies:
- Tiny Life
namespace: TinyLife.Objects
summary: "\nAn enumeration that represents a set of poses that a <xref href=\"TinyLife.Objects.Person\" data-throw-if-not-resolved=\"false\"></xref> can display\n"
example: []
syntax:
content: public enum Pose
content.vb: Public Enum Pose
content: public enum Person.Pose
content.vb: Public Enum Person.Pose
extensionMethods:
- 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
- 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
id: Standing
parent: TinyLife.Objects.Pose
parent: TinyLife.Objects.Person.Pose
langs:
- csharp
- vb
name: Standing
nameWithType: Pose.Standing
fullName: TinyLife.Objects.Pose.Standing
nameWithType: Person.Pose.Standing
fullName: TinyLife.Objects.Person.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: 2948
startLine: 2872
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -69,17 +69,17 @@ items:
syntax:
content: Standing = 0
return:
type: TinyLife.Objects.Pose
- uid: TinyLife.Objects.Pose.Walking
commentId: F:TinyLife.Objects.Pose.Walking
type: TinyLife.Objects.Person.Pose
- uid: TinyLife.Objects.Person.Pose.Walking
commentId: F:TinyLife.Objects.Person.Pose.Walking
id: Walking
parent: TinyLife.Objects.Pose
parent: TinyLife.Objects.Person.Pose
langs:
- csharp
- vb
name: Walking
nameWithType: Pose.Walking
fullName: TinyLife.Objects.Pose.Walking
nameWithType: Person.Pose.Walking
fullName: TinyLife.Objects.Person.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: 2952
startLine: 2876
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -97,17 +97,17 @@ items:
syntax:
content: Walking = 1
return:
type: TinyLife.Objects.Pose
- uid: TinyLife.Objects.Pose.Sitting
commentId: F:TinyLife.Objects.Pose.Sitting
type: TinyLife.Objects.Person.Pose
- uid: TinyLife.Objects.Person.Pose.Sitting
commentId: F:TinyLife.Objects.Person.Pose.Sitting
id: Sitting
parent: TinyLife.Objects.Pose
parent: TinyLife.Objects.Person.Pose
langs:
- csharp
- vb
name: Sitting
nameWithType: Pose.Sitting
fullName: TinyLife.Objects.Pose.Sitting
nameWithType: Person.Pose.Sitting
fullName: TinyLife.Objects.Person.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: 2956
startLine: 2880
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -125,17 +125,17 @@ items:
syntax:
content: Sitting = 2
return:
type: TinyLife.Objects.Pose
- uid: TinyLife.Objects.Pose.Laying
commentId: F:TinyLife.Objects.Pose.Laying
type: TinyLife.Objects.Person.Pose
- uid: TinyLife.Objects.Person.Pose.Laying
commentId: F:TinyLife.Objects.Person.Pose.Laying
id: Laying
parent: TinyLife.Objects.Pose
parent: TinyLife.Objects.Person.Pose
langs:
- csharp
- vb
name: Laying
nameWithType: Pose.Laying
fullName: TinyLife.Objects.Pose.Laying
nameWithType: Person.Pose.Laying
fullName: TinyLife.Objects.Person.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: 2961
startLine: 2885
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -153,17 +153,17 @@ items:
syntax:
content: Laying = 3
return:
type: TinyLife.Objects.Pose
- uid: TinyLife.Objects.Pose.SittingGround
commentId: F:TinyLife.Objects.Pose.SittingGround
type: TinyLife.Objects.Person.Pose
- uid: TinyLife.Objects.Person.Pose.SittingGround
commentId: F:TinyLife.Objects.Person.Pose.SittingGround
id: SittingGround
parent: TinyLife.Objects.Pose
parent: TinyLife.Objects.Person.Pose
langs:
- csharp
- vb
name: SittingGround
nameWithType: Pose.SittingGround
fullName: TinyLife.Objects.Pose.SittingGround
nameWithType: Person.Pose.SittingGround
fullName: TinyLife.Objects.Person.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: 2966
startLine: 2890
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -181,17 +181,17 @@ items:
syntax:
content: SittingGround = 4
return:
type: TinyLife.Objects.Pose
- uid: TinyLife.Objects.Pose.WorkingStanding
commentId: F:TinyLife.Objects.Pose.WorkingStanding
type: TinyLife.Objects.Person.Pose
- uid: TinyLife.Objects.Person.Pose.WorkingStanding
commentId: F:TinyLife.Objects.Person.Pose.WorkingStanding
id: WorkingStanding
parent: TinyLife.Objects.Pose
parent: TinyLife.Objects.Person.Pose
langs:
- csharp
- vb
name: WorkingStanding
nameWithType: Pose.WorkingStanding
fullName: TinyLife.Objects.Pose.WorkingStanding
nameWithType: Person.Pose.WorkingStanding
fullName: TinyLife.Objects.Person.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: 2970
startLine: 2894
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -209,17 +209,17 @@ items:
syntax:
content: WorkingStanding = 5
return:
type: TinyLife.Objects.Pose
- uid: TinyLife.Objects.Pose.WorkingSitting
commentId: F:TinyLife.Objects.Pose.WorkingSitting
type: TinyLife.Objects.Person.Pose
- uid: TinyLife.Objects.Person.Pose.WorkingSitting
commentId: F:TinyLife.Objects.Person.Pose.WorkingSitting
id: WorkingSitting
parent: TinyLife.Objects.Pose
parent: TinyLife.Objects.Person.Pose
langs:
- csharp
- vb
name: WorkingSitting
nameWithType: Pose.WorkingSitting
fullName: TinyLife.Objects.Pose.WorkingSitting
nameWithType: Person.Pose.WorkingSitting
fullName: TinyLife.Objects.Person.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: 2974
startLine: 2898
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -237,17 +237,17 @@ items:
syntax:
content: WorkingSitting = 6
return:
type: TinyLife.Objects.Pose
- uid: TinyLife.Objects.Pose.WorkingSittingGround
commentId: F:TinyLife.Objects.Pose.WorkingSittingGround
type: TinyLife.Objects.Person.Pose
- uid: TinyLife.Objects.Person.Pose.WorkingSittingGround
commentId: F:TinyLife.Objects.Person.Pose.WorkingSittingGround
id: WorkingSittingGround
parent: TinyLife.Objects.Pose
parent: TinyLife.Objects.Person.Pose
langs:
- csharp
- vb
name: WorkingSittingGround
nameWithType: Pose.WorkingSittingGround
fullName: TinyLife.Objects.Pose.WorkingSittingGround
nameWithType: Person.Pose.WorkingSittingGround
fullName: TinyLife.Objects.Person.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: 2978
startLine: 2902
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -265,17 +265,17 @@ items:
syntax:
content: WorkingSittingGround = 7
return:
type: TinyLife.Objects.Pose
- uid: TinyLife.Objects.Pose.Running
commentId: F:TinyLife.Objects.Pose.Running
type: TinyLife.Objects.Person.Pose
- uid: TinyLife.Objects.Person.Pose.Running
commentId: F:TinyLife.Objects.Person.Pose.Running
id: Running
parent: TinyLife.Objects.Pose
parent: TinyLife.Objects.Person.Pose
langs:
- csharp
- vb
name: Running
nameWithType: Pose.Running
fullName: TinyLife.Objects.Pose.Running
nameWithType: Person.Pose.Running
fullName: TinyLife.Objects.Person.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: 2982
startLine: 2906
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -293,17 +293,17 @@ items:
syntax:
content: Running = 8
return:
type: TinyLife.Objects.Pose
- uid: TinyLife.Objects.Pose.StandingArmsOut
commentId: F:TinyLife.Objects.Pose.StandingArmsOut
type: TinyLife.Objects.Person.Pose
- uid: TinyLife.Objects.Person.Pose.StandingArmsOut
commentId: F:TinyLife.Objects.Person.Pose.StandingArmsOut
id: StandingArmsOut
parent: TinyLife.Objects.Pose
parent: TinyLife.Objects.Person.Pose
langs:
- csharp
- vb
name: StandingArmsOut
nameWithType: Pose.StandingArmsOut
fullName: TinyLife.Objects.Pose.StandingArmsOut
nameWithType: Person.Pose.StandingArmsOut
fullName: TinyLife.Objects.Person.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: 2986
startLine: 2910
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -321,17 +321,17 @@ items:
syntax:
content: StandingArmsOut = 9
return:
type: TinyLife.Objects.Pose
- uid: TinyLife.Objects.Pose.WalkingArmsOut
commentId: F:TinyLife.Objects.Pose.WalkingArmsOut
type: TinyLife.Objects.Person.Pose
- uid: TinyLife.Objects.Person.Pose.WalkingArmsOut
commentId: F:TinyLife.Objects.Person.Pose.WalkingArmsOut
id: WalkingArmsOut
parent: TinyLife.Objects.Pose
parent: TinyLife.Objects.Person.Pose
langs:
- csharp
- vb
name: WalkingArmsOut
nameWithType: Pose.WalkingArmsOut
fullName: TinyLife.Objects.Pose.WalkingArmsOut
nameWithType: Person.Pose.WalkingArmsOut
fullName: TinyLife.Objects.Person.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: 2987
startLine: 2911
assemblies:
- Tiny Life
namespace: TinyLife.Objects
syntax:
content: WalkingArmsOut = 10
return:
type: TinyLife.Objects.Pose
type: TinyLife.Objects.Person.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.Pose.TinyLife.Utilities.Extensions.JsonCopy``1
- uid: TinyLife.Objects.Person.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>(Pose)
nameWithType: Extensions.JsonCopy<Pose>(Pose)
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Objects.Pose>(TinyLife.Objects.Pose)
nameWithType.vb: Extensions.JsonCopy(Of Pose)(Pose)
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Objects.Pose)(TinyLife.Objects.Pose)
nameWithType: Extensions.JsonCopy<Person.Pose>(Person.Pose)
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Objects.Person.Pose>(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)
name.vb: JsonCopy(Of Pose)(Pose)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Objects.Pose)
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Objects.Person.Pose)
name: JsonCopy
- name: <
- uid: TinyLife.Objects.Pose
- uid: TinyLife.Objects.Person.Pose
name: Pose
- name: '>'
- name: (
- uid: TinyLife.Objects.Pose
- uid: TinyLife.Objects.Person.Pose
name: Pose
- name: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Objects.Pose)
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Objects.Person.Pose)
name: JsonCopy
- name: (
- name: Of
- name: " "
- uid: TinyLife.Objects.Pose
- uid: TinyLife.Objects.Person.Pose
name: Pose
- name: )
- name: (
- uid: TinyLife.Objects.Pose
- uid: TinyLife.Objects.Person.Pose
name: Pose
- name: )
- uid: TinyLife.Objects.Pose.TinyLife.Utilities.Extensions.ToWorking
commentId: M:TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Pose)
- uid: TinyLife.Objects.Person.Pose.TinyLife.Utilities.Extensions.ToWorking
commentId: M:TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Person.Pose)
parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Pose)
definition: TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Person.Pose)
name: ToWorking(Pose)
nameWithType: Extensions.ToWorking(Pose)
fullName: TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Pose)
nameWithType: Extensions.ToWorking(Person.Pose)
fullName: TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Person.Pose)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Pose)
- uid: TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Person.Pose)
name: ToWorking
- name: (
- uid: TinyLife.Objects.Pose
- uid: TinyLife.Objects.Person.Pose
name: Pose
- name: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Pose)
- uid: TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Person.Pose)
name: ToWorking
- name: (
- uid: TinyLife.Objects.Pose
- uid: TinyLife.Objects.Person.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.Pose)
commentId: M:TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Pose)
- uid: TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Person.Pose)
commentId: M:TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Person.Pose)
name: ToWorking(Pose)
nameWithType: Extensions.ToWorking(Pose)
fullName: TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Pose)
nameWithType: Extensions.ToWorking(Person.Pose)
fullName: TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Person.Pose)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Pose)
- uid: TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Person.Pose)
name: ToWorking
- name: (
- uid: TinyLife.Objects.Pose
- uid: TinyLife.Objects.Person.Pose
name: Pose
- name: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Pose)
- uid: TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Person.Pose)
name: ToWorking
- name: (
- uid: TinyLife.Objects.Pose
- uid: TinyLife.Objects.Person.Pose
name: Pose
- name: )
- uid: TinyLife.Utilities
@ -497,9 +497,21 @@ references:
- name: .
- uid: TinyLife.Utilities
name: Utilities
- uid: TinyLife.Objects.Pose
commentId: T:TinyLife.Objects.Pose
- uid: TinyLife.Objects.Person.Pose
commentId: T:TinyLife.Objects.Person.Pose
parent: TinyLife.Objects
name: Pose
nameWithType: Pose
fullName: TinyLife.Objects.Pose
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

View file

@ -1,175 +0,0 @@
### 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>(RelationshipChangeDelegate)
nameWithType: Extensions.JsonCopy<Person.RelationshipChangeDelegate>(Person.RelationshipChangeDelegate)
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Objects.Person.RelationshipChangeDelegate>(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>(T)
nameWithType: Extensions.JsonCopy<T>(T)
fullName: TinyLife.Utilities.Extensions.JsonCopy<T>(T)
nameWithType.vb: Extensions.JsonCopy(Of T)(T)
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of T)(T)
name.vb: JsonCopy(Of T)(T)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy
- name: <
- name: T
- name: '>'
- name: (
- name: T
- name: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy
- name: (
- name: Of
- name: " "
- name: T
- name: )
- name: (
- name: T
- name: )
- uid: TinyLife.Utilities.Extensions
commentId: T:TinyLife.Utilities.Extensions
parent: TinyLife.Utilities
name: Extensions
nameWithType: Extensions
fullName: TinyLife.Utilities.Extensions
- uid: TinyLife
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

View file

@ -19,7 +19,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RestoreNeedDelegate
path: ../TinyLife/Objects/Person.cs
startLine: 2910
startLine: 2857
assemblies:
- Tiny Life
namespace: TinyLife.Objects

View file

@ -19,7 +19,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WalkSpeedDelegate
path: ../TinyLife/Objects/Person.cs
startLine: 2895
startLine: 2842
assemblies:
- Tiny Life
namespace: TinyLife.Objects

File diff suppressed because it is too large Load diff

View file

@ -1,220 +0,0 @@
### 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>(PregnancyAbility)
nameWithType: Extensions.JsonCopy<PregnancyAbility>(PregnancyAbility)
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Objects.PregnancyAbility>(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>(T)
nameWithType: Extensions.JsonCopy<T>(T)
fullName: TinyLife.Utilities.Extensions.JsonCopy<T>(T)
nameWithType.vb: Extensions.JsonCopy(Of T)(T)
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of T)(T)
name.vb: JsonCopy(Of T)(T)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy
- name: <
- name: T
- name: '>'
- name: (
- name: T
- name: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy
- name: (
- name: Of
- name: " "
- name: T
- name: )
- name: (
- name: T
- name: )
- uid: TinyLife.Utilities.Extensions
commentId: T:TinyLife.Utilities.Extensions
parent: TinyLife.Utilities
name: Extensions
nameWithType: Extensions
fullName: TinyLife.Utilities.Extensions
- uid: TinyLife.Utilities
commentId: N:TinyLife.Utilities
name: TinyLife.Utilities
nameWithType: TinyLife.Utilities
fullName: TinyLife.Utilities
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Utilities
name: Utilities
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Utilities
name: Utilities
- uid: TinyLife.Objects.PregnancyAbility
commentId: T:TinyLife.Objects.PregnancyAbility
parent: TinyLife.Objects
name: PregnancyAbility
nameWithType: PregnancyAbility
fullName: TinyLife.Objects.PregnancyAbility

View file

@ -35,7 +35,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SpeakStyle
path: ../TinyLife/Objects/Person.cs
startLine: 3064
startLine: 3009
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: 3068
startLine: 3013
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: 3069
startLine: 3014
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: 3070
startLine: 3015
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: 3071
startLine: 3016
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: 3072
startLine: 3017
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: 3073
startLine: 3018
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: 3074
startLine: 3019
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: 3075
startLine: 3020
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: 3076
startLine: 3021
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: 3077
startLine: 3022
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: 3078
startLine: 3023
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: 3079
startLine: 3024
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: 3080
startLine: 3025
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: 3081
startLine: 3026
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: 3082
startLine: 3027
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: 3083
startLine: 3028
assemblies:
- Tiny Life
namespace: TinyLife.Objects

View file

@ -23,7 +23,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: VoiceStyle
path: ../TinyLife/Objects/Person.cs
startLine: 3092
startLine: 3037
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: 3095
startLine: 3040
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: 3096
startLine: 3041
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: 3097
startLine: 3042
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: 3099
startLine: 3044
assemblies:
- Tiny Life
namespace: TinyLife.Objects

View file

@ -15,7 +15,6 @@ items:
- TinyLife.Objects.ClothesLayer
- TinyLife.Objects.CornerFurniture
- TinyLife.Objects.CornerFurniture.Counter
- TinyLife.Objects.DeathReason
- TinyLife.Objects.Fence
- TinyLife.Objects.Fireplace
- TinyLife.Objects.Food
@ -41,15 +40,14 @@ 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.RelationshipChangeDelegate
- TinyLife.Objects.Person.Pose
- 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
@ -426,36 +424,42 @@ references:
- name: .
- uid: TinyLife.Objects.Person.EmotionModifiersChangedDelegate
name: EmotionModifiersChangedDelegate
- uid: TinyLife.Objects.Person.RelationshipChangeDelegate
commentId: T:TinyLife.Objects.Person.RelationshipChangeDelegate
- uid: TinyLife.Objects.Person.Pose
commentId: T:TinyLife.Objects.Person.Pose
parent: TinyLife.Objects
name: Person.RelationshipChangeDelegate
nameWithType: Person.RelationshipChangeDelegate
fullName: TinyLife.Objects.Person.RelationshipChangeDelegate
name: Person.Pose
nameWithType: Person.Pose
fullName: TinyLife.Objects.Person.Pose
spec.csharp:
- uid: TinyLife.Objects.Person
name: Person
- name: .
- uid: TinyLife.Objects.Person.RelationshipChangeDelegate
name: RelationshipChangeDelegate
- uid: TinyLife.Objects.Person.Pose
name: Pose
spec.vb:
- uid: TinyLife.Objects.Person
name: Person
- name: .
- uid: TinyLife.Objects.Person.RelationshipChangeDelegate
name: RelationshipChangeDelegate
- uid: TinyLife.Objects.Pose
commentId: T:TinyLife.Objects.Pose
- uid: TinyLife.Objects.Person.Pose
name: Pose
- uid: TinyLife.Objects.Person.DeathReason
commentId: T:TinyLife.Objects.Person.DeathReason
parent: TinyLife.Objects
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
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.Objects.AgeGroup
commentId: T:TinyLife.Objects.AgeGroup
parent: TinyLife.Objects
@ -480,12 +484,6 @@ 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

View file

@ -22,7 +22,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TypeCategory
path: ../TinyLife/PersonalityType.cs
startLine: 305
startLine: 281
assemblies:
- Tiny Life
namespace: TinyLife
@ -51,7 +51,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Major
path: ../TinyLife/PersonalityType.cs
startLine: 310
startLine: 286
assemblies:
- Tiny Life
namespace: TinyLife
@ -79,7 +79,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Minor
path: ../TinyLife/PersonalityType.cs
startLine: 314
startLine: 290
assemblies:
- Tiny Life
namespace: TinyLife
@ -107,7 +107,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Hidden
path: ../TinyLife/PersonalityType.cs
startLine: 319
startLine: 295
assemblies:
- Tiny Life
namespace: TinyLife

View file

@ -6,7 +6,6 @@ items:
parent: TinyLife
children:
- TinyLife.PersonalityType.#ctor(System.String,MLEM.Textures.TextureRegion)
- TinyLife.PersonalityType.AfraidOfStrangers
- TinyLife.PersonalityType.AllowedAges
- TinyLife.PersonalityType.Ambitious
- TinyLife.PersonalityType.Aromantic
@ -17,7 +16,6 @@ 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)
@ -25,15 +23,12 @@ 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
@ -71,7 +66,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PersonalityType
path: ../TinyLife/PersonalityType.cs
startLine: 26
startLine: 25
assemblies:
- Tiny Life
namespace: TinyLife
@ -118,7 +113,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Types
path: ../TinyLife/PersonalityType.cs
startLine: 36
startLine: 35
assemblies:
- Tiny Life
namespace: TinyLife
@ -147,7 +142,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MaxMajorsPerPerson
path: ../TinyLife/PersonalityType.cs
startLine: 40
startLine: 39
assemblies:
- Tiny Life
namespace: TinyLife
@ -176,7 +171,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Lazy
path: ../TinyLife/PersonalityType.cs
startLine: 50
startLine: 49
assemblies:
- Tiny Life
namespace: TinyLife
@ -203,7 +198,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Energetic
path: ../TinyLife/PersonalityType.cs
startLine: 53
startLine: 52
assemblies:
- Tiny Life
namespace: TinyLife
@ -230,7 +225,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Creative
path: ../TinyLife/PersonalityType.cs
startLine: 57
startLine: 56
assemblies:
- Tiny Life
namespace: TinyLife
@ -257,7 +252,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Likeable
path: ../TinyLife/PersonalityType.cs
startLine: 60
startLine: 59
assemblies:
- Tiny Life
namespace: TinyLife
@ -284,7 +279,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Mean
path: ../TinyLife/PersonalityType.cs
startLine: 63
startLine: 62
assemblies:
- Tiny Life
namespace: TinyLife
@ -311,7 +306,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Ambitious
path: ../TinyLife/PersonalityType.cs
startLine: 67
startLine: 66
assemblies:
- Tiny Life
namespace: TinyLife
@ -338,7 +333,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Thinker
path: ../TinyLife/PersonalityType.cs
startLine: 71
startLine: 70
assemblies:
- Tiny Life
namespace: TinyLife
@ -365,7 +360,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Introverted
path: ../TinyLife/PersonalityType.cs
startLine: 74
startLine: 73
assemblies:
- Tiny Life
namespace: TinyLife
@ -392,7 +387,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Extroverted
path: ../TinyLife/PersonalityType.cs
startLine: 75
startLine: 74
assemblies:
- Tiny Life
namespace: TinyLife
@ -419,7 +414,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FamilyFocused
path: ../TinyLife/PersonalityType.cs
startLine: 79
startLine: 78
assemblies:
- Tiny Life
namespace: TinyLife
@ -446,7 +441,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Foodie
path: ../TinyLife/PersonalityType.cs
startLine: 84
startLine: 83
assemblies:
- Tiny Life
namespace: TinyLife
@ -473,7 +468,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Outdoorsy
path: ../TinyLife/PersonalityType.cs
startLine: 87
startLine: 86
assemblies:
- Tiny Life
namespace: TinyLife
@ -500,7 +495,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Techie
path: ../TinyLife/PersonalityType.cs
startLine: 88
startLine: 87
assemblies:
- Tiny Life
namespace: TinyLife
@ -527,7 +522,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Thrifty
path: ../TinyLife/PersonalityType.cs
startLine: 92
startLine: 91
assemblies:
- Tiny Life
namespace: TinyLife
@ -536,114 +531,6 @@ 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
@ -662,7 +549,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Asexual
path: ../TinyLife/PersonalityType.cs
startLine: 116
startLine: 97
assemblies:
- Tiny Life
namespace: TinyLife
@ -689,7 +576,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Aromantic
path: ../TinyLife/PersonalityType.cs
startLine: 120
startLine: 101
assemblies:
- Tiny Life
namespace: TinyLife
@ -716,7 +603,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HatesChildren
path: ../TinyLife/PersonalityType.cs
startLine: 124
startLine: 105
assemblies:
- Tiny Life
namespace: TinyLife
@ -743,7 +630,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Pescetarian
path: ../TinyLife/PersonalityType.cs
startLine: 128
startLine: 109
assemblies:
- Tiny Life
namespace: TinyLife
@ -770,7 +657,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Vegetarian
path: ../TinyLife/PersonalityType.cs
startLine: 132
startLine: 113
assemblies:
- Tiny Life
namespace: TinyLife
@ -797,7 +684,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Vegan
path: ../TinyLife/PersonalityType.cs
startLine: 136
startLine: 117
assemblies:
- Tiny Life
namespace: TinyLife
@ -824,7 +711,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MasterChef
path: ../TinyLife/PersonalityType.cs
startLine: 142
startLine: 123
assemblies:
- Tiny Life
namespace: TinyLife
@ -851,7 +738,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SmartKid
path: ../TinyLife/PersonalityType.cs
startLine: 145
startLine: 126
assemblies:
- Tiny Life
namespace: TinyLife
@ -878,7 +765,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GymRat
path: ../TinyLife/PersonalityType.cs
startLine: 149
startLine: 130
assemblies:
- Tiny Life
namespace: TinyLife
@ -905,7 +792,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HouseholdHero
path: ../TinyLife/PersonalityType.cs
startLine: 152
startLine: 133
assemblies:
- Tiny Life
namespace: TinyLife
@ -932,7 +819,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ComputerAddict
path: ../TinyLife/PersonalityType.cs
startLine: 155
startLine: 136
assemblies:
- Tiny Life
namespace: TinyLife
@ -959,7 +846,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FriendOfEveryone
path: ../TinyLife/PersonalityType.cs
startLine: 158
startLine: 139
assemblies:
- Tiny Life
namespace: TinyLife
@ -986,7 +873,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Millionaire
path: ../TinyLife/PersonalityType.cs
startLine: 162
startLine: 143
assemblies:
- Tiny Life
namespace: TinyLife
@ -1013,7 +900,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CapableCarpenter
path: ../TinyLife/PersonalityType.cs
startLine: 165
startLine: 146
assemblies:
- Tiny Life
namespace: TinyLife
@ -1040,7 +927,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PerfectPainter
path: ../TinyLife/PersonalityType.cs
startLine: 168
startLine: 149
assemblies:
- Tiny Life
namespace: TinyLife
@ -1067,7 +954,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CityNative
path: ../TinyLife/PersonalityType.cs
startLine: 171
startLine: 152
assemblies:
- Tiny Life
namespace: TinyLife
@ -1094,7 +981,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ReadBaby
path: ../TinyLife/PersonalityType.cs
startLine: 174
startLine: 155
assemblies:
- Tiny Life
namespace: TinyLife
@ -1121,7 +1008,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CommunicativeBaby
path: ../TinyLife/PersonalityType.cs
startLine: 177
startLine: 158
assemblies:
- Tiny Life
namespace: TinyLife
@ -1148,7 +1035,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name
path: ../TinyLife/PersonalityType.cs
startLine: 186
startLine: 167
assemblies:
- Tiny Life
namespace: TinyLife
@ -1177,7 +1064,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Texture
path: ../TinyLife/PersonalityType.cs
startLine: 190
startLine: 171
assemblies:
- Tiny Life
namespace: TinyLife
@ -1206,7 +1093,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Incompatible
path: ../TinyLife/PersonalityType.cs
startLine: 195
startLine: 176
assemblies:
- Tiny Life
namespace: TinyLife
@ -1237,7 +1124,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BoostedSkills
path: ../TinyLife/PersonalityType.cs
startLine: 202
startLine: 183
assemblies:
- Tiny Life
namespace: TinyLife
@ -1271,7 +1158,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BoostedSkillTypes
path: ../TinyLife/PersonalityType.cs
startLine: 209
startLine: 190
assemblies:
- Tiny Life
namespace: TinyLife
@ -1305,11 +1192,11 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AllowedAges
path: ../TinyLife/PersonalityType.cs
startLine: 214
startLine: 195
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 all ages except babies.\n"
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"
example: []
syntax:
content: public AgeGroup AllowedAges { get; init; }
@ -1336,7 +1223,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Category
path: ../TinyLife/PersonalityType.cs
startLine: 218
startLine: 199
assemblies:
- Tiny Life
namespace: TinyLife
@ -1367,7 +1254,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SourceString
path: ../TinyLife/PersonalityType.cs
startLine: 220
startLine: 201
assemblies:
- Tiny Life
namespace: TinyLife
@ -1400,7 +1287,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/PersonalityType.cs
startLine: 227
startLine: 208
assemblies:
- Tiny Life
namespace: TinyLife
@ -1438,7 +1325,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsCompatible
path: ../TinyLife/PersonalityType.cs
startLine: 237
startLine: 218
assemblies:
- Tiny Life
namespace: TinyLife
@ -1473,7 +1360,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanApply
path: ../TinyLife/PersonalityType.cs
startLine: 247
startLine: 228
assemblies:
- Tiny Life
namespace: TinyLife
@ -1508,7 +1395,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateInfoGroup
path: ../TinyLife/PersonalityType.cs
startLine: 259
startLine: 240
assemblies:
- Tiny Life
namespace: TinyLife
@ -1549,7 +1436,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Register
path: ../TinyLife/PersonalityType.cs
startLine: 274
startLine: 255
assemblies:
- Tiny Life
namespace: TinyLife
@ -1566,37 +1453,6 @@ 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
@ -2742,16 +2598,3 @@ 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

View file

@ -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.FriendDisplayString
- TinyLife.Relationship.DisplayString
- TinyLife.Relationship.FriendLevel
- TinyLife.Relationship.FriendPercentage
- TinyLife.Relationship.Genealogy
@ -27,12 +27,10 @@ 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:
@ -49,7 +47,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Relationship
path: ../TinyLife/Relationship.cs
startLine: 25
startLine: 24
assemblies:
- Tiny Life
namespace: TinyLife
@ -105,7 +103,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnRelationshipPanel
path: ../TinyLife/Relationship.cs
startLine: 32
startLine: 31
assemblies:
- Tiny Life
namespace: TinyLife
@ -134,7 +132,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnRelationshipTooltip
path: ../TinyLife/Relationship.cs
startLine: 37
startLine: 36
assemblies:
- Tiny Life
namespace: TinyLife
@ -163,7 +161,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Max
path: ../TinyLife/Relationship.cs
startLine: 42
startLine: 41
assemblies:
- Tiny Life
namespace: TinyLife
@ -192,7 +190,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PassiveFriendReduction
path: ../TinyLife/Relationship.cs
startLine: 46
startLine: 45
assemblies:
- Tiny Life
namespace: TinyLife
@ -221,7 +219,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PassiveRomanceReduction
path: ../TinyLife/Relationship.cs
startLine: 50
startLine: 49
assemblies:
- Tiny Life
namespace: TinyLife
@ -250,7 +248,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MaxRecentSocialsAmount
path: ../TinyLife/Relationship.cs
startLine: 55
startLine: 54
assemblies:
- Tiny Life
namespace: TinyLife
@ -279,7 +277,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: KnownPersonalityTypes
path: ../TinyLife/Relationship.cs
startLine: 62
startLine: 61
assemblies:
- Tiny Life
namespace: TinyLife
@ -318,7 +316,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OtherPerson
path: ../TinyLife/Relationship.cs
startLine: 68
startLine: 67
assemblies:
- Tiny Life
namespace: TinyLife
@ -359,7 +357,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Partner
path: ../TinyLife/Relationship.cs
startLine: 74
startLine: 73
assemblies:
- Tiny Life
namespace: TinyLife
@ -390,11 +388,11 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FriendLevel
path: ../TinyLife/Relationship.cs
startLine: 80
startLine: 78
assemblies:
- Tiny Life
namespace: TinyLife
summary: "\nThe current amount of friendship points (out of <xref href=\"TinyLife.Relationship.Max\" data-throw-if-not-resolved=\"false\"></xref>) that this relationship has.\nThis value is automatically clamped between -<xref href=\"TinyLife.Relationship.Max\" data-throw-if-not-resolved=\"false\"></xref> and <xref href=\"TinyLife.Relationship.Max\" data-throw-if-not-resolved=\"false\"></xref>.\nTo take skills, personalities and more into account, use <xref href=\"TinyLife.Objects.Person.ChangeFriendship(TinyLife.Objects.Person%2cSystem.Single)\" data-throw-if-not-resolved=\"false\"></xref>.\n"
summary: "\nThe current amount of friendship points (out of <xref href=\"TinyLife.Relationship.Max\" data-throw-if-not-resolved=\"false\"></xref>) that this relationship has.\nThis value is automatically clamped between -<xref href=\"TinyLife.Relationship.Max\" data-throw-if-not-resolved=\"false\"></xref> and <xref href=\"TinyLife.Relationship.Max\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: []
syntax:
content: public float FriendLevel { get; set; }
@ -421,11 +419,11 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RomanceLevel
path: ../TinyLife/Relationship.cs
startLine: 90
startLine: 87
assemblies:
- Tiny Life
namespace: TinyLife
summary: "\nThe current amount of romance points (out of <xref href=\"TinyLife.Relationship.Max\" data-throw-if-not-resolved=\"false\"></xref>) that this relationship has.\nThis value is automatically clamped between 0 and <xref href=\"TinyLife.Relationship.Max\" data-throw-if-not-resolved=\"false\"></xref>.\nTo take skills, personalities and more into account, use <xref href=\"TinyLife.Objects.Person.ChangeRomance(TinyLife.Objects.Person%2cSystem.Single)\" data-throw-if-not-resolved=\"false\"></xref>.\nNote that, for aromantic people, getting and setting this value always gets and sets <xref href=\"TinyLife.Relationship.FriendLevel\" data-throw-if-not-resolved=\"false\"></xref> instead.\n"
summary: "\nThe current amount of romance points (out of <xref href=\"TinyLife.Relationship.Max\" data-throw-if-not-resolved=\"false\"></xref>) that this relationship has.\nThis value is automatically clamped between 0 and <xref href=\"TinyLife.Relationship.Max\" data-throw-if-not-resolved=\"false\"></xref>.\nNote that, for aromantic people, getting and setting this value always gets and sets <xref href=\"TinyLife.Relationship.FriendLevel\" data-throw-if-not-resolved=\"false\"></xref> instead.\n"
example: []
syntax:
content: public float RomanceLevel { get; set; }
@ -452,7 +450,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FriendPercentage
path: ../TinyLife/Relationship.cs
startLine: 103
startLine: 100
assemblies:
- Tiny Life
namespace: TinyLife
@ -483,7 +481,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RomancePercentage
path: ../TinyLife/Relationship.cs
startLine: 107
startLine: 104
assemblies:
- Tiny Life
namespace: TinyLife
@ -514,7 +512,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Type
path: ../TinyLife/Relationship.cs
startLine: 111
startLine: 108
assemblies:
- Tiny Life
namespace: TinyLife
@ -545,7 +543,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RomanceType
path: ../TinyLife/Relationship.cs
startLine: 128
startLine: 125
assemblies:
- Tiny Life
namespace: TinyLife
@ -556,68 +554,37 @@ items:
type: TinyLife.RomanceType
content.vb: Public Property RomanceType As RomanceType
overload: TinyLife.Relationship.RomanceType*
- uid: TinyLife.Relationship.FriendDisplayString
commentId: P:TinyLife.Relationship.FriendDisplayString
id: FriendDisplayString
- uid: TinyLife.Relationship.DisplayString
commentId: P:TinyLife.Relationship.DisplayString
id: DisplayString
parent: TinyLife.Relationship
langs:
- csharp
- vb
name: FriendDisplayString
nameWithType: Relationship.FriendDisplayString
fullName: TinyLife.Relationship.FriendDisplayString
name: DisplayString
nameWithType: Relationship.DisplayString
fullName: TinyLife.Relationship.DisplayString
type: Property
source:
remote:
path: TinyLife/Relationship.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FriendDisplayString
id: DisplayString
path: ../TinyLife/Relationship.cs
startLine: 146
startLine: 144
assemblies:
- Tiny Life
namespace: TinyLife
summary: "\nAn (unlocalized) string that represents a written version of this relationship&apos;s <xref href=\"TinyLife.Relationship.Type\" data-throw-if-not-resolved=\"false\"></xref> status.\n"
summary: "\nAn (unlocalized) string that represents a written version of this relationship&apos;s status.\nIf <xref href=\"TinyLife.Relationship.Dating\" data-throw-if-not-resolved=\"false\"></xref> is true, the string &quot;Dating&quot; will be returned. Otherwise, <xref href=\"TinyLife.Relationship.RomanceType\" data-throw-if-not-resolved=\"false\"></xref> or <xref href=\"TinyLife.Relationship.Type\" data-throw-if-not-resolved=\"false\"></xref> is returned as a string.\n"
example: []
syntax:
content: public string FriendDisplayString { get; }
content: public string DisplayString { get; }
parameters: []
return:
type: System.String
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&apos;s <xref href=\"TinyLife.Relationship.RomanceType\" data-throw-if-not-resolved=\"false\"></xref> 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*
content.vb: Public ReadOnly Property DisplayString As String
overload: TinyLife.Relationship.DisplayString*
- uid: TinyLife.Relationship.Genealogy
commentId: P:TinyLife.Relationship.Genealogy
id: Genealogy
@ -636,7 +603,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Genealogy
path: ../TinyLife/Relationship.cs
startLine: 156
startLine: 158
assemblies:
- Tiny Life
namespace: TinyLife
@ -677,7 +644,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Dating
path: ../TinyLife/Relationship.cs
startLine: 162
startLine: 164
assemblies:
- Tiny Life
namespace: TinyLife
@ -716,7 +683,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HadFirstKiss
path: ../TinyLife/Relationship.cs
startLine: 167
startLine: 169
assemblies:
- Tiny Life
namespace: TinyLife
@ -755,7 +722,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: KnownJobType
path: ../TinyLife/Relationship.cs
startLine: 169
startLine: 171
assemblies:
- Tiny Life
namespace: TinyLife
@ -774,47 +741,6 @@ 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: >-
<DataMember(EmitDefaultValue:=False)>
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)
@ -833,7 +759,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetSocialEffectiveness
path: ../TinyLife/Relationship.cs
startLine: 196
startLine: 193
assemblies:
- Tiny Life
namespace: TinyLife
@ -868,7 +794,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetRecentSocialAmount
path: ../TinyLife/Relationship.cs
startLine: 206
startLine: 203
assemblies:
- Tiny Life
namespace: TinyLife
@ -903,7 +829,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AddRecentSocial
path: ../TinyLife/Relationship.cs
startLine: 216
startLine: 213
assemblies:
- Tiny Life
namespace: TinyLife
@ -935,7 +861,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: ../TinyLife/Relationship.cs
startLine: 227
startLine: 224
assemblies:
- Tiny Life
namespace: TinyLife
@ -967,7 +893,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ResetToStatic
path: ../TinyLife/Relationship.cs
startLine: 242
startLine: 239
assemblies:
- Tiny Life
namespace: TinyLife
@ -1005,7 +931,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SetGenealogy
path: ../TinyLife/Relationship.cs
startLine: 272
startLine: 269
assemblies:
- Tiny Life
namespace: TinyLife
@ -1043,7 +969,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreatePanel
path: ../TinyLife/Relationship.cs
startLine: 311
startLine: 308
assemblies:
- Tiny Life
namespace: TinyLife
@ -1087,7 +1013,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PopulateTooltip
path: ../TinyLife/Relationship.cs
startLine: 356
startLine: 346
assemblies:
- Tiny Life
namespace: TinyLife
@ -2216,83 +2142,11 @@ 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
@ -2330,16 +2184,26 @@ 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.FriendDisplayString*
commentId: Overload:TinyLife.Relationship.FriendDisplayString
name: FriendDisplayString
nameWithType: Relationship.FriendDisplayString
fullName: TinyLife.Relationship.FriendDisplayString
- uid: TinyLife.Relationship.DisplayString*
commentId: Overload:TinyLife.Relationship.DisplayString
name: DisplayString
nameWithType: Relationship.DisplayString
fullName: TinyLife.Relationship.DisplayString
- uid: System.String
commentId: T:System.String
parent: System
@ -2351,16 +2215,6 @@ 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

View file

@ -24,7 +24,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RelationshipType
path: ../TinyLife/Relationship.cs
startLine: 398
startLine: 388
assemblies:
- Tiny Life
namespace: TinyLife
@ -53,7 +53,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Enemies
path: ../TinyLife/Relationship.cs
startLine: 403
startLine: 393
assemblies:
- Tiny Life
namespace: TinyLife
@ -81,7 +81,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Disliked
path: ../TinyLife/Relationship.cs
startLine: 407
startLine: 397
assemblies:
- Tiny Life
namespace: TinyLife
@ -109,7 +109,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Acquaintances
path: ../TinyLife/Relationship.cs
startLine: 411
startLine: 401
assemblies:
- Tiny Life
namespace: TinyLife
@ -137,7 +137,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Friends
path: ../TinyLife/Relationship.cs
startLine: 415
startLine: 405
assemblies:
- Tiny Life
namespace: TinyLife
@ -165,7 +165,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GoodFriends
path: ../TinyLife/Relationship.cs
startLine: 419
startLine: 409
assemblies:
- Tiny Life
namespace: TinyLife

View file

@ -23,7 +23,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RomanceType
path: ../TinyLife/Relationship.cs
startLine: 423
startLine: 413
assemblies:
- Tiny Life
namespace: TinyLife
@ -50,7 +50,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NoRomance
path: ../TinyLife/Relationship.cs
startLine: 425
startLine: 415
assemblies:
- Tiny Life
namespace: TinyLife
@ -76,7 +76,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Interested
path: ../TinyLife/Relationship.cs
startLine: 426
startLine: 416
assemblies:
- Tiny Life
namespace: TinyLife
@ -102,7 +102,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Sweethearts
path: ../TinyLife/Relationship.cs
startLine: 427
startLine: 417
assemblies:
- Tiny Life
namespace: TinyLife
@ -128,7 +128,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Soulmates
path: ../TinyLife/Relationship.cs
startLine: 428
startLine: 418
assemblies:
- Tiny Life
namespace: TinyLife

View file

@ -22,7 +22,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Set
path: ../TinyLife/GameImpl.cs
startLine: 1137
startLine: 1131
assemblies:
- Tiny Life
namespace: TinyLife
@ -51,7 +51,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Woodworking
path: ../TinyLife/GameImpl.cs
startLine: 1143
startLine: 1137
assemblies:
- Tiny Life
namespace: TinyLife
@ -79,7 +79,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Workout
path: ../TinyLife/GameImpl.cs
startLine: 1147
startLine: 1141
assemblies:
- Tiny Life
namespace: TinyLife
@ -107,7 +107,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ChildClothes
path: ../TinyLife/GameImpl.cs
startLine: 1151
startLine: 1145
assemblies:
- Tiny Life
namespace: TinyLife

View file

@ -19,7 +19,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BoughtItemDelegate
path: ../TinyLife/Uis/CharacterCreator.cs
startLine: 1028
startLine: 989
assemblies:
- Tiny Life
namespace: TinyLife.Uis

View file

@ -19,7 +19,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetCustomPriceDelegate
path: ../TinyLife/Uis/CharacterCreator.cs
startLine: 1023
startLine: 984
assemblies:
- Tiny Life
namespace: TinyLife.Uis

View file

@ -8,13 +8,8 @@ items:
- TinyLife.Uis.CharacterCreator.Active
- TinyLife.Uis.CharacterCreator.BoughtItem(TinyLife.Objects.Person,TinyLife.Objects.WornClothes)
- TinyLife.Uis.CharacterCreator.CanCloseOrExport
- 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.CanSwitchPeople
- 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
@ -202,6 +197,37 @@ 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&apos;s <xref href=\"TinyLife.Objects.Person.FullName\" data-throw-if-not-resolved=\"false\"></xref> and <xref href=\"TinyLife.Objects.Person.PersonalityTypes\" data-throw-if-not-resolved=\"false\"></xref>.\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
@ -220,11 +246,11 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanCloseOrExport
path: ../TinyLife/Uis/CharacterCreator.cs
startLine: 392
startLine: 458
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 <see cref=\"!:CanSwitchPeople\"></see>, as well as <xref href=\"TinyLife.World.Household.HasAdult(System.Collections.Generic.IEnumerable%7bTinyLife.Objects.Person%7d)\" data-throw-if-not-resolved=\"false\"></xref>.\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 <xref href=\"TinyLife.Uis.CharacterCreator.CanSwitchPeople\" data-throw-if-not-resolved=\"false\"></xref>, as well as <xref href=\"TinyLife.World.Household.HasAdult(System.Collections.Generic.IEnumerable%7bTinyLife.Objects.Person%7d)\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: []
syntax:
content: public bool CanCloseOrExport()
@ -251,7 +277,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Open
path: ../TinyLife/Uis/CharacterCreator.cs
startLine: 785
startLine: 852
assemblies:
- Tiny Life
namespace: TinyLife.Uis
@ -289,7 +315,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetCustomPrice
path: ../TinyLife/Uis/CharacterCreator.cs
startLine: 799
startLine: 866
assemblies:
- Tiny Life
namespace: TinyLife.Uis
@ -327,7 +353,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BoughtItem
path: ../TinyLife/Uis/CharacterCreator.cs
startLine: 815
startLine: 882
assemblies:
- Tiny Life
namespace: TinyLife.Uis
@ -344,197 +370,6 @@ 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
@ -1021,6 +856,47 @@ 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
@ -1064,17 +940,6 @@ 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
@ -1163,77 +1028,3 @@ 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

View file

@ -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.Pose)
- TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Person.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.Pose)
commentId: M:TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Pose)
id: ToWorking(TinyLife.Objects.Pose)
- 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)
isExtensionMethod: true
parent: TinyLife.Utilities.Extensions
langs:
- csharp
- vb
name: ToWorking(Pose)
nameWithType: Extensions.ToWorking(Pose)
fullName: TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Pose)
nameWithType: Extensions.ToWorking(Person.Pose)
fullName: TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Person.Pose)
type: Method
source:
remote:
@ -927,18 +927,18 @@ items:
assemblies:
- Tiny Life
namespace: TinyLife.Utilities
summary: "\nConverts the given <see cref=\"!:Person.Pose\"></see> to a version in which a person is looking as if they were working on something.\nFor all standing poses, this returns <see cref=\"!:Person.Pose.WorkingStanding\"></see>, and for all sitting poses, <see cref=\"!:Person.Pose.WorkingSitting\"></see> is returned.\nIf a pose has no working variant, the pose itself is returned.\n"
summary: "\nConverts the given <xref href=\"TinyLife.Objects.Person.Pose\" data-throw-if-not-resolved=\"false\"></xref> to a version in which a person is looking as if they were working on something.\nFor all standing poses, this returns <xref href=\"TinyLife.Objects.Person.Pose.WorkingStanding\" data-throw-if-not-resolved=\"false\"></xref>, and for all sitting poses, <xref href=\"TinyLife.Objects.Person.Pose.WorkingSitting\" data-throw-if-not-resolved=\"false\"></xref> is returned.\nIf a pose has no working variant, the pose itself is returned.\n"
example: []
syntax:
content: public static Pose ToWorking(this Pose pose)
content: public static Person.Pose ToWorking(this Person.Pose pose)
parameters:
- id: pose
type: TinyLife.Objects.Pose
type: TinyLife.Objects.Person.Pose
description: The pose to convert to a working pose
return:
type: TinyLife.Objects.Pose
type: TinyLife.Objects.Person.Pose
description: The working version of the given pose
content.vb: Public Shared Function ToWorking(pose As Pose) As Pose
content.vb: Public Shared Function ToWorking(pose As Person.Pose) As Person.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 Pose GetDefaultPose(this AgeGroup age)
content: public static Person.Pose GetDefaultPose(this AgeGroup age)
parameters:
- id: age
type: TinyLife.Objects.AgeGroup
return:
type: TinyLife.Objects.Pose
content.vb: Public Shared Function GetDefaultPose(age As AgeGroup) As Pose
type: TinyLife.Objects.Person.Pose
content.vb: Public Shared Function GetDefaultPose(age As AgeGroup) As Person.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,17 +2806,39 @@ 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

View file

@ -19,7 +19,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DrawDelegate
path: ../TinyLife/World/Map.cs
startLine: 2380
startLine: 2373
assemblies:
- Tiny Life
namespace: TinyLife.World

View file

@ -25,7 +25,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ExportedHousehold
path: ../TinyLife/World/Household.cs
startLine: 318
startLine: 314
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: 323
startLine: 319
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: 327
startLine: 323
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: 331
startLine: 327
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: 335
startLine: 331
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: 339
startLine: 335
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: 343
startLine: 339
assemblies:
- Tiny Life
namespace: TinyLife.World

View file

@ -25,7 +25,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Instance
path: ../TinyLife/World/LotEmployment.cs
startLine: 205
startLine: 215
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: 211
startLine: 221
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: 215
startLine: 225
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: 228
startLine: 238
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: 249
startLine: 259
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: 262
startLine: 272
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: 272
startLine: 282
assemblies:
- Tiny Life
namespace: TinyLife.World

View file

@ -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})
- TinyLife.World.Map.LoadStaticMap(System.String,System.Boolean,System.Action{System.String},System.Action{System.Single},System.Boolean)
- 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,7 +70,6 @@ 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)
@ -85,7 +84,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})
- TinyLife.World.Map.Validate(System.Action{System.String},System.Action{System.Single},System.Boolean)
- TinyLife.World.Map.ValidateExistingRooms(Microsoft.Xna.Framework.Point[])
langs:
- csharp
@ -1043,16 +1042,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})
commentId: M:TinyLife.World.Map.Validate(System.Action{System.String},System.Action{System.Single})
id: Validate(System.Action{System.String},System.Action{System.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)
id: Validate(System.Action{System.String},System.Action{System.Single},System.Boolean)
parent: TinyLife.World.Map
langs:
- csharp
- vb
name: Validate(Action<string>, Action<float>)
nameWithType: Map.Validate(Action<string>, Action<float>)
fullName: TinyLife.World.Map.Validate(System.Action<string>, System.Action<float>)
name: Validate(Action<string>, Action<float>, bool)
nameWithType: Map.Validate(Action<string>, Action<float>, bool)
fullName: TinyLife.World.Map.Validate(System.Action<string>, System.Action<float>, bool)
type: Method
source:
remote:
@ -1061,14 +1060,14 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: ../TinyLife/World/Map.cs
startLine: 677
startLine: 678
assemblies:
- Tiny Life
namespace: TinyLife.World
summary: "\nThis method is called when this object is loaded from disk.\nWhen called on a map, each <xref href=\"TinyLife.World.MapSection\" data-throw-if-not-resolved=\"false\"></xref> is validated, and roads and rooms are generated.\n"
example: []
syntax:
content: public void Validate(Action<string> setState, Action<float> setProgress)
content: public void Validate(Action<string> setState, Action<float> setProgress, bool thorough = true)
parameters:
- id: setState
type: System.Action{System.String}
@ -1076,45 +1075,14 @@ items:
- id: setProgress
type: System.Action{System.Single}
description: An action that accepts the progress of the current state of the loading process.
content.vb: Public Sub Validate(setState As Action(Of String), setProgress As Action(Of Single))
- 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)
overload: TinyLife.World.Map.Validate*
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<string>, Action<float>)
nameWithType: Map.PostValidate(Action<string>, Action<float>)
fullName: TinyLife.World.Map.PostValidate(System.Action<string>, System.Action<float>)
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<string> setState, Action<float> 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))
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)
- 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)
@ -1133,7 +1101,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetRoom
path: ../TinyLife/World/Map.cs
startLine: 746
startLine: 747
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -1168,7 +1136,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetLot
path: ../TinyLife/World/Map.cs
startLine: 760
startLine: 761
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -1203,7 +1171,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetLot
path: ../TinyLife/World/Map.cs
startLine: 771
startLine: 772
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -1238,7 +1206,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AddLot
path: ../TinyLife/World/Map.cs
startLine: 784
startLine: 785
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -1273,7 +1241,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AddLot
path: ../TinyLife/World/Map.cs
startLine: 794
startLine: 795
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -1305,7 +1273,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RemoveLot
path: ../TinyLife/World/Map.cs
startLine: 802
startLine: 803
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -1337,7 +1305,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetLots
path: ../TinyLife/World/Map.cs
startLine: 810
startLine: 811
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -1368,7 +1336,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AddWall
path: ../TinyLife/World/Map.cs
startLine: 821
startLine: 822
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -1406,7 +1374,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AddWall
path: ../TinyLife/World/Map.cs
startLine: 832
startLine: 833
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -1441,7 +1409,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RemoveWall
path: ../TinyLife/World/Map.cs
startLine: 842
startLine: 843
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -1476,7 +1444,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetWallBetween
path: ../TinyLife/World/Map.cs
startLine: 858
startLine: 859
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -1514,7 +1482,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetTile
path: ../TinyLife/World/Map.cs
startLine: 872
startLine: 873
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -1549,7 +1517,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SetTile
path: ../TinyLife/World/Map.cs
startLine: 882
startLine: 883
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -1584,7 +1552,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AddRoof
path: ../TinyLife/World/Map.cs
startLine: 898
startLine: 899
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -1616,7 +1584,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetRoof
path: ../TinyLife/World/Map.cs
startLine: 908
startLine: 909
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -1651,7 +1619,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetRoofs
path: ../TinyLife/World/Map.cs
startLine: 923
startLine: 924
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -1686,7 +1654,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RemoveRoof
path: ../TinyLife/World/Map.cs
startLine: 936
startLine: 937
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -1718,7 +1686,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetObjects
path: ../TinyLife/World/Map.cs
startLine: 947
startLine: 948
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -1759,7 +1727,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetObject
path: ../TinyLife/World/Map.cs
startLine: 963
startLine: 964
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -1800,7 +1768,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AddObject
path: ../TinyLife/World/Map.cs
startLine: 975
startLine: 976
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -1832,7 +1800,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RemoveObject
path: ../TinyLife/World/Map.cs
startLine: 1000
startLine: 1001
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -1865,7 +1833,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetPeople
path: ../TinyLife/World/Map.cs
startLine: 1020
startLine: 1021
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -1896,7 +1864,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetHousehold
path: ../TinyLife/World/Map.cs
startLine: 1032
startLine: 1033
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -1931,7 +1899,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetHousehold
path: ../TinyLife/World/Map.cs
startLine: 1045
startLine: 1046
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -1966,7 +1934,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AddHousehold
path: ../TinyLife/World/Map.cs
startLine: 1058
startLine: 1059
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -2001,7 +1969,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RemoveHousehold
path: ../TinyLife/World/Map.cs
startLine: 1068
startLine: 1069
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -2033,7 +2001,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetHouseholds
path: ../TinyLife/World/Map.cs
startLine: 1076
startLine: 1077
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -2064,7 +2032,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetSection
path: ../TinyLife/World/Map.cs
startLine: 1086
startLine: 1087
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -2099,7 +2067,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetSections
path: ../TinyLife/World/Map.cs
startLine: 1098
startLine: 1099
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -2140,7 +2108,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetSections
path: ../TinyLife/World/Map.cs
startLine: 1108
startLine: 1109
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -2181,7 +2149,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MarkDirtyForPathfinding
path: ../TinyLife/World/Map.cs
startLine: 1129
startLine: 1130
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -2213,7 +2181,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetPathCost
path: ../TinyLife/World/Map.cs
startLine: 1150
startLine: 1151
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -2254,7 +2222,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanWalkBetween
path: ../TinyLife/World/Map.cs
startLine: 1172
startLine: 1173
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -2295,7 +2263,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsFreeSpot
path: ../TinyLife/World/Map.cs
startLine: 1181
startLine: 1182
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -2330,7 +2298,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDeadPerson
path: ../TinyLife/World/Map.cs
startLine: 1191
startLine: 1192
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -2365,7 +2333,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PlaySound
path: ../TinyLife/World/Map.cs
startLine: 1211
startLine: 1212
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -2418,7 +2386,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PlaySound
path: ../TinyLife/World/Map.cs
startLine: 1228
startLine: 1229
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -2471,7 +2439,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetClosestFreeExitPoint
path: ../TinyLife/World/Map.cs
startLine: 1241
startLine: 1242
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -2502,7 +2470,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetExitRoads
path: ../TinyLife/World/Map.cs
startLine: 1252
startLine: 1253
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -2533,7 +2501,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetWalls
path: ../TinyLife/World/Map.cs
startLine: 1267
startLine: 1268
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -2568,7 +2536,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ApplyCameraRotation
path: ../TinyLife/World/Map.cs
startLine: 1287
startLine: 1288
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -2612,7 +2580,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ApplyInverseCameraRotation
path: ../TinyLife/World/Map.cs
startLine: 1303
startLine: 1304
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -2650,7 +2618,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCameraRotationChanged
path: ../TinyLife/World/Map.cs
startLine: 1318
startLine: 1319
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -2685,7 +2653,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AddLight
path: ../TinyLife/World/Map.cs
startLine: 1341
startLine: 1342
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -2717,7 +2685,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RemoveLight
path: ../TinyLife/World/Map.cs
startLine: 1350
startLine: 1351
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -2749,7 +2717,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MoveEverything
path: ../TinyLife/World/Map.cs
startLine: 1362
startLine: 1363
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -2793,7 +2761,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ValidateExistingRooms
path: ../TinyLife/World/Map.cs
startLine: 1423
startLine: 1424
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -2828,7 +2796,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AddNewRoomsAndValidateExisting
path: ../TinyLife/World/Map.cs
startLine: 1442
startLine: 1443
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -2869,7 +2837,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetRegularVisitors
path: ../TinyLife/World/Map.cs
startLine: 1496
startLine: 1497
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -2900,7 +2868,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UpdateExternalPeople
path: ../TinyLife/World/Map.cs
startLine: 1508
startLine: 1509
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -2934,7 +2902,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetAllLotEmployments
path: ../TinyLife/World/Map.cs
startLine: 1591
startLine: 1592
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -2965,7 +2933,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MarkTileDirtyForDrawing
path: ../TinyLife/World/Map.cs
startLine: 1604
startLine: 1605
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -2997,7 +2965,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MarkObjectDirtyForDrawing
path: ../TinyLife/World/Map.cs
startLine: 1620
startLine: 1621
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -3020,16 +2988,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})
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})
- 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)
parent: TinyLife.World.Map
langs:
- csharp
- vb
name: LoadStaticMap(string, bool, Action<string>, Action<float>)
nameWithType: Map.LoadStaticMap(string, bool, Action<string>, Action<float>)
fullName: TinyLife.World.Map.LoadStaticMap(string, bool, System.Action<string>, System.Action<float>)
name: LoadStaticMap(string, bool, Action<string>, Action<float>, bool)
nameWithType: Map.LoadStaticMap(string, bool, Action<string>, Action<float>, bool)
fullName: TinyLife.World.Map.LoadStaticMap(string, bool, System.Action<string>, System.Action<float>, bool)
type: Method
source:
remote:
@ -3038,14 +3006,14 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LoadStaticMap
path: ../TinyLife/World/Map.cs
startLine: 2149
startLine: 2144
assemblies:
- Tiny Life
namespace: TinyLife.World
summary: "\nLoads a static map with the given name from the game&apos;s content directory.\nNote that the map is not post-validated (<xref href=\"TinyLife.World.Map.PostValidate(System.Action%7bSystem.String%7d%2cSystem.Action%7bSystem.Single%7d)\" data-throw-if-not-resolved=\"false\"></xref>).\n"
summary: "\nLoads a static map with the given name from the game&apos;s content directory.\nNote that the map is not validated (<xref href=\"TinyLife.World.Map.Validate(System.Action%7bSystem.String%7d%2cSystem.Action%7bSystem.Single%7d%2cSystem.Boolean)\" data-throw-if-not-resolved=\"false\"></xref>).\n"
example: []
syntax:
content: public static Map LoadStaticMap(string name, bool custom, Action<string> setState, Action<float> setProgress)
content: public static Map LoadStaticMap(string name, bool custom, Action<string> setState, Action<float> setProgress, bool validateThoroughly)
parameters:
- id: name
type: System.String
@ -3059,14 +3027,17 @@ 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)) As Map
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
overload: TinyLife.World.Map.LoadStaticMap*
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))
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)
- uid: TinyLife.World.Map.IsLotHidden(TinyLife.World.Lot)
commentId: M:TinyLife.World.Map.IsLotHidden(TinyLife.World.Lot)
id: IsLotHidden(TinyLife.World.Lot)
@ -3085,7 +3056,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsLotHidden
path: ../TinyLife/World/Map.cs
startLine: 2204
startLine: 2197
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -3120,7 +3091,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetMapSampler
path: ../TinyLife/World/Map.cs
startLine: 2217
startLine: 2210
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -4727,11 +4698,6 @@ 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
@ -5910,19 +5876,19 @@ references:
name: MarkObjectDirtyForDrawing
nameWithType: Map.MarkObjectDirtyForDrawing
fullName: TinyLife.World.Map.MarkObjectDirtyForDrawing
- 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})
- 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)
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.action-1
name: PostValidate(Action<string>, Action<float>)
nameWithType: Map.PostValidate(Action<string>, Action<float>)
fullName: TinyLife.World.Map.PostValidate(System.Action<string>, System.Action<float>)
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))
name: Validate(Action<string>, Action<float>, bool)
nameWithType: Map.Validate(Action<string>, Action<float>, bool)
fullName: TinyLife.World.Map.Validate(System.Action<string>, System.Action<float>, 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)
spec.csharp:
- uid: TinyLife.World.Map.PostValidate(System.Action{System.String},System.Action{System.Single})
name: PostValidate
- uid: TinyLife.World.Map.Validate(System.Action{System.String},System.Action{System.Single},System.Boolean)
name: Validate
- name: (
- uid: System.Action`1
name: Action
@ -5946,10 +5912,16 @@ 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.PostValidate(System.Action{System.String},System.Action{System.Single})
name: PostValidate
- uid: TinyLife.World.Map.Validate(System.Action{System.String},System.Action{System.Single},System.Boolean)
name: Validate
- name: (
- uid: System.Action`1
name: Action
@ -5977,6 +5949,12 @@ 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

View file

@ -360,7 +360,7 @@ items:
assemblies:
- Tiny Life
namespace: TinyLife.World
summary: "\nValidates this roof instance, which is automatically done in <xref href=\"TinyLife.World.Map.Validate(System.Action%7bSystem.String%7d%2cSystem.Action%7bSystem.Single%7d)\" data-throw-if-not-resolved=\"false\"></xref> when the map is loaded from disk\n"
summary: "\nValidates this roof instance, which is automatically done in <xref href=\"TinyLife.World.Map.Validate(System.Action%7bSystem.String%7d%2cSystem.Action%7bSystem.Single%7d%2cSystem.Boolean)\" data-throw-if-not-resolved=\"false\"></xref> 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})
commentId: M:TinyLife.World.Map.Validate(System.Action{System.String},System.Action{System.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)
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.action-1
name: Validate(Action<string>, Action<float>)
nameWithType: Map.Validate(Action<string>, Action<float>)
fullName: TinyLife.World.Map.Validate(System.Action<string>, System.Action<float>)
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))
name: Validate(Action<string>, Action<float>, bool)
nameWithType: Map.Validate(Action<string>, Action<float>, bool)
fullName: TinyLife.World.Map.Validate(System.Action<string>, System.Action<float>, 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)
spec.csharp:
- uid: TinyLife.World.Map.Validate(System.Action{System.String},System.Action{System.Single})
- uid: TinyLife.World.Map.Validate(System.Action{System.String},System.Action{System.Single},System.Boolean)
name: Validate
- name: (
- uid: System.Action`1
@ -981,9 +981,15 @@ 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})
- uid: TinyLife.World.Map.Validate(System.Action{System.String},System.Action{System.Single},System.Boolean)
name: Validate
- name: (
- uid: System.Action`1
@ -1012,6 +1018,12 @@ 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

View file

@ -19,7 +19,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UpdateDelegate
path: ../TinyLife/World/Map.cs
startLine: 2370
startLine: 2363
assemblies:
- Tiny Life
namespace: TinyLife.World

View file

@ -93,12 +93,8 @@ 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
@ -288,8 +284,6 @@ 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
@ -340,24 +334,22 @@ 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.RelationshipChangeDelegate
name: Person.RelationshipChangeDelegate
- uid: TinyLife.Objects.Person.Pose
name: Person.Pose
- 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

View file

@ -21,8 +21,8 @@ The following list contains a few bits of additional information that you should
- `<tb>`, `<i ...>` and other constructs that are surrounded by `<` and `>` are formatting codes. These should be kept in place, and any additional text between the `<` and `>` should also be kept in place.
*For example, in `You can rotate furniture by pressing <k Rotate>.`, the formatting code will be replaced with the key value of the keybind to rotate furniture and other objects. If the word `Rotate` in it was changed (or translated), the link to the keybind would be broken.*
- The proper noun for a person in the game is "a Tiny", with the English plural being "Tinies". This term can be slightly or heavily varied based on the language, as long as it's kept consistent. *For example, German words adapted from English usually don't use `ie` instead of `y` for plural, so the German plural is "Tinys".*
- To get started translating, simply select the "Review" section in the left sidebar of the project, and then select the language you're working on from the dropdown at the top. All the strings that are either untranslated, or whose English versions have changed, will be listed here. Once you're happy with a string's translation, you can press the green checkmark button to mark it as completed.
- To test your translation, you can export it and put it into the game. To export it, head to the "Files" section in the left sidebar, and then press the `Localization.json` file's export button, which looks like a little cardboard box. In the menu that comes up, select the language you're working on from the dropdown, and leave everything else the same. Now, you can put the exported file into the `Content/Localization` directory of the game's installation. If it's not part of it already, its name also has to be added to the `LanguageNames.json` file.
- Any translations whose English versions have changed, and any untranslated strings, are automatically marked as "In Review". Once you translate or review these for your language, you should mark them as reviewed.
- To test your translation, [export it](https://translate.ellpeck.de/app/projects/da5ba3ec-ab26-4ff2-a1ff-24b817c2f7f6/files) and put it into the `Content/Localization` directory of the game's installation. If it's not part of it already, its name also has to be added to the `LanguageNames.json` file.
- You don't need to finish the translation to your language, by any means! Since you're doing this for free, I don't expect you to, either. An incomplete translation means that some in-game text will be translated, and it also means that anyone who comes along after you will have less work to do!
## Notes for Specific Languages

Binary file not shown.

Before

Width:  |  Height:  |  Size: 163 KiB