Compare commits

..

2 commits

Author SHA1 Message Date
Ell
a02f559100 0.31.0 2023-04-14 13:00:36 +02:00
Ell
7b6b2cb9a4 some more localization info 2023-04-14 10:41:30 +02:00
71 changed files with 9755 additions and 1697 deletions

View file

@ -1,3 +1,31 @@
# 0.31.0
*April 14, 2023*
![](media/changelog/0.31.0.png)
> Small Update, Big Pronouns
No devlog this time! Keep an eye out for a big announcement soon, though...
Additions
- Added the ability to set pronouns for Tinies. To set pronouns for your already existing Tinies, use the `EditPerson` [cheat](https://docs.tinylifegame.com/articles/cheats.html).
Improvements
- Display the price for a new painting on the Paint action
- Avoid creating portraits for Tinies who aren't seen unnecessarily
- Improved the way relationship type names are displayed
- The camera now rotates around the cursor rather than the center of the screen
- Hide personality types that aren't available for the Tiny's current age
- Display a notification when a relationship's romance type changes
Fixes
- Fixed adults being able to be randomly generated with child voices
- Fixed being able to start a new painting when not having enough money
- Fixed primary students being able to get a raise
- Fixed children being able to die from too much protein
- Fixed copying outfits causing the color to change on the outfit copied from as well
- Fixed food/drink orders at cafés being random items rather than the ones ordered
# 0.30.1 # 0.30.1
*April 2, 2023* *April 2, 2023*

View file

@ -95,6 +95,7 @@
"TinyLife.Actions.ActionType.AiSettings.#ctor": "TinyLife.Actions.ActionType.AiSettings.yml", "TinyLife.Actions.ActionType.AiSettings.#ctor": "TinyLife.Actions.ActionType.AiSettings.yml",
"TinyLife.Actions.ActionType.AiSettings.CanDoAtAnyPoint": "TinyLife.Actions.ActionType.AiSettings.yml", "TinyLife.Actions.ActionType.AiSettings.CanDoAtAnyPoint": "TinyLife.Actions.ActionType.AiSettings.yml",
"TinyLife.Actions.ActionType.AiSettings.CanDoRandomly": "TinyLife.Actions.ActionType.AiSettings.yml", "TinyLife.Actions.ActionType.AiSettings.CanDoRandomly": "TinyLife.Actions.ActionType.AiSettings.yml",
"TinyLife.Actions.ActionType.AiSettings.IgnoreAiDisabled": "TinyLife.Actions.ActionType.AiSettings.yml",
"TinyLife.Actions.ActionType.AiSettings.NeedsFreeActionSpot": "TinyLife.Actions.ActionType.AiSettings.yml", "TinyLife.Actions.ActionType.AiSettings.NeedsFreeActionSpot": "TinyLife.Actions.ActionType.AiSettings.yml",
"TinyLife.Actions.ActionType.AiSettings.PassivePriority": "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", "TinyLife.Actions.ActionType.AiSettings.SolvedNeeds": "TinyLife.Actions.ActionType.AiSettings.yml",
@ -188,6 +189,7 @@
"TinyLife.Actions.ActionType.ExpressFearOfCrowds": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.ExpressFearOfCrowds": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.Flirt": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.Flirt": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.FlirtyJoke": "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.FoolAround": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.GaugeRelationship": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.GaugeRelationship": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.GetBakingIngredients": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.GetBakingIngredients": "TinyLife.Actions.ActionType.yml",
@ -213,6 +215,7 @@
"TinyLife.Actions.ActionType.HackSomeone": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.HackSomeone": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.HasChairOrIsStandingDesk(TinyLife.Actions.ActionInfo,System.Boolean)": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.HasChairOrIsStandingDesk(TinyLife.Actions.ActionInfo,System.Boolean)": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.HasSpaceInHousehold(TinyLife.Actions.ActionInfo,System.Boolean)": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.HasSpaceInHousehold(TinyLife.Actions.ActionInfo,System.Boolean)": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.HaveBaby": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.HaveBookPublished": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.HaveBookPublished": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.HelpBabyBook": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.HelpBabyBook": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.HelpPotty": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.HelpPotty": "TinyLife.Actions.ActionType.yml",
@ -359,6 +362,7 @@
"TinyLife.Actions.ActionType.ToggleAllLights": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.ToggleAllLights": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.ToggleLight": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.ToggleLight": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.ToggleNewspapers": "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.Types": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.TypeSettings": "TinyLife.Actions.ActionType.TypeSettings.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", "TinyLife.Actions.ActionType.TypeSettings.#ctor(System.String,TinyLife.Objects.ObjectCategory,System.Type)": "TinyLife.Actions.ActionType.TypeSettings.yml",
@ -548,7 +552,7 @@
"TinyLife.Actions.DieAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)": "TinyLife.Actions.DieAction.yml", "TinyLife.Actions.DieAction.#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.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.CanEnqueueConversation(TinyLife.Objects.Person,TinyLife.Actions.ActionType)": "TinyLife.Actions.DieAction.yml",
"TinyLife.Actions.DieAction.Enqueue(TinyLife.Objects.Person,TinyLife.Objects.Person.DeathReason)": "TinyLife.Actions.DieAction.yml", "TinyLife.Actions.DieAction.Enqueue(TinyLife.Objects.Person,TinyLife.Objects.DeathReason)": "TinyLife.Actions.DieAction.yml",
"TinyLife.Actions.DieAction.GetDisplayName": "TinyLife.Actions.DieAction.yml", "TinyLife.Actions.DieAction.GetDisplayName": "TinyLife.Actions.DieAction.yml",
"TinyLife.Actions.DieAction.Initialize": "TinyLife.Actions.DieAction.yml", "TinyLife.Actions.DieAction.Initialize": "TinyLife.Actions.DieAction.yml",
"TinyLife.Actions.DieAction.IsCompleted": "TinyLife.Actions.DieAction.yml", "TinyLife.Actions.DieAction.IsCompleted": "TinyLife.Actions.DieAction.yml",
@ -569,6 +573,10 @@
"TinyLife.Actions.EmoteCategory.Negative": "TinyLife.Actions.EmoteCategory.yml", "TinyLife.Actions.EmoteCategory.Negative": "TinyLife.Actions.EmoteCategory.yml",
"TinyLife.Actions.EmoteCategory.Travel": "TinyLife.Actions.EmoteCategory.yml", "TinyLife.Actions.EmoteCategory.Travel": "TinyLife.Actions.EmoteCategory.yml",
"TinyLife.Actions.EmoteCategory.Unable": "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": "TinyLife.Actions.GoHereAction.yml",
"TinyLife.Actions.GoHereAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)": "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", "TinyLife.Actions.GoHereAction.AndThenIsCompleted": "TinyLife.Actions.GoHereAction.yml",
@ -595,6 +603,11 @@
"TinyLife.Actions.Handlers.UnderlyingActionHandler.OnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.Handlers.UnderlyingActionHandler.yml", "TinyLife.Actions.Handlers.UnderlyingActionHandler.OnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.Handlers.UnderlyingActionHandler.yml",
"TinyLife.Actions.Handlers.UnderlyingActionHandler.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.Handlers.UnderlyingActionHandler.yml", "TinyLife.Actions.Handlers.UnderlyingActionHandler.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.Handlers.UnderlyingActionHandler.yml",
"TinyLife.Actions.Handlers.UnderlyingActionHandler.Validate(TinyLife.Actions.Action,TinyLife.Objects.Person)": "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": "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.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", "TinyLife.Actions.HelpAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Objects.Person)": "TinyLife.Actions.HelpAction.yml",
@ -692,6 +705,7 @@
"TinyLife.Actions.PathfindAction.Validate(TinyLife.Objects.Person)": "TinyLife.Actions.PathfindAction.yml", "TinyLife.Actions.PathfindAction.Validate(TinyLife.Objects.Person)": "TinyLife.Actions.PathfindAction.yml",
"TinyLife.Actions.PathfindToPersonAction": "TinyLife.Actions.PathfindToPersonAction.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.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.DriveSpeedMultiplier": "TinyLife.Actions.PathfindToPersonAction.yml",
"TinyLife.Actions.PathfindToPersonAction.GetMaxPathfindTime": "TinyLife.Actions.PathfindToPersonAction.yml", "TinyLife.Actions.PathfindToPersonAction.GetMaxPathfindTime": "TinyLife.Actions.PathfindToPersonAction.yml",
"TinyLife.Actions.PathfindToPersonAction.IsCompleted": "TinyLife.Actions.PathfindToPersonAction.yml", "TinyLife.Actions.PathfindToPersonAction.IsCompleted": "TinyLife.Actions.PathfindToPersonAction.yml",
@ -743,6 +757,7 @@
"TinyLife.Actions.SocialAction.GetDisplayName": "TinyLife.Actions.SocialAction.yml", "TinyLife.Actions.SocialAction.GetDisplayName": "TinyLife.Actions.SocialAction.yml",
"TinyLife.Actions.SocialAction.GetHelper(System.Boolean)": "TinyLife.Actions.SocialAction.yml", "TinyLife.Actions.SocialAction.GetHelper(System.Boolean)": "TinyLife.Actions.SocialAction.yml",
"TinyLife.Actions.SocialAction.GetMaxWaitTime": "TinyLife.Actions.SocialAction.yml", "TinyLife.Actions.SocialAction.GetMaxWaitTime": "TinyLife.Actions.SocialAction.yml",
"TinyLife.Actions.SocialAction.GetPartnerVariety(TinyLife.Actions.ActionInfo)": "TinyLife.Actions.SocialAction.yml",
"TinyLife.Actions.SocialAction.GetRecipientAction(System.Boolean)": "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.InitializeConversation": "TinyLife.Actions.SocialAction.yml",
"TinyLife.Actions.SocialAction.InProgressTime": "TinyLife.Actions.SocialAction.yml", "TinyLife.Actions.SocialAction.InProgressTime": "TinyLife.Actions.SocialAction.yml",
@ -1300,6 +1315,7 @@
"TinyLife.Goals.JobType": "TinyLife.Goals.JobType.yml", "TinyLife.Goals.JobType": "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.#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.Businessperson": "TinyLife.Goals.JobType.yml",
"TinyLife.Goals.JobType.CanGetRaise": "TinyLife.Goals.JobType.yml",
"TinyLife.Goals.JobType.CanQuitOrBeFired": "TinyLife.Goals.JobType.yml", "TinyLife.Goals.JobType.CanQuitOrBeFired": "TinyLife.Goals.JobType.yml",
"TinyLife.Goals.JobType.ChoicePrompts": "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", "TinyLife.Goals.JobType.Construct(TinyLife.Objects.Person,System.Int32)": "TinyLife.Goals.JobType.yml",
@ -1644,6 +1660,11 @@
"TinyLife.Objects.CornerFurniture.OnNeighborChanged(TinyLife.Objects.Furniture)": "TinyLife.Objects.CornerFurniture.yml", "TinyLife.Objects.CornerFurniture.OnNeighborChanged(TinyLife.Objects.Furniture)": "TinyLife.Objects.CornerFurniture.yml",
"TinyLife.Objects.CornerFurniture.ShouldConnectTo(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.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": "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.#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", "TinyLife.Objects.Fence.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})": "TinyLife.Objects.Fence.yml",
@ -2221,7 +2242,6 @@
"TinyLife.Objects.Particle.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Objects.Particle.yml", "TinyLife.Objects.Particle.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Objects.Particle.yml",
"TinyLife.Objects.Particle.UpdateWhenPaused": "TinyLife.Objects.Particle.yml", "TinyLife.Objects.Particle.UpdateWhenPaused": "TinyLife.Objects.Particle.yml",
"TinyLife.Objects.Person": "TinyLife.Objects.Person.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.ActionQueue": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.ActionUpdateDelegate": "TinyLife.Objects.Person.ActionUpdateDelegate.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", "TinyLife.Objects.Person.AddEmotion(TinyLife.Emotions.EmotionModifier,System.Int32,System.TimeSpan,TinyLife.Emotions.IEmotionSource,System.Boolean)": "TinyLife.Objects.Person.yml",
@ -2232,9 +2252,9 @@
"TinyLife.Objects.Person.AnimateHeldObject": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.AnimateHeldObject": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.AnimationSpeed": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.AnimationSpeed": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.CancelAction(TinyLife.Actions.Action,TinyLife.Actions.Action,System.Boolean)": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.CancelAction(TinyLife.Actions.Action,TinyLife.Actions.Action,System.Boolean)": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.ChangeFriendship(TinyLife.Objects.Person,System.Single,System.Single)": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.ChangeFriendship(TinyLife.Objects.Person,System.Single)": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.ChangeRomance(TinyLife.Objects.Person,System.Single)": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.ChangeRomance(TinyLife.Objects.Person,System.Single)": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.Create(TinyLife.World.Map,System.Random,TinyLife.Objects.AgeGroup)": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.Create(TinyLife.World.Map,System.Random,TinyLife.Objects.AgeGroup,System.Boolean,System.Boolean,System.Boolean,System.Boolean,TinyLife.Objects.Person[])": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.CurrentActions": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.CurrentActions": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.CurrentAgeDays": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.CurrentAgeDays": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.CurrentEmote": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.CurrentEmote": "TinyLife.Objects.Person.yml",
@ -2244,15 +2264,10 @@
"TinyLife.Objects.Person.CurrentRoomDecorativeRating": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.CurrentRoomDecorativeRating": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.CurrentSpeakStyle": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.CurrentSpeakStyle": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.DaysLived": "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.DepleteNeed(TinyLife.NeedType,System.Single,System.Single)": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.Description": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.Description": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.DiaperDirty": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.DiaperDirty": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.Die(TinyLife.Objects.Person.DeathReason,System.Boolean)": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.Die(TinyLife.Objects.DeathReason,System.Boolean)": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.DisplayEmote(TinyLife.Actions.EmoteCategory,System.Single,System.Single)": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.DisplayEmote(TinyLife.Actions.EmoteCategory,System.Single,System.Single)": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.DisplayEmoteAndSpeak(TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Single,System.Single)": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.DisplayEmoteAndSpeak(TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Single,System.Single)": "TinyLife.Objects.Person.yml",
"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", "TinyLife.Objects.Person.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})": "TinyLife.Objects.Person.yml",
@ -2270,6 +2285,7 @@
"TinyLife.Objects.Person.FirstName": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.FirstName": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.FocusCameraOnEvent(System.Boolean)": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.FocusCameraOnEvent(System.Boolean)": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.FullName": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.FullName": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.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.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.GetAction``1(System.Guid,System.Boolean)": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.GetCategories(TinyLife.Objects.Person)": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.GetCategories(TinyLife.Objects.Person)": "TinyLife.Objects.Person.yml",
@ -2314,6 +2330,7 @@
"TinyLife.Objects.Person.IsDead": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.IsDead": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.IsIdMatch(System.Guid)": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.IsIdMatch(System.Guid)": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.IsIdMatch(TinyLife.Objects.Person)": "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.IsMinorUpdateNow": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.IsMoving": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.IsMoving": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.IsRegularVisitor": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.IsRegularVisitor": "TinyLife.Objects.Person.yml",
@ -2339,6 +2356,8 @@
"TinyLife.Objects.Person.OnActionsCompleted": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.OnActionsCompleted": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.OnActionUpdated": "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.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.OnEmotionChanged": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.OnEmotionModifiersChanged": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.OnEmotionModifiersChanged": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.OnGetCurrentGoals": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.OnGetCurrentGoals": "TinyLife.Objects.Person.yml",
@ -2355,22 +2374,15 @@
"TinyLife.Objects.Person.PassiveActionPriorityDelegate": "TinyLife.Objects.Person.PassiveActionPriorityDelegate.yml", "TinyLife.Objects.Person.PassiveActionPriorityDelegate": "TinyLife.Objects.Person.PassiveActionPriorityDelegate.yml",
"TinyLife.Objects.Person.PersonalityTypes": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.PersonalityTypes": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.Portrait": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.Portrait": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.Pose": "TinyLife.Objects.Person.Pose.yml", "TinyLife.Objects.Person.PregnancyAbility": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.Pose.Laying": "TinyLife.Objects.Person.Pose.yml", "TinyLife.Objects.Person.PregnancyHoursRemaining": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.Pose.Running": "TinyLife.Objects.Person.Pose.yml", "TinyLife.Objects.Person.PregnancyPartner": "TinyLife.Objects.Person.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.PrepareForPermanentRemoval": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.Projects": "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.RandomlyGenerated": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.RecentActions": "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.Relationships": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.RemoveEmotion(TinyLife.Emotions.EmotionModifier)": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.RemoveEmotion(TinyLife.Emotions.EmotionModifier)": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.RemoveHeldObject``1": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.RemoveHeldObject``1": "TinyLife.Objects.Person.yml",
@ -2396,7 +2408,6 @@
"TinyLife.Objects.Person.Tint": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.Tint": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.ToCreatedByString": "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.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.Validate": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.VisitLot(TinyLife.World.Lot)": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.VisitLot(TinyLife.World.Lot)": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.VisuallyOccupiedSpot": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.VisuallyOccupiedSpot": "TinyLife.Objects.Person.yml",
@ -2408,6 +2419,22 @@
"TinyLife.Objects.Person.WornLayers": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.WornLayers": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.PersonAi": "TinyLife.Objects.PersonAi.yml", "TinyLife.Objects.PersonAi": "TinyLife.Objects.PersonAi.yml",
"TinyLife.Objects.PersonAi.StartAutomatically(TinyLife.Objects.Person,TinyLife.Actions.ActionType)": "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": "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.#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", "TinyLife.Objects.ScreenObject.Content": "TinyLife.Objects.ScreenObject.yml",
@ -2571,6 +2598,7 @@
"TinyLife.PerSaveOptions.Save(System.String)": "TinyLife.PerSaveOptions.yml", "TinyLife.PerSaveOptions.Save(System.String)": "TinyLife.PerSaveOptions.yml",
"TinyLife.PersonalityType": "TinyLife.PersonalityType.yml", "TinyLife.PersonalityType": "TinyLife.PersonalityType.yml",
"TinyLife.PersonalityType.#ctor(System.String,MLEM.Textures.TextureRegion)": "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.AllowedAges": "TinyLife.PersonalityType.yml",
"TinyLife.PersonalityType.Ambitious": "TinyLife.PersonalityType.yml", "TinyLife.PersonalityType.Ambitious": "TinyLife.PersonalityType.yml",
"TinyLife.PersonalityType.Aromantic": "TinyLife.PersonalityType.yml", "TinyLife.PersonalityType.Aromantic": "TinyLife.PersonalityType.yml",
@ -2581,6 +2609,7 @@
"TinyLife.PersonalityType.CapableCarpenter": "TinyLife.PersonalityType.yml", "TinyLife.PersonalityType.CapableCarpenter": "TinyLife.PersonalityType.yml",
"TinyLife.PersonalityType.Category": "TinyLife.PersonalityType.yml", "TinyLife.PersonalityType.Category": "TinyLife.PersonalityType.yml",
"TinyLife.PersonalityType.CityNative": "TinyLife.PersonalityType.yml", "TinyLife.PersonalityType.CityNative": "TinyLife.PersonalityType.yml",
"TinyLife.PersonalityType.Clingy": "TinyLife.PersonalityType.yml",
"TinyLife.PersonalityType.CommunicativeBaby": "TinyLife.PersonalityType.yml", "TinyLife.PersonalityType.CommunicativeBaby": "TinyLife.PersonalityType.yml",
"TinyLife.PersonalityType.ComputerAddict": "TinyLife.PersonalityType.yml", "TinyLife.PersonalityType.ComputerAddict": "TinyLife.PersonalityType.yml",
"TinyLife.PersonalityType.CreateInfoGroup(MLEM.Ui.Anchor,System.Single)": "TinyLife.PersonalityType.yml", "TinyLife.PersonalityType.CreateInfoGroup(MLEM.Ui.Anchor,System.Single)": "TinyLife.PersonalityType.yml",
@ -2588,12 +2617,15 @@
"TinyLife.PersonalityType.Energetic": "TinyLife.PersonalityType.yml", "TinyLife.PersonalityType.Energetic": "TinyLife.PersonalityType.yml",
"TinyLife.PersonalityType.Extroverted": "TinyLife.PersonalityType.yml", "TinyLife.PersonalityType.Extroverted": "TinyLife.PersonalityType.yml",
"TinyLife.PersonalityType.FamilyFocused": "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.Foodie": "TinyLife.PersonalityType.yml",
"TinyLife.PersonalityType.FriendOfEveryone": "TinyLife.PersonalityType.yml", "TinyLife.PersonalityType.FriendOfEveryone": "TinyLife.PersonalityType.yml",
"TinyLife.PersonalityType.GymRat": "TinyLife.PersonalityType.yml", "TinyLife.PersonalityType.GymRat": "TinyLife.PersonalityType.yml",
"TinyLife.PersonalityType.HatesChildren": "TinyLife.PersonalityType.yml", "TinyLife.PersonalityType.HatesChildren": "TinyLife.PersonalityType.yml",
"TinyLife.PersonalityType.HouseholdHero": "TinyLife.PersonalityType.yml", "TinyLife.PersonalityType.HouseholdHero": "TinyLife.PersonalityType.yml",
"TinyLife.PersonalityType.Incompatible": "TinyLife.PersonalityType.yml", "TinyLife.PersonalityType.Incompatible": "TinyLife.PersonalityType.yml",
"TinyLife.PersonalityType.Independent": "TinyLife.PersonalityType.yml",
"TinyLife.PersonalityType.Introverted": "TinyLife.PersonalityType.yml", "TinyLife.PersonalityType.Introverted": "TinyLife.PersonalityType.yml",
"TinyLife.PersonalityType.IsCompatible(TinyLife.PersonalityType)": "TinyLife.PersonalityType.yml", "TinyLife.PersonalityType.IsCompatible(TinyLife.PersonalityType)": "TinyLife.PersonalityType.yml",
"TinyLife.PersonalityType.Lazy": "TinyLife.PersonalityType.yml", "TinyLife.PersonalityType.Lazy": "TinyLife.PersonalityType.yml",
@ -2625,7 +2657,7 @@
"TinyLife.Relationship.AddRecentSocial(TinyLife.Actions.ActionType)": "TinyLife.Relationship.yml", "TinyLife.Relationship.AddRecentSocial(TinyLife.Actions.ActionType)": "TinyLife.Relationship.yml",
"TinyLife.Relationship.CreatePanel(TinyLife.Objects.Person,TinyLife.Objects.Person,TinyLife.Relationship,Microsoft.Xna.Framework.Vector2)": "TinyLife.Relationship.yml", "TinyLife.Relationship.CreatePanel(TinyLife.Objects.Person,TinyLife.Objects.Person,TinyLife.Relationship,Microsoft.Xna.Framework.Vector2)": "TinyLife.Relationship.yml",
"TinyLife.Relationship.Dating": "TinyLife.Relationship.yml", "TinyLife.Relationship.Dating": "TinyLife.Relationship.yml",
"TinyLife.Relationship.DisplayString": "TinyLife.Relationship.yml", "TinyLife.Relationship.FriendDisplayString": "TinyLife.Relationship.yml",
"TinyLife.Relationship.FriendLevel": "TinyLife.Relationship.yml", "TinyLife.Relationship.FriendLevel": "TinyLife.Relationship.yml",
"TinyLife.Relationship.FriendPercentage": "TinyLife.Relationship.yml", "TinyLife.Relationship.FriendPercentage": "TinyLife.Relationship.yml",
"TinyLife.Relationship.Genealogy": "TinyLife.Relationship.yml", "TinyLife.Relationship.Genealogy": "TinyLife.Relationship.yml",
@ -2644,10 +2676,12 @@
"TinyLife.Relationship.PassiveRomanceReduction": "TinyLife.Relationship.yml", "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.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.ResetToStatic(System.Boolean,System.Boolean)": "TinyLife.Relationship.yml",
"TinyLife.Relationship.RomanceDisplayString": "TinyLife.Relationship.yml",
"TinyLife.Relationship.RomanceLevel": "TinyLife.Relationship.yml", "TinyLife.Relationship.RomanceLevel": "TinyLife.Relationship.yml",
"TinyLife.Relationship.RomancePercentage": "TinyLife.Relationship.yml", "TinyLife.Relationship.RomancePercentage": "TinyLife.Relationship.yml",
"TinyLife.Relationship.RomanceType": "TinyLife.Relationship.yml", "TinyLife.Relationship.RomanceType": "TinyLife.Relationship.yml",
"TinyLife.Relationship.SetGenealogy(TinyLife.GenealogyType,System.Boolean)": "TinyLife.Relationship.yml", "TinyLife.Relationship.SetGenealogy(TinyLife.GenealogyType,System.Boolean)": "TinyLife.Relationship.yml",
"TinyLife.Relationship.TryingForBaby": "TinyLife.Relationship.yml",
"TinyLife.Relationship.Type": "TinyLife.Relationship.yml", "TinyLife.Relationship.Type": "TinyLife.Relationship.yml",
"TinyLife.Relationship.Validate(TinyLife.Objects.Person)": "TinyLife.Relationship.yml", "TinyLife.Relationship.Validate(TinyLife.Objects.Person)": "TinyLife.Relationship.yml",
"TinyLife.RelationshipType": "TinyLife.RelationshipType.yml", "TinyLife.RelationshipType": "TinyLife.RelationshipType.yml",
@ -2999,9 +3033,14 @@
"TinyLife.Uis.CharacterCreator.BoughtItem(TinyLife.Objects.Person,TinyLife.Objects.WornClothes)": "TinyLife.Uis.CharacterCreator.yml", "TinyLife.Uis.CharacterCreator.BoughtItem(TinyLife.Objects.Person,TinyLife.Objects.WornClothes)": "TinyLife.Uis.CharacterCreator.yml",
"TinyLife.Uis.CharacterCreator.BoughtItemDelegate": "TinyLife.Uis.CharacterCreator.BoughtItemDelegate.yml", "TinyLife.Uis.CharacterCreator.BoughtItemDelegate": "TinyLife.Uis.CharacterCreator.BoughtItemDelegate.yml",
"TinyLife.Uis.CharacterCreator.CanCloseOrExport": "TinyLife.Uis.CharacterCreator.yml", "TinyLife.Uis.CharacterCreator.CanCloseOrExport": "TinyLife.Uis.CharacterCreator.yml",
"TinyLife.Uis.CharacterCreator.CanSwitchPeople": "TinyLife.Uis.CharacterCreator.yml", "TinyLife.Uis.CharacterCreator.CreateNameSelector(TinyLife.Objects.Person,MLEM.Ui.Elements.Element)": "TinyLife.Uis.CharacterCreator.yml",
"TinyLife.Uis.CharacterCreator.CreatePersonalitySelector(TinyLife.Objects.Person,System.Boolean)": "TinyLife.Uis.CharacterCreator.yml",
"TinyLife.Uis.CharacterCreator.CreatePregnancyAbilitySelector(TinyLife.Objects.Person,MLEM.Ui.Elements.Element)": "TinyLife.Uis.CharacterCreator.yml",
"TinyLife.Uis.CharacterCreator.CreatePronounSelector(TinyLife.Objects.Person,MLEM.Ui.Elements.Element)": "TinyLife.Uis.CharacterCreator.yml",
"TinyLife.Uis.CharacterCreator.CreateVoiceSelector(TinyLife.Objects.Person,MLEM.Ui.Elements.Element)": "TinyLife.Uis.CharacterCreator.yml",
"TinyLife.Uis.CharacterCreator.GetCustomPrice(TinyLife.Objects.Person,TinyLife.Objects.WornClothes)": "TinyLife.Uis.CharacterCreator.yml", "TinyLife.Uis.CharacterCreator.GetCustomPrice(TinyLife.Objects.Person,TinyLife.Objects.WornClothes)": "TinyLife.Uis.CharacterCreator.yml",
"TinyLife.Uis.CharacterCreator.GetCustomPriceDelegate": "TinyLife.Uis.CharacterCreator.GetCustomPriceDelegate.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.MaxHouseholdSize": "TinyLife.Uis.CharacterCreator.yml",
"TinyLife.Uis.CharacterCreator.MaxOutfitAmount": "TinyLife.Uis.CharacterCreator.yml", "TinyLife.Uis.CharacterCreator.MaxOutfitAmount": "TinyLife.Uis.CharacterCreator.yml",
"TinyLife.Uis.CharacterCreator.OnBoughtItem": "TinyLife.Uis.CharacterCreator.yml", "TinyLife.Uis.CharacterCreator.OnBoughtItem": "TinyLife.Uis.CharacterCreator.yml",
@ -3152,7 +3191,7 @@
"TinyLife.Utilities.Extensions.ToTimestampString(System.TimeSpan)": "TinyLife.Utilities.Extensions.yml", "TinyLife.Utilities.Extensions.ToTimestampString(System.TimeSpan)": "TinyLife.Utilities.Extensions.yml",
"TinyLife.Utilities.Extensions.ToVisualY(Microsoft.Xna.Framework.Vector2)": "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.ToWallSide(MLEM.Misc.Direction2)": "TinyLife.Utilities.Extensions.yml",
"TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Person.Pose)": "TinyLife.Utilities.Extensions.yml", "TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Pose)": "TinyLife.Utilities.Extensions.yml",
"TinyLife.Utilities.Extensions.ToWorldPos(Microsoft.Xna.Framework.Vector2,System.Boolean)": "TinyLife.Utilities.Extensions.yml", "TinyLife.Utilities.Extensions.ToWorldPos(Microsoft.Xna.Framework.Vector2,System.Boolean)": "TinyLife.Utilities.Extensions.yml",
"TinyLife.Utilities.Extensions.Weekday(System.TimeSpan)": "TinyLife.Utilities.Extensions.yml", "TinyLife.Utilities.Extensions.Weekday(System.TimeSpan)": "TinyLife.Utilities.Extensions.yml",
"TinyLife.Utilities.TextureHandler": "TinyLife.Utilities.TextureHandler.yml", "TinyLife.Utilities.TextureHandler": "TinyLife.Utilities.TextureHandler.yml",
@ -3368,7 +3407,7 @@
"TinyLife.World.Map.IsInBounds(Microsoft.Xna.Framework.Point)": "TinyLife.World.Map.yml", "TinyLife.World.Map.IsInBounds(Microsoft.Xna.Framework.Point)": "TinyLife.World.Map.yml",
"TinyLife.World.Map.IsLotHidden(TinyLife.World.Lot)": "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.IsRoad(Microsoft.Xna.Framework.Point)": "TinyLife.World.Map.yml",
"TinyLife.World.Map.LoadStaticMap(System.String,System.Boolean,System.Action{System.String},System.Action{System.Single},System.Boolean)": "TinyLife.World.Map.yml", "TinyLife.World.Map.LoadStaticMap(System.String,System.Boolean,System.Action{System.String},System.Action{System.Single})": "TinyLife.World.Map.yml",
"TinyLife.World.Map.MailToSend": "TinyLife.World.Map.yml", "TinyLife.World.Map.MailToSend": "TinyLife.World.Map.yml",
"TinyLife.World.Map.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Point)": "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", "TinyLife.World.Map.MarkObjectDirtyForDrawing(TinyLife.Objects.MapObject,TinyLife.World.MapSection,System.Boolean)": "TinyLife.World.Map.yml",
@ -3380,6 +3419,7 @@
"TinyLife.World.Map.OnUpdate": "TinyLife.World.Map.yml", "TinyLife.World.Map.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,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.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.RemoveHousehold(TinyLife.World.Household)": "TinyLife.World.Map.yml",
"TinyLife.World.Map.RemoveLight(TinyLife.Objects.Light)": "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", "TinyLife.World.Map.RemoveLot(TinyLife.World.Lot)": "TinyLife.World.Map.yml",
@ -3394,7 +3434,7 @@
"TinyLife.World.Map.Time": "TinyLife.World.Map.yml", "TinyLife.World.Map.Time": "TinyLife.World.Map.yml",
"TinyLife.World.Map.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "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.UpdateExternalPeople(System.Action{System.Single})": "TinyLife.World.Map.yml",
"TinyLife.World.Map.Validate(System.Action{System.String},System.Action{System.Single},System.Boolean)": "TinyLife.World.Map.yml", "TinyLife.World.Map.Validate(System.Action{System.String},System.Action{System.Single})": "TinyLife.World.Map.yml",
"TinyLife.World.Map.ValidateExistingRooms(Microsoft.Xna.Framework.Point[])": "TinyLife.World.Map.yml", "TinyLife.World.Map.ValidateExistingRooms(Microsoft.Xna.Framework.Point[])": "TinyLife.World.Map.yml",
"TinyLife.World.MapAudioEmitter": "TinyLife.World.MapAudioEmitter.yml", "TinyLife.World.MapAudioEmitter": "TinyLife.World.MapAudioEmitter.yml",
"TinyLife.World.MapAudioEmitter.WorldPosition": "TinyLife.World.MapAudioEmitter.yml", "TinyLife.World.MapAudioEmitter.WorldPosition": "TinyLife.World.MapAudioEmitter.yml",

View file

@ -1634,7 +1634,7 @@ items:
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions 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 <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" 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"
example: [] example: []
syntax: syntax:
content: public bool Sit(Furniture chair, float speedMultiplier, ActionSpot spot = null) content: public bool Sit(Furniture chair, float speedMultiplier, ActionSpot spot = null)
@ -4871,11 +4871,6 @@ references:
name: CurrentPose name: CurrentPose
nameWithType: Person.CurrentPose nameWithType: Person.CurrentPose
fullName: TinyLife.Objects.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 - uid: TinyLife.NeedType.Energy
commentId: F:TinyLife.NeedType.Energy commentId: F:TinyLife.NeedType.Energy
name: Energy name: Energy

View file

@ -8,6 +8,7 @@ items:
- TinyLife.Actions.ActionType.AiSettings.#ctor - TinyLife.Actions.ActionType.AiSettings.#ctor
- TinyLife.Actions.ActionType.AiSettings.CanDoAtAnyPoint - TinyLife.Actions.ActionType.AiSettings.CanDoAtAnyPoint
- TinyLife.Actions.ActionType.AiSettings.CanDoRandomly - TinyLife.Actions.ActionType.AiSettings.CanDoRandomly
- TinyLife.Actions.ActionType.AiSettings.IgnoreAiDisabled
- TinyLife.Actions.ActionType.AiSettings.NeedsFreeActionSpot - TinyLife.Actions.ActionType.AiSettings.NeedsFreeActionSpot
- TinyLife.Actions.ActionType.AiSettings.PassivePriority - TinyLife.Actions.ActionType.AiSettings.PassivePriority
- TinyLife.Actions.ActionType.AiSettings.SolvedNeeds - TinyLife.Actions.ActionType.AiSettings.SolvedNeeds
@ -188,6 +189,33 @@ items:
return: return:
type: System.Boolean type: System.Boolean
content.vb: Public NeedsFreeActionSpot As 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 - uid: TinyLife.Actions.ActionType.AiSettings.#ctor
commentId: M:TinyLife.Actions.ActionType.AiSettings.#ctor commentId: M:TinyLife.Actions.ActionType.AiSettings.#ctor
id: '#ctor' id: '#ctor'
@ -206,7 +234,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Actions/ActionType.cs path: ../TinyLife/Actions/ActionType.cs
startLine: 412 startLine: 413
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

File diff suppressed because it is too large Load diff

View file

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

View file

@ -27,7 +27,7 @@ items:
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors 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.Person.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.Pose)\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: [] example: []
syntax: syntax:
content: 'public class SinkBehavior : ActionBehavior' content: 'public class SinkBehavior : ActionBehavior'
@ -287,23 +287,23 @@ references:
name: AndThenInitialize name: AndThenInitialize
- name: ( - name: (
- name: ) - name: )
- uid: TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Person.Pose) - uid: TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Pose)
commentId: M:TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Person.Pose) commentId: M:TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Pose)
name: ToWorking(Pose) name: ToWorking(Pose)
nameWithType: Extensions.ToWorking(Person.Pose) nameWithType: Extensions.ToWorking(Pose)
fullName: TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Person.Pose) fullName: TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Pose)
spec.csharp: spec.csharp:
- uid: TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Person.Pose) - uid: TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Pose)
name: ToWorking name: ToWorking
- name: ( - name: (
- uid: TinyLife.Objects.Person.Pose - uid: TinyLife.Objects.Pose
name: Pose name: Pose
- name: ) - name: )
spec.vb: spec.vb:
- uid: TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Person.Pose) - uid: TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Pose)
name: ToWorking name: ToWorking
- name: ( - name: (
- uid: TinyLife.Objects.Person.Pose - uid: TinyLife.Objects.Pose
name: Pose name: Pose
- name: ) - name: )
- uid: TinyLife.Actions.Behaviors - uid: TinyLife.Actions.Behaviors

View file

@ -79,7 +79,7 @@ items:
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors 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 <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" 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"
example: [] example: []
syntax: syntax:
content: protected bool IsWorking { get; } content: protected bool IsWorking { get; }
@ -776,24 +776,6 @@ references:
name: Person name: Person
nameWithType: Person nameWithType: Person
fullName: TinyLife.Objects.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) - 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) commentId: M:TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior 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.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
- TinyLife.Actions.DieAction.CanCancel(TinyLife.Actions.Action) - TinyLife.Actions.DieAction.CanCancel(TinyLife.Actions.Action)
- TinyLife.Actions.DieAction.CanEnqueueConversation(TinyLife.Objects.Person,TinyLife.Actions.ActionType) - TinyLife.Actions.DieAction.CanEnqueueConversation(TinyLife.Objects.Person,TinyLife.Actions.ActionType)
- TinyLife.Actions.DieAction.Enqueue(TinyLife.Objects.Person,TinyLife.Objects.Person.DeathReason) - TinyLife.Actions.DieAction.Enqueue(TinyLife.Objects.Person,TinyLife.Objects.DeathReason)
- TinyLife.Actions.DieAction.GetDisplayName - TinyLife.Actions.DieAction.GetDisplayName
- TinyLife.Actions.DieAction.Initialize - TinyLife.Actions.DieAction.Initialize
- TinyLife.Actions.DieAction.IsCompleted - TinyLife.Actions.DieAction.IsCompleted
@ -33,7 +33,7 @@ items:
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions 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.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" 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"
example: [] example: []
syntax: syntax:
content: 'public class DieAction : Action, IGenericDataHolder' content: 'public class DieAction : Action, IGenericDataHolder'
@ -137,13 +137,13 @@ items:
content: >- content: >-
[DataMember] [DataMember]
public Person.DeathReason Reason public DeathReason Reason
return: return:
type: TinyLife.Objects.Person.DeathReason type: TinyLife.Objects.DeathReason
content.vb: >- content.vb: >-
<DataMember> <DataMember>
Public Reason As Person.DeathReason Public Reason As DeathReason
attributes: attributes:
- type: System.Runtime.Serialization.DataMemberAttribute - type: System.Runtime.Serialization.DataMemberAttribute
ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
@ -429,16 +429,16 @@ items:
content.vb: Public Overrides Sub OnCompleted(type As CompletionType) content.vb: Public Overrides Sub OnCompleted(type As CompletionType)
overridden: TinyLife.Actions.Action.OnCompleted(TinyLife.Actions.CompletionType) overridden: TinyLife.Actions.Action.OnCompleted(TinyLife.Actions.CompletionType)
overload: TinyLife.Actions.DieAction.OnCompleted* overload: TinyLife.Actions.DieAction.OnCompleted*
- uid: TinyLife.Actions.DieAction.Enqueue(TinyLife.Objects.Person,TinyLife.Objects.Person.DeathReason) - uid: TinyLife.Actions.DieAction.Enqueue(TinyLife.Objects.Person,TinyLife.Objects.DeathReason)
commentId: M:TinyLife.Actions.DieAction.Enqueue(TinyLife.Objects.Person,TinyLife.Objects.Person.DeathReason) commentId: M:TinyLife.Actions.DieAction.Enqueue(TinyLife.Objects.Person,TinyLife.Objects.DeathReason)
id: Enqueue(TinyLife.Objects.Person,TinyLife.Objects.Person.DeathReason) id: Enqueue(TinyLife.Objects.Person,TinyLife.Objects.DeathReason)
parent: TinyLife.Actions.DieAction parent: TinyLife.Actions.DieAction
langs: langs:
- csharp - csharp
- vb - vb
name: Enqueue(Person, DeathReason) name: Enqueue(Person, DeathReason)
nameWithType: DieAction.Enqueue(Person, Person.DeathReason) nameWithType: DieAction.Enqueue(Person, DeathReason)
fullName: TinyLife.Actions.DieAction.Enqueue(TinyLife.Objects.Person, TinyLife.Objects.Person.DeathReason) fullName: TinyLife.Actions.DieAction.Enqueue(TinyLife.Objects.Person, TinyLife.Objects.DeathReason)
type: Method type: Method
source: source:
remote: 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" 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: [] example: []
syntax: syntax:
content: public static void Enqueue(Person person, Person.DeathReason reason) content: public static void Enqueue(Person person, DeathReason reason)
parameters: parameters:
- id: person - id: person
type: TinyLife.Objects.Person type: TinyLife.Objects.Person
description: The person that should die description: The person that should die
- id: reason - id: reason
type: TinyLife.Objects.Person.DeathReason type: TinyLife.Objects.DeathReason
description: The reason for their death description: The reason for their death
content.vb: Public Shared Sub Enqueue(person As Person, reason As Person.DeathReason) content.vb: Public Shared Sub Enqueue(person As Person, reason As DeathReason)
overload: TinyLife.Actions.DieAction.Enqueue* overload: TinyLife.Actions.DieAction.Enqueue*
references: references:
- uid: TinyLife.Objects.Person - uid: TinyLife.Objects.Person
@ -471,21 +471,21 @@ references:
name: Person name: Person
nameWithType: Person nameWithType: Person
fullName: TinyLife.Objects.Person fullName: TinyLife.Objects.Person
- uid: TinyLife.Objects.Person.Die(TinyLife.Objects.Person.DeathReason,System.Boolean) - uid: TinyLife.Objects.Person.Die(TinyLife.Objects.DeathReason,System.Boolean)
commentId: M:TinyLife.Objects.Person.Die(TinyLife.Objects.Person.DeathReason,System.Boolean) commentId: M:TinyLife.Objects.Person.Die(TinyLife.Objects.DeathReason,System.Boolean)
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.boolean href: https://learn.microsoft.com/dotnet/api/system.boolean
name: Die(DeathReason, bool) name: Die(DeathReason, bool)
nameWithType: Person.Die(Person.DeathReason, bool) nameWithType: Person.Die(DeathReason, bool)
fullName: TinyLife.Objects.Person.Die(TinyLife.Objects.Person.DeathReason, bool) fullName: TinyLife.Objects.Person.Die(TinyLife.Objects.DeathReason, bool)
nameWithType.vb: Person.Die(Person.DeathReason, Boolean) nameWithType.vb: Person.Die(DeathReason, Boolean)
fullName.vb: TinyLife.Objects.Person.Die(TinyLife.Objects.Person.DeathReason, Boolean) fullName.vb: TinyLife.Objects.Person.Die(TinyLife.Objects.DeathReason, Boolean)
name.vb: Die(DeathReason, Boolean) name.vb: Die(DeathReason, Boolean)
spec.csharp: spec.csharp:
- uid: TinyLife.Objects.Person.Die(TinyLife.Objects.Person.DeathReason,System.Boolean) - uid: TinyLife.Objects.Person.Die(TinyLife.Objects.DeathReason,System.Boolean)
name: Die name: Die
- name: ( - name: (
- uid: TinyLife.Objects.Person.DeathReason - uid: TinyLife.Objects.DeathReason
name: DeathReason name: DeathReason
- name: ',' - name: ','
- name: " " - name: " "
@ -495,10 +495,10 @@ references:
href: https://learn.microsoft.com/dotnet/api/system.boolean href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: ) - name: )
spec.vb: spec.vb:
- uid: TinyLife.Objects.Person.Die(TinyLife.Objects.Person.DeathReason,System.Boolean) - uid: TinyLife.Objects.Person.Die(TinyLife.Objects.DeathReason,System.Boolean)
name: Die name: Die
- name: ( - name: (
- uid: TinyLife.Objects.Person.DeathReason - uid: TinyLife.Objects.DeathReason
name: DeathReason name: DeathReason
- name: ',' - name: ','
- name: " " - name: " "
@ -507,49 +507,31 @@ references:
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.boolean href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: ) - name: )
- uid: TinyLife.Objects.Person.DeathReason - uid: TinyLife.Actions.DieAction.Enqueue(TinyLife.Objects.Person,TinyLife.Objects.DeathReason)
commentId: T:TinyLife.Objects.Person.DeathReason commentId: M:TinyLife.Actions.DieAction.Enqueue(TinyLife.Objects.Person,TinyLife.Objects.DeathReason)
parent: TinyLife.Objects
name: Person.DeathReason
nameWithType: Person.DeathReason
fullName: TinyLife.Objects.Person.DeathReason
spec.csharp:
- uid: TinyLife.Objects.Person
name: Person
- name: .
- uid: TinyLife.Objects.Person.DeathReason
name: DeathReason
spec.vb:
- uid: TinyLife.Objects.Person
name: Person
- name: .
- uid: TinyLife.Objects.Person.DeathReason
name: DeathReason
- 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) name: Enqueue(Person, DeathReason)
nameWithType: DieAction.Enqueue(Person, Person.DeathReason) nameWithType: DieAction.Enqueue(Person, DeathReason)
fullName: TinyLife.Actions.DieAction.Enqueue(TinyLife.Objects.Person, TinyLife.Objects.Person.DeathReason) fullName: TinyLife.Actions.DieAction.Enqueue(TinyLife.Objects.Person, TinyLife.Objects.DeathReason)
spec.csharp: spec.csharp:
- uid: TinyLife.Actions.DieAction.Enqueue(TinyLife.Objects.Person,TinyLife.Objects.Person.DeathReason) - uid: TinyLife.Actions.DieAction.Enqueue(TinyLife.Objects.Person,TinyLife.Objects.DeathReason)
name: Enqueue name: Enqueue
- name: ( - name: (
- uid: TinyLife.Objects.Person - uid: TinyLife.Objects.Person
name: Person name: Person
- name: ',' - name: ','
- name: " " - name: " "
- uid: TinyLife.Objects.Person.DeathReason - uid: TinyLife.Objects.DeathReason
name: DeathReason name: DeathReason
- name: ) - name: )
spec.vb: spec.vb:
- uid: TinyLife.Actions.DieAction.Enqueue(TinyLife.Objects.Person,TinyLife.Objects.Person.DeathReason) - uid: TinyLife.Actions.DieAction.Enqueue(TinyLife.Objects.Person,TinyLife.Objects.DeathReason)
name: Enqueue name: Enqueue
- name: ( - name: (
- uid: TinyLife.Objects.Person - uid: TinyLife.Objects.Person
name: Person name: Person
- name: ',' - name: ','
- name: " " - name: " "
- uid: TinyLife.Objects.Person.DeathReason - uid: TinyLife.Objects.DeathReason
name: DeathReason name: DeathReason
- name: ) - name: )
- uid: TinyLife.Actions - uid: TinyLife.Actions
@ -3226,6 +3208,12 @@ references:
- name: . - name: .
- uid: TinyLife.Utilities - uid: TinyLife.Utilities
name: 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* - uid: TinyLife.Actions.DieAction.#ctor*
commentId: Overload:TinyLife.Actions.DieAction.#ctor commentId: Overload:TinyLife.Actions.DieAction.#ctor
name: DieAction 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,6 +61,7 @@ items:
- TinyLife.Actions.SocialAction.IsConversationCompleted - TinyLife.Actions.SocialAction.IsConversationCompleted
- TinyLife.Actions.SocialAction.GetMaxWaitTime - TinyLife.Actions.SocialAction.GetMaxWaitTime
- TinyLife.Actions.SocialAction.EnqueuePartnerAction(TinyLife.Actions.ActionInfo) - TinyLife.Actions.SocialAction.EnqueuePartnerAction(TinyLife.Actions.ActionInfo)
- TinyLife.Actions.SocialAction.GetPartnerVariety(TinyLife.Actions.ActionInfo)
- TinyLife.Actions.SocialAction.OnBothCompleted(TinyLife.Actions.CompletionType) - TinyLife.Actions.SocialAction.OnBothCompleted(TinyLife.Actions.CompletionType)
- TinyLife.Actions.SocialAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) - TinyLife.Actions.SocialAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
- TinyLife.Actions.SocialAction.AndThenIsCompleted - TinyLife.Actions.SocialAction.AndThenIsCompleted
@ -882,6 +883,26 @@ references:
- uid: TinyLife.Actions.ActionInfo - uid: TinyLife.Actions.ActionInfo
name: ActionInfo name: ActionInfo
- name: ) - 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) - uid: TinyLife.Actions.SocialAction.OnBothCompleted(TinyLife.Actions.CompletionType)
commentId: M:TinyLife.Actions.SocialAction.OnBothCompleted(TinyLife.Actions.CompletionType) commentId: M:TinyLife.Actions.SocialAction.OnBothCompleted(TinyLife.Actions.CompletionType)
parent: TinyLife.Actions.SocialAction parent: TinyLife.Actions.SocialAction

View file

@ -52,6 +52,7 @@ items:
- TinyLife.Actions.SocialAction.IsConversationCompleted - TinyLife.Actions.SocialAction.IsConversationCompleted
- TinyLife.Actions.SocialAction.GetMaxWaitTime - TinyLife.Actions.SocialAction.GetMaxWaitTime
- TinyLife.Actions.SocialAction.EnqueuePartnerAction(TinyLife.Actions.ActionInfo) - TinyLife.Actions.SocialAction.EnqueuePartnerAction(TinyLife.Actions.ActionInfo)
- TinyLife.Actions.SocialAction.GetPartnerVariety(TinyLife.Actions.ActionInfo)
- TinyLife.Actions.SocialAction.OnBothCompleted(TinyLife.Actions.CompletionType) - TinyLife.Actions.SocialAction.OnBothCompleted(TinyLife.Actions.CompletionType)
- TinyLife.Actions.SocialAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) - TinyLife.Actions.SocialAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
- TinyLife.Actions.SocialAction.AndThenIsCompleted - TinyLife.Actions.SocialAction.AndThenIsCompleted
@ -555,6 +556,26 @@ references:
- uid: TinyLife.Actions.ActionInfo - uid: TinyLife.Actions.ActionInfo
name: ActionInfo name: ActionInfo
- name: ) - 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) - uid: TinyLife.Actions.SocialAction.OnBothCompleted(TinyLife.Actions.CompletionType)
commentId: M:TinyLife.Actions.SocialAction.OnBothCompleted(TinyLife.Actions.CompletionType) commentId: M:TinyLife.Actions.SocialAction.OnBothCompleted(TinyLife.Actions.CompletionType)
parent: TinyLife.Actions.SocialAction parent: TinyLife.Actions.SocialAction

View file

@ -56,6 +56,7 @@ items:
- TinyLife.Actions.SocialAction.InitializeConversation - TinyLife.Actions.SocialAction.InitializeConversation
- TinyLife.Actions.SocialAction.GetMaxWaitTime - TinyLife.Actions.SocialAction.GetMaxWaitTime
- TinyLife.Actions.SocialAction.EnqueuePartnerAction(TinyLife.Actions.ActionInfo) - TinyLife.Actions.SocialAction.EnqueuePartnerAction(TinyLife.Actions.ActionInfo)
- TinyLife.Actions.SocialAction.GetPartnerVariety(TinyLife.Actions.ActionInfo)
- TinyLife.Actions.SocialAction.OnBothCompleted(TinyLife.Actions.CompletionType) - TinyLife.Actions.SocialAction.OnBothCompleted(TinyLife.Actions.CompletionType)
- TinyLife.Actions.SocialAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) - TinyLife.Actions.SocialAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
- TinyLife.Actions.SocialAction.AndThenIsCompleted - TinyLife.Actions.SocialAction.AndThenIsCompleted
@ -646,6 +647,26 @@ references:
- uid: TinyLife.Actions.ActionInfo - uid: TinyLife.Actions.ActionInfo
name: ActionInfo name: ActionInfo
- name: ) - 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) - uid: TinyLife.Actions.SocialAction.OnBothCompleted(TinyLife.Actions.CompletionType)
commentId: M:TinyLife.Actions.SocialAction.OnBothCompleted(TinyLife.Actions.CompletionType) commentId: M:TinyLife.Actions.SocialAction.OnBothCompleted(TinyLife.Actions.CompletionType)
parent: TinyLife.Actions.SocialAction parent: TinyLife.Actions.SocialAction

View file

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

View file

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

View file

@ -49,6 +49,7 @@ items:
- TinyLife.Actions.SocialAction.UpdateConversation(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) - TinyLife.Actions.SocialAction.UpdateConversation(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
- TinyLife.Actions.SocialAction.GetMaxWaitTime - TinyLife.Actions.SocialAction.GetMaxWaitTime
- TinyLife.Actions.SocialAction.EnqueuePartnerAction(TinyLife.Actions.ActionInfo) - TinyLife.Actions.SocialAction.EnqueuePartnerAction(TinyLife.Actions.ActionInfo)
- TinyLife.Actions.SocialAction.GetPartnerVariety(TinyLife.Actions.ActionInfo)
- TinyLife.Actions.SocialAction.OnBothCompleted(TinyLife.Actions.CompletionType) - TinyLife.Actions.SocialAction.OnBothCompleted(TinyLife.Actions.CompletionType)
- TinyLife.Actions.SocialAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) - TinyLife.Actions.SocialAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
- TinyLife.Actions.SocialAction.AndThenIsCompleted - TinyLife.Actions.SocialAction.AndThenIsCompleted
@ -457,6 +458,26 @@ references:
- uid: TinyLife.Actions.ActionInfo - uid: TinyLife.Actions.ActionInfo
name: ActionInfo name: ActionInfo
- name: ) - 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) - uid: TinyLife.Actions.SocialAction.OnBothCompleted(TinyLife.Actions.CompletionType)
commentId: M:TinyLife.Actions.SocialAction.OnBothCompleted(TinyLife.Actions.CompletionType) commentId: M:TinyLife.Actions.SocialAction.OnBothCompleted(TinyLife.Actions.CompletionType)
parent: TinyLife.Actions.SocialAction parent: TinyLife.Actions.SocialAction

View file

@ -22,7 +22,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: StartPartnerAction id: StartPartnerAction
path: ../TinyLife/Actions/SocialAction.cs path: ../TinyLife/Actions/SocialAction.cs
startLine: 243 startLine: 247
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -125,7 +125,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Actions/SocialAction.cs path: ../TinyLife/Actions/SocialAction.cs
startLine: 246 startLine: 250
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -160,7 +160,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Initialize id: Initialize
path: ../TinyLife/Actions/SocialAction.cs path: ../TinyLife/Actions/SocialAction.cs
startLine: 249 startLine: 253
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -189,7 +189,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsCompleted id: IsCompleted
path: ../TinyLife/Actions/SocialAction.cs path: ../TinyLife/Actions/SocialAction.cs
startLine: 277 startLine: 281
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

View file

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

View file

@ -59,6 +59,7 @@ items:
- TinyLife.Actions.SocialAction.InitializeConversation - TinyLife.Actions.SocialAction.InitializeConversation
- TinyLife.Actions.SocialAction.GetMaxWaitTime - TinyLife.Actions.SocialAction.GetMaxWaitTime
- TinyLife.Actions.SocialAction.EnqueuePartnerAction(TinyLife.Actions.ActionInfo) - TinyLife.Actions.SocialAction.EnqueuePartnerAction(TinyLife.Actions.ActionInfo)
- TinyLife.Actions.SocialAction.GetPartnerVariety(TinyLife.Actions.ActionInfo)
- TinyLife.Actions.SocialAction.OnBothCompleted(TinyLife.Actions.CompletionType) - TinyLife.Actions.SocialAction.OnBothCompleted(TinyLife.Actions.CompletionType)
- TinyLife.Actions.SocialAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) - TinyLife.Actions.SocialAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
- TinyLife.Actions.SocialAction.AndThenIsCompleted - TinyLife.Actions.SocialAction.AndThenIsCompleted
@ -846,6 +847,26 @@ references:
- uid: TinyLife.Actions.ActionInfo - uid: TinyLife.Actions.ActionInfo
name: ActionInfo name: ActionInfo
- name: ) - 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) - uid: TinyLife.Actions.SocialAction.OnBothCompleted(TinyLife.Actions.CompletionType)
commentId: M:TinyLife.Actions.SocialAction.OnBothCompleted(TinyLife.Actions.CompletionType) commentId: M:TinyLife.Actions.SocialAction.OnBothCompleted(TinyLife.Actions.CompletionType)
parent: TinyLife.Actions.SocialAction parent: TinyLife.Actions.SocialAction

View file

@ -24,7 +24,9 @@ items:
- TinyLife.Actions.DieAction - TinyLife.Actions.DieAction
- TinyLife.Actions.Emote - TinyLife.Actions.Emote
- TinyLife.Actions.EmoteCategory - TinyLife.Actions.EmoteCategory
- TinyLife.Actions.FollowAdultAction
- TinyLife.Actions.GoHereAction - TinyLife.Actions.GoHereAction
- TinyLife.Actions.HaveBabyAction
- TinyLife.Actions.HelpAction - TinyLife.Actions.HelpAction
- TinyLife.Actions.HoldingPersonAction - TinyLife.Actions.HoldingPersonAction
- TinyLife.Actions.MakeTeaAction - TinyLife.Actions.MakeTeaAction
@ -253,11 +255,21 @@ references:
name: EmoteCategory name: EmoteCategory
nameWithType: EmoteCategory nameWithType: EmoteCategory
fullName: TinyLife.Actions.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 - uid: TinyLife.Actions.GoHereAction
commentId: T:TinyLife.Actions.GoHereAction commentId: T:TinyLife.Actions.GoHereAction
name: GoHereAction name: GoHereAction
nameWithType: GoHereAction nameWithType: GoHereAction
fullName: TinyLife.Actions.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 - uid: TinyLife.Actions.HelpAction
commentId: T:TinyLife.Actions.HelpAction commentId: T:TinyLife.Actions.HelpAction
name: HelpAction name: HelpAction
@ -316,6 +328,7 @@ references:
fullName: TinyLife.Actions.PathfindAction fullName: TinyLife.Actions.PathfindAction
- uid: TinyLife.Actions.PathfindToPersonAction - uid: TinyLife.Actions.PathfindToPersonAction
commentId: T:TinyLife.Actions.PathfindToPersonAction commentId: T:TinyLife.Actions.PathfindToPersonAction
parent: TinyLife.Actions
name: PathfindToPersonAction name: PathfindToPersonAction
nameWithType: PathfindToPersonAction nameWithType: PathfindToPersonAction
fullName: TinyLife.Actions.PathfindToPersonAction fullName: TinyLife.Actions.PathfindToPersonAction

View file

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

View file

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

View file

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

View file

@ -27,7 +27,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Instance id: Instance
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 386 startLine: 394
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -76,7 +76,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Type id: Type
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 393 startLine: 401
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -115,7 +115,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Amount id: Amount
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 398 startLine: 406
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -154,7 +154,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TotalTime id: TotalTime
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 403 startLine: 411
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -193,7 +193,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Time id: Time
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 408 startLine: 416
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -234,7 +234,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SourceString id: SourceString
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 414 startLine: 422
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -275,7 +275,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Person id: Person
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 419 startLine: 427
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -306,7 +306,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PassTime id: PassTime
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 436 startLine: 444
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -338,7 +338,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate id: Validate
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 450 startLine: 458
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions

View file

@ -4740,6 +4740,33 @@ items:
return: return:
type: TinyLife.Emotions.EmotionModifier type: TinyLife.Emotions.EmotionModifier
content.vb: Public Shared ReadOnly ThriftyBoughtExpensiveItem As 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 - uid: TinyLife.Emotions.EmotionModifier.GymTrainerPositive
commentId: F:TinyLife.Emotions.EmotionModifier.GymTrainerPositive commentId: F:TinyLife.Emotions.EmotionModifier.GymTrainerPositive
id: GymTrainerPositive id: GymTrainerPositive
@ -4758,7 +4785,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GymTrainerPositive id: GymTrainerPositive
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 210 startLine: 212
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -4785,7 +4812,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GymTrainerNegative id: GymTrainerNegative
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 211 startLine: 213
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -4794,33 +4821,6 @@ items:
return: return:
type: TinyLife.Emotions.EmotionModifier type: TinyLife.Emotions.EmotionModifier
content.vb: Public Shared ReadOnly GymTrainerNegative As 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 - uid: TinyLife.Emotions.EmotionModifier.PottySuccess
commentId: F:TinyLife.Emotions.EmotionModifier.PottySuccess commentId: F:TinyLife.Emotions.EmotionModifier.PottySuccess
id: PottySuccess id: PottySuccess
@ -4839,7 +4839,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PottySuccess id: PottySuccess
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 213 startLine: 214
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -4866,7 +4866,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PottyFail id: PottyFail
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 214 startLine: 215
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -4893,7 +4893,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PottyNotListening id: PottyNotListening
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 215 startLine: 216
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -4920,7 +4920,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name id: Name
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 278 startLine: 286
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -4949,7 +4949,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Icon id: Icon
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 282 startLine: 290
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -4978,7 +4978,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Emotion id: Emotion
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 287 startLine: 295
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -5007,7 +5007,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Condition id: Condition
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 293 startLine: 301
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -5036,7 +5036,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DisplayName id: DisplayName
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 300 startLine: 308
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -5067,7 +5067,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 309 startLine: 317
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -5111,7 +5111,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 323 startLine: 331
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -5155,7 +5155,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetCausedEmotion id: GetCausedEmotion
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 332 startLine: 340
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -5190,7 +5190,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDisplayName id: GetDisplayName
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 348 startLine: 356
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -5229,7 +5229,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Register id: Register
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 361 startLine: 369
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions

View file

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

View file

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

View file

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

View file

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

View file

@ -637,7 +637,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HasRequiredPromotionSkills id: HasRequiredPromotionSkills
path: ../TinyLife/Goals/Job.cs path: ../TinyLife/Goals/Job.cs
startLine: 231 startLine: 233
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -668,7 +668,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetCoworkers id: GetCoworkers
path: ../TinyLife/Goals/Job.cs path: ../TinyLife/Goals/Job.cs
startLine: 243 startLine: 245
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -699,7 +699,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetCoworkersAtWork id: GetCoworkersAtWork
path: ../TinyLife/Goals/Job.cs path: ../TinyLife/Goals/Job.cs
startLine: 251 startLine: 253
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -730,7 +730,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate id: Validate
path: ../TinyLife/Goals/Job.cs path: ../TinyLife/Goals/Job.cs
startLine: 259 startLine: 261
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals

View file

@ -7,6 +7,7 @@ items:
children: children:
- TinyLife.Goals.JobType.#ctor(System.String,MLEM.Textures.TextureRegion,System.Single,System.ValueTuple{System.Int32,System.Int32},System.DayOfWeek[]) - 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.Businessperson
- TinyLife.Goals.JobType.CanGetRaise
- TinyLife.Goals.JobType.CanQuitOrBeFired - TinyLife.Goals.JobType.CanQuitOrBeFired
- TinyLife.Goals.JobType.ChoicePrompts - TinyLife.Goals.JobType.ChoicePrompts
- TinyLife.Goals.JobType.Construct(TinyLife.Objects.Person,System.Int32) - TinyLife.Goals.JobType.Construct(TinyLife.Objects.Person,System.Int32)
@ -638,6 +639,35 @@ items:
type: System.Boolean type: System.Boolean
content.vb: Public Property CanQuitOrBeFired As Boolean content.vb: Public Property CanQuitOrBeFired As Boolean
overload: TinyLife.Goals.JobType.CanQuitOrBeFired* 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 - uid: TinyLife.Goals.JobType.DailyTasks
commentId: P:TinyLife.Goals.JobType.DailyTasks commentId: P:TinyLife.Goals.JobType.DailyTasks
id: DailyTasks id: DailyTasks
@ -656,7 +686,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DailyTasks id: DailyTasks
path: ../TinyLife/Goals/JobType.cs path: ../TinyLife/Goals/JobType.cs
startLine: 167 startLine: 168
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -687,7 +717,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DailyTaskImportance id: DailyTaskImportance
path: ../TinyLife/Goals/JobType.cs path: ../TinyLife/Goals/JobType.cs
startLine: 172 startLine: 173
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -718,7 +748,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ChoicePrompts id: ChoicePrompts
path: ../TinyLife/Goals/JobType.cs path: ../TinyLife/Goals/JobType.cs
startLine: 176 startLine: 177
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -749,7 +779,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SourceString id: SourceString
path: ../TinyLife/Goals/JobType.cs path: ../TinyLife/Goals/JobType.cs
startLine: 178 startLine: 179
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -782,7 +812,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Goals/JobType.cs path: ../TinyLife/Goals/JobType.cs
startLine: 188 startLine: 189
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -829,7 +859,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Construct id: Construct
path: ../TinyLife/Goals/JobType.cs path: ../TinyLife/Goals/JobType.cs
startLine: 202 startLine: 203
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -870,7 +900,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsTimeToWork id: IsTimeToWork
path: ../TinyLife/Goals/JobType.cs path: ../TinyLife/Goals/JobType.cs
startLine: 212 startLine: 213
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -905,7 +935,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ToScheduleString id: ToScheduleString
path: ../TinyLife/Goals/JobType.cs path: ../TinyLife/Goals/JobType.cs
startLine: 221 startLine: 222
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -939,7 +969,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDisplayName id: GetDisplayName
path: ../TinyLife/Goals/JobType.cs path: ../TinyLife/Goals/JobType.cs
startLine: 235 startLine: 236
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -977,7 +1007,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetRequiredPromotionSkills id: GetRequiredPromotionSkills
path: ../TinyLife/Goals/JobType.cs path: ../TinyLife/Goals/JobType.cs
startLine: 247 startLine: 248
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -1012,7 +1042,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnWorkStartsInAnHour id: OnWorkStartsInAnHour
path: ../TinyLife/Goals/JobType.cs path: ../TinyLife/Goals/JobType.cs
startLine: 262 startLine: 263
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -1044,7 +1074,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnWorkHoursOver id: OnWorkHoursOver
path: ../TinyLife/Goals/JobType.cs path: ../TinyLife/Goals/JobType.cs
startLine: 273 startLine: 274
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -1076,7 +1106,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnWorkFinished id: OnWorkFinished
path: ../TinyLife/Goals/JobType.cs path: ../TinyLife/Goals/JobType.cs
startLine: 283 startLine: 284
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -1111,7 +1141,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnWorkStarted id: OnWorkStarted
path: ../TinyLife/Goals/JobType.cs path: ../TinyLife/Goals/JobType.cs
startLine: 294 startLine: 295
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -1146,7 +1176,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnLevelChanged id: OnLevelChanged
path: ../TinyLife/Goals/JobType.cs path: ../TinyLife/Goals/JobType.cs
startLine: 302 startLine: 303
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -1184,7 +1214,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnRaiseReceived id: OnRaiseReceived
path: ../TinyLife/Goals/JobType.cs path: ../TinyLife/Goals/JobType.cs
startLine: 312 startLine: 313
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -1216,7 +1246,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UpdateWorking id: UpdateWorking
path: ../TinyLife/Goals/JobType.cs path: ../TinyLife/Goals/JobType.cs
startLine: 324 startLine: 325
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -1260,7 +1290,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Register id: Register
path: ../TinyLife/Goals/JobType.cs path: ../TinyLife/Goals/JobType.cs
startLine: 334 startLine: 335
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -2340,6 +2370,11 @@ references:
name: CanQuitOrBeFired name: CanQuitOrBeFired
nameWithType: JobType.CanQuitOrBeFired nameWithType: JobType.CanQuitOrBeFired
fullName: TinyLife.Goals.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 - uid: TinyLife.Goals.GoalSetInfo
commentId: T:TinyLife.Goals.GoalSetInfo commentId: T:TinyLife.Goals.GoalSetInfo
parent: TinyLife.Goals parent: TinyLife.Goals

View file

@ -60,6 +60,7 @@ items:
- TinyLife.Goals.JobType.HasSpecialLocalization - TinyLife.Goals.JobType.HasSpecialLocalization
- TinyLife.Goals.JobType.RequiredAges - TinyLife.Goals.JobType.RequiredAges
- TinyLife.Goals.JobType.CanQuitOrBeFired - TinyLife.Goals.JobType.CanQuitOrBeFired
- TinyLife.Goals.JobType.CanGetRaise
- TinyLife.Goals.JobType.DailyTasks - TinyLife.Goals.JobType.DailyTasks
- TinyLife.Goals.JobType.DailyTaskImportance - TinyLife.Goals.JobType.DailyTaskImportance
- TinyLife.Goals.JobType.ChoicePrompts - TinyLife.Goals.JobType.ChoicePrompts
@ -181,7 +182,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnWorkFinished id: OnWorkFinished
path: ../TinyLife/Goals/StudentJobType.cs path: ../TinyLife/Goals/StudentJobType.cs
startLine: 40 startLine: 41
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -217,7 +218,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnLevelChanged id: OnLevelChanged
path: ../TinyLife/Goals/StudentJobType.cs path: ../TinyLife/Goals/StudentJobType.cs
startLine: 54 startLine: 55
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -256,7 +257,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UpdateWorking id: UpdateWorking
path: ../TinyLife/Goals/StudentJobType.cs path: ../TinyLife/Goals/StudentJobType.cs
startLine: 59 startLine: 60
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -452,6 +453,12 @@ references:
name: CanQuitOrBeFired name: CanQuitOrBeFired
nameWithType: JobType.CanQuitOrBeFired nameWithType: JobType.CanQuitOrBeFired
fullName: TinyLife.Goals.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 - uid: TinyLife.Goals.JobType.DailyTasks
commentId: P:TinyLife.Goals.JobType.DailyTasks commentId: P:TinyLife.Goals.JobType.DailyTasks
parent: TinyLife.Goals.JobType parent: TinyLife.Goals.JobType

View file

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

View file

@ -22,7 +22,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AgeGroup id: AgeGroup
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 2967 startLine: 3022
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -63,7 +63,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Baby id: Baby
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 2971 startLine: 3026
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -89,7 +89,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Child id: Child
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 2977 startLine: 3032
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -117,7 +117,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Adult id: Adult
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 2983 startLine: 3038
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects

View file

@ -509,14 +509,14 @@ items:
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
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" 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"
example: [] example: []
syntax: syntax:
content: public Func<(Person.Pose Pose, Direction2 Rotation, int Layer), float> DepthFunction { get; init; } content: public Func<(Pose Pose, Direction2 Rotation, int Layer), float> DepthFunction { get; init; }
parameters: [] parameters: []
return: return:
type: System.Func{System.ValueTuple{TinyLife.Objects.Person.Pose,MLEM.Misc.Direction2,System.Int32},System.Single} type: System.Func{System.ValueTuple{TinyLife.Objects.Pose,MLEM.Misc.Direction2,System.Int32},System.Single}
content.vb: Public Property DepthFunction As Func(Of (Pose As Person.Pose, Rotation As Direction2, Layer As Integer), Single) content.vb: Public Property DepthFunction As Func(Of (Pose As Pose, Rotation As Direction2, Layer As Integer), Single)
overload: TinyLife.Objects.Clothes.DepthFunction* overload: TinyLife.Objects.Clothes.DepthFunction*
- uid: TinyLife.Objects.Clothes.TextureBehaviorLayer - uid: TinyLife.Objects.Clothes.TextureBehaviorLayer
commentId: P:TinyLife.Objects.Clothes.TextureBehaviorLayer commentId: P:TinyLife.Objects.Clothes.TextureBehaviorLayer
@ -540,7 +540,7 @@ items:
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
summary: "\nA <xref href=\"TinyLife.Objects.ClothesLayer\" data-throw-if-not-resolved=\"false\"></xref> whose texture behavior should be used instead of the <xref href=\"TinyLife.Objects.Clothes.Layer\" data-throw-if-not-resolved=\"false\"></xref>&apos;s texture behavior.\nThe texture behavior determines how many texture regions a clothes item uses, and whether they are animated in a certain <xref href=\"TinyLife.Objects.Person.Pose\" data-throw-if-not-resolved=\"false\"></xref>. For more information, see https://docs.tinylifegame.com/articles/creating_textures.html.\n" 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"
example: [] example: []
syntax: syntax:
content: public ClothesLayer? TextureBehaviorLayer { get; init; } content: public ClothesLayer? TextureBehaviorLayer { get; init; }
@ -1786,24 +1786,6 @@ references:
name: AgeGroup name: AgeGroup
nameWithType: AgeGroup nameWithType: AgeGroup
fullName: TinyLife.Objects.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) - uid: TinyLife.Utilities.Extensions.GetDepth(TinyLife.Objects.ClothesLayer)
commentId: M:TinyLife.Utilities.Extensions.GetDepth(TinyLife.Objects.ClothesLayer) commentId: M:TinyLife.Utilities.Extensions.GetDepth(TinyLife.Objects.ClothesLayer)
name: GetDepth(ClothesLayer) name: GetDepth(ClothesLayer)
@ -1828,17 +1810,17 @@ references:
name: DepthFunction name: DepthFunction
nameWithType: Clothes.DepthFunction nameWithType: Clothes.DepthFunction
fullName: TinyLife.Objects.Clothes.DepthFunction fullName: TinyLife.Objects.Clothes.DepthFunction
- uid: System.Func{System.ValueTuple{TinyLife.Objects.Person.Pose,MLEM.Misc.Direction2,System.Int32},System.Single} - uid: System.Func{System.ValueTuple{TinyLife.Objects.Pose,MLEM.Misc.Direction2,System.Int32},System.Single}
commentId: T:System.Func{System.ValueTuple{TinyLife.Objects.Person.Pose,MLEM.Misc.Direction2,System.Int32},System.Single} commentId: T:System.Func{System.ValueTuple{TinyLife.Objects.Pose,MLEM.Misc.Direction2,System.Int32},System.Single}
parent: System parent: System
definition: System.Func`2 definition: System.Func`2
href: https://learn.microsoft.com/dotnet/api/system.func-2 href: https://learn.microsoft.com/dotnet/api/system.func-2
name: Func<(Person.Pose Pose, Direction2 Rotation, int Layer), float> name: Func<(Pose Pose, Direction2 Rotation, int Layer), float>
nameWithType: Func<(Person.Pose Pose, Direction2 Rotation, int Layer), float> nameWithType: Func<(Pose Pose, Direction2 Rotation, int Layer), float>
fullName: System.Func<(TinyLife.Objects.Person.Pose Pose, MLEM.Misc.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 Person.Pose, Rotation As Direction2, Layer As Integer), Single) nameWithType.vb: Func(Of (Pose As 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) 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 Person.Pose, Rotation As Direction2, Layer As Integer), Single) name.vb: Func(Of (Pose As Pose, Rotation As Direction2, Layer As Integer), Single)
spec.csharp: spec.csharp:
- uid: System.Func`2 - uid: System.Func`2
name: Func name: Func
@ -1846,24 +1828,21 @@ references:
href: https://learn.microsoft.com/dotnet/api/system.func-2 href: https://learn.microsoft.com/dotnet/api/system.func-2
- name: < - name: <
- name: ( - name: (
- uid: TinyLife.Objects.Person - uid: TinyLife.Objects.Pose
name: Person
- name: .
- uid: TinyLife.Objects.Person.Pose
name: Pose name: Pose
- name: " " - name: " "
- uid: System.ValueTuple{TinyLife.Objects.Person.Pose,MLEM.Misc.Direction2,System.Int32}.Pose - uid: System.ValueTuple{TinyLife.Objects.Pose,MLEM.Misc.Direction2,System.Int32}.Pose
name: Pose name: Pose
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.person.pose,mlem.misc.direction2,system.int32-.pose href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.pose,mlem.misc.direction2,system.int32-.pose
- name: ',' - name: ','
- name: " " - name: " "
- uid: MLEM.Misc.Direction2 - uid: MLEM.Misc.Direction2
name: Direction2 name: Direction2
isExternal: true isExternal: true
- name: " " - name: " "
- uid: System.ValueTuple{TinyLife.Objects.Person.Pose,MLEM.Misc.Direction2,System.Int32}.Rotation - uid: System.ValueTuple{TinyLife.Objects.Pose,MLEM.Misc.Direction2,System.Int32}.Rotation
name: Rotation name: Rotation
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.person.pose,mlem.misc.direction2,system.int32-.rotation href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.pose,mlem.misc.direction2,system.int32-.rotation
- name: ',' - name: ','
- name: " " - name: " "
- uid: System.Int32 - uid: System.Int32
@ -1871,9 +1850,9 @@ references:
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32 href: https://learn.microsoft.com/dotnet/api/system.int32
- name: " " - name: " "
- uid: System.ValueTuple{TinyLife.Objects.Person.Pose,MLEM.Misc.Direction2,System.Int32}.Layer - uid: System.ValueTuple{TinyLife.Objects.Pose,MLEM.Misc.Direction2,System.Int32}.Layer
name: Layer name: Layer
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.person.pose,mlem.misc.direction2,system.int32-.layer href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.pose,mlem.misc.direction2,system.int32-.layer
- name: ) - name: )
- name: ',' - name: ','
- name: " " - name: " "
@ -1891,22 +1870,19 @@ references:
- name: Of - name: Of
- name: " " - name: " "
- name: ( - name: (
- uid: System.ValueTuple{TinyLife.Objects.Person.Pose,MLEM.Misc.Direction2,System.Int32}.Pose - uid: System.ValueTuple{TinyLife.Objects.Pose,MLEM.Misc.Direction2,System.Int32}.Pose
name: Pose name: Pose
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.person.pose,mlem.misc.direction2,system.int32-.pose href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.pose,mlem.misc.direction2,system.int32-.pose
- name: " " - name: " "
- name: As - name: As
- name: " " - name: " "
- uid: TinyLife.Objects.Person - uid: TinyLife.Objects.Pose
name: Person
- name: .
- uid: TinyLife.Objects.Person.Pose
name: Pose name: Pose
- name: ',' - name: ','
- name: " " - name: " "
- uid: System.ValueTuple{TinyLife.Objects.Person.Pose,MLEM.Misc.Direction2,System.Int32}.Rotation - uid: System.ValueTuple{TinyLife.Objects.Pose,MLEM.Misc.Direction2,System.Int32}.Rotation
name: Rotation name: Rotation
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.person.pose,mlem.misc.direction2,system.int32-.rotation href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.pose,mlem.misc.direction2,system.int32-.rotation
- name: " " - name: " "
- name: As - name: As
- name: " " - name: " "
@ -1915,9 +1891,9 @@ references:
isExternal: true isExternal: true
- name: ',' - name: ','
- name: " " - name: " "
- uid: System.ValueTuple{TinyLife.Objects.Person.Pose,MLEM.Misc.Direction2,System.Int32}.Layer - uid: System.ValueTuple{TinyLife.Objects.Pose,MLEM.Misc.Direction2,System.Int32}.Layer
name: Layer name: Layer
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.person.pose,mlem.misc.direction2,system.int32-.layer href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.pose,mlem.misc.direction2,system.int32-.layer
- name: " " - name: " "
- name: As - name: As
- name: " " - name: " "

View file

@ -1,20 +1,20 @@
### YamlMime:ManagedReference ### YamlMime:ManagedReference
items: items:
- uid: TinyLife.Objects.Person.DeathReason - uid: TinyLife.Objects.DeathReason
commentId: T:TinyLife.Objects.Person.DeathReason commentId: T:TinyLife.Objects.DeathReason
id: Person.DeathReason id: DeathReason
parent: TinyLife.Objects parent: TinyLife.Objects
children: children:
- TinyLife.Objects.Person.DeathReason.Electrocution - TinyLife.Objects.DeathReason.Electrocution
- TinyLife.Objects.Person.DeathReason.InexplicableReasons - TinyLife.Objects.DeathReason.InexplicableReasons
- TinyLife.Objects.Person.DeathReason.Starvation - TinyLife.Objects.DeathReason.Starvation
- TinyLife.Objects.Person.DeathReason.TooMuchProtein - TinyLife.Objects.DeathReason.TooMuchProtein
langs: langs:
- csharp - csharp
- vb - vb
name: Person.DeathReason name: DeathReason
nameWithType: Person.DeathReason nameWithType: DeathReason
fullName: TinyLife.Objects.Person.DeathReason fullName: TinyLife.Objects.DeathReason
type: Enum type: Enum
source: source:
remote: remote:
@ -23,27 +23,27 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DeathReason id: DeathReason
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 2918 startLine: 2994
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects 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" 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: [] example: []
syntax: syntax:
content: public enum Person.DeathReason content: public enum DeathReason
content.vb: Public Enum Person.DeathReason content.vb: Public Enum DeathReason
extensionMethods: extensionMethods:
- TinyLife.Objects.Person.DeathReason.TinyLife.Utilities.Extensions.JsonCopy``1 - TinyLife.Objects.DeathReason.TinyLife.Utilities.Extensions.JsonCopy``1
- uid: TinyLife.Objects.Person.DeathReason.Starvation - uid: TinyLife.Objects.DeathReason.Starvation
commentId: F:TinyLife.Objects.Person.DeathReason.Starvation commentId: F:TinyLife.Objects.DeathReason.Starvation
id: Starvation id: Starvation
parent: TinyLife.Objects.Person.DeathReason parent: TinyLife.Objects.DeathReason
langs: langs:
- csharp - csharp
- vb - vb
name: Starvation name: Starvation
nameWithType: Person.DeathReason.Starvation nameWithType: DeathReason.Starvation
fullName: TinyLife.Objects.Person.DeathReason.Starvation fullName: TinyLife.Objects.DeathReason.Starvation
type: Field type: Field
source: source:
remote: remote:
@ -52,7 +52,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Starvation id: Starvation
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 2924 startLine: 3000
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -61,17 +61,17 @@ items:
syntax: syntax:
content: Starvation = 0 content: Starvation = 0
return: return:
type: TinyLife.Objects.Person.DeathReason type: TinyLife.Objects.DeathReason
- uid: TinyLife.Objects.Person.DeathReason.InexplicableReasons - uid: TinyLife.Objects.DeathReason.InexplicableReasons
commentId: F:TinyLife.Objects.Person.DeathReason.InexplicableReasons commentId: F:TinyLife.Objects.DeathReason.InexplicableReasons
id: InexplicableReasons id: InexplicableReasons
parent: TinyLife.Objects.Person.DeathReason parent: TinyLife.Objects.DeathReason
langs: langs:
- csharp - csharp
- vb - vb
name: InexplicableReasons name: InexplicableReasons
nameWithType: Person.DeathReason.InexplicableReasons nameWithType: DeathReason.InexplicableReasons
fullName: TinyLife.Objects.Person.DeathReason.InexplicableReasons fullName: TinyLife.Objects.DeathReason.InexplicableReasons
type: Field type: Field
source: source:
remote: remote:
@ -80,7 +80,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InexplicableReasons id: InexplicableReasons
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 2929 startLine: 3005
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -89,17 +89,17 @@ items:
syntax: syntax:
content: InexplicableReasons = 1 content: InexplicableReasons = 1
return: return:
type: TinyLife.Objects.Person.DeathReason type: TinyLife.Objects.DeathReason
- uid: TinyLife.Objects.Person.DeathReason.Electrocution - uid: TinyLife.Objects.DeathReason.Electrocution
commentId: F:TinyLife.Objects.Person.DeathReason.Electrocution commentId: F:TinyLife.Objects.DeathReason.Electrocution
id: Electrocution id: Electrocution
parent: TinyLife.Objects.Person.DeathReason parent: TinyLife.Objects.DeathReason
langs: langs:
- csharp - csharp
- vb - vb
name: Electrocution name: Electrocution
nameWithType: Person.DeathReason.Electrocution nameWithType: DeathReason.Electrocution
fullName: TinyLife.Objects.Person.DeathReason.Electrocution fullName: TinyLife.Objects.DeathReason.Electrocution
type: Field type: Field
source: source:
remote: remote:
@ -108,7 +108,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Electrocution id: Electrocution
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 2934 startLine: 3010
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -117,17 +117,17 @@ items:
syntax: syntax:
content: Electrocution = 2 content: Electrocution = 2
return: return:
type: TinyLife.Objects.Person.DeathReason type: TinyLife.Objects.DeathReason
- uid: TinyLife.Objects.Person.DeathReason.TooMuchProtein - uid: TinyLife.Objects.DeathReason.TooMuchProtein
commentId: F:TinyLife.Objects.Person.DeathReason.TooMuchProtein commentId: F:TinyLife.Objects.DeathReason.TooMuchProtein
id: TooMuchProtein id: TooMuchProtein
parent: TinyLife.Objects.Person.DeathReason parent: TinyLife.Objects.DeathReason
langs: langs:
- csharp - csharp
- vb - vb
name: TooMuchProtein name: TooMuchProtein
nameWithType: Person.DeathReason.TooMuchProtein nameWithType: DeathReason.TooMuchProtein
fullName: TinyLife.Objects.Person.DeathReason.TooMuchProtein fullName: TinyLife.Objects.DeathReason.TooMuchProtein
type: Field type: Field
source: source:
remote: remote:
@ -136,7 +136,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TooMuchProtein id: TooMuchProtein
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 2938 startLine: 3014
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -145,7 +145,7 @@ items:
syntax: syntax:
content: TooMuchProtein = 3 content: TooMuchProtein = 3
return: return:
type: TinyLife.Objects.Person.DeathReason type: TinyLife.Objects.DeathReason
references: references:
- uid: TinyLife.Objects.Person - uid: TinyLife.Objects.Person
commentId: T:TinyLife.Objects.Person commentId: T:TinyLife.Objects.Person
@ -170,38 +170,38 @@ references:
- name: . - name: .
- uid: TinyLife.Objects - uid: TinyLife.Objects
name: Objects name: Objects
- uid: TinyLife.Objects.Person.DeathReason.TinyLife.Utilities.Extensions.JsonCopy``1 - uid: TinyLife.Objects.DeathReason.TinyLife.Utilities.Extensions.JsonCopy``1
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0) commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
parent: TinyLife.Utilities.Extensions parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0) definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy<DeathReason>(DeathReason) name: JsonCopy<DeathReason>(DeathReason)
nameWithType: Extensions.JsonCopy<Person.DeathReason>(Person.DeathReason) nameWithType: Extensions.JsonCopy<DeathReason>(DeathReason)
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Objects.Person.DeathReason>(TinyLife.Objects.Person.DeathReason) fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Objects.DeathReason>(TinyLife.Objects.DeathReason)
nameWithType.vb: Extensions.JsonCopy(Of Person.DeathReason)(Person.DeathReason) nameWithType.vb: Extensions.JsonCopy(Of DeathReason)(DeathReason)
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Objects.Person.DeathReason)(TinyLife.Objects.Person.DeathReason) fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Objects.DeathReason)(TinyLife.Objects.DeathReason)
name.vb: JsonCopy(Of DeathReason)(DeathReason) name.vb: JsonCopy(Of DeathReason)(DeathReason)
spec.csharp: spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Objects.Person.DeathReason) - uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Objects.DeathReason)
name: JsonCopy name: JsonCopy
- name: < - name: <
- uid: TinyLife.Objects.Person.DeathReason - uid: TinyLife.Objects.DeathReason
name: DeathReason name: DeathReason
- name: '>' - name: '>'
- name: ( - name: (
- uid: TinyLife.Objects.Person.DeathReason - uid: TinyLife.Objects.DeathReason
name: DeathReason name: DeathReason
- name: ) - name: )
spec.vb: spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Objects.Person.DeathReason) - uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Objects.DeathReason)
name: JsonCopy name: JsonCopy
- name: ( - name: (
- name: Of - name: Of
- name: " " - name: " "
- uid: TinyLife.Objects.Person.DeathReason - uid: TinyLife.Objects.DeathReason
name: DeathReason name: DeathReason
- name: ) - name: )
- name: ( - name: (
- uid: TinyLife.Objects.Person.DeathReason - uid: TinyLife.Objects.DeathReason
name: DeathReason name: DeathReason
- name: ) - name: )
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
@ -260,24 +260,12 @@ references:
name: StarveAction name: StarveAction
nameWithType: StarveAction nameWithType: StarveAction
fullName: TinyLife.Actions.StarveAction fullName: TinyLife.Actions.StarveAction
- uid: TinyLife.Objects.Person.DeathReason - uid: TinyLife.Objects.DeathReason
commentId: T:TinyLife.Objects.Person.DeathReason commentId: T:TinyLife.Objects.DeathReason
parent: TinyLife.Objects parent: TinyLife.Objects
name: Person.DeathReason name: DeathReason
nameWithType: Person.DeathReason nameWithType: DeathReason
fullName: TinyLife.Objects.Person.DeathReason fullName: TinyLife.Objects.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 - uid: TinyLife.Actions.RepairAction
commentId: T:TinyLife.Actions.RepairAction commentId: T:TinyLife.Actions.RepairAction
name: RepairAction name: RepairAction

View file

@ -197,19 +197,19 @@ items:
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
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" 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"
example: [] example: []
syntax: syntax:
content: >- content: >-
[DataMember] [DataMember]
public Person.DeathReason Reason public DeathReason Reason
return: return:
type: TinyLife.Objects.Person.DeathReason type: TinyLife.Objects.DeathReason
content.vb: >- content.vb: >-
<DataMember> <DataMember>
Public Reason As Person.DeathReason Public Reason As DeathReason
attributes: attributes:
- type: System.Runtime.Serialization.DataMemberAttribute - type: System.Runtime.Serialization.DataMemberAttribute
ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
@ -3309,24 +3309,12 @@ references:
name: DeadPerson name: DeadPerson
nameWithType: Gravestone.DeadPerson nameWithType: Gravestone.DeadPerson
fullName: TinyLife.Objects.Gravestone.DeadPerson fullName: TinyLife.Objects.Gravestone.DeadPerson
- uid: TinyLife.Objects.Person.DeathReason - uid: TinyLife.Objects.DeathReason
commentId: T:TinyLife.Objects.Person.DeathReason commentId: T:TinyLife.Objects.DeathReason
parent: TinyLife.Objects parent: TinyLife.Objects
name: Person.DeathReason name: DeathReason
nameWithType: Person.DeathReason nameWithType: DeathReason
fullName: TinyLife.Objects.Person.DeathReason fullName: TinyLife.Objects.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 - uid: TinyLife.Objects.Gravestone.DeadPerson
commentId: P:TinyLife.Objects.Gravestone.DeadPerson commentId: P:TinyLife.Objects.Gravestone.DeadPerson
name: DeadPerson name: DeadPerson

View file

@ -25,7 +25,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LifeSpan id: LifeSpan
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 2991 startLine: 3046
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -55,7 +55,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: VeryShort id: VeryShort
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 2994 startLine: 3049
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -81,7 +81,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Short id: Short
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 2995 startLine: 3050
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -107,7 +107,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Normal id: Normal
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 2996 startLine: 3051
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -133,7 +133,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Long id: Long
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 2997 startLine: 3052
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -159,7 +159,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: VeryLong id: VeryLong
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 2998 startLine: 3053
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -185,7 +185,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Infinite id: Infinite
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 2999 startLine: 3054
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects

View file

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

View file

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

View file

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

View file

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

View file

@ -0,0 +1,175 @@
### YamlMime:ManagedReference
items:
- uid: TinyLife.Objects.Person.RelationshipChangeDelegate
commentId: T:TinyLife.Objects.Person.RelationshipChangeDelegate
id: Person.RelationshipChangeDelegate
parent: TinyLife.Objects
children: []
langs:
- csharp
- vb
name: Person.RelationshipChangeDelegate
nameWithType: Person.RelationshipChangeDelegate
fullName: TinyLife.Objects.Person.RelationshipChangeDelegate
type: Delegate
source:
remote:
path: TinyLife/Objects/Person.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RelationshipChangeDelegate
path: ../TinyLife/Objects/Person.cs
startLine: 2917
assemblies:
- Tiny Life
namespace: TinyLife.Objects
syntax:
content: public delegate void Person.RelationshipChangeDelegate(Person person, Relationship relationship, ref float amount)
parameters:
- id: person
type: TinyLife.Objects.Person
- id: relationship
type: TinyLife.Relationship
- id: amount
type: System.Single
content.vb: Public Delegate Sub Person.RelationshipChangeDelegate(person As Person, relationship As Relationship, amount As Single)
extensionMethods:
- TinyLife.Objects.Person.RelationshipChangeDelegate.TinyLife.Utilities.Extensions.JsonCopy``1
references:
- uid: TinyLife.Objects
commentId: N:TinyLife.Objects
name: TinyLife.Objects
nameWithType: TinyLife.Objects
fullName: TinyLife.Objects
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Objects
name: Objects
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Objects
name: Objects
- uid: TinyLife.Objects.Person.RelationshipChangeDelegate.TinyLife.Utilities.Extensions.JsonCopy``1
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy<RelationshipChangeDelegate>(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 repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RestoreNeedDelegate id: RestoreNeedDelegate
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 2857 startLine: 2910
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects

View file

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

File diff suppressed because it is too large Load diff

View file

@ -1,27 +1,27 @@
### YamlMime:ManagedReference ### YamlMime:ManagedReference
items: items:
- uid: TinyLife.Objects.Person.Pose - uid: TinyLife.Objects.Pose
commentId: T:TinyLife.Objects.Person.Pose commentId: T:TinyLife.Objects.Pose
id: Person.Pose id: Pose
parent: TinyLife.Objects parent: TinyLife.Objects
children: children:
- TinyLife.Objects.Person.Pose.Laying - TinyLife.Objects.Pose.Laying
- TinyLife.Objects.Person.Pose.Running - TinyLife.Objects.Pose.Running
- TinyLife.Objects.Person.Pose.Sitting - TinyLife.Objects.Pose.Sitting
- TinyLife.Objects.Person.Pose.SittingGround - TinyLife.Objects.Pose.SittingGround
- TinyLife.Objects.Person.Pose.Standing - TinyLife.Objects.Pose.Standing
- TinyLife.Objects.Person.Pose.StandingArmsOut - TinyLife.Objects.Pose.StandingArmsOut
- TinyLife.Objects.Person.Pose.Walking - TinyLife.Objects.Pose.Walking
- TinyLife.Objects.Person.Pose.WalkingArmsOut - TinyLife.Objects.Pose.WalkingArmsOut
- TinyLife.Objects.Person.Pose.WorkingSitting - TinyLife.Objects.Pose.WorkingSitting
- TinyLife.Objects.Person.Pose.WorkingSittingGround - TinyLife.Objects.Pose.WorkingSittingGround
- TinyLife.Objects.Person.Pose.WorkingStanding - TinyLife.Objects.Pose.WorkingStanding
langs: langs:
- csharp - csharp
- vb - vb
name: Person.Pose name: Pose
nameWithType: Person.Pose nameWithType: Pose
fullName: TinyLife.Objects.Person.Pose fullName: TinyLife.Objects.Pose
type: Enum type: Enum
source: source:
remote: remote:
@ -30,28 +30,28 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Pose id: Pose
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 2867 startLine: 2943
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects 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" 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: [] example: []
syntax: syntax:
content: public enum Person.Pose content: public enum Pose
content.vb: Public Enum Person.Pose content.vb: Public Enum Pose
extensionMethods: extensionMethods:
- TinyLife.Objects.Person.Pose.TinyLife.Utilities.Extensions.JsonCopy``1 - TinyLife.Objects.Pose.TinyLife.Utilities.Extensions.JsonCopy``1
- TinyLife.Objects.Person.Pose.TinyLife.Utilities.Extensions.ToWorking - TinyLife.Objects.Pose.TinyLife.Utilities.Extensions.ToWorking
- uid: TinyLife.Objects.Person.Pose.Standing - uid: TinyLife.Objects.Pose.Standing
commentId: F:TinyLife.Objects.Person.Pose.Standing commentId: F:TinyLife.Objects.Pose.Standing
id: Standing id: Standing
parent: TinyLife.Objects.Person.Pose parent: TinyLife.Objects.Pose
langs: langs:
- csharp - csharp
- vb - vb
name: Standing name: Standing
nameWithType: Person.Pose.Standing nameWithType: Pose.Standing
fullName: TinyLife.Objects.Person.Pose.Standing fullName: TinyLife.Objects.Pose.Standing
type: Field type: Field
source: source:
remote: remote:
@ -60,7 +60,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Standing id: Standing
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 2872 startLine: 2948
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -69,17 +69,17 @@ items:
syntax: syntax:
content: Standing = 0 content: Standing = 0
return: return:
type: TinyLife.Objects.Person.Pose type: TinyLife.Objects.Pose
- uid: TinyLife.Objects.Person.Pose.Walking - uid: TinyLife.Objects.Pose.Walking
commentId: F:TinyLife.Objects.Person.Pose.Walking commentId: F:TinyLife.Objects.Pose.Walking
id: Walking id: Walking
parent: TinyLife.Objects.Person.Pose parent: TinyLife.Objects.Pose
langs: langs:
- csharp - csharp
- vb - vb
name: Walking name: Walking
nameWithType: Person.Pose.Walking nameWithType: Pose.Walking
fullName: TinyLife.Objects.Person.Pose.Walking fullName: TinyLife.Objects.Pose.Walking
type: Field type: Field
source: source:
remote: remote:
@ -88,7 +88,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Walking id: Walking
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 2876 startLine: 2952
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -97,17 +97,17 @@ items:
syntax: syntax:
content: Walking = 1 content: Walking = 1
return: return:
type: TinyLife.Objects.Person.Pose type: TinyLife.Objects.Pose
- uid: TinyLife.Objects.Person.Pose.Sitting - uid: TinyLife.Objects.Pose.Sitting
commentId: F:TinyLife.Objects.Person.Pose.Sitting commentId: F:TinyLife.Objects.Pose.Sitting
id: Sitting id: Sitting
parent: TinyLife.Objects.Person.Pose parent: TinyLife.Objects.Pose
langs: langs:
- csharp - csharp
- vb - vb
name: Sitting name: Sitting
nameWithType: Person.Pose.Sitting nameWithType: Pose.Sitting
fullName: TinyLife.Objects.Person.Pose.Sitting fullName: TinyLife.Objects.Pose.Sitting
type: Field type: Field
source: source:
remote: remote:
@ -116,7 +116,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Sitting id: Sitting
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 2880 startLine: 2956
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -125,17 +125,17 @@ items:
syntax: syntax:
content: Sitting = 2 content: Sitting = 2
return: return:
type: TinyLife.Objects.Person.Pose type: TinyLife.Objects.Pose
- uid: TinyLife.Objects.Person.Pose.Laying - uid: TinyLife.Objects.Pose.Laying
commentId: F:TinyLife.Objects.Person.Pose.Laying commentId: F:TinyLife.Objects.Pose.Laying
id: Laying id: Laying
parent: TinyLife.Objects.Person.Pose parent: TinyLife.Objects.Pose
langs: langs:
- csharp - csharp
- vb - vb
name: Laying name: Laying
nameWithType: Person.Pose.Laying nameWithType: Pose.Laying
fullName: TinyLife.Objects.Person.Pose.Laying fullName: TinyLife.Objects.Pose.Laying
type: Field type: Field
source: source:
remote: remote:
@ -144,7 +144,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Laying id: Laying
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 2885 startLine: 2961
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -153,17 +153,17 @@ items:
syntax: syntax:
content: Laying = 3 content: Laying = 3
return: return:
type: TinyLife.Objects.Person.Pose type: TinyLife.Objects.Pose
- uid: TinyLife.Objects.Person.Pose.SittingGround - uid: TinyLife.Objects.Pose.SittingGround
commentId: F:TinyLife.Objects.Person.Pose.SittingGround commentId: F:TinyLife.Objects.Pose.SittingGround
id: SittingGround id: SittingGround
parent: TinyLife.Objects.Person.Pose parent: TinyLife.Objects.Pose
langs: langs:
- csharp - csharp
- vb - vb
name: SittingGround name: SittingGround
nameWithType: Person.Pose.SittingGround nameWithType: Pose.SittingGround
fullName: TinyLife.Objects.Person.Pose.SittingGround fullName: TinyLife.Objects.Pose.SittingGround
type: Field type: Field
source: source:
remote: remote:
@ -172,7 +172,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SittingGround id: SittingGround
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 2890 startLine: 2966
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -181,17 +181,17 @@ items:
syntax: syntax:
content: SittingGround = 4 content: SittingGround = 4
return: return:
type: TinyLife.Objects.Person.Pose type: TinyLife.Objects.Pose
- uid: TinyLife.Objects.Person.Pose.WorkingStanding - uid: TinyLife.Objects.Pose.WorkingStanding
commentId: F:TinyLife.Objects.Person.Pose.WorkingStanding commentId: F:TinyLife.Objects.Pose.WorkingStanding
id: WorkingStanding id: WorkingStanding
parent: TinyLife.Objects.Person.Pose parent: TinyLife.Objects.Pose
langs: langs:
- csharp - csharp
- vb - vb
name: WorkingStanding name: WorkingStanding
nameWithType: Person.Pose.WorkingStanding nameWithType: Pose.WorkingStanding
fullName: TinyLife.Objects.Person.Pose.WorkingStanding fullName: TinyLife.Objects.Pose.WorkingStanding
type: Field type: Field
source: source:
remote: remote:
@ -200,7 +200,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WorkingStanding id: WorkingStanding
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 2894 startLine: 2970
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -209,17 +209,17 @@ items:
syntax: syntax:
content: WorkingStanding = 5 content: WorkingStanding = 5
return: return:
type: TinyLife.Objects.Person.Pose type: TinyLife.Objects.Pose
- uid: TinyLife.Objects.Person.Pose.WorkingSitting - uid: TinyLife.Objects.Pose.WorkingSitting
commentId: F:TinyLife.Objects.Person.Pose.WorkingSitting commentId: F:TinyLife.Objects.Pose.WorkingSitting
id: WorkingSitting id: WorkingSitting
parent: TinyLife.Objects.Person.Pose parent: TinyLife.Objects.Pose
langs: langs:
- csharp - csharp
- vb - vb
name: WorkingSitting name: WorkingSitting
nameWithType: Person.Pose.WorkingSitting nameWithType: Pose.WorkingSitting
fullName: TinyLife.Objects.Person.Pose.WorkingSitting fullName: TinyLife.Objects.Pose.WorkingSitting
type: Field type: Field
source: source:
remote: remote:
@ -228,7 +228,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WorkingSitting id: WorkingSitting
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 2898 startLine: 2974
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -237,17 +237,17 @@ items:
syntax: syntax:
content: WorkingSitting = 6 content: WorkingSitting = 6
return: return:
type: TinyLife.Objects.Person.Pose type: TinyLife.Objects.Pose
- uid: TinyLife.Objects.Person.Pose.WorkingSittingGround - uid: TinyLife.Objects.Pose.WorkingSittingGround
commentId: F:TinyLife.Objects.Person.Pose.WorkingSittingGround commentId: F:TinyLife.Objects.Pose.WorkingSittingGround
id: WorkingSittingGround id: WorkingSittingGround
parent: TinyLife.Objects.Person.Pose parent: TinyLife.Objects.Pose
langs: langs:
- csharp - csharp
- vb - vb
name: WorkingSittingGround name: WorkingSittingGround
nameWithType: Person.Pose.WorkingSittingGround nameWithType: Pose.WorkingSittingGround
fullName: TinyLife.Objects.Person.Pose.WorkingSittingGround fullName: TinyLife.Objects.Pose.WorkingSittingGround
type: Field type: Field
source: source:
remote: remote:
@ -256,7 +256,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WorkingSittingGround id: WorkingSittingGround
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 2902 startLine: 2978
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -265,17 +265,17 @@ items:
syntax: syntax:
content: WorkingSittingGround = 7 content: WorkingSittingGround = 7
return: return:
type: TinyLife.Objects.Person.Pose type: TinyLife.Objects.Pose
- uid: TinyLife.Objects.Person.Pose.Running - uid: TinyLife.Objects.Pose.Running
commentId: F:TinyLife.Objects.Person.Pose.Running commentId: F:TinyLife.Objects.Pose.Running
id: Running id: Running
parent: TinyLife.Objects.Person.Pose parent: TinyLife.Objects.Pose
langs: langs:
- csharp - csharp
- vb - vb
name: Running name: Running
nameWithType: Person.Pose.Running nameWithType: Pose.Running
fullName: TinyLife.Objects.Person.Pose.Running fullName: TinyLife.Objects.Pose.Running
type: Field type: Field
source: source:
remote: remote:
@ -284,7 +284,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Running id: Running
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 2906 startLine: 2982
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -293,17 +293,17 @@ items:
syntax: syntax:
content: Running = 8 content: Running = 8
return: return:
type: TinyLife.Objects.Person.Pose type: TinyLife.Objects.Pose
- uid: TinyLife.Objects.Person.Pose.StandingArmsOut - uid: TinyLife.Objects.Pose.StandingArmsOut
commentId: F:TinyLife.Objects.Person.Pose.StandingArmsOut commentId: F:TinyLife.Objects.Pose.StandingArmsOut
id: StandingArmsOut id: StandingArmsOut
parent: TinyLife.Objects.Person.Pose parent: TinyLife.Objects.Pose
langs: langs:
- csharp - csharp
- vb - vb
name: StandingArmsOut name: StandingArmsOut
nameWithType: Person.Pose.StandingArmsOut nameWithType: Pose.StandingArmsOut
fullName: TinyLife.Objects.Person.Pose.StandingArmsOut fullName: TinyLife.Objects.Pose.StandingArmsOut
type: Field type: Field
source: source:
remote: remote:
@ -312,7 +312,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: StandingArmsOut id: StandingArmsOut
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 2910 startLine: 2986
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -321,17 +321,17 @@ items:
syntax: syntax:
content: StandingArmsOut = 9 content: StandingArmsOut = 9
return: return:
type: TinyLife.Objects.Person.Pose type: TinyLife.Objects.Pose
- uid: TinyLife.Objects.Person.Pose.WalkingArmsOut - uid: TinyLife.Objects.Pose.WalkingArmsOut
commentId: F:TinyLife.Objects.Person.Pose.WalkingArmsOut commentId: F:TinyLife.Objects.Pose.WalkingArmsOut
id: WalkingArmsOut id: WalkingArmsOut
parent: TinyLife.Objects.Person.Pose parent: TinyLife.Objects.Pose
langs: langs:
- csharp - csharp
- vb - vb
name: WalkingArmsOut name: WalkingArmsOut
nameWithType: Person.Pose.WalkingArmsOut nameWithType: Pose.WalkingArmsOut
fullName: TinyLife.Objects.Person.Pose.WalkingArmsOut fullName: TinyLife.Objects.Pose.WalkingArmsOut
type: Field type: Field
source: source:
remote: remote:
@ -340,14 +340,14 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WalkingArmsOut id: WalkingArmsOut
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 2911 startLine: 2987
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
syntax: syntax:
content: WalkingArmsOut = 10 content: WalkingArmsOut = 10
return: return:
type: TinyLife.Objects.Person.Pose type: TinyLife.Objects.Pose
references: references:
- uid: TinyLife.Objects.Person - uid: TinyLife.Objects.Person
commentId: T:TinyLife.Objects.Person commentId: T:TinyLife.Objects.Person
@ -372,59 +372,59 @@ references:
- name: . - name: .
- uid: TinyLife.Objects - uid: TinyLife.Objects
name: Objects name: Objects
- uid: TinyLife.Objects.Person.Pose.TinyLife.Utilities.Extensions.JsonCopy``1 - uid: TinyLife.Objects.Pose.TinyLife.Utilities.Extensions.JsonCopy``1
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0) commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
parent: TinyLife.Utilities.Extensions parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0) definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy<Pose>(Pose) name: JsonCopy<Pose>(Pose)
nameWithType: Extensions.JsonCopy<Person.Pose>(Person.Pose) nameWithType: Extensions.JsonCopy<Pose>(Pose)
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Objects.Person.Pose>(TinyLife.Objects.Person.Pose) fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Objects.Pose>(TinyLife.Objects.Pose)
nameWithType.vb: Extensions.JsonCopy(Of Person.Pose)(Person.Pose) nameWithType.vb: Extensions.JsonCopy(Of Pose)(Pose)
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Objects.Person.Pose)(TinyLife.Objects.Person.Pose) fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Objects.Pose)(TinyLife.Objects.Pose)
name.vb: JsonCopy(Of Pose)(Pose) name.vb: JsonCopy(Of Pose)(Pose)
spec.csharp: spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Objects.Person.Pose) - uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Objects.Pose)
name: JsonCopy name: JsonCopy
- name: < - name: <
- uid: TinyLife.Objects.Person.Pose - uid: TinyLife.Objects.Pose
name: Pose name: Pose
- name: '>' - name: '>'
- name: ( - name: (
- uid: TinyLife.Objects.Person.Pose - uid: TinyLife.Objects.Pose
name: Pose name: Pose
- name: ) - name: )
spec.vb: spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Objects.Person.Pose) - uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Objects.Pose)
name: JsonCopy name: JsonCopy
- name: ( - name: (
- name: Of - name: Of
- name: " " - name: " "
- uid: TinyLife.Objects.Person.Pose - uid: TinyLife.Objects.Pose
name: Pose name: Pose
- name: ) - name: )
- name: ( - name: (
- uid: TinyLife.Objects.Person.Pose - uid: TinyLife.Objects.Pose
name: Pose name: Pose
- name: ) - name: )
- uid: TinyLife.Objects.Person.Pose.TinyLife.Utilities.Extensions.ToWorking - uid: TinyLife.Objects.Pose.TinyLife.Utilities.Extensions.ToWorking
commentId: M:TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Person.Pose) commentId: M:TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Pose)
parent: TinyLife.Utilities.Extensions parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Person.Pose) definition: TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Pose)
name: ToWorking(Pose) name: ToWorking(Pose)
nameWithType: Extensions.ToWorking(Person.Pose) nameWithType: Extensions.ToWorking(Pose)
fullName: TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Person.Pose) fullName: TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Pose)
spec.csharp: spec.csharp:
- uid: TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Person.Pose) - uid: TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Pose)
name: ToWorking name: ToWorking
- name: ( - name: (
- uid: TinyLife.Objects.Person.Pose - uid: TinyLife.Objects.Pose
name: Pose name: Pose
- name: ) - name: )
spec.vb: spec.vb:
- uid: TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Person.Pose) - uid: TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Pose)
name: ToWorking name: ToWorking
- name: ( - name: (
- uid: TinyLife.Objects.Person.Pose - uid: TinyLife.Objects.Pose
name: Pose name: Pose
- name: ) - name: )
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
@ -461,23 +461,23 @@ references:
name: Extensions name: Extensions
nameWithType: Extensions nameWithType: Extensions
fullName: TinyLife.Utilities.Extensions fullName: TinyLife.Utilities.Extensions
- uid: TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Person.Pose) - uid: TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Pose)
commentId: M:TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Person.Pose) commentId: M:TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Pose)
name: ToWorking(Pose) name: ToWorking(Pose)
nameWithType: Extensions.ToWorking(Person.Pose) nameWithType: Extensions.ToWorking(Pose)
fullName: TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Person.Pose) fullName: TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Pose)
spec.csharp: spec.csharp:
- uid: TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Person.Pose) - uid: TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Pose)
name: ToWorking name: ToWorking
- name: ( - name: (
- uid: TinyLife.Objects.Person.Pose - uid: TinyLife.Objects.Pose
name: Pose name: Pose
- name: ) - name: )
spec.vb: spec.vb:
- uid: TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Person.Pose) - uid: TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Pose)
name: ToWorking name: ToWorking
- name: ( - name: (
- uid: TinyLife.Objects.Person.Pose - uid: TinyLife.Objects.Pose
name: Pose name: Pose
- name: ) - name: )
- uid: TinyLife.Utilities - uid: TinyLife.Utilities
@ -497,21 +497,9 @@ references:
- name: . - name: .
- uid: TinyLife.Utilities - uid: TinyLife.Utilities
name: Utilities name: Utilities
- uid: TinyLife.Objects.Person.Pose - uid: TinyLife.Objects.Pose
commentId: T:TinyLife.Objects.Person.Pose commentId: T:TinyLife.Objects.Pose
parent: TinyLife.Objects parent: TinyLife.Objects
name: Person.Pose name: Pose
nameWithType: Person.Pose nameWithType: Pose
fullName: TinyLife.Objects.Person.Pose fullName: TinyLife.Objects.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

@ -0,0 +1,220 @@
### YamlMime:ManagedReference
items:
- uid: TinyLife.Objects.PregnancyAbility
commentId: T:TinyLife.Objects.PregnancyAbility
id: PregnancyAbility
parent: TinyLife.Objects
children:
- TinyLife.Objects.PregnancyAbility.GetOthersPregnant
- TinyLife.Objects.PregnancyAbility.GetPregnant
- TinyLife.Objects.PregnancyAbility.Neither
langs:
- csharp
- vb
name: PregnancyAbility
nameWithType: PregnancyAbility
fullName: TinyLife.Objects.PregnancyAbility
type: Enum
source:
remote:
path: TinyLife/Objects/Person.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PregnancyAbility
path: ../TinyLife/Objects/Person.cs
startLine: 3105
assemblies:
- Tiny Life
namespace: TinyLife.Objects
syntax:
content: public enum PregnancyAbility
content.vb: Public Enum PregnancyAbility
extensionMethods:
- TinyLife.Objects.PregnancyAbility.TinyLife.Utilities.Extensions.JsonCopy``1
- uid: TinyLife.Objects.PregnancyAbility.Neither
commentId: F:TinyLife.Objects.PregnancyAbility.Neither
id: Neither
parent: TinyLife.Objects.PregnancyAbility
langs:
- csharp
- vb
name: Neither
nameWithType: PregnancyAbility.Neither
fullName: TinyLife.Objects.PregnancyAbility.Neither
type: Field
source:
remote:
path: TinyLife/Objects/Person.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Neither
path: ../TinyLife/Objects/Person.cs
startLine: 3107
assemblies:
- Tiny Life
namespace: TinyLife.Objects
syntax:
content: Neither = 0
return:
type: TinyLife.Objects.PregnancyAbility
- uid: TinyLife.Objects.PregnancyAbility.GetOthersPregnant
commentId: F:TinyLife.Objects.PregnancyAbility.GetOthersPregnant
id: GetOthersPregnant
parent: TinyLife.Objects.PregnancyAbility
langs:
- csharp
- vb
name: GetOthersPregnant
nameWithType: PregnancyAbility.GetOthersPregnant
fullName: TinyLife.Objects.PregnancyAbility.GetOthersPregnant
type: Field
source:
remote:
path: TinyLife/Objects/Person.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetOthersPregnant
path: ../TinyLife/Objects/Person.cs
startLine: 3108
assemblies:
- Tiny Life
namespace: TinyLife.Objects
syntax:
content: GetOthersPregnant = 1
return:
type: TinyLife.Objects.PregnancyAbility
- uid: TinyLife.Objects.PregnancyAbility.GetPregnant
commentId: F:TinyLife.Objects.PregnancyAbility.GetPregnant
id: GetPregnant
parent: TinyLife.Objects.PregnancyAbility
langs:
- csharp
- vb
name: GetPregnant
nameWithType: PregnancyAbility.GetPregnant
fullName: TinyLife.Objects.PregnancyAbility.GetPregnant
type: Field
source:
remote:
path: TinyLife/Objects/Person.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetPregnant
path: ../TinyLife/Objects/Person.cs
startLine: 3109
assemblies:
- Tiny Life
namespace: TinyLife.Objects
syntax:
content: GetPregnant = 2
return:
type: TinyLife.Objects.PregnancyAbility
references:
- uid: TinyLife.Objects
commentId: N:TinyLife.Objects
name: TinyLife.Objects
nameWithType: TinyLife.Objects
fullName: TinyLife.Objects
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Objects
name: Objects
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Objects
name: Objects
- uid: TinyLife.Objects.PregnancyAbility.TinyLife.Utilities.Extensions.JsonCopy``1
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy<PregnancyAbility>(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 repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SpeakStyle id: SpeakStyle
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 3009 startLine: 3064
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -74,7 +74,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Affirmative id: Affirmative
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 3013 startLine: 3068
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -100,7 +100,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Angry id: Angry
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 3014 startLine: 3069
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -126,7 +126,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Annoyed id: Annoyed
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 3015 startLine: 3070
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -152,7 +152,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Bored id: Bored
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 3016 startLine: 3071
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -178,7 +178,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Childish id: Childish
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 3017 startLine: 3072
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -204,7 +204,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Confident id: Confident
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 3018 startLine: 3073
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -230,7 +230,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Confused id: Confused
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 3019 startLine: 3074
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -256,7 +256,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Disagreeing id: Disagreeing
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 3020 startLine: 3075
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -282,7 +282,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Excited id: Excited
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 3021 startLine: 3076
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -308,7 +308,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Happy id: Happy
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 3022 startLine: 3077
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -334,7 +334,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Neutral id: Neutral
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 3023 startLine: 3078
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -360,7 +360,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Questioning id: Questioning
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 3024 startLine: 3079
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -386,7 +386,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Sad id: Sad
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 3025 startLine: 3080
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -412,7 +412,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Scared id: Scared
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 3026 startLine: 3081
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -438,7 +438,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Shocked id: Shocked
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 3027 startLine: 3082
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -464,7 +464,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Thinking id: Thinking
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 3028 startLine: 3083
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects

View file

@ -23,7 +23,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: VoiceStyle id: VoiceStyle
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 3037 startLine: 3092
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -52,7 +52,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Low id: Low
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 3040 startLine: 3095
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -78,7 +78,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: High id: High
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 3041 startLine: 3096
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -104,7 +104,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Child id: Child
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 3042 startLine: 3097
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -130,7 +130,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Baby id: Baby
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 3044 startLine: 3099
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects

View file

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

View file

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

View file

@ -6,6 +6,7 @@ items:
parent: TinyLife parent: TinyLife
children: children:
- TinyLife.PersonalityType.#ctor(System.String,MLEM.Textures.TextureRegion) - TinyLife.PersonalityType.#ctor(System.String,MLEM.Textures.TextureRegion)
- TinyLife.PersonalityType.AfraidOfStrangers
- TinyLife.PersonalityType.AllowedAges - TinyLife.PersonalityType.AllowedAges
- TinyLife.PersonalityType.Ambitious - TinyLife.PersonalityType.Ambitious
- TinyLife.PersonalityType.Aromantic - TinyLife.PersonalityType.Aromantic
@ -16,6 +17,7 @@ items:
- TinyLife.PersonalityType.CapableCarpenter - TinyLife.PersonalityType.CapableCarpenter
- TinyLife.PersonalityType.Category - TinyLife.PersonalityType.Category
- TinyLife.PersonalityType.CityNative - TinyLife.PersonalityType.CityNative
- TinyLife.PersonalityType.Clingy
- TinyLife.PersonalityType.CommunicativeBaby - TinyLife.PersonalityType.CommunicativeBaby
- TinyLife.PersonalityType.ComputerAddict - TinyLife.PersonalityType.ComputerAddict
- TinyLife.PersonalityType.CreateInfoGroup(MLEM.Ui.Anchor,System.Single) - TinyLife.PersonalityType.CreateInfoGroup(MLEM.Ui.Anchor,System.Single)
@ -23,12 +25,15 @@ items:
- TinyLife.PersonalityType.Energetic - TinyLife.PersonalityType.Energetic
- TinyLife.PersonalityType.Extroverted - TinyLife.PersonalityType.Extroverted
- TinyLife.PersonalityType.FamilyFocused - TinyLife.PersonalityType.FamilyFocused
- TinyLife.PersonalityType.FastLearner
- TinyLife.PersonalityType.FillRandomly(TinyLife.Objects.Person,System.Random)
- TinyLife.PersonalityType.Foodie - TinyLife.PersonalityType.Foodie
- TinyLife.PersonalityType.FriendOfEveryone - TinyLife.PersonalityType.FriendOfEveryone
- TinyLife.PersonalityType.GymRat - TinyLife.PersonalityType.GymRat
- TinyLife.PersonalityType.HatesChildren - TinyLife.PersonalityType.HatesChildren
- TinyLife.PersonalityType.HouseholdHero - TinyLife.PersonalityType.HouseholdHero
- TinyLife.PersonalityType.Incompatible - TinyLife.PersonalityType.Incompatible
- TinyLife.PersonalityType.Independent
- TinyLife.PersonalityType.Introverted - TinyLife.PersonalityType.Introverted
- TinyLife.PersonalityType.IsCompatible(TinyLife.PersonalityType) - TinyLife.PersonalityType.IsCompatible(TinyLife.PersonalityType)
- TinyLife.PersonalityType.Lazy - TinyLife.PersonalityType.Lazy
@ -66,7 +71,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PersonalityType id: PersonalityType
path: ../TinyLife/PersonalityType.cs path: ../TinyLife/PersonalityType.cs
startLine: 25 startLine: 26
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -113,7 +118,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Types id: Types
path: ../TinyLife/PersonalityType.cs path: ../TinyLife/PersonalityType.cs
startLine: 35 startLine: 36
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -142,7 +147,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MaxMajorsPerPerson id: MaxMajorsPerPerson
path: ../TinyLife/PersonalityType.cs path: ../TinyLife/PersonalityType.cs
startLine: 39 startLine: 40
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -171,7 +176,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Lazy id: Lazy
path: ../TinyLife/PersonalityType.cs path: ../TinyLife/PersonalityType.cs
startLine: 49 startLine: 50
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -198,7 +203,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Energetic id: Energetic
path: ../TinyLife/PersonalityType.cs path: ../TinyLife/PersonalityType.cs
startLine: 52 startLine: 53
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -225,7 +230,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Creative id: Creative
path: ../TinyLife/PersonalityType.cs path: ../TinyLife/PersonalityType.cs
startLine: 56 startLine: 57
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -252,7 +257,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Likeable id: Likeable
path: ../TinyLife/PersonalityType.cs path: ../TinyLife/PersonalityType.cs
startLine: 59 startLine: 60
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -279,7 +284,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Mean id: Mean
path: ../TinyLife/PersonalityType.cs path: ../TinyLife/PersonalityType.cs
startLine: 62 startLine: 63
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -306,7 +311,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Ambitious id: Ambitious
path: ../TinyLife/PersonalityType.cs path: ../TinyLife/PersonalityType.cs
startLine: 66 startLine: 67
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -333,7 +338,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Thinker id: Thinker
path: ../TinyLife/PersonalityType.cs path: ../TinyLife/PersonalityType.cs
startLine: 70 startLine: 71
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -360,7 +365,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Introverted id: Introverted
path: ../TinyLife/PersonalityType.cs path: ../TinyLife/PersonalityType.cs
startLine: 73 startLine: 74
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -387,7 +392,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Extroverted id: Extroverted
path: ../TinyLife/PersonalityType.cs path: ../TinyLife/PersonalityType.cs
startLine: 74 startLine: 75
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -414,7 +419,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FamilyFocused id: FamilyFocused
path: ../TinyLife/PersonalityType.cs path: ../TinyLife/PersonalityType.cs
startLine: 78 startLine: 79
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -441,7 +446,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Foodie id: Foodie
path: ../TinyLife/PersonalityType.cs path: ../TinyLife/PersonalityType.cs
startLine: 83 startLine: 84
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -468,7 +473,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Outdoorsy id: Outdoorsy
path: ../TinyLife/PersonalityType.cs path: ../TinyLife/PersonalityType.cs
startLine: 86 startLine: 87
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -495,7 +500,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Techie id: Techie
path: ../TinyLife/PersonalityType.cs path: ../TinyLife/PersonalityType.cs
startLine: 87 startLine: 88
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -522,7 +527,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Thrifty id: Thrifty
path: ../TinyLife/PersonalityType.cs path: ../TinyLife/PersonalityType.cs
startLine: 91 startLine: 92
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -531,6 +536,114 @@ items:
return: return:
type: TinyLife.PersonalityType type: TinyLife.PersonalityType
content.vb: Public Shared ReadOnly Thrifty As 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 - uid: TinyLife.PersonalityType.Asexual
commentId: F:TinyLife.PersonalityType.Asexual commentId: F:TinyLife.PersonalityType.Asexual
id: Asexual id: Asexual
@ -549,7 +662,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Asexual id: Asexual
path: ../TinyLife/PersonalityType.cs path: ../TinyLife/PersonalityType.cs
startLine: 97 startLine: 116
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -576,7 +689,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Aromantic id: Aromantic
path: ../TinyLife/PersonalityType.cs path: ../TinyLife/PersonalityType.cs
startLine: 101 startLine: 120
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -603,7 +716,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HatesChildren id: HatesChildren
path: ../TinyLife/PersonalityType.cs path: ../TinyLife/PersonalityType.cs
startLine: 105 startLine: 124
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -630,7 +743,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Pescetarian id: Pescetarian
path: ../TinyLife/PersonalityType.cs path: ../TinyLife/PersonalityType.cs
startLine: 109 startLine: 128
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -657,7 +770,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Vegetarian id: Vegetarian
path: ../TinyLife/PersonalityType.cs path: ../TinyLife/PersonalityType.cs
startLine: 113 startLine: 132
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -684,7 +797,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Vegan id: Vegan
path: ../TinyLife/PersonalityType.cs path: ../TinyLife/PersonalityType.cs
startLine: 117 startLine: 136
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -711,7 +824,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MasterChef id: MasterChef
path: ../TinyLife/PersonalityType.cs path: ../TinyLife/PersonalityType.cs
startLine: 123 startLine: 142
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -738,7 +851,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SmartKid id: SmartKid
path: ../TinyLife/PersonalityType.cs path: ../TinyLife/PersonalityType.cs
startLine: 126 startLine: 145
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -765,7 +878,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GymRat id: GymRat
path: ../TinyLife/PersonalityType.cs path: ../TinyLife/PersonalityType.cs
startLine: 130 startLine: 149
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -792,7 +905,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HouseholdHero id: HouseholdHero
path: ../TinyLife/PersonalityType.cs path: ../TinyLife/PersonalityType.cs
startLine: 133 startLine: 152
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -819,7 +932,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ComputerAddict id: ComputerAddict
path: ../TinyLife/PersonalityType.cs path: ../TinyLife/PersonalityType.cs
startLine: 136 startLine: 155
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -846,7 +959,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FriendOfEveryone id: FriendOfEveryone
path: ../TinyLife/PersonalityType.cs path: ../TinyLife/PersonalityType.cs
startLine: 139 startLine: 158
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -873,7 +986,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Millionaire id: Millionaire
path: ../TinyLife/PersonalityType.cs path: ../TinyLife/PersonalityType.cs
startLine: 143 startLine: 162
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -900,7 +1013,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CapableCarpenter id: CapableCarpenter
path: ../TinyLife/PersonalityType.cs path: ../TinyLife/PersonalityType.cs
startLine: 146 startLine: 165
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -927,7 +1040,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PerfectPainter id: PerfectPainter
path: ../TinyLife/PersonalityType.cs path: ../TinyLife/PersonalityType.cs
startLine: 149 startLine: 168
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -954,7 +1067,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CityNative id: CityNative
path: ../TinyLife/PersonalityType.cs path: ../TinyLife/PersonalityType.cs
startLine: 152 startLine: 171
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -981,7 +1094,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ReadBaby id: ReadBaby
path: ../TinyLife/PersonalityType.cs path: ../TinyLife/PersonalityType.cs
startLine: 155 startLine: 174
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -1008,7 +1121,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CommunicativeBaby id: CommunicativeBaby
path: ../TinyLife/PersonalityType.cs path: ../TinyLife/PersonalityType.cs
startLine: 158 startLine: 177
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -1035,7 +1148,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name id: Name
path: ../TinyLife/PersonalityType.cs path: ../TinyLife/PersonalityType.cs
startLine: 167 startLine: 186
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -1064,7 +1177,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Texture id: Texture
path: ../TinyLife/PersonalityType.cs path: ../TinyLife/PersonalityType.cs
startLine: 171 startLine: 190
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -1093,7 +1206,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Incompatible id: Incompatible
path: ../TinyLife/PersonalityType.cs path: ../TinyLife/PersonalityType.cs
startLine: 176 startLine: 195
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -1124,7 +1237,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BoostedSkills id: BoostedSkills
path: ../TinyLife/PersonalityType.cs path: ../TinyLife/PersonalityType.cs
startLine: 183 startLine: 202
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -1158,7 +1271,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BoostedSkillTypes id: BoostedSkillTypes
path: ../TinyLife/PersonalityType.cs path: ../TinyLife/PersonalityType.cs
startLine: 190 startLine: 209
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -1192,11 +1305,11 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AllowedAges id: AllowedAges
path: ../TinyLife/PersonalityType.cs path: ../TinyLife/PersonalityType.cs
startLine: 195 startLine: 214
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
summary: "\nA set of age group flags that represent people of which ages can have this personality type.\nThis value defaults to ~0, or all ages.\n" summary: "\nA set of age group flags that represent people of which ages can have this personality type.\nThis value defaults to all ages except babies.\n"
example: [] example: []
syntax: syntax:
content: public AgeGroup AllowedAges { get; init; } content: public AgeGroup AllowedAges { get; init; }
@ -1223,7 +1336,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Category id: Category
path: ../TinyLife/PersonalityType.cs path: ../TinyLife/PersonalityType.cs
startLine: 199 startLine: 218
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -1254,7 +1367,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SourceString id: SourceString
path: ../TinyLife/PersonalityType.cs path: ../TinyLife/PersonalityType.cs
startLine: 201 startLine: 220
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -1287,7 +1400,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/PersonalityType.cs path: ../TinyLife/PersonalityType.cs
startLine: 208 startLine: 227
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -1325,7 +1438,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsCompatible id: IsCompatible
path: ../TinyLife/PersonalityType.cs path: ../TinyLife/PersonalityType.cs
startLine: 218 startLine: 237
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -1360,7 +1473,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanApply id: CanApply
path: ../TinyLife/PersonalityType.cs path: ../TinyLife/PersonalityType.cs
startLine: 228 startLine: 247
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -1395,7 +1508,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateInfoGroup id: CreateInfoGroup
path: ../TinyLife/PersonalityType.cs path: ../TinyLife/PersonalityType.cs
startLine: 240 startLine: 259
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -1436,7 +1549,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Register id: Register
path: ../TinyLife/PersonalityType.cs path: ../TinyLife/PersonalityType.cs
startLine: 255 startLine: 274
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -1453,6 +1566,37 @@ items:
description: The personality type, for chaining description: The personality type, for chaining
content.vb: Public Shared Function Register(type As PersonalityType) As PersonalityType content.vb: Public Shared Function Register(type As PersonalityType) As PersonalityType
overload: TinyLife.PersonalityType.Register* 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: references:
- uid: TinyLife.Objects.Person - uid: TinyLife.Objects.Person
commentId: T:TinyLife.Objects.Person commentId: T:TinyLife.Objects.Person
@ -2598,3 +2742,16 @@ references:
name: Register name: Register
nameWithType: PersonalityType.Register nameWithType: PersonalityType.Register
fullName: TinyLife.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.AddRecentSocial(TinyLife.Actions.ActionType)
- TinyLife.Relationship.CreatePanel(TinyLife.Objects.Person,TinyLife.Objects.Person,TinyLife.Relationship,Microsoft.Xna.Framework.Vector2) - TinyLife.Relationship.CreatePanel(TinyLife.Objects.Person,TinyLife.Objects.Person,TinyLife.Relationship,Microsoft.Xna.Framework.Vector2)
- TinyLife.Relationship.Dating - TinyLife.Relationship.Dating
- TinyLife.Relationship.DisplayString - TinyLife.Relationship.FriendDisplayString
- TinyLife.Relationship.FriendLevel - TinyLife.Relationship.FriendLevel
- TinyLife.Relationship.FriendPercentage - TinyLife.Relationship.FriendPercentage
- TinyLife.Relationship.Genealogy - TinyLife.Relationship.Genealogy
@ -27,10 +27,12 @@ items:
- TinyLife.Relationship.PassiveRomanceReduction - TinyLife.Relationship.PassiveRomanceReduction
- TinyLife.Relationship.PopulateTooltip(TinyLife.Objects.Person,TinyLife.Objects.Person,TinyLife.Relationship,MLEM.Ui.Elements.Tooltip) - TinyLife.Relationship.PopulateTooltip(TinyLife.Objects.Person,TinyLife.Objects.Person,TinyLife.Relationship,MLEM.Ui.Elements.Tooltip)
- TinyLife.Relationship.ResetToStatic(System.Boolean,System.Boolean) - TinyLife.Relationship.ResetToStatic(System.Boolean,System.Boolean)
- TinyLife.Relationship.RomanceDisplayString
- TinyLife.Relationship.RomanceLevel - TinyLife.Relationship.RomanceLevel
- TinyLife.Relationship.RomancePercentage - TinyLife.Relationship.RomancePercentage
- TinyLife.Relationship.RomanceType - TinyLife.Relationship.RomanceType
- TinyLife.Relationship.SetGenealogy(TinyLife.GenealogyType,System.Boolean) - TinyLife.Relationship.SetGenealogy(TinyLife.GenealogyType,System.Boolean)
- TinyLife.Relationship.TryingForBaby
- TinyLife.Relationship.Type - TinyLife.Relationship.Type
- TinyLife.Relationship.Validate(TinyLife.Objects.Person) - TinyLife.Relationship.Validate(TinyLife.Objects.Person)
langs: langs:
@ -47,7 +49,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Relationship id: Relationship
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 24 startLine: 25
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -103,7 +105,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnRelationshipPanel id: OnRelationshipPanel
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 31 startLine: 32
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -132,7 +134,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnRelationshipTooltip id: OnRelationshipTooltip
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 36 startLine: 37
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -161,7 +163,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Max id: Max
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 41 startLine: 42
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -190,7 +192,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PassiveFriendReduction id: PassiveFriendReduction
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 45 startLine: 46
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -219,7 +221,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PassiveRomanceReduction id: PassiveRomanceReduction
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 49 startLine: 50
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -248,7 +250,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MaxRecentSocialsAmount id: MaxRecentSocialsAmount
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 54 startLine: 55
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -277,7 +279,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: KnownPersonalityTypes id: KnownPersonalityTypes
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 61 startLine: 62
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -316,7 +318,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OtherPerson id: OtherPerson
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 67 startLine: 68
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -357,7 +359,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Partner id: Partner
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 73 startLine: 74
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -388,11 +390,11 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FriendLevel id: FriendLevel
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 78 startLine: 80
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife 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>.\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>.\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"
example: [] example: []
syntax: syntax:
content: public float FriendLevel { get; set; } content: public float FriendLevel { get; set; }
@ -419,11 +421,11 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RomanceLevel id: RomanceLevel
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 87 startLine: 90
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife 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>.\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>.\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"
example: [] example: []
syntax: syntax:
content: public float RomanceLevel { get; set; } content: public float RomanceLevel { get; set; }
@ -450,7 +452,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FriendPercentage id: FriendPercentage
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 100 startLine: 103
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -481,7 +483,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RomancePercentage id: RomancePercentage
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 104 startLine: 107
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -512,7 +514,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Type id: Type
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 108 startLine: 111
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -543,7 +545,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RomanceType id: RomanceType
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 125 startLine: 128
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -554,37 +556,68 @@ items:
type: TinyLife.RomanceType type: TinyLife.RomanceType
content.vb: Public Property RomanceType As RomanceType content.vb: Public Property RomanceType As RomanceType
overload: TinyLife.Relationship.RomanceType* overload: TinyLife.Relationship.RomanceType*
- uid: TinyLife.Relationship.DisplayString - uid: TinyLife.Relationship.FriendDisplayString
commentId: P:TinyLife.Relationship.DisplayString commentId: P:TinyLife.Relationship.FriendDisplayString
id: DisplayString id: FriendDisplayString
parent: TinyLife.Relationship parent: TinyLife.Relationship
langs: langs:
- csharp - csharp
- vb - vb
name: DisplayString name: FriendDisplayString
nameWithType: Relationship.DisplayString nameWithType: Relationship.FriendDisplayString
fullName: TinyLife.Relationship.DisplayString fullName: TinyLife.Relationship.FriendDisplayString
type: Property type: Property
source: source:
remote: remote:
path: TinyLife/Relationship.cs path: TinyLife/Relationship.cs
branch: main branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DisplayString id: FriendDisplayString
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 144 startLine: 146
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
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" 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"
example: [] example: []
syntax: syntax:
content: public string DisplayString { get; } content: public string FriendDisplayString { get; }
parameters: [] parameters: []
return: return:
type: System.String type: System.String
content.vb: Public ReadOnly Property DisplayString As String content.vb: Public ReadOnly Property FriendDisplayString As String
overload: TinyLife.Relationship.DisplayString* 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*
- uid: TinyLife.Relationship.Genealogy - uid: TinyLife.Relationship.Genealogy
commentId: P:TinyLife.Relationship.Genealogy commentId: P:TinyLife.Relationship.Genealogy
id: Genealogy id: Genealogy
@ -603,7 +636,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Genealogy id: Genealogy
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 158 startLine: 156
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -644,7 +677,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Dating id: Dating
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 164 startLine: 162
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -683,7 +716,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HadFirstKiss id: HadFirstKiss
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 169 startLine: 167
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -722,7 +755,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: KnownJobType id: KnownJobType
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 171 startLine: 169
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -741,6 +774,47 @@ items:
- type: System.Runtime.Serialization.DataMemberAttribute - type: System.Runtime.Serialization.DataMemberAttribute
ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
arguments: [] arguments: []
- 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) - uid: TinyLife.Relationship.GetSocialEffectiveness(TinyLife.Actions.ActionType)
commentId: M:TinyLife.Relationship.GetSocialEffectiveness(TinyLife.Actions.ActionType) commentId: M:TinyLife.Relationship.GetSocialEffectiveness(TinyLife.Actions.ActionType)
id: GetSocialEffectiveness(TinyLife.Actions.ActionType) id: GetSocialEffectiveness(TinyLife.Actions.ActionType)
@ -759,7 +833,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetSocialEffectiveness id: GetSocialEffectiveness
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 193 startLine: 196
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -794,7 +868,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetRecentSocialAmount id: GetRecentSocialAmount
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 203 startLine: 206
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -829,7 +903,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AddRecentSocial id: AddRecentSocial
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 213 startLine: 216
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -861,7 +935,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate id: Validate
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 224 startLine: 227
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -893,7 +967,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ResetToStatic id: ResetToStatic
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 239 startLine: 242
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -931,7 +1005,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SetGenealogy id: SetGenealogy
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 269 startLine: 272
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -969,7 +1043,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreatePanel id: CreatePanel
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 308 startLine: 311
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -1013,7 +1087,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PopulateTooltip id: PopulateTooltip
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 346 startLine: 356
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -2142,11 +2216,83 @@ references:
name: Partner name: Partner
nameWithType: Relationship.Partner nameWithType: Relationship.Partner
fullName: TinyLife.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* - uid: TinyLife.Relationship.FriendLevel*
commentId: Overload:TinyLife.Relationship.FriendLevel commentId: Overload:TinyLife.Relationship.FriendLevel
name: FriendLevel name: FriendLevel
nameWithType: Relationship.FriendLevel nameWithType: Relationship.FriendLevel
fullName: TinyLife.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* - uid: TinyLife.Relationship.RomanceLevel*
commentId: Overload:TinyLife.Relationship.RomanceLevel commentId: Overload:TinyLife.Relationship.RomanceLevel
name: RomanceLevel name: RomanceLevel
@ -2184,26 +2330,16 @@ references:
name: RomanceType name: RomanceType
nameWithType: RomanceType nameWithType: RomanceType
fullName: TinyLife.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 - uid: TinyLife.Relationship.Type
commentId: P:TinyLife.Relationship.Type commentId: P:TinyLife.Relationship.Type
name: Type name: Type
nameWithType: Relationship.Type nameWithType: Relationship.Type
fullName: TinyLife.Relationship.Type fullName: TinyLife.Relationship.Type
- uid: TinyLife.Relationship.DisplayString* - uid: TinyLife.Relationship.FriendDisplayString*
commentId: Overload:TinyLife.Relationship.DisplayString commentId: Overload:TinyLife.Relationship.FriendDisplayString
name: DisplayString name: FriendDisplayString
nameWithType: Relationship.DisplayString nameWithType: Relationship.FriendDisplayString
fullName: TinyLife.Relationship.DisplayString fullName: TinyLife.Relationship.FriendDisplayString
- uid: System.String - uid: System.String
commentId: T:System.String commentId: T:System.String
parent: System parent: System
@ -2215,6 +2351,16 @@ references:
nameWithType.vb: String nameWithType.vb: String
fullName.vb: String fullName.vb: String
name.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 - uid: TinyLife.GenealogyType
commentId: T:TinyLife.GenealogyType commentId: T:TinyLife.GenealogyType
parent: TinyLife parent: TinyLife

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -8,8 +8,13 @@ items:
- TinyLife.Uis.CharacterCreator.Active - TinyLife.Uis.CharacterCreator.Active
- TinyLife.Uis.CharacterCreator.BoughtItem(TinyLife.Objects.Person,TinyLife.Objects.WornClothes) - TinyLife.Uis.CharacterCreator.BoughtItem(TinyLife.Objects.Person,TinyLife.Objects.WornClothes)
- TinyLife.Uis.CharacterCreator.CanCloseOrExport - TinyLife.Uis.CharacterCreator.CanCloseOrExport
- TinyLife.Uis.CharacterCreator.CanSwitchPeople - TinyLife.Uis.CharacterCreator.CreateNameSelector(TinyLife.Objects.Person,MLEM.Ui.Elements.Element)
- TinyLife.Uis.CharacterCreator.CreatePersonalitySelector(TinyLife.Objects.Person,System.Boolean)
- TinyLife.Uis.CharacterCreator.CreatePregnancyAbilitySelector(TinyLife.Objects.Person,MLEM.Ui.Elements.Element)
- TinyLife.Uis.CharacterCreator.CreatePronounSelector(TinyLife.Objects.Person,MLEM.Ui.Elements.Element)
- TinyLife.Uis.CharacterCreator.CreateVoiceSelector(TinyLife.Objects.Person,MLEM.Ui.Elements.Element)
- TinyLife.Uis.CharacterCreator.GetCustomPrice(TinyLife.Objects.Person,TinyLife.Objects.WornClothes) - TinyLife.Uis.CharacterCreator.GetCustomPrice(TinyLife.Objects.Person,TinyLife.Objects.WornClothes)
- TinyLife.Uis.CharacterCreator.IsPersonComplete(TinyLife.Objects.Person)
- TinyLife.Uis.CharacterCreator.MaxHouseholdSize - TinyLife.Uis.CharacterCreator.MaxHouseholdSize
- TinyLife.Uis.CharacterCreator.MaxOutfitAmount - TinyLife.Uis.CharacterCreator.MaxOutfitAmount
- TinyLife.Uis.CharacterCreator.OnBoughtItem - TinyLife.Uis.CharacterCreator.OnBoughtItem
@ -197,37 +202,6 @@ items:
return: return:
type: TinyLife.Uis.CharacterCreator.BoughtItemDelegate type: TinyLife.Uis.CharacterCreator.BoughtItemDelegate
content.vb: Public Shared Event OnBoughtItem As 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 - uid: TinyLife.Uis.CharacterCreator.CanCloseOrExport
commentId: M:TinyLife.Uis.CharacterCreator.CanCloseOrExport commentId: M:TinyLife.Uis.CharacterCreator.CanCloseOrExport
id: CanCloseOrExport id: CanCloseOrExport
@ -246,11 +220,11 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanCloseOrExport id: CanCloseOrExport
path: ../TinyLife/Uis/CharacterCreator.cs path: ../TinyLife/Uis/CharacterCreator.cs
startLine: 458 startLine: 392
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Uis 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 <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" 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"
example: [] example: []
syntax: syntax:
content: public bool CanCloseOrExport() content: public bool CanCloseOrExport()
@ -277,7 +251,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Open id: Open
path: ../TinyLife/Uis/CharacterCreator.cs path: ../TinyLife/Uis/CharacterCreator.cs
startLine: 852 startLine: 785
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Uis namespace: TinyLife.Uis
@ -315,7 +289,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetCustomPrice id: GetCustomPrice
path: ../TinyLife/Uis/CharacterCreator.cs path: ../TinyLife/Uis/CharacterCreator.cs
startLine: 866 startLine: 799
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Uis namespace: TinyLife.Uis
@ -353,7 +327,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BoughtItem id: BoughtItem
path: ../TinyLife/Uis/CharacterCreator.cs path: ../TinyLife/Uis/CharacterCreator.cs
startLine: 882 startLine: 815
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Uis namespace: TinyLife.Uis
@ -370,6 +344,197 @@ items:
description: The clothes bought. description: The clothes bought.
content.vb: Public Shared Sub BoughtItem(person As Person, clothes As WornClothes) content.vb: Public Shared Sub BoughtItem(person As Person, clothes As WornClothes)
overload: TinyLife.Uis.CharacterCreator.BoughtItem* 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: references:
- uid: TinyLife.Objects.Clothes - uid: TinyLife.Objects.Clothes
commentId: T:TinyLife.Objects.Clothes commentId: T:TinyLife.Objects.Clothes
@ -856,47 +1021,6 @@ references:
- name: . - name: .
- uid: TinyLife.Uis.CharacterCreator.BoughtItemDelegate - uid: TinyLife.Uis.CharacterCreator.BoughtItemDelegate
name: 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}) - 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}) commentId: M:TinyLife.World.Household.HasAdult(System.Collections.Generic.IEnumerable{TinyLife.Objects.Person})
isExternal: true isExternal: true
@ -940,6 +1064,17 @@ references:
name: CanCloseOrExport name: CanCloseOrExport
nameWithType: CharacterCreator.CanCloseOrExport nameWithType: CharacterCreator.CanCloseOrExport
fullName: TinyLife.Uis.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* - uid: TinyLife.Uis.CharacterCreator.Open*
commentId: Overload:TinyLife.Uis.CharacterCreator.Open commentId: Overload:TinyLife.Uis.CharacterCreator.Open
name: Open name: Open
@ -1028,3 +1163,77 @@ references:
name: BoughtItem name: BoughtItem
nameWithType: CharacterCreator.BoughtItem nameWithType: CharacterCreator.BoughtItem
fullName: TinyLife.Uis.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.ToTimestampString(System.TimeSpan)
- TinyLife.Utilities.Extensions.ToVisualY(Microsoft.Xna.Framework.Vector2) - TinyLife.Utilities.Extensions.ToVisualY(Microsoft.Xna.Framework.Vector2)
- TinyLife.Utilities.Extensions.ToWallSide(MLEM.Misc.Direction2) - TinyLife.Utilities.Extensions.ToWallSide(MLEM.Misc.Direction2)
- TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Person.Pose) - TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Pose)
- TinyLife.Utilities.Extensions.ToWorldPos(Microsoft.Xna.Framework.Vector2,System.Boolean) - TinyLife.Utilities.Extensions.ToWorldPos(Microsoft.Xna.Framework.Vector2,System.Boolean)
- TinyLife.Utilities.Extensions.Weekday(System.TimeSpan) - TinyLife.Utilities.Extensions.Weekday(System.TimeSpan)
langs: langs:
@ -904,17 +904,17 @@ items:
description: Whether the given genealogy type is appropriate for the given age 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 content.vb: Public Shared Function IsAgeAppropriate(type As GenealogyType, age As AgeGroup) As Boolean
overload: TinyLife.Utilities.Extensions.IsAgeAppropriate* overload: TinyLife.Utilities.Extensions.IsAgeAppropriate*
- uid: TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Person.Pose) - uid: TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Pose)
commentId: M:TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Person.Pose) commentId: M:TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Pose)
id: ToWorking(TinyLife.Objects.Person.Pose) id: ToWorking(TinyLife.Objects.Pose)
isExtensionMethod: true isExtensionMethod: true
parent: TinyLife.Utilities.Extensions parent: TinyLife.Utilities.Extensions
langs: langs:
- csharp - csharp
- vb - vb
name: ToWorking(Pose) name: ToWorking(Pose)
nameWithType: Extensions.ToWorking(Person.Pose) nameWithType: Extensions.ToWorking(Pose)
fullName: TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Person.Pose) fullName: TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Pose)
type: Method type: Method
source: source:
remote: remote:
@ -927,18 +927,18 @@ items:
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Utilities namespace: TinyLife.Utilities
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" 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"
example: [] example: []
syntax: syntax:
content: public static Person.Pose ToWorking(this Person.Pose pose) content: public static Pose ToWorking(this Pose pose)
parameters: parameters:
- id: pose - id: pose
type: TinyLife.Objects.Person.Pose type: TinyLife.Objects.Pose
description: The pose to convert to a working pose description: The pose to convert to a working pose
return: return:
type: TinyLife.Objects.Person.Pose type: TinyLife.Objects.Pose
description: The working version of the given pose description: The working version of the given pose
content.vb: Public Shared Function ToWorking(pose As Person.Pose) As Person.Pose content.vb: Public Shared Function ToWorking(pose As Pose) As Pose
overload: TinyLife.Utilities.Extensions.ToWorking* overload: TinyLife.Utilities.Extensions.ToWorking*
- uid: TinyLife.Utilities.Extensions.GetDefaultPose(TinyLife.Objects.AgeGroup) - uid: TinyLife.Utilities.Extensions.GetDefaultPose(TinyLife.Objects.AgeGroup)
commentId: M:TinyLife.Utilities.Extensions.GetDefaultPose(TinyLife.Objects.AgeGroup) commentId: M:TinyLife.Utilities.Extensions.GetDefaultPose(TinyLife.Objects.AgeGroup)
@ -964,13 +964,13 @@ items:
- Tiny Life - Tiny Life
namespace: TinyLife.Utilities namespace: TinyLife.Utilities
syntax: syntax:
content: public static Person.Pose GetDefaultPose(this AgeGroup age) content: public static Pose GetDefaultPose(this AgeGroup age)
parameters: parameters:
- id: age - id: age
type: TinyLife.Objects.AgeGroup type: TinyLife.Objects.AgeGroup
return: return:
type: TinyLife.Objects.Person.Pose type: TinyLife.Objects.Pose
content.vb: Public Shared Function GetDefaultPose(age As AgeGroup) As Person.Pose content.vb: Public Shared Function GetDefaultPose(age As AgeGroup) As Pose
overload: TinyLife.Utilities.Extensions.GetDefaultPose* overload: TinyLife.Utilities.Extensions.GetDefaultPose*
- uid: TinyLife.Utilities.Extensions.AddHoverAnimation(MLEM.Ui.Elements.Button) - uid: TinyLife.Utilities.Extensions.AddHoverAnimation(MLEM.Ui.Elements.Button)
commentId: M:TinyLife.Utilities.Extensions.AddHoverAnimation(MLEM.Ui.Elements.Button) commentId: M:TinyLife.Utilities.Extensions.AddHoverAnimation(MLEM.Ui.Elements.Button)
@ -2806,39 +2806,17 @@ references:
name: IsAgeAppropriate name: IsAgeAppropriate
nameWithType: Extensions.IsAgeAppropriate nameWithType: Extensions.IsAgeAppropriate
fullName: TinyLife.Utilities.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* - uid: TinyLife.Utilities.Extensions.ToWorking*
commentId: Overload:TinyLife.Utilities.Extensions.ToWorking commentId: Overload:TinyLife.Utilities.Extensions.ToWorking
name: ToWorking name: ToWorking
nameWithType: Extensions.ToWorking nameWithType: Extensions.ToWorking
fullName: TinyLife.Utilities.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* - uid: TinyLife.Utilities.Extensions.GetDefaultPose*
commentId: Overload:TinyLife.Utilities.Extensions.GetDefaultPose commentId: Overload:TinyLife.Utilities.Extensions.GetDefaultPose
name: GetDefaultPose name: GetDefaultPose

View file

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

View file

@ -25,7 +25,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ExportedHousehold id: ExportedHousehold
path: ../TinyLife/World/Household.cs path: ../TinyLife/World/Household.cs
startLine: 314 startLine: 318
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.World namespace: TinyLife.World
@ -64,7 +64,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ExportedVersion id: ExportedVersion
path: ../TinyLife/World/Household.cs path: ../TinyLife/World/Household.cs
startLine: 319 startLine: 323
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.World namespace: TinyLife.World
@ -93,7 +93,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Members id: Members
path: ../TinyLife/World/Household.cs path: ../TinyLife/World/Household.cs
startLine: 323 startLine: 327
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.World namespace: TinyLife.World
@ -122,7 +122,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Money id: Money
path: ../TinyLife/World/Household.cs path: ../TinyLife/World/Household.cs
startLine: 327 startLine: 331
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.World namespace: TinyLife.World
@ -151,7 +151,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FurnitureStorage id: FurnitureStorage
path: ../TinyLife/World/Household.cs path: ../TinyLife/World/Household.cs
startLine: 331 startLine: 335
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.World namespace: TinyLife.World
@ -180,7 +180,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ClothesStorage id: ClothesStorage
path: ../TinyLife/World/Household.cs path: ../TinyLife/World/Household.cs
startLine: 335 startLine: 339
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.World namespace: TinyLife.World
@ -209,7 +209,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Description id: Description
path: ../TinyLife/World/Household.cs path: ../TinyLife/World/Household.cs
startLine: 339 startLine: 343
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.World namespace: TinyLife.World

View file

@ -25,7 +25,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Instance id: Instance
path: ../TinyLife/World/LotEmployment.cs path: ../TinyLife/World/LotEmployment.cs
startLine: 215 startLine: 205
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.World namespace: TinyLife.World
@ -74,7 +74,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Lot id: Lot
path: ../TinyLife/World/LotEmployment.cs path: ../TinyLife/World/LotEmployment.cs
startLine: 221 startLine: 211
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.World namespace: TinyLife.World
@ -105,7 +105,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Type id: Type
path: ../TinyLife/World/LotEmployment.cs path: ../TinyLife/World/LotEmployment.cs
startLine: 225 startLine: 215
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.World namespace: TinyLife.World
@ -136,7 +136,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SetManually id: SetManually
path: ../TinyLife/World/LotEmployment.cs path: ../TinyLife/World/LotEmployment.cs
startLine: 238 startLine: 228
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.World namespace: TinyLife.World
@ -177,7 +177,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/World/LotEmployment.cs path: ../TinyLife/World/LotEmployment.cs
startLine: 259 startLine: 249
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.World namespace: TinyLife.World
@ -221,7 +221,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate id: Validate
path: ../TinyLife/World/LotEmployment.cs path: ../TinyLife/World/LotEmployment.cs
startLine: 272 startLine: 262
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.World namespace: TinyLife.World
@ -256,7 +256,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ShouldWorkRightNow id: ShouldWorkRightNow
path: ../TinyLife/World/LotEmployment.cs path: ../TinyLife/World/LotEmployment.cs
startLine: 282 startLine: 272
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.World namespace: TinyLife.World

View file

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

View file

@ -360,7 +360,7 @@ items:
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.World 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%2cSystem.Boolean)\" 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)\" data-throw-if-not-resolved=\"false\"></xref> when the map is loaded from disk\n"
example: [] example: []
syntax: syntax:
content: public bool Validate() content: public bool Validate()
@ -945,18 +945,18 @@ references:
nameWithType.vb: Single nameWithType.vb: Single
fullName.vb: Single fullName.vb: Single
name.vb: Single name.vb: Single
- uid: TinyLife.World.Map.Validate(System.Action{System.String},System.Action{System.Single},System.Boolean) - uid: TinyLife.World.Map.Validate(System.Action{System.String},System.Action{System.Single})
commentId: M: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})
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.action-1 href: https://learn.microsoft.com/dotnet/api/system.action-1
name: Validate(Action<string>, Action<float>, bool) name: Validate(Action<string>, Action<float>)
nameWithType: Map.Validate(Action<string>, Action<float>, bool) nameWithType: Map.Validate(Action<string>, Action<float>)
fullName: TinyLife.World.Map.Validate(System.Action<string>, System.Action<float>, bool) fullName: TinyLife.World.Map.Validate(System.Action<string>, System.Action<float>)
nameWithType.vb: Map.Validate(Action(Of String), Action(Of Single), Boolean) nameWithType.vb: Map.Validate(Action(Of String), Action(Of Single))
fullName.vb: TinyLife.World.Map.Validate(System.Action(Of String), System.Action(Of Single), Boolean) fullName.vb: TinyLife.World.Map.Validate(System.Action(Of String), System.Action(Of Single))
name.vb: Validate(Action(Of String), Action(Of Single), Boolean) name.vb: Validate(Action(Of String), Action(Of Single))
spec.csharp: spec.csharp:
- uid: TinyLife.World.Map.Validate(System.Action{System.String},System.Action{System.Single},System.Boolean) - uid: TinyLife.World.Map.Validate(System.Action{System.String},System.Action{System.Single})
name: Validate name: Validate
- name: ( - name: (
- uid: System.Action`1 - uid: System.Action`1
@ -981,15 +981,9 @@ references:
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.single href: https://learn.microsoft.com/dotnet/api/system.single
- name: '>' - name: '>'
- name: ','
- name: " "
- uid: System.Boolean
name: bool
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: ) - name: )
spec.vb: spec.vb:
- uid: TinyLife.World.Map.Validate(System.Action{System.String},System.Action{System.Single},System.Boolean) - uid: TinyLife.World.Map.Validate(System.Action{System.String},System.Action{System.Single})
name: Validate name: Validate
- name: ( - name: (
- uid: System.Action`1 - uid: System.Action`1
@ -1018,12 +1012,6 @@ references:
isExternal: true isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.single href: https://learn.microsoft.com/dotnet/api/system.single
- name: ) - name: )
- name: ','
- name: " "
- uid: System.Boolean
name: Boolean
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: ) - name: )
- uid: TinyLife.World.Roof.Validate* - uid: TinyLife.World.Roof.Validate*
commentId: Overload:TinyLife.World.Roof.Validate commentId: Overload:TinyLife.World.Roof.Validate

View file

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

View file

@ -93,8 +93,12 @@ items:
name: Emote name: Emote
- uid: TinyLife.Actions.EmoteCategory - uid: TinyLife.Actions.EmoteCategory
name: EmoteCategory name: EmoteCategory
- uid: TinyLife.Actions.FollowAdultAction
name: FollowAdultAction
- uid: TinyLife.Actions.GoHereAction - uid: TinyLife.Actions.GoHereAction
name: GoHereAction name: GoHereAction
- uid: TinyLife.Actions.HaveBabyAction
name: HaveBabyAction
- uid: TinyLife.Actions.HelpAction - uid: TinyLife.Actions.HelpAction
name: HelpAction name: HelpAction
- uid: TinyLife.Actions.HoldingPersonAction - uid: TinyLife.Actions.HoldingPersonAction
@ -284,6 +288,8 @@ items:
name: CornerFurniture name: CornerFurniture
- uid: TinyLife.Objects.CornerFurniture.Counter - uid: TinyLife.Objects.CornerFurniture.Counter
name: CornerFurniture.Counter name: CornerFurniture.Counter
- uid: TinyLife.Objects.DeathReason
name: DeathReason
- uid: TinyLife.Objects.Fence - uid: TinyLife.Objects.Fence
name: Fence name: Fence
- uid: TinyLife.Objects.Fireplace - uid: TinyLife.Objects.Fireplace
@ -334,22 +340,24 @@ items:
name: Person name: Person
- uid: TinyLife.Objects.Person.ActionUpdateDelegate - uid: TinyLife.Objects.Person.ActionUpdateDelegate
name: Person.ActionUpdateDelegate name: Person.ActionUpdateDelegate
- uid: TinyLife.Objects.Person.DeathReason
name: Person.DeathReason
- uid: TinyLife.Objects.Person.EfficiencyModifierDelegate - uid: TinyLife.Objects.Person.EfficiencyModifierDelegate
name: Person.EfficiencyModifierDelegate name: Person.EfficiencyModifierDelegate
- uid: TinyLife.Objects.Person.EmotionModifiersChangedDelegate - uid: TinyLife.Objects.Person.EmotionModifiersChangedDelegate
name: Person.EmotionModifiersChangedDelegate name: Person.EmotionModifiersChangedDelegate
- uid: TinyLife.Objects.Person.PassiveActionPriorityDelegate - uid: TinyLife.Objects.Person.PassiveActionPriorityDelegate
name: Person.PassiveActionPriorityDelegate name: Person.PassiveActionPriorityDelegate
- uid: TinyLife.Objects.Person.Pose - uid: TinyLife.Objects.Person.RelationshipChangeDelegate
name: Person.Pose name: Person.RelationshipChangeDelegate
- uid: TinyLife.Objects.Person.RestoreNeedDelegate - uid: TinyLife.Objects.Person.RestoreNeedDelegate
name: Person.RestoreNeedDelegate name: Person.RestoreNeedDelegate
- uid: TinyLife.Objects.Person.WalkSpeedDelegate - uid: TinyLife.Objects.Person.WalkSpeedDelegate
name: Person.WalkSpeedDelegate name: Person.WalkSpeedDelegate
- uid: TinyLife.Objects.PersonAi - uid: TinyLife.Objects.PersonAi
name: PersonAi name: PersonAi
- uid: TinyLife.Objects.Pose
name: Pose
- uid: TinyLife.Objects.PregnancyAbility
name: PregnancyAbility
- uid: TinyLife.Objects.ScreenObject - uid: TinyLife.Objects.ScreenObject
name: ScreenObject name: ScreenObject
- uid: TinyLife.Objects.SpeakStyle - 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. - `<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.* *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".* - 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".*
- 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 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, [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. - 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.
- 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! - 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 ## Notes for Specific Languages

BIN
media/changelog/0.31.0.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 163 KiB