mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-22 11:23:29 +01:00
0.31.0
This commit is contained in:
parent
7b6b2cb9a4
commit
a02f559100
70 changed files with 9753 additions and 1695 deletions
28
Changelog.md
28
Changelog.md
|
@ -1,3 +1,31 @@
|
|||
# 0.31.0
|
||||
*April 14, 2023*
|
||||
|
||||
![](media/changelog/0.31.0.png)
|
||||
|
||||
> Small Update, Big Pronouns
|
||||
|
||||
No devlog this time! Keep an eye out for a big announcement soon, though...
|
||||
|
||||
Additions
|
||||
- Added the ability to set pronouns for Tinies. To set pronouns for your already existing Tinies, use the `EditPerson` [cheat](https://docs.tinylifegame.com/articles/cheats.html).
|
||||
|
||||
Improvements
|
||||
- Display the price for a new painting on the Paint action
|
||||
- Avoid creating portraits for Tinies who aren't seen unnecessarily
|
||||
- Improved the way relationship type names are displayed
|
||||
- The camera now rotates around the cursor rather than the center of the screen
|
||||
- Hide personality types that aren't available for the Tiny's current age
|
||||
- Display a notification when a relationship's romance type changes
|
||||
|
||||
Fixes
|
||||
- Fixed adults being able to be randomly generated with child voices
|
||||
- Fixed being able to start a new painting when not having enough money
|
||||
- Fixed primary students being able to get a raise
|
||||
- Fixed children being able to die from too much protein
|
||||
- Fixed copying outfits causing the color to change on the outfit copied from as well
|
||||
- Fixed food/drink orders at cafés being random items rather than the ones ordered
|
||||
|
||||
# 0.30.1
|
||||
*April 2, 2023*
|
||||
|
||||
|
|
|
@ -95,6 +95,7 @@
|
|||
"TinyLife.Actions.ActionType.AiSettings.#ctor": "TinyLife.Actions.ActionType.AiSettings.yml",
|
||||
"TinyLife.Actions.ActionType.AiSettings.CanDoAtAnyPoint": "TinyLife.Actions.ActionType.AiSettings.yml",
|
||||
"TinyLife.Actions.ActionType.AiSettings.CanDoRandomly": "TinyLife.Actions.ActionType.AiSettings.yml",
|
||||
"TinyLife.Actions.ActionType.AiSettings.IgnoreAiDisabled": "TinyLife.Actions.ActionType.AiSettings.yml",
|
||||
"TinyLife.Actions.ActionType.AiSettings.NeedsFreeActionSpot": "TinyLife.Actions.ActionType.AiSettings.yml",
|
||||
"TinyLife.Actions.ActionType.AiSettings.PassivePriority": "TinyLife.Actions.ActionType.AiSettings.yml",
|
||||
"TinyLife.Actions.ActionType.AiSettings.SolvedNeeds": "TinyLife.Actions.ActionType.AiSettings.yml",
|
||||
|
@ -188,6 +189,7 @@
|
|||
"TinyLife.Actions.ActionType.ExpressFearOfCrowds": "TinyLife.Actions.ActionType.yml",
|
||||
"TinyLife.Actions.ActionType.Flirt": "TinyLife.Actions.ActionType.yml",
|
||||
"TinyLife.Actions.ActionType.FlirtyJoke": "TinyLife.Actions.ActionType.yml",
|
||||
"TinyLife.Actions.ActionType.FollowAdult": "TinyLife.Actions.ActionType.yml",
|
||||
"TinyLife.Actions.ActionType.FoolAround": "TinyLife.Actions.ActionType.yml",
|
||||
"TinyLife.Actions.ActionType.GaugeRelationship": "TinyLife.Actions.ActionType.yml",
|
||||
"TinyLife.Actions.ActionType.GetBakingIngredients": "TinyLife.Actions.ActionType.yml",
|
||||
|
@ -213,6 +215,7 @@
|
|||
"TinyLife.Actions.ActionType.HackSomeone": "TinyLife.Actions.ActionType.yml",
|
||||
"TinyLife.Actions.ActionType.HasChairOrIsStandingDesk(TinyLife.Actions.ActionInfo,System.Boolean)": "TinyLife.Actions.ActionType.yml",
|
||||
"TinyLife.Actions.ActionType.HasSpaceInHousehold(TinyLife.Actions.ActionInfo,System.Boolean)": "TinyLife.Actions.ActionType.yml",
|
||||
"TinyLife.Actions.ActionType.HaveBaby": "TinyLife.Actions.ActionType.yml",
|
||||
"TinyLife.Actions.ActionType.HaveBookPublished": "TinyLife.Actions.ActionType.yml",
|
||||
"TinyLife.Actions.ActionType.HelpBabyBook": "TinyLife.Actions.ActionType.yml",
|
||||
"TinyLife.Actions.ActionType.HelpPotty": "TinyLife.Actions.ActionType.yml",
|
||||
|
@ -359,6 +362,7 @@
|
|||
"TinyLife.Actions.ActionType.ToggleAllLights": "TinyLife.Actions.ActionType.yml",
|
||||
"TinyLife.Actions.ActionType.ToggleLight": "TinyLife.Actions.ActionType.yml",
|
||||
"TinyLife.Actions.ActionType.ToggleNewspapers": "TinyLife.Actions.ActionType.yml",
|
||||
"TinyLife.Actions.ActionType.ToggleTryingForBaby": "TinyLife.Actions.ActionType.yml",
|
||||
"TinyLife.Actions.ActionType.Types": "TinyLife.Actions.ActionType.yml",
|
||||
"TinyLife.Actions.ActionType.TypeSettings": "TinyLife.Actions.ActionType.TypeSettings.yml",
|
||||
"TinyLife.Actions.ActionType.TypeSettings.#ctor(System.String,TinyLife.Objects.ObjectCategory,System.Type)": "TinyLife.Actions.ActionType.TypeSettings.yml",
|
||||
|
@ -548,7 +552,7 @@
|
|||
"TinyLife.Actions.DieAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)": "TinyLife.Actions.DieAction.yml",
|
||||
"TinyLife.Actions.DieAction.CanCancel(TinyLife.Actions.Action)": "TinyLife.Actions.DieAction.yml",
|
||||
"TinyLife.Actions.DieAction.CanEnqueueConversation(TinyLife.Objects.Person,TinyLife.Actions.ActionType)": "TinyLife.Actions.DieAction.yml",
|
||||
"TinyLife.Actions.DieAction.Enqueue(TinyLife.Objects.Person,TinyLife.Objects.Person.DeathReason)": "TinyLife.Actions.DieAction.yml",
|
||||
"TinyLife.Actions.DieAction.Enqueue(TinyLife.Objects.Person,TinyLife.Objects.DeathReason)": "TinyLife.Actions.DieAction.yml",
|
||||
"TinyLife.Actions.DieAction.GetDisplayName": "TinyLife.Actions.DieAction.yml",
|
||||
"TinyLife.Actions.DieAction.Initialize": "TinyLife.Actions.DieAction.yml",
|
||||
"TinyLife.Actions.DieAction.IsCompleted": "TinyLife.Actions.DieAction.yml",
|
||||
|
@ -569,6 +573,10 @@
|
|||
"TinyLife.Actions.EmoteCategory.Negative": "TinyLife.Actions.EmoteCategory.yml",
|
||||
"TinyLife.Actions.EmoteCategory.Travel": "TinyLife.Actions.EmoteCategory.yml",
|
||||
"TinyLife.Actions.EmoteCategory.Unable": "TinyLife.Actions.EmoteCategory.yml",
|
||||
"TinyLife.Actions.FollowAdultAction": "TinyLife.Actions.FollowAdultAction.yml",
|
||||
"TinyLife.Actions.FollowAdultAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)": "TinyLife.Actions.FollowAdultAction.yml",
|
||||
"TinyLife.Actions.FollowAdultAction.IsCompleted": "TinyLife.Actions.FollowAdultAction.yml",
|
||||
"TinyLife.Actions.FollowAdultAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.FollowAdultAction.yml",
|
||||
"TinyLife.Actions.GoHereAction": "TinyLife.Actions.GoHereAction.yml",
|
||||
"TinyLife.Actions.GoHereAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)": "TinyLife.Actions.GoHereAction.yml",
|
||||
"TinyLife.Actions.GoHereAction.AndThenIsCompleted": "TinyLife.Actions.GoHereAction.yml",
|
||||
|
@ -595,6 +603,11 @@
|
|||
"TinyLife.Actions.Handlers.UnderlyingActionHandler.OnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.Handlers.UnderlyingActionHandler.yml",
|
||||
"TinyLife.Actions.Handlers.UnderlyingActionHandler.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.Handlers.UnderlyingActionHandler.yml",
|
||||
"TinyLife.Actions.Handlers.UnderlyingActionHandler.Validate(TinyLife.Actions.Action,TinyLife.Objects.Person)": "TinyLife.Actions.Handlers.UnderlyingActionHandler.yml",
|
||||
"TinyLife.Actions.HaveBabyAction": "TinyLife.Actions.HaveBabyAction.yml",
|
||||
"TinyLife.Actions.HaveBabyAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)": "TinyLife.Actions.HaveBabyAction.yml",
|
||||
"TinyLife.Actions.HaveBabyAction.AndThenIsCompleted": "TinyLife.Actions.HaveBabyAction.yml",
|
||||
"TinyLife.Actions.HaveBabyAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.HaveBabyAction.yml",
|
||||
"TinyLife.Actions.HaveBabyAction.CanCancel(TinyLife.Actions.Action)": "TinyLife.Actions.HaveBabyAction.yml",
|
||||
"TinyLife.Actions.HelpAction": "TinyLife.Actions.HelpAction.yml",
|
||||
"TinyLife.Actions.HelpAction.#ctor(TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Objects.Person)": "TinyLife.Actions.HelpAction.yml",
|
||||
"TinyLife.Actions.HelpAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Objects.Person)": "TinyLife.Actions.HelpAction.yml",
|
||||
|
@ -692,6 +705,7 @@
|
|||
"TinyLife.Actions.PathfindAction.Validate(TinyLife.Objects.Person)": "TinyLife.Actions.PathfindAction.yml",
|
||||
"TinyLife.Actions.PathfindToPersonAction": "TinyLife.Actions.PathfindToPersonAction.yml",
|
||||
"TinyLife.Actions.PathfindToPersonAction.#ctor(TinyLife.Actions.ActionInfo)": "TinyLife.Actions.PathfindToPersonAction.yml",
|
||||
"TinyLife.Actions.PathfindToPersonAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)": "TinyLife.Actions.PathfindToPersonAction.yml",
|
||||
"TinyLife.Actions.PathfindToPersonAction.DriveSpeedMultiplier": "TinyLife.Actions.PathfindToPersonAction.yml",
|
||||
"TinyLife.Actions.PathfindToPersonAction.GetMaxPathfindTime": "TinyLife.Actions.PathfindToPersonAction.yml",
|
||||
"TinyLife.Actions.PathfindToPersonAction.IsCompleted": "TinyLife.Actions.PathfindToPersonAction.yml",
|
||||
|
@ -743,6 +757,7 @@
|
|||
"TinyLife.Actions.SocialAction.GetDisplayName": "TinyLife.Actions.SocialAction.yml",
|
||||
"TinyLife.Actions.SocialAction.GetHelper(System.Boolean)": "TinyLife.Actions.SocialAction.yml",
|
||||
"TinyLife.Actions.SocialAction.GetMaxWaitTime": "TinyLife.Actions.SocialAction.yml",
|
||||
"TinyLife.Actions.SocialAction.GetPartnerVariety(TinyLife.Actions.ActionInfo)": "TinyLife.Actions.SocialAction.yml",
|
||||
"TinyLife.Actions.SocialAction.GetRecipientAction(System.Boolean)": "TinyLife.Actions.SocialAction.yml",
|
||||
"TinyLife.Actions.SocialAction.InitializeConversation": "TinyLife.Actions.SocialAction.yml",
|
||||
"TinyLife.Actions.SocialAction.InProgressTime": "TinyLife.Actions.SocialAction.yml",
|
||||
|
@ -1300,6 +1315,7 @@
|
|||
"TinyLife.Goals.JobType": "TinyLife.Goals.JobType.yml",
|
||||
"TinyLife.Goals.JobType.#ctor(System.String,MLEM.Textures.TextureRegion,System.Single,System.ValueTuple{System.Int32,System.Int32},System.DayOfWeek[])": "TinyLife.Goals.JobType.yml",
|
||||
"TinyLife.Goals.JobType.Businessperson": "TinyLife.Goals.JobType.yml",
|
||||
"TinyLife.Goals.JobType.CanGetRaise": "TinyLife.Goals.JobType.yml",
|
||||
"TinyLife.Goals.JobType.CanQuitOrBeFired": "TinyLife.Goals.JobType.yml",
|
||||
"TinyLife.Goals.JobType.ChoicePrompts": "TinyLife.Goals.JobType.yml",
|
||||
"TinyLife.Goals.JobType.Construct(TinyLife.Objects.Person,System.Int32)": "TinyLife.Goals.JobType.yml",
|
||||
|
@ -1644,6 +1660,11 @@
|
|||
"TinyLife.Objects.CornerFurniture.OnNeighborChanged(TinyLife.Objects.Furniture)": "TinyLife.Objects.CornerFurniture.yml",
|
||||
"TinyLife.Objects.CornerFurniture.ShouldConnectTo(TinyLife.Objects.Furniture)": "TinyLife.Objects.CornerFurniture.yml",
|
||||
"TinyLife.Objects.CornerFurniture.Validate": "TinyLife.Objects.CornerFurniture.yml",
|
||||
"TinyLife.Objects.DeathReason": "TinyLife.Objects.DeathReason.yml",
|
||||
"TinyLife.Objects.DeathReason.Electrocution": "TinyLife.Objects.DeathReason.yml",
|
||||
"TinyLife.Objects.DeathReason.InexplicableReasons": "TinyLife.Objects.DeathReason.yml",
|
||||
"TinyLife.Objects.DeathReason.Starvation": "TinyLife.Objects.DeathReason.yml",
|
||||
"TinyLife.Objects.DeathReason.TooMuchProtein": "TinyLife.Objects.DeathReason.yml",
|
||||
"TinyLife.Objects.Fence": "TinyLife.Objects.Fence.yml",
|
||||
"TinyLife.Objects.Fence.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2)": "TinyLife.Objects.Fence.yml",
|
||||
"TinyLife.Objects.Fence.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})": "TinyLife.Objects.Fence.yml",
|
||||
|
@ -2221,7 +2242,6 @@
|
|||
"TinyLife.Objects.Particle.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Objects.Particle.yml",
|
||||
"TinyLife.Objects.Particle.UpdateWhenPaused": "TinyLife.Objects.Particle.yml",
|
||||
"TinyLife.Objects.Person": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.#ctor(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2)": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.ActionQueue": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.ActionUpdateDelegate": "TinyLife.Objects.Person.ActionUpdateDelegate.yml",
|
||||
"TinyLife.Objects.Person.AddEmotion(TinyLife.Emotions.EmotionModifier,System.Int32,System.TimeSpan,TinyLife.Emotions.IEmotionSource,System.Boolean)": "TinyLife.Objects.Person.yml",
|
||||
|
@ -2232,9 +2252,9 @@
|
|||
"TinyLife.Objects.Person.AnimateHeldObject": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.AnimationSpeed": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.CancelAction(TinyLife.Actions.Action,TinyLife.Actions.Action,System.Boolean)": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.ChangeFriendship(TinyLife.Objects.Person,System.Single,System.Single)": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.ChangeFriendship(TinyLife.Objects.Person,System.Single)": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.ChangeRomance(TinyLife.Objects.Person,System.Single)": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.Create(TinyLife.World.Map,System.Random,TinyLife.Objects.AgeGroup)": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.Create(TinyLife.World.Map,System.Random,TinyLife.Objects.AgeGroup,System.Boolean,System.Boolean,System.Boolean,System.Boolean,TinyLife.Objects.Person[])": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.CurrentActions": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.CurrentAgeDays": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.CurrentEmote": "TinyLife.Objects.Person.yml",
|
||||
|
@ -2244,15 +2264,10 @@
|
|||
"TinyLife.Objects.Person.CurrentRoomDecorativeRating": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.CurrentSpeakStyle": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.DaysLived": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.DeathReason": "TinyLife.Objects.Person.DeathReason.yml",
|
||||
"TinyLife.Objects.Person.DeathReason.Electrocution": "TinyLife.Objects.Person.DeathReason.yml",
|
||||
"TinyLife.Objects.Person.DeathReason.InexplicableReasons": "TinyLife.Objects.Person.DeathReason.yml",
|
||||
"TinyLife.Objects.Person.DeathReason.Starvation": "TinyLife.Objects.Person.DeathReason.yml",
|
||||
"TinyLife.Objects.Person.DeathReason.TooMuchProtein": "TinyLife.Objects.Person.DeathReason.yml",
|
||||
"TinyLife.Objects.Person.DepleteNeed(TinyLife.NeedType,System.Single,System.Single)": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.Description": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.DiaperDirty": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.Die(TinyLife.Objects.Person.DeathReason,System.Boolean)": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.Die(TinyLife.Objects.DeathReason,System.Boolean)": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.DisplayEmote(TinyLife.Actions.EmoteCategory,System.Single,System.Single)": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.DisplayEmoteAndSpeak(TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Single,System.Single)": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})": "TinyLife.Objects.Person.yml",
|
||||
|
@ -2270,6 +2285,7 @@
|
|||
"TinyLife.Objects.Person.FirstName": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.FocusCameraOnEvent(System.Boolean)": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.FullName": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.FullNamePronouns": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.GainSkill(TinyLife.Skills.SkillType,System.Single,TinyLife.Actions.ActionInfo,System.Single)": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.GetAction``1(System.Guid,System.Boolean)": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.GetCategories(TinyLife.Objects.Person)": "TinyLife.Objects.Person.yml",
|
||||
|
@ -2314,6 +2330,7 @@
|
|||
"TinyLife.Objects.Person.IsDead": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.IsIdMatch(System.Guid)": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.IsIdMatch(TinyLife.Objects.Person)": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.IsInLabor": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.IsMinorUpdateNow": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.IsMoving": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.IsRegularVisitor": "TinyLife.Objects.Person.yml",
|
||||
|
@ -2339,6 +2356,8 @@
|
|||
"TinyLife.Objects.Person.OnActionsCompleted": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.OnActionUpdated": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2)": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.OnChangeFriendship": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.OnChangeRomance": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.OnEmotionChanged": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.OnEmotionModifiersChanged": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.OnGetCurrentGoals": "TinyLife.Objects.Person.yml",
|
||||
|
@ -2355,22 +2374,15 @@
|
|||
"TinyLife.Objects.Person.PassiveActionPriorityDelegate": "TinyLife.Objects.Person.PassiveActionPriorityDelegate.yml",
|
||||
"TinyLife.Objects.Person.PersonalityTypes": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.Portrait": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.Pose": "TinyLife.Objects.Person.Pose.yml",
|
||||
"TinyLife.Objects.Person.Pose.Laying": "TinyLife.Objects.Person.Pose.yml",
|
||||
"TinyLife.Objects.Person.Pose.Running": "TinyLife.Objects.Person.Pose.yml",
|
||||
"TinyLife.Objects.Person.Pose.Sitting": "TinyLife.Objects.Person.Pose.yml",
|
||||
"TinyLife.Objects.Person.Pose.SittingGround": "TinyLife.Objects.Person.Pose.yml",
|
||||
"TinyLife.Objects.Person.Pose.Standing": "TinyLife.Objects.Person.Pose.yml",
|
||||
"TinyLife.Objects.Person.Pose.StandingArmsOut": "TinyLife.Objects.Person.Pose.yml",
|
||||
"TinyLife.Objects.Person.Pose.Walking": "TinyLife.Objects.Person.Pose.yml",
|
||||
"TinyLife.Objects.Person.Pose.WalkingArmsOut": "TinyLife.Objects.Person.Pose.yml",
|
||||
"TinyLife.Objects.Person.Pose.WorkingSitting": "TinyLife.Objects.Person.Pose.yml",
|
||||
"TinyLife.Objects.Person.Pose.WorkingSittingGround": "TinyLife.Objects.Person.Pose.yml",
|
||||
"TinyLife.Objects.Person.Pose.WorkingStanding": "TinyLife.Objects.Person.Pose.yml",
|
||||
"TinyLife.Objects.Person.PregnancyAbility": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.PregnancyHoursRemaining": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.PregnancyPartner": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.PrepareForPermanentRemoval": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.Projects": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.Pronouns": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.RandomlyGenerated": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.RecentActions": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.RelationshipChangeDelegate": "TinyLife.Objects.Person.RelationshipChangeDelegate.yml",
|
||||
"TinyLife.Objects.Person.Relationships": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.RemoveEmotion(TinyLife.Emotions.EmotionModifier)": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.RemoveHeldObject``1": "TinyLife.Objects.Person.yml",
|
||||
|
@ -2396,7 +2408,6 @@
|
|||
"TinyLife.Objects.Person.Tint": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.ToCreatedByString": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.UpdatePortraitIfDirty": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.Validate": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.VisitLot(TinyLife.World.Lot)": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.VisuallyOccupiedSpot": "TinyLife.Objects.Person.yml",
|
||||
|
@ -2408,6 +2419,22 @@
|
|||
"TinyLife.Objects.Person.WornLayers": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.PersonAi": "TinyLife.Objects.PersonAi.yml",
|
||||
"TinyLife.Objects.PersonAi.StartAutomatically(TinyLife.Objects.Person,TinyLife.Actions.ActionType)": "TinyLife.Objects.PersonAi.yml",
|
||||
"TinyLife.Objects.Pose": "TinyLife.Objects.Pose.yml",
|
||||
"TinyLife.Objects.Pose.Laying": "TinyLife.Objects.Pose.yml",
|
||||
"TinyLife.Objects.Pose.Running": "TinyLife.Objects.Pose.yml",
|
||||
"TinyLife.Objects.Pose.Sitting": "TinyLife.Objects.Pose.yml",
|
||||
"TinyLife.Objects.Pose.SittingGround": "TinyLife.Objects.Pose.yml",
|
||||
"TinyLife.Objects.Pose.Standing": "TinyLife.Objects.Pose.yml",
|
||||
"TinyLife.Objects.Pose.StandingArmsOut": "TinyLife.Objects.Pose.yml",
|
||||
"TinyLife.Objects.Pose.Walking": "TinyLife.Objects.Pose.yml",
|
||||
"TinyLife.Objects.Pose.WalkingArmsOut": "TinyLife.Objects.Pose.yml",
|
||||
"TinyLife.Objects.Pose.WorkingSitting": "TinyLife.Objects.Pose.yml",
|
||||
"TinyLife.Objects.Pose.WorkingSittingGround": "TinyLife.Objects.Pose.yml",
|
||||
"TinyLife.Objects.Pose.WorkingStanding": "TinyLife.Objects.Pose.yml",
|
||||
"TinyLife.Objects.PregnancyAbility": "TinyLife.Objects.PregnancyAbility.yml",
|
||||
"TinyLife.Objects.PregnancyAbility.GetOthersPregnant": "TinyLife.Objects.PregnancyAbility.yml",
|
||||
"TinyLife.Objects.PregnancyAbility.GetPregnant": "TinyLife.Objects.PregnancyAbility.yml",
|
||||
"TinyLife.Objects.PregnancyAbility.Neither": "TinyLife.Objects.PregnancyAbility.yml",
|
||||
"TinyLife.Objects.ScreenObject": "TinyLife.Objects.ScreenObject.yml",
|
||||
"TinyLife.Objects.ScreenObject.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2)": "TinyLife.Objects.ScreenObject.yml",
|
||||
"TinyLife.Objects.ScreenObject.Content": "TinyLife.Objects.ScreenObject.yml",
|
||||
|
@ -2571,6 +2598,7 @@
|
|||
"TinyLife.PerSaveOptions.Save(System.String)": "TinyLife.PerSaveOptions.yml",
|
||||
"TinyLife.PersonalityType": "TinyLife.PersonalityType.yml",
|
||||
"TinyLife.PersonalityType.#ctor(System.String,MLEM.Textures.TextureRegion)": "TinyLife.PersonalityType.yml",
|
||||
"TinyLife.PersonalityType.AfraidOfStrangers": "TinyLife.PersonalityType.yml",
|
||||
"TinyLife.PersonalityType.AllowedAges": "TinyLife.PersonalityType.yml",
|
||||
"TinyLife.PersonalityType.Ambitious": "TinyLife.PersonalityType.yml",
|
||||
"TinyLife.PersonalityType.Aromantic": "TinyLife.PersonalityType.yml",
|
||||
|
@ -2581,6 +2609,7 @@
|
|||
"TinyLife.PersonalityType.CapableCarpenter": "TinyLife.PersonalityType.yml",
|
||||
"TinyLife.PersonalityType.Category": "TinyLife.PersonalityType.yml",
|
||||
"TinyLife.PersonalityType.CityNative": "TinyLife.PersonalityType.yml",
|
||||
"TinyLife.PersonalityType.Clingy": "TinyLife.PersonalityType.yml",
|
||||
"TinyLife.PersonalityType.CommunicativeBaby": "TinyLife.PersonalityType.yml",
|
||||
"TinyLife.PersonalityType.ComputerAddict": "TinyLife.PersonalityType.yml",
|
||||
"TinyLife.PersonalityType.CreateInfoGroup(MLEM.Ui.Anchor,System.Single)": "TinyLife.PersonalityType.yml",
|
||||
|
@ -2588,12 +2617,15 @@
|
|||
"TinyLife.PersonalityType.Energetic": "TinyLife.PersonalityType.yml",
|
||||
"TinyLife.PersonalityType.Extroverted": "TinyLife.PersonalityType.yml",
|
||||
"TinyLife.PersonalityType.FamilyFocused": "TinyLife.PersonalityType.yml",
|
||||
"TinyLife.PersonalityType.FastLearner": "TinyLife.PersonalityType.yml",
|
||||
"TinyLife.PersonalityType.FillRandomly(TinyLife.Objects.Person,System.Random)": "TinyLife.PersonalityType.yml",
|
||||
"TinyLife.PersonalityType.Foodie": "TinyLife.PersonalityType.yml",
|
||||
"TinyLife.PersonalityType.FriendOfEveryone": "TinyLife.PersonalityType.yml",
|
||||
"TinyLife.PersonalityType.GymRat": "TinyLife.PersonalityType.yml",
|
||||
"TinyLife.PersonalityType.HatesChildren": "TinyLife.PersonalityType.yml",
|
||||
"TinyLife.PersonalityType.HouseholdHero": "TinyLife.PersonalityType.yml",
|
||||
"TinyLife.PersonalityType.Incompatible": "TinyLife.PersonalityType.yml",
|
||||
"TinyLife.PersonalityType.Independent": "TinyLife.PersonalityType.yml",
|
||||
"TinyLife.PersonalityType.Introverted": "TinyLife.PersonalityType.yml",
|
||||
"TinyLife.PersonalityType.IsCompatible(TinyLife.PersonalityType)": "TinyLife.PersonalityType.yml",
|
||||
"TinyLife.PersonalityType.Lazy": "TinyLife.PersonalityType.yml",
|
||||
|
@ -2625,7 +2657,7 @@
|
|||
"TinyLife.Relationship.AddRecentSocial(TinyLife.Actions.ActionType)": "TinyLife.Relationship.yml",
|
||||
"TinyLife.Relationship.CreatePanel(TinyLife.Objects.Person,TinyLife.Objects.Person,TinyLife.Relationship,Microsoft.Xna.Framework.Vector2)": "TinyLife.Relationship.yml",
|
||||
"TinyLife.Relationship.Dating": "TinyLife.Relationship.yml",
|
||||
"TinyLife.Relationship.DisplayString": "TinyLife.Relationship.yml",
|
||||
"TinyLife.Relationship.FriendDisplayString": "TinyLife.Relationship.yml",
|
||||
"TinyLife.Relationship.FriendLevel": "TinyLife.Relationship.yml",
|
||||
"TinyLife.Relationship.FriendPercentage": "TinyLife.Relationship.yml",
|
||||
"TinyLife.Relationship.Genealogy": "TinyLife.Relationship.yml",
|
||||
|
@ -2644,10 +2676,12 @@
|
|||
"TinyLife.Relationship.PassiveRomanceReduction": "TinyLife.Relationship.yml",
|
||||
"TinyLife.Relationship.PopulateTooltip(TinyLife.Objects.Person,TinyLife.Objects.Person,TinyLife.Relationship,MLEM.Ui.Elements.Tooltip)": "TinyLife.Relationship.yml",
|
||||
"TinyLife.Relationship.ResetToStatic(System.Boolean,System.Boolean)": "TinyLife.Relationship.yml",
|
||||
"TinyLife.Relationship.RomanceDisplayString": "TinyLife.Relationship.yml",
|
||||
"TinyLife.Relationship.RomanceLevel": "TinyLife.Relationship.yml",
|
||||
"TinyLife.Relationship.RomancePercentage": "TinyLife.Relationship.yml",
|
||||
"TinyLife.Relationship.RomanceType": "TinyLife.Relationship.yml",
|
||||
"TinyLife.Relationship.SetGenealogy(TinyLife.GenealogyType,System.Boolean)": "TinyLife.Relationship.yml",
|
||||
"TinyLife.Relationship.TryingForBaby": "TinyLife.Relationship.yml",
|
||||
"TinyLife.Relationship.Type": "TinyLife.Relationship.yml",
|
||||
"TinyLife.Relationship.Validate(TinyLife.Objects.Person)": "TinyLife.Relationship.yml",
|
||||
"TinyLife.RelationshipType": "TinyLife.RelationshipType.yml",
|
||||
|
@ -2999,9 +3033,14 @@
|
|||
"TinyLife.Uis.CharacterCreator.BoughtItem(TinyLife.Objects.Person,TinyLife.Objects.WornClothes)": "TinyLife.Uis.CharacterCreator.yml",
|
||||
"TinyLife.Uis.CharacterCreator.BoughtItemDelegate": "TinyLife.Uis.CharacterCreator.BoughtItemDelegate.yml",
|
||||
"TinyLife.Uis.CharacterCreator.CanCloseOrExport": "TinyLife.Uis.CharacterCreator.yml",
|
||||
"TinyLife.Uis.CharacterCreator.CanSwitchPeople": "TinyLife.Uis.CharacterCreator.yml",
|
||||
"TinyLife.Uis.CharacterCreator.CreateNameSelector(TinyLife.Objects.Person,MLEM.Ui.Elements.Element)": "TinyLife.Uis.CharacterCreator.yml",
|
||||
"TinyLife.Uis.CharacterCreator.CreatePersonalitySelector(TinyLife.Objects.Person,System.Boolean)": "TinyLife.Uis.CharacterCreator.yml",
|
||||
"TinyLife.Uis.CharacterCreator.CreatePregnancyAbilitySelector(TinyLife.Objects.Person,MLEM.Ui.Elements.Element)": "TinyLife.Uis.CharacterCreator.yml",
|
||||
"TinyLife.Uis.CharacterCreator.CreatePronounSelector(TinyLife.Objects.Person,MLEM.Ui.Elements.Element)": "TinyLife.Uis.CharacterCreator.yml",
|
||||
"TinyLife.Uis.CharacterCreator.CreateVoiceSelector(TinyLife.Objects.Person,MLEM.Ui.Elements.Element)": "TinyLife.Uis.CharacterCreator.yml",
|
||||
"TinyLife.Uis.CharacterCreator.GetCustomPrice(TinyLife.Objects.Person,TinyLife.Objects.WornClothes)": "TinyLife.Uis.CharacterCreator.yml",
|
||||
"TinyLife.Uis.CharacterCreator.GetCustomPriceDelegate": "TinyLife.Uis.CharacterCreator.GetCustomPriceDelegate.yml",
|
||||
"TinyLife.Uis.CharacterCreator.IsPersonComplete(TinyLife.Objects.Person)": "TinyLife.Uis.CharacterCreator.yml",
|
||||
"TinyLife.Uis.CharacterCreator.MaxHouseholdSize": "TinyLife.Uis.CharacterCreator.yml",
|
||||
"TinyLife.Uis.CharacterCreator.MaxOutfitAmount": "TinyLife.Uis.CharacterCreator.yml",
|
||||
"TinyLife.Uis.CharacterCreator.OnBoughtItem": "TinyLife.Uis.CharacterCreator.yml",
|
||||
|
@ -3152,7 +3191,7 @@
|
|||
"TinyLife.Utilities.Extensions.ToTimestampString(System.TimeSpan)": "TinyLife.Utilities.Extensions.yml",
|
||||
"TinyLife.Utilities.Extensions.ToVisualY(Microsoft.Xna.Framework.Vector2)": "TinyLife.Utilities.Extensions.yml",
|
||||
"TinyLife.Utilities.Extensions.ToWallSide(MLEM.Misc.Direction2)": "TinyLife.Utilities.Extensions.yml",
|
||||
"TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Person.Pose)": "TinyLife.Utilities.Extensions.yml",
|
||||
"TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Pose)": "TinyLife.Utilities.Extensions.yml",
|
||||
"TinyLife.Utilities.Extensions.ToWorldPos(Microsoft.Xna.Framework.Vector2,System.Boolean)": "TinyLife.Utilities.Extensions.yml",
|
||||
"TinyLife.Utilities.Extensions.Weekday(System.TimeSpan)": "TinyLife.Utilities.Extensions.yml",
|
||||
"TinyLife.Utilities.TextureHandler": "TinyLife.Utilities.TextureHandler.yml",
|
||||
|
@ -3368,7 +3407,7 @@
|
|||
"TinyLife.World.Map.IsInBounds(Microsoft.Xna.Framework.Point)": "TinyLife.World.Map.yml",
|
||||
"TinyLife.World.Map.IsLotHidden(TinyLife.World.Lot)": "TinyLife.World.Map.yml",
|
||||
"TinyLife.World.Map.IsRoad(Microsoft.Xna.Framework.Point)": "TinyLife.World.Map.yml",
|
||||
"TinyLife.World.Map.LoadStaticMap(System.String,System.Boolean,System.Action{System.String},System.Action{System.Single},System.Boolean)": "TinyLife.World.Map.yml",
|
||||
"TinyLife.World.Map.LoadStaticMap(System.String,System.Boolean,System.Action{System.String},System.Action{System.Single})": "TinyLife.World.Map.yml",
|
||||
"TinyLife.World.Map.MailToSend": "TinyLife.World.Map.yml",
|
||||
"TinyLife.World.Map.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Point)": "TinyLife.World.Map.yml",
|
||||
"TinyLife.World.Map.MarkObjectDirtyForDrawing(TinyLife.Objects.MapObject,TinyLife.World.MapSection,System.Boolean)": "TinyLife.World.Map.yml",
|
||||
|
@ -3380,6 +3419,7 @@
|
|||
"TinyLife.World.Map.OnUpdate": "TinyLife.World.Map.yml",
|
||||
"TinyLife.World.Map.PlaySound(Microsoft.Xna.Framework.Audio.SoundEffect,Microsoft.Xna.Framework.Vector2,System.Single,System.Single,System.Boolean,System.Boolean)": "TinyLife.World.Map.yml",
|
||||
"TinyLife.World.Map.PlaySound(Microsoft.Xna.Framework.Audio.SoundEffect,TinyLife.World.MapAudioEmitter,System.Single,System.Single,System.Boolean,System.Boolean)": "TinyLife.World.Map.yml",
|
||||
"TinyLife.World.Map.PostValidate(System.Action{System.String},System.Action{System.Single})": "TinyLife.World.Map.yml",
|
||||
"TinyLife.World.Map.RemoveHousehold(TinyLife.World.Household)": "TinyLife.World.Map.yml",
|
||||
"TinyLife.World.Map.RemoveLight(TinyLife.Objects.Light)": "TinyLife.World.Map.yml",
|
||||
"TinyLife.World.Map.RemoveLot(TinyLife.World.Lot)": "TinyLife.World.Map.yml",
|
||||
|
@ -3394,7 +3434,7 @@
|
|||
"TinyLife.World.Map.Time": "TinyLife.World.Map.yml",
|
||||
"TinyLife.World.Map.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.World.Map.yml",
|
||||
"TinyLife.World.Map.UpdateExternalPeople(System.Action{System.Single})": "TinyLife.World.Map.yml",
|
||||
"TinyLife.World.Map.Validate(System.Action{System.String},System.Action{System.Single},System.Boolean)": "TinyLife.World.Map.yml",
|
||||
"TinyLife.World.Map.Validate(System.Action{System.String},System.Action{System.Single})": "TinyLife.World.Map.yml",
|
||||
"TinyLife.World.Map.ValidateExistingRooms(Microsoft.Xna.Framework.Point[])": "TinyLife.World.Map.yml",
|
||||
"TinyLife.World.MapAudioEmitter": "TinyLife.World.MapAudioEmitter.yml",
|
||||
"TinyLife.World.MapAudioEmitter.WorldPosition": "TinyLife.World.MapAudioEmitter.yml",
|
||||
|
|
|
@ -1634,7 +1634,7 @@ items:
|
|||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
summary: "\nA helper method that causes the <xref href=\"TinyLife.Actions.Action.Person\" data-throw-if-not-resolved=\"false\"></xref> to sit on the given object.\nThis method causes the action spot to be occupied and the person'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'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: []
|
||||
syntax:
|
||||
content: public bool Sit(Furniture chair, float speedMultiplier, ActionSpot spot = null)
|
||||
|
@ -4871,11 +4871,6 @@ references:
|
|||
name: CurrentPose
|
||||
nameWithType: Person.CurrentPose
|
||||
fullName: TinyLife.Objects.Person.CurrentPose
|
||||
- uid: TinyLife.Objects.Person.Pose.Sitting
|
||||
commentId: F:TinyLife.Objects.Person.Pose.Sitting
|
||||
name: Sitting
|
||||
nameWithType: Person.Pose.Sitting
|
||||
fullName: TinyLife.Objects.Person.Pose.Sitting
|
||||
- uid: TinyLife.NeedType.Energy
|
||||
commentId: F:TinyLife.NeedType.Energy
|
||||
name: Energy
|
||||
|
|
|
@ -8,6 +8,7 @@ items:
|
|||
- TinyLife.Actions.ActionType.AiSettings.#ctor
|
||||
- TinyLife.Actions.ActionType.AiSettings.CanDoAtAnyPoint
|
||||
- TinyLife.Actions.ActionType.AiSettings.CanDoRandomly
|
||||
- TinyLife.Actions.ActionType.AiSettings.IgnoreAiDisabled
|
||||
- TinyLife.Actions.ActionType.AiSettings.NeedsFreeActionSpot
|
||||
- TinyLife.Actions.ActionType.AiSettings.PassivePriority
|
||||
- TinyLife.Actions.ActionType.AiSettings.SolvedNeeds
|
||||
|
@ -188,6 +189,33 @@ items:
|
|||
return:
|
||||
type: System.Boolean
|
||||
content.vb: Public NeedsFreeActionSpot As Boolean
|
||||
- uid: TinyLife.Actions.ActionType.AiSettings.IgnoreAiDisabled
|
||||
commentId: F:TinyLife.Actions.ActionType.AiSettings.IgnoreAiDisabled
|
||||
id: IgnoreAiDisabled
|
||||
parent: TinyLife.Actions.ActionType.AiSettings
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: IgnoreAiDisabled
|
||||
nameWithType: ActionType.AiSettings.IgnoreAiDisabled
|
||||
fullName: TinyLife.Actions.ActionType.AiSettings.IgnoreAiDisabled
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: main
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IgnoreAiDisabled
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 411
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
syntax:
|
||||
content: public bool IgnoreAiDisabled
|
||||
return:
|
||||
type: System.Boolean
|
||||
content.vb: Public IgnoreAiDisabled As Boolean
|
||||
- uid: TinyLife.Actions.ActionType.AiSettings.#ctor
|
||||
commentId: M:TinyLife.Actions.ActionType.AiSettings.#ctor
|
||||
id: '#ctor'
|
||||
|
@ -206,7 +234,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 412
|
||||
startLine: 413
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -2322,7 +2322,7 @@ references:
|
|||
nameWithType: Padding
|
||||
fullName: MLEM.Misc.Padding
|
||||
- uid: TinyLife.Objects.Person.Portrait
|
||||
commentId: F:TinyLife.Objects.Person.Portrait
|
||||
commentId: P:TinyLife.Objects.Person.Portrait
|
||||
name: Portrait
|
||||
nameWithType: Person.Portrait
|
||||
fullName: TinyLife.Objects.Person.Portrait
|
||||
|
|
|
@ -27,7 +27,7 @@ items:
|
|||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions.Behaviors
|
||||
summary: "\nAn <xref href=\"TinyLife.Actions.Behaviors.ActionBehavior\" data-throw-if-not-resolved=\"false\"></xref> for an action that is invoked at a <xref href=\"ExtremelySimpleLogger.Sink\" data-throw-if-not-resolved=\"false\"></xref>.\nIf the sink is not the main <xref href=\"TinyLife.Actions.ActionInfo.GetActionObject%60%601(System.Boolean)\" data-throw-if-not-resolved=\"false\"></xref>, it should be added as an auxiliary object using <xref href=\"TinyLife.Actions.ActionInfo.AddAuxiliaryObject(TinyLife.Objects.MapObject%2cTinyLife.Objects.ActionSpot)\" data-throw-if-not-resolved=\"false\"></xref> in <xref href=\"TinyLife.Actions.MultiAction.AndThenInitialize\" data-throw-if-not-resolved=\"false\"></xref>.\nThis behavior automatically displays a running water sound and sets the active person'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'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: []
|
||||
syntax:
|
||||
content: 'public class SinkBehavior : ActionBehavior'
|
||||
|
@ -287,23 +287,23 @@ references:
|
|||
name: AndThenInitialize
|
||||
- name: (
|
||||
- name: )
|
||||
- uid: TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Person.Pose)
|
||||
commentId: M:TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Person.Pose)
|
||||
- uid: TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Pose)
|
||||
commentId: M:TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Pose)
|
||||
name: ToWorking(Pose)
|
||||
nameWithType: Extensions.ToWorking(Person.Pose)
|
||||
fullName: TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Person.Pose)
|
||||
nameWithType: Extensions.ToWorking(Pose)
|
||||
fullName: TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Pose)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Person.Pose)
|
||||
- uid: TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Pose)
|
||||
name: ToWorking
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.Person.Pose
|
||||
- uid: TinyLife.Objects.Pose
|
||||
name: Pose
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Person.Pose)
|
||||
- uid: TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Pose)
|
||||
name: ToWorking
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.Person.Pose
|
||||
- uid: TinyLife.Objects.Pose
|
||||
name: Pose
|
||||
- name: )
|
||||
- uid: TinyLife.Actions.Behaviors
|
||||
|
|
|
@ -79,7 +79,7 @@ items:
|
|||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions.Behaviors
|
||||
summary: "\nReturns whether this action's <xref href=\"TinyLife.Objects.Person\" data-throw-if-not-resolved=\"false\"></xref> currently looks to be working, which is displayed by the person'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's <xref href=\"TinyLife.Objects.Person\" data-throw-if-not-resolved=\"false\"></xref> currently looks to be working, which is displayed by the person'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: []
|
||||
syntax:
|
||||
content: protected bool IsWorking { get; }
|
||||
|
@ -776,24 +776,6 @@ references:
|
|||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- uid: TinyLife.Objects.Person.Pose
|
||||
commentId: T:TinyLife.Objects.Person.Pose
|
||||
parent: TinyLife.Objects
|
||||
name: Person.Pose
|
||||
nameWithType: Person.Pose
|
||||
fullName: TinyLife.Objects.Person.Pose
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
- name: .
|
||||
- uid: TinyLife.Objects.Person.Pose
|
||||
name: Pose
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
- name: .
|
||||
- uid: TinyLife.Objects.Person.Pose
|
||||
name: Pose
|
||||
- uid: TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
||||
commentId: M:TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
||||
parent: TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior
|
||||
|
|
|
@ -8,7 +8,7 @@ items:
|
|||
- TinyLife.Actions.DieAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
|
||||
- TinyLife.Actions.DieAction.CanCancel(TinyLife.Actions.Action)
|
||||
- TinyLife.Actions.DieAction.CanEnqueueConversation(TinyLife.Objects.Person,TinyLife.Actions.ActionType)
|
||||
- TinyLife.Actions.DieAction.Enqueue(TinyLife.Objects.Person,TinyLife.Objects.Person.DeathReason)
|
||||
- TinyLife.Actions.DieAction.Enqueue(TinyLife.Objects.Person,TinyLife.Objects.DeathReason)
|
||||
- TinyLife.Actions.DieAction.GetDisplayName
|
||||
- TinyLife.Actions.DieAction.Initialize
|
||||
- TinyLife.Actions.DieAction.IsCompleted
|
||||
|
@ -33,7 +33,7 @@ items:
|
|||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
summary: "\nAn action that is invoked when a <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: []
|
||||
syntax:
|
||||
content: 'public class DieAction : Action, IGenericDataHolder'
|
||||
|
@ -137,13 +137,13 @@ items:
|
|||
content: >-
|
||||
[DataMember]
|
||||
|
||||
public Person.DeathReason Reason
|
||||
public DeathReason Reason
|
||||
return:
|
||||
type: TinyLife.Objects.Person.DeathReason
|
||||
type: TinyLife.Objects.DeathReason
|
||||
content.vb: >-
|
||||
<DataMember>
|
||||
|
||||
Public Reason As Person.DeathReason
|
||||
Public Reason As DeathReason
|
||||
attributes:
|
||||
- type: System.Runtime.Serialization.DataMemberAttribute
|
||||
ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
|
||||
|
@ -429,16 +429,16 @@ items:
|
|||
content.vb: Public Overrides Sub OnCompleted(type As CompletionType)
|
||||
overridden: TinyLife.Actions.Action.OnCompleted(TinyLife.Actions.CompletionType)
|
||||
overload: TinyLife.Actions.DieAction.OnCompleted*
|
||||
- uid: TinyLife.Actions.DieAction.Enqueue(TinyLife.Objects.Person,TinyLife.Objects.Person.DeathReason)
|
||||
commentId: M:TinyLife.Actions.DieAction.Enqueue(TinyLife.Objects.Person,TinyLife.Objects.Person.DeathReason)
|
||||
id: Enqueue(TinyLife.Objects.Person,TinyLife.Objects.Person.DeathReason)
|
||||
- uid: TinyLife.Actions.DieAction.Enqueue(TinyLife.Objects.Person,TinyLife.Objects.DeathReason)
|
||||
commentId: M:TinyLife.Actions.DieAction.Enqueue(TinyLife.Objects.Person,TinyLife.Objects.DeathReason)
|
||||
id: Enqueue(TinyLife.Objects.Person,TinyLife.Objects.DeathReason)
|
||||
parent: TinyLife.Actions.DieAction
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Enqueue(Person, DeathReason)
|
||||
nameWithType: DieAction.Enqueue(Person, Person.DeathReason)
|
||||
fullName: TinyLife.Actions.DieAction.Enqueue(TinyLife.Objects.Person, TinyLife.Objects.Person.DeathReason)
|
||||
nameWithType: DieAction.Enqueue(Person, DeathReason)
|
||||
fullName: TinyLife.Actions.DieAction.Enqueue(TinyLife.Objects.Person, TinyLife.Objects.DeathReason)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
|
@ -454,15 +454,15 @@ items:
|
|||
summary: "\nEnqueues a <xref href=\"TinyLife.Actions.DieAction\" data-throw-if-not-resolved=\"false\"></xref> for the given <xref href=\"TinyLife.Objects.Person\" data-throw-if-not-resolved=\"false\"></xref>.\nThe enqueued action receives priority, and all other current actions are canceled.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public static void Enqueue(Person person, Person.DeathReason reason)
|
||||
content: public static void Enqueue(Person person, DeathReason reason)
|
||||
parameters:
|
||||
- id: person
|
||||
type: TinyLife.Objects.Person
|
||||
description: The person that should die
|
||||
- id: reason
|
||||
type: TinyLife.Objects.Person.DeathReason
|
||||
type: TinyLife.Objects.DeathReason
|
||||
description: The reason for their death
|
||||
content.vb: Public Shared Sub Enqueue(person As Person, reason As Person.DeathReason)
|
||||
content.vb: Public Shared Sub Enqueue(person As Person, reason As DeathReason)
|
||||
overload: TinyLife.Actions.DieAction.Enqueue*
|
||||
references:
|
||||
- uid: TinyLife.Objects.Person
|
||||
|
@ -471,21 +471,21 @@ references:
|
|||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- uid: TinyLife.Objects.Person.Die(TinyLife.Objects.Person.DeathReason,System.Boolean)
|
||||
commentId: M:TinyLife.Objects.Person.Die(TinyLife.Objects.Person.DeathReason,System.Boolean)
|
||||
- uid: TinyLife.Objects.Person.Die(TinyLife.Objects.DeathReason,System.Boolean)
|
||||
commentId: M:TinyLife.Objects.Person.Die(TinyLife.Objects.DeathReason,System.Boolean)
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||
name: Die(DeathReason, bool)
|
||||
nameWithType: Person.Die(Person.DeathReason, bool)
|
||||
fullName: TinyLife.Objects.Person.Die(TinyLife.Objects.Person.DeathReason, bool)
|
||||
nameWithType.vb: Person.Die(Person.DeathReason, Boolean)
|
||||
fullName.vb: TinyLife.Objects.Person.Die(TinyLife.Objects.Person.DeathReason, Boolean)
|
||||
nameWithType: Person.Die(DeathReason, bool)
|
||||
fullName: TinyLife.Objects.Person.Die(TinyLife.Objects.DeathReason, bool)
|
||||
nameWithType.vb: Person.Die(DeathReason, Boolean)
|
||||
fullName.vb: TinyLife.Objects.Person.Die(TinyLife.Objects.DeathReason, Boolean)
|
||||
name.vb: Die(DeathReason, Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.Person.Die(TinyLife.Objects.Person.DeathReason,System.Boolean)
|
||||
- uid: TinyLife.Objects.Person.Die(TinyLife.Objects.DeathReason,System.Boolean)
|
||||
name: Die
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.Person.DeathReason
|
||||
- uid: TinyLife.Objects.DeathReason
|
||||
name: DeathReason
|
||||
- name: ','
|
||||
- name: " "
|
||||
|
@ -495,10 +495,10 @@ references:
|
|||
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.Person.Die(TinyLife.Objects.Person.DeathReason,System.Boolean)
|
||||
- uid: TinyLife.Objects.Person.Die(TinyLife.Objects.DeathReason,System.Boolean)
|
||||
name: Die
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.Person.DeathReason
|
||||
- uid: TinyLife.Objects.DeathReason
|
||||
name: DeathReason
|
||||
- name: ','
|
||||
- name: " "
|
||||
|
@ -507,49 +507,31 @@ references:
|
|||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.Person.DeathReason
|
||||
commentId: T:TinyLife.Objects.Person.DeathReason
|
||||
parent: TinyLife.Objects
|
||||
name: Person.DeathReason
|
||||
nameWithType: Person.DeathReason
|
||||
fullName: TinyLife.Objects.Person.DeathReason
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
- name: .
|
||||
- uid: TinyLife.Objects.Person.DeathReason
|
||||
name: DeathReason
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
- name: .
|
||||
- uid: TinyLife.Objects.Person.DeathReason
|
||||
name: DeathReason
|
||||
- uid: TinyLife.Actions.DieAction.Enqueue(TinyLife.Objects.Person,TinyLife.Objects.Person.DeathReason)
|
||||
commentId: M:TinyLife.Actions.DieAction.Enqueue(TinyLife.Objects.Person,TinyLife.Objects.Person.DeathReason)
|
||||
- uid: TinyLife.Actions.DieAction.Enqueue(TinyLife.Objects.Person,TinyLife.Objects.DeathReason)
|
||||
commentId: M:TinyLife.Actions.DieAction.Enqueue(TinyLife.Objects.Person,TinyLife.Objects.DeathReason)
|
||||
name: Enqueue(Person, DeathReason)
|
||||
nameWithType: DieAction.Enqueue(Person, Person.DeathReason)
|
||||
fullName: TinyLife.Actions.DieAction.Enqueue(TinyLife.Objects.Person, TinyLife.Objects.Person.DeathReason)
|
||||
nameWithType: DieAction.Enqueue(Person, DeathReason)
|
||||
fullName: TinyLife.Actions.DieAction.Enqueue(TinyLife.Objects.Person, TinyLife.Objects.DeathReason)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.DieAction.Enqueue(TinyLife.Objects.Person,TinyLife.Objects.Person.DeathReason)
|
||||
- uid: TinyLife.Actions.DieAction.Enqueue(TinyLife.Objects.Person,TinyLife.Objects.DeathReason)
|
||||
name: Enqueue
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.Person.DeathReason
|
||||
- uid: TinyLife.Objects.DeathReason
|
||||
name: DeathReason
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.DieAction.Enqueue(TinyLife.Objects.Person,TinyLife.Objects.Person.DeathReason)
|
||||
- uid: TinyLife.Actions.DieAction.Enqueue(TinyLife.Objects.Person,TinyLife.Objects.DeathReason)
|
||||
name: Enqueue
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.Person.DeathReason
|
||||
- uid: TinyLife.Objects.DeathReason
|
||||
name: DeathReason
|
||||
- name: )
|
||||
- uid: TinyLife.Actions
|
||||
|
@ -3226,6 +3208,12 @@ references:
|
|||
- name: .
|
||||
- uid: TinyLife.Utilities
|
||||
name: Utilities
|
||||
- uid: TinyLife.Objects.DeathReason
|
||||
commentId: T:TinyLife.Objects.DeathReason
|
||||
parent: TinyLife.Objects
|
||||
name: DeathReason
|
||||
nameWithType: DeathReason
|
||||
fullName: TinyLife.Objects.DeathReason
|
||||
- uid: TinyLife.Actions.DieAction.#ctor*
|
||||
commentId: Overload:TinyLife.Actions.DieAction.#ctor
|
||||
name: DieAction
|
||||
|
|
3162
docs/api/TinyLife.Actions.FollowAdultAction.yml
Normal file
3162
docs/api/TinyLife.Actions.FollowAdultAction.yml
Normal file
File diff suppressed because it is too large
Load diff
3351
docs/api/TinyLife.Actions.HaveBabyAction.yml
Normal file
3351
docs/api/TinyLife.Actions.HaveBabyAction.yml
Normal file
File diff suppressed because it is too large
Load diff
|
@ -61,6 +61,7 @@ items:
|
|||
- TinyLife.Actions.SocialAction.IsConversationCompleted
|
||||
- TinyLife.Actions.SocialAction.GetMaxWaitTime
|
||||
- TinyLife.Actions.SocialAction.EnqueuePartnerAction(TinyLife.Actions.ActionInfo)
|
||||
- TinyLife.Actions.SocialAction.GetPartnerVariety(TinyLife.Actions.ActionInfo)
|
||||
- TinyLife.Actions.SocialAction.OnBothCompleted(TinyLife.Actions.CompletionType)
|
||||
- TinyLife.Actions.SocialAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
||||
- TinyLife.Actions.SocialAction.AndThenIsCompleted
|
||||
|
@ -882,6 +883,26 @@ references:
|
|||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
- name: )
|
||||
- uid: TinyLife.Actions.SocialAction.GetPartnerVariety(TinyLife.Actions.ActionInfo)
|
||||
commentId: M:TinyLife.Actions.SocialAction.GetPartnerVariety(TinyLife.Actions.ActionInfo)
|
||||
parent: TinyLife.Actions.SocialAction
|
||||
name: GetPartnerVariety(ActionInfo)
|
||||
nameWithType: SocialAction.GetPartnerVariety(ActionInfo)
|
||||
fullName: TinyLife.Actions.SocialAction.GetPartnerVariety(TinyLife.Actions.ActionInfo)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.SocialAction.GetPartnerVariety(TinyLife.Actions.ActionInfo)
|
||||
name: GetPartnerVariety
|
||||
- name: (
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.SocialAction.GetPartnerVariety(TinyLife.Actions.ActionInfo)
|
||||
name: GetPartnerVariety
|
||||
- name: (
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
- name: )
|
||||
- uid: TinyLife.Actions.SocialAction.OnBothCompleted(TinyLife.Actions.CompletionType)
|
||||
commentId: M:TinyLife.Actions.SocialAction.OnBothCompleted(TinyLife.Actions.CompletionType)
|
||||
parent: TinyLife.Actions.SocialAction
|
||||
|
|
|
@ -52,6 +52,7 @@ items:
|
|||
- TinyLife.Actions.SocialAction.IsConversationCompleted
|
||||
- TinyLife.Actions.SocialAction.GetMaxWaitTime
|
||||
- TinyLife.Actions.SocialAction.EnqueuePartnerAction(TinyLife.Actions.ActionInfo)
|
||||
- TinyLife.Actions.SocialAction.GetPartnerVariety(TinyLife.Actions.ActionInfo)
|
||||
- TinyLife.Actions.SocialAction.OnBothCompleted(TinyLife.Actions.CompletionType)
|
||||
- TinyLife.Actions.SocialAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
||||
- TinyLife.Actions.SocialAction.AndThenIsCompleted
|
||||
|
@ -555,6 +556,26 @@ references:
|
|||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
- name: )
|
||||
- uid: TinyLife.Actions.SocialAction.GetPartnerVariety(TinyLife.Actions.ActionInfo)
|
||||
commentId: M:TinyLife.Actions.SocialAction.GetPartnerVariety(TinyLife.Actions.ActionInfo)
|
||||
parent: TinyLife.Actions.SocialAction
|
||||
name: GetPartnerVariety(ActionInfo)
|
||||
nameWithType: SocialAction.GetPartnerVariety(ActionInfo)
|
||||
fullName: TinyLife.Actions.SocialAction.GetPartnerVariety(TinyLife.Actions.ActionInfo)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.SocialAction.GetPartnerVariety(TinyLife.Actions.ActionInfo)
|
||||
name: GetPartnerVariety
|
||||
- name: (
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.SocialAction.GetPartnerVariety(TinyLife.Actions.ActionInfo)
|
||||
name: GetPartnerVariety
|
||||
- name: (
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
- name: )
|
||||
- uid: TinyLife.Actions.SocialAction.OnBothCompleted(TinyLife.Actions.CompletionType)
|
||||
commentId: M:TinyLife.Actions.SocialAction.OnBothCompleted(TinyLife.Actions.CompletionType)
|
||||
parent: TinyLife.Actions.SocialAction
|
||||
|
|
|
@ -56,6 +56,7 @@ items:
|
|||
- TinyLife.Actions.SocialAction.InitializeConversation
|
||||
- TinyLife.Actions.SocialAction.GetMaxWaitTime
|
||||
- TinyLife.Actions.SocialAction.EnqueuePartnerAction(TinyLife.Actions.ActionInfo)
|
||||
- TinyLife.Actions.SocialAction.GetPartnerVariety(TinyLife.Actions.ActionInfo)
|
||||
- TinyLife.Actions.SocialAction.OnBothCompleted(TinyLife.Actions.CompletionType)
|
||||
- TinyLife.Actions.SocialAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
||||
- TinyLife.Actions.SocialAction.AndThenIsCompleted
|
||||
|
@ -646,6 +647,26 @@ references:
|
|||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
- name: )
|
||||
- uid: TinyLife.Actions.SocialAction.GetPartnerVariety(TinyLife.Actions.ActionInfo)
|
||||
commentId: M:TinyLife.Actions.SocialAction.GetPartnerVariety(TinyLife.Actions.ActionInfo)
|
||||
parent: TinyLife.Actions.SocialAction
|
||||
name: GetPartnerVariety(ActionInfo)
|
||||
nameWithType: SocialAction.GetPartnerVariety(ActionInfo)
|
||||
fullName: TinyLife.Actions.SocialAction.GetPartnerVariety(TinyLife.Actions.ActionInfo)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.SocialAction.GetPartnerVariety(TinyLife.Actions.ActionInfo)
|
||||
name: GetPartnerVariety
|
||||
- name: (
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.SocialAction.GetPartnerVariety(TinyLife.Actions.ActionInfo)
|
||||
name: GetPartnerVariety
|
||||
- name: (
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
- name: )
|
||||
- uid: TinyLife.Actions.SocialAction.OnBothCompleted(TinyLife.Actions.CompletionType)
|
||||
commentId: M:TinyLife.Actions.SocialAction.OnBothCompleted(TinyLife.Actions.CompletionType)
|
||||
parent: TinyLife.Actions.SocialAction
|
||||
|
|
|
@ -42,6 +42,7 @@ items:
|
|||
- TinyLife.Actions.Action
|
||||
- TinyLife.Actions.MultiAction
|
||||
derivedClasses:
|
||||
- TinyLife.Actions.HaveBabyAction
|
||||
- TinyLife.Actions.WorkAction
|
||||
implements:
|
||||
- MLEM.Misc.IGenericDataHolder
|
||||
|
|
|
@ -6,6 +6,7 @@ items:
|
|||
parent: TinyLife.Actions
|
||||
children:
|
||||
- TinyLife.Actions.PathfindToPersonAction.#ctor(TinyLife.Actions.ActionInfo)
|
||||
- TinyLife.Actions.PathfindToPersonAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
|
||||
- TinyLife.Actions.PathfindToPersonAction.DriveSpeedMultiplier
|
||||
- TinyLife.Actions.PathfindToPersonAction.GetMaxPathfindTime
|
||||
- TinyLife.Actions.PathfindToPersonAction.IsCompleted
|
||||
|
@ -27,7 +28,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PathfindToPersonAction
|
||||
path: ../TinyLife/Actions/PathfindToPersonAction.cs
|
||||
startLine: 13
|
||||
startLine: 14
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -40,6 +41,8 @@ items:
|
|||
- System.Object
|
||||
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder
|
||||
- TinyLife.Actions.Action
|
||||
derivedClasses:
|
||||
- TinyLife.Actions.FollowAdultAction
|
||||
implements:
|
||||
- MLEM.Misc.IGenericDataHolder
|
||||
inheritedMembers:
|
||||
|
@ -128,7 +131,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: WalkSpeedMultiplier
|
||||
path: ../TinyLife/Actions/PathfindToPersonAction.cs
|
||||
startLine: 20
|
||||
startLine: 21
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -167,7 +170,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DriveSpeedMultiplier
|
||||
path: ../TinyLife/Actions/PathfindToPersonAction.cs
|
||||
startLine: 26
|
||||
startLine: 27
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -188,6 +191,44 @@ items:
|
|||
- type: System.Runtime.Serialization.DataMemberAttribute
|
||||
ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
|
||||
arguments: []
|
||||
- uid: TinyLife.Actions.PathfindToPersonAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
|
||||
commentId: M:TinyLife.Actions.PathfindToPersonAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
|
||||
id: '#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)'
|
||||
parent: TinyLife.Actions.PathfindToPersonAction
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: PathfindToPersonAction(ActionType, ActionInfo)
|
||||
nameWithType: PathfindToPersonAction.PathfindToPersonAction(ActionType, ActionInfo)
|
||||
fullName: TinyLife.Actions.PathfindToPersonAction.PathfindToPersonAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo)
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/PathfindToPersonAction.cs
|
||||
branch: main
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/PathfindToPersonAction.cs
|
||||
startLine: 35
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
summary: "\nCreates a new action with the given action information.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public PathfindToPersonAction(ActionType type, ActionInfo info)
|
||||
parameters:
|
||||
- id: type
|
||||
type: TinyLife.Actions.ActionType
|
||||
description: The type for this action.
|
||||
- id: info
|
||||
type: TinyLife.Actions.ActionInfo
|
||||
description: The information for this action.
|
||||
content.vb: Public Sub New(type As ActionType, info As ActionInfo)
|
||||
overload: TinyLife.Actions.PathfindToPersonAction.#ctor*
|
||||
nameWithType.vb: PathfindToPersonAction.New(ActionType, ActionInfo)
|
||||
fullName.vb: TinyLife.Actions.PathfindToPersonAction.New(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo)
|
||||
name.vb: New(ActionType, ActionInfo)
|
||||
- uid: TinyLife.Actions.PathfindToPersonAction.#ctor(TinyLife.Actions.ActionInfo)
|
||||
commentId: M:TinyLife.Actions.PathfindToPersonAction.#ctor(TinyLife.Actions.ActionInfo)
|
||||
id: '#ctor(TinyLife.Actions.ActionInfo)'
|
||||
|
@ -206,20 +247,30 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/PathfindToPersonAction.cs
|
||||
startLine: 34
|
||||
startLine: 40
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
summary: "\nCreates a new typeless action with the given action information.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public PathfindToPersonAction(ActionInfo info)
|
||||
content: >-
|
||||
[JsonConstructor]
|
||||
|
||||
public PathfindToPersonAction(ActionInfo info)
|
||||
parameters:
|
||||
- id: info
|
||||
type: TinyLife.Actions.ActionInfo
|
||||
description: The information for this action.
|
||||
content.vb: Public Sub New(info As ActionInfo)
|
||||
content.vb: >-
|
||||
<JsonConstructor>
|
||||
|
||||
Public Sub New(info As ActionInfo)
|
||||
overload: TinyLife.Actions.PathfindToPersonAction.#ctor*
|
||||
attributes:
|
||||
- type: Newtonsoft.Json.JsonConstructorAttribute
|
||||
ctor: Newtonsoft.Json.JsonConstructorAttribute.#ctor
|
||||
arguments: []
|
||||
nameWithType.vb: PathfindToPersonAction.New(ActionInfo)
|
||||
fullName.vb: TinyLife.Actions.PathfindToPersonAction.New(TinyLife.Actions.ActionInfo)
|
||||
name.vb: New(ActionInfo)
|
||||
|
@ -241,7 +292,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetMaxPathfindTime
|
||||
path: ../TinyLife/Actions/PathfindToPersonAction.cs
|
||||
startLine: 43
|
||||
startLine: 50
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -272,7 +323,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Update
|
||||
path: ../TinyLife/Actions/PathfindToPersonAction.cs
|
||||
startLine: 48
|
||||
startLine: 55
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -314,7 +365,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Validate
|
||||
path: ../TinyLife/Actions/PathfindToPersonAction.cs
|
||||
startLine: 79
|
||||
startLine: 86
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -350,7 +401,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IsCompleted
|
||||
path: ../TinyLife/Actions/PathfindToPersonAction.cs
|
||||
startLine: 84
|
||||
startLine: 91
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -382,7 +433,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnCompleted
|
||||
path: ../TinyLife/Actions/PathfindToPersonAction.cs
|
||||
startLine: 101
|
||||
startLine: 108
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -412,6 +463,7 @@ references:
|
|||
fullName: TinyLife.Objects.Person
|
||||
- uid: TinyLife.Actions.PathfindToPersonAction.GetMaxPathfindTime
|
||||
commentId: M:TinyLife.Actions.PathfindToPersonAction.GetMaxPathfindTime
|
||||
parent: TinyLife.Actions.PathfindToPersonAction
|
||||
name: GetMaxPathfindTime()
|
||||
nameWithType: PathfindToPersonAction.GetMaxPathfindTime()
|
||||
fullName: TinyLife.Actions.PathfindToPersonAction.GetMaxPathfindTime()
|
||||
|
@ -3005,6 +3057,12 @@ references:
|
|||
- name: .
|
||||
- uid: TinyLife.Objects
|
||||
name: Objects
|
||||
- uid: TinyLife.Actions.PathfindToPersonAction
|
||||
commentId: T:TinyLife.Actions.PathfindToPersonAction
|
||||
parent: TinyLife.Actions
|
||||
name: PathfindToPersonAction
|
||||
nameWithType: PathfindToPersonAction
|
||||
fullName: TinyLife.Actions.PathfindToPersonAction
|
||||
- uid: System
|
||||
commentId: N:System
|
||||
isExternal: true
|
||||
|
@ -3193,6 +3251,12 @@ references:
|
|||
nameWithType.vb: PathfindToPersonAction.New
|
||||
fullName.vb: TinyLife.Actions.PathfindToPersonAction.New
|
||||
name.vb: New
|
||||
- uid: TinyLife.Actions.ActionType
|
||||
commentId: T:TinyLife.Actions.ActionType
|
||||
parent: TinyLife.Actions
|
||||
name: ActionType
|
||||
nameWithType: ActionType
|
||||
fullName: TinyLife.Actions.ActionType
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
commentId: T:TinyLife.Actions.ActionInfo
|
||||
parent: TinyLife.Actions
|
||||
|
|
|
@ -49,6 +49,7 @@ items:
|
|||
- TinyLife.Actions.SocialAction.UpdateConversation(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
||||
- TinyLife.Actions.SocialAction.GetMaxWaitTime
|
||||
- TinyLife.Actions.SocialAction.EnqueuePartnerAction(TinyLife.Actions.ActionInfo)
|
||||
- TinyLife.Actions.SocialAction.GetPartnerVariety(TinyLife.Actions.ActionInfo)
|
||||
- TinyLife.Actions.SocialAction.OnBothCompleted(TinyLife.Actions.CompletionType)
|
||||
- TinyLife.Actions.SocialAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
||||
- TinyLife.Actions.SocialAction.AndThenIsCompleted
|
||||
|
@ -457,6 +458,26 @@ references:
|
|||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
- name: )
|
||||
- uid: TinyLife.Actions.SocialAction.GetPartnerVariety(TinyLife.Actions.ActionInfo)
|
||||
commentId: M:TinyLife.Actions.SocialAction.GetPartnerVariety(TinyLife.Actions.ActionInfo)
|
||||
parent: TinyLife.Actions.SocialAction
|
||||
name: GetPartnerVariety(ActionInfo)
|
||||
nameWithType: SocialAction.GetPartnerVariety(ActionInfo)
|
||||
fullName: TinyLife.Actions.SocialAction.GetPartnerVariety(TinyLife.Actions.ActionInfo)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.SocialAction.GetPartnerVariety(TinyLife.Actions.ActionInfo)
|
||||
name: GetPartnerVariety
|
||||
- name: (
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.SocialAction.GetPartnerVariety(TinyLife.Actions.ActionInfo)
|
||||
name: GetPartnerVariety
|
||||
- name: (
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
- name: )
|
||||
- uid: TinyLife.Actions.SocialAction.OnBothCompleted(TinyLife.Actions.CompletionType)
|
||||
commentId: M:TinyLife.Actions.SocialAction.OnBothCompleted(TinyLife.Actions.CompletionType)
|
||||
parent: TinyLife.Actions.SocialAction
|
||||
|
|
|
@ -22,7 +22,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: StartPartnerAction
|
||||
path: ../TinyLife/Actions/SocialAction.cs
|
||||
startLine: 243
|
||||
startLine: 247
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -125,7 +125,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/SocialAction.cs
|
||||
startLine: 246
|
||||
startLine: 250
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -160,7 +160,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Initialize
|
||||
path: ../TinyLife/Actions/SocialAction.cs
|
||||
startLine: 249
|
||||
startLine: 253
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -189,7 +189,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IsCompleted
|
||||
path: ../TinyLife/Actions/SocialAction.cs
|
||||
startLine: 277
|
||||
startLine: 281
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
|
|
@ -21,6 +21,7 @@ items:
|
|||
- TinyLife.Actions.SocialAction.GetDisplayName
|
||||
- TinyLife.Actions.SocialAction.GetHelper(System.Boolean)
|
||||
- TinyLife.Actions.SocialAction.GetMaxWaitTime
|
||||
- TinyLife.Actions.SocialAction.GetPartnerVariety(TinyLife.Actions.ActionInfo)
|
||||
- TinyLife.Actions.SocialAction.GetRecipientAction(System.Boolean)
|
||||
- TinyLife.Actions.SocialAction.InitializeConversation
|
||||
- TinyLife.Actions.SocialAction.InProgressTime
|
||||
|
@ -618,6 +619,37 @@ items:
|
|||
description: The action that was enqueued for the <xref href="TinyLife.Actions.SocialAction.Partner" data-throw-if-not-resolved="false"></xref>.
|
||||
content.vb: Protected Overridable Function EnqueuePartnerAction(info As ActionInfo) As Action
|
||||
overload: TinyLife.Actions.SocialAction.EnqueuePartnerAction*
|
||||
- uid: TinyLife.Actions.SocialAction.GetPartnerVariety(TinyLife.Actions.ActionInfo)
|
||||
commentId: M:TinyLife.Actions.SocialAction.GetPartnerVariety(TinyLife.Actions.ActionInfo)
|
||||
id: GetPartnerVariety(TinyLife.Actions.ActionInfo)
|
||||
parent: TinyLife.Actions.SocialAction
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: GetPartnerVariety(ActionInfo)
|
||||
nameWithType: SocialAction.GetPartnerVariety(ActionInfo)
|
||||
fullName: TinyLife.Actions.SocialAction.GetPartnerVariety(TinyLife.Actions.ActionInfo)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/SocialAction.cs
|
||||
branch: main
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetPartnerVariety
|
||||
path: ../TinyLife/Actions/SocialAction.cs
|
||||
startLine: 110
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
syntax:
|
||||
content: protected virtual ActionVariety GetPartnerVariety(ActionInfo info)
|
||||
parameters:
|
||||
- id: info
|
||||
type: TinyLife.Actions.ActionInfo
|
||||
return:
|
||||
type: TinyLife.Actions.ActionVariety
|
||||
content.vb: Protected Overridable Function GetPartnerVariety(info As ActionInfo) As ActionVariety
|
||||
overload: TinyLife.Actions.SocialAction.GetPartnerVariety*
|
||||
- uid: TinyLife.Actions.SocialAction.OnBothCompleted(TinyLife.Actions.CompletionType)
|
||||
commentId: M:TinyLife.Actions.SocialAction.OnBothCompleted(TinyLife.Actions.CompletionType)
|
||||
id: OnBothCompleted(TinyLife.Actions.CompletionType)
|
||||
|
@ -636,7 +668,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnBothCompleted
|
||||
path: ../TinyLife/Actions/SocialAction.cs
|
||||
startLine: 110
|
||||
startLine: 114
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -665,7 +697,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AndThenUpdate
|
||||
path: ../TinyLife/Actions/SocialAction.cs
|
||||
startLine: 113
|
||||
startLine: 117
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -707,7 +739,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AndThenIsCompleted
|
||||
path: ../TinyLife/Actions/SocialAction.cs
|
||||
startLine: 120
|
||||
startLine: 124
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -739,7 +771,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AndThenInitialize
|
||||
path: ../TinyLife/Actions/SocialAction.cs
|
||||
startLine: 131
|
||||
startLine: 135
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -766,7 +798,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AndThenOnCompleted
|
||||
path: ../TinyLife/Actions/SocialAction.cs
|
||||
startLine: 141
|
||||
startLine: 145
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -799,7 +831,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanCancel
|
||||
path: ../TinyLife/Actions/SocialAction.cs
|
||||
startLine: 151
|
||||
startLine: 155
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -835,7 +867,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanMultitask
|
||||
path: ../TinyLife/Actions/SocialAction.cs
|
||||
startLine: 158
|
||||
startLine: 162
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -871,7 +903,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanStartNow
|
||||
path: ../TinyLife/Actions/SocialAction.cs
|
||||
startLine: 168
|
||||
startLine: 172
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -900,7 +932,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetDisplayName
|
||||
path: ../TinyLife/Actions/SocialAction.cs
|
||||
startLine: 176
|
||||
startLine: 180
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -932,7 +964,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: TryForceResult
|
||||
path: ../TinyLife/Actions/SocialAction.cs
|
||||
startLine: 181
|
||||
startLine: 185
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -974,7 +1006,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: InvokeForBoth
|
||||
path: ../TinyLife/Actions/SocialAction.cs
|
||||
startLine: 194
|
||||
startLine: 198
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -1009,7 +1041,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IsHelper
|
||||
path: ../TinyLife/Actions/SocialAction.cs
|
||||
startLine: 198
|
||||
startLine: 202
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -1043,7 +1075,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetHelper
|
||||
path: ../TinyLife/Actions/SocialAction.cs
|
||||
startLine: 202
|
||||
startLine: 206
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -1077,7 +1109,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetRecipientAction
|
||||
path: ../TinyLife/Actions/SocialAction.cs
|
||||
startLine: 206
|
||||
startLine: 210
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -1111,7 +1143,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CreateAskOffer
|
||||
path: ../TinyLife/Actions/SocialAction.cs
|
||||
startLine: 210
|
||||
startLine: 214
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -4522,6 +4554,17 @@ references:
|
|||
name: EnqueuePartnerAction
|
||||
nameWithType: SocialAction.EnqueuePartnerAction
|
||||
fullName: TinyLife.Actions.SocialAction.EnqueuePartnerAction
|
||||
- uid: TinyLife.Actions.SocialAction.GetPartnerVariety*
|
||||
commentId: Overload:TinyLife.Actions.SocialAction.GetPartnerVariety
|
||||
name: GetPartnerVariety
|
||||
nameWithType: SocialAction.GetPartnerVariety
|
||||
fullName: TinyLife.Actions.SocialAction.GetPartnerVariety
|
||||
- uid: TinyLife.Actions.ActionVariety
|
||||
commentId: T:TinyLife.Actions.ActionVariety
|
||||
parent: TinyLife.Actions
|
||||
name: ActionVariety
|
||||
nameWithType: ActionVariety
|
||||
fullName: TinyLife.Actions.ActionVariety
|
||||
- uid: TinyLife.Actions.SocialAction.OnBothCompleted*
|
||||
commentId: Overload:TinyLife.Actions.SocialAction.OnBothCompleted
|
||||
name: OnBothCompleted
|
||||
|
|
|
@ -59,6 +59,7 @@ items:
|
|||
- TinyLife.Actions.SocialAction.InitializeConversation
|
||||
- TinyLife.Actions.SocialAction.GetMaxWaitTime
|
||||
- TinyLife.Actions.SocialAction.EnqueuePartnerAction(TinyLife.Actions.ActionInfo)
|
||||
- TinyLife.Actions.SocialAction.GetPartnerVariety(TinyLife.Actions.ActionInfo)
|
||||
- TinyLife.Actions.SocialAction.OnBothCompleted(TinyLife.Actions.CompletionType)
|
||||
- TinyLife.Actions.SocialAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
||||
- TinyLife.Actions.SocialAction.AndThenIsCompleted
|
||||
|
@ -846,6 +847,26 @@ references:
|
|||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
- name: )
|
||||
- uid: TinyLife.Actions.SocialAction.GetPartnerVariety(TinyLife.Actions.ActionInfo)
|
||||
commentId: M:TinyLife.Actions.SocialAction.GetPartnerVariety(TinyLife.Actions.ActionInfo)
|
||||
parent: TinyLife.Actions.SocialAction
|
||||
name: GetPartnerVariety(ActionInfo)
|
||||
nameWithType: SocialAction.GetPartnerVariety(ActionInfo)
|
||||
fullName: TinyLife.Actions.SocialAction.GetPartnerVariety(TinyLife.Actions.ActionInfo)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.SocialAction.GetPartnerVariety(TinyLife.Actions.ActionInfo)
|
||||
name: GetPartnerVariety
|
||||
- name: (
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.SocialAction.GetPartnerVariety(TinyLife.Actions.ActionInfo)
|
||||
name: GetPartnerVariety
|
||||
- name: (
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
- name: )
|
||||
- uid: TinyLife.Actions.SocialAction.OnBothCompleted(TinyLife.Actions.CompletionType)
|
||||
commentId: M:TinyLife.Actions.SocialAction.OnBothCompleted(TinyLife.Actions.CompletionType)
|
||||
parent: TinyLife.Actions.SocialAction
|
||||
|
|
|
@ -24,7 +24,9 @@ items:
|
|||
- TinyLife.Actions.DieAction
|
||||
- TinyLife.Actions.Emote
|
||||
- TinyLife.Actions.EmoteCategory
|
||||
- TinyLife.Actions.FollowAdultAction
|
||||
- TinyLife.Actions.GoHereAction
|
||||
- TinyLife.Actions.HaveBabyAction
|
||||
- TinyLife.Actions.HelpAction
|
||||
- TinyLife.Actions.HoldingPersonAction
|
||||
- TinyLife.Actions.MakeTeaAction
|
||||
|
@ -253,11 +255,21 @@ references:
|
|||
name: EmoteCategory
|
||||
nameWithType: EmoteCategory
|
||||
fullName: TinyLife.Actions.EmoteCategory
|
||||
- uid: TinyLife.Actions.FollowAdultAction
|
||||
commentId: T:TinyLife.Actions.FollowAdultAction
|
||||
name: FollowAdultAction
|
||||
nameWithType: FollowAdultAction
|
||||
fullName: TinyLife.Actions.FollowAdultAction
|
||||
- uid: TinyLife.Actions.GoHereAction
|
||||
commentId: T:TinyLife.Actions.GoHereAction
|
||||
name: GoHereAction
|
||||
nameWithType: GoHereAction
|
||||
fullName: TinyLife.Actions.GoHereAction
|
||||
- uid: TinyLife.Actions.HaveBabyAction
|
||||
commentId: T:TinyLife.Actions.HaveBabyAction
|
||||
name: HaveBabyAction
|
||||
nameWithType: HaveBabyAction
|
||||
fullName: TinyLife.Actions.HaveBabyAction
|
||||
- uid: TinyLife.Actions.HelpAction
|
||||
commentId: T:TinyLife.Actions.HelpAction
|
||||
name: HelpAction
|
||||
|
@ -316,6 +328,7 @@ references:
|
|||
fullName: TinyLife.Actions.PathfindAction
|
||||
- uid: TinyLife.Actions.PathfindToPersonAction
|
||||
commentId: T:TinyLife.Actions.PathfindToPersonAction
|
||||
parent: TinyLife.Actions
|
||||
name: PathfindToPersonAction
|
||||
nameWithType: PathfindToPersonAction
|
||||
fullName: TinyLife.Actions.PathfindToPersonAction
|
||||
|
|
|
@ -19,7 +19,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CheatDelegate
|
||||
path: ../TinyLife/Debug.cs
|
||||
startLine: 735
|
||||
startLine: 743
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
|
|
@ -19,7 +19,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DebugDelegate
|
||||
path: ../TinyLife/Debug.cs
|
||||
startLine: 740
|
||||
startLine: 748
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
|
|
@ -119,7 +119,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: TryCheat
|
||||
path: ../TinyLife/Debug.cs
|
||||
startLine: 566
|
||||
startLine: 574
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
|
|
@ -27,7 +27,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Instance
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
startLine: 386
|
||||
startLine: 394
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -76,7 +76,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Type
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
startLine: 393
|
||||
startLine: 401
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -115,7 +115,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Amount
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
startLine: 398
|
||||
startLine: 406
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -154,7 +154,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: TotalTime
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
startLine: 403
|
||||
startLine: 411
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -193,7 +193,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Time
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
startLine: 408
|
||||
startLine: 416
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -234,7 +234,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SourceString
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
startLine: 414
|
||||
startLine: 422
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -275,7 +275,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Person
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
startLine: 419
|
||||
startLine: 427
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -306,7 +306,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PassTime
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
startLine: 436
|
||||
startLine: 444
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -338,7 +338,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Validate
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
startLine: 450
|
||||
startLine: 458
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
|
|
@ -4740,6 +4740,33 @@ items:
|
|||
return:
|
||||
type: TinyLife.Emotions.EmotionModifier
|
||||
content.vb: Public Shared ReadOnly ThriftyBoughtExpensiveItem As EmotionModifier
|
||||
- uid: TinyLife.Emotions.EmotionModifier.TastyTea
|
||||
commentId: F:TinyLife.Emotions.EmotionModifier.TastyTea
|
||||
id: TastyTea
|
||||
parent: TinyLife.Emotions.EmotionModifier
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: TastyTea
|
||||
nameWithType: EmotionModifier.TastyTea
|
||||
fullName: TinyLife.Emotions.EmotionModifier.TastyTea
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: main
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: TastyTea
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
startLine: 210
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
syntax:
|
||||
content: public static readonly EmotionModifier TastyTea
|
||||
return:
|
||||
type: TinyLife.Emotions.EmotionModifier
|
||||
content.vb: Public Shared ReadOnly TastyTea As EmotionModifier
|
||||
- uid: TinyLife.Emotions.EmotionModifier.GymTrainerPositive
|
||||
commentId: F:TinyLife.Emotions.EmotionModifier.GymTrainerPositive
|
||||
id: GymTrainerPositive
|
||||
|
@ -4758,7 +4785,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GymTrainerPositive
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
startLine: 210
|
||||
startLine: 212
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -4785,7 +4812,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GymTrainerNegative
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
startLine: 211
|
||||
startLine: 213
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -4794,33 +4821,6 @@ items:
|
|||
return:
|
||||
type: TinyLife.Emotions.EmotionModifier
|
||||
content.vb: Public Shared ReadOnly GymTrainerNegative As EmotionModifier
|
||||
- uid: TinyLife.Emotions.EmotionModifier.TastyTea
|
||||
commentId: F:TinyLife.Emotions.EmotionModifier.TastyTea
|
||||
id: TastyTea
|
||||
parent: TinyLife.Emotions.EmotionModifier
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: TastyTea
|
||||
nameWithType: EmotionModifier.TastyTea
|
||||
fullName: TinyLife.Emotions.EmotionModifier.TastyTea
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: main
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: TastyTea
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
startLine: 212
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
syntax:
|
||||
content: public static readonly EmotionModifier TastyTea
|
||||
return:
|
||||
type: TinyLife.Emotions.EmotionModifier
|
||||
content.vb: Public Shared ReadOnly TastyTea As EmotionModifier
|
||||
- uid: TinyLife.Emotions.EmotionModifier.PottySuccess
|
||||
commentId: F:TinyLife.Emotions.EmotionModifier.PottySuccess
|
||||
id: PottySuccess
|
||||
|
@ -4839,7 +4839,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PottySuccess
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
startLine: 213
|
||||
startLine: 214
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -4866,7 +4866,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PottyFail
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
startLine: 214
|
||||
startLine: 215
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -4893,7 +4893,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PottyNotListening
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
startLine: 215
|
||||
startLine: 216
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -4920,7 +4920,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Name
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
startLine: 278
|
||||
startLine: 286
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -4949,7 +4949,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Icon
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
startLine: 282
|
||||
startLine: 290
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -4978,7 +4978,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Emotion
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
startLine: 287
|
||||
startLine: 295
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -5007,7 +5007,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Condition
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
startLine: 293
|
||||
startLine: 301
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -5036,7 +5036,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DisplayName
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
startLine: 300
|
||||
startLine: 308
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -5067,7 +5067,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
startLine: 309
|
||||
startLine: 317
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -5111,7 +5111,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
startLine: 323
|
||||
startLine: 331
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -5155,7 +5155,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetCausedEmotion
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
startLine: 332
|
||||
startLine: 340
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -5190,7 +5190,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetDisplayName
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
startLine: 348
|
||||
startLine: 356
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -5229,7 +5229,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Register
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
startLine: 361
|
||||
startLine: 369
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
|
|
@ -26,7 +26,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GameMode
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 1089
|
||||
startLine: 1095
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -55,7 +55,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: InitialLoad
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 1092
|
||||
startLine: 1098
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -83,7 +83,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Splash
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 1094
|
||||
startLine: 1100
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -111,7 +111,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: MainMenu
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 1096
|
||||
startLine: 1102
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -139,7 +139,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SelectHousehold
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 1098
|
||||
startLine: 1104
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -167,7 +167,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: InGameHousehold
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 1100
|
||||
startLine: 1106
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -195,7 +195,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: BuildOnly
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 1102
|
||||
startLine: 1108
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -223,7 +223,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CharacterCreation
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 1104
|
||||
startLine: 1110
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
|
|
@ -722,7 +722,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: LoadContent
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 268
|
||||
startLine: 269
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -750,7 +750,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DoUpdate
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 323
|
||||
startLine: 324
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -781,7 +781,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DoDraw
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 562
|
||||
startLine: 563
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -812,7 +812,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Dispose
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 599
|
||||
startLine: 600
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -846,7 +846,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RotateCamera
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 616
|
||||
startLine: 617
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -881,7 +881,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IsCursorOnUi
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 630
|
||||
startLine: 633
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -912,7 +912,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SwitchGameMode
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 642
|
||||
startLine: 645
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -944,7 +944,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanBeExtremelyFast
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 731
|
||||
startLine: 734
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -975,7 +975,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanSwitchGameModes
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 742
|
||||
startLine: 745
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -1006,7 +1006,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FadeKeyboardLighting
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 757
|
||||
startLine: 760
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -1038,7 +1038,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: TakeScreenshot
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 783
|
||||
startLine: 786
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -1079,7 +1079,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: MarkLotVisible
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 811
|
||||
startLine: 814
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -1111,7 +1111,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: MarkLotNonVisible
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 827
|
||||
startLine: 830
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -1143,7 +1143,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IsLotVisible
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 838
|
||||
startLine: 841
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -1178,7 +1178,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CompleteAchievement
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 850
|
||||
startLine: 853
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
|
|
@ -29,7 +29,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GenealogyType
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 426
|
||||
startLine: 436
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -61,7 +61,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Unrelated
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 431
|
||||
startLine: 441
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -89,7 +89,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Parent
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 435
|
||||
startLine: 445
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -117,7 +117,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Child
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 439
|
||||
startLine: 449
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -145,7 +145,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Sibling
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 443
|
||||
startLine: 453
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -173,7 +173,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Nibling
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 447
|
||||
startLine: 457
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -201,7 +201,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Pibling
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 451
|
||||
startLine: 461
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -229,7 +229,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Grandparent
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 455
|
||||
startLine: 465
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -257,7 +257,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Grandchild
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 459
|
||||
startLine: 469
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -285,7 +285,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Cousin
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 463
|
||||
startLine: 473
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -313,7 +313,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DistantlyRelated
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 467
|
||||
startLine: 477
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
|
|
@ -19,7 +19,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: JobPerformanceDelegate
|
||||
path: ../TinyLife/Goals/Job.cs
|
||||
startLine: 276
|
||||
startLine: 278
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
|
|
@ -637,7 +637,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: HasRequiredPromotionSkills
|
||||
path: ../TinyLife/Goals/Job.cs
|
||||
startLine: 231
|
||||
startLine: 233
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -668,7 +668,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetCoworkers
|
||||
path: ../TinyLife/Goals/Job.cs
|
||||
startLine: 243
|
||||
startLine: 245
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -699,7 +699,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetCoworkersAtWork
|
||||
path: ../TinyLife/Goals/Job.cs
|
||||
startLine: 251
|
||||
startLine: 253
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -730,7 +730,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Validate
|
||||
path: ../TinyLife/Goals/Job.cs
|
||||
startLine: 259
|
||||
startLine: 261
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
|
|
@ -7,6 +7,7 @@ items:
|
|||
children:
|
||||
- TinyLife.Goals.JobType.#ctor(System.String,MLEM.Textures.TextureRegion,System.Single,System.ValueTuple{System.Int32,System.Int32},System.DayOfWeek[])
|
||||
- TinyLife.Goals.JobType.Businessperson
|
||||
- TinyLife.Goals.JobType.CanGetRaise
|
||||
- TinyLife.Goals.JobType.CanQuitOrBeFired
|
||||
- TinyLife.Goals.JobType.ChoicePrompts
|
||||
- TinyLife.Goals.JobType.Construct(TinyLife.Objects.Person,System.Int32)
|
||||
|
@ -638,6 +639,35 @@ items:
|
|||
type: System.Boolean
|
||||
content.vb: Public Property CanQuitOrBeFired As Boolean
|
||||
overload: TinyLife.Goals.JobType.CanQuitOrBeFired*
|
||||
- uid: TinyLife.Goals.JobType.CanGetRaise
|
||||
commentId: P:TinyLife.Goals.JobType.CanGetRaise
|
||||
id: CanGetRaise
|
||||
parent: TinyLife.Goals.JobType
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: CanGetRaise
|
||||
nameWithType: JobType.CanGetRaise
|
||||
fullName: TinyLife.Goals.JobType.CanGetRaise
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/JobType.cs
|
||||
branch: main
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanGetRaise
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 163
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
syntax:
|
||||
content: public bool CanGetRaise { get; init; }
|
||||
parameters: []
|
||||
return:
|
||||
type: System.Boolean
|
||||
content.vb: Public Property CanGetRaise As Boolean
|
||||
overload: TinyLife.Goals.JobType.CanGetRaise*
|
||||
- uid: TinyLife.Goals.JobType.DailyTasks
|
||||
commentId: P:TinyLife.Goals.JobType.DailyTasks
|
||||
id: DailyTasks
|
||||
|
@ -656,7 +686,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DailyTasks
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 167
|
||||
startLine: 168
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -687,7 +717,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DailyTaskImportance
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 172
|
||||
startLine: 173
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -718,7 +748,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ChoicePrompts
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 176
|
||||
startLine: 177
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -749,7 +779,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SourceString
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 178
|
||||
startLine: 179
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -782,7 +812,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 188
|
||||
startLine: 189
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -829,7 +859,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Construct
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 202
|
||||
startLine: 203
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -870,7 +900,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IsTimeToWork
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 212
|
||||
startLine: 213
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -905,7 +935,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ToScheduleString
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 221
|
||||
startLine: 222
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -939,7 +969,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetDisplayName
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 235
|
||||
startLine: 236
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -977,7 +1007,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetRequiredPromotionSkills
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 247
|
||||
startLine: 248
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -1012,7 +1042,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnWorkStartsInAnHour
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 262
|
||||
startLine: 263
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -1044,7 +1074,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnWorkHoursOver
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 273
|
||||
startLine: 274
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -1076,7 +1106,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnWorkFinished
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 283
|
||||
startLine: 284
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -1111,7 +1141,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnWorkStarted
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 294
|
||||
startLine: 295
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -1146,7 +1176,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnLevelChanged
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 302
|
||||
startLine: 303
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -1184,7 +1214,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnRaiseReceived
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 312
|
||||
startLine: 313
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -1216,7 +1246,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: UpdateWorking
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 324
|
||||
startLine: 325
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -1260,7 +1290,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Register
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 334
|
||||
startLine: 335
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -2340,6 +2370,11 @@ references:
|
|||
name: CanQuitOrBeFired
|
||||
nameWithType: JobType.CanQuitOrBeFired
|
||||
fullName: TinyLife.Goals.JobType.CanQuitOrBeFired
|
||||
- uid: TinyLife.Goals.JobType.CanGetRaise*
|
||||
commentId: Overload:TinyLife.Goals.JobType.CanGetRaise
|
||||
name: CanGetRaise
|
||||
nameWithType: JobType.CanGetRaise
|
||||
fullName: TinyLife.Goals.JobType.CanGetRaise
|
||||
- uid: TinyLife.Goals.GoalSetInfo
|
||||
commentId: T:TinyLife.Goals.GoalSetInfo
|
||||
parent: TinyLife.Goals
|
||||
|
|
|
@ -60,6 +60,7 @@ items:
|
|||
- TinyLife.Goals.JobType.HasSpecialLocalization
|
||||
- TinyLife.Goals.JobType.RequiredAges
|
||||
- TinyLife.Goals.JobType.CanQuitOrBeFired
|
||||
- TinyLife.Goals.JobType.CanGetRaise
|
||||
- TinyLife.Goals.JobType.DailyTasks
|
||||
- TinyLife.Goals.JobType.DailyTaskImportance
|
||||
- TinyLife.Goals.JobType.ChoicePrompts
|
||||
|
@ -181,7 +182,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnWorkFinished
|
||||
path: ../TinyLife/Goals/StudentJobType.cs
|
||||
startLine: 40
|
||||
startLine: 41
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -217,7 +218,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnLevelChanged
|
||||
path: ../TinyLife/Goals/StudentJobType.cs
|
||||
startLine: 54
|
||||
startLine: 55
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -256,7 +257,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: UpdateWorking
|
||||
path: ../TinyLife/Goals/StudentJobType.cs
|
||||
startLine: 59
|
||||
startLine: 60
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -452,6 +453,12 @@ references:
|
|||
name: CanQuitOrBeFired
|
||||
nameWithType: JobType.CanQuitOrBeFired
|
||||
fullName: TinyLife.Goals.JobType.CanQuitOrBeFired
|
||||
- uid: TinyLife.Goals.JobType.CanGetRaise
|
||||
commentId: P:TinyLife.Goals.JobType.CanGetRaise
|
||||
parent: TinyLife.Goals.JobType
|
||||
name: CanGetRaise
|
||||
nameWithType: JobType.CanGetRaise
|
||||
fullName: TinyLife.Goals.JobType.CanGetRaise
|
||||
- uid: TinyLife.Goals.JobType.DailyTasks
|
||||
commentId: P:TinyLife.Goals.JobType.DailyTasks
|
||||
parent: TinyLife.Goals.JobType
|
||||
|
|
|
@ -192,7 +192,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Toilet
|
||||
path: ../TinyLife/Need.cs
|
||||
startLine: 123
|
||||
startLine: 125
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -219,7 +219,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Hygiene
|
||||
path: ../TinyLife/Need.cs
|
||||
startLine: 124
|
||||
startLine: 126
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -246,7 +246,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Entertainment
|
||||
path: ../TinyLife/Need.cs
|
||||
startLine: 125
|
||||
startLine: 127
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -273,7 +273,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Name
|
||||
path: ../TinyLife/Need.cs
|
||||
startLine: 132
|
||||
startLine: 134
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -302,7 +302,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PassiveReduction
|
||||
path: ../TinyLife/Need.cs
|
||||
startLine: 136
|
||||
startLine: 138
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -331,7 +331,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: NeedLowAction
|
||||
path: ../TinyLife/Need.cs
|
||||
startLine: 140
|
||||
startLine: 142
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -360,7 +360,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: NeedLowTime
|
||||
path: ../TinyLife/Need.cs
|
||||
startLine: 144
|
||||
startLine: 146
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -389,7 +389,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SolveImportance
|
||||
path: ../TinyLife/Need.cs
|
||||
startLine: 149
|
||||
startLine: 151
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -418,7 +418,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SolvePercentage
|
||||
path: ../TinyLife/Need.cs
|
||||
startLine: 150
|
||||
startLine: 152
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -445,7 +445,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SourceString
|
||||
path: ../TinyLife/Need.cs
|
||||
startLine: 152
|
||||
startLine: 154
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -478,7 +478,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Need.cs
|
||||
startLine: 162
|
||||
startLine: 164
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -527,7 +527,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Register
|
||||
path: ../TinyLife/Need.cs
|
||||
startLine: 176
|
||||
startLine: 178
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
|
|
@ -22,7 +22,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AgeGroup
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 2967
|
||||
startLine: 3022
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -63,7 +63,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Baby
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 2971
|
||||
startLine: 3026
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -89,7 +89,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Child
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 2977
|
||||
startLine: 3032
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -117,7 +117,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Adult
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 2983
|
||||
startLine: 3038
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
|
|
@ -509,14 +509,14 @@ items:
|
|||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
summary: "\nA function that determines the depth with which this clothes item is rendered based on the given <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: []
|
||||
syntax:
|
||||
content: public Func<(Person.Pose Pose, Direction2 Rotation, int Layer), float> DepthFunction { get; init; }
|
||||
content: public Func<(Pose Pose, Direction2 Rotation, int Layer), float> DepthFunction { get; init; }
|
||||
parameters: []
|
||||
return:
|
||||
type: System.Func{System.ValueTuple{TinyLife.Objects.Person.Pose,MLEM.Misc.Direction2,System.Int32},System.Single}
|
||||
content.vb: Public Property DepthFunction As Func(Of (Pose As Person.Pose, Rotation As Direction2, Layer As Integer), Single)
|
||||
type: System.Func{System.ValueTuple{TinyLife.Objects.Pose,MLEM.Misc.Direction2,System.Int32},System.Single}
|
||||
content.vb: Public Property DepthFunction As Func(Of (Pose As Pose, Rotation As Direction2, Layer As Integer), Single)
|
||||
overload: TinyLife.Objects.Clothes.DepthFunction*
|
||||
- uid: TinyLife.Objects.Clothes.TextureBehaviorLayer
|
||||
commentId: P:TinyLife.Objects.Clothes.TextureBehaviorLayer
|
||||
|
@ -540,7 +540,7 @@ items:
|
|||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
summary: "\nA <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>'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>'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: []
|
||||
syntax:
|
||||
content: public ClothesLayer? TextureBehaviorLayer { get; init; }
|
||||
|
@ -1786,24 +1786,6 @@ references:
|
|||
name: AgeGroup
|
||||
nameWithType: AgeGroup
|
||||
fullName: TinyLife.Objects.AgeGroup
|
||||
- uid: TinyLife.Objects.Person.Pose
|
||||
commentId: T:TinyLife.Objects.Person.Pose
|
||||
parent: TinyLife.Objects
|
||||
name: Person.Pose
|
||||
nameWithType: Person.Pose
|
||||
fullName: TinyLife.Objects.Person.Pose
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
- name: .
|
||||
- uid: TinyLife.Objects.Person.Pose
|
||||
name: Pose
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
- name: .
|
||||
- uid: TinyLife.Objects.Person.Pose
|
||||
name: Pose
|
||||
- uid: TinyLife.Utilities.Extensions.GetDepth(TinyLife.Objects.ClothesLayer)
|
||||
commentId: M:TinyLife.Utilities.Extensions.GetDepth(TinyLife.Objects.ClothesLayer)
|
||||
name: GetDepth(ClothesLayer)
|
||||
|
@ -1828,17 +1810,17 @@ references:
|
|||
name: DepthFunction
|
||||
nameWithType: Clothes.DepthFunction
|
||||
fullName: TinyLife.Objects.Clothes.DepthFunction
|
||||
- uid: System.Func{System.ValueTuple{TinyLife.Objects.Person.Pose,MLEM.Misc.Direction2,System.Int32},System.Single}
|
||||
commentId: T:System.Func{System.ValueTuple{TinyLife.Objects.Person.Pose,MLEM.Misc.Direction2,System.Int32},System.Single}
|
||||
- uid: System.Func{System.ValueTuple{TinyLife.Objects.Pose,MLEM.Misc.Direction2,System.Int32},System.Single}
|
||||
commentId: T:System.Func{System.ValueTuple{TinyLife.Objects.Pose,MLEM.Misc.Direction2,System.Int32},System.Single}
|
||||
parent: System
|
||||
definition: System.Func`2
|
||||
href: https://learn.microsoft.com/dotnet/api/system.func-2
|
||||
name: Func<(Person.Pose Pose, Direction2 Rotation, int Layer), float>
|
||||
nameWithType: Func<(Person.Pose Pose, Direction2 Rotation, int Layer), float>
|
||||
fullName: System.Func<(TinyLife.Objects.Person.Pose Pose, MLEM.Misc.Direction2 Rotation, int Layer), float>
|
||||
nameWithType.vb: Func(Of (Pose As Person.Pose, Rotation As Direction2, Layer As Integer), Single)
|
||||
fullName.vb: System.Func(Of (Pose As TinyLife.Objects.Person.Pose, Rotation As MLEM.Misc.Direction2, Layer As Integer), Single)
|
||||
name.vb: Func(Of (Pose As Person.Pose, Rotation As Direction2, Layer As Integer), Single)
|
||||
name: Func<(Pose Pose, Direction2 Rotation, int Layer), float>
|
||||
nameWithType: Func<(Pose Pose, Direction2 Rotation, int Layer), float>
|
||||
fullName: System.Func<(TinyLife.Objects.Pose Pose, MLEM.Misc.Direction2 Rotation, int Layer), float>
|
||||
nameWithType.vb: Func(Of (Pose As Pose, Rotation As Direction2, Layer As Integer), Single)
|
||||
fullName.vb: System.Func(Of (Pose As TinyLife.Objects.Pose, Rotation As MLEM.Misc.Direction2, Layer As Integer), Single)
|
||||
name.vb: Func(Of (Pose As Pose, Rotation As Direction2, Layer As Integer), Single)
|
||||
spec.csharp:
|
||||
- uid: System.Func`2
|
||||
name: Func
|
||||
|
@ -1846,24 +1828,21 @@ references:
|
|||
href: https://learn.microsoft.com/dotnet/api/system.func-2
|
||||
- name: <
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
- name: .
|
||||
- uid: TinyLife.Objects.Person.Pose
|
||||
- uid: TinyLife.Objects.Pose
|
||||
name: Pose
|
||||
- name: " "
|
||||
- uid: System.ValueTuple{TinyLife.Objects.Person.Pose,MLEM.Misc.Direction2,System.Int32}.Pose
|
||||
- uid: System.ValueTuple{TinyLife.Objects.Pose,MLEM.Misc.Direction2,System.Int32}.Pose
|
||||
name: Pose
|
||||
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.person.pose,mlem.misc.direction2,system.int32-.pose
|
||||
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.pose,mlem.misc.direction2,system.int32-.pose
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: MLEM.Misc.Direction2
|
||||
name: Direction2
|
||||
isExternal: true
|
||||
- name: " "
|
||||
- uid: System.ValueTuple{TinyLife.Objects.Person.Pose,MLEM.Misc.Direction2,System.Int32}.Rotation
|
||||
- uid: System.ValueTuple{TinyLife.Objects.Pose,MLEM.Misc.Direction2,System.Int32}.Rotation
|
||||
name: Rotation
|
||||
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.person.pose,mlem.misc.direction2,system.int32-.rotation
|
||||
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.pose,mlem.misc.direction2,system.int32-.rotation
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: System.Int32
|
||||
|
@ -1871,9 +1850,9 @@ references:
|
|||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.int32
|
||||
- name: " "
|
||||
- uid: System.ValueTuple{TinyLife.Objects.Person.Pose,MLEM.Misc.Direction2,System.Int32}.Layer
|
||||
- uid: System.ValueTuple{TinyLife.Objects.Pose,MLEM.Misc.Direction2,System.Int32}.Layer
|
||||
name: Layer
|
||||
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.person.pose,mlem.misc.direction2,system.int32-.layer
|
||||
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.pose,mlem.misc.direction2,system.int32-.layer
|
||||
- name: )
|
||||
- name: ','
|
||||
- name: " "
|
||||
|
@ -1891,22 +1870,19 @@ references:
|
|||
- name: Of
|
||||
- name: " "
|
||||
- name: (
|
||||
- uid: System.ValueTuple{TinyLife.Objects.Person.Pose,MLEM.Misc.Direction2,System.Int32}.Pose
|
||||
- uid: System.ValueTuple{TinyLife.Objects.Pose,MLEM.Misc.Direction2,System.Int32}.Pose
|
||||
name: Pose
|
||||
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.person.pose,mlem.misc.direction2,system.int32-.pose
|
||||
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.pose,mlem.misc.direction2,system.int32-.pose
|
||||
- name: " "
|
||||
- name: As
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
- name: .
|
||||
- uid: TinyLife.Objects.Person.Pose
|
||||
- uid: TinyLife.Objects.Pose
|
||||
name: Pose
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: System.ValueTuple{TinyLife.Objects.Person.Pose,MLEM.Misc.Direction2,System.Int32}.Rotation
|
||||
- uid: System.ValueTuple{TinyLife.Objects.Pose,MLEM.Misc.Direction2,System.Int32}.Rotation
|
||||
name: Rotation
|
||||
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.person.pose,mlem.misc.direction2,system.int32-.rotation
|
||||
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.pose,mlem.misc.direction2,system.int32-.rotation
|
||||
- name: " "
|
||||
- name: As
|
||||
- name: " "
|
||||
|
@ -1915,9 +1891,9 @@ references:
|
|||
isExternal: true
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: System.ValueTuple{TinyLife.Objects.Person.Pose,MLEM.Misc.Direction2,System.Int32}.Layer
|
||||
- uid: System.ValueTuple{TinyLife.Objects.Pose,MLEM.Misc.Direction2,System.Int32}.Layer
|
||||
name: Layer
|
||||
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.person.pose,mlem.misc.direction2,system.int32-.layer
|
||||
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.pose,mlem.misc.direction2,system.int32-.layer
|
||||
- name: " "
|
||||
- name: As
|
||||
- name: " "
|
||||
|
|
|
@ -1,20 +1,20 @@
|
|||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: TinyLife.Objects.Person.DeathReason
|
||||
commentId: T:TinyLife.Objects.Person.DeathReason
|
||||
id: Person.DeathReason
|
||||
- uid: TinyLife.Objects.DeathReason
|
||||
commentId: T:TinyLife.Objects.DeathReason
|
||||
id: DeathReason
|
||||
parent: TinyLife.Objects
|
||||
children:
|
||||
- TinyLife.Objects.Person.DeathReason.Electrocution
|
||||
- TinyLife.Objects.Person.DeathReason.InexplicableReasons
|
||||
- TinyLife.Objects.Person.DeathReason.Starvation
|
||||
- TinyLife.Objects.Person.DeathReason.TooMuchProtein
|
||||
- TinyLife.Objects.DeathReason.Electrocution
|
||||
- TinyLife.Objects.DeathReason.InexplicableReasons
|
||||
- TinyLife.Objects.DeathReason.Starvation
|
||||
- TinyLife.Objects.DeathReason.TooMuchProtein
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Person.DeathReason
|
||||
nameWithType: Person.DeathReason
|
||||
fullName: TinyLife.Objects.Person.DeathReason
|
||||
name: DeathReason
|
||||
nameWithType: DeathReason
|
||||
fullName: TinyLife.Objects.DeathReason
|
||||
type: Enum
|
||||
source:
|
||||
remote:
|
||||
|
@ -23,27 +23,27 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DeathReason
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 2918
|
||||
startLine: 2994
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
summary: "\nAn enum that represents a set of possible reasons for a <xref href=\"TinyLife.Objects.Person\" data-throw-if-not-resolved=\"false\"></xref>'s death\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public enum Person.DeathReason
|
||||
content.vb: Public Enum Person.DeathReason
|
||||
content: public enum DeathReason
|
||||
content.vb: Public Enum DeathReason
|
||||
extensionMethods:
|
||||
- TinyLife.Objects.Person.DeathReason.TinyLife.Utilities.Extensions.JsonCopy``1
|
||||
- uid: TinyLife.Objects.Person.DeathReason.Starvation
|
||||
commentId: F:TinyLife.Objects.Person.DeathReason.Starvation
|
||||
- TinyLife.Objects.DeathReason.TinyLife.Utilities.Extensions.JsonCopy``1
|
||||
- uid: TinyLife.Objects.DeathReason.Starvation
|
||||
commentId: F:TinyLife.Objects.DeathReason.Starvation
|
||||
id: Starvation
|
||||
parent: TinyLife.Objects.Person.DeathReason
|
||||
parent: TinyLife.Objects.DeathReason
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Starvation
|
||||
nameWithType: Person.DeathReason.Starvation
|
||||
fullName: TinyLife.Objects.Person.DeathReason.Starvation
|
||||
nameWithType: DeathReason.Starvation
|
||||
fullName: TinyLife.Objects.DeathReason.Starvation
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
|
@ -52,7 +52,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Starvation
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 2924
|
||||
startLine: 3000
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -61,17 +61,17 @@ items:
|
|||
syntax:
|
||||
content: Starvation = 0
|
||||
return:
|
||||
type: TinyLife.Objects.Person.DeathReason
|
||||
- uid: TinyLife.Objects.Person.DeathReason.InexplicableReasons
|
||||
commentId: F:TinyLife.Objects.Person.DeathReason.InexplicableReasons
|
||||
type: TinyLife.Objects.DeathReason
|
||||
- uid: TinyLife.Objects.DeathReason.InexplicableReasons
|
||||
commentId: F:TinyLife.Objects.DeathReason.InexplicableReasons
|
||||
id: InexplicableReasons
|
||||
parent: TinyLife.Objects.Person.DeathReason
|
||||
parent: TinyLife.Objects.DeathReason
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: InexplicableReasons
|
||||
nameWithType: Person.DeathReason.InexplicableReasons
|
||||
fullName: TinyLife.Objects.Person.DeathReason.InexplicableReasons
|
||||
nameWithType: DeathReason.InexplicableReasons
|
||||
fullName: TinyLife.Objects.DeathReason.InexplicableReasons
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
|
@ -80,7 +80,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: InexplicableReasons
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 2929
|
||||
startLine: 3005
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -89,17 +89,17 @@ items:
|
|||
syntax:
|
||||
content: InexplicableReasons = 1
|
||||
return:
|
||||
type: TinyLife.Objects.Person.DeathReason
|
||||
- uid: TinyLife.Objects.Person.DeathReason.Electrocution
|
||||
commentId: F:TinyLife.Objects.Person.DeathReason.Electrocution
|
||||
type: TinyLife.Objects.DeathReason
|
||||
- uid: TinyLife.Objects.DeathReason.Electrocution
|
||||
commentId: F:TinyLife.Objects.DeathReason.Electrocution
|
||||
id: Electrocution
|
||||
parent: TinyLife.Objects.Person.DeathReason
|
||||
parent: TinyLife.Objects.DeathReason
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Electrocution
|
||||
nameWithType: Person.DeathReason.Electrocution
|
||||
fullName: TinyLife.Objects.Person.DeathReason.Electrocution
|
||||
nameWithType: DeathReason.Electrocution
|
||||
fullName: TinyLife.Objects.DeathReason.Electrocution
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
|
@ -108,7 +108,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Electrocution
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 2934
|
||||
startLine: 3010
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -117,17 +117,17 @@ items:
|
|||
syntax:
|
||||
content: Electrocution = 2
|
||||
return:
|
||||
type: TinyLife.Objects.Person.DeathReason
|
||||
- uid: TinyLife.Objects.Person.DeathReason.TooMuchProtein
|
||||
commentId: F:TinyLife.Objects.Person.DeathReason.TooMuchProtein
|
||||
type: TinyLife.Objects.DeathReason
|
||||
- uid: TinyLife.Objects.DeathReason.TooMuchProtein
|
||||
commentId: F:TinyLife.Objects.DeathReason.TooMuchProtein
|
||||
id: TooMuchProtein
|
||||
parent: TinyLife.Objects.Person.DeathReason
|
||||
parent: TinyLife.Objects.DeathReason
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: TooMuchProtein
|
||||
nameWithType: Person.DeathReason.TooMuchProtein
|
||||
fullName: TinyLife.Objects.Person.DeathReason.TooMuchProtein
|
||||
nameWithType: DeathReason.TooMuchProtein
|
||||
fullName: TinyLife.Objects.DeathReason.TooMuchProtein
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
|
@ -136,7 +136,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: TooMuchProtein
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 2938
|
||||
startLine: 3014
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -145,7 +145,7 @@ items:
|
|||
syntax:
|
||||
content: TooMuchProtein = 3
|
||||
return:
|
||||
type: TinyLife.Objects.Person.DeathReason
|
||||
type: TinyLife.Objects.DeathReason
|
||||
references:
|
||||
- uid: TinyLife.Objects.Person
|
||||
commentId: T:TinyLife.Objects.Person
|
||||
|
@ -170,38 +170,38 @@ references:
|
|||
- name: .
|
||||
- uid: TinyLife.Objects
|
||||
name: Objects
|
||||
- uid: TinyLife.Objects.Person.DeathReason.TinyLife.Utilities.Extensions.JsonCopy``1
|
||||
- uid: TinyLife.Objects.DeathReason.TinyLife.Utilities.Extensions.JsonCopy``1
|
||||
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
||||
parent: TinyLife.Utilities.Extensions
|
||||
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
||||
name: JsonCopy<DeathReason>(DeathReason)
|
||||
nameWithType: Extensions.JsonCopy<Person.DeathReason>(Person.DeathReason)
|
||||
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Objects.Person.DeathReason>(TinyLife.Objects.Person.DeathReason)
|
||||
nameWithType.vb: Extensions.JsonCopy(Of Person.DeathReason)(Person.DeathReason)
|
||||
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Objects.Person.DeathReason)(TinyLife.Objects.Person.DeathReason)
|
||||
nameWithType: Extensions.JsonCopy<DeathReason>(DeathReason)
|
||||
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Objects.DeathReason>(TinyLife.Objects.DeathReason)
|
||||
nameWithType.vb: Extensions.JsonCopy(Of DeathReason)(DeathReason)
|
||||
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Objects.DeathReason)(TinyLife.Objects.DeathReason)
|
||||
name.vb: JsonCopy(Of DeathReason)(DeathReason)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Objects.Person.DeathReason)
|
||||
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Objects.DeathReason)
|
||||
name: JsonCopy
|
||||
- name: <
|
||||
- uid: TinyLife.Objects.Person.DeathReason
|
||||
- uid: TinyLife.Objects.DeathReason
|
||||
name: DeathReason
|
||||
- name: '>'
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.Person.DeathReason
|
||||
- uid: TinyLife.Objects.DeathReason
|
||||
name: DeathReason
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Objects.Person.DeathReason)
|
||||
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Objects.DeathReason)
|
||||
name: JsonCopy
|
||||
- name: (
|
||||
- name: Of
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.Person.DeathReason
|
||||
- uid: TinyLife.Objects.DeathReason
|
||||
name: DeathReason
|
||||
- name: )
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.Person.DeathReason
|
||||
- uid: TinyLife.Objects.DeathReason
|
||||
name: DeathReason
|
||||
- name: )
|
||||
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
||||
|
@ -260,24 +260,12 @@ references:
|
|||
name: StarveAction
|
||||
nameWithType: StarveAction
|
||||
fullName: TinyLife.Actions.StarveAction
|
||||
- uid: TinyLife.Objects.Person.DeathReason
|
||||
commentId: T:TinyLife.Objects.Person.DeathReason
|
||||
- uid: TinyLife.Objects.DeathReason
|
||||
commentId: T:TinyLife.Objects.DeathReason
|
||||
parent: TinyLife.Objects
|
||||
name: Person.DeathReason
|
||||
nameWithType: Person.DeathReason
|
||||
fullName: TinyLife.Objects.Person.DeathReason
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
- name: .
|
||||
- uid: TinyLife.Objects.Person.DeathReason
|
||||
name: DeathReason
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
- name: .
|
||||
- uid: TinyLife.Objects.Person.DeathReason
|
||||
name: DeathReason
|
||||
name: DeathReason
|
||||
nameWithType: DeathReason
|
||||
fullName: TinyLife.Objects.DeathReason
|
||||
- uid: TinyLife.Actions.RepairAction
|
||||
commentId: T:TinyLife.Actions.RepairAction
|
||||
name: RepairAction
|
|
@ -197,19 +197,19 @@ items:
|
|||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
summary: "\nThe <xref href=\"TinyLife.Objects.Person.DeathReason\" data-throw-if-not-resolved=\"false\"></xref> for this gravestone's <xref href=\"TinyLife.Objects.Gravestone.DeadPerson\" data-throw-if-not-resolved=\"false\"></xref>'s death\n"
|
||||
summary: "\nThe <xref href=\"TinyLife.Objects.DeathReason\" data-throw-if-not-resolved=\"false\"></xref> for this gravestone's <xref href=\"TinyLife.Objects.Gravestone.DeadPerson\" data-throw-if-not-resolved=\"false\"></xref>'s death\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: >-
|
||||
[DataMember]
|
||||
|
||||
public Person.DeathReason Reason
|
||||
public DeathReason Reason
|
||||
return:
|
||||
type: TinyLife.Objects.Person.DeathReason
|
||||
type: TinyLife.Objects.DeathReason
|
||||
content.vb: >-
|
||||
<DataMember>
|
||||
|
||||
Public Reason As Person.DeathReason
|
||||
Public Reason As DeathReason
|
||||
attributes:
|
||||
- type: System.Runtime.Serialization.DataMemberAttribute
|
||||
ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
|
||||
|
@ -3309,24 +3309,12 @@ references:
|
|||
name: DeadPerson
|
||||
nameWithType: Gravestone.DeadPerson
|
||||
fullName: TinyLife.Objects.Gravestone.DeadPerson
|
||||
- uid: TinyLife.Objects.Person.DeathReason
|
||||
commentId: T:TinyLife.Objects.Person.DeathReason
|
||||
- uid: TinyLife.Objects.DeathReason
|
||||
commentId: T:TinyLife.Objects.DeathReason
|
||||
parent: TinyLife.Objects
|
||||
name: Person.DeathReason
|
||||
nameWithType: Person.DeathReason
|
||||
fullName: TinyLife.Objects.Person.DeathReason
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
- name: .
|
||||
- uid: TinyLife.Objects.Person.DeathReason
|
||||
name: DeathReason
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
- name: .
|
||||
- uid: TinyLife.Objects.Person.DeathReason
|
||||
name: DeathReason
|
||||
name: DeathReason
|
||||
nameWithType: DeathReason
|
||||
fullName: TinyLife.Objects.DeathReason
|
||||
- uid: TinyLife.Objects.Gravestone.DeadPerson
|
||||
commentId: P:TinyLife.Objects.Gravestone.DeadPerson
|
||||
name: DeadPerson
|
||||
|
|
|
@ -25,7 +25,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: LifeSpan
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 2991
|
||||
startLine: 3046
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -55,7 +55,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: VeryShort
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 2994
|
||||
startLine: 3049
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -81,7 +81,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Short
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 2995
|
||||
startLine: 3050
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -107,7 +107,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Normal
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 2996
|
||||
startLine: 3051
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -133,7 +133,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Long
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 2997
|
||||
startLine: 3052
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -159,7 +159,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: VeryLong
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 2998
|
||||
startLine: 3053
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -185,7 +185,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Infinite
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 2999
|
||||
startLine: 3054
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
|
|
@ -19,7 +19,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ActionUpdateDelegate
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 2852
|
||||
startLine: 2905
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
|
|
@ -19,7 +19,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: EfficiencyModifierDelegate
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 2837
|
||||
startLine: 2890
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
|
|
@ -19,7 +19,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: EmotionModifiersChangedDelegate
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 2862
|
||||
startLine: 2915
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
|
|
@ -19,7 +19,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PassiveActionPriorityDelegate
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 2847
|
||||
startLine: 2900
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
|
175
docs/api/TinyLife.Objects.Person.RelationshipChangeDelegate.yml
Normal file
175
docs/api/TinyLife.Objects.Person.RelationshipChangeDelegate.yml
Normal 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
|
|
@ -19,7 +19,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RestoreNeedDelegate
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 2857
|
||||
startLine: 2910
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
|
|
@ -19,7 +19,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: WalkSpeedDelegate
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 2842
|
||||
startLine: 2895
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -1,27 +1,27 @@
|
|||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: TinyLife.Objects.Person.Pose
|
||||
commentId: T:TinyLife.Objects.Person.Pose
|
||||
id: Person.Pose
|
||||
- uid: TinyLife.Objects.Pose
|
||||
commentId: T:TinyLife.Objects.Pose
|
||||
id: Pose
|
||||
parent: TinyLife.Objects
|
||||
children:
|
||||
- TinyLife.Objects.Person.Pose.Laying
|
||||
- TinyLife.Objects.Person.Pose.Running
|
||||
- TinyLife.Objects.Person.Pose.Sitting
|
||||
- TinyLife.Objects.Person.Pose.SittingGround
|
||||
- TinyLife.Objects.Person.Pose.Standing
|
||||
- TinyLife.Objects.Person.Pose.StandingArmsOut
|
||||
- TinyLife.Objects.Person.Pose.Walking
|
||||
- TinyLife.Objects.Person.Pose.WalkingArmsOut
|
||||
- TinyLife.Objects.Person.Pose.WorkingSitting
|
||||
- TinyLife.Objects.Person.Pose.WorkingSittingGround
|
||||
- TinyLife.Objects.Person.Pose.WorkingStanding
|
||||
- TinyLife.Objects.Pose.Laying
|
||||
- TinyLife.Objects.Pose.Running
|
||||
- TinyLife.Objects.Pose.Sitting
|
||||
- TinyLife.Objects.Pose.SittingGround
|
||||
- TinyLife.Objects.Pose.Standing
|
||||
- TinyLife.Objects.Pose.StandingArmsOut
|
||||
- TinyLife.Objects.Pose.Walking
|
||||
- TinyLife.Objects.Pose.WalkingArmsOut
|
||||
- TinyLife.Objects.Pose.WorkingSitting
|
||||
- TinyLife.Objects.Pose.WorkingSittingGround
|
||||
- TinyLife.Objects.Pose.WorkingStanding
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Person.Pose
|
||||
nameWithType: Person.Pose
|
||||
fullName: TinyLife.Objects.Person.Pose
|
||||
name: Pose
|
||||
nameWithType: Pose
|
||||
fullName: TinyLife.Objects.Pose
|
||||
type: Enum
|
||||
source:
|
||||
remote:
|
||||
|
@ -30,28 +30,28 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Pose
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 2867
|
||||
startLine: 2943
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
summary: "\nAn enumeration that represents a set of poses that a <xref href=\"TinyLife.Objects.Person\" data-throw-if-not-resolved=\"false\"></xref> can display\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public enum Person.Pose
|
||||
content.vb: Public Enum Person.Pose
|
||||
content: public enum Pose
|
||||
content.vb: Public Enum Pose
|
||||
extensionMethods:
|
||||
- TinyLife.Objects.Person.Pose.TinyLife.Utilities.Extensions.JsonCopy``1
|
||||
- TinyLife.Objects.Person.Pose.TinyLife.Utilities.Extensions.ToWorking
|
||||
- uid: TinyLife.Objects.Person.Pose.Standing
|
||||
commentId: F:TinyLife.Objects.Person.Pose.Standing
|
||||
- TinyLife.Objects.Pose.TinyLife.Utilities.Extensions.JsonCopy``1
|
||||
- TinyLife.Objects.Pose.TinyLife.Utilities.Extensions.ToWorking
|
||||
- uid: TinyLife.Objects.Pose.Standing
|
||||
commentId: F:TinyLife.Objects.Pose.Standing
|
||||
id: Standing
|
||||
parent: TinyLife.Objects.Person.Pose
|
||||
parent: TinyLife.Objects.Pose
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Standing
|
||||
nameWithType: Person.Pose.Standing
|
||||
fullName: TinyLife.Objects.Person.Pose.Standing
|
||||
nameWithType: Pose.Standing
|
||||
fullName: TinyLife.Objects.Pose.Standing
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
|
@ -60,7 +60,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Standing
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 2872
|
||||
startLine: 2948
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -69,17 +69,17 @@ items:
|
|||
syntax:
|
||||
content: Standing = 0
|
||||
return:
|
||||
type: TinyLife.Objects.Person.Pose
|
||||
- uid: TinyLife.Objects.Person.Pose.Walking
|
||||
commentId: F:TinyLife.Objects.Person.Pose.Walking
|
||||
type: TinyLife.Objects.Pose
|
||||
- uid: TinyLife.Objects.Pose.Walking
|
||||
commentId: F:TinyLife.Objects.Pose.Walking
|
||||
id: Walking
|
||||
parent: TinyLife.Objects.Person.Pose
|
||||
parent: TinyLife.Objects.Pose
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Walking
|
||||
nameWithType: Person.Pose.Walking
|
||||
fullName: TinyLife.Objects.Person.Pose.Walking
|
||||
nameWithType: Pose.Walking
|
||||
fullName: TinyLife.Objects.Pose.Walking
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
|
@ -88,7 +88,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Walking
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 2876
|
||||
startLine: 2952
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -97,17 +97,17 @@ items:
|
|||
syntax:
|
||||
content: Walking = 1
|
||||
return:
|
||||
type: TinyLife.Objects.Person.Pose
|
||||
- uid: TinyLife.Objects.Person.Pose.Sitting
|
||||
commentId: F:TinyLife.Objects.Person.Pose.Sitting
|
||||
type: TinyLife.Objects.Pose
|
||||
- uid: TinyLife.Objects.Pose.Sitting
|
||||
commentId: F:TinyLife.Objects.Pose.Sitting
|
||||
id: Sitting
|
||||
parent: TinyLife.Objects.Person.Pose
|
||||
parent: TinyLife.Objects.Pose
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Sitting
|
||||
nameWithType: Person.Pose.Sitting
|
||||
fullName: TinyLife.Objects.Person.Pose.Sitting
|
||||
nameWithType: Pose.Sitting
|
||||
fullName: TinyLife.Objects.Pose.Sitting
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
|
@ -116,7 +116,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Sitting
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 2880
|
||||
startLine: 2956
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -125,17 +125,17 @@ items:
|
|||
syntax:
|
||||
content: Sitting = 2
|
||||
return:
|
||||
type: TinyLife.Objects.Person.Pose
|
||||
- uid: TinyLife.Objects.Person.Pose.Laying
|
||||
commentId: F:TinyLife.Objects.Person.Pose.Laying
|
||||
type: TinyLife.Objects.Pose
|
||||
- uid: TinyLife.Objects.Pose.Laying
|
||||
commentId: F:TinyLife.Objects.Pose.Laying
|
||||
id: Laying
|
||||
parent: TinyLife.Objects.Person.Pose
|
||||
parent: TinyLife.Objects.Pose
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Laying
|
||||
nameWithType: Person.Pose.Laying
|
||||
fullName: TinyLife.Objects.Person.Pose.Laying
|
||||
nameWithType: Pose.Laying
|
||||
fullName: TinyLife.Objects.Pose.Laying
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
|
@ -144,7 +144,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Laying
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 2885
|
||||
startLine: 2961
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -153,17 +153,17 @@ items:
|
|||
syntax:
|
||||
content: Laying = 3
|
||||
return:
|
||||
type: TinyLife.Objects.Person.Pose
|
||||
- uid: TinyLife.Objects.Person.Pose.SittingGround
|
||||
commentId: F:TinyLife.Objects.Person.Pose.SittingGround
|
||||
type: TinyLife.Objects.Pose
|
||||
- uid: TinyLife.Objects.Pose.SittingGround
|
||||
commentId: F:TinyLife.Objects.Pose.SittingGround
|
||||
id: SittingGround
|
||||
parent: TinyLife.Objects.Person.Pose
|
||||
parent: TinyLife.Objects.Pose
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: SittingGround
|
||||
nameWithType: Person.Pose.SittingGround
|
||||
fullName: TinyLife.Objects.Person.Pose.SittingGround
|
||||
nameWithType: Pose.SittingGround
|
||||
fullName: TinyLife.Objects.Pose.SittingGround
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
|
@ -172,7 +172,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SittingGround
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 2890
|
||||
startLine: 2966
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -181,17 +181,17 @@ items:
|
|||
syntax:
|
||||
content: SittingGround = 4
|
||||
return:
|
||||
type: TinyLife.Objects.Person.Pose
|
||||
- uid: TinyLife.Objects.Person.Pose.WorkingStanding
|
||||
commentId: F:TinyLife.Objects.Person.Pose.WorkingStanding
|
||||
type: TinyLife.Objects.Pose
|
||||
- uid: TinyLife.Objects.Pose.WorkingStanding
|
||||
commentId: F:TinyLife.Objects.Pose.WorkingStanding
|
||||
id: WorkingStanding
|
||||
parent: TinyLife.Objects.Person.Pose
|
||||
parent: TinyLife.Objects.Pose
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: WorkingStanding
|
||||
nameWithType: Person.Pose.WorkingStanding
|
||||
fullName: TinyLife.Objects.Person.Pose.WorkingStanding
|
||||
nameWithType: Pose.WorkingStanding
|
||||
fullName: TinyLife.Objects.Pose.WorkingStanding
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
|
@ -200,7 +200,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: WorkingStanding
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 2894
|
||||
startLine: 2970
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -209,17 +209,17 @@ items:
|
|||
syntax:
|
||||
content: WorkingStanding = 5
|
||||
return:
|
||||
type: TinyLife.Objects.Person.Pose
|
||||
- uid: TinyLife.Objects.Person.Pose.WorkingSitting
|
||||
commentId: F:TinyLife.Objects.Person.Pose.WorkingSitting
|
||||
type: TinyLife.Objects.Pose
|
||||
- uid: TinyLife.Objects.Pose.WorkingSitting
|
||||
commentId: F:TinyLife.Objects.Pose.WorkingSitting
|
||||
id: WorkingSitting
|
||||
parent: TinyLife.Objects.Person.Pose
|
||||
parent: TinyLife.Objects.Pose
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: WorkingSitting
|
||||
nameWithType: Person.Pose.WorkingSitting
|
||||
fullName: TinyLife.Objects.Person.Pose.WorkingSitting
|
||||
nameWithType: Pose.WorkingSitting
|
||||
fullName: TinyLife.Objects.Pose.WorkingSitting
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
|
@ -228,7 +228,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: WorkingSitting
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 2898
|
||||
startLine: 2974
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -237,17 +237,17 @@ items:
|
|||
syntax:
|
||||
content: WorkingSitting = 6
|
||||
return:
|
||||
type: TinyLife.Objects.Person.Pose
|
||||
- uid: TinyLife.Objects.Person.Pose.WorkingSittingGround
|
||||
commentId: F:TinyLife.Objects.Person.Pose.WorkingSittingGround
|
||||
type: TinyLife.Objects.Pose
|
||||
- uid: TinyLife.Objects.Pose.WorkingSittingGround
|
||||
commentId: F:TinyLife.Objects.Pose.WorkingSittingGround
|
||||
id: WorkingSittingGround
|
||||
parent: TinyLife.Objects.Person.Pose
|
||||
parent: TinyLife.Objects.Pose
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: WorkingSittingGround
|
||||
nameWithType: Person.Pose.WorkingSittingGround
|
||||
fullName: TinyLife.Objects.Person.Pose.WorkingSittingGround
|
||||
nameWithType: Pose.WorkingSittingGround
|
||||
fullName: TinyLife.Objects.Pose.WorkingSittingGround
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
|
@ -256,7 +256,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: WorkingSittingGround
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 2902
|
||||
startLine: 2978
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -265,17 +265,17 @@ items:
|
|||
syntax:
|
||||
content: WorkingSittingGround = 7
|
||||
return:
|
||||
type: TinyLife.Objects.Person.Pose
|
||||
- uid: TinyLife.Objects.Person.Pose.Running
|
||||
commentId: F:TinyLife.Objects.Person.Pose.Running
|
||||
type: TinyLife.Objects.Pose
|
||||
- uid: TinyLife.Objects.Pose.Running
|
||||
commentId: F:TinyLife.Objects.Pose.Running
|
||||
id: Running
|
||||
parent: TinyLife.Objects.Person.Pose
|
||||
parent: TinyLife.Objects.Pose
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Running
|
||||
nameWithType: Person.Pose.Running
|
||||
fullName: TinyLife.Objects.Person.Pose.Running
|
||||
nameWithType: Pose.Running
|
||||
fullName: TinyLife.Objects.Pose.Running
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
|
@ -284,7 +284,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Running
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 2906
|
||||
startLine: 2982
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -293,17 +293,17 @@ items:
|
|||
syntax:
|
||||
content: Running = 8
|
||||
return:
|
||||
type: TinyLife.Objects.Person.Pose
|
||||
- uid: TinyLife.Objects.Person.Pose.StandingArmsOut
|
||||
commentId: F:TinyLife.Objects.Person.Pose.StandingArmsOut
|
||||
type: TinyLife.Objects.Pose
|
||||
- uid: TinyLife.Objects.Pose.StandingArmsOut
|
||||
commentId: F:TinyLife.Objects.Pose.StandingArmsOut
|
||||
id: StandingArmsOut
|
||||
parent: TinyLife.Objects.Person.Pose
|
||||
parent: TinyLife.Objects.Pose
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: StandingArmsOut
|
||||
nameWithType: Person.Pose.StandingArmsOut
|
||||
fullName: TinyLife.Objects.Person.Pose.StandingArmsOut
|
||||
nameWithType: Pose.StandingArmsOut
|
||||
fullName: TinyLife.Objects.Pose.StandingArmsOut
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
|
@ -312,7 +312,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: StandingArmsOut
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 2910
|
||||
startLine: 2986
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -321,17 +321,17 @@ items:
|
|||
syntax:
|
||||
content: StandingArmsOut = 9
|
||||
return:
|
||||
type: TinyLife.Objects.Person.Pose
|
||||
- uid: TinyLife.Objects.Person.Pose.WalkingArmsOut
|
||||
commentId: F:TinyLife.Objects.Person.Pose.WalkingArmsOut
|
||||
type: TinyLife.Objects.Pose
|
||||
- uid: TinyLife.Objects.Pose.WalkingArmsOut
|
||||
commentId: F:TinyLife.Objects.Pose.WalkingArmsOut
|
||||
id: WalkingArmsOut
|
||||
parent: TinyLife.Objects.Person.Pose
|
||||
parent: TinyLife.Objects.Pose
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: WalkingArmsOut
|
||||
nameWithType: Person.Pose.WalkingArmsOut
|
||||
fullName: TinyLife.Objects.Person.Pose.WalkingArmsOut
|
||||
nameWithType: Pose.WalkingArmsOut
|
||||
fullName: TinyLife.Objects.Pose.WalkingArmsOut
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
|
@ -340,14 +340,14 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: WalkingArmsOut
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 2911
|
||||
startLine: 2987
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
syntax:
|
||||
content: WalkingArmsOut = 10
|
||||
return:
|
||||
type: TinyLife.Objects.Person.Pose
|
||||
type: TinyLife.Objects.Pose
|
||||
references:
|
||||
- uid: TinyLife.Objects.Person
|
||||
commentId: T:TinyLife.Objects.Person
|
||||
|
@ -372,59 +372,59 @@ references:
|
|||
- name: .
|
||||
- uid: TinyLife.Objects
|
||||
name: Objects
|
||||
- uid: TinyLife.Objects.Person.Pose.TinyLife.Utilities.Extensions.JsonCopy``1
|
||||
- uid: TinyLife.Objects.Pose.TinyLife.Utilities.Extensions.JsonCopy``1
|
||||
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
||||
parent: TinyLife.Utilities.Extensions
|
||||
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
||||
name: JsonCopy<Pose>(Pose)
|
||||
nameWithType: Extensions.JsonCopy<Person.Pose>(Person.Pose)
|
||||
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Objects.Person.Pose>(TinyLife.Objects.Person.Pose)
|
||||
nameWithType.vb: Extensions.JsonCopy(Of Person.Pose)(Person.Pose)
|
||||
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Objects.Person.Pose)(TinyLife.Objects.Person.Pose)
|
||||
nameWithType: Extensions.JsonCopy<Pose>(Pose)
|
||||
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Objects.Pose>(TinyLife.Objects.Pose)
|
||||
nameWithType.vb: Extensions.JsonCopy(Of Pose)(Pose)
|
||||
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Objects.Pose)(TinyLife.Objects.Pose)
|
||||
name.vb: JsonCopy(Of Pose)(Pose)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Objects.Person.Pose)
|
||||
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Objects.Pose)
|
||||
name: JsonCopy
|
||||
- name: <
|
||||
- uid: TinyLife.Objects.Person.Pose
|
||||
- uid: TinyLife.Objects.Pose
|
||||
name: Pose
|
||||
- name: '>'
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.Person.Pose
|
||||
- uid: TinyLife.Objects.Pose
|
||||
name: Pose
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Objects.Person.Pose)
|
||||
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Objects.Pose)
|
||||
name: JsonCopy
|
||||
- name: (
|
||||
- name: Of
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.Person.Pose
|
||||
- uid: TinyLife.Objects.Pose
|
||||
name: Pose
|
||||
- name: )
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.Person.Pose
|
||||
- uid: TinyLife.Objects.Pose
|
||||
name: Pose
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.Person.Pose.TinyLife.Utilities.Extensions.ToWorking
|
||||
commentId: M:TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Person.Pose)
|
||||
- uid: TinyLife.Objects.Pose.TinyLife.Utilities.Extensions.ToWorking
|
||||
commentId: M:TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Pose)
|
||||
parent: TinyLife.Utilities.Extensions
|
||||
definition: TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Person.Pose)
|
||||
definition: TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Pose)
|
||||
name: ToWorking(Pose)
|
||||
nameWithType: Extensions.ToWorking(Person.Pose)
|
||||
fullName: TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Person.Pose)
|
||||
nameWithType: Extensions.ToWorking(Pose)
|
||||
fullName: TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Pose)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Person.Pose)
|
||||
- uid: TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Pose)
|
||||
name: ToWorking
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.Person.Pose
|
||||
- uid: TinyLife.Objects.Pose
|
||||
name: Pose
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Person.Pose)
|
||||
- uid: TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Pose)
|
||||
name: ToWorking
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.Person.Pose
|
||||
- uid: TinyLife.Objects.Pose
|
||||
name: Pose
|
||||
- name: )
|
||||
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
||||
|
@ -461,23 +461,23 @@ references:
|
|||
name: Extensions
|
||||
nameWithType: Extensions
|
||||
fullName: TinyLife.Utilities.Extensions
|
||||
- uid: TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Person.Pose)
|
||||
commentId: M:TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Person.Pose)
|
||||
- uid: TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Pose)
|
||||
commentId: M:TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Pose)
|
||||
name: ToWorking(Pose)
|
||||
nameWithType: Extensions.ToWorking(Person.Pose)
|
||||
fullName: TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Person.Pose)
|
||||
nameWithType: Extensions.ToWorking(Pose)
|
||||
fullName: TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Pose)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Person.Pose)
|
||||
- uid: TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Pose)
|
||||
name: ToWorking
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.Person.Pose
|
||||
- uid: TinyLife.Objects.Pose
|
||||
name: Pose
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Person.Pose)
|
||||
- uid: TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Pose)
|
||||
name: ToWorking
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.Person.Pose
|
||||
- uid: TinyLife.Objects.Pose
|
||||
name: Pose
|
||||
- name: )
|
||||
- uid: TinyLife.Utilities
|
||||
|
@ -497,21 +497,9 @@ references:
|
|||
- name: .
|
||||
- uid: TinyLife.Utilities
|
||||
name: Utilities
|
||||
- uid: TinyLife.Objects.Person.Pose
|
||||
commentId: T:TinyLife.Objects.Person.Pose
|
||||
- uid: TinyLife.Objects.Pose
|
||||
commentId: T:TinyLife.Objects.Pose
|
||||
parent: TinyLife.Objects
|
||||
name: Person.Pose
|
||||
nameWithType: Person.Pose
|
||||
fullName: TinyLife.Objects.Person.Pose
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
- name: .
|
||||
- uid: TinyLife.Objects.Person.Pose
|
||||
name: Pose
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
- name: .
|
||||
- uid: TinyLife.Objects.Person.Pose
|
||||
name: Pose
|
||||
name: Pose
|
||||
nameWithType: Pose
|
||||
fullName: TinyLife.Objects.Pose
|
220
docs/api/TinyLife.Objects.PregnancyAbility.yml
Normal file
220
docs/api/TinyLife.Objects.PregnancyAbility.yml
Normal 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
|
|
@ -35,7 +35,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SpeakStyle
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 3009
|
||||
startLine: 3064
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -74,7 +74,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Affirmative
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 3013
|
||||
startLine: 3068
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -100,7 +100,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Angry
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 3014
|
||||
startLine: 3069
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -126,7 +126,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Annoyed
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 3015
|
||||
startLine: 3070
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -152,7 +152,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Bored
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 3016
|
||||
startLine: 3071
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -178,7 +178,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Childish
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 3017
|
||||
startLine: 3072
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -204,7 +204,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Confident
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 3018
|
||||
startLine: 3073
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -230,7 +230,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Confused
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 3019
|
||||
startLine: 3074
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -256,7 +256,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Disagreeing
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 3020
|
||||
startLine: 3075
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -282,7 +282,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Excited
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 3021
|
||||
startLine: 3076
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -308,7 +308,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Happy
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 3022
|
||||
startLine: 3077
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -334,7 +334,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Neutral
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 3023
|
||||
startLine: 3078
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -360,7 +360,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Questioning
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 3024
|
||||
startLine: 3079
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -386,7 +386,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Sad
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 3025
|
||||
startLine: 3080
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -412,7 +412,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Scared
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 3026
|
||||
startLine: 3081
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -438,7 +438,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Shocked
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 3027
|
||||
startLine: 3082
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -464,7 +464,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Thinking
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 3028
|
||||
startLine: 3083
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
|
|
@ -23,7 +23,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: VoiceStyle
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 3037
|
||||
startLine: 3092
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -52,7 +52,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Low
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 3040
|
||||
startLine: 3095
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -78,7 +78,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: High
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 3041
|
||||
startLine: 3096
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -104,7 +104,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Child
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 3042
|
||||
startLine: 3097
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -130,7 +130,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Baby
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 3044
|
||||
startLine: 3099
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
|
|
@ -15,6 +15,7 @@ items:
|
|||
- TinyLife.Objects.ClothesLayer
|
||||
- TinyLife.Objects.CornerFurniture
|
||||
- TinyLife.Objects.CornerFurniture.Counter
|
||||
- TinyLife.Objects.DeathReason
|
||||
- TinyLife.Objects.Fence
|
||||
- TinyLife.Objects.Fireplace
|
||||
- TinyLife.Objects.Food
|
||||
|
@ -40,14 +41,15 @@ items:
|
|||
- TinyLife.Objects.Particle
|
||||
- TinyLife.Objects.Person
|
||||
- TinyLife.Objects.Person.ActionUpdateDelegate
|
||||
- TinyLife.Objects.Person.DeathReason
|
||||
- TinyLife.Objects.Person.EfficiencyModifierDelegate
|
||||
- TinyLife.Objects.Person.EmotionModifiersChangedDelegate
|
||||
- TinyLife.Objects.Person.PassiveActionPriorityDelegate
|
||||
- TinyLife.Objects.Person.Pose
|
||||
- TinyLife.Objects.Person.RelationshipChangeDelegate
|
||||
- TinyLife.Objects.Person.RestoreNeedDelegate
|
||||
- TinyLife.Objects.Person.WalkSpeedDelegate
|
||||
- TinyLife.Objects.PersonAi
|
||||
- TinyLife.Objects.Pose
|
||||
- TinyLife.Objects.PregnancyAbility
|
||||
- TinyLife.Objects.ScreenObject
|
||||
- TinyLife.Objects.SpeakStyle
|
||||
- TinyLife.Objects.TrashBag
|
||||
|
@ -424,42 +426,36 @@ references:
|
|||
- name: .
|
||||
- uid: TinyLife.Objects.Person.EmotionModifiersChangedDelegate
|
||||
name: EmotionModifiersChangedDelegate
|
||||
- uid: TinyLife.Objects.Person.Pose
|
||||
commentId: T:TinyLife.Objects.Person.Pose
|
||||
- uid: TinyLife.Objects.Person.RelationshipChangeDelegate
|
||||
commentId: T:TinyLife.Objects.Person.RelationshipChangeDelegate
|
||||
parent: TinyLife.Objects
|
||||
name: Person.Pose
|
||||
nameWithType: Person.Pose
|
||||
fullName: TinyLife.Objects.Person.Pose
|
||||
name: Person.RelationshipChangeDelegate
|
||||
nameWithType: Person.RelationshipChangeDelegate
|
||||
fullName: TinyLife.Objects.Person.RelationshipChangeDelegate
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
- name: .
|
||||
- uid: TinyLife.Objects.Person.Pose
|
||||
name: Pose
|
||||
- uid: TinyLife.Objects.Person.RelationshipChangeDelegate
|
||||
name: RelationshipChangeDelegate
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
- name: .
|
||||
- uid: TinyLife.Objects.Person.Pose
|
||||
name: Pose
|
||||
- uid: TinyLife.Objects.Person.DeathReason
|
||||
commentId: T:TinyLife.Objects.Person.DeathReason
|
||||
- uid: TinyLife.Objects.Person.RelationshipChangeDelegate
|
||||
name: RelationshipChangeDelegate
|
||||
- uid: TinyLife.Objects.Pose
|
||||
commentId: T:TinyLife.Objects.Pose
|
||||
parent: TinyLife.Objects
|
||||
name: Person.DeathReason
|
||||
nameWithType: Person.DeathReason
|
||||
fullName: TinyLife.Objects.Person.DeathReason
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
- name: .
|
||||
- uid: TinyLife.Objects.Person.DeathReason
|
||||
name: DeathReason
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
- name: .
|
||||
- uid: TinyLife.Objects.Person.DeathReason
|
||||
name: DeathReason
|
||||
name: Pose
|
||||
nameWithType: Pose
|
||||
fullName: TinyLife.Objects.Pose
|
||||
- uid: TinyLife.Objects.DeathReason
|
||||
commentId: T:TinyLife.Objects.DeathReason
|
||||
parent: TinyLife.Objects
|
||||
name: DeathReason
|
||||
nameWithType: DeathReason
|
||||
fullName: TinyLife.Objects.DeathReason
|
||||
- uid: TinyLife.Objects.AgeGroup
|
||||
commentId: T:TinyLife.Objects.AgeGroup
|
||||
parent: TinyLife.Objects
|
||||
|
@ -484,6 +480,12 @@ references:
|
|||
name: VoiceStyle
|
||||
nameWithType: VoiceStyle
|
||||
fullName: TinyLife.Objects.VoiceStyle
|
||||
- uid: TinyLife.Objects.PregnancyAbility
|
||||
commentId: T:TinyLife.Objects.PregnancyAbility
|
||||
parent: TinyLife.Objects
|
||||
name: PregnancyAbility
|
||||
nameWithType: PregnancyAbility
|
||||
fullName: TinyLife.Objects.PregnancyAbility
|
||||
- uid: TinyLife.Objects.PersonAi
|
||||
commentId: T:TinyLife.Objects.PersonAi
|
||||
name: PersonAi
|
||||
|
|
|
@ -22,7 +22,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: TypeCategory
|
||||
path: ../TinyLife/PersonalityType.cs
|
||||
startLine: 281
|
||||
startLine: 305
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -51,7 +51,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Major
|
||||
path: ../TinyLife/PersonalityType.cs
|
||||
startLine: 286
|
||||
startLine: 310
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -79,7 +79,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Minor
|
||||
path: ../TinyLife/PersonalityType.cs
|
||||
startLine: 290
|
||||
startLine: 314
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -107,7 +107,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Hidden
|
||||
path: ../TinyLife/PersonalityType.cs
|
||||
startLine: 295
|
||||
startLine: 319
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
|
|
@ -6,6 +6,7 @@ items:
|
|||
parent: TinyLife
|
||||
children:
|
||||
- TinyLife.PersonalityType.#ctor(System.String,MLEM.Textures.TextureRegion)
|
||||
- TinyLife.PersonalityType.AfraidOfStrangers
|
||||
- TinyLife.PersonalityType.AllowedAges
|
||||
- TinyLife.PersonalityType.Ambitious
|
||||
- TinyLife.PersonalityType.Aromantic
|
||||
|
@ -16,6 +17,7 @@ items:
|
|||
- TinyLife.PersonalityType.CapableCarpenter
|
||||
- TinyLife.PersonalityType.Category
|
||||
- TinyLife.PersonalityType.CityNative
|
||||
- TinyLife.PersonalityType.Clingy
|
||||
- TinyLife.PersonalityType.CommunicativeBaby
|
||||
- TinyLife.PersonalityType.ComputerAddict
|
||||
- TinyLife.PersonalityType.CreateInfoGroup(MLEM.Ui.Anchor,System.Single)
|
||||
|
@ -23,12 +25,15 @@ items:
|
|||
- TinyLife.PersonalityType.Energetic
|
||||
- TinyLife.PersonalityType.Extroverted
|
||||
- TinyLife.PersonalityType.FamilyFocused
|
||||
- TinyLife.PersonalityType.FastLearner
|
||||
- TinyLife.PersonalityType.FillRandomly(TinyLife.Objects.Person,System.Random)
|
||||
- TinyLife.PersonalityType.Foodie
|
||||
- TinyLife.PersonalityType.FriendOfEveryone
|
||||
- TinyLife.PersonalityType.GymRat
|
||||
- TinyLife.PersonalityType.HatesChildren
|
||||
- TinyLife.PersonalityType.HouseholdHero
|
||||
- TinyLife.PersonalityType.Incompatible
|
||||
- TinyLife.PersonalityType.Independent
|
||||
- TinyLife.PersonalityType.Introverted
|
||||
- TinyLife.PersonalityType.IsCompatible(TinyLife.PersonalityType)
|
||||
- TinyLife.PersonalityType.Lazy
|
||||
|
@ -66,7 +71,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PersonalityType
|
||||
path: ../TinyLife/PersonalityType.cs
|
||||
startLine: 25
|
||||
startLine: 26
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -113,7 +118,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Types
|
||||
path: ../TinyLife/PersonalityType.cs
|
||||
startLine: 35
|
||||
startLine: 36
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -142,7 +147,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: MaxMajorsPerPerson
|
||||
path: ../TinyLife/PersonalityType.cs
|
||||
startLine: 39
|
||||
startLine: 40
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -171,7 +176,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Lazy
|
||||
path: ../TinyLife/PersonalityType.cs
|
||||
startLine: 49
|
||||
startLine: 50
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -198,7 +203,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Energetic
|
||||
path: ../TinyLife/PersonalityType.cs
|
||||
startLine: 52
|
||||
startLine: 53
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -225,7 +230,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Creative
|
||||
path: ../TinyLife/PersonalityType.cs
|
||||
startLine: 56
|
||||
startLine: 57
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -252,7 +257,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Likeable
|
||||
path: ../TinyLife/PersonalityType.cs
|
||||
startLine: 59
|
||||
startLine: 60
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -279,7 +284,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Mean
|
||||
path: ../TinyLife/PersonalityType.cs
|
||||
startLine: 62
|
||||
startLine: 63
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -306,7 +311,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Ambitious
|
||||
path: ../TinyLife/PersonalityType.cs
|
||||
startLine: 66
|
||||
startLine: 67
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -333,7 +338,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Thinker
|
||||
path: ../TinyLife/PersonalityType.cs
|
||||
startLine: 70
|
||||
startLine: 71
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -360,7 +365,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Introverted
|
||||
path: ../TinyLife/PersonalityType.cs
|
||||
startLine: 73
|
||||
startLine: 74
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -387,7 +392,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Extroverted
|
||||
path: ../TinyLife/PersonalityType.cs
|
||||
startLine: 74
|
||||
startLine: 75
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -414,7 +419,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FamilyFocused
|
||||
path: ../TinyLife/PersonalityType.cs
|
||||
startLine: 78
|
||||
startLine: 79
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -441,7 +446,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Foodie
|
||||
path: ../TinyLife/PersonalityType.cs
|
||||
startLine: 83
|
||||
startLine: 84
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -468,7 +473,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Outdoorsy
|
||||
path: ../TinyLife/PersonalityType.cs
|
||||
startLine: 86
|
||||
startLine: 87
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -495,7 +500,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Techie
|
||||
path: ../TinyLife/PersonalityType.cs
|
||||
startLine: 87
|
||||
startLine: 88
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -522,7 +527,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Thrifty
|
||||
path: ../TinyLife/PersonalityType.cs
|
||||
startLine: 91
|
||||
startLine: 92
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -531,6 +536,114 @@ items:
|
|||
return:
|
||||
type: TinyLife.PersonalityType
|
||||
content.vb: Public Shared ReadOnly Thrifty As PersonalityType
|
||||
- uid: TinyLife.PersonalityType.Independent
|
||||
commentId: F:TinyLife.PersonalityType.Independent
|
||||
id: Independent
|
||||
parent: TinyLife.PersonalityType
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Independent
|
||||
nameWithType: PersonalityType.Independent
|
||||
fullName: TinyLife.PersonalityType.Independent
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/PersonalityType.cs
|
||||
branch: main
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Independent
|
||||
path: ../TinyLife/PersonalityType.cs
|
||||
startLine: 97
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
syntax:
|
||||
content: public static readonly PersonalityType Independent
|
||||
return:
|
||||
type: TinyLife.PersonalityType
|
||||
content.vb: Public Shared ReadOnly Independent As PersonalityType
|
||||
- uid: TinyLife.PersonalityType.FastLearner
|
||||
commentId: F:TinyLife.PersonalityType.FastLearner
|
||||
id: FastLearner
|
||||
parent: TinyLife.PersonalityType
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: FastLearner
|
||||
nameWithType: PersonalityType.FastLearner
|
||||
fullName: TinyLife.PersonalityType.FastLearner
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/PersonalityType.cs
|
||||
branch: main
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FastLearner
|
||||
path: ../TinyLife/PersonalityType.cs
|
||||
startLine: 101
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
syntax:
|
||||
content: public static readonly PersonalityType FastLearner
|
||||
return:
|
||||
type: TinyLife.PersonalityType
|
||||
content.vb: Public Shared ReadOnly FastLearner As PersonalityType
|
||||
- uid: TinyLife.PersonalityType.Clingy
|
||||
commentId: F:TinyLife.PersonalityType.Clingy
|
||||
id: Clingy
|
||||
parent: TinyLife.PersonalityType
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Clingy
|
||||
nameWithType: PersonalityType.Clingy
|
||||
fullName: TinyLife.PersonalityType.Clingy
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/PersonalityType.cs
|
||||
branch: main
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Clingy
|
||||
path: ../TinyLife/PersonalityType.cs
|
||||
startLine: 105
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
syntax:
|
||||
content: public static readonly PersonalityType Clingy
|
||||
return:
|
||||
type: TinyLife.PersonalityType
|
||||
content.vb: Public Shared ReadOnly Clingy As PersonalityType
|
||||
- uid: TinyLife.PersonalityType.AfraidOfStrangers
|
||||
commentId: F:TinyLife.PersonalityType.AfraidOfStrangers
|
||||
id: AfraidOfStrangers
|
||||
parent: TinyLife.PersonalityType
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: AfraidOfStrangers
|
||||
nameWithType: PersonalityType.AfraidOfStrangers
|
||||
fullName: TinyLife.PersonalityType.AfraidOfStrangers
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/PersonalityType.cs
|
||||
branch: main
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AfraidOfStrangers
|
||||
path: ../TinyLife/PersonalityType.cs
|
||||
startLine: 109
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
syntax:
|
||||
content: public static readonly PersonalityType AfraidOfStrangers
|
||||
return:
|
||||
type: TinyLife.PersonalityType
|
||||
content.vb: Public Shared ReadOnly AfraidOfStrangers As PersonalityType
|
||||
- uid: TinyLife.PersonalityType.Asexual
|
||||
commentId: F:TinyLife.PersonalityType.Asexual
|
||||
id: Asexual
|
||||
|
@ -549,7 +662,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Asexual
|
||||
path: ../TinyLife/PersonalityType.cs
|
||||
startLine: 97
|
||||
startLine: 116
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -576,7 +689,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Aromantic
|
||||
path: ../TinyLife/PersonalityType.cs
|
||||
startLine: 101
|
||||
startLine: 120
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -603,7 +716,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: HatesChildren
|
||||
path: ../TinyLife/PersonalityType.cs
|
||||
startLine: 105
|
||||
startLine: 124
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -630,7 +743,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Pescetarian
|
||||
path: ../TinyLife/PersonalityType.cs
|
||||
startLine: 109
|
||||
startLine: 128
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -657,7 +770,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Vegetarian
|
||||
path: ../TinyLife/PersonalityType.cs
|
||||
startLine: 113
|
||||
startLine: 132
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -684,7 +797,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Vegan
|
||||
path: ../TinyLife/PersonalityType.cs
|
||||
startLine: 117
|
||||
startLine: 136
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -711,7 +824,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: MasterChef
|
||||
path: ../TinyLife/PersonalityType.cs
|
||||
startLine: 123
|
||||
startLine: 142
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -738,7 +851,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SmartKid
|
||||
path: ../TinyLife/PersonalityType.cs
|
||||
startLine: 126
|
||||
startLine: 145
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -765,7 +878,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GymRat
|
||||
path: ../TinyLife/PersonalityType.cs
|
||||
startLine: 130
|
||||
startLine: 149
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -792,7 +905,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: HouseholdHero
|
||||
path: ../TinyLife/PersonalityType.cs
|
||||
startLine: 133
|
||||
startLine: 152
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -819,7 +932,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ComputerAddict
|
||||
path: ../TinyLife/PersonalityType.cs
|
||||
startLine: 136
|
||||
startLine: 155
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -846,7 +959,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FriendOfEveryone
|
||||
path: ../TinyLife/PersonalityType.cs
|
||||
startLine: 139
|
||||
startLine: 158
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -873,7 +986,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Millionaire
|
||||
path: ../TinyLife/PersonalityType.cs
|
||||
startLine: 143
|
||||
startLine: 162
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -900,7 +1013,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CapableCarpenter
|
||||
path: ../TinyLife/PersonalityType.cs
|
||||
startLine: 146
|
||||
startLine: 165
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -927,7 +1040,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PerfectPainter
|
||||
path: ../TinyLife/PersonalityType.cs
|
||||
startLine: 149
|
||||
startLine: 168
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -954,7 +1067,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CityNative
|
||||
path: ../TinyLife/PersonalityType.cs
|
||||
startLine: 152
|
||||
startLine: 171
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -981,7 +1094,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ReadBaby
|
||||
path: ../TinyLife/PersonalityType.cs
|
||||
startLine: 155
|
||||
startLine: 174
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -1008,7 +1121,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CommunicativeBaby
|
||||
path: ../TinyLife/PersonalityType.cs
|
||||
startLine: 158
|
||||
startLine: 177
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -1035,7 +1148,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Name
|
||||
path: ../TinyLife/PersonalityType.cs
|
||||
startLine: 167
|
||||
startLine: 186
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -1064,7 +1177,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Texture
|
||||
path: ../TinyLife/PersonalityType.cs
|
||||
startLine: 171
|
||||
startLine: 190
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -1093,7 +1206,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Incompatible
|
||||
path: ../TinyLife/PersonalityType.cs
|
||||
startLine: 176
|
||||
startLine: 195
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -1124,7 +1237,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: BoostedSkills
|
||||
path: ../TinyLife/PersonalityType.cs
|
||||
startLine: 183
|
||||
startLine: 202
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -1158,7 +1271,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: BoostedSkillTypes
|
||||
path: ../TinyLife/PersonalityType.cs
|
||||
startLine: 190
|
||||
startLine: 209
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -1192,11 +1305,11 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AllowedAges
|
||||
path: ../TinyLife/PersonalityType.cs
|
||||
startLine: 195
|
||||
startLine: 214
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
summary: "\nA set of age group flags that represent people of which ages can have this personality type.\nThis value defaults to ~0, or all ages.\n"
|
||||
summary: "\nA set of age group flags that represent people of which ages can have this personality type.\nThis value defaults to all ages except babies.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public AgeGroup AllowedAges { get; init; }
|
||||
|
@ -1223,7 +1336,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Category
|
||||
path: ../TinyLife/PersonalityType.cs
|
||||
startLine: 199
|
||||
startLine: 218
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -1254,7 +1367,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SourceString
|
||||
path: ../TinyLife/PersonalityType.cs
|
||||
startLine: 201
|
||||
startLine: 220
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -1287,7 +1400,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/PersonalityType.cs
|
||||
startLine: 208
|
||||
startLine: 227
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -1325,7 +1438,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IsCompatible
|
||||
path: ../TinyLife/PersonalityType.cs
|
||||
startLine: 218
|
||||
startLine: 237
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -1360,7 +1473,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanApply
|
||||
path: ../TinyLife/PersonalityType.cs
|
||||
startLine: 228
|
||||
startLine: 247
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -1395,7 +1508,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CreateInfoGroup
|
||||
path: ../TinyLife/PersonalityType.cs
|
||||
startLine: 240
|
||||
startLine: 259
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -1436,7 +1549,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Register
|
||||
path: ../TinyLife/PersonalityType.cs
|
||||
startLine: 255
|
||||
startLine: 274
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -1453,6 +1566,37 @@ items:
|
|||
description: The personality type, for chaining
|
||||
content.vb: Public Shared Function Register(type As PersonalityType) As PersonalityType
|
||||
overload: TinyLife.PersonalityType.Register*
|
||||
- uid: TinyLife.PersonalityType.FillRandomly(TinyLife.Objects.Person,System.Random)
|
||||
commentId: M:TinyLife.PersonalityType.FillRandomly(TinyLife.Objects.Person,System.Random)
|
||||
id: FillRandomly(TinyLife.Objects.Person,System.Random)
|
||||
parent: TinyLife.PersonalityType
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: FillRandomly(Person, Random)
|
||||
nameWithType: PersonalityType.FillRandomly(Person, Random)
|
||||
fullName: TinyLife.PersonalityType.FillRandomly(TinyLife.Objects.Person, System.Random)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/PersonalityType.cs
|
||||
branch: main
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FillRandomly
|
||||
path: ../TinyLife/PersonalityType.cs
|
||||
startLine: 280
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
syntax:
|
||||
content: public static void FillRandomly(Person person, Random random)
|
||||
parameters:
|
||||
- id: person
|
||||
type: TinyLife.Objects.Person
|
||||
- id: random
|
||||
type: System.Random
|
||||
content.vb: Public Shared Sub FillRandomly(person As Person, random As Random)
|
||||
overload: TinyLife.PersonalityType.FillRandomly*
|
||||
references:
|
||||
- uid: TinyLife.Objects.Person
|
||||
commentId: T:TinyLife.Objects.Person
|
||||
|
@ -2598,3 +2742,16 @@ references:
|
|||
name: Register
|
||||
nameWithType: PersonalityType.Register
|
||||
fullName: TinyLife.PersonalityType.Register
|
||||
- uid: TinyLife.PersonalityType.FillRandomly*
|
||||
commentId: Overload:TinyLife.PersonalityType.FillRandomly
|
||||
name: FillRandomly
|
||||
nameWithType: PersonalityType.FillRandomly
|
||||
fullName: TinyLife.PersonalityType.FillRandomly
|
||||
- uid: System.Random
|
||||
commentId: T:System.Random
|
||||
parent: System
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.random
|
||||
name: Random
|
||||
nameWithType: Random
|
||||
fullName: System.Random
|
||||
|
|
|
@ -8,7 +8,7 @@ items:
|
|||
- TinyLife.Relationship.AddRecentSocial(TinyLife.Actions.ActionType)
|
||||
- TinyLife.Relationship.CreatePanel(TinyLife.Objects.Person,TinyLife.Objects.Person,TinyLife.Relationship,Microsoft.Xna.Framework.Vector2)
|
||||
- TinyLife.Relationship.Dating
|
||||
- TinyLife.Relationship.DisplayString
|
||||
- TinyLife.Relationship.FriendDisplayString
|
||||
- TinyLife.Relationship.FriendLevel
|
||||
- TinyLife.Relationship.FriendPercentage
|
||||
- TinyLife.Relationship.Genealogy
|
||||
|
@ -27,10 +27,12 @@ items:
|
|||
- TinyLife.Relationship.PassiveRomanceReduction
|
||||
- TinyLife.Relationship.PopulateTooltip(TinyLife.Objects.Person,TinyLife.Objects.Person,TinyLife.Relationship,MLEM.Ui.Elements.Tooltip)
|
||||
- TinyLife.Relationship.ResetToStatic(System.Boolean,System.Boolean)
|
||||
- TinyLife.Relationship.RomanceDisplayString
|
||||
- TinyLife.Relationship.RomanceLevel
|
||||
- TinyLife.Relationship.RomancePercentage
|
||||
- TinyLife.Relationship.RomanceType
|
||||
- TinyLife.Relationship.SetGenealogy(TinyLife.GenealogyType,System.Boolean)
|
||||
- TinyLife.Relationship.TryingForBaby
|
||||
- TinyLife.Relationship.Type
|
||||
- TinyLife.Relationship.Validate(TinyLife.Objects.Person)
|
||||
langs:
|
||||
|
@ -47,7 +49,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Relationship
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 24
|
||||
startLine: 25
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -103,7 +105,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnRelationshipPanel
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 31
|
||||
startLine: 32
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -132,7 +134,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnRelationshipTooltip
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 36
|
||||
startLine: 37
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -161,7 +163,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Max
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 41
|
||||
startLine: 42
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -190,7 +192,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PassiveFriendReduction
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 45
|
||||
startLine: 46
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -219,7 +221,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PassiveRomanceReduction
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 49
|
||||
startLine: 50
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -248,7 +250,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: MaxRecentSocialsAmount
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 54
|
||||
startLine: 55
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -277,7 +279,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: KnownPersonalityTypes
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 61
|
||||
startLine: 62
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -316,7 +318,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OtherPerson
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 67
|
||||
startLine: 68
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -357,7 +359,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Partner
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 73
|
||||
startLine: 74
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -388,11 +390,11 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FriendLevel
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 78
|
||||
startLine: 80
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
summary: "\nThe current amount of friendship points (out of <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: []
|
||||
syntax:
|
||||
content: public float FriendLevel { get; set; }
|
||||
|
@ -419,11 +421,11 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RomanceLevel
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 87
|
||||
startLine: 90
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
summary: "\nThe current amount of romance points (out of <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: []
|
||||
syntax:
|
||||
content: public float RomanceLevel { get; set; }
|
||||
|
@ -450,7 +452,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FriendPercentage
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 100
|
||||
startLine: 103
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -481,7 +483,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RomancePercentage
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 104
|
||||
startLine: 107
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -512,7 +514,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Type
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 108
|
||||
startLine: 111
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -543,7 +545,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RomanceType
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 125
|
||||
startLine: 128
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -554,37 +556,68 @@ items:
|
|||
type: TinyLife.RomanceType
|
||||
content.vb: Public Property RomanceType As RomanceType
|
||||
overload: TinyLife.Relationship.RomanceType*
|
||||
- uid: TinyLife.Relationship.DisplayString
|
||||
commentId: P:TinyLife.Relationship.DisplayString
|
||||
id: DisplayString
|
||||
- uid: TinyLife.Relationship.FriendDisplayString
|
||||
commentId: P:TinyLife.Relationship.FriendDisplayString
|
||||
id: FriendDisplayString
|
||||
parent: TinyLife.Relationship
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: DisplayString
|
||||
nameWithType: Relationship.DisplayString
|
||||
fullName: TinyLife.Relationship.DisplayString
|
||||
name: FriendDisplayString
|
||||
nameWithType: Relationship.FriendDisplayString
|
||||
fullName: TinyLife.Relationship.FriendDisplayString
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Relationship.cs
|
||||
branch: main
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DisplayString
|
||||
id: FriendDisplayString
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 144
|
||||
startLine: 146
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
summary: "\nAn (unlocalized) string that represents a written version of this relationship's status.\nIf <xref href=\"TinyLife.Relationship.Dating\" data-throw-if-not-resolved=\"false\"></xref> is true, the string "Dating" 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's <xref href=\"TinyLife.Relationship.Type\" data-throw-if-not-resolved=\"false\"></xref> status.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public string DisplayString { get; }
|
||||
content: public string FriendDisplayString { get; }
|
||||
parameters: []
|
||||
return:
|
||||
type: System.String
|
||||
content.vb: Public ReadOnly Property DisplayString As String
|
||||
overload: TinyLife.Relationship.DisplayString*
|
||||
content.vb: Public ReadOnly Property FriendDisplayString As String
|
||||
overload: TinyLife.Relationship.FriendDisplayString*
|
||||
- uid: TinyLife.Relationship.RomanceDisplayString
|
||||
commentId: P:TinyLife.Relationship.RomanceDisplayString
|
||||
id: RomanceDisplayString
|
||||
parent: TinyLife.Relationship
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: RomanceDisplayString
|
||||
nameWithType: Relationship.RomanceDisplayString
|
||||
fullName: TinyLife.Relationship.RomanceDisplayString
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Relationship.cs
|
||||
branch: main
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RomanceDisplayString
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 150
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
summary: "\nAn (unlocalized) string that represents a written version of this relationship's <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
|
||||
commentId: P:TinyLife.Relationship.Genealogy
|
||||
id: Genealogy
|
||||
|
@ -603,7 +636,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Genealogy
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 158
|
||||
startLine: 156
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -644,7 +677,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Dating
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 164
|
||||
startLine: 162
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -683,7 +716,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: HadFirstKiss
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 169
|
||||
startLine: 167
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -722,7 +755,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: KnownJobType
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 171
|
||||
startLine: 169
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -741,6 +774,47 @@ items:
|
|||
- type: System.Runtime.Serialization.DataMemberAttribute
|
||||
ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
|
||||
arguments: []
|
||||
- uid: TinyLife.Relationship.TryingForBaby
|
||||
commentId: F:TinyLife.Relationship.TryingForBaby
|
||||
id: TryingForBaby
|
||||
parent: TinyLife.Relationship
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: TryingForBaby
|
||||
nameWithType: Relationship.TryingForBaby
|
||||
fullName: TinyLife.Relationship.TryingForBaby
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Relationship.cs
|
||||
branch: main
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: TryingForBaby
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 173
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
syntax:
|
||||
content: >-
|
||||
[DataMember(EmitDefaultValue = false)]
|
||||
|
||||
public bool TryingForBaby
|
||||
return:
|
||||
type: System.Boolean
|
||||
content.vb: >-
|
||||
<DataMember(EmitDefaultValue:=False)>
|
||||
|
||||
Public TryingForBaby As Boolean
|
||||
attributes:
|
||||
- type: System.Runtime.Serialization.DataMemberAttribute
|
||||
ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
|
||||
arguments: []
|
||||
namedArguments:
|
||||
- name: EmitDefaultValue
|
||||
type: System.Boolean
|
||||
value: false
|
||||
- uid: TinyLife.Relationship.GetSocialEffectiveness(TinyLife.Actions.ActionType)
|
||||
commentId: M:TinyLife.Relationship.GetSocialEffectiveness(TinyLife.Actions.ActionType)
|
||||
id: GetSocialEffectiveness(TinyLife.Actions.ActionType)
|
||||
|
@ -759,7 +833,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetSocialEffectiveness
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 193
|
||||
startLine: 196
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -794,7 +868,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetRecentSocialAmount
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 203
|
||||
startLine: 206
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -829,7 +903,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AddRecentSocial
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 213
|
||||
startLine: 216
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -861,7 +935,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Validate
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 224
|
||||
startLine: 227
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -893,7 +967,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ResetToStatic
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 239
|
||||
startLine: 242
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -931,7 +1005,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SetGenealogy
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 269
|
||||
startLine: 272
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -969,7 +1043,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CreatePanel
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 308
|
||||
startLine: 311
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -1013,7 +1087,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PopulateTooltip
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 346
|
||||
startLine: 356
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -2142,11 +2216,83 @@ references:
|
|||
name: Partner
|
||||
nameWithType: Relationship.Partner
|
||||
fullName: TinyLife.Relationship.Partner
|
||||
- uid: TinyLife.Objects.Person.ChangeFriendship(TinyLife.Objects.Person,System.Single)
|
||||
commentId: M:TinyLife.Objects.Person.ChangeFriendship(TinyLife.Objects.Person,System.Single)
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.single
|
||||
name: ChangeFriendship(Person, float)
|
||||
nameWithType: Person.ChangeFriendship(Person, float)
|
||||
fullName: TinyLife.Objects.Person.ChangeFriendship(TinyLife.Objects.Person, float)
|
||||
nameWithType.vb: Person.ChangeFriendship(Person, Single)
|
||||
fullName.vb: TinyLife.Objects.Person.ChangeFriendship(TinyLife.Objects.Person, Single)
|
||||
name.vb: ChangeFriendship(Person, Single)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.Person.ChangeFriendship(TinyLife.Objects.Person,System.Single)
|
||||
name: ChangeFriendship
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: System.Single
|
||||
name: float
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.single
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.Person.ChangeFriendship(TinyLife.Objects.Person,System.Single)
|
||||
name: ChangeFriendship
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: System.Single
|
||||
name: Single
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.single
|
||||
- name: )
|
||||
- uid: TinyLife.Relationship.FriendLevel*
|
||||
commentId: Overload:TinyLife.Relationship.FriendLevel
|
||||
name: FriendLevel
|
||||
nameWithType: Relationship.FriendLevel
|
||||
fullName: TinyLife.Relationship.FriendLevel
|
||||
- uid: TinyLife.Objects.Person.ChangeRomance(TinyLife.Objects.Person,System.Single)
|
||||
commentId: M:TinyLife.Objects.Person.ChangeRomance(TinyLife.Objects.Person,System.Single)
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.single
|
||||
name: ChangeRomance(Person, float)
|
||||
nameWithType: Person.ChangeRomance(Person, float)
|
||||
fullName: TinyLife.Objects.Person.ChangeRomance(TinyLife.Objects.Person, float)
|
||||
nameWithType.vb: Person.ChangeRomance(Person, Single)
|
||||
fullName.vb: TinyLife.Objects.Person.ChangeRomance(TinyLife.Objects.Person, Single)
|
||||
name.vb: ChangeRomance(Person, Single)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.Person.ChangeRomance(TinyLife.Objects.Person,System.Single)
|
||||
name: ChangeRomance
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: System.Single
|
||||
name: float
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.single
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.Person.ChangeRomance(TinyLife.Objects.Person,System.Single)
|
||||
name: ChangeRomance
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: System.Single
|
||||
name: Single
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.single
|
||||
- name: )
|
||||
- uid: TinyLife.Relationship.RomanceLevel*
|
||||
commentId: Overload:TinyLife.Relationship.RomanceLevel
|
||||
name: RomanceLevel
|
||||
|
@ -2184,26 +2330,16 @@ references:
|
|||
name: RomanceType
|
||||
nameWithType: RomanceType
|
||||
fullName: TinyLife.RomanceType
|
||||
- uid: TinyLife.Relationship.Dating
|
||||
commentId: F:TinyLife.Relationship.Dating
|
||||
name: Dating
|
||||
nameWithType: Relationship.Dating
|
||||
fullName: TinyLife.Relationship.Dating
|
||||
- uid: TinyLife.Relationship.RomanceType
|
||||
commentId: P:TinyLife.Relationship.RomanceType
|
||||
name: RomanceType
|
||||
nameWithType: Relationship.RomanceType
|
||||
fullName: TinyLife.Relationship.RomanceType
|
||||
- uid: TinyLife.Relationship.Type
|
||||
commentId: P:TinyLife.Relationship.Type
|
||||
name: Type
|
||||
nameWithType: Relationship.Type
|
||||
fullName: TinyLife.Relationship.Type
|
||||
- uid: TinyLife.Relationship.DisplayString*
|
||||
commentId: Overload:TinyLife.Relationship.DisplayString
|
||||
name: DisplayString
|
||||
nameWithType: Relationship.DisplayString
|
||||
fullName: TinyLife.Relationship.DisplayString
|
||||
- uid: TinyLife.Relationship.FriendDisplayString*
|
||||
commentId: Overload:TinyLife.Relationship.FriendDisplayString
|
||||
name: FriendDisplayString
|
||||
nameWithType: Relationship.FriendDisplayString
|
||||
fullName: TinyLife.Relationship.FriendDisplayString
|
||||
- uid: System.String
|
||||
commentId: T:System.String
|
||||
parent: System
|
||||
|
@ -2215,6 +2351,16 @@ references:
|
|||
nameWithType.vb: String
|
||||
fullName.vb: String
|
||||
name.vb: String
|
||||
- uid: TinyLife.Relationship.RomanceType
|
||||
commentId: P:TinyLife.Relationship.RomanceType
|
||||
name: RomanceType
|
||||
nameWithType: Relationship.RomanceType
|
||||
fullName: TinyLife.Relationship.RomanceType
|
||||
- uid: TinyLife.Relationship.RomanceDisplayString*
|
||||
commentId: Overload:TinyLife.Relationship.RomanceDisplayString
|
||||
name: RomanceDisplayString
|
||||
nameWithType: Relationship.RomanceDisplayString
|
||||
fullName: TinyLife.Relationship.RomanceDisplayString
|
||||
- uid: TinyLife.GenealogyType
|
||||
commentId: T:TinyLife.GenealogyType
|
||||
parent: TinyLife
|
||||
|
|
|
@ -24,7 +24,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RelationshipType
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 388
|
||||
startLine: 398
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -53,7 +53,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Enemies
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 393
|
||||
startLine: 403
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -81,7 +81,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Disliked
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 397
|
||||
startLine: 407
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -109,7 +109,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Acquaintances
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 401
|
||||
startLine: 411
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -137,7 +137,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Friends
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 405
|
||||
startLine: 415
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -165,7 +165,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GoodFriends
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 409
|
||||
startLine: 419
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
|
|
@ -23,7 +23,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RomanceType
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 413
|
||||
startLine: 423
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -50,7 +50,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: NoRomance
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 415
|
||||
startLine: 425
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -76,7 +76,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Interested
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 416
|
||||
startLine: 426
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -102,7 +102,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Sweethearts
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 417
|
||||
startLine: 427
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -128,7 +128,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Soulmates
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 418
|
||||
startLine: 428
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
|
|
@ -22,7 +22,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Set
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 1131
|
||||
startLine: 1137
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -51,7 +51,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Woodworking
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 1137
|
||||
startLine: 1143
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -79,7 +79,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Workout
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 1141
|
||||
startLine: 1147
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -107,7 +107,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ChildClothes
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 1145
|
||||
startLine: 1151
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
|
|
@ -19,7 +19,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: BoughtItemDelegate
|
||||
path: ../TinyLife/Uis/CharacterCreator.cs
|
||||
startLine: 989
|
||||
startLine: 1028
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Uis
|
||||
|
|
|
@ -19,7 +19,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetCustomPriceDelegate
|
||||
path: ../TinyLife/Uis/CharacterCreator.cs
|
||||
startLine: 984
|
||||
startLine: 1023
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Uis
|
||||
|
|
|
@ -8,8 +8,13 @@ items:
|
|||
- TinyLife.Uis.CharacterCreator.Active
|
||||
- TinyLife.Uis.CharacterCreator.BoughtItem(TinyLife.Objects.Person,TinyLife.Objects.WornClothes)
|
||||
- TinyLife.Uis.CharacterCreator.CanCloseOrExport
|
||||
- TinyLife.Uis.CharacterCreator.CanSwitchPeople
|
||||
- TinyLife.Uis.CharacterCreator.CreateNameSelector(TinyLife.Objects.Person,MLEM.Ui.Elements.Element)
|
||||
- TinyLife.Uis.CharacterCreator.CreatePersonalitySelector(TinyLife.Objects.Person,System.Boolean)
|
||||
- TinyLife.Uis.CharacterCreator.CreatePregnancyAbilitySelector(TinyLife.Objects.Person,MLEM.Ui.Elements.Element)
|
||||
- TinyLife.Uis.CharacterCreator.CreatePronounSelector(TinyLife.Objects.Person,MLEM.Ui.Elements.Element)
|
||||
- TinyLife.Uis.CharacterCreator.CreateVoiceSelector(TinyLife.Objects.Person,MLEM.Ui.Elements.Element)
|
||||
- TinyLife.Uis.CharacterCreator.GetCustomPrice(TinyLife.Objects.Person,TinyLife.Objects.WornClothes)
|
||||
- TinyLife.Uis.CharacterCreator.IsPersonComplete(TinyLife.Objects.Person)
|
||||
- TinyLife.Uis.CharacterCreator.MaxHouseholdSize
|
||||
- TinyLife.Uis.CharacterCreator.MaxOutfitAmount
|
||||
- TinyLife.Uis.CharacterCreator.OnBoughtItem
|
||||
|
@ -197,37 +202,6 @@ items:
|
|||
return:
|
||||
type: TinyLife.Uis.CharacterCreator.BoughtItemDelegate
|
||||
content.vb: Public Shared Event OnBoughtItem As CharacterCreator.BoughtItemDelegate
|
||||
- uid: TinyLife.Uis.CharacterCreator.CanSwitchPeople
|
||||
commentId: M:TinyLife.Uis.CharacterCreator.CanSwitchPeople
|
||||
id: CanSwitchPeople
|
||||
parent: TinyLife.Uis.CharacterCreator
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: CanSwitchPeople()
|
||||
nameWithType: CharacterCreator.CanSwitchPeople()
|
||||
fullName: TinyLife.Uis.CharacterCreator.CanSwitchPeople()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Uis/CharacterCreator.cs
|
||||
branch: main
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanSwitchPeople
|
||||
path: ../TinyLife/Uis/CharacterCreator.cs
|
||||
startLine: 447
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Uis
|
||||
summary: "\nReturns whether or not this character creator instance currently allows switching the selected character.\nThe return value is based on the selected person's <xref href=\"TinyLife.Objects.Person.FullName\" data-throw-if-not-resolved=\"false\"></xref> and <xref href=\"TinyLife.Objects.Person.PersonalityTypes\" data-throw-if-not-resolved=\"false\"></xref>.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public bool CanSwitchPeople()
|
||||
return:
|
||||
type: System.Boolean
|
||||
description: Whether we can currently switch the active person
|
||||
content.vb: Public Function CanSwitchPeople() As Boolean
|
||||
overload: TinyLife.Uis.CharacterCreator.CanSwitchPeople*
|
||||
- uid: TinyLife.Uis.CharacterCreator.CanCloseOrExport
|
||||
commentId: M:TinyLife.Uis.CharacterCreator.CanCloseOrExport
|
||||
id: CanCloseOrExport
|
||||
|
@ -246,11 +220,11 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanCloseOrExport
|
||||
path: ../TinyLife/Uis/CharacterCreator.cs
|
||||
startLine: 458
|
||||
startLine: 392
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Uis
|
||||
summary: "\nReturns whether the character creator currently allows being closed or for the current household to be exported.\nThe return value is based on <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: []
|
||||
syntax:
|
||||
content: public bool CanCloseOrExport()
|
||||
|
@ -277,7 +251,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Open
|
||||
path: ../TinyLife/Uis/CharacterCreator.cs
|
||||
startLine: 852
|
||||
startLine: 785
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Uis
|
||||
|
@ -315,7 +289,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetCustomPrice
|
||||
path: ../TinyLife/Uis/CharacterCreator.cs
|
||||
startLine: 866
|
||||
startLine: 799
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Uis
|
||||
|
@ -353,7 +327,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: BoughtItem
|
||||
path: ../TinyLife/Uis/CharacterCreator.cs
|
||||
startLine: 882
|
||||
startLine: 815
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Uis
|
||||
|
@ -370,6 +344,197 @@ items:
|
|||
description: The clothes bought.
|
||||
content.vb: Public Shared Sub BoughtItem(person As Person, clothes As WornClothes)
|
||||
overload: TinyLife.Uis.CharacterCreator.BoughtItem*
|
||||
- uid: TinyLife.Uis.CharacterCreator.IsPersonComplete(TinyLife.Objects.Person)
|
||||
commentId: M:TinyLife.Uis.CharacterCreator.IsPersonComplete(TinyLife.Objects.Person)
|
||||
id: IsPersonComplete(TinyLife.Objects.Person)
|
||||
parent: TinyLife.Uis.CharacterCreator
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: IsPersonComplete(Person)
|
||||
nameWithType: CharacterCreator.IsPersonComplete(Person)
|
||||
fullName: TinyLife.Uis.CharacterCreator.IsPersonComplete(TinyLife.Objects.Person)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Uis/CharacterCreator.cs
|
||||
branch: main
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IsPersonComplete
|
||||
path: ../TinyLife/Uis/CharacterCreator.cs
|
||||
startLine: 821
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Uis
|
||||
syntax:
|
||||
content: public static bool IsPersonComplete(Person person)
|
||||
parameters:
|
||||
- id: person
|
||||
type: TinyLife.Objects.Person
|
||||
return:
|
||||
type: System.Boolean
|
||||
content.vb: Public Shared Function IsPersonComplete(person As Person) As Boolean
|
||||
overload: TinyLife.Uis.CharacterCreator.IsPersonComplete*
|
||||
- uid: TinyLife.Uis.CharacterCreator.CreatePersonalitySelector(TinyLife.Objects.Person,System.Boolean)
|
||||
commentId: M:TinyLife.Uis.CharacterCreator.CreatePersonalitySelector(TinyLife.Objects.Person,System.Boolean)
|
||||
id: CreatePersonalitySelector(TinyLife.Objects.Person,System.Boolean)
|
||||
parent: TinyLife.Uis.CharacterCreator
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: CreatePersonalitySelector(Person, bool)
|
||||
nameWithType: CharacterCreator.CreatePersonalitySelector(Person, bool)
|
||||
fullName: TinyLife.Uis.CharacterCreator.CreatePersonalitySelector(TinyLife.Objects.Person, bool)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Uis/CharacterCreator.cs
|
||||
branch: main
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CreatePersonalitySelector
|
||||
path: ../TinyLife/Uis/CharacterCreator.cs
|
||||
startLine: 827
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Uis
|
||||
syntax:
|
||||
content: public static Group CreatePersonalitySelector(Person person, bool lockCurrent)
|
||||
parameters:
|
||||
- id: person
|
||||
type: TinyLife.Objects.Person
|
||||
- id: lockCurrent
|
||||
type: System.Boolean
|
||||
return:
|
||||
type: MLEM.Ui.Elements.Group
|
||||
content.vb: Public Shared Function CreatePersonalitySelector(person As Person, lockCurrent As Boolean) As Group
|
||||
overload: TinyLife.Uis.CharacterCreator.CreatePersonalitySelector*
|
||||
nameWithType.vb: CharacterCreator.CreatePersonalitySelector(Person, Boolean)
|
||||
fullName.vb: TinyLife.Uis.CharacterCreator.CreatePersonalitySelector(TinyLife.Objects.Person, Boolean)
|
||||
name.vb: CreatePersonalitySelector(Person, Boolean)
|
||||
- uid: TinyLife.Uis.CharacterCreator.CreateNameSelector(TinyLife.Objects.Person,MLEM.Ui.Elements.Element)
|
||||
commentId: M:TinyLife.Uis.CharacterCreator.CreateNameSelector(TinyLife.Objects.Person,MLEM.Ui.Elements.Element)
|
||||
id: CreateNameSelector(TinyLife.Objects.Person,MLEM.Ui.Elements.Element)
|
||||
parent: TinyLife.Uis.CharacterCreator
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: CreateNameSelector(Person, Element)
|
||||
nameWithType: CharacterCreator.CreateNameSelector(Person, Element)
|
||||
fullName: TinyLife.Uis.CharacterCreator.CreateNameSelector(TinyLife.Objects.Person, MLEM.Ui.Elements.Element)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Uis/CharacterCreator.cs
|
||||
branch: main
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CreateNameSelector
|
||||
path: ../TinyLife/Uis/CharacterCreator.cs
|
||||
startLine: 857
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Uis
|
||||
syntax:
|
||||
content: public static void CreateNameSelector(Person person, Element parent)
|
||||
parameters:
|
||||
- id: person
|
||||
type: TinyLife.Objects.Person
|
||||
- id: parent
|
||||
type: MLEM.Ui.Elements.Element
|
||||
content.vb: Public Shared Sub CreateNameSelector(person As Person, parent As Element)
|
||||
overload: TinyLife.Uis.CharacterCreator.CreateNameSelector*
|
||||
- uid: TinyLife.Uis.CharacterCreator.CreatePronounSelector(TinyLife.Objects.Person,MLEM.Ui.Elements.Element)
|
||||
commentId: M:TinyLife.Uis.CharacterCreator.CreatePronounSelector(TinyLife.Objects.Person,MLEM.Ui.Elements.Element)
|
||||
id: CreatePronounSelector(TinyLife.Objects.Person,MLEM.Ui.Elements.Element)
|
||||
parent: TinyLife.Uis.CharacterCreator
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: CreatePronounSelector(Person, Element)
|
||||
nameWithType: CharacterCreator.CreatePronounSelector(Person, Element)
|
||||
fullName: TinyLife.Uis.CharacterCreator.CreatePronounSelector(TinyLife.Objects.Person, MLEM.Ui.Elements.Element)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Uis/CharacterCreator.cs
|
||||
branch: main
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CreatePronounSelector
|
||||
path: ../TinyLife/Uis/CharacterCreator.cs
|
||||
startLine: 880
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Uis
|
||||
syntax:
|
||||
content: public static void CreatePronounSelector(Person person, Element parent)
|
||||
parameters:
|
||||
- id: person
|
||||
type: TinyLife.Objects.Person
|
||||
- id: parent
|
||||
type: MLEM.Ui.Elements.Element
|
||||
content.vb: Public Shared Sub CreatePronounSelector(person As Person, parent As Element)
|
||||
overload: TinyLife.Uis.CharacterCreator.CreatePronounSelector*
|
||||
- uid: TinyLife.Uis.CharacterCreator.CreatePregnancyAbilitySelector(TinyLife.Objects.Person,MLEM.Ui.Elements.Element)
|
||||
commentId: M:TinyLife.Uis.CharacterCreator.CreatePregnancyAbilitySelector(TinyLife.Objects.Person,MLEM.Ui.Elements.Element)
|
||||
id: CreatePregnancyAbilitySelector(TinyLife.Objects.Person,MLEM.Ui.Elements.Element)
|
||||
parent: TinyLife.Uis.CharacterCreator
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: CreatePregnancyAbilitySelector(Person, Element)
|
||||
nameWithType: CharacterCreator.CreatePregnancyAbilitySelector(Person, Element)
|
||||
fullName: TinyLife.Uis.CharacterCreator.CreatePregnancyAbilitySelector(TinyLife.Objects.Person, MLEM.Ui.Elements.Element)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Uis/CharacterCreator.cs
|
||||
branch: main
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CreatePregnancyAbilitySelector
|
||||
path: ../TinyLife/Uis/CharacterCreator.cs
|
||||
startLine: 891
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Uis
|
||||
syntax:
|
||||
content: public static void CreatePregnancyAbilitySelector(Person person, Element parent)
|
||||
parameters:
|
||||
- id: person
|
||||
type: TinyLife.Objects.Person
|
||||
- id: parent
|
||||
type: MLEM.Ui.Elements.Element
|
||||
content.vb: Public Shared Sub CreatePregnancyAbilitySelector(person As Person, parent As Element)
|
||||
overload: TinyLife.Uis.CharacterCreator.CreatePregnancyAbilitySelector*
|
||||
- uid: TinyLife.Uis.CharacterCreator.CreateVoiceSelector(TinyLife.Objects.Person,MLEM.Ui.Elements.Element)
|
||||
commentId: M:TinyLife.Uis.CharacterCreator.CreateVoiceSelector(TinyLife.Objects.Person,MLEM.Ui.Elements.Element)
|
||||
id: CreateVoiceSelector(TinyLife.Objects.Person,MLEM.Ui.Elements.Element)
|
||||
parent: TinyLife.Uis.CharacterCreator
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: CreateVoiceSelector(Person, Element)
|
||||
nameWithType: CharacterCreator.CreateVoiceSelector(Person, Element)
|
||||
fullName: TinyLife.Uis.CharacterCreator.CreateVoiceSelector(TinyLife.Objects.Person, MLEM.Ui.Elements.Element)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Uis/CharacterCreator.cs
|
||||
branch: main
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CreateVoiceSelector
|
||||
path: ../TinyLife/Uis/CharacterCreator.cs
|
||||
startLine: 915
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Uis
|
||||
syntax:
|
||||
content: public static void CreateVoiceSelector(Person person, Element parent)
|
||||
parameters:
|
||||
- id: person
|
||||
type: TinyLife.Objects.Person
|
||||
- id: parent
|
||||
type: MLEM.Ui.Elements.Element
|
||||
content.vb: Public Shared Sub CreateVoiceSelector(person As Person, parent As Element)
|
||||
overload: TinyLife.Uis.CharacterCreator.CreateVoiceSelector*
|
||||
references:
|
||||
- uid: TinyLife.Objects.Clothes
|
||||
commentId: T:TinyLife.Objects.Clothes
|
||||
|
@ -856,47 +1021,6 @@ references:
|
|||
- name: .
|
||||
- uid: TinyLife.Uis.CharacterCreator.BoughtItemDelegate
|
||||
name: BoughtItemDelegate
|
||||
- uid: TinyLife.Objects.Person.FullName
|
||||
commentId: P:TinyLife.Objects.Person.FullName
|
||||
name: FullName
|
||||
nameWithType: Person.FullName
|
||||
fullName: TinyLife.Objects.Person.FullName
|
||||
- uid: TinyLife.Objects.Person.PersonalityTypes
|
||||
commentId: F:TinyLife.Objects.Person.PersonalityTypes
|
||||
name: PersonalityTypes
|
||||
nameWithType: Person.PersonalityTypes
|
||||
fullName: TinyLife.Objects.Person.PersonalityTypes
|
||||
- uid: TinyLife.Uis.CharacterCreator.CanSwitchPeople*
|
||||
commentId: Overload:TinyLife.Uis.CharacterCreator.CanSwitchPeople
|
||||
name: CanSwitchPeople
|
||||
nameWithType: CharacterCreator.CanSwitchPeople
|
||||
fullName: TinyLife.Uis.CharacterCreator.CanSwitchPeople
|
||||
- uid: System.Boolean
|
||||
commentId: T:System.Boolean
|
||||
parent: System
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||
name: bool
|
||||
nameWithType: bool
|
||||
fullName: bool
|
||||
nameWithType.vb: Boolean
|
||||
fullName.vb: Boolean
|
||||
name.vb: Boolean
|
||||
- uid: TinyLife.Uis.CharacterCreator.CanSwitchPeople
|
||||
commentId: M:TinyLife.Uis.CharacterCreator.CanSwitchPeople
|
||||
name: CanSwitchPeople()
|
||||
nameWithType: CharacterCreator.CanSwitchPeople()
|
||||
fullName: TinyLife.Uis.CharacterCreator.CanSwitchPeople()
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Uis.CharacterCreator.CanSwitchPeople
|
||||
name: CanSwitchPeople
|
||||
- name: (
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Uis.CharacterCreator.CanSwitchPeople
|
||||
name: CanSwitchPeople
|
||||
- name: (
|
||||
- name: )
|
||||
- uid: TinyLife.World.Household.HasAdult(System.Collections.Generic.IEnumerable{TinyLife.Objects.Person})
|
||||
commentId: M:TinyLife.World.Household.HasAdult(System.Collections.Generic.IEnumerable{TinyLife.Objects.Person})
|
||||
isExternal: true
|
||||
|
@ -940,6 +1064,17 @@ references:
|
|||
name: CanCloseOrExport
|
||||
nameWithType: CharacterCreator.CanCloseOrExport
|
||||
fullName: TinyLife.Uis.CharacterCreator.CanCloseOrExport
|
||||
- uid: System.Boolean
|
||||
commentId: T:System.Boolean
|
||||
parent: System
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||
name: bool
|
||||
nameWithType: bool
|
||||
fullName: bool
|
||||
nameWithType.vb: Boolean
|
||||
fullName.vb: Boolean
|
||||
name.vb: Boolean
|
||||
- uid: TinyLife.Uis.CharacterCreator.Open*
|
||||
commentId: Overload:TinyLife.Uis.CharacterCreator.Open
|
||||
name: Open
|
||||
|
@ -1028,3 +1163,77 @@ references:
|
|||
name: BoughtItem
|
||||
nameWithType: CharacterCreator.BoughtItem
|
||||
fullName: TinyLife.Uis.CharacterCreator.BoughtItem
|
||||
- uid: TinyLife.Uis.CharacterCreator.IsPersonComplete*
|
||||
commentId: Overload:TinyLife.Uis.CharacterCreator.IsPersonComplete
|
||||
name: IsPersonComplete
|
||||
nameWithType: CharacterCreator.IsPersonComplete
|
||||
fullName: TinyLife.Uis.CharacterCreator.IsPersonComplete
|
||||
- uid: TinyLife.Uis.CharacterCreator.CreatePersonalitySelector*
|
||||
commentId: Overload:TinyLife.Uis.CharacterCreator.CreatePersonalitySelector
|
||||
name: CreatePersonalitySelector
|
||||
nameWithType: CharacterCreator.CreatePersonalitySelector
|
||||
fullName: TinyLife.Uis.CharacterCreator.CreatePersonalitySelector
|
||||
- uid: MLEM.Ui.Elements.Group
|
||||
commentId: T:MLEM.Ui.Elements.Group
|
||||
parent: MLEM.Ui.Elements
|
||||
isExternal: true
|
||||
name: Group
|
||||
nameWithType: Group
|
||||
fullName: MLEM.Ui.Elements.Group
|
||||
- uid: MLEM.Ui.Elements
|
||||
commentId: N:MLEM.Ui.Elements
|
||||
isExternal: true
|
||||
name: MLEM.Ui.Elements
|
||||
nameWithType: MLEM.Ui.Elements
|
||||
fullName: MLEM.Ui.Elements
|
||||
spec.csharp:
|
||||
- uid: MLEM
|
||||
name: MLEM
|
||||
isExternal: true
|
||||
- name: .
|
||||
- uid: MLEM.Ui
|
||||
name: Ui
|
||||
isExternal: true
|
||||
- name: .
|
||||
- uid: MLEM.Ui.Elements
|
||||
name: Elements
|
||||
isExternal: true
|
||||
spec.vb:
|
||||
- uid: MLEM
|
||||
name: MLEM
|
||||
isExternal: true
|
||||
- name: .
|
||||
- uid: MLEM.Ui
|
||||
name: Ui
|
||||
isExternal: true
|
||||
- name: .
|
||||
- uid: MLEM.Ui.Elements
|
||||
name: Elements
|
||||
isExternal: true
|
||||
- uid: TinyLife.Uis.CharacterCreator.CreateNameSelector*
|
||||
commentId: Overload:TinyLife.Uis.CharacterCreator.CreateNameSelector
|
||||
name: CreateNameSelector
|
||||
nameWithType: CharacterCreator.CreateNameSelector
|
||||
fullName: TinyLife.Uis.CharacterCreator.CreateNameSelector
|
||||
- uid: MLEM.Ui.Elements.Element
|
||||
commentId: T:MLEM.Ui.Elements.Element
|
||||
parent: MLEM.Ui.Elements
|
||||
isExternal: true
|
||||
name: Element
|
||||
nameWithType: Element
|
||||
fullName: MLEM.Ui.Elements.Element
|
||||
- uid: TinyLife.Uis.CharacterCreator.CreatePronounSelector*
|
||||
commentId: Overload:TinyLife.Uis.CharacterCreator.CreatePronounSelector
|
||||
name: CreatePronounSelector
|
||||
nameWithType: CharacterCreator.CreatePronounSelector
|
||||
fullName: TinyLife.Uis.CharacterCreator.CreatePronounSelector
|
||||
- uid: TinyLife.Uis.CharacterCreator.CreatePregnancyAbilitySelector*
|
||||
commentId: Overload:TinyLife.Uis.CharacterCreator.CreatePregnancyAbilitySelector
|
||||
name: CreatePregnancyAbilitySelector
|
||||
nameWithType: CharacterCreator.CreatePregnancyAbilitySelector
|
||||
fullName: TinyLife.Uis.CharacterCreator.CreatePregnancyAbilitySelector
|
||||
- uid: TinyLife.Uis.CharacterCreator.CreateVoiceSelector*
|
||||
commentId: Overload:TinyLife.Uis.CharacterCreator.CreateVoiceSelector
|
||||
name: CreateVoiceSelector
|
||||
nameWithType: CharacterCreator.CreateVoiceSelector
|
||||
fullName: TinyLife.Uis.CharacterCreator.CreateVoiceSelector
|
||||
|
|
|
@ -48,7 +48,7 @@ items:
|
|||
- TinyLife.Utilities.Extensions.ToTimestampString(System.TimeSpan)
|
||||
- TinyLife.Utilities.Extensions.ToVisualY(Microsoft.Xna.Framework.Vector2)
|
||||
- TinyLife.Utilities.Extensions.ToWallSide(MLEM.Misc.Direction2)
|
||||
- TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Person.Pose)
|
||||
- TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Pose)
|
||||
- TinyLife.Utilities.Extensions.ToWorldPos(Microsoft.Xna.Framework.Vector2,System.Boolean)
|
||||
- TinyLife.Utilities.Extensions.Weekday(System.TimeSpan)
|
||||
langs:
|
||||
|
@ -904,17 +904,17 @@ items:
|
|||
description: Whether the given genealogy type is appropriate for the given age
|
||||
content.vb: Public Shared Function IsAgeAppropriate(type As GenealogyType, age As AgeGroup) As Boolean
|
||||
overload: TinyLife.Utilities.Extensions.IsAgeAppropriate*
|
||||
- uid: TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Person.Pose)
|
||||
commentId: M:TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Person.Pose)
|
||||
id: ToWorking(TinyLife.Objects.Person.Pose)
|
||||
- uid: TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Pose)
|
||||
commentId: M:TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Pose)
|
||||
id: ToWorking(TinyLife.Objects.Pose)
|
||||
isExtensionMethod: true
|
||||
parent: TinyLife.Utilities.Extensions
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: ToWorking(Pose)
|
||||
nameWithType: Extensions.ToWorking(Person.Pose)
|
||||
fullName: TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Person.Pose)
|
||||
nameWithType: Extensions.ToWorking(Pose)
|
||||
fullName: TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Pose)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
|
@ -927,18 +927,18 @@ items:
|
|||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Utilities
|
||||
summary: "\nConverts the given <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: []
|
||||
syntax:
|
||||
content: public static Person.Pose ToWorking(this Person.Pose pose)
|
||||
content: public static Pose ToWorking(this Pose pose)
|
||||
parameters:
|
||||
- id: pose
|
||||
type: TinyLife.Objects.Person.Pose
|
||||
type: TinyLife.Objects.Pose
|
||||
description: The pose to convert to a working pose
|
||||
return:
|
||||
type: TinyLife.Objects.Person.Pose
|
||||
type: TinyLife.Objects.Pose
|
||||
description: The working version of the given pose
|
||||
content.vb: Public Shared Function ToWorking(pose As Person.Pose) As Person.Pose
|
||||
content.vb: Public Shared Function ToWorking(pose As Pose) As Pose
|
||||
overload: TinyLife.Utilities.Extensions.ToWorking*
|
||||
- uid: TinyLife.Utilities.Extensions.GetDefaultPose(TinyLife.Objects.AgeGroup)
|
||||
commentId: M:TinyLife.Utilities.Extensions.GetDefaultPose(TinyLife.Objects.AgeGroup)
|
||||
|
@ -964,13 +964,13 @@ items:
|
|||
- Tiny Life
|
||||
namespace: TinyLife.Utilities
|
||||
syntax:
|
||||
content: public static Person.Pose GetDefaultPose(this AgeGroup age)
|
||||
content: public static Pose GetDefaultPose(this AgeGroup age)
|
||||
parameters:
|
||||
- id: age
|
||||
type: TinyLife.Objects.AgeGroup
|
||||
return:
|
||||
type: TinyLife.Objects.Person.Pose
|
||||
content.vb: Public Shared Function GetDefaultPose(age As AgeGroup) As Person.Pose
|
||||
type: TinyLife.Objects.Pose
|
||||
content.vb: Public Shared Function GetDefaultPose(age As AgeGroup) As Pose
|
||||
overload: TinyLife.Utilities.Extensions.GetDefaultPose*
|
||||
- uid: TinyLife.Utilities.Extensions.AddHoverAnimation(MLEM.Ui.Elements.Button)
|
||||
commentId: M:TinyLife.Utilities.Extensions.AddHoverAnimation(MLEM.Ui.Elements.Button)
|
||||
|
@ -2806,39 +2806,17 @@ references:
|
|||
name: IsAgeAppropriate
|
||||
nameWithType: Extensions.IsAgeAppropriate
|
||||
fullName: TinyLife.Utilities.Extensions.IsAgeAppropriate
|
||||
- uid: TinyLife.Objects.Person.Pose
|
||||
commentId: T:TinyLife.Objects.Person.Pose
|
||||
parent: TinyLife.Objects
|
||||
name: Person.Pose
|
||||
nameWithType: Person.Pose
|
||||
fullName: TinyLife.Objects.Person.Pose
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
- name: .
|
||||
- uid: TinyLife.Objects.Person.Pose
|
||||
name: Pose
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
- name: .
|
||||
- uid: TinyLife.Objects.Person.Pose
|
||||
name: Pose
|
||||
- uid: TinyLife.Objects.Person.Pose.WorkingStanding
|
||||
commentId: F:TinyLife.Objects.Person.Pose.WorkingStanding
|
||||
name: WorkingStanding
|
||||
nameWithType: Person.Pose.WorkingStanding
|
||||
fullName: TinyLife.Objects.Person.Pose.WorkingStanding
|
||||
- uid: TinyLife.Objects.Person.Pose.WorkingSitting
|
||||
commentId: F:TinyLife.Objects.Person.Pose.WorkingSitting
|
||||
name: WorkingSitting
|
||||
nameWithType: Person.Pose.WorkingSitting
|
||||
fullName: TinyLife.Objects.Person.Pose.WorkingSitting
|
||||
- uid: TinyLife.Utilities.Extensions.ToWorking*
|
||||
commentId: Overload:TinyLife.Utilities.Extensions.ToWorking
|
||||
name: ToWorking
|
||||
nameWithType: Extensions.ToWorking
|
||||
fullName: TinyLife.Utilities.Extensions.ToWorking
|
||||
- uid: TinyLife.Objects.Pose
|
||||
commentId: T:TinyLife.Objects.Pose
|
||||
parent: TinyLife.Objects
|
||||
name: Pose
|
||||
nameWithType: Pose
|
||||
fullName: TinyLife.Objects.Pose
|
||||
- uid: TinyLife.Utilities.Extensions.GetDefaultPose*
|
||||
commentId: Overload:TinyLife.Utilities.Extensions.GetDefaultPose
|
||||
name: GetDefaultPose
|
||||
|
|
|
@ -19,7 +19,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DrawDelegate
|
||||
path: ../TinyLife/World/Map.cs
|
||||
startLine: 2373
|
||||
startLine: 2380
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
|
|
@ -25,7 +25,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ExportedHousehold
|
||||
path: ../TinyLife/World/Household.cs
|
||||
startLine: 314
|
||||
startLine: 318
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -64,7 +64,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ExportedVersion
|
||||
path: ../TinyLife/World/Household.cs
|
||||
startLine: 319
|
||||
startLine: 323
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -93,7 +93,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Members
|
||||
path: ../TinyLife/World/Household.cs
|
||||
startLine: 323
|
||||
startLine: 327
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -122,7 +122,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Money
|
||||
path: ../TinyLife/World/Household.cs
|
||||
startLine: 327
|
||||
startLine: 331
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -151,7 +151,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FurnitureStorage
|
||||
path: ../TinyLife/World/Household.cs
|
||||
startLine: 331
|
||||
startLine: 335
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -180,7 +180,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ClothesStorage
|
||||
path: ../TinyLife/World/Household.cs
|
||||
startLine: 335
|
||||
startLine: 339
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -209,7 +209,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Description
|
||||
path: ../TinyLife/World/Household.cs
|
||||
startLine: 339
|
||||
startLine: 343
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
|
|
@ -25,7 +25,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Instance
|
||||
path: ../TinyLife/World/LotEmployment.cs
|
||||
startLine: 215
|
||||
startLine: 205
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -74,7 +74,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Lot
|
||||
path: ../TinyLife/World/LotEmployment.cs
|
||||
startLine: 221
|
||||
startLine: 211
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -105,7 +105,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Type
|
||||
path: ../TinyLife/World/LotEmployment.cs
|
||||
startLine: 225
|
||||
startLine: 215
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -136,7 +136,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SetManually
|
||||
path: ../TinyLife/World/LotEmployment.cs
|
||||
startLine: 238
|
||||
startLine: 228
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -177,7 +177,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/World/LotEmployment.cs
|
||||
startLine: 259
|
||||
startLine: 249
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -221,7 +221,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Validate
|
||||
path: ../TinyLife/World/LotEmployment.cs
|
||||
startLine: 272
|
||||
startLine: 262
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -256,7 +256,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ShouldWorkRightNow
|
||||
path: ../TinyLife/World/LotEmployment.cs
|
||||
startLine: 282
|
||||
startLine: 272
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
|
|
@ -58,7 +58,7 @@ items:
|
|||
- TinyLife.World.Map.IsInBounds(Microsoft.Xna.Framework.Point)
|
||||
- TinyLife.World.Map.IsLotHidden(TinyLife.World.Lot)
|
||||
- TinyLife.World.Map.IsRoad(Microsoft.Xna.Framework.Point)
|
||||
- TinyLife.World.Map.LoadStaticMap(System.String,System.Boolean,System.Action{System.String},System.Action{System.Single},System.Boolean)
|
||||
- TinyLife.World.Map.LoadStaticMap(System.String,System.Boolean,System.Action{System.String},System.Action{System.Single})
|
||||
- TinyLife.World.Map.MailToSend
|
||||
- TinyLife.World.Map.MarkDirtyForPathfinding(Microsoft.Xna.Framework.Point)
|
||||
- TinyLife.World.Map.MarkObjectDirtyForDrawing(TinyLife.Objects.MapObject,TinyLife.World.MapSection,System.Boolean)
|
||||
|
@ -70,6 +70,7 @@ items:
|
|||
- TinyLife.World.Map.OnUpdate
|
||||
- TinyLife.World.Map.PlaySound(Microsoft.Xna.Framework.Audio.SoundEffect,Microsoft.Xna.Framework.Vector2,System.Single,System.Single,System.Boolean,System.Boolean)
|
||||
- TinyLife.World.Map.PlaySound(Microsoft.Xna.Framework.Audio.SoundEffect,TinyLife.World.MapAudioEmitter,System.Single,System.Single,System.Boolean,System.Boolean)
|
||||
- TinyLife.World.Map.PostValidate(System.Action{System.String},System.Action{System.Single})
|
||||
- TinyLife.World.Map.RemoveHousehold(TinyLife.World.Household)
|
||||
- TinyLife.World.Map.RemoveLight(TinyLife.Objects.Light)
|
||||
- TinyLife.World.Map.RemoveLot(TinyLife.World.Lot)
|
||||
|
@ -84,7 +85,7 @@ items:
|
|||
- TinyLife.World.Map.Time
|
||||
- TinyLife.World.Map.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
||||
- TinyLife.World.Map.UpdateExternalPeople(System.Action{System.Single})
|
||||
- TinyLife.World.Map.Validate(System.Action{System.String},System.Action{System.Single},System.Boolean)
|
||||
- TinyLife.World.Map.Validate(System.Action{System.String},System.Action{System.Single})
|
||||
- TinyLife.World.Map.ValidateExistingRooms(Microsoft.Xna.Framework.Point[])
|
||||
langs:
|
||||
- csharp
|
||||
|
@ -1042,16 +1043,16 @@ items:
|
|||
nameWithType.vb: Map.GetRandomTile(Random, Vector2, Integer, Boolean, Boolean, Predicate(Of Point))
|
||||
fullName.vb: TinyLife.World.Map.GetRandomTile(System.Random, Microsoft.Xna.Framework.Vector2, Integer, Boolean, Boolean, System.Predicate(Of Microsoft.Xna.Framework.Point))
|
||||
name.vb: GetRandomTile(Random, Vector2, Integer, Boolean, Boolean, Predicate(Of Point))
|
||||
- uid: TinyLife.World.Map.Validate(System.Action{System.String},System.Action{System.Single},System.Boolean)
|
||||
commentId: M:TinyLife.World.Map.Validate(System.Action{System.String},System.Action{System.Single},System.Boolean)
|
||||
id: Validate(System.Action{System.String},System.Action{System.Single},System.Boolean)
|
||||
- uid: TinyLife.World.Map.Validate(System.Action{System.String},System.Action{System.Single})
|
||||
commentId: M:TinyLife.World.Map.Validate(System.Action{System.String},System.Action{System.Single})
|
||||
id: Validate(System.Action{System.String},System.Action{System.Single})
|
||||
parent: TinyLife.World.Map
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Validate(Action<string>, Action<float>, bool)
|
||||
nameWithType: Map.Validate(Action<string>, Action<float>, bool)
|
||||
fullName: TinyLife.World.Map.Validate(System.Action<string>, System.Action<float>, bool)
|
||||
name: Validate(Action<string>, Action<float>)
|
||||
nameWithType: Map.Validate(Action<string>, Action<float>)
|
||||
fullName: TinyLife.World.Map.Validate(System.Action<string>, System.Action<float>)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
|
@ -1060,14 +1061,14 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Validate
|
||||
path: ../TinyLife/World/Map.cs
|
||||
startLine: 678
|
||||
startLine: 677
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
summary: "\nThis method is called when this object is loaded from disk.\nWhen called on a map, each <xref href=\"TinyLife.World.MapSection\" data-throw-if-not-resolved=\"false\"></xref> is validated, and roads and rooms are generated.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public void Validate(Action<string> setState, Action<float> setProgress, bool thorough = true)
|
||||
content: public void Validate(Action<string> setState, Action<float> setProgress)
|
||||
parameters:
|
||||
- id: setState
|
||||
type: System.Action{System.String}
|
||||
|
@ -1075,14 +1076,45 @@ items:
|
|||
- id: setProgress
|
||||
type: System.Action{System.Single}
|
||||
description: An action that accepts the progress of the current state of the loading process.
|
||||
- id: thorough
|
||||
type: System.Boolean
|
||||
description: Whether the map should be validated thoroughly, which needs to be done if it will be played on.
|
||||
content.vb: Public Sub Validate(setState As Action(Of String), setProgress As Action(Of Single), thorough As Boolean = True)
|
||||
content.vb: Public Sub Validate(setState As Action(Of String), setProgress As Action(Of Single))
|
||||
overload: TinyLife.World.Map.Validate*
|
||||
nameWithType.vb: Map.Validate(Action(Of String), Action(Of Single), Boolean)
|
||||
fullName.vb: TinyLife.World.Map.Validate(System.Action(Of String), System.Action(Of Single), Boolean)
|
||||
name.vb: Validate(Action(Of String), Action(Of Single), Boolean)
|
||||
nameWithType.vb: Map.Validate(Action(Of String), Action(Of Single))
|
||||
fullName.vb: TinyLife.World.Map.Validate(System.Action(Of String), System.Action(Of Single))
|
||||
name.vb: Validate(Action(Of String), Action(Of Single))
|
||||
- uid: TinyLife.World.Map.PostValidate(System.Action{System.String},System.Action{System.Single})
|
||||
commentId: M:TinyLife.World.Map.PostValidate(System.Action{System.String},System.Action{System.Single})
|
||||
id: PostValidate(System.Action{System.String},System.Action{System.Single})
|
||||
parent: TinyLife.World.Map
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: PostValidate(Action<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)
|
||||
commentId: M:TinyLife.World.Map.GetRoom(Microsoft.Xna.Framework.Point)
|
||||
id: GetRoom(Microsoft.Xna.Framework.Point)
|
||||
|
@ -1101,7 +1133,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetRoom
|
||||
path: ../TinyLife/World/Map.cs
|
||||
startLine: 747
|
||||
startLine: 746
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -1136,7 +1168,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetLot
|
||||
path: ../TinyLife/World/Map.cs
|
||||
startLine: 761
|
||||
startLine: 760
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -1171,7 +1203,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetLot
|
||||
path: ../TinyLife/World/Map.cs
|
||||
startLine: 772
|
||||
startLine: 771
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -1206,7 +1238,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AddLot
|
||||
path: ../TinyLife/World/Map.cs
|
||||
startLine: 785
|
||||
startLine: 784
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -1241,7 +1273,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AddLot
|
||||
path: ../TinyLife/World/Map.cs
|
||||
startLine: 795
|
||||
startLine: 794
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -1273,7 +1305,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RemoveLot
|
||||
path: ../TinyLife/World/Map.cs
|
||||
startLine: 803
|
||||
startLine: 802
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -1305,7 +1337,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetLots
|
||||
path: ../TinyLife/World/Map.cs
|
||||
startLine: 811
|
||||
startLine: 810
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -1336,7 +1368,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AddWall
|
||||
path: ../TinyLife/World/Map.cs
|
||||
startLine: 822
|
||||
startLine: 821
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -1374,7 +1406,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AddWall
|
||||
path: ../TinyLife/World/Map.cs
|
||||
startLine: 833
|
||||
startLine: 832
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -1409,7 +1441,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RemoveWall
|
||||
path: ../TinyLife/World/Map.cs
|
||||
startLine: 843
|
||||
startLine: 842
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -1444,7 +1476,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetWallBetween
|
||||
path: ../TinyLife/World/Map.cs
|
||||
startLine: 859
|
||||
startLine: 858
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -1482,7 +1514,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetTile
|
||||
path: ../TinyLife/World/Map.cs
|
||||
startLine: 873
|
||||
startLine: 872
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -1517,7 +1549,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SetTile
|
||||
path: ../TinyLife/World/Map.cs
|
||||
startLine: 883
|
||||
startLine: 882
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -1552,7 +1584,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AddRoof
|
||||
path: ../TinyLife/World/Map.cs
|
||||
startLine: 899
|
||||
startLine: 898
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -1584,7 +1616,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetRoof
|
||||
path: ../TinyLife/World/Map.cs
|
||||
startLine: 909
|
||||
startLine: 908
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -1619,7 +1651,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetRoofs
|
||||
path: ../TinyLife/World/Map.cs
|
||||
startLine: 924
|
||||
startLine: 923
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -1654,7 +1686,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RemoveRoof
|
||||
path: ../TinyLife/World/Map.cs
|
||||
startLine: 937
|
||||
startLine: 936
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -1686,7 +1718,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetObjects
|
||||
path: ../TinyLife/World/Map.cs
|
||||
startLine: 948
|
||||
startLine: 947
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -1727,7 +1759,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetObject
|
||||
path: ../TinyLife/World/Map.cs
|
||||
startLine: 964
|
||||
startLine: 963
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -1768,7 +1800,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AddObject
|
||||
path: ../TinyLife/World/Map.cs
|
||||
startLine: 976
|
||||
startLine: 975
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -1800,7 +1832,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RemoveObject
|
||||
path: ../TinyLife/World/Map.cs
|
||||
startLine: 1001
|
||||
startLine: 1000
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -1833,7 +1865,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetPeople
|
||||
path: ../TinyLife/World/Map.cs
|
||||
startLine: 1021
|
||||
startLine: 1020
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -1864,7 +1896,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetHousehold
|
||||
path: ../TinyLife/World/Map.cs
|
||||
startLine: 1033
|
||||
startLine: 1032
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -1899,7 +1931,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetHousehold
|
||||
path: ../TinyLife/World/Map.cs
|
||||
startLine: 1046
|
||||
startLine: 1045
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -1934,7 +1966,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AddHousehold
|
||||
path: ../TinyLife/World/Map.cs
|
||||
startLine: 1059
|
||||
startLine: 1058
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -1969,7 +2001,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RemoveHousehold
|
||||
path: ../TinyLife/World/Map.cs
|
||||
startLine: 1069
|
||||
startLine: 1068
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -2001,7 +2033,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetHouseholds
|
||||
path: ../TinyLife/World/Map.cs
|
||||
startLine: 1077
|
||||
startLine: 1076
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -2032,7 +2064,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetSection
|
||||
path: ../TinyLife/World/Map.cs
|
||||
startLine: 1087
|
||||
startLine: 1086
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -2067,7 +2099,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetSections
|
||||
path: ../TinyLife/World/Map.cs
|
||||
startLine: 1099
|
||||
startLine: 1098
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -2108,7 +2140,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetSections
|
||||
path: ../TinyLife/World/Map.cs
|
||||
startLine: 1109
|
||||
startLine: 1108
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -2149,7 +2181,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: MarkDirtyForPathfinding
|
||||
path: ../TinyLife/World/Map.cs
|
||||
startLine: 1130
|
||||
startLine: 1129
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -2181,7 +2213,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetPathCost
|
||||
path: ../TinyLife/World/Map.cs
|
||||
startLine: 1151
|
||||
startLine: 1150
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -2222,7 +2254,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanWalkBetween
|
||||
path: ../TinyLife/World/Map.cs
|
||||
startLine: 1173
|
||||
startLine: 1172
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -2263,7 +2295,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IsFreeSpot
|
||||
path: ../TinyLife/World/Map.cs
|
||||
startLine: 1182
|
||||
startLine: 1181
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -2298,7 +2330,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetDeadPerson
|
||||
path: ../TinyLife/World/Map.cs
|
||||
startLine: 1192
|
||||
startLine: 1191
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -2333,7 +2365,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PlaySound
|
||||
path: ../TinyLife/World/Map.cs
|
||||
startLine: 1212
|
||||
startLine: 1211
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -2386,7 +2418,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PlaySound
|
||||
path: ../TinyLife/World/Map.cs
|
||||
startLine: 1229
|
||||
startLine: 1228
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -2439,7 +2471,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetClosestFreeExitPoint
|
||||
path: ../TinyLife/World/Map.cs
|
||||
startLine: 1242
|
||||
startLine: 1241
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -2470,7 +2502,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetExitRoads
|
||||
path: ../TinyLife/World/Map.cs
|
||||
startLine: 1253
|
||||
startLine: 1252
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -2501,7 +2533,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetWalls
|
||||
path: ../TinyLife/World/Map.cs
|
||||
startLine: 1268
|
||||
startLine: 1267
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -2536,7 +2568,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ApplyCameraRotation
|
||||
path: ../TinyLife/World/Map.cs
|
||||
startLine: 1288
|
||||
startLine: 1287
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -2580,7 +2612,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ApplyInverseCameraRotation
|
||||
path: ../TinyLife/World/Map.cs
|
||||
startLine: 1304
|
||||
startLine: 1303
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -2618,7 +2650,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnCameraRotationChanged
|
||||
path: ../TinyLife/World/Map.cs
|
||||
startLine: 1319
|
||||
startLine: 1318
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -2653,7 +2685,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AddLight
|
||||
path: ../TinyLife/World/Map.cs
|
||||
startLine: 1342
|
||||
startLine: 1341
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -2685,7 +2717,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RemoveLight
|
||||
path: ../TinyLife/World/Map.cs
|
||||
startLine: 1351
|
||||
startLine: 1350
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -2717,7 +2749,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: MoveEverything
|
||||
path: ../TinyLife/World/Map.cs
|
||||
startLine: 1363
|
||||
startLine: 1362
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -2761,7 +2793,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ValidateExistingRooms
|
||||
path: ../TinyLife/World/Map.cs
|
||||
startLine: 1424
|
||||
startLine: 1423
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -2796,7 +2828,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AddNewRoomsAndValidateExisting
|
||||
path: ../TinyLife/World/Map.cs
|
||||
startLine: 1443
|
||||
startLine: 1442
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -2837,7 +2869,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetRegularVisitors
|
||||
path: ../TinyLife/World/Map.cs
|
||||
startLine: 1497
|
||||
startLine: 1496
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -2868,7 +2900,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: UpdateExternalPeople
|
||||
path: ../TinyLife/World/Map.cs
|
||||
startLine: 1509
|
||||
startLine: 1508
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -2902,7 +2934,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetAllLotEmployments
|
||||
path: ../TinyLife/World/Map.cs
|
||||
startLine: 1592
|
||||
startLine: 1591
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -2933,7 +2965,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: MarkTileDirtyForDrawing
|
||||
path: ../TinyLife/World/Map.cs
|
||||
startLine: 1605
|
||||
startLine: 1604
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -2965,7 +2997,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: MarkObjectDirtyForDrawing
|
||||
path: ../TinyLife/World/Map.cs
|
||||
startLine: 1621
|
||||
startLine: 1620
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -2988,16 +3020,16 @@ items:
|
|||
nameWithType.vb: Map.MarkObjectDirtyForDrawing(MapObject, MapSection, Boolean)
|
||||
fullName.vb: TinyLife.World.Map.MarkObjectDirtyForDrawing(TinyLife.Objects.MapObject, TinyLife.World.MapSection, Boolean)
|
||||
name.vb: MarkObjectDirtyForDrawing(MapObject, MapSection, Boolean)
|
||||
- uid: TinyLife.World.Map.LoadStaticMap(System.String,System.Boolean,System.Action{System.String},System.Action{System.Single},System.Boolean)
|
||||
commentId: M:TinyLife.World.Map.LoadStaticMap(System.String,System.Boolean,System.Action{System.String},System.Action{System.Single},System.Boolean)
|
||||
id: LoadStaticMap(System.String,System.Boolean,System.Action{System.String},System.Action{System.Single},System.Boolean)
|
||||
- uid: TinyLife.World.Map.LoadStaticMap(System.String,System.Boolean,System.Action{System.String},System.Action{System.Single})
|
||||
commentId: M:TinyLife.World.Map.LoadStaticMap(System.String,System.Boolean,System.Action{System.String},System.Action{System.Single})
|
||||
id: LoadStaticMap(System.String,System.Boolean,System.Action{System.String},System.Action{System.Single})
|
||||
parent: TinyLife.World.Map
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: LoadStaticMap(string, bool, Action<string>, Action<float>, bool)
|
||||
nameWithType: Map.LoadStaticMap(string, bool, Action<string>, Action<float>, bool)
|
||||
fullName: TinyLife.World.Map.LoadStaticMap(string, bool, System.Action<string>, System.Action<float>, bool)
|
||||
name: LoadStaticMap(string, bool, Action<string>, Action<float>)
|
||||
nameWithType: Map.LoadStaticMap(string, bool, Action<string>, Action<float>)
|
||||
fullName: TinyLife.World.Map.LoadStaticMap(string, bool, System.Action<string>, System.Action<float>)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
|
@ -3006,14 +3038,14 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: LoadStaticMap
|
||||
path: ../TinyLife/World/Map.cs
|
||||
startLine: 2144
|
||||
startLine: 2149
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
summary: "\nLoads a static map with the given name from the game's content directory.\nNote that the map is not validated (<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'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: []
|
||||
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:
|
||||
- id: name
|
||||
type: System.String
|
||||
|
@ -3027,17 +3059,14 @@ items:
|
|||
- id: setProgress
|
||||
type: System.Action{System.Single}
|
||||
description: An action that accepts the progress of the current state of the loading process.
|
||||
- id: validateThoroughly
|
||||
type: System.Boolean
|
||||
description: Whether the map should be validated thoroughly, which needs to be done if it will be played on.
|
||||
return:
|
||||
type: TinyLife.World.Map
|
||||
description: The static map that was loaded.
|
||||
content.vb: Public Shared Function LoadStaticMap(name As String, custom As Boolean, setState As Action(Of String), setProgress As Action(Of Single), validateThoroughly As Boolean) As Map
|
||||
content.vb: Public Shared Function LoadStaticMap(name As String, custom As Boolean, setState As Action(Of String), setProgress As Action(Of Single)) As Map
|
||||
overload: TinyLife.World.Map.LoadStaticMap*
|
||||
nameWithType.vb: Map.LoadStaticMap(String, Boolean, Action(Of String), Action(Of Single), Boolean)
|
||||
fullName.vb: TinyLife.World.Map.LoadStaticMap(String, Boolean, System.Action(Of String), System.Action(Of Single), Boolean)
|
||||
name.vb: LoadStaticMap(String, Boolean, Action(Of String), Action(Of Single), Boolean)
|
||||
nameWithType.vb: Map.LoadStaticMap(String, Boolean, Action(Of String), Action(Of Single))
|
||||
fullName.vb: TinyLife.World.Map.LoadStaticMap(String, Boolean, System.Action(Of String), System.Action(Of Single))
|
||||
name.vb: LoadStaticMap(String, Boolean, Action(Of String), Action(Of Single))
|
||||
- uid: TinyLife.World.Map.IsLotHidden(TinyLife.World.Lot)
|
||||
commentId: M:TinyLife.World.Map.IsLotHidden(TinyLife.World.Lot)
|
||||
id: IsLotHidden(TinyLife.World.Lot)
|
||||
|
@ -3056,7 +3085,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IsLotHidden
|
||||
path: ../TinyLife/World/Map.cs
|
||||
startLine: 2197
|
||||
startLine: 2204
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -3091,7 +3120,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetMapSampler
|
||||
path: ../TinyLife/World/Map.cs
|
||||
startLine: 2210
|
||||
startLine: 2217
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -4698,6 +4727,11 @@ references:
|
|||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.single
|
||||
- name: )
|
||||
- uid: TinyLife.World.Map.PostValidate*
|
||||
commentId: Overload:TinyLife.World.Map.PostValidate
|
||||
name: PostValidate
|
||||
nameWithType: Map.PostValidate
|
||||
fullName: TinyLife.World.Map.PostValidate
|
||||
- uid: TinyLife.World.Map.GetRoom*
|
||||
commentId: Overload:TinyLife.World.Map.GetRoom
|
||||
name: GetRoom
|
||||
|
@ -5876,19 +5910,19 @@ references:
|
|||
name: MarkObjectDirtyForDrawing
|
||||
nameWithType: Map.MarkObjectDirtyForDrawing
|
||||
fullName: TinyLife.World.Map.MarkObjectDirtyForDrawing
|
||||
- uid: TinyLife.World.Map.Validate(System.Action{System.String},System.Action{System.Single},System.Boolean)
|
||||
commentId: M:TinyLife.World.Map.Validate(System.Action{System.String},System.Action{System.Single},System.Boolean)
|
||||
- uid: TinyLife.World.Map.PostValidate(System.Action{System.String},System.Action{System.Single})
|
||||
commentId: M:TinyLife.World.Map.PostValidate(System.Action{System.String},System.Action{System.Single})
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.action-1
|
||||
name: Validate(Action<string>, Action<float>, bool)
|
||||
nameWithType: Map.Validate(Action<string>, Action<float>, bool)
|
||||
fullName: TinyLife.World.Map.Validate(System.Action<string>, System.Action<float>, bool)
|
||||
nameWithType.vb: Map.Validate(Action(Of String), Action(Of Single), Boolean)
|
||||
fullName.vb: TinyLife.World.Map.Validate(System.Action(Of String), System.Action(Of Single), Boolean)
|
||||
name.vb: Validate(Action(Of String), Action(Of Single), Boolean)
|
||||
name: PostValidate(Action<string>, Action<float>)
|
||||
nameWithType: Map.PostValidate(Action<string>, Action<float>)
|
||||
fullName: TinyLife.World.Map.PostValidate(System.Action<string>, System.Action<float>)
|
||||
nameWithType.vb: Map.PostValidate(Action(Of String), Action(Of Single))
|
||||
fullName.vb: TinyLife.World.Map.PostValidate(System.Action(Of String), System.Action(Of Single))
|
||||
name.vb: PostValidate(Action(Of String), Action(Of Single))
|
||||
spec.csharp:
|
||||
- uid: TinyLife.World.Map.Validate(System.Action{System.String},System.Action{System.Single},System.Boolean)
|
||||
name: Validate
|
||||
- uid: TinyLife.World.Map.PostValidate(System.Action{System.String},System.Action{System.Single})
|
||||
name: PostValidate
|
||||
- name: (
|
||||
- uid: System.Action`1
|
||||
name: Action
|
||||
|
@ -5912,16 +5946,10 @@ references:
|
|||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.single
|
||||
- name: '>'
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: System.Boolean
|
||||
name: bool
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.World.Map.Validate(System.Action{System.String},System.Action{System.Single},System.Boolean)
|
||||
name: Validate
|
||||
- uid: TinyLife.World.Map.PostValidate(System.Action{System.String},System.Action{System.Single})
|
||||
name: PostValidate
|
||||
- name: (
|
||||
- uid: System.Action`1
|
||||
name: Action
|
||||
|
@ -5949,12 +5977,6 @@ references:
|
|||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.single
|
||||
- name: )
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||
- name: )
|
||||
- uid: TinyLife.World.Map.LoadStaticMap*
|
||||
commentId: Overload:TinyLife.World.Map.LoadStaticMap
|
||||
|
|
|
@ -360,7 +360,7 @@ items:
|
|||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
summary: "\nValidates this roof instance, which is automatically done in <xref href=\"TinyLife.World.Map.Validate(System.Action%7bSystem.String%7d%2cSystem.Action%7bSystem.Single%7d%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: []
|
||||
syntax:
|
||||
content: public bool Validate()
|
||||
|
@ -945,18 +945,18 @@ references:
|
|||
nameWithType.vb: Single
|
||||
fullName.vb: Single
|
||||
name.vb: Single
|
||||
- uid: TinyLife.World.Map.Validate(System.Action{System.String},System.Action{System.Single},System.Boolean)
|
||||
commentId: M:TinyLife.World.Map.Validate(System.Action{System.String},System.Action{System.Single},System.Boolean)
|
||||
- uid: TinyLife.World.Map.Validate(System.Action{System.String},System.Action{System.Single})
|
||||
commentId: M:TinyLife.World.Map.Validate(System.Action{System.String},System.Action{System.Single})
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.action-1
|
||||
name: Validate(Action<string>, Action<float>, bool)
|
||||
nameWithType: Map.Validate(Action<string>, Action<float>, bool)
|
||||
fullName: TinyLife.World.Map.Validate(System.Action<string>, System.Action<float>, bool)
|
||||
nameWithType.vb: Map.Validate(Action(Of String), Action(Of Single), Boolean)
|
||||
fullName.vb: TinyLife.World.Map.Validate(System.Action(Of String), System.Action(Of Single), Boolean)
|
||||
name.vb: Validate(Action(Of String), Action(Of Single), Boolean)
|
||||
name: Validate(Action<string>, Action<float>)
|
||||
nameWithType: Map.Validate(Action<string>, Action<float>)
|
||||
fullName: TinyLife.World.Map.Validate(System.Action<string>, System.Action<float>)
|
||||
nameWithType.vb: Map.Validate(Action(Of String), Action(Of Single))
|
||||
fullName.vb: TinyLife.World.Map.Validate(System.Action(Of String), System.Action(Of Single))
|
||||
name.vb: Validate(Action(Of String), Action(Of Single))
|
||||
spec.csharp:
|
||||
- uid: TinyLife.World.Map.Validate(System.Action{System.String},System.Action{System.Single},System.Boolean)
|
||||
- uid: TinyLife.World.Map.Validate(System.Action{System.String},System.Action{System.Single})
|
||||
name: Validate
|
||||
- name: (
|
||||
- uid: System.Action`1
|
||||
|
@ -981,15 +981,9 @@ references:
|
|||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.single
|
||||
- name: '>'
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: System.Boolean
|
||||
name: bool
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.World.Map.Validate(System.Action{System.String},System.Action{System.Single},System.Boolean)
|
||||
- uid: TinyLife.World.Map.Validate(System.Action{System.String},System.Action{System.Single})
|
||||
name: Validate
|
||||
- name: (
|
||||
- uid: System.Action`1
|
||||
|
@ -1018,12 +1012,6 @@ references:
|
|||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.single
|
||||
- name: )
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||
- name: )
|
||||
- uid: TinyLife.World.Roof.Validate*
|
||||
commentId: Overload:TinyLife.World.Roof.Validate
|
||||
|
|
|
@ -19,7 +19,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: UpdateDelegate
|
||||
path: ../TinyLife/World/Map.cs
|
||||
startLine: 2363
|
||||
startLine: 2370
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
|
|
@ -93,8 +93,12 @@ items:
|
|||
name: Emote
|
||||
- uid: TinyLife.Actions.EmoteCategory
|
||||
name: EmoteCategory
|
||||
- uid: TinyLife.Actions.FollowAdultAction
|
||||
name: FollowAdultAction
|
||||
- uid: TinyLife.Actions.GoHereAction
|
||||
name: GoHereAction
|
||||
- uid: TinyLife.Actions.HaveBabyAction
|
||||
name: HaveBabyAction
|
||||
- uid: TinyLife.Actions.HelpAction
|
||||
name: HelpAction
|
||||
- uid: TinyLife.Actions.HoldingPersonAction
|
||||
|
@ -284,6 +288,8 @@ items:
|
|||
name: CornerFurniture
|
||||
- uid: TinyLife.Objects.CornerFurniture.Counter
|
||||
name: CornerFurniture.Counter
|
||||
- uid: TinyLife.Objects.DeathReason
|
||||
name: DeathReason
|
||||
- uid: TinyLife.Objects.Fence
|
||||
name: Fence
|
||||
- uid: TinyLife.Objects.Fireplace
|
||||
|
@ -334,22 +340,24 @@ items:
|
|||
name: Person
|
||||
- uid: TinyLife.Objects.Person.ActionUpdateDelegate
|
||||
name: Person.ActionUpdateDelegate
|
||||
- uid: TinyLife.Objects.Person.DeathReason
|
||||
name: Person.DeathReason
|
||||
- uid: TinyLife.Objects.Person.EfficiencyModifierDelegate
|
||||
name: Person.EfficiencyModifierDelegate
|
||||
- uid: TinyLife.Objects.Person.EmotionModifiersChangedDelegate
|
||||
name: Person.EmotionModifiersChangedDelegate
|
||||
- uid: TinyLife.Objects.Person.PassiveActionPriorityDelegate
|
||||
name: Person.PassiveActionPriorityDelegate
|
||||
- uid: TinyLife.Objects.Person.Pose
|
||||
name: Person.Pose
|
||||
- uid: TinyLife.Objects.Person.RelationshipChangeDelegate
|
||||
name: Person.RelationshipChangeDelegate
|
||||
- uid: TinyLife.Objects.Person.RestoreNeedDelegate
|
||||
name: Person.RestoreNeedDelegate
|
||||
- uid: TinyLife.Objects.Person.WalkSpeedDelegate
|
||||
name: Person.WalkSpeedDelegate
|
||||
- uid: TinyLife.Objects.PersonAi
|
||||
name: PersonAi
|
||||
- uid: TinyLife.Objects.Pose
|
||||
name: Pose
|
||||
- uid: TinyLife.Objects.PregnancyAbility
|
||||
name: PregnancyAbility
|
||||
- uid: TinyLife.Objects.ScreenObject
|
||||
name: ScreenObject
|
||||
- uid: TinyLife.Objects.SpeakStyle
|
||||
|
|
BIN
media/changelog/0.31.0.png
Normal file
BIN
media/changelog/0.31.0.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 163 KiB |
Loading…
Reference in a new issue