mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-12-21 14:29:23 +01:00
0.45.2
This commit is contained in:
parent
03d983e6ad
commit
71a046e18e
35 changed files with 1991 additions and 2036 deletions
22
Changelog.md
22
Changelog.md
|
@ -1,3 +1,25 @@
|
|||
# 0.45.2
|
||||
*December 14, 2024*
|
||||
|
||||
Additions
|
||||
- Added the ancient bonsai small pot plant
|
||||
- Added a simple durag head accessory
|
||||
|
||||
Improvements
|
||||
- Improved action selection menu navigation when using a gamepad
|
||||
- Increased the resolution of the selection texture, causing objects to be easier to highlight when zoomed out
|
||||
- Improved the way "down" versions of roofs look by still drawing their wall outlines
|
||||
|
||||
Fixes
|
||||
- Fixed being able to place wallpaper on roofs and stairs outside the owned area
|
||||
- Fixed removing nothing using the remove tool causing an empty undo/redo item to be added
|
||||
- Fixed a rare exception when navigating the character creator with a gamepad
|
||||
|
||||
API
|
||||
- DeathReason is now a class, allowing for custom death reasons to be added by mods
|
||||
- Added an event for when a person's age changes
|
||||
- Removed duplicate frames for all hair, accessories and shirts (see [this commit](https://github.com/Ellpeck/TinyLifeWeb/commit/1138804dc2d51777eba34ac8ff31637aae9f0c95) to the documentation for more info)
|
||||
|
||||
# 0.45.1
|
||||
*December 4, 2024*
|
||||
|
||||
|
|
26
docs/api/.manifest
generated
26
docs/api/.manifest
generated
|
@ -1120,6 +1120,7 @@
|
|||
"TinyLife.Emotions.EmotionModifier.DisplayName": "TinyLife.Emotions.EmotionModifier.yml",
|
||||
"TinyLife.Emotions.EmotionModifier.DonatedToCharity": "TinyLife.Emotions.EmotionModifier.yml",
|
||||
"TinyLife.Emotions.EmotionModifier.Drunk": "TinyLife.Emotions.EmotionModifier.yml",
|
||||
"TinyLife.Emotions.EmotionModifier.ElderWorkout": "TinyLife.Emotions.EmotionModifier.yml",
|
||||
"TinyLife.Emotions.EmotionModifier.EmbarrassingWorkConversation": "TinyLife.Emotions.EmotionModifier.yml",
|
||||
"TinyLife.Emotions.EmotionModifier.EmergencyFood": "TinyLife.Emotions.EmotionModifier.yml",
|
||||
"TinyLife.Emotions.EmotionModifier.Emotion": "TinyLife.Emotions.EmotionModifier.yml",
|
||||
|
@ -1192,7 +1193,7 @@
|
|||
"TinyLife.Emotions.EmotionModifier.JungleGymPositive": "TinyLife.Emotions.EmotionModifier.yml",
|
||||
"TinyLife.Emotions.EmotionModifier.JungleGymSocialNegative": "TinyLife.Emotions.EmotionModifier.yml",
|
||||
"TinyLife.Emotions.EmotionModifier.JungleGymSocialPositive": "TinyLife.Emotions.EmotionModifier.yml",
|
||||
"TinyLife.Emotions.EmotionModifier.LazyWorkout": "TinyLife.Emotions.EmotionModifier.yml",
|
||||
"TinyLife.Emotions.EmotionModifier.LaidBackWorkout": "TinyLife.Emotions.EmotionModifier.yml",
|
||||
"TinyLife.Emotions.EmotionModifier.LearnedUpgrade": "TinyLife.Emotions.EmotionModifier.yml",
|
||||
"TinyLife.Emotions.EmotionModifier.LostTournament": "TinyLife.Emotions.EmotionModifier.yml",
|
||||
"TinyLife.Emotions.EmotionModifier.LovelyInteraction": "TinyLife.Emotions.EmotionModifier.yml",
|
||||
|
@ -1960,8 +1961,13 @@
|
|||
"TinyLife.Objects.CornerFurniture.ShouldConnectTo(TinyLife.Objects.Furniture)": "TinyLife.Objects.CornerFurniture.yml",
|
||||
"TinyLife.Objects.CornerFurniture.Validate(TinyLife.Utilities.AppliedMigrations)": "TinyLife.Objects.CornerFurniture.yml",
|
||||
"TinyLife.Objects.DeathReason": "TinyLife.Objects.DeathReason.yml",
|
||||
"TinyLife.Objects.DeathReason.#ctor(System.String)": "TinyLife.Objects.DeathReason.yml",
|
||||
"TinyLife.Objects.DeathReason.Electrocution": "TinyLife.Objects.DeathReason.yml",
|
||||
"TinyLife.Objects.DeathReason.InexplicableReasons": "TinyLife.Objects.DeathReason.yml",
|
||||
"TinyLife.Objects.DeathReason.Name": "TinyLife.Objects.DeathReason.yml",
|
||||
"TinyLife.Objects.DeathReason.Overexertion": "TinyLife.Objects.DeathReason.yml",
|
||||
"TinyLife.Objects.DeathReason.Reasons": "TinyLife.Objects.DeathReason.yml",
|
||||
"TinyLife.Objects.DeathReason.Register(TinyLife.Objects.DeathReason)": "TinyLife.Objects.DeathReason.yml",
|
||||
"TinyLife.Objects.DeathReason.Starvation": "TinyLife.Objects.DeathReason.yml",
|
||||
"TinyLife.Objects.DeathReason.TooMuchBrew": "TinyLife.Objects.DeathReason.yml",
|
||||
"TinyLife.Objects.DeathReason.TooMuchProtein": "TinyLife.Objects.DeathReason.yml",
|
||||
|
@ -2525,8 +2531,6 @@
|
|||
"TinyLife.Objects.MapObject.OnValidated": "TinyLife.Objects.MapObject.yml",
|
||||
"TinyLife.Objects.MapObject.OnValidatedEarly": "TinyLife.Objects.MapObject.yml",
|
||||
"TinyLife.Objects.MapObject.ParentInfo": "TinyLife.Objects.MapObject.yml",
|
||||
"TinyLife.Objects.MapObject.PersonRotationOrder": "TinyLife.Objects.MapObject.yml",
|
||||
"TinyLife.Objects.MapObject.PersonRotationOrderIndices": "TinyLife.Objects.MapObject.yml",
|
||||
"TinyLife.Objects.MapObject.Position": "TinyLife.Objects.MapObject.yml",
|
||||
"TinyLife.Objects.MapObject.ResetToStatic(System.Boolean,System.Boolean)": "TinyLife.Objects.MapObject.yml",
|
||||
"TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map,TinyLife.Utilities.AppliedMigrations)": "TinyLife.Objects.MapObject.yml",
|
||||
|
@ -2732,9 +2736,9 @@
|
|||
"TinyLife.Objects.Person.DiaperDirty": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.DrawLooksLayer(Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Animations.SpriteAnimation,MLEM.Textures.TextureRegion,TinyLife.Objects.WornClothes,System.Int32,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Single,TinyLife.Objects.ParentInfo,Microsoft.Xna.Framework.Color,System.Single,System.Single)": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.DrawSize": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.DrawUi(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Maths.Direction2,TinyLife.Objects.Outfit,System.Nullable{TinyLife.Objects.Pose},System.Nullable{TinyLife.Objects.AgeGroup})": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.DrawUiLayer(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Maths.Direction2,TinyLife.Objects.Outfit,TinyLife.Objects.Pose,TinyLife.Objects.AgeGroup,TinyLife.Objects.WornClothes,TinyLife.Objects.ClothesLayer,System.Int32,System.Int32)": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.FullNamePronouns": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.GenerateAnimationGroup(TinyLife.Objects.ClothesLayer,System.Int32,System.Collections.Generic.IReadOnlyDictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point)": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.GenerateAnimationGroup(TinyLife.Objects.ClothesLayer,TinyLife.Objects.Clothes)": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.GenerateShadowAnimation": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.GetAiPriorityForObject(TinyLife.Objects.MapObject,TinyLife.Objects.ObjectCategory)": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.GetBodyArea(TinyLife.Objects.Pose,MLEM.Maths.Direction2)": "TinyLife.Objects.Person.yml",
|
||||
|
@ -2754,7 +2758,6 @@
|
|||
"TinyLife.Objects.Person.LotEmployment": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.OnAgeChanged(TinyLife.Objects.AgeGroup)": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.OnCreate": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.OnDrawUi": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.OnGenerateAnimationGroup": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.OnJobChanged": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.OnLifeGoalChanged": "TinyLife.Objects.Person.yml",
|
||||
|
@ -2765,6 +2768,8 @@
|
|||
"TinyLife.Objects.Person.Pronouns": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.RemoveJob(TinyLife.Goals.JobType)": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.ResetToStatic(System.Boolean,System.Boolean)": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.RotationOrder": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.RotationOrderIndices": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.StartProject(TinyLife.Goals.Project)": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.UpdateJobs(System.TimeSpan)": "TinyLife.Objects.Person.yml",
|
||||
|
@ -2812,6 +2817,7 @@
|
|||
"TinyLife.Objects.PersonLike.DrawLooksLayer(Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Animations.SpriteAnimation,MLEM.Textures.TextureRegion,TinyLife.Objects.WornClothes,System.Int32,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Single,TinyLife.Objects.ParentInfo,Microsoft.Xna.Framework.Color,System.Single,System.Single)": "TinyLife.Objects.PersonLike.yml",
|
||||
"TinyLife.Objects.PersonLike.DrawSize": "TinyLife.Objects.PersonLike.yml",
|
||||
"TinyLife.Objects.PersonLike.DrawUi(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Maths.Direction2,TinyLife.Objects.Outfit,System.Nullable{TinyLife.Objects.Pose},System.Nullable{TinyLife.Objects.AgeGroup})": "TinyLife.Objects.PersonLike.yml",
|
||||
"TinyLife.Objects.PersonLike.DrawUiLayer(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Maths.Direction2,TinyLife.Objects.Outfit,TinyLife.Objects.Pose,TinyLife.Objects.AgeGroup,TinyLife.Objects.WornClothes,TinyLife.Objects.ClothesLayer,System.Int32,System.Int32)": "TinyLife.Objects.PersonLike.yml",
|
||||
"TinyLife.Objects.PersonLike.EarnMoney(System.Single,System.Object)": "TinyLife.Objects.PersonLike.yml",
|
||||
"TinyLife.Objects.PersonLike.EfficiencyModifierDelegate": "TinyLife.Objects.PersonLike.EfficiencyModifierDelegate.yml",
|
||||
"TinyLife.Objects.PersonLike.Emotion": "TinyLife.Objects.PersonLike.yml",
|
||||
|
@ -2825,7 +2831,7 @@
|
|||
"TinyLife.Objects.PersonLike.FullName": "TinyLife.Objects.PersonLike.yml",
|
||||
"TinyLife.Objects.PersonLike.FullNamePronouns": "TinyLife.Objects.PersonLike.yml",
|
||||
"TinyLife.Objects.PersonLike.GainSkill(TinyLife.Skills.SkillType,System.Single,TinyLife.Actions.ActionInfo,System.Single)": "TinyLife.Objects.PersonLike.yml",
|
||||
"TinyLife.Objects.PersonLike.GenerateAnimationGroup(TinyLife.Objects.ClothesLayer,System.Int32,System.Collections.Generic.IReadOnlyDictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point)": "TinyLife.Objects.PersonLike.yml",
|
||||
"TinyLife.Objects.PersonLike.GenerateAnimationGroup(TinyLife.Objects.ClothesLayer,TinyLife.Objects.Clothes)": "TinyLife.Objects.PersonLike.yml",
|
||||
"TinyLife.Objects.PersonLike.GenerateShadowAnimation": "TinyLife.Objects.PersonLike.yml",
|
||||
"TinyLife.Objects.PersonLike.GetAction``1(System.Guid,System.Boolean)": "TinyLife.Objects.PersonLike.yml",
|
||||
"TinyLife.Objects.PersonLike.GetAiPriorityForObject(TinyLife.Objects.MapObject,TinyLife.Objects.ObjectCategory)": "TinyLife.Objects.PersonLike.yml",
|
||||
|
@ -2834,6 +2840,7 @@
|
|||
"TinyLife.Objects.PersonLike.GetCausedEmotion(TinyLife.Emotions.EmotionModifier)": "TinyLife.Objects.PersonLike.yml",
|
||||
"TinyLife.Objects.PersonLike.GetCurrentGoals": "TinyLife.Objects.PersonLike.yml",
|
||||
"TinyLife.Objects.PersonLike.GetDebugLines(TinyLife.GameImpl,System.Collections.Generic.List{System.String})": "TinyLife.Objects.PersonLike.yml",
|
||||
"TinyLife.Objects.PersonLike.GetDefaultPose": "TinyLife.Objects.PersonLike.yml",
|
||||
"TinyLife.Objects.PersonLike.GetEfficiencyModifier(System.Single,TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single)": "TinyLife.Objects.PersonLike.yml",
|
||||
"TinyLife.Objects.PersonLike.GetEmotionSkillBoost(TinyLife.Skills.SkillType)": "TinyLife.Objects.PersonLike.yml",
|
||||
"TinyLife.Objects.PersonLike.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)": "TinyLife.Objects.PersonLike.yml",
|
||||
|
@ -2907,12 +2914,14 @@
|
|||
"TinyLife.Objects.PersonLike.OnActionsChanged": "TinyLife.Objects.PersonLike.yml",
|
||||
"TinyLife.Objects.PersonLike.OnActionsCompleted": "TinyLife.Objects.PersonLike.yml",
|
||||
"TinyLife.Objects.PersonLike.OnAddEmotion": "TinyLife.Objects.PersonLike.yml",
|
||||
"TinyLife.Objects.PersonLike.OnAgeChange": "TinyLife.Objects.PersonLike.yml",
|
||||
"TinyLife.Objects.PersonLike.OnAgeChanged(TinyLife.Objects.AgeGroup)": "TinyLife.Objects.PersonLike.yml",
|
||||
"TinyLife.Objects.PersonLike.OnCameraRotationChanged(MLEM.Maths.Direction2,MLEM.Maths.Direction2)": "TinyLife.Objects.PersonLike.yml",
|
||||
"TinyLife.Objects.PersonLike.OnChangeFriendship": "TinyLife.Objects.PersonLike.yml",
|
||||
"TinyLife.Objects.PersonLike.OnChangeRomance": "TinyLife.Objects.PersonLike.yml",
|
||||
"TinyLife.Objects.PersonLike.OnDrawLooks": "TinyLife.Objects.PersonLike.yml",
|
||||
"TinyLife.Objects.PersonLike.OnDrawLooksLayer": "TinyLife.Objects.PersonLike.yml",
|
||||
"TinyLife.Objects.PersonLike.OnDrawUi": "TinyLife.Objects.PersonLike.yml",
|
||||
"TinyLife.Objects.PersonLike.OnEmotionChanged": "TinyLife.Objects.PersonLike.yml",
|
||||
"TinyLife.Objects.PersonLike.OnEmotionModifiersChanged": "TinyLife.Objects.PersonLike.yml",
|
||||
"TinyLife.Objects.PersonLike.OnGetAiPriorityForObject": "TinyLife.Objects.PersonLike.yml",
|
||||
|
@ -3302,7 +3311,7 @@
|
|||
"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",
|
||||
"TinyLife.PersonalityType.LaidBack": "TinyLife.PersonalityType.yml",
|
||||
"TinyLife.PersonalityType.Likeable": "TinyLife.PersonalityType.yml",
|
||||
"TinyLife.PersonalityType.MasterChef": "TinyLife.PersonalityType.yml",
|
||||
"TinyLife.PersonalityType.MaxMajorsPerPerson": "TinyLife.PersonalityType.yml",
|
||||
|
@ -4021,7 +4030,6 @@
|
|||
"TinyLife.Utilities.Extensions.GetDaysBeforeAging(TinyLife.Objects.AgeGroup,TinyLife.Objects.LifeSpan)": "TinyLife.Utilities.Extensions.yml",
|
||||
"TinyLife.Utilities.Extensions.GetDecorativeRating(TinyLife.Skills.Quality)": "TinyLife.Utilities.Extensions.yml",
|
||||
"TinyLife.Utilities.Extensions.GetDefaultDirtyOverlayTextureName(TinyLife.Objects.ObjectCategory)": "TinyLife.Utilities.Extensions.yml",
|
||||
"TinyLife.Utilities.Extensions.GetDefaultPose(TinyLife.Objects.AgeGroup)": "TinyLife.Utilities.Extensions.yml",
|
||||
"TinyLife.Utilities.Extensions.GetDefaultTab(TinyLife.Objects.ObjectCategory)": "TinyLife.Utilities.Extensions.yml",
|
||||
"TinyLife.Utilities.Extensions.GetDescription(TinyLife.Objects.ClothesIntention,System.Nullable{TinyLife.Objects.AgeGroup})": "TinyLife.Utilities.Extensions.yml",
|
||||
"TinyLife.Utilities.Extensions.GetMostFittingStyle(TinyLife.Objects.PregnancyAbility)": "TinyLife.Utilities.Extensions.yml",
|
||||
|
|
2
docs/api/TinyLife.Actions.DieAction.yml
generated
2
docs/api/TinyLife.Actions.DieAction.yml
generated
|
@ -30,7 +30,7 @@ items:
|
|||
|
||||
All default <xref href="TinyLife.Objects.DeathReason" data-throw-if-not-resolved="false"></xref> values are handled by this action.
|
||||
|
||||
To enqueue this action efficiently, use <xref href="TinyLife.Actions.DieAction.Enqueue(TinyLife.Objects.PersonLike%2cTinyLife.Objects.DeathReason)" data-throw-if-not-resolved="false"></xref>.
|
||||
To enqueue this action effectively, use <xref href="TinyLife.Actions.DieAction.Enqueue(TinyLife.Objects.PersonLike%2cTinyLife.Objects.DeathReason)" data-throw-if-not-resolved="false"></xref>.
|
||||
example: []
|
||||
syntax:
|
||||
content: 'public class DieAction : Action, IGenericDataHolder'
|
||||
|
|
38
docs/api/TinyLife.Emotions.EmotionModifier.yml
generated
38
docs/api/TinyLife.Emotions.EmotionModifier.yml
generated
|
@ -61,6 +61,7 @@ items:
|
|||
- TinyLife.Emotions.EmotionModifier.DisplayName
|
||||
- TinyLife.Emotions.EmotionModifier.DonatedToCharity
|
||||
- TinyLife.Emotions.EmotionModifier.Drunk
|
||||
- TinyLife.Emotions.EmotionModifier.ElderWorkout
|
||||
- TinyLife.Emotions.EmotionModifier.EmbarrassingWorkConversation
|
||||
- TinyLife.Emotions.EmotionModifier.EmergencyFood
|
||||
- TinyLife.Emotions.EmotionModifier.Emotion
|
||||
|
@ -124,7 +125,7 @@ items:
|
|||
- TinyLife.Emotions.EmotionModifier.JungleGymPositive
|
||||
- TinyLife.Emotions.EmotionModifier.JungleGymSocialNegative
|
||||
- TinyLife.Emotions.EmotionModifier.JungleGymSocialPositive
|
||||
- TinyLife.Emotions.EmotionModifier.LazyWorkout
|
||||
- TinyLife.Emotions.EmotionModifier.LaidBackWorkout
|
||||
- TinyLife.Emotions.EmotionModifier.LearnedUpgrade
|
||||
- TinyLife.Emotions.EmotionModifier.LostTournament
|
||||
- TinyLife.Emotions.EmotionModifier.LovelyInteraction
|
||||
|
@ -1552,25 +1553,25 @@ items:
|
|||
return:
|
||||
type: TinyLife.Emotions.EmotionModifier
|
||||
content.vb: Public Shared ReadOnly FitnessLevelUp As EmotionModifier
|
||||
- uid: TinyLife.Emotions.EmotionModifier.LazyWorkout
|
||||
commentId: F:TinyLife.Emotions.EmotionModifier.LazyWorkout
|
||||
id: LazyWorkout
|
||||
- uid: TinyLife.Emotions.EmotionModifier.LaidBackWorkout
|
||||
commentId: F:TinyLife.Emotions.EmotionModifier.LaidBackWorkout
|
||||
id: LaidBackWorkout
|
||||
parent: TinyLife.Emotions.EmotionModifier
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: LazyWorkout
|
||||
nameWithType: EmotionModifier.LazyWorkout
|
||||
fullName: TinyLife.Emotions.EmotionModifier.LazyWorkout
|
||||
name: LaidBackWorkout
|
||||
nameWithType: EmotionModifier.LaidBackWorkout
|
||||
fullName: TinyLife.Emotions.EmotionModifier.LaidBackWorkout
|
||||
type: Field
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
syntax:
|
||||
content: public static readonly EmotionModifier LazyWorkout
|
||||
content: public static readonly EmotionModifier LaidBackWorkout
|
||||
return:
|
||||
type: TinyLife.Emotions.EmotionModifier
|
||||
content.vb: Public Shared ReadOnly LazyWorkout As EmotionModifier
|
||||
content.vb: Public Shared ReadOnly LaidBackWorkout As EmotionModifier
|
||||
- uid: TinyLife.Emotions.EmotionModifier.ProteinShakeEnergetic
|
||||
commentId: F:TinyLife.Emotions.EmotionModifier.ProteinShakeEnergetic
|
||||
id: ProteinShakeEnergetic
|
||||
|
@ -4098,6 +4099,25 @@ items:
|
|||
return:
|
||||
type: TinyLife.Emotions.EmotionModifier
|
||||
content.vb: Public Shared ReadOnly AffirmedIdentity As EmotionModifier
|
||||
- uid: TinyLife.Emotions.EmotionModifier.ElderWorkout
|
||||
commentId: F:TinyLife.Emotions.EmotionModifier.ElderWorkout
|
||||
id: ElderWorkout
|
||||
parent: TinyLife.Emotions.EmotionModifier
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: ElderWorkout
|
||||
nameWithType: EmotionModifier.ElderWorkout
|
||||
fullName: TinyLife.Emotions.EmotionModifier.ElderWorkout
|
||||
type: Field
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
syntax:
|
||||
content: public static readonly EmotionModifier ElderWorkout
|
||||
return:
|
||||
type: TinyLife.Emotions.EmotionModifier
|
||||
content.vb: Public Shared ReadOnly ElderWorkout As EmotionModifier
|
||||
- uid: TinyLife.Emotions.EmotionModifier.Name
|
||||
commentId: F:TinyLife.Emotions.EmotionModifier.Name
|
||||
id: Name
|
||||
|
|
51
docs/api/TinyLife.Objects.AgeGroup.yml
generated
51
docs/api/TinyLife.Objects.AgeGroup.yml
generated
|
@ -42,7 +42,6 @@ items:
|
|||
extensionMethods:
|
||||
- TinyLife.Objects.AgeGroup.TinyLife.Utilities.Extensions.GetBedCategories
|
||||
- TinyLife.Objects.AgeGroup.TinyLife.Utilities.Extensions.GetDaysBeforeAging(TinyLife.Objects.LifeSpan)
|
||||
- TinyLife.Objects.AgeGroup.TinyLife.Utilities.Extensions.GetDefaultPose
|
||||
- TinyLife.Objects.AgeGroup.TinyLife.Utilities.Extensions.JsonCopy``1
|
||||
attributes:
|
||||
- type: System.FlagsAttribute
|
||||
|
@ -323,32 +322,6 @@ references:
|
|||
name: LifeSpan
|
||||
href: TinyLife.Objects.LifeSpan.html
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.AgeGroup.TinyLife.Utilities.Extensions.GetDefaultPose
|
||||
commentId: M:TinyLife.Utilities.Extensions.GetDefaultPose(TinyLife.Objects.AgeGroup)
|
||||
parent: TinyLife.Utilities.Extensions
|
||||
definition: TinyLife.Utilities.Extensions.GetDefaultPose(TinyLife.Objects.AgeGroup)
|
||||
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_GetDefaultPose_TinyLife_Objects_AgeGroup_
|
||||
name: GetDefaultPose(AgeGroup)
|
||||
nameWithType: Extensions.GetDefaultPose(AgeGroup)
|
||||
fullName: TinyLife.Utilities.Extensions.GetDefaultPose(TinyLife.Objects.AgeGroup)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Utilities.Extensions.GetDefaultPose(TinyLife.Objects.AgeGroup)
|
||||
name: GetDefaultPose
|
||||
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_GetDefaultPose_TinyLife_Objects_AgeGroup_
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.AgeGroup
|
||||
name: AgeGroup
|
||||
href: TinyLife.Objects.AgeGroup.html
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Utilities.Extensions.GetDefaultPose(TinyLife.Objects.AgeGroup)
|
||||
name: GetDefaultPose
|
||||
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_GetDefaultPose_TinyLife_Objects_AgeGroup_
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.AgeGroup
|
||||
name: AgeGroup
|
||||
href: TinyLife.Objects.AgeGroup.html
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.AgeGroup.TinyLife.Utilities.Extensions.JsonCopy``1
|
||||
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
||||
parent: TinyLife.Utilities.Extensions
|
||||
|
@ -462,30 +435,6 @@ references:
|
|||
name: LifeSpan
|
||||
href: TinyLife.Objects.LifeSpan.html
|
||||
- name: )
|
||||
- uid: TinyLife.Utilities.Extensions.GetDefaultPose(TinyLife.Objects.AgeGroup)
|
||||
commentId: M:TinyLife.Utilities.Extensions.GetDefaultPose(TinyLife.Objects.AgeGroup)
|
||||
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_GetDefaultPose_TinyLife_Objects_AgeGroup_
|
||||
name: GetDefaultPose(AgeGroup)
|
||||
nameWithType: Extensions.GetDefaultPose(AgeGroup)
|
||||
fullName: TinyLife.Utilities.Extensions.GetDefaultPose(TinyLife.Objects.AgeGroup)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Utilities.Extensions.GetDefaultPose(TinyLife.Objects.AgeGroup)
|
||||
name: GetDefaultPose
|
||||
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_GetDefaultPose_TinyLife_Objects_AgeGroup_
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.AgeGroup
|
||||
name: AgeGroup
|
||||
href: TinyLife.Objects.AgeGroup.html
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Utilities.Extensions.GetDefaultPose(TinyLife.Objects.AgeGroup)
|
||||
name: GetDefaultPose
|
||||
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_GetDefaultPose_TinyLife_Objects_AgeGroup_
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.AgeGroup
|
||||
name: AgeGroup
|
||||
href: TinyLife.Objects.AgeGroup.html
|
||||
- name: )
|
||||
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
||||
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
||||
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
|
||||
|
|
16
docs/api/TinyLife.Objects.Bathtub.yml
generated
16
docs/api/TinyLife.Objects.Bathtub.yml
generated
|
@ -118,8 +118,6 @@ items:
|
|||
- TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
|
||||
- TinyLife.Objects.Furniture.NotifyNeighbors
|
||||
- TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
|
||||
- TinyLife.Objects.MapObject.PersonRotationOrder
|
||||
- TinyLife.Objects.MapObject.PersonRotationOrderIndices
|
||||
- TinyLife.Objects.MapObject.OnCreated
|
||||
- TinyLife.Objects.MapObject.OnValidated
|
||||
- TinyLife.Objects.MapObject.OnValidatedEarly
|
||||
|
@ -3193,20 +3191,6 @@ references:
|
|||
href: TinyLife.Objects.Furniture.html
|
||||
- name: )
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.PersonRotationOrder
|
||||
commentId: F:TinyLife.Objects.MapObject.PersonRotationOrder
|
||||
parent: TinyLife.Objects.MapObject
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_PersonRotationOrder
|
||||
name: PersonRotationOrder
|
||||
nameWithType: MapObject.PersonRotationOrder
|
||||
fullName: TinyLife.Objects.MapObject.PersonRotationOrder
|
||||
- uid: TinyLife.Objects.MapObject.PersonRotationOrderIndices
|
||||
commentId: F:TinyLife.Objects.MapObject.PersonRotationOrderIndices
|
||||
parent: TinyLife.Objects.MapObject
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_PersonRotationOrderIndices
|
||||
name: PersonRotationOrderIndices
|
||||
nameWithType: MapObject.PersonRotationOrderIndices
|
||||
fullName: TinyLife.Objects.MapObject.PersonRotationOrderIndices
|
||||
- uid: TinyLife.Objects.MapObject.OnCreated
|
||||
commentId: E:TinyLife.Objects.MapObject.OnCreated
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
|
16
docs/api/TinyLife.Objects.Book.yml
generated
16
docs/api/TinyLife.Objects.Book.yml
generated
|
@ -121,8 +121,6 @@ items:
|
|||
- TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
|
||||
- TinyLife.Objects.Furniture.NotifyNeighbors
|
||||
- TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
|
||||
- TinyLife.Objects.MapObject.PersonRotationOrder
|
||||
- TinyLife.Objects.MapObject.PersonRotationOrderIndices
|
||||
- TinyLife.Objects.MapObject.OnCreated
|
||||
- TinyLife.Objects.MapObject.OnValidated
|
||||
- TinyLife.Objects.MapObject.OnValidatedEarly
|
||||
|
@ -3185,20 +3183,6 @@ references:
|
|||
href: TinyLife.Objects.Furniture.html
|
||||
- name: )
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.PersonRotationOrder
|
||||
commentId: F:TinyLife.Objects.MapObject.PersonRotationOrder
|
||||
parent: TinyLife.Objects.MapObject
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_PersonRotationOrder
|
||||
name: PersonRotationOrder
|
||||
nameWithType: MapObject.PersonRotationOrder
|
||||
fullName: TinyLife.Objects.MapObject.PersonRotationOrder
|
||||
- uid: TinyLife.Objects.MapObject.PersonRotationOrderIndices
|
||||
commentId: F:TinyLife.Objects.MapObject.PersonRotationOrderIndices
|
||||
parent: TinyLife.Objects.MapObject
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_PersonRotationOrderIndices
|
||||
name: PersonRotationOrderIndices
|
||||
nameWithType: MapObject.PersonRotationOrderIndices
|
||||
fullName: TinyLife.Objects.MapObject.PersonRotationOrderIndices
|
||||
- uid: TinyLife.Objects.MapObject.OnCreated
|
||||
commentId: E:TinyLife.Objects.MapObject.OnCreated
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
|
16
docs/api/TinyLife.Objects.BreakableFurniture.yml
generated
16
docs/api/TinyLife.Objects.BreakableFurniture.yml
generated
|
@ -129,8 +129,6 @@ items:
|
|||
- TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
|
||||
- TinyLife.Objects.Furniture.NotifyNeighbors
|
||||
- TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
|
||||
- TinyLife.Objects.MapObject.PersonRotationOrder
|
||||
- TinyLife.Objects.MapObject.PersonRotationOrderIndices
|
||||
- TinyLife.Objects.MapObject.OnCreated
|
||||
- TinyLife.Objects.MapObject.OnValidated
|
||||
- TinyLife.Objects.MapObject.OnValidatedEarly
|
||||
|
@ -3501,20 +3499,6 @@ references:
|
|||
href: TinyLife.Objects.Furniture.html
|
||||
- name: )
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.PersonRotationOrder
|
||||
commentId: F:TinyLife.Objects.MapObject.PersonRotationOrder
|
||||
parent: TinyLife.Objects.MapObject
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_PersonRotationOrder
|
||||
name: PersonRotationOrder
|
||||
nameWithType: MapObject.PersonRotationOrder
|
||||
fullName: TinyLife.Objects.MapObject.PersonRotationOrder
|
||||
- uid: TinyLife.Objects.MapObject.PersonRotationOrderIndices
|
||||
commentId: F:TinyLife.Objects.MapObject.PersonRotationOrderIndices
|
||||
parent: TinyLife.Objects.MapObject
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_PersonRotationOrderIndices
|
||||
name: PersonRotationOrderIndices
|
||||
nameWithType: MapObject.PersonRotationOrderIndices
|
||||
fullName: TinyLife.Objects.MapObject.PersonRotationOrderIndices
|
||||
- uid: TinyLife.Objects.MapObject.OnCreated
|
||||
commentId: E:TinyLife.Objects.MapObject.OnCreated
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
|
16
docs/api/TinyLife.Objects.Chimney.yml
generated
16
docs/api/TinyLife.Objects.Chimney.yml
generated
|
@ -119,8 +119,6 @@ items:
|
|||
- TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
|
||||
- TinyLife.Objects.Furniture.NotifyNeighbors
|
||||
- TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
|
||||
- TinyLife.Objects.MapObject.PersonRotationOrder
|
||||
- TinyLife.Objects.MapObject.PersonRotationOrderIndices
|
||||
- TinyLife.Objects.MapObject.OnCreated
|
||||
- TinyLife.Objects.MapObject.OnValidated
|
||||
- TinyLife.Objects.MapObject.OnValidatedEarly
|
||||
|
@ -3322,20 +3320,6 @@ references:
|
|||
href: TinyLife.Objects.Furniture.html
|
||||
- name: )
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.PersonRotationOrder
|
||||
commentId: F:TinyLife.Objects.MapObject.PersonRotationOrder
|
||||
parent: TinyLife.Objects.MapObject
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_PersonRotationOrder
|
||||
name: PersonRotationOrder
|
||||
nameWithType: MapObject.PersonRotationOrder
|
||||
fullName: TinyLife.Objects.MapObject.PersonRotationOrder
|
||||
- uid: TinyLife.Objects.MapObject.PersonRotationOrderIndices
|
||||
commentId: F:TinyLife.Objects.MapObject.PersonRotationOrderIndices
|
||||
parent: TinyLife.Objects.MapObject
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_PersonRotationOrderIndices
|
||||
name: PersonRotationOrderIndices
|
||||
nameWithType: MapObject.PersonRotationOrderIndices
|
||||
fullName: TinyLife.Objects.MapObject.PersonRotationOrderIndices
|
||||
- uid: TinyLife.Objects.MapObject.OnCreated
|
||||
commentId: E:TinyLife.Objects.MapObject.OnCreated
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
|
|
@ -123,8 +123,6 @@ items:
|
|||
- TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
|
||||
- TinyLife.Objects.Furniture.NotifyNeighbors
|
||||
- TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
|
||||
- TinyLife.Objects.MapObject.PersonRotationOrder
|
||||
- TinyLife.Objects.MapObject.PersonRotationOrderIndices
|
||||
- TinyLife.Objects.MapObject.OnCreated
|
||||
- TinyLife.Objects.MapObject.OnValidated
|
||||
- TinyLife.Objects.MapObject.OnValidatedEarly
|
||||
|
@ -3340,20 +3338,6 @@ references:
|
|||
href: TinyLife.Objects.Furniture.html
|
||||
- name: )
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.PersonRotationOrder
|
||||
commentId: F:TinyLife.Objects.MapObject.PersonRotationOrder
|
||||
parent: TinyLife.Objects.MapObject
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_PersonRotationOrder
|
||||
name: PersonRotationOrder
|
||||
nameWithType: MapObject.PersonRotationOrder
|
||||
fullName: TinyLife.Objects.MapObject.PersonRotationOrder
|
||||
- uid: TinyLife.Objects.MapObject.PersonRotationOrderIndices
|
||||
commentId: F:TinyLife.Objects.MapObject.PersonRotationOrderIndices
|
||||
parent: TinyLife.Objects.MapObject
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_PersonRotationOrderIndices
|
||||
name: PersonRotationOrderIndices
|
||||
nameWithType: MapObject.PersonRotationOrderIndices
|
||||
fullName: TinyLife.Objects.MapObject.PersonRotationOrderIndices
|
||||
- uid: TinyLife.Objects.MapObject.OnCreated
|
||||
commentId: E:TinyLife.Objects.MapObject.OnCreated
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
|
16
docs/api/TinyLife.Objects.CornerFurniture.yml
generated
16
docs/api/TinyLife.Objects.CornerFurniture.yml
generated
|
@ -128,8 +128,6 @@ items:
|
|||
- TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
|
||||
- TinyLife.Objects.Furniture.NotifyNeighbors
|
||||
- TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
|
||||
- TinyLife.Objects.MapObject.PersonRotationOrder
|
||||
- TinyLife.Objects.MapObject.PersonRotationOrderIndices
|
||||
- TinyLife.Objects.MapObject.OnCreated
|
||||
- TinyLife.Objects.MapObject.OnValidated
|
||||
- TinyLife.Objects.MapObject.OnValidatedEarly
|
||||
|
@ -3340,20 +3338,6 @@ references:
|
|||
href: TinyLife.Objects.Furniture.html
|
||||
- name: )
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.PersonRotationOrder
|
||||
commentId: F:TinyLife.Objects.MapObject.PersonRotationOrder
|
||||
parent: TinyLife.Objects.MapObject
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_PersonRotationOrder
|
||||
name: PersonRotationOrder
|
||||
nameWithType: MapObject.PersonRotationOrder
|
||||
fullName: TinyLife.Objects.MapObject.PersonRotationOrder
|
||||
- uid: TinyLife.Objects.MapObject.PersonRotationOrderIndices
|
||||
commentId: F:TinyLife.Objects.MapObject.PersonRotationOrderIndices
|
||||
parent: TinyLife.Objects.MapObject
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_PersonRotationOrderIndices
|
||||
name: PersonRotationOrderIndices
|
||||
nameWithType: MapObject.PersonRotationOrderIndices
|
||||
fullName: TinyLife.Objects.MapObject.PersonRotationOrderIndices
|
||||
- uid: TinyLife.Objects.MapObject.OnCreated
|
||||
commentId: E:TinyLife.Objects.MapObject.OnCreated
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
|
568
docs/api/TinyLife.Objects.DeathReason.yml
generated
568
docs/api/TinyLife.Objects.DeathReason.yml
generated
|
@ -5,8 +5,13 @@ items:
|
|||
id: DeathReason
|
||||
parent: TinyLife.Objects
|
||||
children:
|
||||
- TinyLife.Objects.DeathReason.#ctor(System.String)
|
||||
- TinyLife.Objects.DeathReason.Electrocution
|
||||
- TinyLife.Objects.DeathReason.InexplicableReasons
|
||||
- TinyLife.Objects.DeathReason.Name
|
||||
- TinyLife.Objects.DeathReason.Overexertion
|
||||
- TinyLife.Objects.DeathReason.Reasons
|
||||
- TinyLife.Objects.DeathReason.Register(TinyLife.Objects.DeathReason)
|
||||
- TinyLife.Objects.DeathReason.Starvation
|
||||
- TinyLife.Objects.DeathReason.TooMuchBrew
|
||||
- TinyLife.Objects.DeathReason.TooMuchProtein
|
||||
|
@ -16,40 +21,50 @@ items:
|
|||
name: DeathReason
|
||||
nameWithType: DeathReason
|
||||
fullName: TinyLife.Objects.DeathReason
|
||||
type: Enum
|
||||
type: Class
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
summary: An enum that represents a set of possible reasons for a <xref href="TinyLife.Objects.PersonLike" data-throw-if-not-resolved="false"></xref>'s death
|
||||
example: []
|
||||
syntax:
|
||||
content: public enum DeathReason
|
||||
content.vb: Public Enum DeathReason
|
||||
content: >-
|
||||
[JsonConverter(typeof(MigratingStaticJsonConverter<DeathReason>), new object[] { typeof(DeathReason), "PrivateReasons" })]
|
||||
|
||||
public class DeathReason
|
||||
content.vb: >-
|
||||
<JsonConverter(GetType(MigratingStaticJsonConverter(Of DeathReason)), New Object() { GetType(DeathReason), "PrivateReasons" })>
|
||||
|
||||
Public Class DeathReason
|
||||
inheritance:
|
||||
- System.Object
|
||||
inheritedMembers:
|
||||
- System.Object.Equals(System.Object)
|
||||
- System.Object.Equals(System.Object,System.Object)
|
||||
- System.Object.GetHashCode
|
||||
- System.Object.GetType
|
||||
- System.Object.MemberwiseClone
|
||||
- System.Object.ReferenceEquals(System.Object,System.Object)
|
||||
- System.Object.ToString
|
||||
extensionMethods:
|
||||
- TinyLife.Objects.DeathReason.TinyLife.Utilities.Extensions.JsonCopy``1
|
||||
- uid: TinyLife.Objects.DeathReason.Starvation
|
||||
commentId: F:TinyLife.Objects.DeathReason.Starvation
|
||||
id: Starvation
|
||||
- uid: TinyLife.Objects.DeathReason.Reasons
|
||||
commentId: F:TinyLife.Objects.DeathReason.Reasons
|
||||
id: Reasons
|
||||
parent: TinyLife.Objects.DeathReason
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Starvation
|
||||
nameWithType: DeathReason.Starvation
|
||||
fullName: TinyLife.Objects.DeathReason.Starvation
|
||||
name: Reasons
|
||||
nameWithType: DeathReason.Reasons
|
||||
fullName: TinyLife.Objects.DeathReason.Reasons
|
||||
type: Field
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
summary: >-
|
||||
A death reason that represents that a person died from hunger.
|
||||
|
||||
This value is used by <xref href="TinyLife.Actions.StarveAction" data-throw-if-not-resolved="false"></xref>.
|
||||
example: []
|
||||
syntax:
|
||||
content: Starvation = 0
|
||||
content: public static readonly ReadOnlyDictionary<string, DeathReason> Reasons
|
||||
return:
|
||||
type: TinyLife.Objects.DeathReason
|
||||
type: System.Collections.ObjectModel.ReadOnlyDictionary{System.String,TinyLife.Objects.DeathReason}
|
||||
content.vb: Public Shared ReadOnly Reasons As ReadOnlyDictionary(Of String, DeathReason)
|
||||
- uid: TinyLife.Objects.DeathReason.InexplicableReasons
|
||||
commentId: F:TinyLife.Objects.DeathReason.InexplicableReasons
|
||||
id: InexplicableReasons
|
||||
|
@ -70,9 +85,34 @@ items:
|
|||
This is only used by the "Die" cheat.
|
||||
example: []
|
||||
syntax:
|
||||
content: InexplicableReasons = 1
|
||||
content: public static readonly DeathReason InexplicableReasons
|
||||
return:
|
||||
type: TinyLife.Objects.DeathReason
|
||||
content.vb: Public Shared ReadOnly InexplicableReasons As DeathReason
|
||||
- uid: TinyLife.Objects.DeathReason.Starvation
|
||||
commentId: F:TinyLife.Objects.DeathReason.Starvation
|
||||
id: Starvation
|
||||
parent: TinyLife.Objects.DeathReason
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Starvation
|
||||
nameWithType: DeathReason.Starvation
|
||||
fullName: TinyLife.Objects.DeathReason.Starvation
|
||||
type: Field
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
summary: >-
|
||||
A death reason that represents that a person died from hunger.
|
||||
|
||||
This value is used by <xref href="TinyLife.Actions.StarveAction" data-throw-if-not-resolved="false"></xref>.
|
||||
example: []
|
||||
syntax:
|
||||
content: public static readonly DeathReason Starvation
|
||||
return:
|
||||
type: TinyLife.Objects.DeathReason
|
||||
content.vb: Public Shared ReadOnly Starvation As DeathReason
|
||||
- uid: TinyLife.Objects.DeathReason.Electrocution
|
||||
commentId: F:TinyLife.Objects.DeathReason.Electrocution
|
||||
id: Electrocution
|
||||
|
@ -93,9 +133,10 @@ items:
|
|||
This value is used by <xref href="TinyLife.Actions.RepairAction" data-throw-if-not-resolved="false"></xref>.
|
||||
example: []
|
||||
syntax:
|
||||
content: Electrocution = 2
|
||||
content: public static readonly DeathReason Electrocution
|
||||
return:
|
||||
type: TinyLife.Objects.DeathReason
|
||||
content.vb: Public Shared ReadOnly Electrocution As DeathReason
|
||||
- uid: TinyLife.Objects.DeathReason.TooMuchProtein
|
||||
commentId: F:TinyLife.Objects.DeathReason.TooMuchProtein
|
||||
id: TooMuchProtein
|
||||
|
@ -113,9 +154,10 @@ items:
|
|||
summary: A death reason that represents that a person died from drinking too many protein shakes
|
||||
example: []
|
||||
syntax:
|
||||
content: TooMuchProtein = 3
|
||||
content: public static readonly DeathReason TooMuchProtein
|
||||
return:
|
||||
type: TinyLife.Objects.DeathReason
|
||||
content.vb: Public Shared ReadOnly TooMuchProtein As DeathReason
|
||||
- uid: TinyLife.Objects.DeathReason.TooMuchBrew
|
||||
commentId: F:TinyLife.Objects.DeathReason.TooMuchBrew
|
||||
id: TooMuchBrew
|
||||
|
@ -133,17 +175,96 @@ items:
|
|||
summary: A death reason that represents that a person died from drinking too much brew, which represents alcohol.
|
||||
example: []
|
||||
syntax:
|
||||
content: TooMuchBrew = 4
|
||||
content: public static readonly DeathReason TooMuchBrew
|
||||
return:
|
||||
type: TinyLife.Objects.DeathReason
|
||||
content.vb: Public Shared ReadOnly TooMuchBrew As DeathReason
|
||||
- uid: TinyLife.Objects.DeathReason.Overexertion
|
||||
commentId: F:TinyLife.Objects.DeathReason.Overexertion
|
||||
id: Overexertion
|
||||
parent: TinyLife.Objects.DeathReason
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Overexertion
|
||||
nameWithType: DeathReason.Overexertion
|
||||
fullName: TinyLife.Objects.DeathReason.Overexertion
|
||||
type: Field
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
syntax:
|
||||
content: public static readonly DeathReason Overexertion
|
||||
return:
|
||||
type: TinyLife.Objects.DeathReason
|
||||
content.vb: Public Shared ReadOnly Overexertion As DeathReason
|
||||
- uid: TinyLife.Objects.DeathReason.Name
|
||||
commentId: F:TinyLife.Objects.DeathReason.Name
|
||||
id: Name
|
||||
parent: TinyLife.Objects.DeathReason
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Name
|
||||
nameWithType: DeathReason.Name
|
||||
fullName: TinyLife.Objects.DeathReason.Name
|
||||
type: Field
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
syntax:
|
||||
content: public readonly string Name
|
||||
return:
|
||||
type: System.String
|
||||
content.vb: Public ReadOnly Name As String
|
||||
- uid: TinyLife.Objects.DeathReason.#ctor(System.String)
|
||||
commentId: M:TinyLife.Objects.DeathReason.#ctor(System.String)
|
||||
id: '#ctor(System.String)'
|
||||
parent: TinyLife.Objects.DeathReason
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: DeathReason(string)
|
||||
nameWithType: DeathReason.DeathReason(string)
|
||||
fullName: TinyLife.Objects.DeathReason.DeathReason(string)
|
||||
type: Constructor
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
syntax:
|
||||
content: public DeathReason(string name)
|
||||
parameters:
|
||||
- id: name
|
||||
type: System.String
|
||||
content.vb: Public Sub New(name As String)
|
||||
overload: TinyLife.Objects.DeathReason.#ctor*
|
||||
nameWithType.vb: DeathReason.New(String)
|
||||
fullName.vb: TinyLife.Objects.DeathReason.New(String)
|
||||
name.vb: New(String)
|
||||
- uid: TinyLife.Objects.DeathReason.Register(TinyLife.Objects.DeathReason)
|
||||
commentId: M:TinyLife.Objects.DeathReason.Register(TinyLife.Objects.DeathReason)
|
||||
id: Register(TinyLife.Objects.DeathReason)
|
||||
parent: TinyLife.Objects.DeathReason
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Register(DeathReason)
|
||||
nameWithType: DeathReason.Register(DeathReason)
|
||||
fullName: TinyLife.Objects.DeathReason.Register(TinyLife.Objects.DeathReason)
|
||||
type: Method
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
syntax:
|
||||
content: public static DeathReason Register(DeathReason reason)
|
||||
parameters:
|
||||
- id: reason
|
||||
type: TinyLife.Objects.DeathReason
|
||||
return:
|
||||
type: TinyLife.Objects.DeathReason
|
||||
content.vb: Public Shared Function Register(reason As DeathReason) As DeathReason
|
||||
overload: TinyLife.Objects.DeathReason.Register*
|
||||
references:
|
||||
- uid: TinyLife.Objects.PersonLike
|
||||
commentId: T:TinyLife.Objects.PersonLike
|
||||
parent: TinyLife.Objects
|
||||
href: TinyLife.Objects.PersonLike.html
|
||||
name: PersonLike
|
||||
nameWithType: PersonLike
|
||||
fullName: TinyLife.Objects.PersonLike
|
||||
- uid: TinyLife.Objects
|
||||
commentId: N:TinyLife.Objects
|
||||
href: TinyLife.html
|
||||
|
@ -166,6 +287,236 @@ references:
|
|||
- uid: TinyLife.Objects
|
||||
name: Objects
|
||||
href: TinyLife.Objects.html
|
||||
- uid: System.Object
|
||||
commentId: T:System.Object
|
||||
parent: System
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object
|
||||
name: object
|
||||
nameWithType: object
|
||||
fullName: object
|
||||
nameWithType.vb: Object
|
||||
fullName.vb: Object
|
||||
name.vb: Object
|
||||
- uid: System.Object.Equals(System.Object)
|
||||
commentId: M:System.Object.Equals(System.Object)
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
|
||||
name: Equals(object)
|
||||
nameWithType: object.Equals(object)
|
||||
fullName: object.Equals(object)
|
||||
nameWithType.vb: Object.Equals(Object)
|
||||
fullName.vb: Object.Equals(Object)
|
||||
name.vb: Equals(Object)
|
||||
spec.csharp:
|
||||
- uid: System.Object.Equals(System.Object)
|
||||
name: Equals
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
|
||||
- name: (
|
||||
- uid: System.Object
|
||||
name: object
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: System.Object.Equals(System.Object)
|
||||
name: Equals
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
|
||||
- name: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object
|
||||
- name: )
|
||||
- uid: System.Object.Equals(System.Object,System.Object)
|
||||
commentId: M:System.Object.Equals(System.Object,System.Object)
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
|
||||
name: Equals(object, object)
|
||||
nameWithType: object.Equals(object, object)
|
||||
fullName: object.Equals(object, object)
|
||||
nameWithType.vb: Object.Equals(Object, Object)
|
||||
fullName.vb: Object.Equals(Object, Object)
|
||||
name.vb: Equals(Object, Object)
|
||||
spec.csharp:
|
||||
- uid: System.Object.Equals(System.Object,System.Object)
|
||||
name: Equals
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
|
||||
- name: (
|
||||
- uid: System.Object
|
||||
name: object
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: System.Object
|
||||
name: object
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: System.Object.Equals(System.Object,System.Object)
|
||||
name: Equals
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
|
||||
- name: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object
|
||||
- name: )
|
||||
- uid: System.Object.GetHashCode
|
||||
commentId: M:System.Object.GetHashCode
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
|
||||
name: GetHashCode()
|
||||
nameWithType: object.GetHashCode()
|
||||
fullName: object.GetHashCode()
|
||||
nameWithType.vb: Object.GetHashCode()
|
||||
fullName.vb: Object.GetHashCode()
|
||||
spec.csharp:
|
||||
- uid: System.Object.GetHashCode
|
||||
name: GetHashCode
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
|
||||
- name: (
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: System.Object.GetHashCode
|
||||
name: GetHashCode
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
|
||||
- name: (
|
||||
- name: )
|
||||
- uid: System.Object.GetType
|
||||
commentId: M:System.Object.GetType
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
|
||||
name: GetType()
|
||||
nameWithType: object.GetType()
|
||||
fullName: object.GetType()
|
||||
nameWithType.vb: Object.GetType()
|
||||
fullName.vb: Object.GetType()
|
||||
spec.csharp:
|
||||
- uid: System.Object.GetType
|
||||
name: GetType
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
|
||||
- name: (
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: System.Object.GetType
|
||||
name: GetType
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
|
||||
- name: (
|
||||
- name: )
|
||||
- uid: System.Object.MemberwiseClone
|
||||
commentId: M:System.Object.MemberwiseClone
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
|
||||
name: MemberwiseClone()
|
||||
nameWithType: object.MemberwiseClone()
|
||||
fullName: object.MemberwiseClone()
|
||||
nameWithType.vb: Object.MemberwiseClone()
|
||||
fullName.vb: Object.MemberwiseClone()
|
||||
spec.csharp:
|
||||
- uid: System.Object.MemberwiseClone
|
||||
name: MemberwiseClone
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
|
||||
- name: (
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: System.Object.MemberwiseClone
|
||||
name: MemberwiseClone
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
|
||||
- name: (
|
||||
- name: )
|
||||
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
||||
commentId: M:System.Object.ReferenceEquals(System.Object,System.Object)
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
|
||||
name: ReferenceEquals(object, object)
|
||||
nameWithType: object.ReferenceEquals(object, object)
|
||||
fullName: object.ReferenceEquals(object, object)
|
||||
nameWithType.vb: Object.ReferenceEquals(Object, Object)
|
||||
fullName.vb: Object.ReferenceEquals(Object, Object)
|
||||
name.vb: ReferenceEquals(Object, Object)
|
||||
spec.csharp:
|
||||
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
||||
name: ReferenceEquals
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
|
||||
- name: (
|
||||
- uid: System.Object
|
||||
name: object
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: System.Object
|
||||
name: object
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
||||
name: ReferenceEquals
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
|
||||
- name: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object
|
||||
- name: )
|
||||
- uid: System.Object.ToString
|
||||
commentId: M:System.Object.ToString
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
|
||||
name: ToString()
|
||||
nameWithType: object.ToString()
|
||||
fullName: object.ToString()
|
||||
nameWithType.vb: Object.ToString()
|
||||
fullName.vb: Object.ToString()
|
||||
spec.csharp:
|
||||
- uid: System.Object.ToString
|
||||
name: ToString
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
|
||||
- name: (
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: System.Object.ToString
|
||||
name: ToString
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
|
||||
- name: (
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.DeathReason.TinyLife.Utilities.Extensions.JsonCopy``1
|
||||
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
||||
parent: TinyLife.Utilities.Extensions
|
||||
|
@ -207,6 +558,13 @@ references:
|
|||
name: DeathReason
|
||||
href: TinyLife.Objects.DeathReason.html
|
||||
- name: )
|
||||
- uid: System
|
||||
commentId: N:System
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system
|
||||
name: System
|
||||
nameWithType: System
|
||||
fullName: System
|
||||
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
||||
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
||||
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
|
||||
|
@ -267,11 +625,122 @@ references:
|
|||
- uid: TinyLife.Utilities
|
||||
name: Utilities
|
||||
href: TinyLife.Utilities.html
|
||||
- uid: TinyLife.Actions.StarveAction
|
||||
commentId: T:TinyLife.Actions.StarveAction
|
||||
name: StarveAction
|
||||
nameWithType: StarveAction
|
||||
fullName: TinyLife.Actions.StarveAction
|
||||
- uid: System.Collections.ObjectModel.ReadOnlyDictionary{System.String,TinyLife.Objects.DeathReason}
|
||||
commentId: T:System.Collections.ObjectModel.ReadOnlyDictionary{System.String,TinyLife.Objects.DeathReason}
|
||||
parent: System.Collections.ObjectModel
|
||||
definition: System.Collections.ObjectModel.ReadOnlyDictionary`2
|
||||
href: https://learn.microsoft.com/dotnet/api/system.collections.objectmodel.readonlydictionary-2
|
||||
name: ReadOnlyDictionary<string, DeathReason>
|
||||
nameWithType: ReadOnlyDictionary<string, DeathReason>
|
||||
fullName: System.Collections.ObjectModel.ReadOnlyDictionary<string, TinyLife.Objects.DeathReason>
|
||||
nameWithType.vb: ReadOnlyDictionary(Of String, DeathReason)
|
||||
fullName.vb: System.Collections.ObjectModel.ReadOnlyDictionary(Of String, TinyLife.Objects.DeathReason)
|
||||
name.vb: ReadOnlyDictionary(Of String, DeathReason)
|
||||
spec.csharp:
|
||||
- uid: System.Collections.ObjectModel.ReadOnlyDictionary`2
|
||||
name: ReadOnlyDictionary
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.collections.objectmodel.readonlydictionary-2
|
||||
- name: <
|
||||
- uid: System.String
|
||||
name: string
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.string
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.DeathReason
|
||||
name: DeathReason
|
||||
href: TinyLife.Objects.DeathReason.html
|
||||
- name: '>'
|
||||
spec.vb:
|
||||
- uid: System.Collections.ObjectModel.ReadOnlyDictionary`2
|
||||
name: ReadOnlyDictionary
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.collections.objectmodel.readonlydictionary-2
|
||||
- name: (
|
||||
- name: Of
|
||||
- name: " "
|
||||
- uid: System.String
|
||||
name: String
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.string
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.DeathReason
|
||||
name: DeathReason
|
||||
href: TinyLife.Objects.DeathReason.html
|
||||
- name: )
|
||||
- uid: System.Collections.ObjectModel.ReadOnlyDictionary`2
|
||||
commentId: T:System.Collections.ObjectModel.ReadOnlyDictionary`2
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.collections.objectmodel.readonlydictionary-2
|
||||
name: ReadOnlyDictionary<TKey, TValue>
|
||||
nameWithType: ReadOnlyDictionary<TKey, TValue>
|
||||
fullName: System.Collections.ObjectModel.ReadOnlyDictionary<TKey, TValue>
|
||||
nameWithType.vb: ReadOnlyDictionary(Of TKey, TValue)
|
||||
fullName.vb: System.Collections.ObjectModel.ReadOnlyDictionary(Of TKey, TValue)
|
||||
name.vb: ReadOnlyDictionary(Of TKey, TValue)
|
||||
spec.csharp:
|
||||
- uid: System.Collections.ObjectModel.ReadOnlyDictionary`2
|
||||
name: ReadOnlyDictionary
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.collections.objectmodel.readonlydictionary-2
|
||||
- name: <
|
||||
- name: TKey
|
||||
- name: ','
|
||||
- name: " "
|
||||
- name: TValue
|
||||
- name: '>'
|
||||
spec.vb:
|
||||
- uid: System.Collections.ObjectModel.ReadOnlyDictionary`2
|
||||
name: ReadOnlyDictionary
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.collections.objectmodel.readonlydictionary-2
|
||||
- name: (
|
||||
- name: Of
|
||||
- name: " "
|
||||
- name: TKey
|
||||
- name: ','
|
||||
- name: " "
|
||||
- name: TValue
|
||||
- name: )
|
||||
- uid: System.Collections.ObjectModel
|
||||
commentId: N:System.Collections.ObjectModel
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system
|
||||
name: System.Collections.ObjectModel
|
||||
nameWithType: System.Collections.ObjectModel
|
||||
fullName: System.Collections.ObjectModel
|
||||
spec.csharp:
|
||||
- uid: System
|
||||
name: System
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system
|
||||
- name: .
|
||||
- uid: System.Collections
|
||||
name: Collections
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.collections
|
||||
- name: .
|
||||
- uid: System.Collections.ObjectModel
|
||||
name: ObjectModel
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.collections.objectmodel
|
||||
spec.vb:
|
||||
- uid: System
|
||||
name: System
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system
|
||||
- name: .
|
||||
- uid: System.Collections
|
||||
name: Collections
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.collections
|
||||
- name: .
|
||||
- uid: System.Collections.ObjectModel
|
||||
name: ObjectModel
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.collections.objectmodel
|
||||
- uid: TinyLife.Objects.DeathReason
|
||||
commentId: T:TinyLife.Objects.DeathReason
|
||||
parent: TinyLife.Objects
|
||||
|
@ -279,8 +748,39 @@ references:
|
|||
name: DeathReason
|
||||
nameWithType: DeathReason
|
||||
fullName: TinyLife.Objects.DeathReason
|
||||
- uid: TinyLife.Actions.StarveAction
|
||||
commentId: T:TinyLife.Actions.StarveAction
|
||||
name: StarveAction
|
||||
nameWithType: StarveAction
|
||||
fullName: TinyLife.Actions.StarveAction
|
||||
- uid: TinyLife.Actions.RepairAction
|
||||
commentId: T:TinyLife.Actions.RepairAction
|
||||
name: RepairAction
|
||||
nameWithType: RepairAction
|
||||
fullName: TinyLife.Actions.RepairAction
|
||||
- uid: System.String
|
||||
commentId: T:System.String
|
||||
parent: System
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.string
|
||||
name: string
|
||||
nameWithType: string
|
||||
fullName: string
|
||||
nameWithType.vb: String
|
||||
fullName.vb: String
|
||||
name.vb: String
|
||||
- uid: TinyLife.Objects.DeathReason.#ctor*
|
||||
commentId: Overload:TinyLife.Objects.DeathReason.#ctor
|
||||
href: TinyLife.Objects.DeathReason.html#TinyLife_Objects_DeathReason__ctor_System_String_
|
||||
name: DeathReason
|
||||
nameWithType: DeathReason.DeathReason
|
||||
fullName: TinyLife.Objects.DeathReason.DeathReason
|
||||
nameWithType.vb: DeathReason.New
|
||||
fullName.vb: TinyLife.Objects.DeathReason.New
|
||||
name.vb: New
|
||||
- uid: TinyLife.Objects.DeathReason.Register*
|
||||
commentId: Overload:TinyLife.Objects.DeathReason.Register
|
||||
href: TinyLife.Objects.DeathReason.html#TinyLife_Objects_DeathReason_Register_TinyLife_Objects_DeathReason_
|
||||
name: Register
|
||||
nameWithType: DeathReason.Register
|
||||
fullName: TinyLife.Objects.DeathReason.Register
|
||||
|
|
16
docs/api/TinyLife.Objects.Fence.yml
generated
16
docs/api/TinyLife.Objects.Fence.yml
generated
|
@ -124,8 +124,6 @@ items:
|
|||
- TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
|
||||
- TinyLife.Objects.Furniture.NotifyNeighbors
|
||||
- TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
|
||||
- TinyLife.Objects.MapObject.PersonRotationOrder
|
||||
- TinyLife.Objects.MapObject.PersonRotationOrderIndices
|
||||
- TinyLife.Objects.MapObject.OnCreated
|
||||
- TinyLife.Objects.MapObject.OnValidated
|
||||
- TinyLife.Objects.MapObject.OnValidatedEarly
|
||||
|
@ -3215,20 +3213,6 @@ references:
|
|||
href: TinyLife.Objects.Furniture.html
|
||||
- name: )
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.PersonRotationOrder
|
||||
commentId: F:TinyLife.Objects.MapObject.PersonRotationOrder
|
||||
parent: TinyLife.Objects.MapObject
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_PersonRotationOrder
|
||||
name: PersonRotationOrder
|
||||
nameWithType: MapObject.PersonRotationOrder
|
||||
fullName: TinyLife.Objects.MapObject.PersonRotationOrder
|
||||
- uid: TinyLife.Objects.MapObject.PersonRotationOrderIndices
|
||||
commentId: F:TinyLife.Objects.MapObject.PersonRotationOrderIndices
|
||||
parent: TinyLife.Objects.MapObject
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_PersonRotationOrderIndices
|
||||
name: PersonRotationOrderIndices
|
||||
nameWithType: MapObject.PersonRotationOrderIndices
|
||||
fullName: TinyLife.Objects.MapObject.PersonRotationOrderIndices
|
||||
- uid: TinyLife.Objects.MapObject.OnCreated
|
||||
commentId: E:TinyLife.Objects.MapObject.OnCreated
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
|
16
docs/api/TinyLife.Objects.Fireplace.yml
generated
16
docs/api/TinyLife.Objects.Fireplace.yml
generated
|
@ -125,8 +125,6 @@ items:
|
|||
- TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
|
||||
- TinyLife.Objects.Furniture.NotifyNeighbors
|
||||
- TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
|
||||
- TinyLife.Objects.MapObject.PersonRotationOrder
|
||||
- TinyLife.Objects.MapObject.PersonRotationOrderIndices
|
||||
- TinyLife.Objects.MapObject.OnCreated
|
||||
- TinyLife.Objects.MapObject.OnValidated
|
||||
- TinyLife.Objects.MapObject.OnValidatedEarly
|
||||
|
@ -3287,20 +3285,6 @@ references:
|
|||
href: TinyLife.Objects.Furniture.html
|
||||
- name: )
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.PersonRotationOrder
|
||||
commentId: F:TinyLife.Objects.MapObject.PersonRotationOrder
|
||||
parent: TinyLife.Objects.MapObject
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_PersonRotationOrder
|
||||
name: PersonRotationOrder
|
||||
nameWithType: MapObject.PersonRotationOrder
|
||||
fullName: TinyLife.Objects.MapObject.PersonRotationOrder
|
||||
- uid: TinyLife.Objects.MapObject.PersonRotationOrderIndices
|
||||
commentId: F:TinyLife.Objects.MapObject.PersonRotationOrderIndices
|
||||
parent: TinyLife.Objects.MapObject
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_PersonRotationOrderIndices
|
||||
name: PersonRotationOrderIndices
|
||||
nameWithType: MapObject.PersonRotationOrderIndices
|
||||
fullName: TinyLife.Objects.MapObject.PersonRotationOrderIndices
|
||||
- uid: TinyLife.Objects.MapObject.OnCreated
|
||||
commentId: E:TinyLife.Objects.MapObject.OnCreated
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
|
16
docs/api/TinyLife.Objects.Food.yml
generated
16
docs/api/TinyLife.Objects.Food.yml
generated
|
@ -129,8 +129,6 @@ items:
|
|||
- TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
|
||||
- TinyLife.Objects.Furniture.NotifyNeighbors
|
||||
- TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
|
||||
- TinyLife.Objects.MapObject.PersonRotationOrder
|
||||
- TinyLife.Objects.MapObject.PersonRotationOrderIndices
|
||||
- TinyLife.Objects.MapObject.OnCreated
|
||||
- TinyLife.Objects.MapObject.OnValidated
|
||||
- TinyLife.Objects.MapObject.OnValidatedEarly
|
||||
|
@ -3323,20 +3321,6 @@ references:
|
|||
href: TinyLife.Objects.Furniture.html
|
||||
- name: )
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.PersonRotationOrder
|
||||
commentId: F:TinyLife.Objects.MapObject.PersonRotationOrder
|
||||
parent: TinyLife.Objects.MapObject
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_PersonRotationOrder
|
||||
name: PersonRotationOrder
|
||||
nameWithType: MapObject.PersonRotationOrder
|
||||
fullName: TinyLife.Objects.MapObject.PersonRotationOrder
|
||||
- uid: TinyLife.Objects.MapObject.PersonRotationOrderIndices
|
||||
commentId: F:TinyLife.Objects.MapObject.PersonRotationOrderIndices
|
||||
parent: TinyLife.Objects.MapObject
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_PersonRotationOrderIndices
|
||||
name: PersonRotationOrderIndices
|
||||
nameWithType: MapObject.PersonRotationOrderIndices
|
||||
fullName: TinyLife.Objects.MapObject.PersonRotationOrderIndices
|
||||
- uid: TinyLife.Objects.MapObject.OnCreated
|
||||
commentId: E:TinyLife.Objects.MapObject.OnCreated
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
|
16
docs/api/TinyLife.Objects.FoodTypedItem.yml
generated
16
docs/api/TinyLife.Objects.FoodTypedItem.yml
generated
|
@ -128,8 +128,6 @@ items:
|
|||
- TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
|
||||
- TinyLife.Objects.Furniture.NotifyNeighbors
|
||||
- TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
|
||||
- TinyLife.Objects.MapObject.PersonRotationOrder
|
||||
- TinyLife.Objects.MapObject.PersonRotationOrderIndices
|
||||
- TinyLife.Objects.MapObject.OnCreated
|
||||
- TinyLife.Objects.MapObject.OnValidated
|
||||
- TinyLife.Objects.MapObject.OnValidatedEarly
|
||||
|
@ -3466,20 +3464,6 @@ references:
|
|||
href: TinyLife.Objects.Furniture.html
|
||||
- name: )
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.PersonRotationOrder
|
||||
commentId: F:TinyLife.Objects.MapObject.PersonRotationOrder
|
||||
parent: TinyLife.Objects.MapObject
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_PersonRotationOrder
|
||||
name: PersonRotationOrder
|
||||
nameWithType: MapObject.PersonRotationOrder
|
||||
fullName: TinyLife.Objects.MapObject.PersonRotationOrder
|
||||
- uid: TinyLife.Objects.MapObject.PersonRotationOrderIndices
|
||||
commentId: F:TinyLife.Objects.MapObject.PersonRotationOrderIndices
|
||||
parent: TinyLife.Objects.MapObject
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_PersonRotationOrderIndices
|
||||
name: PersonRotationOrderIndices
|
||||
nameWithType: MapObject.PersonRotationOrderIndices
|
||||
fullName: TinyLife.Objects.MapObject.PersonRotationOrderIndices
|
||||
- uid: TinyLife.Objects.MapObject.OnCreated
|
||||
commentId: E:TinyLife.Objects.MapObject.OnCreated
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
|
16
docs/api/TinyLife.Objects.Fridge.yml
generated
16
docs/api/TinyLife.Objects.Fridge.yml
generated
|
@ -124,8 +124,6 @@ items:
|
|||
- TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
|
||||
- TinyLife.Objects.Furniture.NotifyNeighbors
|
||||
- TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
|
||||
- TinyLife.Objects.MapObject.PersonRotationOrder
|
||||
- TinyLife.Objects.MapObject.PersonRotationOrderIndices
|
||||
- TinyLife.Objects.MapObject.OnCreated
|
||||
- TinyLife.Objects.MapObject.OnValidated
|
||||
- TinyLife.Objects.MapObject.OnValidatedEarly
|
||||
|
@ -3406,20 +3404,6 @@ references:
|
|||
href: TinyLife.Objects.Furniture.html
|
||||
- name: )
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.PersonRotationOrder
|
||||
commentId: F:TinyLife.Objects.MapObject.PersonRotationOrder
|
||||
parent: TinyLife.Objects.MapObject
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_PersonRotationOrder
|
||||
name: PersonRotationOrder
|
||||
nameWithType: MapObject.PersonRotationOrder
|
||||
fullName: TinyLife.Objects.MapObject.PersonRotationOrder
|
||||
- uid: TinyLife.Objects.MapObject.PersonRotationOrderIndices
|
||||
commentId: F:TinyLife.Objects.MapObject.PersonRotationOrderIndices
|
||||
parent: TinyLife.Objects.MapObject
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_PersonRotationOrderIndices
|
||||
name: PersonRotationOrderIndices
|
||||
nameWithType: MapObject.PersonRotationOrderIndices
|
||||
fullName: TinyLife.Objects.MapObject.PersonRotationOrderIndices
|
||||
- uid: TinyLife.Objects.MapObject.OnCreated
|
||||
commentId: E:TinyLife.Objects.MapObject.OnCreated
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
|
16
docs/api/TinyLife.Objects.Furniture.yml
generated
16
docs/api/TinyLife.Objects.Furniture.yml
generated
|
@ -136,8 +136,6 @@ items:
|
|||
implements:
|
||||
- MLEM.Misc.IGenericDataHolder
|
||||
inheritedMembers:
|
||||
- TinyLife.Objects.MapObject.PersonRotationOrder
|
||||
- TinyLife.Objects.MapObject.PersonRotationOrderIndices
|
||||
- TinyLife.Objects.MapObject.OnCreated
|
||||
- TinyLife.Objects.MapObject.OnValidated
|
||||
- TinyLife.Objects.MapObject.OnValidatedEarly
|
||||
|
@ -3216,20 +3214,6 @@ references:
|
|||
name: IGenericDataHolder
|
||||
nameWithType: IGenericDataHolder
|
||||
fullName: MLEM.Misc.IGenericDataHolder
|
||||
- uid: TinyLife.Objects.MapObject.PersonRotationOrder
|
||||
commentId: F:TinyLife.Objects.MapObject.PersonRotationOrder
|
||||
parent: TinyLife.Objects.MapObject
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_PersonRotationOrder
|
||||
name: PersonRotationOrder
|
||||
nameWithType: MapObject.PersonRotationOrder
|
||||
fullName: TinyLife.Objects.MapObject.PersonRotationOrder
|
||||
- uid: TinyLife.Objects.MapObject.PersonRotationOrderIndices
|
||||
commentId: F:TinyLife.Objects.MapObject.PersonRotationOrderIndices
|
||||
parent: TinyLife.Objects.MapObject
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_PersonRotationOrderIndices
|
||||
name: PersonRotationOrderIndices
|
||||
nameWithType: MapObject.PersonRotationOrderIndices
|
||||
fullName: TinyLife.Objects.MapObject.PersonRotationOrderIndices
|
||||
- uid: TinyLife.Objects.MapObject.OnCreated
|
||||
commentId: E:TinyLife.Objects.MapObject.OnCreated
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
|
16
docs/api/TinyLife.Objects.Gravestone.yml
generated
16
docs/api/TinyLife.Objects.Gravestone.yml
generated
|
@ -123,8 +123,6 @@ items:
|
|||
- TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
|
||||
- TinyLife.Objects.Furniture.NotifyNeighbors
|
||||
- TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
|
||||
- TinyLife.Objects.MapObject.PersonRotationOrder
|
||||
- TinyLife.Objects.MapObject.PersonRotationOrderIndices
|
||||
- TinyLife.Objects.MapObject.OnCreated
|
||||
- TinyLife.Objects.MapObject.OnValidated
|
||||
- TinyLife.Objects.MapObject.OnValidatedEarly
|
||||
|
@ -3394,20 +3392,6 @@ references:
|
|||
href: TinyLife.Objects.Furniture.html
|
||||
- name: )
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.PersonRotationOrder
|
||||
commentId: F:TinyLife.Objects.MapObject.PersonRotationOrder
|
||||
parent: TinyLife.Objects.MapObject
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_PersonRotationOrder
|
||||
name: PersonRotationOrder
|
||||
nameWithType: MapObject.PersonRotationOrder
|
||||
fullName: TinyLife.Objects.MapObject.PersonRotationOrder
|
||||
- uid: TinyLife.Objects.MapObject.PersonRotationOrderIndices
|
||||
commentId: F:TinyLife.Objects.MapObject.PersonRotationOrderIndices
|
||||
parent: TinyLife.Objects.MapObject
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_PersonRotationOrderIndices
|
||||
name: PersonRotationOrderIndices
|
||||
nameWithType: MapObject.PersonRotationOrderIndices
|
||||
fullName: TinyLife.Objects.MapObject.PersonRotationOrderIndices
|
||||
- uid: TinyLife.Objects.MapObject.OnCreated
|
||||
commentId: E:TinyLife.Objects.MapObject.OnCreated
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
|
16
docs/api/TinyLife.Objects.LightFurniture.yml
generated
16
docs/api/TinyLife.Objects.LightFurniture.yml
generated
|
@ -129,8 +129,6 @@ items:
|
|||
- TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
|
||||
- TinyLife.Objects.Furniture.NotifyNeighbors
|
||||
- TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
|
||||
- TinyLife.Objects.MapObject.PersonRotationOrder
|
||||
- TinyLife.Objects.MapObject.PersonRotationOrderIndices
|
||||
- TinyLife.Objects.MapObject.OnCreated
|
||||
- TinyLife.Objects.MapObject.OnValidated
|
||||
- TinyLife.Objects.MapObject.OnValidatedEarly
|
||||
|
@ -3486,20 +3484,6 @@ references:
|
|||
href: TinyLife.Objects.Furniture.html
|
||||
- name: )
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.PersonRotationOrder
|
||||
commentId: F:TinyLife.Objects.MapObject.PersonRotationOrder
|
||||
parent: TinyLife.Objects.MapObject
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_PersonRotationOrder
|
||||
name: PersonRotationOrder
|
||||
nameWithType: MapObject.PersonRotationOrder
|
||||
fullName: TinyLife.Objects.MapObject.PersonRotationOrder
|
||||
- uid: TinyLife.Objects.MapObject.PersonRotationOrderIndices
|
||||
commentId: F:TinyLife.Objects.MapObject.PersonRotationOrderIndices
|
||||
parent: TinyLife.Objects.MapObject
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_PersonRotationOrderIndices
|
||||
name: PersonRotationOrderIndices
|
||||
nameWithType: MapObject.PersonRotationOrderIndices
|
||||
fullName: TinyLife.Objects.MapObject.PersonRotationOrderIndices
|
||||
- uid: TinyLife.Objects.MapObject.OnCreated
|
||||
commentId: E:TinyLife.Objects.MapObject.OnCreated
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
|
321
docs/api/TinyLife.Objects.MapObject.yml
generated
321
docs/api/TinyLife.Objects.MapObject.yml
generated
|
@ -51,8 +51,6 @@ items:
|
|||
- TinyLife.Objects.MapObject.OnValidated
|
||||
- TinyLife.Objects.MapObject.OnValidatedEarly
|
||||
- TinyLife.Objects.MapObject.ParentInfo
|
||||
- TinyLife.Objects.MapObject.PersonRotationOrder
|
||||
- TinyLife.Objects.MapObject.PersonRotationOrderIndices
|
||||
- TinyLife.Objects.MapObject.Position
|
||||
- TinyLife.Objects.MapObject.ResetToStatic(System.Boolean,System.Boolean)
|
||||
- TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map,TinyLife.Utilities.AppliedMigrations)
|
||||
|
@ -106,46 +104,6 @@ items:
|
|||
- type: System.Runtime.Serialization.DataContractAttribute
|
||||
ctor: System.Runtime.Serialization.DataContractAttribute.#ctor
|
||||
arguments: []
|
||||
- uid: TinyLife.Objects.MapObject.PersonRotationOrder
|
||||
commentId: F:TinyLife.Objects.MapObject.PersonRotationOrder
|
||||
id: PersonRotationOrder
|
||||
parent: TinyLife.Objects.MapObject
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: PersonRotationOrder
|
||||
nameWithType: MapObject.PersonRotationOrder
|
||||
fullName: TinyLife.Objects.MapObject.PersonRotationOrder
|
||||
type: Field
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
summary: The order of <xref href="MLEM.Maths.Direction2" data-throw-if-not-resolved="false"></xref> that the texture atlas for <xref href="TinyLife.Objects.PersonLike" data-throw-if-not-resolved="false"></xref> has for its textures, from left to right
|
||||
example: []
|
||||
syntax:
|
||||
content: public static readonly Direction2[] PersonRotationOrder
|
||||
return:
|
||||
type: MLEM.Maths.Direction2[]
|
||||
content.vb: Public Shared ReadOnly PersonRotationOrder As Direction2()
|
||||
- uid: TinyLife.Objects.MapObject.PersonRotationOrderIndices
|
||||
commentId: F:TinyLife.Objects.MapObject.PersonRotationOrderIndices
|
||||
id: PersonRotationOrderIndices
|
||||
parent: TinyLife.Objects.MapObject
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: PersonRotationOrderIndices
|
||||
nameWithType: MapObject.PersonRotationOrderIndices
|
||||
fullName: TinyLife.Objects.MapObject.PersonRotationOrderIndices
|
||||
type: Field
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
syntax:
|
||||
content: public static readonly Dictionary<Direction2, int> PersonRotationOrderIndices
|
||||
return:
|
||||
type: System.Collections.Generic.Dictionary{MLEM.Maths.Direction2,System.Int32}
|
||||
content.vb: Public Shared ReadOnly PersonRotationOrderIndices As Dictionary(Of Direction2, Integer)
|
||||
- uid: TinyLife.Objects.MapObject.OnCreated
|
||||
commentId: E:TinyLife.Objects.MapObject.OnCreated
|
||||
id: OnCreated
|
||||
|
@ -2425,178 +2383,6 @@ references:
|
|||
- uid: TinyLife.Utilities
|
||||
name: Utilities
|
||||
href: TinyLife.Utilities.html
|
||||
- uid: MLEM.Maths.Direction2
|
||||
commentId: T:MLEM.Maths.Direction2
|
||||
parent: MLEM.Maths
|
||||
isExternal: true
|
||||
name: Direction2
|
||||
nameWithType: Direction2
|
||||
fullName: MLEM.Maths.Direction2
|
||||
- uid: TinyLife.Objects.PersonLike
|
||||
commentId: T:TinyLife.Objects.PersonLike
|
||||
parent: TinyLife.Objects
|
||||
href: TinyLife.Objects.PersonLike.html
|
||||
name: PersonLike
|
||||
nameWithType: PersonLike
|
||||
fullName: TinyLife.Objects.PersonLike
|
||||
- uid: MLEM.Maths.Direction2[]
|
||||
isExternal: true
|
||||
name: Direction2[]
|
||||
nameWithType: Direction2[]
|
||||
fullName: MLEM.Maths.Direction2[]
|
||||
nameWithType.vb: Direction2()
|
||||
fullName.vb: MLEM.Maths.Direction2()
|
||||
name.vb: Direction2()
|
||||
spec.csharp:
|
||||
- uid: MLEM.Maths.Direction2
|
||||
name: Direction2
|
||||
isExternal: true
|
||||
- name: '['
|
||||
- name: ']'
|
||||
spec.vb:
|
||||
- uid: MLEM.Maths.Direction2
|
||||
name: Direction2
|
||||
isExternal: true
|
||||
- name: (
|
||||
- name: )
|
||||
- uid: MLEM.Maths
|
||||
commentId: N:MLEM.Maths
|
||||
isExternal: true
|
||||
name: MLEM.Maths
|
||||
nameWithType: MLEM.Maths
|
||||
fullName: MLEM.Maths
|
||||
spec.csharp:
|
||||
- uid: MLEM
|
||||
name: MLEM
|
||||
isExternal: true
|
||||
- name: .
|
||||
- uid: MLEM.Maths
|
||||
name: Maths
|
||||
isExternal: true
|
||||
spec.vb:
|
||||
- uid: MLEM
|
||||
name: MLEM
|
||||
isExternal: true
|
||||
- name: .
|
||||
- uid: MLEM.Maths
|
||||
name: Maths
|
||||
isExternal: true
|
||||
- uid: System.Collections.Generic.Dictionary{MLEM.Maths.Direction2,System.Int32}
|
||||
commentId: T:System.Collections.Generic.Dictionary{MLEM.Maths.Direction2,System.Int32}
|
||||
parent: System.Collections.Generic
|
||||
definition: System.Collections.Generic.Dictionary`2
|
||||
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2
|
||||
name: Dictionary<Direction2, int>
|
||||
nameWithType: Dictionary<Direction2, int>
|
||||
fullName: System.Collections.Generic.Dictionary<MLEM.Maths.Direction2, int>
|
||||
nameWithType.vb: Dictionary(Of Direction2, Integer)
|
||||
fullName.vb: System.Collections.Generic.Dictionary(Of MLEM.Maths.Direction2, Integer)
|
||||
name.vb: Dictionary(Of Direction2, Integer)
|
||||
spec.csharp:
|
||||
- uid: System.Collections.Generic.Dictionary`2
|
||||
name: Dictionary
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2
|
||||
- name: <
|
||||
- uid: MLEM.Maths.Direction2
|
||||
name: Direction2
|
||||
isExternal: true
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: System.Int32
|
||||
name: int
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.int32
|
||||
- name: '>'
|
||||
spec.vb:
|
||||
- uid: System.Collections.Generic.Dictionary`2
|
||||
name: Dictionary
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2
|
||||
- name: (
|
||||
- name: Of
|
||||
- name: " "
|
||||
- uid: MLEM.Maths.Direction2
|
||||
name: Direction2
|
||||
isExternal: true
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: System.Int32
|
||||
name: Integer
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.int32
|
||||
- name: )
|
||||
- uid: System.Collections.Generic.Dictionary`2
|
||||
commentId: T:System.Collections.Generic.Dictionary`2
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2
|
||||
name: Dictionary<TKey, TValue>
|
||||
nameWithType: Dictionary<TKey, TValue>
|
||||
fullName: System.Collections.Generic.Dictionary<TKey, TValue>
|
||||
nameWithType.vb: Dictionary(Of TKey, TValue)
|
||||
fullName.vb: System.Collections.Generic.Dictionary(Of TKey, TValue)
|
||||
name.vb: Dictionary(Of TKey, TValue)
|
||||
spec.csharp:
|
||||
- uid: System.Collections.Generic.Dictionary`2
|
||||
name: Dictionary
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2
|
||||
- name: <
|
||||
- name: TKey
|
||||
- name: ','
|
||||
- name: " "
|
||||
- name: TValue
|
||||
- name: '>'
|
||||
spec.vb:
|
||||
- uid: System.Collections.Generic.Dictionary`2
|
||||
name: Dictionary
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2
|
||||
- name: (
|
||||
- name: Of
|
||||
- name: " "
|
||||
- name: TKey
|
||||
- name: ','
|
||||
- name: " "
|
||||
- name: TValue
|
||||
- name: )
|
||||
- uid: System.Collections.Generic
|
||||
commentId: N:System.Collections.Generic
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system
|
||||
name: System.Collections.Generic
|
||||
nameWithType: System.Collections.Generic
|
||||
fullName: System.Collections.Generic
|
||||
spec.csharp:
|
||||
- uid: System
|
||||
name: System
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system
|
||||
- name: .
|
||||
- uid: System.Collections
|
||||
name: Collections
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.collections
|
||||
- name: .
|
||||
- uid: System.Collections.Generic
|
||||
name: Generic
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.collections.generic
|
||||
spec.vb:
|
||||
- uid: System
|
||||
name: System
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system
|
||||
- name: .
|
||||
- uid: System.Collections
|
||||
name: Collections
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.collections
|
||||
- name: .
|
||||
- uid: System.Collections.Generic
|
||||
name: Generic
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.collections.generic
|
||||
- uid: System.Action{TinyLife.Objects.MapObject}
|
||||
commentId: T:System.Action{TinyLife.Objects.MapObject}
|
||||
parent: System
|
||||
|
@ -3164,6 +2950,13 @@ references:
|
|||
name: HoldingPerson
|
||||
nameWithType: MapObject.HoldingPerson
|
||||
fullName: TinyLife.Objects.MapObject.HoldingPerson
|
||||
- uid: TinyLife.Objects.PersonLike
|
||||
commentId: T:TinyLife.Objects.PersonLike
|
||||
parent: TinyLife.Objects
|
||||
href: TinyLife.Objects.PersonLike.html
|
||||
name: PersonLike
|
||||
nameWithType: PersonLike
|
||||
fullName: TinyLife.Objects.PersonLike
|
||||
- uid: TinyLife.Objects.MapObject.#ctor*
|
||||
commentId: Overload:TinyLife.Objects.MapObject.#ctor
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject__ctor_System_Guid_TinyLife_World_Map_Microsoft_Xna_Framework_Vector2_System_Single_
|
||||
|
@ -3447,6 +3240,43 @@ references:
|
|||
- name: " "
|
||||
- name: T
|
||||
- name: )
|
||||
- uid: System.Collections.Generic
|
||||
commentId: N:System.Collections.Generic
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system
|
||||
name: System.Collections.Generic
|
||||
nameWithType: System.Collections.Generic
|
||||
fullName: System.Collections.Generic
|
||||
spec.csharp:
|
||||
- uid: System
|
||||
name: System
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system
|
||||
- name: .
|
||||
- uid: System.Collections
|
||||
name: Collections
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.collections
|
||||
- name: .
|
||||
- uid: System.Collections.Generic
|
||||
name: Generic
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.collections.generic
|
||||
spec.vb:
|
||||
- uid: System
|
||||
name: System
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system
|
||||
- name: .
|
||||
- uid: System.Collections
|
||||
name: Collections
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.collections
|
||||
- name: .
|
||||
- uid: System.Collections.Generic
|
||||
name: Generic
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.collections.generic
|
||||
- uid: TinyLife.World.Map.GetObjects``1(MLEM.Maths.RectangleF)
|
||||
commentId: M:TinyLife.World.Map.GetObjects``1(MLEM.Maths.RectangleF)
|
||||
isExternal: true
|
||||
|
@ -3496,6 +3326,28 @@ references:
|
|||
name: RectangleF
|
||||
nameWithType: RectangleF
|
||||
fullName: MLEM.Maths.RectangleF
|
||||
- uid: MLEM.Maths
|
||||
commentId: N:MLEM.Maths
|
||||
isExternal: true
|
||||
name: MLEM.Maths
|
||||
nameWithType: MLEM.Maths
|
||||
fullName: MLEM.Maths
|
||||
spec.csharp:
|
||||
- uid: MLEM
|
||||
name: MLEM
|
||||
isExternal: true
|
||||
- name: .
|
||||
- uid: MLEM.Maths
|
||||
name: Maths
|
||||
isExternal: true
|
||||
spec.vb:
|
||||
- uid: MLEM
|
||||
name: MLEM
|
||||
isExternal: true
|
||||
- name: .
|
||||
- uid: MLEM.Maths
|
||||
name: Maths
|
||||
isExternal: true
|
||||
- uid: TinyLife.Objects.MapObject.OnValidatedEarly
|
||||
commentId: E:TinyLife.Objects.MapObject.OnValidatedEarly
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
@ -4077,6 +3929,13 @@ references:
|
|||
name: OnCameraRotationChanged
|
||||
nameWithType: MapObject.OnCameraRotationChanged
|
||||
fullName: TinyLife.Objects.MapObject.OnCameraRotationChanged
|
||||
- uid: MLEM.Maths.Direction2
|
||||
commentId: T:MLEM.Maths.Direction2
|
||||
parent: MLEM.Maths
|
||||
isExternal: true
|
||||
name: Direction2
|
||||
nameWithType: Direction2
|
||||
fullName: MLEM.Maths.Direction2
|
||||
- uid: TinyLife.GameImpl.CurrentMap
|
||||
commentId: P:TinyLife.GameImpl.CurrentMap
|
||||
href: TinyLife.GameImpl.html#TinyLife_GameImpl_CurrentMap
|
||||
|
@ -4422,6 +4281,40 @@ references:
|
|||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.single
|
||||
- name: )
|
||||
- uid: System.Collections.Generic.Dictionary`2
|
||||
commentId: T:System.Collections.Generic.Dictionary`2
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2
|
||||
name: Dictionary<TKey, TValue>
|
||||
nameWithType: Dictionary<TKey, TValue>
|
||||
fullName: System.Collections.Generic.Dictionary<TKey, TValue>
|
||||
nameWithType.vb: Dictionary(Of TKey, TValue)
|
||||
fullName.vb: System.Collections.Generic.Dictionary(Of TKey, TValue)
|
||||
name.vb: Dictionary(Of TKey, TValue)
|
||||
spec.csharp:
|
||||
- uid: System.Collections.Generic.Dictionary`2
|
||||
name: Dictionary
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2
|
||||
- name: <
|
||||
- name: TKey
|
||||
- name: ','
|
||||
- name: " "
|
||||
- name: TValue
|
||||
- name: '>'
|
||||
spec.vb:
|
||||
- uid: System.Collections.Generic.Dictionary`2
|
||||
name: Dictionary
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2
|
||||
- name: (
|
||||
- name: Of
|
||||
- name: " "
|
||||
- name: TKey
|
||||
- name: ','
|
||||
- name: " "
|
||||
- name: TValue
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.PersonLike.RestoreNeed(TinyLife.NeedType,System.Single,TinyLife.Actions.ActionInfo,System.Single)
|
||||
commentId: M:TinyLife.Objects.PersonLike.RestoreNeed(TinyLife.NeedType,System.Single,TinyLife.Actions.ActionInfo,System.Single)
|
||||
parent: TinyLife.Objects.PersonLike
|
||||
|
|
16
docs/api/TinyLife.Objects.Newspaper.yml
generated
16
docs/api/TinyLife.Objects.Newspaper.yml
generated
|
@ -118,8 +118,6 @@ items:
|
|||
- TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
|
||||
- TinyLife.Objects.Furniture.NotifyNeighbors
|
||||
- TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
|
||||
- TinyLife.Objects.MapObject.PersonRotationOrder
|
||||
- TinyLife.Objects.MapObject.PersonRotationOrderIndices
|
||||
- TinyLife.Objects.MapObject.OnCreated
|
||||
- TinyLife.Objects.MapObject.OnValidated
|
||||
- TinyLife.Objects.MapObject.OnValidatedEarly
|
||||
|
@ -3258,20 +3256,6 @@ references:
|
|||
href: TinyLife.Objects.Furniture.html
|
||||
- name: )
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.PersonRotationOrder
|
||||
commentId: F:TinyLife.Objects.MapObject.PersonRotationOrder
|
||||
parent: TinyLife.Objects.MapObject
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_PersonRotationOrder
|
||||
name: PersonRotationOrder
|
||||
nameWithType: MapObject.PersonRotationOrder
|
||||
fullName: TinyLife.Objects.MapObject.PersonRotationOrder
|
||||
- uid: TinyLife.Objects.MapObject.PersonRotationOrderIndices
|
||||
commentId: F:TinyLife.Objects.MapObject.PersonRotationOrderIndices
|
||||
parent: TinyLife.Objects.MapObject
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_PersonRotationOrderIndices
|
||||
name: PersonRotationOrderIndices
|
||||
nameWithType: MapObject.PersonRotationOrderIndices
|
||||
fullName: TinyLife.Objects.MapObject.PersonRotationOrderIndices
|
||||
- uid: TinyLife.Objects.MapObject.OnCreated
|
||||
commentId: E:TinyLife.Objects.MapObject.OnCreated
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
|
16
docs/api/TinyLife.Objects.OverlayWallHanging.yml
generated
16
docs/api/TinyLife.Objects.OverlayWallHanging.yml
generated
|
@ -122,8 +122,6 @@ items:
|
|||
- TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
|
||||
- TinyLife.Objects.Furniture.NotifyNeighbors
|
||||
- TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
|
||||
- TinyLife.Objects.MapObject.PersonRotationOrder
|
||||
- TinyLife.Objects.MapObject.PersonRotationOrderIndices
|
||||
- TinyLife.Objects.MapObject.OnCreated
|
||||
- TinyLife.Objects.MapObject.OnValidated
|
||||
- TinyLife.Objects.MapObject.OnValidatedEarly
|
||||
|
@ -3171,20 +3169,6 @@ references:
|
|||
href: TinyLife.Objects.Furniture.html
|
||||
- name: )
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.PersonRotationOrder
|
||||
commentId: F:TinyLife.Objects.MapObject.PersonRotationOrder
|
||||
parent: TinyLife.Objects.MapObject
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_PersonRotationOrder
|
||||
name: PersonRotationOrder
|
||||
nameWithType: MapObject.PersonRotationOrder
|
||||
fullName: TinyLife.Objects.MapObject.PersonRotationOrder
|
||||
- uid: TinyLife.Objects.MapObject.PersonRotationOrderIndices
|
||||
commentId: F:TinyLife.Objects.MapObject.PersonRotationOrderIndices
|
||||
parent: TinyLife.Objects.MapObject
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_PersonRotationOrderIndices
|
||||
name: PersonRotationOrderIndices
|
||||
nameWithType: MapObject.PersonRotationOrderIndices
|
||||
fullName: TinyLife.Objects.MapObject.PersonRotationOrderIndices
|
||||
- uid: TinyLife.Objects.MapObject.OnCreated
|
||||
commentId: E:TinyLife.Objects.MapObject.OnCreated
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
|
16
docs/api/TinyLife.Objects.Painting.yml
generated
16
docs/api/TinyLife.Objects.Painting.yml
generated
|
@ -123,8 +123,6 @@ items:
|
|||
- TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
|
||||
- TinyLife.Objects.Furniture.NotifyNeighbors
|
||||
- TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
|
||||
- TinyLife.Objects.MapObject.PersonRotationOrder
|
||||
- TinyLife.Objects.MapObject.PersonRotationOrderIndices
|
||||
- TinyLife.Objects.MapObject.OnCreated
|
||||
- TinyLife.Objects.MapObject.OnValidated
|
||||
- TinyLife.Objects.MapObject.OnValidatedEarly
|
||||
|
@ -3261,20 +3259,6 @@ references:
|
|||
href: TinyLife.Objects.Furniture.html
|
||||
- name: )
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.PersonRotationOrder
|
||||
commentId: F:TinyLife.Objects.MapObject.PersonRotationOrder
|
||||
parent: TinyLife.Objects.MapObject
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_PersonRotationOrder
|
||||
name: PersonRotationOrder
|
||||
nameWithType: MapObject.PersonRotationOrder
|
||||
fullName: TinyLife.Objects.MapObject.PersonRotationOrder
|
||||
- uid: TinyLife.Objects.MapObject.PersonRotationOrderIndices
|
||||
commentId: F:TinyLife.Objects.MapObject.PersonRotationOrderIndices
|
||||
parent: TinyLife.Objects.MapObject
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_PersonRotationOrderIndices
|
||||
name: PersonRotationOrderIndices
|
||||
nameWithType: MapObject.PersonRotationOrderIndices
|
||||
fullName: TinyLife.Objects.MapObject.PersonRotationOrderIndices
|
||||
- uid: TinyLife.Objects.MapObject.OnCreated
|
||||
commentId: E:TinyLife.Objects.MapObject.OnCreated
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
|
1531
docs/api/TinyLife.Objects.Person.yml
generated
1531
docs/api/TinyLife.Objects.Person.yml
generated
File diff suppressed because it is too large
Load diff
1045
docs/api/TinyLife.Objects.PersonLike.yml
generated
1045
docs/api/TinyLife.Objects.PersonLike.yml
generated
File diff suppressed because it is too large
Load diff
16
docs/api/TinyLife.Objects.ScreenObject.yml
generated
16
docs/api/TinyLife.Objects.ScreenObject.yml
generated
|
@ -136,8 +136,6 @@ items:
|
|||
- TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
|
||||
- TinyLife.Objects.Furniture.NotifyNeighbors
|
||||
- TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
|
||||
- TinyLife.Objects.MapObject.PersonRotationOrder
|
||||
- TinyLife.Objects.MapObject.PersonRotationOrderIndices
|
||||
- TinyLife.Objects.MapObject.OnCreated
|
||||
- TinyLife.Objects.MapObject.OnValidated
|
||||
- TinyLife.Objects.MapObject.OnValidatedEarly
|
||||
|
@ -3491,20 +3489,6 @@ references:
|
|||
href: TinyLife.Objects.Furniture.html
|
||||
- name: )
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.PersonRotationOrder
|
||||
commentId: F:TinyLife.Objects.MapObject.PersonRotationOrder
|
||||
parent: TinyLife.Objects.MapObject
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_PersonRotationOrder
|
||||
name: PersonRotationOrder
|
||||
nameWithType: MapObject.PersonRotationOrder
|
||||
fullName: TinyLife.Objects.MapObject.PersonRotationOrder
|
||||
- uid: TinyLife.Objects.MapObject.PersonRotationOrderIndices
|
||||
commentId: F:TinyLife.Objects.MapObject.PersonRotationOrderIndices
|
||||
parent: TinyLife.Objects.MapObject
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_PersonRotationOrderIndices
|
||||
name: PersonRotationOrderIndices
|
||||
nameWithType: MapObject.PersonRotationOrderIndices
|
||||
fullName: TinyLife.Objects.MapObject.PersonRotationOrderIndices
|
||||
- uid: TinyLife.Objects.MapObject.OnCreated
|
||||
commentId: E:TinyLife.Objects.MapObject.OnCreated
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
|
16
docs/api/TinyLife.Objects.Television.yml
generated
16
docs/api/TinyLife.Objects.Television.yml
generated
|
@ -139,8 +139,6 @@ items:
|
|||
- TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
|
||||
- TinyLife.Objects.Furniture.NotifyNeighbors
|
||||
- TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
|
||||
- TinyLife.Objects.MapObject.PersonRotationOrder
|
||||
- TinyLife.Objects.MapObject.PersonRotationOrderIndices
|
||||
- TinyLife.Objects.MapObject.OnCreated
|
||||
- TinyLife.Objects.MapObject.OnValidated
|
||||
- TinyLife.Objects.MapObject.OnValidatedEarly
|
||||
|
@ -3637,20 +3635,6 @@ references:
|
|||
href: TinyLife.Objects.Furniture.html
|
||||
- name: )
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.PersonRotationOrder
|
||||
commentId: F:TinyLife.Objects.MapObject.PersonRotationOrder
|
||||
parent: TinyLife.Objects.MapObject
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_PersonRotationOrder
|
||||
name: PersonRotationOrder
|
||||
nameWithType: MapObject.PersonRotationOrder
|
||||
fullName: TinyLife.Objects.MapObject.PersonRotationOrder
|
||||
- uid: TinyLife.Objects.MapObject.PersonRotationOrderIndices
|
||||
commentId: F:TinyLife.Objects.MapObject.PersonRotationOrderIndices
|
||||
parent: TinyLife.Objects.MapObject
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_PersonRotationOrderIndices
|
||||
name: PersonRotationOrderIndices
|
||||
nameWithType: MapObject.PersonRotationOrderIndices
|
||||
fullName: TinyLife.Objects.MapObject.PersonRotationOrderIndices
|
||||
- uid: TinyLife.Objects.MapObject.OnCreated
|
||||
commentId: E:TinyLife.Objects.MapObject.OnCreated
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
|
16
docs/api/TinyLife.Objects.TrashBag.yml
generated
16
docs/api/TinyLife.Objects.TrashBag.yml
generated
|
@ -121,8 +121,6 @@ items:
|
|||
- TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
|
||||
- TinyLife.Objects.Furniture.NotifyNeighbors
|
||||
- TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
|
||||
- TinyLife.Objects.MapObject.PersonRotationOrder
|
||||
- TinyLife.Objects.MapObject.PersonRotationOrderIndices
|
||||
- TinyLife.Objects.MapObject.OnCreated
|
||||
- TinyLife.Objects.MapObject.OnValidated
|
||||
- TinyLife.Objects.MapObject.OnValidatedEarly
|
||||
|
@ -3343,20 +3341,6 @@ references:
|
|||
href: TinyLife.Objects.Furniture.html
|
||||
- name: )
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.PersonRotationOrder
|
||||
commentId: F:TinyLife.Objects.MapObject.PersonRotationOrder
|
||||
parent: TinyLife.Objects.MapObject
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_PersonRotationOrder
|
||||
name: PersonRotationOrder
|
||||
nameWithType: MapObject.PersonRotationOrder
|
||||
fullName: TinyLife.Objects.MapObject.PersonRotationOrder
|
||||
- uid: TinyLife.Objects.MapObject.PersonRotationOrderIndices
|
||||
commentId: F:TinyLife.Objects.MapObject.PersonRotationOrderIndices
|
||||
parent: TinyLife.Objects.MapObject
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_PersonRotationOrderIndices
|
||||
name: PersonRotationOrderIndices
|
||||
nameWithType: MapObject.PersonRotationOrderIndices
|
||||
fullName: TinyLife.Objects.MapObject.PersonRotationOrderIndices
|
||||
- uid: TinyLife.Objects.MapObject.OnCreated
|
||||
commentId: E:TinyLife.Objects.MapObject.OnCreated
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
|
16
docs/api/TinyLife.Objects.TrashCan.yml
generated
16
docs/api/TinyLife.Objects.TrashCan.yml
generated
|
@ -121,8 +121,6 @@ items:
|
|||
- TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
|
||||
- TinyLife.Objects.Furniture.NotifyNeighbors
|
||||
- TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
|
||||
- TinyLife.Objects.MapObject.PersonRotationOrder
|
||||
- TinyLife.Objects.MapObject.PersonRotationOrderIndices
|
||||
- TinyLife.Objects.MapObject.OnCreated
|
||||
- TinyLife.Objects.MapObject.OnValidated
|
||||
- TinyLife.Objects.MapObject.OnValidatedEarly
|
||||
|
@ -3290,20 +3288,6 @@ references:
|
|||
href: TinyLife.Objects.Furniture.html
|
||||
- name: )
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.PersonRotationOrder
|
||||
commentId: F:TinyLife.Objects.MapObject.PersonRotationOrder
|
||||
parent: TinyLife.Objects.MapObject
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_PersonRotationOrder
|
||||
name: PersonRotationOrder
|
||||
nameWithType: MapObject.PersonRotationOrder
|
||||
fullName: TinyLife.Objects.MapObject.PersonRotationOrder
|
||||
- uid: TinyLife.Objects.MapObject.PersonRotationOrderIndices
|
||||
commentId: F:TinyLife.Objects.MapObject.PersonRotationOrderIndices
|
||||
parent: TinyLife.Objects.MapObject
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_PersonRotationOrderIndices
|
||||
name: PersonRotationOrderIndices
|
||||
nameWithType: MapObject.PersonRotationOrderIndices
|
||||
fullName: TinyLife.Objects.MapObject.PersonRotationOrderIndices
|
||||
- uid: TinyLife.Objects.MapObject.OnCreated
|
||||
commentId: E:TinyLife.Objects.MapObject.OnCreated
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
|
16
docs/api/TinyLife.Objects.UnfinishedWoodwork.yml
generated
16
docs/api/TinyLife.Objects.UnfinishedWoodwork.yml
generated
|
@ -120,8 +120,6 @@ items:
|
|||
- TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
|
||||
- TinyLife.Objects.Furniture.NotifyNeighbors
|
||||
- TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
|
||||
- TinyLife.Objects.MapObject.PersonRotationOrder
|
||||
- TinyLife.Objects.MapObject.PersonRotationOrderIndices
|
||||
- TinyLife.Objects.MapObject.OnCreated
|
||||
- TinyLife.Objects.MapObject.OnValidated
|
||||
- TinyLife.Objects.MapObject.OnValidatedEarly
|
||||
|
@ -3261,20 +3259,6 @@ references:
|
|||
href: TinyLife.Objects.Furniture.html
|
||||
- name: )
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.PersonRotationOrder
|
||||
commentId: F:TinyLife.Objects.MapObject.PersonRotationOrder
|
||||
parent: TinyLife.Objects.MapObject
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_PersonRotationOrder
|
||||
name: PersonRotationOrder
|
||||
nameWithType: MapObject.PersonRotationOrder
|
||||
fullName: TinyLife.Objects.MapObject.PersonRotationOrder
|
||||
- uid: TinyLife.Objects.MapObject.PersonRotationOrderIndices
|
||||
commentId: F:TinyLife.Objects.MapObject.PersonRotationOrderIndices
|
||||
parent: TinyLife.Objects.MapObject
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_PersonRotationOrderIndices
|
||||
name: PersonRotationOrderIndices
|
||||
nameWithType: MapObject.PersonRotationOrderIndices
|
||||
fullName: TinyLife.Objects.MapObject.PersonRotationOrderIndices
|
||||
- uid: TinyLife.Objects.MapObject.OnCreated
|
||||
commentId: E:TinyLife.Objects.MapObject.OnCreated
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
|
16
docs/api/TinyLife.Objects.Vehicle.yml
generated
16
docs/api/TinyLife.Objects.Vehicle.yml
generated
|
@ -41,8 +41,6 @@ items:
|
|||
- MLEM.Misc.IGenericDataHolder
|
||||
- TinyLife.Objects.IUpdatingObject
|
||||
inheritedMembers:
|
||||
- TinyLife.Objects.MapObject.PersonRotationOrder
|
||||
- TinyLife.Objects.MapObject.PersonRotationOrderIndices
|
||||
- TinyLife.Objects.MapObject.OnCreated
|
||||
- TinyLife.Objects.MapObject.OnValidated
|
||||
- TinyLife.Objects.MapObject.OnValidatedEarly
|
||||
|
@ -581,20 +579,6 @@ references:
|
|||
name: IUpdatingObject
|
||||
nameWithType: IUpdatingObject
|
||||
fullName: TinyLife.Objects.IUpdatingObject
|
||||
- uid: TinyLife.Objects.MapObject.PersonRotationOrder
|
||||
commentId: F:TinyLife.Objects.MapObject.PersonRotationOrder
|
||||
parent: TinyLife.Objects.MapObject
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_PersonRotationOrder
|
||||
name: PersonRotationOrder
|
||||
nameWithType: MapObject.PersonRotationOrder
|
||||
fullName: TinyLife.Objects.MapObject.PersonRotationOrder
|
||||
- uid: TinyLife.Objects.MapObject.PersonRotationOrderIndices
|
||||
commentId: F:TinyLife.Objects.MapObject.PersonRotationOrderIndices
|
||||
parent: TinyLife.Objects.MapObject
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_PersonRotationOrderIndices
|
||||
name: PersonRotationOrderIndices
|
||||
nameWithType: MapObject.PersonRotationOrderIndices
|
||||
fullName: TinyLife.Objects.MapObject.PersonRotationOrderIndices
|
||||
- uid: TinyLife.Objects.MapObject.OnCreated
|
||||
commentId: E:TinyLife.Objects.MapObject.OnCreated
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
|
18
docs/api/TinyLife.PersonalityType.yml
generated
18
docs/api/TinyLife.PersonalityType.yml
generated
|
@ -41,7 +41,7 @@ items:
|
|||
- TinyLife.PersonalityType.Independent
|
||||
- TinyLife.PersonalityType.Introverted
|
||||
- TinyLife.PersonalityType.IsCompatible(TinyLife.PersonalityType)
|
||||
- TinyLife.PersonalityType.Lazy
|
||||
- TinyLife.PersonalityType.LaidBack
|
||||
- TinyLife.PersonalityType.Likeable
|
||||
- TinyLife.PersonalityType.MasterChef
|
||||
- TinyLife.PersonalityType.MaxMajorsPerPerson
|
||||
|
@ -173,25 +173,25 @@ items:
|
|||
return:
|
||||
type: System.Collections.Generic.Dictionary{System.ValueTuple{System.Type,TinyLife.Objects.AgeGroup},System.Int32}
|
||||
content.vb: Public Shared ReadOnly RemovableWhenAgingUp As Dictionary(Of (Type, AgeGroup), Integer)
|
||||
- uid: TinyLife.PersonalityType.Lazy
|
||||
commentId: F:TinyLife.PersonalityType.Lazy
|
||||
id: Lazy
|
||||
- uid: TinyLife.PersonalityType.LaidBack
|
||||
commentId: F:TinyLife.PersonalityType.LaidBack
|
||||
id: LaidBack
|
||||
parent: TinyLife.PersonalityType
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Lazy
|
||||
nameWithType: PersonalityType.Lazy
|
||||
fullName: TinyLife.PersonalityType.Lazy
|
||||
name: LaidBack
|
||||
nameWithType: PersonalityType.LaidBack
|
||||
fullName: TinyLife.PersonalityType.LaidBack
|
||||
type: Field
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
syntax:
|
||||
content: public static readonly PersonalityType Lazy
|
||||
content: public static readonly PersonalityType LaidBack
|
||||
return:
|
||||
type: TinyLife.PersonalityType
|
||||
content.vb: Public Shared ReadOnly Lazy As PersonalityType
|
||||
content.vb: Public Shared ReadOnly LaidBack As PersonalityType
|
||||
- uid: TinyLife.PersonalityType.Energetic
|
||||
commentId: F:TinyLife.PersonalityType.Energetic
|
||||
id: Energetic
|
||||
|
|
35
docs/api/TinyLife.Utilities.Extensions.yml
generated
35
docs/api/TinyLife.Utilities.Extensions.yml
generated
|
@ -21,7 +21,6 @@ items:
|
|||
- TinyLife.Utilities.Extensions.GetDaysBeforeAging(TinyLife.Objects.AgeGroup,TinyLife.Objects.LifeSpan)
|
||||
- TinyLife.Utilities.Extensions.GetDecorativeRating(TinyLife.Skills.Quality)
|
||||
- TinyLife.Utilities.Extensions.GetDefaultDirtyOverlayTextureName(TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Utilities.Extensions.GetDefaultPose(TinyLife.Objects.AgeGroup)
|
||||
- TinyLife.Utilities.Extensions.GetDefaultTab(TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Utilities.Extensions.GetDescription(TinyLife.Objects.ClothesIntention,System.Nullable{TinyLife.Objects.AgeGroup})
|
||||
- TinyLife.Utilities.Extensions.GetMostFittingStyle(TinyLife.Objects.PregnancyAbility)
|
||||
|
@ -866,34 +865,6 @@ items:
|
|||
description: The working version of the given 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)
|
||||
id: GetDefaultPose(TinyLife.Objects.AgeGroup)
|
||||
isExtensionMethod: true
|
||||
parent: TinyLife.Utilities.Extensions
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: GetDefaultPose(AgeGroup)
|
||||
nameWithType: Extensions.GetDefaultPose(AgeGroup)
|
||||
fullName: TinyLife.Utilities.Extensions.GetDefaultPose(TinyLife.Objects.AgeGroup)
|
||||
type: Method
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Utilities
|
||||
summary: Returns the default pose that a <xref href="TinyLife.Objects.PersonLike" data-throw-if-not-resolved="false"></xref> should have based on the given <code class="paramref">age</code>.
|
||||
example: []
|
||||
syntax:
|
||||
content: public static Pose GetDefaultPose(this AgeGroup age)
|
||||
parameters:
|
||||
- id: age
|
||||
type: TinyLife.Objects.AgeGroup
|
||||
description: The age.
|
||||
return:
|
||||
type: TinyLife.Objects.Pose
|
||||
description: The age's default 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)
|
||||
id: AddHoverAnimation(MLEM.Ui.Elements.Button)
|
||||
|
@ -2956,12 +2927,6 @@ references:
|
|||
name: ToWorking
|
||||
nameWithType: Extensions.ToWorking
|
||||
fullName: TinyLife.Utilities.Extensions.ToWorking
|
||||
- uid: TinyLife.Utilities.Extensions.GetDefaultPose*
|
||||
commentId: Overload:TinyLife.Utilities.Extensions.GetDefaultPose
|
||||
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_GetDefaultPose_TinyLife_Objects_AgeGroup_
|
||||
name: GetDefaultPose
|
||||
nameWithType: Extensions.GetDefaultPose
|
||||
fullName: TinyLife.Utilities.Extensions.GetDefaultPose
|
||||
- uid: MLEM.Ui.Elements.Button
|
||||
commentId: T:MLEM.Ui.Elements.Button
|
||||
parent: MLEM.Ui.Elements
|
||||
|
|
2
docs/api/toc.yml
generated
2
docs/api/toc.yml
generated
|
@ -475,7 +475,7 @@ items:
|
|||
type: Class
|
||||
- uid: TinyLife.Objects.DeathReason
|
||||
name: DeathReason
|
||||
type: Enum
|
||||
type: Class
|
||||
- uid: TinyLife.Objects.Fence
|
||||
name: Fence
|
||||
type: Class
|
||||
|
|
Loading…
Reference in a new issue